branch_identification

package
v7.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Defaults client.Defaults
	// contains filtered or unexported fields
}

Client for branch identification API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, defaults client.Defaults) *Client

New creates a new branch identification API client.

func (*Client) CreateBranchIdentification

func (c *Client) CreateBranchIdentification() *CreateBranchIdentificationRequest

Client.CreateBranchIdentification creates a new CreateBranchIdentificationRequest object with the default values initialized.

func (*Client) DeleteBranchIdentification

func (c *Client) DeleteBranchIdentification() *DeleteBranchIdentificationRequest

Client.DeleteBranchIdentification creates a new DeleteBranchIdentificationRequest object with the default values initialized.

func (*Client) GetBranchIdentification

func (c *Client) GetBranchIdentification() *GetBranchIdentificationRequest

Client.GetBranchIdentification creates a new GetBranchIdentificationRequest object with the default values initialized.

func (*Client) ListBranchIdentificationsByBranch

func (c *Client) ListBranchIdentificationsByBranch() *ListBranchIdentificationsByBranchRequest

Client.ListBranchIdentificationsByBranch creates a new ListBranchIdentificationsByBranchRequest object with the default values initialized.

func (*Client) PatchBranchIdentification

func (c *Client) PatchBranchIdentification() *PatchBranchIdentificationRequest

Client.PatchBranchIdentification creates a new PatchBranchIdentificationRequest object with the default values initialized.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type CreateBranchIdentificationConflict

type CreateBranchIdentificationConflict struct {

	// isStream: false
	*models.APIError
}

CreateBranchIdentificationConflict handles this case with default header values.

Branch Identification creation error, constraint violation of secondary identification

func NewCreateBranchIdentificationConflict

func NewCreateBranchIdentificationConflict() *CreateBranchIdentificationConflict

NewCreateBranchIdentificationConflict creates a CreateBranchIdentificationConflict with default headers values

func (*CreateBranchIdentificationConflict) Code

Code gets the status code for the create branch identification conflict response

func (*CreateBranchIdentificationConflict) Error

func (*CreateBranchIdentificationConflict) IsClientError

func (o *CreateBranchIdentificationConflict) IsClientError() bool

IsClientError returns true when this create branch identification conflict response has a 4xx status code

func (*CreateBranchIdentificationConflict) IsCode

IsCode returns true when this create branch identification conflict response a status code equal to that given

func (*CreateBranchIdentificationConflict) IsRedirect

func (o *CreateBranchIdentificationConflict) IsRedirect() bool

IsRedirect returns true when this create branch identification conflict response has a 3xx status code

func (*CreateBranchIdentificationConflict) IsServerError

func (o *CreateBranchIdentificationConflict) IsServerError() bool

IsServerError returns true when this create branch identification conflict response has a 5xx status code

func (*CreateBranchIdentificationConflict) IsSuccess

IsSuccess returns true when this create branch identification conflict response has a 2xx status code

type CreateBranchIdentificationCreated

type CreateBranchIdentificationCreated struct {

	// isStream: false
	*models.BranchIdentificationResponse
}

CreateBranchIdentificationCreated handles this case with default header values.

Branch Identification creation response

func NewCreateBranchIdentificationCreated

func NewCreateBranchIdentificationCreated() *CreateBranchIdentificationCreated

NewCreateBranchIdentificationCreated creates a CreateBranchIdentificationCreated with default headers values

func (*CreateBranchIdentificationCreated) Code

Code gets the status code for the create branch identification created response

func (*CreateBranchIdentificationCreated) Error

func (*CreateBranchIdentificationCreated) IsClientError

func (o *CreateBranchIdentificationCreated) IsClientError() bool

IsClientError returns true when this create branch identification created response has a 4xx status code

func (*CreateBranchIdentificationCreated) IsCode

func (o *CreateBranchIdentificationCreated) IsCode(code int) bool

IsCode returns true when this create branch identification created response a status code equal to that given

func (*CreateBranchIdentificationCreated) IsRedirect

func (o *CreateBranchIdentificationCreated) IsRedirect() bool

IsRedirect returns true when this create branch identification created response has a 3xx status code

func (*CreateBranchIdentificationCreated) IsServerError

func (o *CreateBranchIdentificationCreated) IsServerError() bool

IsServerError returns true when this create branch identification created response has a 5xx status code

func (*CreateBranchIdentificationCreated) IsSuccess

func (o *CreateBranchIdentificationCreated) IsSuccess() bool

IsSuccess returns true when this create branch identification created response has a 2xx status code

type CreateBranchIdentificationReader

type CreateBranchIdentificationReader struct {
	// contains filtered or unexported fields
}

CreateBranchIdentificationReader is a Reader for the CreateBranchIdentification structure.

func (*CreateBranchIdentificationReader) ReadResponse

func (o *CreateBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateBranchIdentificationRequest

type CreateBranchIdentificationRequest struct {
	*models.BranchIdentificationRequest

	BranchID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

func (*CreateBranchIdentificationRequest) Do

create branch identification API

func (*CreateBranchIdentificationRequest) FromJson

func (*CreateBranchIdentificationRequest) MustDo

func (*CreateBranchIdentificationRequest) WithBranchID

func (*CreateBranchIdentificationRequest) WithBranchIdentificationCreationRequest

func (o *CreateBranchIdentificationRequest) WithBranchIdentificationCreationRequest(branchIdentificationCreationRequest models.BranchIdentificationRequest) *CreateBranchIdentificationRequest

func (*CreateBranchIdentificationRequest) WithContext

//////////////// WithContext adds the context to the create branch identification Request

func (*CreateBranchIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create branch identification Request

func (*CreateBranchIdentificationRequest) WithoutBranchIdentificationCreationRequest

func (o *CreateBranchIdentificationRequest) WithoutBranchIdentificationCreationRequest() *CreateBranchIdentificationRequest

func (*CreateBranchIdentificationRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type DeleteBranchIdentificationNoContent

type DeleteBranchIdentificationNoContent struct {
}

DeleteBranchIdentificationNoContent handles this case with default header values.

Branch Identification deleted

func NewDeleteBranchIdentificationNoContent

func NewDeleteBranchIdentificationNoContent() *DeleteBranchIdentificationNoContent

NewDeleteBranchIdentificationNoContent creates a DeleteBranchIdentificationNoContent with default headers values

func (*DeleteBranchIdentificationNoContent) Code

Code gets the status code for the delete branch identification no content response

func (*DeleteBranchIdentificationNoContent) Error

func (*DeleteBranchIdentificationNoContent) IsClientError

func (o *DeleteBranchIdentificationNoContent) IsClientError() bool

IsClientError returns true when this delete branch identification no content response has a 4xx status code

func (*DeleteBranchIdentificationNoContent) IsCode

IsCode returns true when this delete branch identification no content response a status code equal to that given

func (*DeleteBranchIdentificationNoContent) IsRedirect

func (o *DeleteBranchIdentificationNoContent) IsRedirect() bool

IsRedirect returns true when this delete branch identification no content response has a 3xx status code

func (*DeleteBranchIdentificationNoContent) IsServerError

func (o *DeleteBranchIdentificationNoContent) IsServerError() bool

IsServerError returns true when this delete branch identification no content response has a 5xx status code

func (*DeleteBranchIdentificationNoContent) IsSuccess

IsSuccess returns true when this delete branch identification no content response has a 2xx status code

type DeleteBranchIdentificationNotFound

type DeleteBranchIdentificationNotFound struct {
}

DeleteBranchIdentificationNotFound handles this case with default header values.

Branch Identification not found

func NewDeleteBranchIdentificationNotFound

func NewDeleteBranchIdentificationNotFound() *DeleteBranchIdentificationNotFound

NewDeleteBranchIdentificationNotFound creates a DeleteBranchIdentificationNotFound with default headers values

func (*DeleteBranchIdentificationNotFound) Code

Code gets the status code for the delete branch identification not found response

func (*DeleteBranchIdentificationNotFound) Error

func (*DeleteBranchIdentificationNotFound) IsClientError

func (o *DeleteBranchIdentificationNotFound) IsClientError() bool

IsClientError returns true when this delete branch identification not found response has a 4xx status code

func (*DeleteBranchIdentificationNotFound) IsCode

IsCode returns true when this delete branch identification not found response a status code equal to that given

func (*DeleteBranchIdentificationNotFound) IsRedirect

func (o *DeleteBranchIdentificationNotFound) IsRedirect() bool

IsRedirect returns true when this delete branch identification not found response has a 3xx status code

func (*DeleteBranchIdentificationNotFound) IsServerError

func (o *DeleteBranchIdentificationNotFound) IsServerError() bool

IsServerError returns true when this delete branch identification not found response has a 5xx status code

func (*DeleteBranchIdentificationNotFound) IsSuccess

IsSuccess returns true when this delete branch identification not found response has a 2xx status code

type DeleteBranchIdentificationReader

type DeleteBranchIdentificationReader struct {
	// contains filtered or unexported fields
}

DeleteBranchIdentificationReader is a Reader for the DeleteBranchIdentification structure.

func (*DeleteBranchIdentificationReader) ReadResponse

func (o *DeleteBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteBranchIdentificationRequest

type DeleteBranchIdentificationRequest struct {
	BranchID strfmt.UUID

	IdentificationID strfmt.UUID

	Version int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

func (*DeleteBranchIdentificationRequest) Do

delete branch identification API

func (*DeleteBranchIdentificationRequest) FromJson

func (*DeleteBranchIdentificationRequest) MustDo

func (*DeleteBranchIdentificationRequest) WithBranchID

func (*DeleteBranchIdentificationRequest) WithContext

//////////////// WithContext adds the context to the delete branch identification Request

func (*DeleteBranchIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete branch identification Request

func (*DeleteBranchIdentificationRequest) WithIdentificationID

func (o *DeleteBranchIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *DeleteBranchIdentificationRequest

func (*DeleteBranchIdentificationRequest) WithVersion

func (*DeleteBranchIdentificationRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetBranchIdentificationOK

type GetBranchIdentificationOK struct {

	// isStream: false
	*models.BranchIdentificationResponse
}

GetBranchIdentificationOK handles this case with default header values.

Branch Identification response

func NewGetBranchIdentificationOK

func NewGetBranchIdentificationOK() *GetBranchIdentificationOK

NewGetBranchIdentificationOK creates a GetBranchIdentificationOK with default headers values

func (*GetBranchIdentificationOK) Code

func (o *GetBranchIdentificationOK) Code() int

Code gets the status code for the get branch identification o k response

func (*GetBranchIdentificationOK) Error

func (o *GetBranchIdentificationOK) Error() string

func (*GetBranchIdentificationOK) IsClientError

func (o *GetBranchIdentificationOK) IsClientError() bool

IsClientError returns true when this get branch identification o k response has a 4xx status code

func (*GetBranchIdentificationOK) IsCode

func (o *GetBranchIdentificationOK) IsCode(code int) bool

IsCode returns true when this get branch identification o k response a status code equal to that given

func (*GetBranchIdentificationOK) IsRedirect

func (o *GetBranchIdentificationOK) IsRedirect() bool

IsRedirect returns true when this get branch identification o k response has a 3xx status code

func (*GetBranchIdentificationOK) IsServerError

func (o *GetBranchIdentificationOK) IsServerError() bool

IsServerError returns true when this get branch identification o k response has a 5xx status code

func (*GetBranchIdentificationOK) IsSuccess

func (o *GetBranchIdentificationOK) IsSuccess() bool

IsSuccess returns true when this get branch identification o k response has a 2xx status code

type GetBranchIdentificationReader

type GetBranchIdentificationReader struct {
	// contains filtered or unexported fields
}

GetBranchIdentificationReader is a Reader for the GetBranchIdentification structure.

func (*GetBranchIdentificationReader) ReadResponse

func (o *GetBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetBranchIdentificationRequest

type GetBranchIdentificationRequest struct {
	BranchID strfmt.UUID

	IdentificationID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

func (*GetBranchIdentificationRequest) Do

get branch identification API

func (*GetBranchIdentificationRequest) FromJson

func (*GetBranchIdentificationRequest) MustDo

func (*GetBranchIdentificationRequest) WithBranchID

func (*GetBranchIdentificationRequest) WithContext

//////////////// WithContext adds the context to the get branch identification Request

func (*GetBranchIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get branch identification Request

func (*GetBranchIdentificationRequest) WithIdentificationID

func (o *GetBranchIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *GetBranchIdentificationRequest

func (*GetBranchIdentificationRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type ListBranchIdentificationsByBranchOK

type ListBranchIdentificationsByBranchOK struct {

	// isStream: false
	*models.BranchIdentificationListResponse
}

ListBranchIdentificationsByBranchOK handles this case with default header values.

List of branch identification

func NewListBranchIdentificationsByBranchOK

func NewListBranchIdentificationsByBranchOK() *ListBranchIdentificationsByBranchOK

NewListBranchIdentificationsByBranchOK creates a ListBranchIdentificationsByBranchOK with default headers values

func (*ListBranchIdentificationsByBranchOK) Code

Code gets the status code for the list branch identifications by branch o k response

func (*ListBranchIdentificationsByBranchOK) Error

func (*ListBranchIdentificationsByBranchOK) IsClientError

func (o *ListBranchIdentificationsByBranchOK) IsClientError() bool

IsClientError returns true when this list branch identifications by branch o k response has a 4xx status code

func (*ListBranchIdentificationsByBranchOK) IsCode

IsCode returns true when this list branch identifications by branch o k response a status code equal to that given

func (*ListBranchIdentificationsByBranchOK) IsRedirect

func (o *ListBranchIdentificationsByBranchOK) IsRedirect() bool

IsRedirect returns true when this list branch identifications by branch o k response has a 3xx status code

func (*ListBranchIdentificationsByBranchOK) IsServerError

func (o *ListBranchIdentificationsByBranchOK) IsServerError() bool

IsServerError returns true when this list branch identifications by branch o k response has a 5xx status code

func (*ListBranchIdentificationsByBranchOK) IsSuccess

IsSuccess returns true when this list branch identifications by branch o k response has a 2xx status code

type ListBranchIdentificationsByBranchReader

type ListBranchIdentificationsByBranchReader struct {
	// contains filtered or unexported fields
}

ListBranchIdentificationsByBranchReader is a Reader for the ListBranchIdentificationsByBranch structure.

func (*ListBranchIdentificationsByBranchReader) ReadResponse

func (o *ListBranchIdentificationsByBranchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListBranchIdentificationsByBranchRequest

type ListBranchIdentificationsByBranchRequest struct {
	BranchID strfmt.UUID

	FilterOrganisationID []strfmt.UUID

	FilterSecondaryIdentification []string

	PageNumber *string

	PageSize *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

func (*ListBranchIdentificationsByBranchRequest) Do

list branch identifications by branch API

func (*ListBranchIdentificationsByBranchRequest) FromJson

func (*ListBranchIdentificationsByBranchRequest) MustDo

func (*ListBranchIdentificationsByBranchRequest) WithBranchID

func (*ListBranchIdentificationsByBranchRequest) WithContext

//////////////// WithContext adds the context to the list branch identifications by branch Request

func (*ListBranchIdentificationsByBranchRequest) WithFilterOrganisationID

func (o *ListBranchIdentificationsByBranchRequest) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *ListBranchIdentificationsByBranchRequest

func (*ListBranchIdentificationsByBranchRequest) WithFilterSecondaryIdentification

func (o *ListBranchIdentificationsByBranchRequest) WithFilterSecondaryIdentification(filterSecondaryIdentification []string) *ListBranchIdentificationsByBranchRequest

func (*ListBranchIdentificationsByBranchRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list branch identifications by branch Request

func (*ListBranchIdentificationsByBranchRequest) WithPageNumber

func (*ListBranchIdentificationsByBranchRequest) WithPageSize

func (*ListBranchIdentificationsByBranchRequest) WithoutFilterOrganisationID

func (*ListBranchIdentificationsByBranchRequest) WithoutFilterSecondaryIdentification

func (*ListBranchIdentificationsByBranchRequest) WithoutPageNumber

func (*ListBranchIdentificationsByBranchRequest) WithoutPageSize

func (*ListBranchIdentificationsByBranchRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PatchBranchIdentificationConflict

type PatchBranchIdentificationConflict struct {

	// isStream: false
	*models.APIError
}

PatchBranchIdentificationConflict handles this case with default header values.

Branch Identification update error, constraint violation of secondary identification

func NewPatchBranchIdentificationConflict

func NewPatchBranchIdentificationConflict() *PatchBranchIdentificationConflict

NewPatchBranchIdentificationConflict creates a PatchBranchIdentificationConflict with default headers values

func (*PatchBranchIdentificationConflict) Code

Code gets the status code for the patch branch identification conflict response

func (*PatchBranchIdentificationConflict) Error

func (*PatchBranchIdentificationConflict) IsClientError

func (o *PatchBranchIdentificationConflict) IsClientError() bool

IsClientError returns true when this patch branch identification conflict response has a 4xx status code

func (*PatchBranchIdentificationConflict) IsCode

func (o *PatchBranchIdentificationConflict) IsCode(code int) bool

IsCode returns true when this patch branch identification conflict response a status code equal to that given

func (*PatchBranchIdentificationConflict) IsRedirect

func (o *PatchBranchIdentificationConflict) IsRedirect() bool

IsRedirect returns true when this patch branch identification conflict response has a 3xx status code

func (*PatchBranchIdentificationConflict) IsServerError

func (o *PatchBranchIdentificationConflict) IsServerError() bool

IsServerError returns true when this patch branch identification conflict response has a 5xx status code

func (*PatchBranchIdentificationConflict) IsSuccess

func (o *PatchBranchIdentificationConflict) IsSuccess() bool

IsSuccess returns true when this patch branch identification conflict response has a 2xx status code

type PatchBranchIdentificationOK

type PatchBranchIdentificationOK struct {

	// isStream: false
	*models.BranchIdentificationResponse
}

PatchBranchIdentificationOK handles this case with default header values.

Branch Identification updated

func NewPatchBranchIdentificationOK

func NewPatchBranchIdentificationOK() *PatchBranchIdentificationOK

NewPatchBranchIdentificationOK creates a PatchBranchIdentificationOK with default headers values

func (*PatchBranchIdentificationOK) Code

func (o *PatchBranchIdentificationOK) Code() int

Code gets the status code for the patch branch identification o k response

func (*PatchBranchIdentificationOK) Error

func (*PatchBranchIdentificationOK) IsClientError

func (o *PatchBranchIdentificationOK) IsClientError() bool

IsClientError returns true when this patch branch identification o k response has a 4xx status code

func (*PatchBranchIdentificationOK) IsCode

func (o *PatchBranchIdentificationOK) IsCode(code int) bool

IsCode returns true when this patch branch identification o k response a status code equal to that given

func (*PatchBranchIdentificationOK) IsRedirect

func (o *PatchBranchIdentificationOK) IsRedirect() bool

IsRedirect returns true when this patch branch identification o k response has a 3xx status code

func (*PatchBranchIdentificationOK) IsServerError

func (o *PatchBranchIdentificationOK) IsServerError() bool

IsServerError returns true when this patch branch identification o k response has a 5xx status code

func (*PatchBranchIdentificationOK) IsSuccess

func (o *PatchBranchIdentificationOK) IsSuccess() bool

IsSuccess returns true when this patch branch identification o k response has a 2xx status code

type PatchBranchIdentificationReader

type PatchBranchIdentificationReader struct {
	// contains filtered or unexported fields
}

PatchBranchIdentificationReader is a Reader for the PatchBranchIdentification structure.

func (*PatchBranchIdentificationReader) ReadResponse

func (o *PatchBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchBranchIdentificationRequest

type PatchBranchIdentificationRequest struct {
	*models.BranchIdentificationRequest

	BranchID strfmt.UUID

	IdentificationID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

func (*PatchBranchIdentificationRequest) Do

patch branch identification API

func (*PatchBranchIdentificationRequest) FromJson

func (*PatchBranchIdentificationRequest) MustDo

func (*PatchBranchIdentificationRequest) WithBranchID

func (*PatchBranchIdentificationRequest) WithBranchIdentificationAmendRequest

func (o *PatchBranchIdentificationRequest) WithBranchIdentificationAmendRequest(branchIdentificationAmendRequest models.BranchIdentificationRequest) *PatchBranchIdentificationRequest

func (*PatchBranchIdentificationRequest) WithContext

//////////////// WithContext adds the context to the patch branch identification Request

func (*PatchBranchIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch branch identification Request

func (*PatchBranchIdentificationRequest) WithIdentificationID

func (o *PatchBranchIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *PatchBranchIdentificationRequest

func (*PatchBranchIdentificationRequest) WithoutBranchIdentificationAmendRequest

func (o *PatchBranchIdentificationRequest) WithoutBranchIdentificationAmendRequest() *PatchBranchIdentificationRequest

func (*PatchBranchIdentificationRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL