branch_identification

package
v6.5.2 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2023 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) DeleteOrganisationBranchesBranchIDIdentificationsIdentificationID

func (c *Client) DeleteOrganisationBranchesBranchIDIdentificationsIdentificationID() *DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest

Client.DeleteOrganisationBranchesBranchIDIdentificationsIdentificationID creates a new DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest object with the default values initialized.

func (*Client) GetOrganisationBranchesBranchIDIdentifications

func (c *Client) GetOrganisationBranchesBranchIDIdentifications() *GetOrganisationBranchesBranchIDIdentificationsRequest

Client.GetOrganisationBranchesBranchIDIdentifications creates a new GetOrganisationBranchesBranchIDIdentificationsRequest object with the default values initialized.

func (*Client) GetOrganisationBranchesBranchIDIdentificationsIdentificationID

func (c *Client) GetOrganisationBranchesBranchIDIdentificationsIdentificationID() *GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest

Client.GetOrganisationBranchesBranchIDIdentificationsIdentificationID creates a new GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest object with the default values initialized.

func (*Client) PatchOrganisationBranchesBranchIDIdentificationsIdentificationID

func (c *Client) PatchOrganisationBranchesBranchIDIdentificationsIdentificationID() *PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest

Client.PatchOrganisationBranchesBranchIDIdentificationsIdentificationID creates a new PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest object with the default values initialized.

func (*Client) PostOrganisationBranchesBranchIDIdentifications

func (c *Client) PostOrganisationBranchesBranchIDIdentifications() *PostOrganisationBranchesBranchIDIdentificationsRequest

Client.PostOrganisationBranchesBranchIDIdentifications creates a new PostOrganisationBranchesBranchIDIdentificationsRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent

type DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent struct {
}

DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent handles this case with default header values.

Branch Identification deleted

func NewDeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent

func NewDeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent() *DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent

NewDeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent creates a DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent with default headers values

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNoContent) Error

type DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound

type DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound struct {
}

DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound handles this case with default header values.

Branch Identification not found

func NewDeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound

func NewDeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound() *DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound

NewDeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound creates a DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound with default headers values

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDNotFound) Error

type DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDReader

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

DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDReader is a Reader for the DeleteOrganisationBranchesBranchIDIdentificationsIdentificationID structure.

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest

type DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest struct {
	BranchID strfmt.UUID

	IdentificationID strfmt.UUID

	Version int64

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

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) Do

delete organisation branches branch ID identifications identification ID API

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) FromJson

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) MustDo

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithBranchID

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithContext

//////////////// WithContext adds the context to the delete organisation branches branch ID identifications identification ID Request

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organisation branches branch ID identifications identification ID Request

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithIdentificationID

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithVersion

func (*DeleteOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK

type GetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK struct {

	// isStream: false
	*models.BranchIdentificationResponse
}

GetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK handles this case with default header values.

Branch Identification response

func NewGetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK

func NewGetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK() *GetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK

NewGetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK creates a GetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK with default headers values

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDOK) Error

type GetOrganisationBranchesBranchIDIdentificationsIdentificationIDReader

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

GetOrganisationBranchesBranchIDIdentificationsIdentificationIDReader is a Reader for the GetOrganisationBranchesBranchIDIdentificationsIdentificationID structure.

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest

type GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest struct {
	BranchID strfmt.UUID

	IdentificationID strfmt.UUID

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

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) Do

get organisation branches branch ID identifications identification ID API

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) FromJson

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) MustDo

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithBranchID

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithContext

//////////////// WithContext adds the context to the get organisation branches branch ID identifications identification ID Request

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organisation branches branch ID identifications identification ID Request

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithIdentificationID

func (*GetOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetOrganisationBranchesBranchIDIdentificationsOK

type GetOrganisationBranchesBranchIDIdentificationsOK struct {

	// isStream: false
	*models.BranchIdentificationListResponse
}

GetOrganisationBranchesBranchIDIdentificationsOK handles this case with default header values.

List of branch identification

func NewGetOrganisationBranchesBranchIDIdentificationsOK

func NewGetOrganisationBranchesBranchIDIdentificationsOK() *GetOrganisationBranchesBranchIDIdentificationsOK

NewGetOrganisationBranchesBranchIDIdentificationsOK creates a GetOrganisationBranchesBranchIDIdentificationsOK with default headers values

func (*GetOrganisationBranchesBranchIDIdentificationsOK) Error

type GetOrganisationBranchesBranchIDIdentificationsReader

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

GetOrganisationBranchesBranchIDIdentificationsReader is a Reader for the GetOrganisationBranchesBranchIDIdentifications structure.

func (*GetOrganisationBranchesBranchIDIdentificationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganisationBranchesBranchIDIdentificationsRequest

type GetOrganisationBranchesBranchIDIdentificationsRequest 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 (*GetOrganisationBranchesBranchIDIdentificationsRequest) Do

get organisation branches branch ID identifications API

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) FromJson

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) MustDo

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithBranchID

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithContext

//////////////// WithContext adds the context to the get organisation branches branch ID identifications Request

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithFilterOrganisationID

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithFilterSecondaryIdentification

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

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organisation branches branch ID identifications Request

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithPageNumber

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithPageSize

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithoutFilterOrganisationID

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithoutFilterSecondaryIdentification

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithoutPageNumber

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WithoutPageSize

func (*GetOrganisationBranchesBranchIDIdentificationsRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict

type PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict struct {

	// isStream: false
	*models.APIError
}

PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict handles this case with default header values.

Branch Identification update error, constraint violation of secondary identification

func NewPatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict

func NewPatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict() *PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict

NewPatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict creates a PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict with default headers values

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDConflict) Error

type PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK

type PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK struct {

	// isStream: false
	*models.BranchIdentificationResponse
}

PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK handles this case with default header values.

Branch Identification updated

func NewPatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK

func NewPatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK() *PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK

NewPatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK creates a PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK with default headers values

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDOK) Error

type PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDReader

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

PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDReader is a Reader for the PatchOrganisationBranchesBranchIDIdentificationsIdentificationID structure.

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest

type PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest struct {
	*models.BranchIdentificationRequest

	BranchID strfmt.UUID

	IdentificationID strfmt.UUID

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

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) Do

patch organisation branches branch ID identifications identification ID API

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) FromJson

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) MustDo

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithBranchID

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithBranchIdentificationAmendRequest

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithContext

//////////////// WithContext adds the context to the patch organisation branches branch ID identifications identification ID Request

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch organisation branches branch ID identifications identification ID Request

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithIdentificationID

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WithoutBranchIdentificationAmendRequest

func (*PatchOrganisationBranchesBranchIDIdentificationsIdentificationIDRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PostOrganisationBranchesBranchIDIdentificationsConflict

type PostOrganisationBranchesBranchIDIdentificationsConflict struct {

	// isStream: false
	*models.APIError
}

PostOrganisationBranchesBranchIDIdentificationsConflict handles this case with default header values.

Branch Identification creation error, constraint violation of secondary identification

func NewPostOrganisationBranchesBranchIDIdentificationsConflict

func NewPostOrganisationBranchesBranchIDIdentificationsConflict() *PostOrganisationBranchesBranchIDIdentificationsConflict

NewPostOrganisationBranchesBranchIDIdentificationsConflict creates a PostOrganisationBranchesBranchIDIdentificationsConflict with default headers values

func (*PostOrganisationBranchesBranchIDIdentificationsConflict) Error

type PostOrganisationBranchesBranchIDIdentificationsCreated

type PostOrganisationBranchesBranchIDIdentificationsCreated struct {

	// isStream: false
	*models.BranchIdentificationResponse
}

PostOrganisationBranchesBranchIDIdentificationsCreated handles this case with default header values.

Branch Identification creation response

func NewPostOrganisationBranchesBranchIDIdentificationsCreated

func NewPostOrganisationBranchesBranchIDIdentificationsCreated() *PostOrganisationBranchesBranchIDIdentificationsCreated

NewPostOrganisationBranchesBranchIDIdentificationsCreated creates a PostOrganisationBranchesBranchIDIdentificationsCreated with default headers values

func (*PostOrganisationBranchesBranchIDIdentificationsCreated) Error

type PostOrganisationBranchesBranchIDIdentificationsReader

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

PostOrganisationBranchesBranchIDIdentificationsReader is a Reader for the PostOrganisationBranchesBranchIDIdentifications structure.

func (*PostOrganisationBranchesBranchIDIdentificationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostOrganisationBranchesBranchIDIdentificationsRequest

type PostOrganisationBranchesBranchIDIdentificationsRequest struct {
	*models.BranchIdentificationRequest

	BranchID strfmt.UUID

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

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) Do

post organisation branches branch ID identifications API

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) FromJson

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) MustDo

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) WithBranchID

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) WithBranchIdentificationCreationRequest

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) WithContext

//////////////// WithContext adds the context to the post organisation branches branch ID identifications Request

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post organisation branches branch ID identifications Request

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) WithoutBranchIdentificationCreationRequest

func (*PostOrganisationBranchesBranchIDIdentificationsRequest) 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