Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateBranchIdentification() *CreateBranchIdentificationRequest
- func (c *Client) DeleteBranchIdentification() *DeleteBranchIdentificationRequest
- func (c *Client) GetBranchIdentification() *GetBranchIdentificationRequest
- func (c *Client) ListBranchIdentificationsByBranch() *ListBranchIdentificationsByBranchRequest
- func (c *Client) PatchBranchIdentification() *PatchBranchIdentificationRequest
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateBranchIdentificationConflict
- func (o *CreateBranchIdentificationConflict) Code() int
- func (o *CreateBranchIdentificationConflict) Error() string
- func (o *CreateBranchIdentificationConflict) IsClientError() bool
- func (o *CreateBranchIdentificationConflict) IsCode(code int) bool
- func (o *CreateBranchIdentificationConflict) IsRedirect() bool
- func (o *CreateBranchIdentificationConflict) IsServerError() bool
- func (o *CreateBranchIdentificationConflict) IsSuccess() bool
- type CreateBranchIdentificationCreated
- func (o *CreateBranchIdentificationCreated) Code() int
- func (o *CreateBranchIdentificationCreated) Error() string
- func (o *CreateBranchIdentificationCreated) IsClientError() bool
- func (o *CreateBranchIdentificationCreated) IsCode(code int) bool
- func (o *CreateBranchIdentificationCreated) IsRedirect() bool
- func (o *CreateBranchIdentificationCreated) IsServerError() bool
- func (o *CreateBranchIdentificationCreated) IsSuccess() bool
- type CreateBranchIdentificationReader
- type CreateBranchIdentificationRequest
- func (a *CreateBranchIdentificationRequest) Do() (*CreateBranchIdentificationCreated, error)
- func (o *CreateBranchIdentificationRequest) FromJson(j string) (*CreateBranchIdentificationRequest, error)
- func (a *CreateBranchIdentificationRequest) MustDo() *CreateBranchIdentificationCreated
- func (o *CreateBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *CreateBranchIdentificationRequest
- func (o *CreateBranchIdentificationRequest) WithBranchIdentificationCreationRequest(branchIdentificationCreationRequest models.BranchIdentificationRequest) *CreateBranchIdentificationRequest
- func (o *CreateBranchIdentificationRequest) WithContext(ctx context.Context) *CreateBranchIdentificationRequest
- func (o *CreateBranchIdentificationRequest) WithHTTPClient(client *http.Client) *CreateBranchIdentificationRequest
- func (o *CreateBranchIdentificationRequest) WithoutBranchIdentificationCreationRequest() *CreateBranchIdentificationRequest
- func (o *CreateBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBranchIdentificationNoContent
- func (o *DeleteBranchIdentificationNoContent) Code() int
- func (o *DeleteBranchIdentificationNoContent) Error() string
- func (o *DeleteBranchIdentificationNoContent) IsClientError() bool
- func (o *DeleteBranchIdentificationNoContent) IsCode(code int) bool
- func (o *DeleteBranchIdentificationNoContent) IsRedirect() bool
- func (o *DeleteBranchIdentificationNoContent) IsServerError() bool
- func (o *DeleteBranchIdentificationNoContent) IsSuccess() bool
- type DeleteBranchIdentificationNotFound
- func (o *DeleteBranchIdentificationNotFound) Code() int
- func (o *DeleteBranchIdentificationNotFound) Error() string
- func (o *DeleteBranchIdentificationNotFound) IsClientError() bool
- func (o *DeleteBranchIdentificationNotFound) IsCode(code int) bool
- func (o *DeleteBranchIdentificationNotFound) IsRedirect() bool
- func (o *DeleteBranchIdentificationNotFound) IsServerError() bool
- func (o *DeleteBranchIdentificationNotFound) IsSuccess() bool
- type DeleteBranchIdentificationReader
- type DeleteBranchIdentificationRequest
- func (a *DeleteBranchIdentificationRequest) Do() (*DeleteBranchIdentificationNoContent, error)
- func (o *DeleteBranchIdentificationRequest) FromJson(j string) (*DeleteBranchIdentificationRequest, error)
- func (a *DeleteBranchIdentificationRequest) MustDo() *DeleteBranchIdentificationNoContent
- func (o *DeleteBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *DeleteBranchIdentificationRequest
- func (o *DeleteBranchIdentificationRequest) WithContext(ctx context.Context) *DeleteBranchIdentificationRequest
- func (o *DeleteBranchIdentificationRequest) WithHTTPClient(client *http.Client) *DeleteBranchIdentificationRequest
- func (o *DeleteBranchIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *DeleteBranchIdentificationRequest
- func (o *DeleteBranchIdentificationRequest) WithVersion(version int64) *DeleteBranchIdentificationRequest
- func (o *DeleteBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBranchIdentificationOK
- func (o *GetBranchIdentificationOK) Code() int
- func (o *GetBranchIdentificationOK) Error() string
- func (o *GetBranchIdentificationOK) IsClientError() bool
- func (o *GetBranchIdentificationOK) IsCode(code int) bool
- func (o *GetBranchIdentificationOK) IsRedirect() bool
- func (o *GetBranchIdentificationOK) IsServerError() bool
- func (o *GetBranchIdentificationOK) IsSuccess() bool
- type GetBranchIdentificationReader
- type GetBranchIdentificationRequest
- func (a *GetBranchIdentificationRequest) Do() (*GetBranchIdentificationOK, error)
- func (o *GetBranchIdentificationRequest) FromJson(j string) (*GetBranchIdentificationRequest, error)
- func (a *GetBranchIdentificationRequest) MustDo() *GetBranchIdentificationOK
- func (o *GetBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *GetBranchIdentificationRequest
- func (o *GetBranchIdentificationRequest) WithContext(ctx context.Context) *GetBranchIdentificationRequest
- func (o *GetBranchIdentificationRequest) WithHTTPClient(client *http.Client) *GetBranchIdentificationRequest
- func (o *GetBranchIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *GetBranchIdentificationRequest
- func (o *GetBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBranchIdentificationsByBranchOK
- func (o *ListBranchIdentificationsByBranchOK) Code() int
- func (o *ListBranchIdentificationsByBranchOK) Error() string
- func (o *ListBranchIdentificationsByBranchOK) IsClientError() bool
- func (o *ListBranchIdentificationsByBranchOK) IsCode(code int) bool
- func (o *ListBranchIdentificationsByBranchOK) IsRedirect() bool
- func (o *ListBranchIdentificationsByBranchOK) IsServerError() bool
- func (o *ListBranchIdentificationsByBranchOK) IsSuccess() bool
- type ListBranchIdentificationsByBranchReader
- type ListBranchIdentificationsByBranchRequest
- func (a *ListBranchIdentificationsByBranchRequest) Do() (*ListBranchIdentificationsByBranchOK, error)
- func (o *ListBranchIdentificationsByBranchRequest) FromJson(j string) (*ListBranchIdentificationsByBranchRequest, error)
- func (a *ListBranchIdentificationsByBranchRequest) MustDo() *ListBranchIdentificationsByBranchOK
- func (o *ListBranchIdentificationsByBranchRequest) WithBranchID(branchID strfmt.UUID) *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithContext(ctx context.Context) *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithFilterSecondaryIdentification(filterSecondaryIdentification []string) *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithHTTPClient(client *http.Client) *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithPageNumber(pageNumber string) *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithPageSize(pageSize int64) *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithoutFilterOrganisationID() *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithoutFilterSecondaryIdentification() *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithoutPageNumber() *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WithoutPageSize() *ListBranchIdentificationsByBranchRequest
- func (o *ListBranchIdentificationsByBranchRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchBranchIdentificationConflict
- func (o *PatchBranchIdentificationConflict) Code() int
- func (o *PatchBranchIdentificationConflict) Error() string
- func (o *PatchBranchIdentificationConflict) IsClientError() bool
- func (o *PatchBranchIdentificationConflict) IsCode(code int) bool
- func (o *PatchBranchIdentificationConflict) IsRedirect() bool
- func (o *PatchBranchIdentificationConflict) IsServerError() bool
- func (o *PatchBranchIdentificationConflict) IsSuccess() bool
- type PatchBranchIdentificationOK
- func (o *PatchBranchIdentificationOK) Code() int
- func (o *PatchBranchIdentificationOK) Error() string
- func (o *PatchBranchIdentificationOK) IsClientError() bool
- func (o *PatchBranchIdentificationOK) IsCode(code int) bool
- func (o *PatchBranchIdentificationOK) IsRedirect() bool
- func (o *PatchBranchIdentificationOK) IsServerError() bool
- func (o *PatchBranchIdentificationOK) IsSuccess() bool
- type PatchBranchIdentificationReader
- type PatchBranchIdentificationRequest
- func (a *PatchBranchIdentificationRequest) Do() (*PatchBranchIdentificationOK, error)
- func (o *PatchBranchIdentificationRequest) FromJson(j string) (*PatchBranchIdentificationRequest, error)
- func (a *PatchBranchIdentificationRequest) MustDo() *PatchBranchIdentificationOK
- func (o *PatchBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *PatchBranchIdentificationRequest
- func (o *PatchBranchIdentificationRequest) WithBranchIdentificationAmendRequest(branchIdentificationAmendRequest models.BranchIdentificationRequest) *PatchBranchIdentificationRequest
- func (o *PatchBranchIdentificationRequest) WithContext(ctx context.Context) *PatchBranchIdentificationRequest
- func (o *PatchBranchIdentificationRequest) WithHTTPClient(client *http.Client) *PatchBranchIdentificationRequest
- func (o *PatchBranchIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *PatchBranchIdentificationRequest
- func (o *PatchBranchIdentificationRequest) WithoutBranchIdentificationAmendRequest() *PatchBranchIdentificationRequest
- func (o *PatchBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
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 ¶
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 ¶
func (o *CreateBranchIdentificationConflict) Code() int
Code gets the status code for the create branch identification conflict response
func (*CreateBranchIdentificationConflict) Error ¶
func (o *CreateBranchIdentificationConflict) Error() string
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 ¶
func (o *CreateBranchIdentificationConflict) IsCode(code int) bool
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 ¶
func (o *CreateBranchIdentificationConflict) IsSuccess() bool
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 ¶
func (o *CreateBranchIdentificationCreated) Code() int
Code gets the status code for the create branch identification created response
func (*CreateBranchIdentificationCreated) Error ¶
func (o *CreateBranchIdentificationCreated) Error() string
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 ¶
func (a *CreateBranchIdentificationRequest) Do() (*CreateBranchIdentificationCreated, error)
create branch identification API
func (*CreateBranchIdentificationRequest) FromJson ¶
func (o *CreateBranchIdentificationRequest) FromJson(j string) (*CreateBranchIdentificationRequest, error)
func (*CreateBranchIdentificationRequest) MustDo ¶
func (a *CreateBranchIdentificationRequest) MustDo() *CreateBranchIdentificationCreated
func (*CreateBranchIdentificationRequest) WithBranchID ¶
func (o *CreateBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *CreateBranchIdentificationRequest
func (*CreateBranchIdentificationRequest) WithBranchIdentificationCreationRequest ¶
func (o *CreateBranchIdentificationRequest) WithBranchIdentificationCreationRequest(branchIdentificationCreationRequest models.BranchIdentificationRequest) *CreateBranchIdentificationRequest
func (*CreateBranchIdentificationRequest) WithContext ¶
func (o *CreateBranchIdentificationRequest) WithContext(ctx context.Context) *CreateBranchIdentificationRequest
//////////////// WithContext adds the context to the create branch identification Request
func (*CreateBranchIdentificationRequest) WithHTTPClient ¶
func (o *CreateBranchIdentificationRequest) WithHTTPClient(client *http.Client) *CreateBranchIdentificationRequest
WithHTTPClient adds the HTTPClient to the create branch identification Request
func (*CreateBranchIdentificationRequest) WithoutBranchIdentificationCreationRequest ¶
func (o *CreateBranchIdentificationRequest) WithoutBranchIdentificationCreationRequest() *CreateBranchIdentificationRequest
func (*CreateBranchIdentificationRequest) WriteToRequest ¶
func (o *CreateBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteBranchIdentificationNoContent) Code() int
Code gets the status code for the delete branch identification no content response
func (*DeleteBranchIdentificationNoContent) Error ¶
func (o *DeleteBranchIdentificationNoContent) Error() string
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 ¶
func (o *DeleteBranchIdentificationNoContent) IsCode(code int) bool
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 ¶
func (o *DeleteBranchIdentificationNoContent) IsSuccess() bool
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 ¶
func (o *DeleteBranchIdentificationNotFound) Code() int
Code gets the status code for the delete branch identification not found response
func (*DeleteBranchIdentificationNotFound) Error ¶
func (o *DeleteBranchIdentificationNotFound) Error() string
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 ¶
func (o *DeleteBranchIdentificationNotFound) IsCode(code int) bool
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 ¶
func (o *DeleteBranchIdentificationNotFound) IsSuccess() bool
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 ¶
func (a *DeleteBranchIdentificationRequest) Do() (*DeleteBranchIdentificationNoContent, error)
delete branch identification API
func (*DeleteBranchIdentificationRequest) FromJson ¶
func (o *DeleteBranchIdentificationRequest) FromJson(j string) (*DeleteBranchIdentificationRequest, error)
func (*DeleteBranchIdentificationRequest) MustDo ¶
func (a *DeleteBranchIdentificationRequest) MustDo() *DeleteBranchIdentificationNoContent
func (*DeleteBranchIdentificationRequest) WithBranchID ¶
func (o *DeleteBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *DeleteBranchIdentificationRequest
func (*DeleteBranchIdentificationRequest) WithContext ¶
func (o *DeleteBranchIdentificationRequest) WithContext(ctx context.Context) *DeleteBranchIdentificationRequest
//////////////// WithContext adds the context to the delete branch identification Request
func (*DeleteBranchIdentificationRequest) WithHTTPClient ¶
func (o *DeleteBranchIdentificationRequest) WithHTTPClient(client *http.Client) *DeleteBranchIdentificationRequest
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 (o *DeleteBranchIdentificationRequest) WithVersion(version int64) *DeleteBranchIdentificationRequest
func (*DeleteBranchIdentificationRequest) WriteToRequest ¶
func (o *DeleteBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (a *GetBranchIdentificationRequest) Do() (*GetBranchIdentificationOK, error)
get branch identification API
func (*GetBranchIdentificationRequest) FromJson ¶
func (o *GetBranchIdentificationRequest) FromJson(j string) (*GetBranchIdentificationRequest, error)
func (*GetBranchIdentificationRequest) MustDo ¶
func (a *GetBranchIdentificationRequest) MustDo() *GetBranchIdentificationOK
func (*GetBranchIdentificationRequest) WithBranchID ¶
func (o *GetBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *GetBranchIdentificationRequest
func (*GetBranchIdentificationRequest) WithContext ¶
func (o *GetBranchIdentificationRequest) WithContext(ctx context.Context) *GetBranchIdentificationRequest
//////////////// WithContext adds the context to the get branch identification Request
func (*GetBranchIdentificationRequest) WithHTTPClient ¶
func (o *GetBranchIdentificationRequest) WithHTTPClient(client *http.Client) *GetBranchIdentificationRequest
WithHTTPClient adds the HTTPClient to the get branch identification Request
func (*GetBranchIdentificationRequest) WithIdentificationID ¶
func (o *GetBranchIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *GetBranchIdentificationRequest
func (*GetBranchIdentificationRequest) WriteToRequest ¶
func (o *GetBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListBranchIdentificationsByBranchOK) Code() int
Code gets the status code for the list branch identifications by branch o k response
func (*ListBranchIdentificationsByBranchOK) Error ¶
func (o *ListBranchIdentificationsByBranchOK) Error() string
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 ¶
func (o *ListBranchIdentificationsByBranchOK) IsCode(code int) bool
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 ¶
func (o *ListBranchIdentificationsByBranchOK) IsSuccess() bool
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 ¶
func (a *ListBranchIdentificationsByBranchRequest) Do() (*ListBranchIdentificationsByBranchOK, error)
list branch identifications by branch API
func (*ListBranchIdentificationsByBranchRequest) FromJson ¶
func (o *ListBranchIdentificationsByBranchRequest) FromJson(j string) (*ListBranchIdentificationsByBranchRequest, error)
func (*ListBranchIdentificationsByBranchRequest) MustDo ¶
func (a *ListBranchIdentificationsByBranchRequest) MustDo() *ListBranchIdentificationsByBranchOK
func (*ListBranchIdentificationsByBranchRequest) WithBranchID ¶
func (o *ListBranchIdentificationsByBranchRequest) WithBranchID(branchID strfmt.UUID) *ListBranchIdentificationsByBranchRequest
func (*ListBranchIdentificationsByBranchRequest) WithContext ¶
func (o *ListBranchIdentificationsByBranchRequest) WithContext(ctx context.Context) *ListBranchIdentificationsByBranchRequest
//////////////// 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 ¶
func (o *ListBranchIdentificationsByBranchRequest) WithHTTPClient(client *http.Client) *ListBranchIdentificationsByBranchRequest
WithHTTPClient adds the HTTPClient to the list branch identifications by branch Request
func (*ListBranchIdentificationsByBranchRequest) WithPageNumber ¶
func (o *ListBranchIdentificationsByBranchRequest) WithPageNumber(pageNumber string) *ListBranchIdentificationsByBranchRequest
func (*ListBranchIdentificationsByBranchRequest) WithPageSize ¶
func (o *ListBranchIdentificationsByBranchRequest) WithPageSize(pageSize int64) *ListBranchIdentificationsByBranchRequest
func (*ListBranchIdentificationsByBranchRequest) WithoutFilterOrganisationID ¶
func (o *ListBranchIdentificationsByBranchRequest) WithoutFilterOrganisationID() *ListBranchIdentificationsByBranchRequest
func (*ListBranchIdentificationsByBranchRequest) WithoutFilterSecondaryIdentification ¶
func (o *ListBranchIdentificationsByBranchRequest) WithoutFilterSecondaryIdentification() *ListBranchIdentificationsByBranchRequest
func (*ListBranchIdentificationsByBranchRequest) WithoutPageNumber ¶
func (o *ListBranchIdentificationsByBranchRequest) WithoutPageNumber() *ListBranchIdentificationsByBranchRequest
func (*ListBranchIdentificationsByBranchRequest) WithoutPageSize ¶
func (o *ListBranchIdentificationsByBranchRequest) WithoutPageSize() *ListBranchIdentificationsByBranchRequest
func (*ListBranchIdentificationsByBranchRequest) WriteToRequest ¶
func (o *ListBranchIdentificationsByBranchRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request
type PatchBranchIdentificationConflict ¶
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 ¶
func (o *PatchBranchIdentificationConflict) Code() int
Code gets the status code for the patch branch identification conflict response
func (*PatchBranchIdentificationConflict) Error ¶
func (o *PatchBranchIdentificationConflict) Error() string
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 (o *PatchBranchIdentificationOK) Error() string
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 ¶
func (a *PatchBranchIdentificationRequest) Do() (*PatchBranchIdentificationOK, error)
patch branch identification API
func (*PatchBranchIdentificationRequest) FromJson ¶
func (o *PatchBranchIdentificationRequest) FromJson(j string) (*PatchBranchIdentificationRequest, error)
func (*PatchBranchIdentificationRequest) MustDo ¶
func (a *PatchBranchIdentificationRequest) MustDo() *PatchBranchIdentificationOK
func (*PatchBranchIdentificationRequest) WithBranchID ¶
func (o *PatchBranchIdentificationRequest) WithBranchID(branchID strfmt.UUID) *PatchBranchIdentificationRequest
func (*PatchBranchIdentificationRequest) WithBranchIdentificationAmendRequest ¶
func (o *PatchBranchIdentificationRequest) WithBranchIdentificationAmendRequest(branchIdentificationAmendRequest models.BranchIdentificationRequest) *PatchBranchIdentificationRequest
func (*PatchBranchIdentificationRequest) WithContext ¶
func (o *PatchBranchIdentificationRequest) WithContext(ctx context.Context) *PatchBranchIdentificationRequest
//////////////// WithContext adds the context to the patch branch identification Request
func (*PatchBranchIdentificationRequest) WithHTTPClient ¶
func (o *PatchBranchIdentificationRequest) WithHTTPClient(client *http.Client) *PatchBranchIdentificationRequest
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 ¶
func (o *PatchBranchIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request
Source Files ¶
- branch_identification_client.go
- create_branch_identification_requests.go
- create_branch_identification_responses.go
- delete_branch_identification_requests.go
- delete_branch_identification_responses.go
- get_branch_identification_requests.go
- get_branch_identification_responses.go
- list_branch_identifications_by_branch_requests.go
- list_branch_identifications_by_branch_responses.go
- patch_branch_identification_requests.go
- patch_branch_identification_responses.go