introducers

package
v0.0.0-...-b714850 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddIntroducerOwnerOK

type AddIntroducerOwnerOK struct {
	Payload models.V1AddIntroducerOwnerResponse
}

AddIntroducerOwnerOK handles this case with default header values.

AddIntroducerOwnerOK add introducer owner o k

func NewAddIntroducerOwnerOK

func NewAddIntroducerOwnerOK() *AddIntroducerOwnerOK

NewAddIntroducerOwnerOK creates a AddIntroducerOwnerOK with default headers values

func (*AddIntroducerOwnerOK) Error

func (o *AddIntroducerOwnerOK) Error() string

type AddIntroducerOwnerParams

type AddIntroducerOwnerParams struct {

	/*Body*/
	Body *models.V1AddIntroducerOwnerRequest
	/*IntroducerID*/
	IntroducerID string

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

AddIntroducerOwnerParams contains all the parameters to send to the API endpoint for the add introducer owner operation typically these are written to a http.Request

func NewAddIntroducerOwnerParams

func NewAddIntroducerOwnerParams() *AddIntroducerOwnerParams

NewAddIntroducerOwnerParams creates a new AddIntroducerOwnerParams object with the default values initialized.

func NewAddIntroducerOwnerParamsWithContext

func NewAddIntroducerOwnerParamsWithContext(ctx context.Context) *AddIntroducerOwnerParams

NewAddIntroducerOwnerParamsWithContext creates a new AddIntroducerOwnerParams object with the default values initialized, and the ability to set a context for a request

func NewAddIntroducerOwnerParamsWithHTTPClient

func NewAddIntroducerOwnerParamsWithHTTPClient(client *http.Client) *AddIntroducerOwnerParams

NewAddIntroducerOwnerParamsWithHTTPClient creates a new AddIntroducerOwnerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddIntroducerOwnerParamsWithTimeout

func NewAddIntroducerOwnerParamsWithTimeout(timeout time.Duration) *AddIntroducerOwnerParams

NewAddIntroducerOwnerParamsWithTimeout creates a new AddIntroducerOwnerParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddIntroducerOwnerParams) SetBody

SetBody adds the body to the add introducer owner params

func (*AddIntroducerOwnerParams) SetContext

func (o *AddIntroducerOwnerParams) SetContext(ctx context.Context)

SetContext adds the context to the add introducer owner params

func (*AddIntroducerOwnerParams) SetHTTPClient

func (o *AddIntroducerOwnerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add introducer owner params

func (*AddIntroducerOwnerParams) SetIntroducerID

func (o *AddIntroducerOwnerParams) SetIntroducerID(introducerID string)

SetIntroducerID adds the introducerId to the add introducer owner params

func (*AddIntroducerOwnerParams) SetTimeout

func (o *AddIntroducerOwnerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add introducer owner params

func (*AddIntroducerOwnerParams) WithBody

WithBody adds the body to the add introducer owner params

func (*AddIntroducerOwnerParams) WithContext

WithContext adds the context to the add introducer owner params

func (*AddIntroducerOwnerParams) WithHTTPClient

func (o *AddIntroducerOwnerParams) WithHTTPClient(client *http.Client) *AddIntroducerOwnerParams

WithHTTPClient adds the HTTPClient to the add introducer owner params

func (*AddIntroducerOwnerParams) WithIntroducerID

func (o *AddIntroducerOwnerParams) WithIntroducerID(introducerID string) *AddIntroducerOwnerParams

WithIntroducerID adds the introducerID to the add introducer owner params

func (*AddIntroducerOwnerParams) WithTimeout

WithTimeout adds the timeout to the add introducer owner params

func (*AddIntroducerOwnerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddIntroducerOwnerReader

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

AddIntroducerOwnerReader is a Reader for the AddIntroducerOwner structure.

func (*AddIntroducerOwnerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for introducers API

func New

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

New creates a new introducers API client.

func (*Client) AddIntroducerOwner

func (a *Client) AddIntroducerOwner(params *AddIntroducerOwnerParams, authInfo runtime.ClientAuthInfoWriter) (*AddIntroducerOwnerOK, error)

AddIntroducerOwner add introducer owner API

func (*Client) CreateIntroducer

func (a *Client) CreateIntroducer(params *CreateIntroducerParams, authInfo runtime.ClientAuthInfoWriter) (*CreateIntroducerOK, error)

CreateIntroducer create introducer API

func (*Client) GetIntroducer

func (a *Client) GetIntroducer(params *GetIntroducerParams, authInfo runtime.ClientAuthInfoWriter) (*GetIntroducerOK, error)

GetIntroducer get introducer API

func (*Client) GetIntroducers

func (a *Client) GetIntroducers(params *GetIntroducersParams, authInfo runtime.ClientAuthInfoWriter) (*GetIntroducersOK, error)

GetIntroducers gets introducers will perform a search for introducers with the given query params see get introducers request

func (*Client) RemoveIntroducerOwner

func (a *Client) RemoveIntroducerOwner(params *RemoveIntroducerOwnerParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveIntroducerOwnerOK, error)

RemoveIntroducerOwner remove introducer owner API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateIntroducerAddress

func (a *Client) UpdateIntroducerAddress(params *UpdateIntroducerAddressParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateIntroducerAddressOK, error)

UpdateIntroducerAddress update introducer address API

type CreateIntroducerOK

type CreateIntroducerOK struct {
	Payload models.V1CreateIntroducerResponse
}

CreateIntroducerOK handles this case with default header values.

CreateIntroducerOK create introducer o k

func NewCreateIntroducerOK

func NewCreateIntroducerOK() *CreateIntroducerOK

NewCreateIntroducerOK creates a CreateIntroducerOK with default headers values

func (*CreateIntroducerOK) Error

func (o *CreateIntroducerOK) Error() string

type CreateIntroducerParams

type CreateIntroducerParams struct {

	/*Body*/
	Body *models.V1CreateIntroducerRequest

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

CreateIntroducerParams contains all the parameters to send to the API endpoint for the create introducer operation typically these are written to a http.Request

func NewCreateIntroducerParams

func NewCreateIntroducerParams() *CreateIntroducerParams

NewCreateIntroducerParams creates a new CreateIntroducerParams object with the default values initialized.

func NewCreateIntroducerParamsWithContext

func NewCreateIntroducerParamsWithContext(ctx context.Context) *CreateIntroducerParams

NewCreateIntroducerParamsWithContext creates a new CreateIntroducerParams object with the default values initialized, and the ability to set a context for a request

func NewCreateIntroducerParamsWithHTTPClient

func NewCreateIntroducerParamsWithHTTPClient(client *http.Client) *CreateIntroducerParams

NewCreateIntroducerParamsWithHTTPClient creates a new CreateIntroducerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateIntroducerParamsWithTimeout

func NewCreateIntroducerParamsWithTimeout(timeout time.Duration) *CreateIntroducerParams

NewCreateIntroducerParamsWithTimeout creates a new CreateIntroducerParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateIntroducerParams) SetBody

SetBody adds the body to the create introducer params

func (*CreateIntroducerParams) SetContext

func (o *CreateIntroducerParams) SetContext(ctx context.Context)

SetContext adds the context to the create introducer params

func (*CreateIntroducerParams) SetHTTPClient

func (o *CreateIntroducerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create introducer params

func (*CreateIntroducerParams) SetTimeout

func (o *CreateIntroducerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create introducer params

func (*CreateIntroducerParams) WithBody

WithBody adds the body to the create introducer params

func (*CreateIntroducerParams) WithContext

WithContext adds the context to the create introducer params

func (*CreateIntroducerParams) WithHTTPClient

func (o *CreateIntroducerParams) WithHTTPClient(client *http.Client) *CreateIntroducerParams

WithHTTPClient adds the HTTPClient to the create introducer params

func (*CreateIntroducerParams) WithTimeout

WithTimeout adds the timeout to the create introducer params

func (*CreateIntroducerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateIntroducerReader

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

CreateIntroducerReader is a Reader for the CreateIntroducer structure.

func (*CreateIntroducerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntroducerOK

type GetIntroducerOK struct {
	Payload *models.V1GetIntroducerResponse
}

GetIntroducerOK handles this case with default header values.

GetIntroducerOK get introducer o k

func NewGetIntroducerOK

func NewGetIntroducerOK() *GetIntroducerOK

NewGetIntroducerOK creates a GetIntroducerOK with default headers values

func (*GetIntroducerOK) Error

func (o *GetIntroducerOK) Error() string

type GetIntroducerParams

type GetIntroducerParams struct {

	/*IntroducerID*/
	IntroducerID string

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

GetIntroducerParams contains all the parameters to send to the API endpoint for the get introducer operation typically these are written to a http.Request

func NewGetIntroducerParams

func NewGetIntroducerParams() *GetIntroducerParams

NewGetIntroducerParams creates a new GetIntroducerParams object with the default values initialized.

func NewGetIntroducerParamsWithContext

func NewGetIntroducerParamsWithContext(ctx context.Context) *GetIntroducerParams

NewGetIntroducerParamsWithContext creates a new GetIntroducerParams object with the default values initialized, and the ability to set a context for a request

func NewGetIntroducerParamsWithHTTPClient

func NewGetIntroducerParamsWithHTTPClient(client *http.Client) *GetIntroducerParams

NewGetIntroducerParamsWithHTTPClient creates a new GetIntroducerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetIntroducerParamsWithTimeout

func NewGetIntroducerParamsWithTimeout(timeout time.Duration) *GetIntroducerParams

NewGetIntroducerParamsWithTimeout creates a new GetIntroducerParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetIntroducerParams) SetContext

func (o *GetIntroducerParams) SetContext(ctx context.Context)

SetContext adds the context to the get introducer params

func (*GetIntroducerParams) SetHTTPClient

func (o *GetIntroducerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get introducer params

func (*GetIntroducerParams) SetIntroducerID

func (o *GetIntroducerParams) SetIntroducerID(introducerID string)

SetIntroducerID adds the introducerId to the get introducer params

func (*GetIntroducerParams) SetTimeout

func (o *GetIntroducerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get introducer params

func (*GetIntroducerParams) WithContext

WithContext adds the context to the get introducer params

func (*GetIntroducerParams) WithHTTPClient

func (o *GetIntroducerParams) WithHTTPClient(client *http.Client) *GetIntroducerParams

WithHTTPClient adds the HTTPClient to the get introducer params

func (*GetIntroducerParams) WithIntroducerID

func (o *GetIntroducerParams) WithIntroducerID(introducerID string) *GetIntroducerParams

WithIntroducerID adds the introducerID to the get introducer params

func (*GetIntroducerParams) WithTimeout

func (o *GetIntroducerParams) WithTimeout(timeout time.Duration) *GetIntroducerParams

WithTimeout adds the timeout to the get introducer params

func (*GetIntroducerParams) WriteToRequest

func (o *GetIntroducerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetIntroducerReader

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

GetIntroducerReader is a Reader for the GetIntroducer structure.

func (*GetIntroducerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntroducersOK

type GetIntroducersOK struct {
	Payload *models.V1GetIntroducersResponse
}

GetIntroducersOK handles this case with default header values.

GetIntroducersOK get introducers o k

func NewGetIntroducersOK

func NewGetIntroducersOK() *GetIntroducersOK

NewGetIntroducersOK creates a GetIntroducersOK with default headers values

func (*GetIntroducersOK) Error

func (o *GetIntroducersOK) Error() string

type GetIntroducersParams

type GetIntroducersParams struct {

	/*AccountID
	  You can specify one or many account IDs where the account ID must
	be within the owners of the introducer to match.

	*/
	AccountID []string
	/*IntroducerID
	  You can specify one or many introducer IDs to obtain.

	*/
	IntroducerID []string
	/*Name
	  You can search by name, this is search will see if the provided
	string can be found in any introducers name and returns the ones
	that matched, for example "mic" would still return "Cosmic".

	*/
	Name []string
	/*PaginationLimit*/
	PaginationLimit *int64
	/*PaginationPage*/
	PaginationPage *int64

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

GetIntroducersParams contains all the parameters to send to the API endpoint for the get introducers operation typically these are written to a http.Request

func NewGetIntroducersParams

func NewGetIntroducersParams() *GetIntroducersParams

NewGetIntroducersParams creates a new GetIntroducersParams object with the default values initialized.

func NewGetIntroducersParamsWithContext

func NewGetIntroducersParamsWithContext(ctx context.Context) *GetIntroducersParams

NewGetIntroducersParamsWithContext creates a new GetIntroducersParams object with the default values initialized, and the ability to set a context for a request

func NewGetIntroducersParamsWithHTTPClient

func NewGetIntroducersParamsWithHTTPClient(client *http.Client) *GetIntroducersParams

NewGetIntroducersParamsWithHTTPClient creates a new GetIntroducersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetIntroducersParamsWithTimeout

func NewGetIntroducersParamsWithTimeout(timeout time.Duration) *GetIntroducersParams

NewGetIntroducersParamsWithTimeout creates a new GetIntroducersParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetIntroducersParams) SetAccountID

func (o *GetIntroducersParams) SetAccountID(accountID []string)

SetAccountID adds the accountId to the get introducers params

func (*GetIntroducersParams) SetContext

func (o *GetIntroducersParams) SetContext(ctx context.Context)

SetContext adds the context to the get introducers params

func (*GetIntroducersParams) SetHTTPClient

func (o *GetIntroducersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get introducers params

func (*GetIntroducersParams) SetIntroducerID

func (o *GetIntroducersParams) SetIntroducerID(introducerID []string)

SetIntroducerID adds the introducerId to the get introducers params

func (*GetIntroducersParams) SetName

func (o *GetIntroducersParams) SetName(name []string)

SetName adds the name to the get introducers params

func (*GetIntroducersParams) SetPaginationLimit

func (o *GetIntroducersParams) SetPaginationLimit(paginationLimit *int64)

SetPaginationLimit adds the paginationLimit to the get introducers params

func (*GetIntroducersParams) SetPaginationPage

func (o *GetIntroducersParams) SetPaginationPage(paginationPage *int64)

SetPaginationPage adds the paginationPage to the get introducers params

func (*GetIntroducersParams) SetTimeout

func (o *GetIntroducersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get introducers params

func (*GetIntroducersParams) WithAccountID

func (o *GetIntroducersParams) WithAccountID(accountID []string) *GetIntroducersParams

WithAccountID adds the accountID to the get introducers params

func (*GetIntroducersParams) WithContext

WithContext adds the context to the get introducers params

func (*GetIntroducersParams) WithHTTPClient

func (o *GetIntroducersParams) WithHTTPClient(client *http.Client) *GetIntroducersParams

WithHTTPClient adds the HTTPClient to the get introducers params

func (*GetIntroducersParams) WithIntroducerID

func (o *GetIntroducersParams) WithIntroducerID(introducerID []string) *GetIntroducersParams

WithIntroducerID adds the introducerID to the get introducers params

func (*GetIntroducersParams) WithName

func (o *GetIntroducersParams) WithName(name []string) *GetIntroducersParams

WithName adds the name to the get introducers params

func (*GetIntroducersParams) WithPaginationLimit

func (o *GetIntroducersParams) WithPaginationLimit(paginationLimit *int64) *GetIntroducersParams

WithPaginationLimit adds the paginationLimit to the get introducers params

func (*GetIntroducersParams) WithPaginationPage

func (o *GetIntroducersParams) WithPaginationPage(paginationPage *int64) *GetIntroducersParams

WithPaginationPage adds the paginationPage to the get introducers params

func (*GetIntroducersParams) WithTimeout

func (o *GetIntroducersParams) WithTimeout(timeout time.Duration) *GetIntroducersParams

WithTimeout adds the timeout to the get introducers params

func (*GetIntroducersParams) WriteToRequest

func (o *GetIntroducersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetIntroducersReader

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

GetIntroducersReader is a Reader for the GetIntroducers structure.

func (*GetIntroducersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveIntroducerOwnerOK

type RemoveIntroducerOwnerOK struct {
	Payload models.ProtobufEmpty
}

RemoveIntroducerOwnerOK handles this case with default header values.

RemoveIntroducerOwnerOK remove introducer owner o k

func NewRemoveIntroducerOwnerOK

func NewRemoveIntroducerOwnerOK() *RemoveIntroducerOwnerOK

NewRemoveIntroducerOwnerOK creates a RemoveIntroducerOwnerOK with default headers values

func (*RemoveIntroducerOwnerOK) Error

func (o *RemoveIntroducerOwnerOK) Error() string

type RemoveIntroducerOwnerParams

type RemoveIntroducerOwnerParams struct {

	/*AccountID*/
	AccountID string
	/*IntroducerID*/
	IntroducerID string

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

RemoveIntroducerOwnerParams contains all the parameters to send to the API endpoint for the remove introducer owner operation typically these are written to a http.Request

func NewRemoveIntroducerOwnerParams

func NewRemoveIntroducerOwnerParams() *RemoveIntroducerOwnerParams

NewRemoveIntroducerOwnerParams creates a new RemoveIntroducerOwnerParams object with the default values initialized.

func NewRemoveIntroducerOwnerParamsWithContext

func NewRemoveIntroducerOwnerParamsWithContext(ctx context.Context) *RemoveIntroducerOwnerParams

NewRemoveIntroducerOwnerParamsWithContext creates a new RemoveIntroducerOwnerParams object with the default values initialized, and the ability to set a context for a request

func NewRemoveIntroducerOwnerParamsWithHTTPClient

func NewRemoveIntroducerOwnerParamsWithHTTPClient(client *http.Client) *RemoveIntroducerOwnerParams

NewRemoveIntroducerOwnerParamsWithHTTPClient creates a new RemoveIntroducerOwnerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRemoveIntroducerOwnerParamsWithTimeout

func NewRemoveIntroducerOwnerParamsWithTimeout(timeout time.Duration) *RemoveIntroducerOwnerParams

NewRemoveIntroducerOwnerParamsWithTimeout creates a new RemoveIntroducerOwnerParams object with the default values initialized, and the ability to set a timeout on a request

func (*RemoveIntroducerOwnerParams) SetAccountID

func (o *RemoveIntroducerOwnerParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) SetContext

func (o *RemoveIntroducerOwnerParams) SetContext(ctx context.Context)

SetContext adds the context to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) SetHTTPClient

func (o *RemoveIntroducerOwnerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) SetIntroducerID

func (o *RemoveIntroducerOwnerParams) SetIntroducerID(introducerID string)

SetIntroducerID adds the introducerId to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) SetTimeout

func (o *RemoveIntroducerOwnerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) WithAccountID

func (o *RemoveIntroducerOwnerParams) WithAccountID(accountID string) *RemoveIntroducerOwnerParams

WithAccountID adds the accountID to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) WithContext

WithContext adds the context to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) WithIntroducerID

func (o *RemoveIntroducerOwnerParams) WithIntroducerID(introducerID string) *RemoveIntroducerOwnerParams

WithIntroducerID adds the introducerID to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) WithTimeout

WithTimeout adds the timeout to the remove introducer owner params

func (*RemoveIntroducerOwnerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveIntroducerOwnerReader

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

RemoveIntroducerOwnerReader is a Reader for the RemoveIntroducerOwner structure.

func (*RemoveIntroducerOwnerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateIntroducerAddressOK

type UpdateIntroducerAddressOK struct {
	Payload models.V1UpdateIntroducerAddressResponse
}

UpdateIntroducerAddressOK handles this case with default header values.

UpdateIntroducerAddressOK update introducer address o k

func NewUpdateIntroducerAddressOK

func NewUpdateIntroducerAddressOK() *UpdateIntroducerAddressOK

NewUpdateIntroducerAddressOK creates a UpdateIntroducerAddressOK with default headers values

func (*UpdateIntroducerAddressOK) Error

func (o *UpdateIntroducerAddressOK) Error() string

type UpdateIntroducerAddressParams

type UpdateIntroducerAddressParams struct {

	/*Body*/
	Body *models.V1UpdateIntroducerAddressRequest
	/*IntroducerID*/
	IntroducerID string

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

UpdateIntroducerAddressParams contains all the parameters to send to the API endpoint for the update introducer address operation typically these are written to a http.Request

func NewUpdateIntroducerAddressParams

func NewUpdateIntroducerAddressParams() *UpdateIntroducerAddressParams

NewUpdateIntroducerAddressParams creates a new UpdateIntroducerAddressParams object with the default values initialized.

func NewUpdateIntroducerAddressParamsWithContext

func NewUpdateIntroducerAddressParamsWithContext(ctx context.Context) *UpdateIntroducerAddressParams

NewUpdateIntroducerAddressParamsWithContext creates a new UpdateIntroducerAddressParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateIntroducerAddressParamsWithHTTPClient

func NewUpdateIntroducerAddressParamsWithHTTPClient(client *http.Client) *UpdateIntroducerAddressParams

NewUpdateIntroducerAddressParamsWithHTTPClient creates a new UpdateIntroducerAddressParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateIntroducerAddressParamsWithTimeout

func NewUpdateIntroducerAddressParamsWithTimeout(timeout time.Duration) *UpdateIntroducerAddressParams

NewUpdateIntroducerAddressParamsWithTimeout creates a new UpdateIntroducerAddressParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateIntroducerAddressParams) SetBody

SetBody adds the body to the update introducer address params

func (*UpdateIntroducerAddressParams) SetContext

func (o *UpdateIntroducerAddressParams) SetContext(ctx context.Context)

SetContext adds the context to the update introducer address params

func (*UpdateIntroducerAddressParams) SetHTTPClient

func (o *UpdateIntroducerAddressParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update introducer address params

func (*UpdateIntroducerAddressParams) SetIntroducerID

func (o *UpdateIntroducerAddressParams) SetIntroducerID(introducerID string)

SetIntroducerID adds the introducerId to the update introducer address params

func (*UpdateIntroducerAddressParams) SetTimeout

func (o *UpdateIntroducerAddressParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update introducer address params

func (*UpdateIntroducerAddressParams) WithBody

WithBody adds the body to the update introducer address params

func (*UpdateIntroducerAddressParams) WithContext

WithContext adds the context to the update introducer address params

func (*UpdateIntroducerAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update introducer address params

func (*UpdateIntroducerAddressParams) WithIntroducerID

func (o *UpdateIntroducerAddressParams) WithIntroducerID(introducerID string) *UpdateIntroducerAddressParams

WithIntroducerID adds the introducerID to the update introducer address params

func (*UpdateIntroducerAddressParams) WithTimeout

WithTimeout adds the timeout to the update introducer address params

func (*UpdateIntroducerAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateIntroducerAddressReader

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

UpdateIntroducerAddressReader is a Reader for the UpdateIntroducerAddress structure.

func (*UpdateIntroducerAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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