Versions in this module Expand all Collapse all v7 v7.0.1 Dec 3, 2024 v7.0.0 Nov 25, 2024 Changes in this version + type Client struct + Defaults client.Defaults + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) SetTransport(transport runtime.ClientTransport) + 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 + type CreateBranchIdentificationConflict struct + func NewCreateBranchIdentificationConflict() *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 struct + func NewCreateBranchIdentificationCreated() *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 struct + func (o *CreateBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateBranchIdentificationRequest struct + BranchID strfmt.UUID + Context context.Context + HTTPClient *http.Client + func (a *CreateBranchIdentificationRequest) Do() (*CreateBranchIdentificationCreated, error) + func (a *CreateBranchIdentificationRequest) MustDo() *CreateBranchIdentificationCreated + func (o *CreateBranchIdentificationRequest) FromJson(j string) (*CreateBranchIdentificationRequest, error) + 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 struct + func NewDeleteBranchIdentificationNoContent() *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 struct + func NewDeleteBranchIdentificationNotFound() *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 struct + func (o *DeleteBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteBranchIdentificationRequest struct + BranchID strfmt.UUID + Context context.Context + HTTPClient *http.Client + IdentificationID strfmt.UUID + Version int64 + func (a *DeleteBranchIdentificationRequest) Do() (*DeleteBranchIdentificationNoContent, error) + func (a *DeleteBranchIdentificationRequest) MustDo() *DeleteBranchIdentificationNoContent + func (o *DeleteBranchIdentificationRequest) FromJson(j string) (*DeleteBranchIdentificationRequest, error) + 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 struct + func NewGetBranchIdentificationOK() *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 struct + func (o *GetBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBranchIdentificationRequest struct + BranchID strfmt.UUID + Context context.Context + HTTPClient *http.Client + IdentificationID strfmt.UUID + func (a *GetBranchIdentificationRequest) Do() (*GetBranchIdentificationOK, error) + func (a *GetBranchIdentificationRequest) MustDo() *GetBranchIdentificationOK + func (o *GetBranchIdentificationRequest) FromJson(j string) (*GetBranchIdentificationRequest, error) + 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 struct + func NewListBranchIdentificationsByBranchOK() *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 struct + func (o *ListBranchIdentificationsByBranchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListBranchIdentificationsByBranchRequest struct + BranchID strfmt.UUID + Context context.Context + FilterOrganisationID []strfmt.UUID + FilterSecondaryIdentification []string + HTTPClient *http.Client + PageNumber *string + PageSize *int64 + func (a *ListBranchIdentificationsByBranchRequest) Do() (*ListBranchIdentificationsByBranchOK, error) + func (a *ListBranchIdentificationsByBranchRequest) MustDo() *ListBranchIdentificationsByBranchOK + func (o *ListBranchIdentificationsByBranchRequest) FromJson(j string) (*ListBranchIdentificationsByBranchRequest, error) + 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 struct + func NewPatchBranchIdentificationConflict() *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 struct + func NewPatchBranchIdentificationOK() *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 struct + func (o *PatchBranchIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchBranchIdentificationRequest struct + BranchID strfmt.UUID + Context context.Context + HTTPClient *http.Client + IdentificationID strfmt.UUID + func (a *PatchBranchIdentificationRequest) Do() (*PatchBranchIdentificationOK, error) + func (a *PatchBranchIdentificationRequest) MustDo() *PatchBranchIdentificationOK + func (o *PatchBranchIdentificationRequest) FromJson(j string) (*PatchBranchIdentificationRequest, error) + 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 Other modules containing this package github.com/form3tech-oss/go-form3/v6