account

package
v0.0.0-...-f9fec28 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 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 AccountEmailChangeResourcePostPostBadRequest

type AccountEmailChangeResourcePostPostBadRequest struct {
}

AccountEmailChangeResourcePostPostBadRequest describes a response with status code 400, with default header values.

Email not in valid format

func NewAccountEmailChangeResourcePostPostBadRequest

func NewAccountEmailChangeResourcePostPostBadRequest() *AccountEmailChangeResourcePostPostBadRequest

NewAccountEmailChangeResourcePostPostBadRequest creates a AccountEmailChangeResourcePostPostBadRequest with default headers values

func (*AccountEmailChangeResourcePostPostBadRequest) Code

Code gets the status code for the account email change resource post post bad request response

func (*AccountEmailChangeResourcePostPostBadRequest) Error

func (*AccountEmailChangeResourcePostPostBadRequest) IsClientError

IsClientError returns true when this account email change resource post post bad request response has a 4xx status code

func (*AccountEmailChangeResourcePostPostBadRequest) IsCode

IsCode returns true when this account email change resource post post bad request response a status code equal to that given

func (*AccountEmailChangeResourcePostPostBadRequest) IsRedirect

IsRedirect returns true when this account email change resource post post bad request response has a 3xx status code

func (*AccountEmailChangeResourcePostPostBadRequest) IsServerError

IsServerError returns true when this account email change resource post post bad request response has a 5xx status code

func (*AccountEmailChangeResourcePostPostBadRequest) IsSuccess

IsSuccess returns true when this account email change resource post post bad request response has a 2xx status code

func (*AccountEmailChangeResourcePostPostBadRequest) String

type AccountEmailChangeResourcePostPostConflict

type AccountEmailChangeResourcePostPostConflict struct {
}

AccountEmailChangeResourcePostPostConflict describes a response with status code 409, with default header values.

Other account is already using the email

func NewAccountEmailChangeResourcePostPostConflict

func NewAccountEmailChangeResourcePostPostConflict() *AccountEmailChangeResourcePostPostConflict

NewAccountEmailChangeResourcePostPostConflict creates a AccountEmailChangeResourcePostPostConflict with default headers values

func (*AccountEmailChangeResourcePostPostConflict) Code

Code gets the status code for the account email change resource post post conflict response

func (*AccountEmailChangeResourcePostPostConflict) Error

func (*AccountEmailChangeResourcePostPostConflict) IsClientError

IsClientError returns true when this account email change resource post post conflict response has a 4xx status code

func (*AccountEmailChangeResourcePostPostConflict) IsCode

IsCode returns true when this account email change resource post post conflict response a status code equal to that given

func (*AccountEmailChangeResourcePostPostConflict) IsRedirect

IsRedirect returns true when this account email change resource post post conflict response has a 3xx status code

func (*AccountEmailChangeResourcePostPostConflict) IsServerError

IsServerError returns true when this account email change resource post post conflict response has a 5xx status code

func (*AccountEmailChangeResourcePostPostConflict) IsSuccess

IsSuccess returns true when this account email change resource post post conflict response has a 2xx status code

func (*AccountEmailChangeResourcePostPostConflict) String

type AccountEmailChangeResourcePostPostNoContent

type AccountEmailChangeResourcePostPostNoContent struct {
}

AccountEmailChangeResourcePostPostNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountEmailChangeResourcePostPostNoContent

func NewAccountEmailChangeResourcePostPostNoContent() *AccountEmailChangeResourcePostPostNoContent

NewAccountEmailChangeResourcePostPostNoContent creates a AccountEmailChangeResourcePostPostNoContent with default headers values

func (*AccountEmailChangeResourcePostPostNoContent) Code

Code gets the status code for the account email change resource post post no content response

func (*AccountEmailChangeResourcePostPostNoContent) Error

func (*AccountEmailChangeResourcePostPostNoContent) IsClientError

IsClientError returns true when this account email change resource post post no content response has a 4xx status code

func (*AccountEmailChangeResourcePostPostNoContent) IsCode

IsCode returns true when this account email change resource post post no content response a status code equal to that given

func (*AccountEmailChangeResourcePostPostNoContent) IsRedirect

IsRedirect returns true when this account email change resource post post no content response has a 3xx status code

func (*AccountEmailChangeResourcePostPostNoContent) IsServerError

IsServerError returns true when this account email change resource post post no content response has a 5xx status code

func (*AccountEmailChangeResourcePostPostNoContent) IsSuccess

IsSuccess returns true when this account email change resource post post no content response has a 2xx status code

func (*AccountEmailChangeResourcePostPostNoContent) String

type AccountEmailChangeResourcePostPostParams

type AccountEmailChangeResourcePostPostParams struct {

	/* Body.

	   Account email change representation
	*/
	Body *models.AccountEmailChange

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

AccountEmailChangeResourcePostPostParams contains all the parameters to send to the API endpoint

for the account email change resource post post operation.

Typically these are written to a http.Request.

func NewAccountEmailChangeResourcePostPostParams

func NewAccountEmailChangeResourcePostPostParams() *AccountEmailChangeResourcePostPostParams

NewAccountEmailChangeResourcePostPostParams creates a new AccountEmailChangeResourcePostPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountEmailChangeResourcePostPostParamsWithContext

func NewAccountEmailChangeResourcePostPostParamsWithContext(ctx context.Context) *AccountEmailChangeResourcePostPostParams

NewAccountEmailChangeResourcePostPostParamsWithContext creates a new AccountEmailChangeResourcePostPostParams object with the ability to set a context for a request.

func NewAccountEmailChangeResourcePostPostParamsWithHTTPClient

func NewAccountEmailChangeResourcePostPostParamsWithHTTPClient(client *http.Client) *AccountEmailChangeResourcePostPostParams

NewAccountEmailChangeResourcePostPostParamsWithHTTPClient creates a new AccountEmailChangeResourcePostPostParams object with the ability to set a custom HTTPClient for a request.

func NewAccountEmailChangeResourcePostPostParamsWithTimeout

func NewAccountEmailChangeResourcePostPostParamsWithTimeout(timeout time.Duration) *AccountEmailChangeResourcePostPostParams

NewAccountEmailChangeResourcePostPostParamsWithTimeout creates a new AccountEmailChangeResourcePostPostParams object with the ability to set a timeout on a request.

func (*AccountEmailChangeResourcePostPostParams) SetBody

SetBody adds the body to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) SetContext

SetContext adds the context to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) SetDefaults

SetDefaults hydrates default values in the account email change resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountEmailChangeResourcePostPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) SetTimeout

SetTimeout adds the timeout to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) WithBody

WithBody adds the body to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) WithContext

WithContext adds the context to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) WithDefaults

WithDefaults hydrates default values in the account email change resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountEmailChangeResourcePostPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) WithTimeout

WithTimeout adds the timeout to the account email change resource post post params

func (*AccountEmailChangeResourcePostPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountEmailChangeResourcePostPostReader

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

AccountEmailChangeResourcePostPostReader is a Reader for the AccountEmailChangeResourcePostPost structure.

func (*AccountEmailChangeResourcePostPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountEmailChangeResourcePostPostUnauthorized

type AccountEmailChangeResourcePostPostUnauthorized struct {
}

AccountEmailChangeResourcePostPostUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountEmailChangeResourcePostPostUnauthorized

func NewAccountEmailChangeResourcePostPostUnauthorized() *AccountEmailChangeResourcePostPostUnauthorized

NewAccountEmailChangeResourcePostPostUnauthorized creates a AccountEmailChangeResourcePostPostUnauthorized with default headers values

func (*AccountEmailChangeResourcePostPostUnauthorized) Code

Code gets the status code for the account email change resource post post unauthorized response

func (*AccountEmailChangeResourcePostPostUnauthorized) Error

func (*AccountEmailChangeResourcePostPostUnauthorized) IsClientError

IsClientError returns true when this account email change resource post post unauthorized response has a 4xx status code

func (*AccountEmailChangeResourcePostPostUnauthorized) IsCode

IsCode returns true when this account email change resource post post unauthorized response a status code equal to that given

func (*AccountEmailChangeResourcePostPostUnauthorized) IsRedirect

IsRedirect returns true when this account email change resource post post unauthorized response has a 3xx status code

func (*AccountEmailChangeResourcePostPostUnauthorized) IsServerError

IsServerError returns true when this account email change resource post post unauthorized response has a 5xx status code

func (*AccountEmailChangeResourcePostPostUnauthorized) IsSuccess

IsSuccess returns true when this account email change resource post post unauthorized response has a 2xx status code

func (*AccountEmailChangeResourcePostPostUnauthorized) String

type AccountEmailVerifyResourcePostPostBadRequest

type AccountEmailVerifyResourcePostPostBadRequest struct {
}

AccountEmailVerifyResourcePostPostBadRequest describes a response with status code 400, with default header values.

Email not in valid format

func NewAccountEmailVerifyResourcePostPostBadRequest

func NewAccountEmailVerifyResourcePostPostBadRequest() *AccountEmailVerifyResourcePostPostBadRequest

NewAccountEmailVerifyResourcePostPostBadRequest creates a AccountEmailVerifyResourcePostPostBadRequest with default headers values

func (*AccountEmailVerifyResourcePostPostBadRequest) Code

Code gets the status code for the account email verify resource post post bad request response

func (*AccountEmailVerifyResourcePostPostBadRequest) Error

func (*AccountEmailVerifyResourcePostPostBadRequest) IsClientError

IsClientError returns true when this account email verify resource post post bad request response has a 4xx status code

func (*AccountEmailVerifyResourcePostPostBadRequest) IsCode

IsCode returns true when this account email verify resource post post bad request response a status code equal to that given

func (*AccountEmailVerifyResourcePostPostBadRequest) IsRedirect

IsRedirect returns true when this account email verify resource post post bad request response has a 3xx status code

func (*AccountEmailVerifyResourcePostPostBadRequest) IsServerError

IsServerError returns true when this account email verify resource post post bad request response has a 5xx status code

func (*AccountEmailVerifyResourcePostPostBadRequest) IsSuccess

IsSuccess returns true when this account email verify resource post post bad request response has a 2xx status code

func (*AccountEmailVerifyResourcePostPostBadRequest) String

type AccountEmailVerifyResourcePostPostConflict

type AccountEmailVerifyResourcePostPostConflict struct {
}

AccountEmailVerifyResourcePostPostConflict describes a response with status code 409, with default header values.

Other account is already using the email

func NewAccountEmailVerifyResourcePostPostConflict

func NewAccountEmailVerifyResourcePostPostConflict() *AccountEmailVerifyResourcePostPostConflict

NewAccountEmailVerifyResourcePostPostConflict creates a AccountEmailVerifyResourcePostPostConflict with default headers values

func (*AccountEmailVerifyResourcePostPostConflict) Code

Code gets the status code for the account email verify resource post post conflict response

func (*AccountEmailVerifyResourcePostPostConflict) Error

func (*AccountEmailVerifyResourcePostPostConflict) IsClientError

IsClientError returns true when this account email verify resource post post conflict response has a 4xx status code

func (*AccountEmailVerifyResourcePostPostConflict) IsCode

IsCode returns true when this account email verify resource post post conflict response a status code equal to that given

func (*AccountEmailVerifyResourcePostPostConflict) IsRedirect

IsRedirect returns true when this account email verify resource post post conflict response has a 3xx status code

func (*AccountEmailVerifyResourcePostPostConflict) IsServerError

IsServerError returns true when this account email verify resource post post conflict response has a 5xx status code

func (*AccountEmailVerifyResourcePostPostConflict) IsSuccess

IsSuccess returns true when this account email verify resource post post conflict response has a 2xx status code

func (*AccountEmailVerifyResourcePostPostConflict) String

type AccountEmailVerifyResourcePostPostNoContent

type AccountEmailVerifyResourcePostPostNoContent struct {
}

AccountEmailVerifyResourcePostPostNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountEmailVerifyResourcePostPostNoContent

func NewAccountEmailVerifyResourcePostPostNoContent() *AccountEmailVerifyResourcePostPostNoContent

NewAccountEmailVerifyResourcePostPostNoContent creates a AccountEmailVerifyResourcePostPostNoContent with default headers values

func (*AccountEmailVerifyResourcePostPostNoContent) Code

Code gets the status code for the account email verify resource post post no content response

func (*AccountEmailVerifyResourcePostPostNoContent) Error

func (*AccountEmailVerifyResourcePostPostNoContent) IsClientError

IsClientError returns true when this account email verify resource post post no content response has a 4xx status code

func (*AccountEmailVerifyResourcePostPostNoContent) IsCode

IsCode returns true when this account email verify resource post post no content response a status code equal to that given

func (*AccountEmailVerifyResourcePostPostNoContent) IsRedirect

IsRedirect returns true when this account email verify resource post post no content response has a 3xx status code

func (*AccountEmailVerifyResourcePostPostNoContent) IsServerError

IsServerError returns true when this account email verify resource post post no content response has a 5xx status code

func (*AccountEmailVerifyResourcePostPostNoContent) IsSuccess

IsSuccess returns true when this account email verify resource post post no content response has a 2xx status code

func (*AccountEmailVerifyResourcePostPostNoContent) String

type AccountEmailVerifyResourcePostPostParams

type AccountEmailVerifyResourcePostPostParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountEmailVerifyResourcePostPostParams contains all the parameters to send to the API endpoint

for the account email verify resource post post operation.

Typically these are written to a http.Request.

func NewAccountEmailVerifyResourcePostPostParams

func NewAccountEmailVerifyResourcePostPostParams() *AccountEmailVerifyResourcePostPostParams

NewAccountEmailVerifyResourcePostPostParams creates a new AccountEmailVerifyResourcePostPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountEmailVerifyResourcePostPostParamsWithContext

func NewAccountEmailVerifyResourcePostPostParamsWithContext(ctx context.Context) *AccountEmailVerifyResourcePostPostParams

NewAccountEmailVerifyResourcePostPostParamsWithContext creates a new AccountEmailVerifyResourcePostPostParams object with the ability to set a context for a request.

func NewAccountEmailVerifyResourcePostPostParamsWithHTTPClient

func NewAccountEmailVerifyResourcePostPostParamsWithHTTPClient(client *http.Client) *AccountEmailVerifyResourcePostPostParams

NewAccountEmailVerifyResourcePostPostParamsWithHTTPClient creates a new AccountEmailVerifyResourcePostPostParams object with the ability to set a custom HTTPClient for a request.

func NewAccountEmailVerifyResourcePostPostParamsWithTimeout

func NewAccountEmailVerifyResourcePostPostParamsWithTimeout(timeout time.Duration) *AccountEmailVerifyResourcePostPostParams

NewAccountEmailVerifyResourcePostPostParamsWithTimeout creates a new AccountEmailVerifyResourcePostPostParams object with the ability to set a timeout on a request.

func (*AccountEmailVerifyResourcePostPostParams) SetContext

SetContext adds the context to the account email verify resource post post params

func (*AccountEmailVerifyResourcePostPostParams) SetDefaults

SetDefaults hydrates default values in the account email verify resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountEmailVerifyResourcePostPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account email verify resource post post params

func (*AccountEmailVerifyResourcePostPostParams) SetTimeout

SetTimeout adds the timeout to the account email verify resource post post params

func (*AccountEmailVerifyResourcePostPostParams) WithContext

WithContext adds the context to the account email verify resource post post params

func (*AccountEmailVerifyResourcePostPostParams) WithDefaults

WithDefaults hydrates default values in the account email verify resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountEmailVerifyResourcePostPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account email verify resource post post params

func (*AccountEmailVerifyResourcePostPostParams) WithTimeout

WithTimeout adds the timeout to the account email verify resource post post params

func (*AccountEmailVerifyResourcePostPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountEmailVerifyResourcePostPostReader

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

AccountEmailVerifyResourcePostPostReader is a Reader for the AccountEmailVerifyResourcePostPost structure.

func (*AccountEmailVerifyResourcePostPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountEmailVerifyResourcePostPostUnauthorized

type AccountEmailVerifyResourcePostPostUnauthorized struct {
}

AccountEmailVerifyResourcePostPostUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountEmailVerifyResourcePostPostUnauthorized

func NewAccountEmailVerifyResourcePostPostUnauthorized() *AccountEmailVerifyResourcePostPostUnauthorized

NewAccountEmailVerifyResourcePostPostUnauthorized creates a AccountEmailVerifyResourcePostPostUnauthorized with default headers values

func (*AccountEmailVerifyResourcePostPostUnauthorized) Code

Code gets the status code for the account email verify resource post post unauthorized response

func (*AccountEmailVerifyResourcePostPostUnauthorized) Error

func (*AccountEmailVerifyResourcePostPostUnauthorized) IsClientError

IsClientError returns true when this account email verify resource post post unauthorized response has a 4xx status code

func (*AccountEmailVerifyResourcePostPostUnauthorized) IsCode

IsCode returns true when this account email verify resource post post unauthorized response a status code equal to that given

func (*AccountEmailVerifyResourcePostPostUnauthorized) IsRedirect

IsRedirect returns true when this account email verify resource post post unauthorized response has a 3xx status code

func (*AccountEmailVerifyResourcePostPostUnauthorized) IsServerError

IsServerError returns true when this account email verify resource post post unauthorized response has a 5xx status code

func (*AccountEmailVerifyResourcePostPostUnauthorized) IsSuccess

IsSuccess returns true when this account email verify resource post post unauthorized response has a 2xx status code

func (*AccountEmailVerifyResourcePostPostUnauthorized) String

type AccountIntegrationsResourceDeleteDeleteNoContent

type AccountIntegrationsResourceDeleteDeleteNoContent struct {
}

AccountIntegrationsResourceDeleteDeleteNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountIntegrationsResourceDeleteDeleteNoContent

func NewAccountIntegrationsResourceDeleteDeleteNoContent() *AccountIntegrationsResourceDeleteDeleteNoContent

NewAccountIntegrationsResourceDeleteDeleteNoContent creates a AccountIntegrationsResourceDeleteDeleteNoContent with default headers values

func (*AccountIntegrationsResourceDeleteDeleteNoContent) Code

Code gets the status code for the account integrations resource delete delete no content response

func (*AccountIntegrationsResourceDeleteDeleteNoContent) Error

func (*AccountIntegrationsResourceDeleteDeleteNoContent) IsClientError

IsClientError returns true when this account integrations resource delete delete no content response has a 4xx status code

func (*AccountIntegrationsResourceDeleteDeleteNoContent) IsCode

IsCode returns true when this account integrations resource delete delete no content response a status code equal to that given

func (*AccountIntegrationsResourceDeleteDeleteNoContent) IsRedirect

IsRedirect returns true when this account integrations resource delete delete no content response has a 3xx status code

func (*AccountIntegrationsResourceDeleteDeleteNoContent) IsServerError

IsServerError returns true when this account integrations resource delete delete no content response has a 5xx status code

func (*AccountIntegrationsResourceDeleteDeleteNoContent) IsSuccess

IsSuccess returns true when this account integrations resource delete delete no content response has a 2xx status code

func (*AccountIntegrationsResourceDeleteDeleteNoContent) String

type AccountIntegrationsResourceDeleteDeleteParams

type AccountIntegrationsResourceDeleteDeleteParams struct {

	/* APIKeyID.

	   The api key id to delete (this also removes all tokens if no specific tokenId is given)
	*/
	APIKeyID *int64

	/* TokenID.

	   The token id if a specific token has to be deleted but not the full api key
	*/
	TokenID *int64

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

AccountIntegrationsResourceDeleteDeleteParams contains all the parameters to send to the API endpoint

for the account integrations resource delete delete operation.

Typically these are written to a http.Request.

func NewAccountIntegrationsResourceDeleteDeleteParams

func NewAccountIntegrationsResourceDeleteDeleteParams() *AccountIntegrationsResourceDeleteDeleteParams

NewAccountIntegrationsResourceDeleteDeleteParams creates a new AccountIntegrationsResourceDeleteDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountIntegrationsResourceDeleteDeleteParamsWithContext

func NewAccountIntegrationsResourceDeleteDeleteParamsWithContext(ctx context.Context) *AccountIntegrationsResourceDeleteDeleteParams

NewAccountIntegrationsResourceDeleteDeleteParamsWithContext creates a new AccountIntegrationsResourceDeleteDeleteParams object with the ability to set a context for a request.

func NewAccountIntegrationsResourceDeleteDeleteParamsWithHTTPClient

func NewAccountIntegrationsResourceDeleteDeleteParamsWithHTTPClient(client *http.Client) *AccountIntegrationsResourceDeleteDeleteParams

NewAccountIntegrationsResourceDeleteDeleteParamsWithHTTPClient creates a new AccountIntegrationsResourceDeleteDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewAccountIntegrationsResourceDeleteDeleteParamsWithTimeout

func NewAccountIntegrationsResourceDeleteDeleteParamsWithTimeout(timeout time.Duration) *AccountIntegrationsResourceDeleteDeleteParams

NewAccountIntegrationsResourceDeleteDeleteParamsWithTimeout creates a new AccountIntegrationsResourceDeleteDeleteParams object with the ability to set a timeout on a request.

func (*AccountIntegrationsResourceDeleteDeleteParams) SetAPIKeyID

func (o *AccountIntegrationsResourceDeleteDeleteParams) SetAPIKeyID(aPIKeyID *int64)

SetAPIKeyID adds the apiKeyId to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) SetContext

SetContext adds the context to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) SetDefaults

SetDefaults hydrates default values in the account integrations resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountIntegrationsResourceDeleteDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) SetTimeout

SetTimeout adds the timeout to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) SetTokenID

func (o *AccountIntegrationsResourceDeleteDeleteParams) SetTokenID(tokenID *int64)

SetTokenID adds the tokenId to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) WithAPIKeyID

WithAPIKeyID adds the aPIKeyID to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) WithContext

WithContext adds the context to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) WithDefaults

WithDefaults hydrates default values in the account integrations resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountIntegrationsResourceDeleteDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) WithTimeout

WithTimeout adds the timeout to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) WithTokenID

WithTokenID adds the tokenID to the account integrations resource delete delete params

func (*AccountIntegrationsResourceDeleteDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountIntegrationsResourceDeleteDeleteReader

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

AccountIntegrationsResourceDeleteDeleteReader is a Reader for the AccountIntegrationsResourceDeleteDelete structure.

func (*AccountIntegrationsResourceDeleteDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountIntegrationsResourceDeleteDeleteUnauthorized

type AccountIntegrationsResourceDeleteDeleteUnauthorized struct {
}

AccountIntegrationsResourceDeleteDeleteUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountIntegrationsResourceDeleteDeleteUnauthorized

func NewAccountIntegrationsResourceDeleteDeleteUnauthorized() *AccountIntegrationsResourceDeleteDeleteUnauthorized

NewAccountIntegrationsResourceDeleteDeleteUnauthorized creates a AccountIntegrationsResourceDeleteDeleteUnauthorized with default headers values

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) Code

Code gets the status code for the account integrations resource delete delete unauthorized response

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) Error

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) IsClientError

IsClientError returns true when this account integrations resource delete delete unauthorized response has a 4xx status code

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) IsCode

IsCode returns true when this account integrations resource delete delete unauthorized response a status code equal to that given

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) IsRedirect

IsRedirect returns true when this account integrations resource delete delete unauthorized response has a 3xx status code

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) IsServerError

IsServerError returns true when this account integrations resource delete delete unauthorized response has a 5xx status code

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) IsSuccess

IsSuccess returns true when this account integrations resource delete delete unauthorized response has a 2xx status code

func (*AccountIntegrationsResourceDeleteDeleteUnauthorized) String

type AccountIntegrationsResourceGetGetOK

type AccountIntegrationsResourceGetGetOK struct {
	Payload []*models.AccountIntegration
}

AccountIntegrationsResourceGetGetOK describes a response with status code 200, with default header values.

successful operation

func NewAccountIntegrationsResourceGetGetOK

func NewAccountIntegrationsResourceGetGetOK() *AccountIntegrationsResourceGetGetOK

NewAccountIntegrationsResourceGetGetOK creates a AccountIntegrationsResourceGetGetOK with default headers values

func (*AccountIntegrationsResourceGetGetOK) Code

Code gets the status code for the account integrations resource get get o k response

func (*AccountIntegrationsResourceGetGetOK) Error

func (*AccountIntegrationsResourceGetGetOK) GetPayload

func (*AccountIntegrationsResourceGetGetOK) IsClientError

func (o *AccountIntegrationsResourceGetGetOK) IsClientError() bool

IsClientError returns true when this account integrations resource get get o k response has a 4xx status code

func (*AccountIntegrationsResourceGetGetOK) IsCode

IsCode returns true when this account integrations resource get get o k response a status code equal to that given

func (*AccountIntegrationsResourceGetGetOK) IsRedirect

func (o *AccountIntegrationsResourceGetGetOK) IsRedirect() bool

IsRedirect returns true when this account integrations resource get get o k response has a 3xx status code

func (*AccountIntegrationsResourceGetGetOK) IsServerError

func (o *AccountIntegrationsResourceGetGetOK) IsServerError() bool

IsServerError returns true when this account integrations resource get get o k response has a 5xx status code

func (*AccountIntegrationsResourceGetGetOK) IsSuccess

IsSuccess returns true when this account integrations resource get get o k response has a 2xx status code

func (*AccountIntegrationsResourceGetGetOK) String

type AccountIntegrationsResourceGetGetParams

type AccountIntegrationsResourceGetGetParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountIntegrationsResourceGetGetParams contains all the parameters to send to the API endpoint

for the account integrations resource get get operation.

Typically these are written to a http.Request.

func NewAccountIntegrationsResourceGetGetParams

func NewAccountIntegrationsResourceGetGetParams() *AccountIntegrationsResourceGetGetParams

NewAccountIntegrationsResourceGetGetParams creates a new AccountIntegrationsResourceGetGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountIntegrationsResourceGetGetParamsWithContext

func NewAccountIntegrationsResourceGetGetParamsWithContext(ctx context.Context) *AccountIntegrationsResourceGetGetParams

NewAccountIntegrationsResourceGetGetParamsWithContext creates a new AccountIntegrationsResourceGetGetParams object with the ability to set a context for a request.

func NewAccountIntegrationsResourceGetGetParamsWithHTTPClient

func NewAccountIntegrationsResourceGetGetParamsWithHTTPClient(client *http.Client) *AccountIntegrationsResourceGetGetParams

NewAccountIntegrationsResourceGetGetParamsWithHTTPClient creates a new AccountIntegrationsResourceGetGetParams object with the ability to set a custom HTTPClient for a request.

func NewAccountIntegrationsResourceGetGetParamsWithTimeout

func NewAccountIntegrationsResourceGetGetParamsWithTimeout(timeout time.Duration) *AccountIntegrationsResourceGetGetParams

NewAccountIntegrationsResourceGetGetParamsWithTimeout creates a new AccountIntegrationsResourceGetGetParams object with the ability to set a timeout on a request.

func (*AccountIntegrationsResourceGetGetParams) SetContext

SetContext adds the context to the account integrations resource get get params

func (*AccountIntegrationsResourceGetGetParams) SetDefaults

func (o *AccountIntegrationsResourceGetGetParams) SetDefaults()

SetDefaults hydrates default values in the account integrations resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountIntegrationsResourceGetGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account integrations resource get get params

func (*AccountIntegrationsResourceGetGetParams) SetTimeout

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

SetTimeout adds the timeout to the account integrations resource get get params

func (*AccountIntegrationsResourceGetGetParams) WithContext

WithContext adds the context to the account integrations resource get get params

func (*AccountIntegrationsResourceGetGetParams) WithDefaults

WithDefaults hydrates default values in the account integrations resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountIntegrationsResourceGetGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account integrations resource get get params

func (*AccountIntegrationsResourceGetGetParams) WithTimeout

WithTimeout adds the timeout to the account integrations resource get get params

func (*AccountIntegrationsResourceGetGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountIntegrationsResourceGetGetReader

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

AccountIntegrationsResourceGetGetReader is a Reader for the AccountIntegrationsResourceGetGet structure.

func (*AccountIntegrationsResourceGetGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountIntegrationsResourceGetGetUnauthorized

type AccountIntegrationsResourceGetGetUnauthorized struct {
}

AccountIntegrationsResourceGetGetUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountIntegrationsResourceGetGetUnauthorized

func NewAccountIntegrationsResourceGetGetUnauthorized() *AccountIntegrationsResourceGetGetUnauthorized

NewAccountIntegrationsResourceGetGetUnauthorized creates a AccountIntegrationsResourceGetGetUnauthorized with default headers values

func (*AccountIntegrationsResourceGetGetUnauthorized) Code

Code gets the status code for the account integrations resource get get unauthorized response

func (*AccountIntegrationsResourceGetGetUnauthorized) Error

func (*AccountIntegrationsResourceGetGetUnauthorized) IsClientError

IsClientError returns true when this account integrations resource get get unauthorized response has a 4xx status code

func (*AccountIntegrationsResourceGetGetUnauthorized) IsCode

IsCode returns true when this account integrations resource get get unauthorized response a status code equal to that given

func (*AccountIntegrationsResourceGetGetUnauthorized) IsRedirect

IsRedirect returns true when this account integrations resource get get unauthorized response has a 3xx status code

func (*AccountIntegrationsResourceGetGetUnauthorized) IsServerError

IsServerError returns true when this account integrations resource get get unauthorized response has a 5xx status code

func (*AccountIntegrationsResourceGetGetUnauthorized) IsSuccess

IsSuccess returns true when this account integrations resource get get unauthorized response has a 2xx status code

func (*AccountIntegrationsResourceGetGetUnauthorized) String

type AccountOtpResourceDeleteDeleteNoContent

type AccountOtpResourceDeleteDeleteNoContent struct {
}

AccountOtpResourceDeleteDeleteNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountOtpResourceDeleteDeleteNoContent

func NewAccountOtpResourceDeleteDeleteNoContent() *AccountOtpResourceDeleteDeleteNoContent

NewAccountOtpResourceDeleteDeleteNoContent creates a AccountOtpResourceDeleteDeleteNoContent with default headers values

func (*AccountOtpResourceDeleteDeleteNoContent) Code

Code gets the status code for the account otp resource delete delete no content response

func (*AccountOtpResourceDeleteDeleteNoContent) Error

func (*AccountOtpResourceDeleteDeleteNoContent) IsClientError

func (o *AccountOtpResourceDeleteDeleteNoContent) IsClientError() bool

IsClientError returns true when this account otp resource delete delete no content response has a 4xx status code

func (*AccountOtpResourceDeleteDeleteNoContent) IsCode

IsCode returns true when this account otp resource delete delete no content response a status code equal to that given

func (*AccountOtpResourceDeleteDeleteNoContent) IsRedirect

IsRedirect returns true when this account otp resource delete delete no content response has a 3xx status code

func (*AccountOtpResourceDeleteDeleteNoContent) IsServerError

func (o *AccountOtpResourceDeleteDeleteNoContent) IsServerError() bool

IsServerError returns true when this account otp resource delete delete no content response has a 5xx status code

func (*AccountOtpResourceDeleteDeleteNoContent) IsSuccess

IsSuccess returns true when this account otp resource delete delete no content response has a 2xx status code

func (*AccountOtpResourceDeleteDeleteNoContent) String

type AccountOtpResourceDeleteDeleteParams

type AccountOtpResourceDeleteDeleteParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountOtpResourceDeleteDeleteParams contains all the parameters to send to the API endpoint

for the account otp resource delete delete operation.

Typically these are written to a http.Request.

func NewAccountOtpResourceDeleteDeleteParams

func NewAccountOtpResourceDeleteDeleteParams() *AccountOtpResourceDeleteDeleteParams

NewAccountOtpResourceDeleteDeleteParams creates a new AccountOtpResourceDeleteDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountOtpResourceDeleteDeleteParamsWithContext

func NewAccountOtpResourceDeleteDeleteParamsWithContext(ctx context.Context) *AccountOtpResourceDeleteDeleteParams

NewAccountOtpResourceDeleteDeleteParamsWithContext creates a new AccountOtpResourceDeleteDeleteParams object with the ability to set a context for a request.

func NewAccountOtpResourceDeleteDeleteParamsWithHTTPClient

func NewAccountOtpResourceDeleteDeleteParamsWithHTTPClient(client *http.Client) *AccountOtpResourceDeleteDeleteParams

NewAccountOtpResourceDeleteDeleteParamsWithHTTPClient creates a new AccountOtpResourceDeleteDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewAccountOtpResourceDeleteDeleteParamsWithTimeout

func NewAccountOtpResourceDeleteDeleteParamsWithTimeout(timeout time.Duration) *AccountOtpResourceDeleteDeleteParams

NewAccountOtpResourceDeleteDeleteParamsWithTimeout creates a new AccountOtpResourceDeleteDeleteParams object with the ability to set a timeout on a request.

func (*AccountOtpResourceDeleteDeleteParams) SetContext

SetContext adds the context to the account otp resource delete delete params

func (*AccountOtpResourceDeleteDeleteParams) SetDefaults

func (o *AccountOtpResourceDeleteDeleteParams) SetDefaults()

SetDefaults hydrates default values in the account otp resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountOtpResourceDeleteDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account otp resource delete delete params

func (*AccountOtpResourceDeleteDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the account otp resource delete delete params

func (*AccountOtpResourceDeleteDeleteParams) WithContext

WithContext adds the context to the account otp resource delete delete params

func (*AccountOtpResourceDeleteDeleteParams) WithDefaults

WithDefaults hydrates default values in the account otp resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountOtpResourceDeleteDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account otp resource delete delete params

func (*AccountOtpResourceDeleteDeleteParams) WithTimeout

WithTimeout adds the timeout to the account otp resource delete delete params

func (*AccountOtpResourceDeleteDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountOtpResourceDeleteDeleteReader

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

AccountOtpResourceDeleteDeleteReader is a Reader for the AccountOtpResourceDeleteDelete structure.

func (*AccountOtpResourceDeleteDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountOtpResourceDeleteDeleteUnauthorized

type AccountOtpResourceDeleteDeleteUnauthorized struct {
}

AccountOtpResourceDeleteDeleteUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountOtpResourceDeleteDeleteUnauthorized

func NewAccountOtpResourceDeleteDeleteUnauthorized() *AccountOtpResourceDeleteDeleteUnauthorized

NewAccountOtpResourceDeleteDeleteUnauthorized creates a AccountOtpResourceDeleteDeleteUnauthorized with default headers values

func (*AccountOtpResourceDeleteDeleteUnauthorized) Code

Code gets the status code for the account otp resource delete delete unauthorized response

func (*AccountOtpResourceDeleteDeleteUnauthorized) Error

func (*AccountOtpResourceDeleteDeleteUnauthorized) IsClientError

IsClientError returns true when this account otp resource delete delete unauthorized response has a 4xx status code

func (*AccountOtpResourceDeleteDeleteUnauthorized) IsCode

IsCode returns true when this account otp resource delete delete unauthorized response a status code equal to that given

func (*AccountOtpResourceDeleteDeleteUnauthorized) IsRedirect

IsRedirect returns true when this account otp resource delete delete unauthorized response has a 3xx status code

func (*AccountOtpResourceDeleteDeleteUnauthorized) IsServerError

IsServerError returns true when this account otp resource delete delete unauthorized response has a 5xx status code

func (*AccountOtpResourceDeleteDeleteUnauthorized) IsSuccess

IsSuccess returns true when this account otp resource delete delete unauthorized response has a 2xx status code

func (*AccountOtpResourceDeleteDeleteUnauthorized) String

type AccountOtpResourcePostPostBadRequest

type AccountOtpResourcePostPostBadRequest struct {
}

AccountOtpResourcePostPostBadRequest describes a response with status code 400, with default header values.

One time password empty

func NewAccountOtpResourcePostPostBadRequest

func NewAccountOtpResourcePostPostBadRequest() *AccountOtpResourcePostPostBadRequest

NewAccountOtpResourcePostPostBadRequest creates a AccountOtpResourcePostPostBadRequest with default headers values

func (*AccountOtpResourcePostPostBadRequest) Code

Code gets the status code for the account otp resource post post bad request response

func (*AccountOtpResourcePostPostBadRequest) Error

func (*AccountOtpResourcePostPostBadRequest) IsClientError

func (o *AccountOtpResourcePostPostBadRequest) IsClientError() bool

IsClientError returns true when this account otp resource post post bad request response has a 4xx status code

func (*AccountOtpResourcePostPostBadRequest) IsCode

IsCode returns true when this account otp resource post post bad request response a status code equal to that given

func (*AccountOtpResourcePostPostBadRequest) IsRedirect

IsRedirect returns true when this account otp resource post post bad request response has a 3xx status code

func (*AccountOtpResourcePostPostBadRequest) IsServerError

func (o *AccountOtpResourcePostPostBadRequest) IsServerError() bool

IsServerError returns true when this account otp resource post post bad request response has a 5xx status code

func (*AccountOtpResourcePostPostBadRequest) IsSuccess

IsSuccess returns true when this account otp resource post post bad request response has a 2xx status code

func (*AccountOtpResourcePostPostBadRequest) String

type AccountOtpResourcePostPostNoContent

type AccountOtpResourcePostPostNoContent struct {
}

AccountOtpResourcePostPostNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountOtpResourcePostPostNoContent

func NewAccountOtpResourcePostPostNoContent() *AccountOtpResourcePostPostNoContent

NewAccountOtpResourcePostPostNoContent creates a AccountOtpResourcePostPostNoContent with default headers values

func (*AccountOtpResourcePostPostNoContent) Code

Code gets the status code for the account otp resource post post no content response

func (*AccountOtpResourcePostPostNoContent) Error

func (*AccountOtpResourcePostPostNoContent) IsClientError

func (o *AccountOtpResourcePostPostNoContent) IsClientError() bool

IsClientError returns true when this account otp resource post post no content response has a 4xx status code

func (*AccountOtpResourcePostPostNoContent) IsCode

IsCode returns true when this account otp resource post post no content response a status code equal to that given

func (*AccountOtpResourcePostPostNoContent) IsRedirect

func (o *AccountOtpResourcePostPostNoContent) IsRedirect() bool

IsRedirect returns true when this account otp resource post post no content response has a 3xx status code

func (*AccountOtpResourcePostPostNoContent) IsServerError

func (o *AccountOtpResourcePostPostNoContent) IsServerError() bool

IsServerError returns true when this account otp resource post post no content response has a 5xx status code

func (*AccountOtpResourcePostPostNoContent) IsSuccess

IsSuccess returns true when this account otp resource post post no content response has a 2xx status code

func (*AccountOtpResourcePostPostNoContent) String

type AccountOtpResourcePostPostParams

type AccountOtpResourcePostPostParams struct {

	/* Body.

	   Account one time password enable representation
	*/
	Body *models.AccountOtpEnable

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

AccountOtpResourcePostPostParams contains all the parameters to send to the API endpoint

for the account otp resource post post operation.

Typically these are written to a http.Request.

func NewAccountOtpResourcePostPostParams

func NewAccountOtpResourcePostPostParams() *AccountOtpResourcePostPostParams

NewAccountOtpResourcePostPostParams creates a new AccountOtpResourcePostPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountOtpResourcePostPostParamsWithContext

func NewAccountOtpResourcePostPostParamsWithContext(ctx context.Context) *AccountOtpResourcePostPostParams

NewAccountOtpResourcePostPostParamsWithContext creates a new AccountOtpResourcePostPostParams object with the ability to set a context for a request.

func NewAccountOtpResourcePostPostParamsWithHTTPClient

func NewAccountOtpResourcePostPostParamsWithHTTPClient(client *http.Client) *AccountOtpResourcePostPostParams

NewAccountOtpResourcePostPostParamsWithHTTPClient creates a new AccountOtpResourcePostPostParams object with the ability to set a custom HTTPClient for a request.

func NewAccountOtpResourcePostPostParamsWithTimeout

func NewAccountOtpResourcePostPostParamsWithTimeout(timeout time.Duration) *AccountOtpResourcePostPostParams

NewAccountOtpResourcePostPostParamsWithTimeout creates a new AccountOtpResourcePostPostParams object with the ability to set a timeout on a request.

func (*AccountOtpResourcePostPostParams) SetBody

SetBody adds the body to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) SetContext

SetContext adds the context to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) SetDefaults

func (o *AccountOtpResourcePostPostParams) SetDefaults()

SetDefaults hydrates default values in the account otp resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountOtpResourcePostPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) SetTimeout

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

SetTimeout adds the timeout to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) WithBody

WithBody adds the body to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) WithContext

WithContext adds the context to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) WithDefaults

WithDefaults hydrates default values in the account otp resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountOtpResourcePostPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) WithTimeout

WithTimeout adds the timeout to the account otp resource post post params

func (*AccountOtpResourcePostPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountOtpResourcePostPostReader

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

AccountOtpResourcePostPostReader is a Reader for the AccountOtpResourcePostPost structure.

func (*AccountOtpResourcePostPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountOtpResourcePostPostTooManyRequests

type AccountOtpResourcePostPostTooManyRequests struct {
}

AccountOtpResourcePostPostTooManyRequests describes a response with status code 429, with default header values.

Too many failed attempts

func NewAccountOtpResourcePostPostTooManyRequests

func NewAccountOtpResourcePostPostTooManyRequests() *AccountOtpResourcePostPostTooManyRequests

NewAccountOtpResourcePostPostTooManyRequests creates a AccountOtpResourcePostPostTooManyRequests with default headers values

func (*AccountOtpResourcePostPostTooManyRequests) Code

Code gets the status code for the account otp resource post post too many requests response

func (*AccountOtpResourcePostPostTooManyRequests) Error

func (*AccountOtpResourcePostPostTooManyRequests) IsClientError

IsClientError returns true when this account otp resource post post too many requests response has a 4xx status code

func (*AccountOtpResourcePostPostTooManyRequests) IsCode

IsCode returns true when this account otp resource post post too many requests response a status code equal to that given

func (*AccountOtpResourcePostPostTooManyRequests) IsRedirect

IsRedirect returns true when this account otp resource post post too many requests response has a 3xx status code

func (*AccountOtpResourcePostPostTooManyRequests) IsServerError

IsServerError returns true when this account otp resource post post too many requests response has a 5xx status code

func (*AccountOtpResourcePostPostTooManyRequests) IsSuccess

IsSuccess returns true when this account otp resource post post too many requests response has a 2xx status code

func (*AccountOtpResourcePostPostTooManyRequests) String

type AccountOtpResourcePostPostUnauthorized

type AccountOtpResourcePostPostUnauthorized struct {
}

AccountOtpResourcePostPostUnauthorized describes a response with status code 401, with default header values.

Not authorized or one time password wrong

func NewAccountOtpResourcePostPostUnauthorized

func NewAccountOtpResourcePostPostUnauthorized() *AccountOtpResourcePostPostUnauthorized

NewAccountOtpResourcePostPostUnauthorized creates a AccountOtpResourcePostPostUnauthorized with default headers values

func (*AccountOtpResourcePostPostUnauthorized) Code

Code gets the status code for the account otp resource post post unauthorized response

func (*AccountOtpResourcePostPostUnauthorized) Error

func (*AccountOtpResourcePostPostUnauthorized) IsClientError

func (o *AccountOtpResourcePostPostUnauthorized) IsClientError() bool

IsClientError returns true when this account otp resource post post unauthorized response has a 4xx status code

func (*AccountOtpResourcePostPostUnauthorized) IsCode

IsCode returns true when this account otp resource post post unauthorized response a status code equal to that given

func (*AccountOtpResourcePostPostUnauthorized) IsRedirect

IsRedirect returns true when this account otp resource post post unauthorized response has a 3xx status code

func (*AccountOtpResourcePostPostUnauthorized) IsServerError

func (o *AccountOtpResourcePostPostUnauthorized) IsServerError() bool

IsServerError returns true when this account otp resource post post unauthorized response has a 5xx status code

func (*AccountOtpResourcePostPostUnauthorized) IsSuccess

IsSuccess returns true when this account otp resource post post unauthorized response has a 2xx status code

func (*AccountOtpResourcePostPostUnauthorized) String

type AccountOtpResourcePutPutMethodNotAllowed

type AccountOtpResourcePutPutMethodNotAllowed struct {
}

AccountOtpResourcePutPutMethodNotAllowed describes a response with status code 405, with default header values.

One time password is already enabled

func NewAccountOtpResourcePutPutMethodNotAllowed

func NewAccountOtpResourcePutPutMethodNotAllowed() *AccountOtpResourcePutPutMethodNotAllowed

NewAccountOtpResourcePutPutMethodNotAllowed creates a AccountOtpResourcePutPutMethodNotAllowed with default headers values

func (*AccountOtpResourcePutPutMethodNotAllowed) Code

Code gets the status code for the account otp resource put put method not allowed response

func (*AccountOtpResourcePutPutMethodNotAllowed) Error

func (*AccountOtpResourcePutPutMethodNotAllowed) IsClientError

IsClientError returns true when this account otp resource put put method not allowed response has a 4xx status code

func (*AccountOtpResourcePutPutMethodNotAllowed) IsCode

IsCode returns true when this account otp resource put put method not allowed response a status code equal to that given

func (*AccountOtpResourcePutPutMethodNotAllowed) IsRedirect

IsRedirect returns true when this account otp resource put put method not allowed response has a 3xx status code

func (*AccountOtpResourcePutPutMethodNotAllowed) IsServerError

IsServerError returns true when this account otp resource put put method not allowed response has a 5xx status code

func (*AccountOtpResourcePutPutMethodNotAllowed) IsSuccess

IsSuccess returns true when this account otp resource put put method not allowed response has a 2xx status code

func (*AccountOtpResourcePutPutMethodNotAllowed) String

type AccountOtpResourcePutPutOK

type AccountOtpResourcePutPutOK struct {
	Payload string
}

AccountOtpResourcePutPutOK describes a response with status code 200, with default header values.

Ok

func NewAccountOtpResourcePutPutOK

func NewAccountOtpResourcePutPutOK() *AccountOtpResourcePutPutOK

NewAccountOtpResourcePutPutOK creates a AccountOtpResourcePutPutOK with default headers values

func (*AccountOtpResourcePutPutOK) Code

func (o *AccountOtpResourcePutPutOK) Code() int

Code gets the status code for the account otp resource put put o k response

func (*AccountOtpResourcePutPutOK) Error

func (*AccountOtpResourcePutPutOK) GetPayload

func (o *AccountOtpResourcePutPutOK) GetPayload() string

func (*AccountOtpResourcePutPutOK) IsClientError

func (o *AccountOtpResourcePutPutOK) IsClientError() bool

IsClientError returns true when this account otp resource put put o k response has a 4xx status code

func (*AccountOtpResourcePutPutOK) IsCode

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

IsCode returns true when this account otp resource put put o k response a status code equal to that given

func (*AccountOtpResourcePutPutOK) IsRedirect

func (o *AccountOtpResourcePutPutOK) IsRedirect() bool

IsRedirect returns true when this account otp resource put put o k response has a 3xx status code

func (*AccountOtpResourcePutPutOK) IsServerError

func (o *AccountOtpResourcePutPutOK) IsServerError() bool

IsServerError returns true when this account otp resource put put o k response has a 5xx status code

func (*AccountOtpResourcePutPutOK) IsSuccess

func (o *AccountOtpResourcePutPutOK) IsSuccess() bool

IsSuccess returns true when this account otp resource put put o k response has a 2xx status code

func (*AccountOtpResourcePutPutOK) String

func (o *AccountOtpResourcePutPutOK) String() string

type AccountOtpResourcePutPutParams

type AccountOtpResourcePutPutParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountOtpResourcePutPutParams contains all the parameters to send to the API endpoint

for the account otp resource put put operation.

Typically these are written to a http.Request.

func NewAccountOtpResourcePutPutParams

func NewAccountOtpResourcePutPutParams() *AccountOtpResourcePutPutParams

NewAccountOtpResourcePutPutParams creates a new AccountOtpResourcePutPutParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountOtpResourcePutPutParamsWithContext

func NewAccountOtpResourcePutPutParamsWithContext(ctx context.Context) *AccountOtpResourcePutPutParams

NewAccountOtpResourcePutPutParamsWithContext creates a new AccountOtpResourcePutPutParams object with the ability to set a context for a request.

func NewAccountOtpResourcePutPutParamsWithHTTPClient

func NewAccountOtpResourcePutPutParamsWithHTTPClient(client *http.Client) *AccountOtpResourcePutPutParams

NewAccountOtpResourcePutPutParamsWithHTTPClient creates a new AccountOtpResourcePutPutParams object with the ability to set a custom HTTPClient for a request.

func NewAccountOtpResourcePutPutParamsWithTimeout

func NewAccountOtpResourcePutPutParamsWithTimeout(timeout time.Duration) *AccountOtpResourcePutPutParams

NewAccountOtpResourcePutPutParamsWithTimeout creates a new AccountOtpResourcePutPutParams object with the ability to set a timeout on a request.

func (*AccountOtpResourcePutPutParams) SetContext

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

SetContext adds the context to the account otp resource put put params

func (*AccountOtpResourcePutPutParams) SetDefaults

func (o *AccountOtpResourcePutPutParams) SetDefaults()

SetDefaults hydrates default values in the account otp resource put put params (not the query body).

All values with no default are reset to their zero value.

func (*AccountOtpResourcePutPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account otp resource put put params

func (*AccountOtpResourcePutPutParams) SetTimeout

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

SetTimeout adds the timeout to the account otp resource put put params

func (*AccountOtpResourcePutPutParams) WithContext

WithContext adds the context to the account otp resource put put params

func (*AccountOtpResourcePutPutParams) WithDefaults

WithDefaults hydrates default values in the account otp resource put put params (not the query body).

All values with no default are reset to their zero value.

func (*AccountOtpResourcePutPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account otp resource put put params

func (*AccountOtpResourcePutPutParams) WithTimeout

WithTimeout adds the timeout to the account otp resource put put params

func (*AccountOtpResourcePutPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountOtpResourcePutPutReader

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

AccountOtpResourcePutPutReader is a Reader for the AccountOtpResourcePutPut structure.

func (*AccountOtpResourcePutPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountPasswordResetResourcePostPostNoContent

type AccountPasswordResetResourcePostPostNoContent struct {
}

AccountPasswordResetResourcePostPostNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountPasswordResetResourcePostPostNoContent

func NewAccountPasswordResetResourcePostPostNoContent() *AccountPasswordResetResourcePostPostNoContent

NewAccountPasswordResetResourcePostPostNoContent creates a AccountPasswordResetResourcePostPostNoContent with default headers values

func (*AccountPasswordResetResourcePostPostNoContent) Code

Code gets the status code for the account password reset resource post post no content response

func (*AccountPasswordResetResourcePostPostNoContent) Error

func (*AccountPasswordResetResourcePostPostNoContent) IsClientError

IsClientError returns true when this account password reset resource post post no content response has a 4xx status code

func (*AccountPasswordResetResourcePostPostNoContent) IsCode

IsCode returns true when this account password reset resource post post no content response a status code equal to that given

func (*AccountPasswordResetResourcePostPostNoContent) IsRedirect

IsRedirect returns true when this account password reset resource post post no content response has a 3xx status code

func (*AccountPasswordResetResourcePostPostNoContent) IsServerError

IsServerError returns true when this account password reset resource post post no content response has a 5xx status code

func (*AccountPasswordResetResourcePostPostNoContent) IsSuccess

IsSuccess returns true when this account password reset resource post post no content response has a 2xx status code

func (*AccountPasswordResetResourcePostPostNoContent) String

type AccountPasswordResetResourcePostPostParams

type AccountPasswordResetResourcePostPostParams struct {

	/* Body.

	   Account password reset representation
	*/
	Body *models.AccountPasswordReset

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

AccountPasswordResetResourcePostPostParams contains all the parameters to send to the API endpoint

for the account password reset resource post post operation.

Typically these are written to a http.Request.

func NewAccountPasswordResetResourcePostPostParams

func NewAccountPasswordResetResourcePostPostParams() *AccountPasswordResetResourcePostPostParams

NewAccountPasswordResetResourcePostPostParams creates a new AccountPasswordResetResourcePostPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountPasswordResetResourcePostPostParamsWithContext

func NewAccountPasswordResetResourcePostPostParamsWithContext(ctx context.Context) *AccountPasswordResetResourcePostPostParams

NewAccountPasswordResetResourcePostPostParamsWithContext creates a new AccountPasswordResetResourcePostPostParams object with the ability to set a context for a request.

func NewAccountPasswordResetResourcePostPostParamsWithHTTPClient

func NewAccountPasswordResetResourcePostPostParamsWithHTTPClient(client *http.Client) *AccountPasswordResetResourcePostPostParams

NewAccountPasswordResetResourcePostPostParamsWithHTTPClient creates a new AccountPasswordResetResourcePostPostParams object with the ability to set a custom HTTPClient for a request.

func NewAccountPasswordResetResourcePostPostParamsWithTimeout

func NewAccountPasswordResetResourcePostPostParamsWithTimeout(timeout time.Duration) *AccountPasswordResetResourcePostPostParams

NewAccountPasswordResetResourcePostPostParamsWithTimeout creates a new AccountPasswordResetResourcePostPostParams object with the ability to set a timeout on a request.

func (*AccountPasswordResetResourcePostPostParams) SetBody

SetBody adds the body to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) SetContext

SetContext adds the context to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) SetDefaults

SetDefaults hydrates default values in the account password reset resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountPasswordResetResourcePostPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) SetTimeout

SetTimeout adds the timeout to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) WithBody

WithBody adds the body to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) WithContext

WithContext adds the context to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) WithDefaults

WithDefaults hydrates default values in the account password reset resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountPasswordResetResourcePostPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) WithTimeout

WithTimeout adds the timeout to the account password reset resource post post params

func (*AccountPasswordResetResourcePostPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountPasswordResetResourcePostPostReader

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

AccountPasswordResetResourcePostPostReader is a Reader for the AccountPasswordResetResourcePostPost structure.

func (*AccountPasswordResetResourcePostPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountPasswordResetResourcePostPostUnauthorized

type AccountPasswordResetResourcePostPostUnauthorized struct {
}

AccountPasswordResetResourcePostPostUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountPasswordResetResourcePostPostUnauthorized

func NewAccountPasswordResetResourcePostPostUnauthorized() *AccountPasswordResetResourcePostPostUnauthorized

NewAccountPasswordResetResourcePostPostUnauthorized creates a AccountPasswordResetResourcePostPostUnauthorized with default headers values

func (*AccountPasswordResetResourcePostPostUnauthorized) Code

Code gets the status code for the account password reset resource post post unauthorized response

func (*AccountPasswordResetResourcePostPostUnauthorized) Error

func (*AccountPasswordResetResourcePostPostUnauthorized) IsClientError

IsClientError returns true when this account password reset resource post post unauthorized response has a 4xx status code

func (*AccountPasswordResetResourcePostPostUnauthorized) IsCode

IsCode returns true when this account password reset resource post post unauthorized response a status code equal to that given

func (*AccountPasswordResetResourcePostPostUnauthorized) IsRedirect

IsRedirect returns true when this account password reset resource post post unauthorized response has a 3xx status code

func (*AccountPasswordResetResourcePostPostUnauthorized) IsServerError

IsServerError returns true when this account password reset resource post post unauthorized response has a 5xx status code

func (*AccountPasswordResetResourcePostPostUnauthorized) IsSuccess

IsSuccess returns true when this account password reset resource post post unauthorized response has a 2xx status code

func (*AccountPasswordResetResourcePostPostUnauthorized) String

type AccountSettingResourceDeleteDeleteForbidden

type AccountSettingResourceDeleteDeleteForbidden struct {
}

AccountSettingResourceDeleteDeleteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAccountSettingResourceDeleteDeleteForbidden

func NewAccountSettingResourceDeleteDeleteForbidden() *AccountSettingResourceDeleteDeleteForbidden

NewAccountSettingResourceDeleteDeleteForbidden creates a AccountSettingResourceDeleteDeleteForbidden with default headers values

func (*AccountSettingResourceDeleteDeleteForbidden) Code

Code gets the status code for the account setting resource delete delete forbidden response

func (*AccountSettingResourceDeleteDeleteForbidden) Error

func (*AccountSettingResourceDeleteDeleteForbidden) IsClientError

IsClientError returns true when this account setting resource delete delete forbidden response has a 4xx status code

func (*AccountSettingResourceDeleteDeleteForbidden) IsCode

IsCode returns true when this account setting resource delete delete forbidden response a status code equal to that given

func (*AccountSettingResourceDeleteDeleteForbidden) IsRedirect

IsRedirect returns true when this account setting resource delete delete forbidden response has a 3xx status code

func (*AccountSettingResourceDeleteDeleteForbidden) IsServerError

IsServerError returns true when this account setting resource delete delete forbidden response has a 5xx status code

func (*AccountSettingResourceDeleteDeleteForbidden) IsSuccess

IsSuccess returns true when this account setting resource delete delete forbidden response has a 2xx status code

func (*AccountSettingResourceDeleteDeleteForbidden) String

type AccountSettingResourceDeleteDeleteNoContent

type AccountSettingResourceDeleteDeleteNoContent struct {
}

AccountSettingResourceDeleteDeleteNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountSettingResourceDeleteDeleteNoContent

func NewAccountSettingResourceDeleteDeleteNoContent() *AccountSettingResourceDeleteDeleteNoContent

NewAccountSettingResourceDeleteDeleteNoContent creates a AccountSettingResourceDeleteDeleteNoContent with default headers values

func (*AccountSettingResourceDeleteDeleteNoContent) Code

Code gets the status code for the account setting resource delete delete no content response

func (*AccountSettingResourceDeleteDeleteNoContent) Error

func (*AccountSettingResourceDeleteDeleteNoContent) IsClientError

IsClientError returns true when this account setting resource delete delete no content response has a 4xx status code

func (*AccountSettingResourceDeleteDeleteNoContent) IsCode

IsCode returns true when this account setting resource delete delete no content response a status code equal to that given

func (*AccountSettingResourceDeleteDeleteNoContent) IsRedirect

IsRedirect returns true when this account setting resource delete delete no content response has a 3xx status code

func (*AccountSettingResourceDeleteDeleteNoContent) IsServerError

IsServerError returns true when this account setting resource delete delete no content response has a 5xx status code

func (*AccountSettingResourceDeleteDeleteNoContent) IsSuccess

IsSuccess returns true when this account setting resource delete delete no content response has a 2xx status code

func (*AccountSettingResourceDeleteDeleteNoContent) String

type AccountSettingResourceDeleteDeleteParams

type AccountSettingResourceDeleteDeleteParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountSettingResourceDeleteDeleteParams contains all the parameters to send to the API endpoint

for the account setting resource delete delete operation.

Typically these are written to a http.Request.

func NewAccountSettingResourceDeleteDeleteParams

func NewAccountSettingResourceDeleteDeleteParams() *AccountSettingResourceDeleteDeleteParams

NewAccountSettingResourceDeleteDeleteParams creates a new AccountSettingResourceDeleteDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSettingResourceDeleteDeleteParamsWithContext

func NewAccountSettingResourceDeleteDeleteParamsWithContext(ctx context.Context) *AccountSettingResourceDeleteDeleteParams

NewAccountSettingResourceDeleteDeleteParamsWithContext creates a new AccountSettingResourceDeleteDeleteParams object with the ability to set a context for a request.

func NewAccountSettingResourceDeleteDeleteParamsWithHTTPClient

func NewAccountSettingResourceDeleteDeleteParamsWithHTTPClient(client *http.Client) *AccountSettingResourceDeleteDeleteParams

NewAccountSettingResourceDeleteDeleteParamsWithHTTPClient creates a new AccountSettingResourceDeleteDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSettingResourceDeleteDeleteParamsWithTimeout

func NewAccountSettingResourceDeleteDeleteParamsWithTimeout(timeout time.Duration) *AccountSettingResourceDeleteDeleteParams

NewAccountSettingResourceDeleteDeleteParamsWithTimeout creates a new AccountSettingResourceDeleteDeleteParams object with the ability to set a timeout on a request.

func (*AccountSettingResourceDeleteDeleteParams) SetContext

SetContext adds the context to the account setting resource delete delete params

func (*AccountSettingResourceDeleteDeleteParams) SetDefaults

SetDefaults hydrates default values in the account setting resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSettingResourceDeleteDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account setting resource delete delete params

func (*AccountSettingResourceDeleteDeleteParams) SetTimeout

SetTimeout adds the timeout to the account setting resource delete delete params

func (*AccountSettingResourceDeleteDeleteParams) WithContext

WithContext adds the context to the account setting resource delete delete params

func (*AccountSettingResourceDeleteDeleteParams) WithDefaults

WithDefaults hydrates default values in the account setting resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSettingResourceDeleteDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account setting resource delete delete params

func (*AccountSettingResourceDeleteDeleteParams) WithTimeout

WithTimeout adds the timeout to the account setting resource delete delete params

func (*AccountSettingResourceDeleteDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSettingResourceDeleteDeleteReader

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

AccountSettingResourceDeleteDeleteReader is a Reader for the AccountSettingResourceDeleteDelete structure.

func (*AccountSettingResourceDeleteDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountSettingResourceDeleteDeleteUnauthorized

type AccountSettingResourceDeleteDeleteUnauthorized struct {
}

AccountSettingResourceDeleteDeleteUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountSettingResourceDeleteDeleteUnauthorized

func NewAccountSettingResourceDeleteDeleteUnauthorized() *AccountSettingResourceDeleteDeleteUnauthorized

NewAccountSettingResourceDeleteDeleteUnauthorized creates a AccountSettingResourceDeleteDeleteUnauthorized with default headers values

func (*AccountSettingResourceDeleteDeleteUnauthorized) Code

Code gets the status code for the account setting resource delete delete unauthorized response

func (*AccountSettingResourceDeleteDeleteUnauthorized) Error

func (*AccountSettingResourceDeleteDeleteUnauthorized) IsClientError

IsClientError returns true when this account setting resource delete delete unauthorized response has a 4xx status code

func (*AccountSettingResourceDeleteDeleteUnauthorized) IsCode

IsCode returns true when this account setting resource delete delete unauthorized response a status code equal to that given

func (*AccountSettingResourceDeleteDeleteUnauthorized) IsRedirect

IsRedirect returns true when this account setting resource delete delete unauthorized response has a 3xx status code

func (*AccountSettingResourceDeleteDeleteUnauthorized) IsServerError

IsServerError returns true when this account setting resource delete delete unauthorized response has a 5xx status code

func (*AccountSettingResourceDeleteDeleteUnauthorized) IsSuccess

IsSuccess returns true when this account setting resource delete delete unauthorized response has a 2xx status code

func (*AccountSettingResourceDeleteDeleteUnauthorized) String

type AccountSettingResourceGetGetForbidden

type AccountSettingResourceGetGetForbidden struct {
}

AccountSettingResourceGetGetForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAccountSettingResourceGetGetForbidden

func NewAccountSettingResourceGetGetForbidden() *AccountSettingResourceGetGetForbidden

NewAccountSettingResourceGetGetForbidden creates a AccountSettingResourceGetGetForbidden with default headers values

func (*AccountSettingResourceGetGetForbidden) Code

Code gets the status code for the account setting resource get get forbidden response

func (*AccountSettingResourceGetGetForbidden) Error

func (*AccountSettingResourceGetGetForbidden) IsClientError

func (o *AccountSettingResourceGetGetForbidden) IsClientError() bool

IsClientError returns true when this account setting resource get get forbidden response has a 4xx status code

func (*AccountSettingResourceGetGetForbidden) IsCode

IsCode returns true when this account setting resource get get forbidden response a status code equal to that given

func (*AccountSettingResourceGetGetForbidden) IsRedirect

IsRedirect returns true when this account setting resource get get forbidden response has a 3xx status code

func (*AccountSettingResourceGetGetForbidden) IsServerError

func (o *AccountSettingResourceGetGetForbidden) IsServerError() bool

IsServerError returns true when this account setting resource get get forbidden response has a 5xx status code

func (*AccountSettingResourceGetGetForbidden) IsSuccess

IsSuccess returns true when this account setting resource get get forbidden response has a 2xx status code

func (*AccountSettingResourceGetGetForbidden) String

type AccountSettingResourceGetGetNotFound

type AccountSettingResourceGetGetNotFound struct {
}

AccountSettingResourceGetGetNotFound describes a response with status code 404, with default header values.

Not found

func NewAccountSettingResourceGetGetNotFound

func NewAccountSettingResourceGetGetNotFound() *AccountSettingResourceGetGetNotFound

NewAccountSettingResourceGetGetNotFound creates a AccountSettingResourceGetGetNotFound with default headers values

func (*AccountSettingResourceGetGetNotFound) Code

Code gets the status code for the account setting resource get get not found response

func (*AccountSettingResourceGetGetNotFound) Error

func (*AccountSettingResourceGetGetNotFound) IsClientError

func (o *AccountSettingResourceGetGetNotFound) IsClientError() bool

IsClientError returns true when this account setting resource get get not found response has a 4xx status code

func (*AccountSettingResourceGetGetNotFound) IsCode

IsCode returns true when this account setting resource get get not found response a status code equal to that given

func (*AccountSettingResourceGetGetNotFound) IsRedirect

IsRedirect returns true when this account setting resource get get not found response has a 3xx status code

func (*AccountSettingResourceGetGetNotFound) IsServerError

func (o *AccountSettingResourceGetGetNotFound) IsServerError() bool

IsServerError returns true when this account setting resource get get not found response has a 5xx status code

func (*AccountSettingResourceGetGetNotFound) IsSuccess

IsSuccess returns true when this account setting resource get get not found response has a 2xx status code

func (*AccountSettingResourceGetGetNotFound) String

type AccountSettingResourceGetGetOK

type AccountSettingResourceGetGetOK struct {
	Payload *models.AccountSetting
}

AccountSettingResourceGetGetOK describes a response with status code 200, with default header values.

successful operation

func NewAccountSettingResourceGetGetOK

func NewAccountSettingResourceGetGetOK() *AccountSettingResourceGetGetOK

NewAccountSettingResourceGetGetOK creates a AccountSettingResourceGetGetOK with default headers values

func (*AccountSettingResourceGetGetOK) Code

Code gets the status code for the account setting resource get get o k response

func (*AccountSettingResourceGetGetOK) Error

func (*AccountSettingResourceGetGetOK) GetPayload

func (*AccountSettingResourceGetGetOK) IsClientError

func (o *AccountSettingResourceGetGetOK) IsClientError() bool

IsClientError returns true when this account setting resource get get o k response has a 4xx status code

func (*AccountSettingResourceGetGetOK) IsCode

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

IsCode returns true when this account setting resource get get o k response a status code equal to that given

func (*AccountSettingResourceGetGetOK) IsRedirect

func (o *AccountSettingResourceGetGetOK) IsRedirect() bool

IsRedirect returns true when this account setting resource get get o k response has a 3xx status code

func (*AccountSettingResourceGetGetOK) IsServerError

func (o *AccountSettingResourceGetGetOK) IsServerError() bool

IsServerError returns true when this account setting resource get get o k response has a 5xx status code

func (*AccountSettingResourceGetGetOK) IsSuccess

func (o *AccountSettingResourceGetGetOK) IsSuccess() bool

IsSuccess returns true when this account setting resource get get o k response has a 2xx status code

func (*AccountSettingResourceGetGetOK) String

type AccountSettingResourceGetGetParams

type AccountSettingResourceGetGetParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountSettingResourceGetGetParams contains all the parameters to send to the API endpoint

for the account setting resource get get operation.

Typically these are written to a http.Request.

func NewAccountSettingResourceGetGetParams

func NewAccountSettingResourceGetGetParams() *AccountSettingResourceGetGetParams

NewAccountSettingResourceGetGetParams creates a new AccountSettingResourceGetGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSettingResourceGetGetParamsWithContext

func NewAccountSettingResourceGetGetParamsWithContext(ctx context.Context) *AccountSettingResourceGetGetParams

NewAccountSettingResourceGetGetParamsWithContext creates a new AccountSettingResourceGetGetParams object with the ability to set a context for a request.

func NewAccountSettingResourceGetGetParamsWithHTTPClient

func NewAccountSettingResourceGetGetParamsWithHTTPClient(client *http.Client) *AccountSettingResourceGetGetParams

NewAccountSettingResourceGetGetParamsWithHTTPClient creates a new AccountSettingResourceGetGetParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSettingResourceGetGetParamsWithTimeout

func NewAccountSettingResourceGetGetParamsWithTimeout(timeout time.Duration) *AccountSettingResourceGetGetParams

NewAccountSettingResourceGetGetParamsWithTimeout creates a new AccountSettingResourceGetGetParams object with the ability to set a timeout on a request.

func (*AccountSettingResourceGetGetParams) SetContext

SetContext adds the context to the account setting resource get get params

func (*AccountSettingResourceGetGetParams) SetDefaults

func (o *AccountSettingResourceGetGetParams) SetDefaults()

SetDefaults hydrates default values in the account setting resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSettingResourceGetGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account setting resource get get params

func (*AccountSettingResourceGetGetParams) SetTimeout

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

SetTimeout adds the timeout to the account setting resource get get params

func (*AccountSettingResourceGetGetParams) WithContext

WithContext adds the context to the account setting resource get get params

func (*AccountSettingResourceGetGetParams) WithDefaults

WithDefaults hydrates default values in the account setting resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSettingResourceGetGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account setting resource get get params

func (*AccountSettingResourceGetGetParams) WithTimeout

WithTimeout adds the timeout to the account setting resource get get params

func (*AccountSettingResourceGetGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSettingResourceGetGetReader

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

AccountSettingResourceGetGetReader is a Reader for the AccountSettingResourceGetGet structure.

func (*AccountSettingResourceGetGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountSettingResourceGetGetUnauthorized

type AccountSettingResourceGetGetUnauthorized struct {
}

AccountSettingResourceGetGetUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountSettingResourceGetGetUnauthorized

func NewAccountSettingResourceGetGetUnauthorized() *AccountSettingResourceGetGetUnauthorized

NewAccountSettingResourceGetGetUnauthorized creates a AccountSettingResourceGetGetUnauthorized with default headers values

func (*AccountSettingResourceGetGetUnauthorized) Code

Code gets the status code for the account setting resource get get unauthorized response

func (*AccountSettingResourceGetGetUnauthorized) Error

func (*AccountSettingResourceGetGetUnauthorized) IsClientError

IsClientError returns true when this account setting resource get get unauthorized response has a 4xx status code

func (*AccountSettingResourceGetGetUnauthorized) IsCode

IsCode returns true when this account setting resource get get unauthorized response a status code equal to that given

func (*AccountSettingResourceGetGetUnauthorized) IsRedirect

IsRedirect returns true when this account setting resource get get unauthorized response has a 3xx status code

func (*AccountSettingResourceGetGetUnauthorized) IsServerError

IsServerError returns true when this account setting resource get get unauthorized response has a 5xx status code

func (*AccountSettingResourceGetGetUnauthorized) IsSuccess

IsSuccess returns true when this account setting resource get get unauthorized response has a 2xx status code

func (*AccountSettingResourceGetGetUnauthorized) String

type AccountSettingResourcePutPutBadRequest

type AccountSettingResourcePutPutBadRequest struct {
}

AccountSettingResourcePutPutBadRequest describes a response with status code 400, with default header values.

Bad Parameter

func NewAccountSettingResourcePutPutBadRequest

func NewAccountSettingResourcePutPutBadRequest() *AccountSettingResourcePutPutBadRequest

NewAccountSettingResourcePutPutBadRequest creates a AccountSettingResourcePutPutBadRequest with default headers values

func (*AccountSettingResourcePutPutBadRequest) Code

Code gets the status code for the account setting resource put put bad request response

func (*AccountSettingResourcePutPutBadRequest) Error

func (*AccountSettingResourcePutPutBadRequest) IsClientError

func (o *AccountSettingResourcePutPutBadRequest) IsClientError() bool

IsClientError returns true when this account setting resource put put bad request response has a 4xx status code

func (*AccountSettingResourcePutPutBadRequest) IsCode

IsCode returns true when this account setting resource put put bad request response a status code equal to that given

func (*AccountSettingResourcePutPutBadRequest) IsRedirect

IsRedirect returns true when this account setting resource put put bad request response has a 3xx status code

func (*AccountSettingResourcePutPutBadRequest) IsServerError

func (o *AccountSettingResourcePutPutBadRequest) IsServerError() bool

IsServerError returns true when this account setting resource put put bad request response has a 5xx status code

func (*AccountSettingResourcePutPutBadRequest) IsSuccess

IsSuccess returns true when this account setting resource put put bad request response has a 2xx status code

func (*AccountSettingResourcePutPutBadRequest) String

type AccountSettingResourcePutPutOK

type AccountSettingResourcePutPutOK struct {
	Payload *models.AccountSetting
}

AccountSettingResourcePutPutOK describes a response with status code 200, with default header values.

successful operation

func NewAccountSettingResourcePutPutOK

func NewAccountSettingResourcePutPutOK() *AccountSettingResourcePutPutOK

NewAccountSettingResourcePutPutOK creates a AccountSettingResourcePutPutOK with default headers values

func (*AccountSettingResourcePutPutOK) Code

Code gets the status code for the account setting resource put put o k response

func (*AccountSettingResourcePutPutOK) Error

func (*AccountSettingResourcePutPutOK) GetPayload

func (*AccountSettingResourcePutPutOK) IsClientError

func (o *AccountSettingResourcePutPutOK) IsClientError() bool

IsClientError returns true when this account setting resource put put o k response has a 4xx status code

func (*AccountSettingResourcePutPutOK) IsCode

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

IsCode returns true when this account setting resource put put o k response a status code equal to that given

func (*AccountSettingResourcePutPutOK) IsRedirect

func (o *AccountSettingResourcePutPutOK) IsRedirect() bool

IsRedirect returns true when this account setting resource put put o k response has a 3xx status code

func (*AccountSettingResourcePutPutOK) IsServerError

func (o *AccountSettingResourcePutPutOK) IsServerError() bool

IsServerError returns true when this account setting resource put put o k response has a 5xx status code

func (*AccountSettingResourcePutPutOK) IsSuccess

func (o *AccountSettingResourcePutPutOK) IsSuccess() bool

IsSuccess returns true when this account setting resource put put o k response has a 2xx status code

func (*AccountSettingResourcePutPutOK) String

type AccountSettingResourcePutPutParams

type AccountSettingResourcePutPutParams struct {

	/* Body.

	   Account setting representation
	*/
	Body *models.AccountSetting

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

AccountSettingResourcePutPutParams contains all the parameters to send to the API endpoint

for the account setting resource put put operation.

Typically these are written to a http.Request.

func NewAccountSettingResourcePutPutParams

func NewAccountSettingResourcePutPutParams() *AccountSettingResourcePutPutParams

NewAccountSettingResourcePutPutParams creates a new AccountSettingResourcePutPutParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSettingResourcePutPutParamsWithContext

func NewAccountSettingResourcePutPutParamsWithContext(ctx context.Context) *AccountSettingResourcePutPutParams

NewAccountSettingResourcePutPutParamsWithContext creates a new AccountSettingResourcePutPutParams object with the ability to set a context for a request.

func NewAccountSettingResourcePutPutParamsWithHTTPClient

func NewAccountSettingResourcePutPutParamsWithHTTPClient(client *http.Client) *AccountSettingResourcePutPutParams

NewAccountSettingResourcePutPutParamsWithHTTPClient creates a new AccountSettingResourcePutPutParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSettingResourcePutPutParamsWithTimeout

func NewAccountSettingResourcePutPutParamsWithTimeout(timeout time.Duration) *AccountSettingResourcePutPutParams

NewAccountSettingResourcePutPutParamsWithTimeout creates a new AccountSettingResourcePutPutParams object with the ability to set a timeout on a request.

func (*AccountSettingResourcePutPutParams) SetBody

SetBody adds the body to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) SetContext

SetContext adds the context to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) SetDefaults

func (o *AccountSettingResourcePutPutParams) SetDefaults()

SetDefaults hydrates default values in the account setting resource put put params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSettingResourcePutPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) SetTimeout

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

SetTimeout adds the timeout to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) WithBody

WithBody adds the body to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) WithContext

WithContext adds the context to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) WithDefaults

WithDefaults hydrates default values in the account setting resource put put params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSettingResourcePutPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) WithTimeout

WithTimeout adds the timeout to the account setting resource put put params

func (*AccountSettingResourcePutPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSettingResourcePutPutReader

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

AccountSettingResourcePutPutReader is a Reader for the AccountSettingResourcePutPut structure.

func (*AccountSettingResourcePutPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountSettingResourcePutPutUnauthorized

type AccountSettingResourcePutPutUnauthorized struct {
}

AccountSettingResourcePutPutUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountSettingResourcePutPutUnauthorized

func NewAccountSettingResourcePutPutUnauthorized() *AccountSettingResourcePutPutUnauthorized

NewAccountSettingResourcePutPutUnauthorized creates a AccountSettingResourcePutPutUnauthorized with default headers values

func (*AccountSettingResourcePutPutUnauthorized) Code

Code gets the status code for the account setting resource put put unauthorized response

func (*AccountSettingResourcePutPutUnauthorized) Error

func (*AccountSettingResourcePutPutUnauthorized) IsClientError

IsClientError returns true when this account setting resource put put unauthorized response has a 4xx status code

func (*AccountSettingResourcePutPutUnauthorized) IsCode

IsCode returns true when this account setting resource put put unauthorized response a status code equal to that given

func (*AccountSettingResourcePutPutUnauthorized) IsRedirect

IsRedirect returns true when this account setting resource put put unauthorized response has a 3xx status code

func (*AccountSettingResourcePutPutUnauthorized) IsServerError

IsServerError returns true when this account setting resource put put unauthorized response has a 5xx status code

func (*AccountSettingResourcePutPutUnauthorized) IsSuccess

IsSuccess returns true when this account setting resource put put unauthorized response has a 2xx status code

func (*AccountSettingResourcePutPutUnauthorized) String

type AccountSubResourceDeleteDeleteNoContent

type AccountSubResourceDeleteDeleteNoContent struct {
}

AccountSubResourceDeleteDeleteNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountSubResourceDeleteDeleteNoContent

func NewAccountSubResourceDeleteDeleteNoContent() *AccountSubResourceDeleteDeleteNoContent

NewAccountSubResourceDeleteDeleteNoContent creates a AccountSubResourceDeleteDeleteNoContent with default headers values

func (*AccountSubResourceDeleteDeleteNoContent) Code

Code gets the status code for the account sub resource delete delete no content response

func (*AccountSubResourceDeleteDeleteNoContent) Error

func (*AccountSubResourceDeleteDeleteNoContent) IsClientError

func (o *AccountSubResourceDeleteDeleteNoContent) IsClientError() bool

IsClientError returns true when this account sub resource delete delete no content response has a 4xx status code

func (*AccountSubResourceDeleteDeleteNoContent) IsCode

IsCode returns true when this account sub resource delete delete no content response a status code equal to that given

func (*AccountSubResourceDeleteDeleteNoContent) IsRedirect

IsRedirect returns true when this account sub resource delete delete no content response has a 3xx status code

func (*AccountSubResourceDeleteDeleteNoContent) IsServerError

func (o *AccountSubResourceDeleteDeleteNoContent) IsServerError() bool

IsServerError returns true when this account sub resource delete delete no content response has a 5xx status code

func (*AccountSubResourceDeleteDeleteNoContent) IsSuccess

IsSuccess returns true when this account sub resource delete delete no content response has a 2xx status code

func (*AccountSubResourceDeleteDeleteNoContent) String

type AccountSubResourceDeleteDeleteParams

type AccountSubResourceDeleteDeleteParams struct {

	/* AccountID.

	   The account id
	*/
	AccountID int64

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

AccountSubResourceDeleteDeleteParams contains all the parameters to send to the API endpoint

for the account sub resource delete delete operation.

Typically these are written to a http.Request.

func NewAccountSubResourceDeleteDeleteParams

func NewAccountSubResourceDeleteDeleteParams() *AccountSubResourceDeleteDeleteParams

NewAccountSubResourceDeleteDeleteParams creates a new AccountSubResourceDeleteDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSubResourceDeleteDeleteParamsWithContext

func NewAccountSubResourceDeleteDeleteParamsWithContext(ctx context.Context) *AccountSubResourceDeleteDeleteParams

NewAccountSubResourceDeleteDeleteParamsWithContext creates a new AccountSubResourceDeleteDeleteParams object with the ability to set a context for a request.

func NewAccountSubResourceDeleteDeleteParamsWithHTTPClient

func NewAccountSubResourceDeleteDeleteParamsWithHTTPClient(client *http.Client) *AccountSubResourceDeleteDeleteParams

NewAccountSubResourceDeleteDeleteParamsWithHTTPClient creates a new AccountSubResourceDeleteDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSubResourceDeleteDeleteParamsWithTimeout

func NewAccountSubResourceDeleteDeleteParamsWithTimeout(timeout time.Duration) *AccountSubResourceDeleteDeleteParams

NewAccountSubResourceDeleteDeleteParamsWithTimeout creates a new AccountSubResourceDeleteDeleteParams object with the ability to set a timeout on a request.

func (*AccountSubResourceDeleteDeleteParams) SetAccountID

func (o *AccountSubResourceDeleteDeleteParams) SetAccountID(accountID int64)

SetAccountID adds the accountId to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) SetContext

SetContext adds the context to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) SetDefaults

func (o *AccountSubResourceDeleteDeleteParams) SetDefaults()

SetDefaults hydrates default values in the account sub resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubResourceDeleteDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) WithAccountID

WithAccountID adds the accountID to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) WithContext

WithContext adds the context to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) WithDefaults

WithDefaults hydrates default values in the account sub resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubResourceDeleteDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) WithTimeout

WithTimeout adds the timeout to the account sub resource delete delete params

func (*AccountSubResourceDeleteDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSubResourceDeleteDeleteReader

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

AccountSubResourceDeleteDeleteReader is a Reader for the AccountSubResourceDeleteDelete structure.

func (*AccountSubResourceDeleteDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountSubResourceDeleteDeleteUnauthorized

type AccountSubResourceDeleteDeleteUnauthorized struct {
}

AccountSubResourceDeleteDeleteUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountSubResourceDeleteDeleteUnauthorized

func NewAccountSubResourceDeleteDeleteUnauthorized() *AccountSubResourceDeleteDeleteUnauthorized

NewAccountSubResourceDeleteDeleteUnauthorized creates a AccountSubResourceDeleteDeleteUnauthorized with default headers values

func (*AccountSubResourceDeleteDeleteUnauthorized) Code

Code gets the status code for the account sub resource delete delete unauthorized response

func (*AccountSubResourceDeleteDeleteUnauthorized) Error

func (*AccountSubResourceDeleteDeleteUnauthorized) IsClientError

IsClientError returns true when this account sub resource delete delete unauthorized response has a 4xx status code

func (*AccountSubResourceDeleteDeleteUnauthorized) IsCode

IsCode returns true when this account sub resource delete delete unauthorized response a status code equal to that given

func (*AccountSubResourceDeleteDeleteUnauthorized) IsRedirect

IsRedirect returns true when this account sub resource delete delete unauthorized response has a 3xx status code

func (*AccountSubResourceDeleteDeleteUnauthorized) IsServerError

IsServerError returns true when this account sub resource delete delete unauthorized response has a 5xx status code

func (*AccountSubResourceDeleteDeleteUnauthorized) IsSuccess

IsSuccess returns true when this account sub resource delete delete unauthorized response has a 2xx status code

func (*AccountSubResourceDeleteDeleteUnauthorized) String

type AccountSubResourceGetGetOK

type AccountSubResourceGetGetOK struct {
	Payload *models.Account
}

AccountSubResourceGetGetOK describes a response with status code 200, with default header values.

successful operation

func NewAccountSubResourceGetGetOK

func NewAccountSubResourceGetGetOK() *AccountSubResourceGetGetOK

NewAccountSubResourceGetGetOK creates a AccountSubResourceGetGetOK with default headers values

func (*AccountSubResourceGetGetOK) Code

func (o *AccountSubResourceGetGetOK) Code() int

Code gets the status code for the account sub resource get get o k response

func (*AccountSubResourceGetGetOK) Error

func (*AccountSubResourceGetGetOK) GetPayload

func (o *AccountSubResourceGetGetOK) GetPayload() *models.Account

func (*AccountSubResourceGetGetOK) IsClientError

func (o *AccountSubResourceGetGetOK) IsClientError() bool

IsClientError returns true when this account sub resource get get o k response has a 4xx status code

func (*AccountSubResourceGetGetOK) IsCode

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

IsCode returns true when this account sub resource get get o k response a status code equal to that given

func (*AccountSubResourceGetGetOK) IsRedirect

func (o *AccountSubResourceGetGetOK) IsRedirect() bool

IsRedirect returns true when this account sub resource get get o k response has a 3xx status code

func (*AccountSubResourceGetGetOK) IsServerError

func (o *AccountSubResourceGetGetOK) IsServerError() bool

IsServerError returns true when this account sub resource get get o k response has a 5xx status code

func (*AccountSubResourceGetGetOK) IsSuccess

func (o *AccountSubResourceGetGetOK) IsSuccess() bool

IsSuccess returns true when this account sub resource get get o k response has a 2xx status code

func (*AccountSubResourceGetGetOK) String

func (o *AccountSubResourceGetGetOK) String() string

type AccountSubResourceGetGetParams

type AccountSubResourceGetGetParams struct {

	/* AccountID.

	   The account id
	*/
	AccountID int64

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

AccountSubResourceGetGetParams contains all the parameters to send to the API endpoint

for the account sub resource get get operation.

Typically these are written to a http.Request.

func NewAccountSubResourceGetGetParams

func NewAccountSubResourceGetGetParams() *AccountSubResourceGetGetParams

NewAccountSubResourceGetGetParams creates a new AccountSubResourceGetGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSubResourceGetGetParamsWithContext

func NewAccountSubResourceGetGetParamsWithContext(ctx context.Context) *AccountSubResourceGetGetParams

NewAccountSubResourceGetGetParamsWithContext creates a new AccountSubResourceGetGetParams object with the ability to set a context for a request.

func NewAccountSubResourceGetGetParamsWithHTTPClient

func NewAccountSubResourceGetGetParamsWithHTTPClient(client *http.Client) *AccountSubResourceGetGetParams

NewAccountSubResourceGetGetParamsWithHTTPClient creates a new AccountSubResourceGetGetParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSubResourceGetGetParamsWithTimeout

func NewAccountSubResourceGetGetParamsWithTimeout(timeout time.Duration) *AccountSubResourceGetGetParams

NewAccountSubResourceGetGetParamsWithTimeout creates a new AccountSubResourceGetGetParams object with the ability to set a timeout on a request.

func (*AccountSubResourceGetGetParams) SetAccountID

func (o *AccountSubResourceGetGetParams) SetAccountID(accountID int64)

SetAccountID adds the accountId to the account sub resource get get params

func (*AccountSubResourceGetGetParams) SetContext

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

SetContext adds the context to the account sub resource get get params

func (*AccountSubResourceGetGetParams) SetDefaults

func (o *AccountSubResourceGetGetParams) SetDefaults()

SetDefaults hydrates default values in the account sub resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubResourceGetGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account sub resource get get params

func (*AccountSubResourceGetGetParams) SetTimeout

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

SetTimeout adds the timeout to the account sub resource get get params

func (*AccountSubResourceGetGetParams) WithAccountID

WithAccountID adds the accountID to the account sub resource get get params

func (*AccountSubResourceGetGetParams) WithContext

WithContext adds the context to the account sub resource get get params

func (*AccountSubResourceGetGetParams) WithDefaults

WithDefaults hydrates default values in the account sub resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubResourceGetGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account sub resource get get params

func (*AccountSubResourceGetGetParams) WithTimeout

WithTimeout adds the timeout to the account sub resource get get params

func (*AccountSubResourceGetGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSubResourceGetGetReader

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

AccountSubResourceGetGetReader is a Reader for the AccountSubResourceGetGet structure.

func (*AccountSubResourceGetGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountSubResourceGetGetUnauthorized

type AccountSubResourceGetGetUnauthorized struct {
}

AccountSubResourceGetGetUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountSubResourceGetGetUnauthorized

func NewAccountSubResourceGetGetUnauthorized() *AccountSubResourceGetGetUnauthorized

NewAccountSubResourceGetGetUnauthorized creates a AccountSubResourceGetGetUnauthorized with default headers values

func (*AccountSubResourceGetGetUnauthorized) Code

Code gets the status code for the account sub resource get get unauthorized response

func (*AccountSubResourceGetGetUnauthorized) Error

func (*AccountSubResourceGetGetUnauthorized) IsClientError

func (o *AccountSubResourceGetGetUnauthorized) IsClientError() bool

IsClientError returns true when this account sub resource get get unauthorized response has a 4xx status code

func (*AccountSubResourceGetGetUnauthorized) IsCode

IsCode returns true when this account sub resource get get unauthorized response a status code equal to that given

func (*AccountSubResourceGetGetUnauthorized) IsRedirect

IsRedirect returns true when this account sub resource get get unauthorized response has a 3xx status code

func (*AccountSubResourceGetGetUnauthorized) IsServerError

func (o *AccountSubResourceGetGetUnauthorized) IsServerError() bool

IsServerError returns true when this account sub resource get get unauthorized response has a 5xx status code

func (*AccountSubResourceGetGetUnauthorized) IsSuccess

IsSuccess returns true when this account sub resource get get unauthorized response has a 2xx status code

func (*AccountSubResourceGetGetUnauthorized) String

type AccountSubResourcePostPostBadRequest

type AccountSubResourcePostPostBadRequest struct {
}

AccountSubResourcePostPostBadRequest describes a response with status code 400, with default header values.

Invalid parameter supplied

func NewAccountSubResourcePostPostBadRequest

func NewAccountSubResourcePostPostBadRequest() *AccountSubResourcePostPostBadRequest

NewAccountSubResourcePostPostBadRequest creates a AccountSubResourcePostPostBadRequest with default headers values

func (*AccountSubResourcePostPostBadRequest) Code

Code gets the status code for the account sub resource post post bad request response

func (*AccountSubResourcePostPostBadRequest) Error

func (*AccountSubResourcePostPostBadRequest) IsClientError

func (o *AccountSubResourcePostPostBadRequest) IsClientError() bool

IsClientError returns true when this account sub resource post post bad request response has a 4xx status code

func (*AccountSubResourcePostPostBadRequest) IsCode

IsCode returns true when this account sub resource post post bad request response a status code equal to that given

func (*AccountSubResourcePostPostBadRequest) IsRedirect

IsRedirect returns true when this account sub resource post post bad request response has a 3xx status code

func (*AccountSubResourcePostPostBadRequest) IsServerError

func (o *AccountSubResourcePostPostBadRequest) IsServerError() bool

IsServerError returns true when this account sub resource post post bad request response has a 5xx status code

func (*AccountSubResourcePostPostBadRequest) IsSuccess

IsSuccess returns true when this account sub resource post post bad request response has a 2xx status code

func (*AccountSubResourcePostPostBadRequest) String

type AccountSubResourcePostPostConflict

type AccountSubResourcePostPostConflict struct {
}

AccountSubResourcePostPostConflict describes a response with status code 409, with default header values.

E-Mail address already exists

func NewAccountSubResourcePostPostConflict

func NewAccountSubResourcePostPostConflict() *AccountSubResourcePostPostConflict

NewAccountSubResourcePostPostConflict creates a AccountSubResourcePostPostConflict with default headers values

func (*AccountSubResourcePostPostConflict) Code

Code gets the status code for the account sub resource post post conflict response

func (*AccountSubResourcePostPostConflict) Error

func (*AccountSubResourcePostPostConflict) IsClientError

func (o *AccountSubResourcePostPostConflict) IsClientError() bool

IsClientError returns true when this account sub resource post post conflict response has a 4xx status code

func (*AccountSubResourcePostPostConflict) IsCode

IsCode returns true when this account sub resource post post conflict response a status code equal to that given

func (*AccountSubResourcePostPostConflict) IsRedirect

func (o *AccountSubResourcePostPostConflict) IsRedirect() bool

IsRedirect returns true when this account sub resource post post conflict response has a 3xx status code

func (*AccountSubResourcePostPostConflict) IsServerError

func (o *AccountSubResourcePostPostConflict) IsServerError() bool

IsServerError returns true when this account sub resource post post conflict response has a 5xx status code

func (*AccountSubResourcePostPostConflict) IsSuccess

IsSuccess returns true when this account sub resource post post conflict response has a 2xx status code

func (*AccountSubResourcePostPostConflict) String

type AccountSubResourcePostPostNoContent

type AccountSubResourcePostPostNoContent struct {
}

AccountSubResourcePostPostNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountSubResourcePostPostNoContent

func NewAccountSubResourcePostPostNoContent() *AccountSubResourcePostPostNoContent

NewAccountSubResourcePostPostNoContent creates a AccountSubResourcePostPostNoContent with default headers values

func (*AccountSubResourcePostPostNoContent) Code

Code gets the status code for the account sub resource post post no content response

func (*AccountSubResourcePostPostNoContent) Error

func (*AccountSubResourcePostPostNoContent) IsClientError

func (o *AccountSubResourcePostPostNoContent) IsClientError() bool

IsClientError returns true when this account sub resource post post no content response has a 4xx status code

func (*AccountSubResourcePostPostNoContent) IsCode

IsCode returns true when this account sub resource post post no content response a status code equal to that given

func (*AccountSubResourcePostPostNoContent) IsRedirect

func (o *AccountSubResourcePostPostNoContent) IsRedirect() bool

IsRedirect returns true when this account sub resource post post no content response has a 3xx status code

func (*AccountSubResourcePostPostNoContent) IsServerError

func (o *AccountSubResourcePostPostNoContent) IsServerError() bool

IsServerError returns true when this account sub resource post post no content response has a 5xx status code

func (*AccountSubResourcePostPostNoContent) IsSuccess

IsSuccess returns true when this account sub resource post post no content response has a 2xx status code

func (*AccountSubResourcePostPostNoContent) String

type AccountSubResourcePostPostParams

type AccountSubResourcePostPostParams struct {

	/* AccountID.

	   The account id
	*/
	AccountID int64

	/* Body.

	   Account update representation
	*/
	Body *models.AccountSubUpdate

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

AccountSubResourcePostPostParams contains all the parameters to send to the API endpoint

for the account sub resource post post operation.

Typically these are written to a http.Request.

func NewAccountSubResourcePostPostParams

func NewAccountSubResourcePostPostParams() *AccountSubResourcePostPostParams

NewAccountSubResourcePostPostParams creates a new AccountSubResourcePostPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSubResourcePostPostParamsWithContext

func NewAccountSubResourcePostPostParamsWithContext(ctx context.Context) *AccountSubResourcePostPostParams

NewAccountSubResourcePostPostParamsWithContext creates a new AccountSubResourcePostPostParams object with the ability to set a context for a request.

func NewAccountSubResourcePostPostParamsWithHTTPClient

func NewAccountSubResourcePostPostParamsWithHTTPClient(client *http.Client) *AccountSubResourcePostPostParams

NewAccountSubResourcePostPostParamsWithHTTPClient creates a new AccountSubResourcePostPostParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSubResourcePostPostParamsWithTimeout

func NewAccountSubResourcePostPostParamsWithTimeout(timeout time.Duration) *AccountSubResourcePostPostParams

NewAccountSubResourcePostPostParamsWithTimeout creates a new AccountSubResourcePostPostParams object with the ability to set a timeout on a request.

func (*AccountSubResourcePostPostParams) SetAccountID

func (o *AccountSubResourcePostPostParams) SetAccountID(accountID int64)

SetAccountID adds the accountId to the account sub resource post post params

func (*AccountSubResourcePostPostParams) SetBody

SetBody adds the body to the account sub resource post post params

func (*AccountSubResourcePostPostParams) SetContext

SetContext adds the context to the account sub resource post post params

func (*AccountSubResourcePostPostParams) SetDefaults

func (o *AccountSubResourcePostPostParams) SetDefaults()

SetDefaults hydrates default values in the account sub resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubResourcePostPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account sub resource post post params

func (*AccountSubResourcePostPostParams) SetTimeout

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

SetTimeout adds the timeout to the account sub resource post post params

func (*AccountSubResourcePostPostParams) WithAccountID

WithAccountID adds the accountID to the account sub resource post post params

func (*AccountSubResourcePostPostParams) WithBody

WithBody adds the body to the account sub resource post post params

func (*AccountSubResourcePostPostParams) WithContext

WithContext adds the context to the account sub resource post post params

func (*AccountSubResourcePostPostParams) WithDefaults

WithDefaults hydrates default values in the account sub resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubResourcePostPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account sub resource post post params

func (*AccountSubResourcePostPostParams) WithTimeout

WithTimeout adds the timeout to the account sub resource post post params

func (*AccountSubResourcePostPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSubResourcePostPostReader

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

AccountSubResourcePostPostReader is a Reader for the AccountSubResourcePostPost structure.

func (*AccountSubResourcePostPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountSubResourcePostPostUnauthorized

type AccountSubResourcePostPostUnauthorized struct {
}

AccountSubResourcePostPostUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountSubResourcePostPostUnauthorized

func NewAccountSubResourcePostPostUnauthorized() *AccountSubResourcePostPostUnauthorized

NewAccountSubResourcePostPostUnauthorized creates a AccountSubResourcePostPostUnauthorized with default headers values

func (*AccountSubResourcePostPostUnauthorized) Code

Code gets the status code for the account sub resource post post unauthorized response

func (*AccountSubResourcePostPostUnauthorized) Error

func (*AccountSubResourcePostPostUnauthorized) IsClientError

func (o *AccountSubResourcePostPostUnauthorized) IsClientError() bool

IsClientError returns true when this account sub resource post post unauthorized response has a 4xx status code

func (*AccountSubResourcePostPostUnauthorized) IsCode

IsCode returns true when this account sub resource post post unauthorized response a status code equal to that given

func (*AccountSubResourcePostPostUnauthorized) IsRedirect

IsRedirect returns true when this account sub resource post post unauthorized response has a 3xx status code

func (*AccountSubResourcePostPostUnauthorized) IsServerError

func (o *AccountSubResourcePostPostUnauthorized) IsServerError() bool

IsServerError returns true when this account sub resource post post unauthorized response has a 5xx status code

func (*AccountSubResourcePostPostUnauthorized) IsSuccess

IsSuccess returns true when this account sub resource post post unauthorized response has a 2xx status code

func (*AccountSubResourcePostPostUnauthorized) String

type AccountSubsResourceGetGetOK

type AccountSubsResourceGetGetOK struct {
	Payload *models.Account
}

AccountSubsResourceGetGetOK describes a response with status code 200, with default header values.

successful operation

func NewAccountSubsResourceGetGetOK

func NewAccountSubsResourceGetGetOK() *AccountSubsResourceGetGetOK

NewAccountSubsResourceGetGetOK creates a AccountSubsResourceGetGetOK with default headers values

func (*AccountSubsResourceGetGetOK) Code

func (o *AccountSubsResourceGetGetOK) Code() int

Code gets the status code for the account subs resource get get o k response

func (*AccountSubsResourceGetGetOK) Error

func (*AccountSubsResourceGetGetOK) GetPayload

func (o *AccountSubsResourceGetGetOK) GetPayload() *models.Account

func (*AccountSubsResourceGetGetOK) IsClientError

func (o *AccountSubsResourceGetGetOK) IsClientError() bool

IsClientError returns true when this account subs resource get get o k response has a 4xx status code

func (*AccountSubsResourceGetGetOK) IsCode

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

IsCode returns true when this account subs resource get get o k response a status code equal to that given

func (*AccountSubsResourceGetGetOK) IsRedirect

func (o *AccountSubsResourceGetGetOK) IsRedirect() bool

IsRedirect returns true when this account subs resource get get o k response has a 3xx status code

func (*AccountSubsResourceGetGetOK) IsServerError

func (o *AccountSubsResourceGetGetOK) IsServerError() bool

IsServerError returns true when this account subs resource get get o k response has a 5xx status code

func (*AccountSubsResourceGetGetOK) IsSuccess

func (o *AccountSubsResourceGetGetOK) IsSuccess() bool

IsSuccess returns true when this account subs resource get get o k response has a 2xx status code

func (*AccountSubsResourceGetGetOK) String

func (o *AccountSubsResourceGetGetOK) String() string

type AccountSubsResourceGetGetParams

type AccountSubsResourceGetGetParams struct {

	/* Email.

	   The optional email (regex)
	*/
	Email *string

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

AccountSubsResourceGetGetParams contains all the parameters to send to the API endpoint

for the account subs resource get get operation.

Typically these are written to a http.Request.

func NewAccountSubsResourceGetGetParams

func NewAccountSubsResourceGetGetParams() *AccountSubsResourceGetGetParams

NewAccountSubsResourceGetGetParams creates a new AccountSubsResourceGetGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSubsResourceGetGetParamsWithContext

func NewAccountSubsResourceGetGetParamsWithContext(ctx context.Context) *AccountSubsResourceGetGetParams

NewAccountSubsResourceGetGetParamsWithContext creates a new AccountSubsResourceGetGetParams object with the ability to set a context for a request.

func NewAccountSubsResourceGetGetParamsWithHTTPClient

func NewAccountSubsResourceGetGetParamsWithHTTPClient(client *http.Client) *AccountSubsResourceGetGetParams

NewAccountSubsResourceGetGetParamsWithHTTPClient creates a new AccountSubsResourceGetGetParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSubsResourceGetGetParamsWithTimeout

func NewAccountSubsResourceGetGetParamsWithTimeout(timeout time.Duration) *AccountSubsResourceGetGetParams

NewAccountSubsResourceGetGetParamsWithTimeout creates a new AccountSubsResourceGetGetParams object with the ability to set a timeout on a request.

func (*AccountSubsResourceGetGetParams) SetContext

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

SetContext adds the context to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) SetDefaults

func (o *AccountSubsResourceGetGetParams) SetDefaults()

SetDefaults hydrates default values in the account subs resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubsResourceGetGetParams) SetEmail

func (o *AccountSubsResourceGetGetParams) SetEmail(email *string)

SetEmail adds the email to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) SetTimeout

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

SetTimeout adds the timeout to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) WithContext

WithContext adds the context to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) WithDefaults

WithDefaults hydrates default values in the account subs resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubsResourceGetGetParams) WithEmail

WithEmail adds the email to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) WithTimeout

WithTimeout adds the timeout to the account subs resource get get params

func (*AccountSubsResourceGetGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSubsResourceGetGetReader

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

AccountSubsResourceGetGetReader is a Reader for the AccountSubsResourceGetGet structure.

func (*AccountSubsResourceGetGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountSubsResourceGetGetUnauthorized

type AccountSubsResourceGetGetUnauthorized struct {
}

AccountSubsResourceGetGetUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountSubsResourceGetGetUnauthorized

func NewAccountSubsResourceGetGetUnauthorized() *AccountSubsResourceGetGetUnauthorized

NewAccountSubsResourceGetGetUnauthorized creates a AccountSubsResourceGetGetUnauthorized with default headers values

func (*AccountSubsResourceGetGetUnauthorized) Code

Code gets the status code for the account subs resource get get unauthorized response

func (*AccountSubsResourceGetGetUnauthorized) Error

func (*AccountSubsResourceGetGetUnauthorized) IsClientError

func (o *AccountSubsResourceGetGetUnauthorized) IsClientError() bool

IsClientError returns true when this account subs resource get get unauthorized response has a 4xx status code

func (*AccountSubsResourceGetGetUnauthorized) IsCode

IsCode returns true when this account subs resource get get unauthorized response a status code equal to that given

func (*AccountSubsResourceGetGetUnauthorized) IsRedirect

IsRedirect returns true when this account subs resource get get unauthorized response has a 3xx status code

func (*AccountSubsResourceGetGetUnauthorized) IsServerError

func (o *AccountSubsResourceGetGetUnauthorized) IsServerError() bool

IsServerError returns true when this account subs resource get get unauthorized response has a 5xx status code

func (*AccountSubsResourceGetGetUnauthorized) IsSuccess

IsSuccess returns true when this account subs resource get get unauthorized response has a 2xx status code

func (*AccountSubsResourceGetGetUnauthorized) String

type AccountSubsResourcePutPutBadRequest

type AccountSubsResourcePutPutBadRequest struct {
}

AccountSubsResourcePutPutBadRequest describes a response with status code 400, with default header values.

Invalid parameter supplied

func NewAccountSubsResourcePutPutBadRequest

func NewAccountSubsResourcePutPutBadRequest() *AccountSubsResourcePutPutBadRequest

NewAccountSubsResourcePutPutBadRequest creates a AccountSubsResourcePutPutBadRequest with default headers values

func (*AccountSubsResourcePutPutBadRequest) Code

Code gets the status code for the account subs resource put put bad request response

func (*AccountSubsResourcePutPutBadRequest) Error

func (*AccountSubsResourcePutPutBadRequest) IsClientError

func (o *AccountSubsResourcePutPutBadRequest) IsClientError() bool

IsClientError returns true when this account subs resource put put bad request response has a 4xx status code

func (*AccountSubsResourcePutPutBadRequest) IsCode

IsCode returns true when this account subs resource put put bad request response a status code equal to that given

func (*AccountSubsResourcePutPutBadRequest) IsRedirect

func (o *AccountSubsResourcePutPutBadRequest) IsRedirect() bool

IsRedirect returns true when this account subs resource put put bad request response has a 3xx status code

func (*AccountSubsResourcePutPutBadRequest) IsServerError

func (o *AccountSubsResourcePutPutBadRequest) IsServerError() bool

IsServerError returns true when this account subs resource put put bad request response has a 5xx status code

func (*AccountSubsResourcePutPutBadRequest) IsSuccess

IsSuccess returns true when this account subs resource put put bad request response has a 2xx status code

func (*AccountSubsResourcePutPutBadRequest) String

type AccountSubsResourcePutPutOK

type AccountSubsResourcePutPutOK struct {
	Payload *models.MyAccount
}

AccountSubsResourcePutPutOK describes a response with status code 200, with default header values.

Ok

func NewAccountSubsResourcePutPutOK

func NewAccountSubsResourcePutPutOK() *AccountSubsResourcePutPutOK

NewAccountSubsResourcePutPutOK creates a AccountSubsResourcePutPutOK with default headers values

func (*AccountSubsResourcePutPutOK) Code

func (o *AccountSubsResourcePutPutOK) Code() int

Code gets the status code for the account subs resource put put o k response

func (*AccountSubsResourcePutPutOK) Error

func (*AccountSubsResourcePutPutOK) GetPayload

func (o *AccountSubsResourcePutPutOK) GetPayload() *models.MyAccount

func (*AccountSubsResourcePutPutOK) IsClientError

func (o *AccountSubsResourcePutPutOK) IsClientError() bool

IsClientError returns true when this account subs resource put put o k response has a 4xx status code

func (*AccountSubsResourcePutPutOK) IsCode

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

IsCode returns true when this account subs resource put put o k response a status code equal to that given

func (*AccountSubsResourcePutPutOK) IsRedirect

func (o *AccountSubsResourcePutPutOK) IsRedirect() bool

IsRedirect returns true when this account subs resource put put o k response has a 3xx status code

func (*AccountSubsResourcePutPutOK) IsServerError

func (o *AccountSubsResourcePutPutOK) IsServerError() bool

IsServerError returns true when this account subs resource put put o k response has a 5xx status code

func (*AccountSubsResourcePutPutOK) IsSuccess

func (o *AccountSubsResourcePutPutOK) IsSuccess() bool

IsSuccess returns true when this account subs resource put put o k response has a 2xx status code

func (*AccountSubsResourcePutPutOK) String

func (o *AccountSubsResourcePutPutOK) String() string

type AccountSubsResourcePutPutParams

type AccountSubsResourcePutPutParams struct {

	/* Body.

	   Account sub create representation
	*/
	Body *models.AccountSubCreate

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

AccountSubsResourcePutPutParams contains all the parameters to send to the API endpoint

for the account subs resource put put operation.

Typically these are written to a http.Request.

func NewAccountSubsResourcePutPutParams

func NewAccountSubsResourcePutPutParams() *AccountSubsResourcePutPutParams

NewAccountSubsResourcePutPutParams creates a new AccountSubsResourcePutPutParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountSubsResourcePutPutParamsWithContext

func NewAccountSubsResourcePutPutParamsWithContext(ctx context.Context) *AccountSubsResourcePutPutParams

NewAccountSubsResourcePutPutParamsWithContext creates a new AccountSubsResourcePutPutParams object with the ability to set a context for a request.

func NewAccountSubsResourcePutPutParamsWithHTTPClient

func NewAccountSubsResourcePutPutParamsWithHTTPClient(client *http.Client) *AccountSubsResourcePutPutParams

NewAccountSubsResourcePutPutParamsWithHTTPClient creates a new AccountSubsResourcePutPutParams object with the ability to set a custom HTTPClient for a request.

func NewAccountSubsResourcePutPutParamsWithTimeout

func NewAccountSubsResourcePutPutParamsWithTimeout(timeout time.Duration) *AccountSubsResourcePutPutParams

NewAccountSubsResourcePutPutParamsWithTimeout creates a new AccountSubsResourcePutPutParams object with the ability to set a timeout on a request.

func (*AccountSubsResourcePutPutParams) SetBody

SetBody adds the body to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) SetContext

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

SetContext adds the context to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) SetDefaults

func (o *AccountSubsResourcePutPutParams) SetDefaults()

SetDefaults hydrates default values in the account subs resource put put params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubsResourcePutPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) SetTimeout

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

SetTimeout adds the timeout to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) WithBody

WithBody adds the body to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) WithContext

WithContext adds the context to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) WithDefaults

WithDefaults hydrates default values in the account subs resource put put params (not the query body).

All values with no default are reset to their zero value.

func (*AccountSubsResourcePutPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) WithTimeout

WithTimeout adds the timeout to the account subs resource put put params

func (*AccountSubsResourcePutPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountSubsResourcePutPutReader

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

AccountSubsResourcePutPutReader is a Reader for the AccountSubsResourcePutPut structure.

func (*AccountSubsResourcePutPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountsResourceDeleteDeleteNoContent

type AccountsResourceDeleteDeleteNoContent struct {
}

AccountsResourceDeleteDeleteNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountsResourceDeleteDeleteNoContent

func NewAccountsResourceDeleteDeleteNoContent() *AccountsResourceDeleteDeleteNoContent

NewAccountsResourceDeleteDeleteNoContent creates a AccountsResourceDeleteDeleteNoContent with default headers values

func (*AccountsResourceDeleteDeleteNoContent) Code

Code gets the status code for the accounts resource delete delete no content response

func (*AccountsResourceDeleteDeleteNoContent) Error

func (*AccountsResourceDeleteDeleteNoContent) IsClientError

func (o *AccountsResourceDeleteDeleteNoContent) IsClientError() bool

IsClientError returns true when this accounts resource delete delete no content response has a 4xx status code

func (*AccountsResourceDeleteDeleteNoContent) IsCode

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

func (*AccountsResourceDeleteDeleteNoContent) IsRedirect

IsRedirect returns true when this accounts resource delete delete no content response has a 3xx status code

func (*AccountsResourceDeleteDeleteNoContent) IsServerError

func (o *AccountsResourceDeleteDeleteNoContent) IsServerError() bool

IsServerError returns true when this accounts resource delete delete no content response has a 5xx status code

func (*AccountsResourceDeleteDeleteNoContent) IsSuccess

IsSuccess returns true when this accounts resource delete delete no content response has a 2xx status code

func (*AccountsResourceDeleteDeleteNoContent) String

type AccountsResourceDeleteDeleteParams

type AccountsResourceDeleteDeleteParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountsResourceDeleteDeleteParams contains all the parameters to send to the API endpoint

for the accounts resource delete delete operation.

Typically these are written to a http.Request.

func NewAccountsResourceDeleteDeleteParams

func NewAccountsResourceDeleteDeleteParams() *AccountsResourceDeleteDeleteParams

NewAccountsResourceDeleteDeleteParams creates a new AccountsResourceDeleteDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountsResourceDeleteDeleteParamsWithContext

func NewAccountsResourceDeleteDeleteParamsWithContext(ctx context.Context) *AccountsResourceDeleteDeleteParams

NewAccountsResourceDeleteDeleteParamsWithContext creates a new AccountsResourceDeleteDeleteParams object with the ability to set a context for a request.

func NewAccountsResourceDeleteDeleteParamsWithHTTPClient

func NewAccountsResourceDeleteDeleteParamsWithHTTPClient(client *http.Client) *AccountsResourceDeleteDeleteParams

NewAccountsResourceDeleteDeleteParamsWithHTTPClient creates a new AccountsResourceDeleteDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewAccountsResourceDeleteDeleteParamsWithTimeout

func NewAccountsResourceDeleteDeleteParamsWithTimeout(timeout time.Duration) *AccountsResourceDeleteDeleteParams

NewAccountsResourceDeleteDeleteParamsWithTimeout creates a new AccountsResourceDeleteDeleteParams object with the ability to set a timeout on a request.

func (*AccountsResourceDeleteDeleteParams) SetContext

SetContext adds the context to the accounts resource delete delete params

func (*AccountsResourceDeleteDeleteParams) SetDefaults

func (o *AccountsResourceDeleteDeleteParams) SetDefaults()

SetDefaults hydrates default values in the accounts resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountsResourceDeleteDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accounts resource delete delete params

func (*AccountsResourceDeleteDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the accounts resource delete delete params

func (*AccountsResourceDeleteDeleteParams) WithContext

WithContext adds the context to the accounts resource delete delete params

func (*AccountsResourceDeleteDeleteParams) WithDefaults

WithDefaults hydrates default values in the accounts resource delete delete params (not the query body).

All values with no default are reset to their zero value.

func (*AccountsResourceDeleteDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accounts resource delete delete params

func (*AccountsResourceDeleteDeleteParams) WithTimeout

WithTimeout adds the timeout to the accounts resource delete delete params

func (*AccountsResourceDeleteDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountsResourceDeleteDeleteReader

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

AccountsResourceDeleteDeleteReader is a Reader for the AccountsResourceDeleteDelete structure.

func (*AccountsResourceDeleteDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountsResourceDeleteDeleteUnauthorized

type AccountsResourceDeleteDeleteUnauthorized struct {
}

AccountsResourceDeleteDeleteUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountsResourceDeleteDeleteUnauthorized

func NewAccountsResourceDeleteDeleteUnauthorized() *AccountsResourceDeleteDeleteUnauthorized

NewAccountsResourceDeleteDeleteUnauthorized creates a AccountsResourceDeleteDeleteUnauthorized with default headers values

func (*AccountsResourceDeleteDeleteUnauthorized) Code

Code gets the status code for the accounts resource delete delete unauthorized response

func (*AccountsResourceDeleteDeleteUnauthorized) Error

func (*AccountsResourceDeleteDeleteUnauthorized) IsClientError

IsClientError returns true when this accounts resource delete delete unauthorized response has a 4xx status code

func (*AccountsResourceDeleteDeleteUnauthorized) IsCode

IsCode returns true when this accounts resource delete delete unauthorized response a status code equal to that given

func (*AccountsResourceDeleteDeleteUnauthorized) IsRedirect

IsRedirect returns true when this accounts resource delete delete unauthorized response has a 3xx status code

func (*AccountsResourceDeleteDeleteUnauthorized) IsServerError

IsServerError returns true when this accounts resource delete delete unauthorized response has a 5xx status code

func (*AccountsResourceDeleteDeleteUnauthorized) IsSuccess

IsSuccess returns true when this accounts resource delete delete unauthorized response has a 2xx status code

func (*AccountsResourceDeleteDeleteUnauthorized) String

type AccountsResourceGetGetOK

type AccountsResourceGetGetOK struct {
	Payload *models.MyAccount
}

AccountsResourceGetGetOK describes a response with status code 200, with default header values.

successful operation

func NewAccountsResourceGetGetOK

func NewAccountsResourceGetGetOK() *AccountsResourceGetGetOK

NewAccountsResourceGetGetOK creates a AccountsResourceGetGetOK with default headers values

func (*AccountsResourceGetGetOK) Code

func (o *AccountsResourceGetGetOK) Code() int

Code gets the status code for the accounts resource get get o k response

func (*AccountsResourceGetGetOK) Error

func (o *AccountsResourceGetGetOK) Error() string

func (*AccountsResourceGetGetOK) GetPayload

func (o *AccountsResourceGetGetOK) GetPayload() *models.MyAccount

func (*AccountsResourceGetGetOK) IsClientError

func (o *AccountsResourceGetGetOK) IsClientError() bool

IsClientError returns true when this accounts resource get get o k response has a 4xx status code

func (*AccountsResourceGetGetOK) IsCode

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

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

func (*AccountsResourceGetGetOK) IsRedirect

func (o *AccountsResourceGetGetOK) IsRedirect() bool

IsRedirect returns true when this accounts resource get get o k response has a 3xx status code

func (*AccountsResourceGetGetOK) IsServerError

func (o *AccountsResourceGetGetOK) IsServerError() bool

IsServerError returns true when this accounts resource get get o k response has a 5xx status code

func (*AccountsResourceGetGetOK) IsSuccess

func (o *AccountsResourceGetGetOK) IsSuccess() bool

IsSuccess returns true when this accounts resource get get o k response has a 2xx status code

func (*AccountsResourceGetGetOK) String

func (o *AccountsResourceGetGetOK) String() string

type AccountsResourceGetGetParams

type AccountsResourceGetGetParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountsResourceGetGetParams contains all the parameters to send to the API endpoint

for the accounts resource get get operation.

Typically these are written to a http.Request.

func NewAccountsResourceGetGetParams

func NewAccountsResourceGetGetParams() *AccountsResourceGetGetParams

NewAccountsResourceGetGetParams creates a new AccountsResourceGetGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountsResourceGetGetParamsWithContext

func NewAccountsResourceGetGetParamsWithContext(ctx context.Context) *AccountsResourceGetGetParams

NewAccountsResourceGetGetParamsWithContext creates a new AccountsResourceGetGetParams object with the ability to set a context for a request.

func NewAccountsResourceGetGetParamsWithHTTPClient

func NewAccountsResourceGetGetParamsWithHTTPClient(client *http.Client) *AccountsResourceGetGetParams

NewAccountsResourceGetGetParamsWithHTTPClient creates a new AccountsResourceGetGetParams object with the ability to set a custom HTTPClient for a request.

func NewAccountsResourceGetGetParamsWithTimeout

func NewAccountsResourceGetGetParamsWithTimeout(timeout time.Duration) *AccountsResourceGetGetParams

NewAccountsResourceGetGetParamsWithTimeout creates a new AccountsResourceGetGetParams object with the ability to set a timeout on a request.

func (*AccountsResourceGetGetParams) SetContext

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

SetContext adds the context to the accounts resource get get params

func (*AccountsResourceGetGetParams) SetDefaults

func (o *AccountsResourceGetGetParams) SetDefaults()

SetDefaults hydrates default values in the accounts resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountsResourceGetGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accounts resource get get params

func (*AccountsResourceGetGetParams) SetTimeout

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

SetTimeout adds the timeout to the accounts resource get get params

func (*AccountsResourceGetGetParams) WithContext

WithContext adds the context to the accounts resource get get params

func (*AccountsResourceGetGetParams) WithDefaults

WithDefaults hydrates default values in the accounts resource get get params (not the query body).

All values with no default are reset to their zero value.

func (*AccountsResourceGetGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accounts resource get get params

func (*AccountsResourceGetGetParams) WithTimeout

WithTimeout adds the timeout to the accounts resource get get params

func (*AccountsResourceGetGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountsResourceGetGetReader

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

AccountsResourceGetGetReader is a Reader for the AccountsResourceGetGet structure.

func (*AccountsResourceGetGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountsResourceGetGetUnauthorized

type AccountsResourceGetGetUnauthorized struct {
}

AccountsResourceGetGetUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountsResourceGetGetUnauthorized

func NewAccountsResourceGetGetUnauthorized() *AccountsResourceGetGetUnauthorized

NewAccountsResourceGetGetUnauthorized creates a AccountsResourceGetGetUnauthorized with default headers values

func (*AccountsResourceGetGetUnauthorized) Code

Code gets the status code for the accounts resource get get unauthorized response

func (*AccountsResourceGetGetUnauthorized) Error

func (*AccountsResourceGetGetUnauthorized) IsClientError

func (o *AccountsResourceGetGetUnauthorized) IsClientError() bool

IsClientError returns true when this accounts resource get get unauthorized response has a 4xx status code

func (*AccountsResourceGetGetUnauthorized) IsCode

IsCode returns true when this accounts resource get get unauthorized response a status code equal to that given

func (*AccountsResourceGetGetUnauthorized) IsRedirect

func (o *AccountsResourceGetGetUnauthorized) IsRedirect() bool

IsRedirect returns true when this accounts resource get get unauthorized response has a 3xx status code

func (*AccountsResourceGetGetUnauthorized) IsServerError

func (o *AccountsResourceGetGetUnauthorized) IsServerError() bool

IsServerError returns true when this accounts resource get get unauthorized response has a 5xx status code

func (*AccountsResourceGetGetUnauthorized) IsSuccess

IsSuccess returns true when this accounts resource get get unauthorized response has a 2xx status code

func (*AccountsResourceGetGetUnauthorized) String

type AccountsResourcePostPostBadRequest

type AccountsResourcePostPostBadRequest struct {
}

AccountsResourcePostPostBadRequest describes a response with status code 400, with default header values.

Invalid E-Mail address or name supplied

func NewAccountsResourcePostPostBadRequest

func NewAccountsResourcePostPostBadRequest() *AccountsResourcePostPostBadRequest

NewAccountsResourcePostPostBadRequest creates a AccountsResourcePostPostBadRequest with default headers values

func (*AccountsResourcePostPostBadRequest) Code

Code gets the status code for the accounts resource post post bad request response

func (*AccountsResourcePostPostBadRequest) Error

func (*AccountsResourcePostPostBadRequest) IsClientError

func (o *AccountsResourcePostPostBadRequest) IsClientError() bool

IsClientError returns true when this accounts resource post post bad request response has a 4xx status code

func (*AccountsResourcePostPostBadRequest) IsCode

IsCode returns true when this accounts resource post post bad request response a status code equal to that given

func (*AccountsResourcePostPostBadRequest) IsRedirect

func (o *AccountsResourcePostPostBadRequest) IsRedirect() bool

IsRedirect returns true when this accounts resource post post bad request response has a 3xx status code

func (*AccountsResourcePostPostBadRequest) IsServerError

func (o *AccountsResourcePostPostBadRequest) IsServerError() bool

IsServerError returns true when this accounts resource post post bad request response has a 5xx status code

func (*AccountsResourcePostPostBadRequest) IsSuccess

IsSuccess returns true when this accounts resource post post bad request response has a 2xx status code

func (*AccountsResourcePostPostBadRequest) String

type AccountsResourcePostPostConflict

type AccountsResourcePostPostConflict struct {
}

AccountsResourcePostPostConflict describes a response with status code 409, with default header values.

E-Mail address already exists

func NewAccountsResourcePostPostConflict

func NewAccountsResourcePostPostConflict() *AccountsResourcePostPostConflict

NewAccountsResourcePostPostConflict creates a AccountsResourcePostPostConflict with default headers values

func (*AccountsResourcePostPostConflict) Code

Code gets the status code for the accounts resource post post conflict response

func (*AccountsResourcePostPostConflict) Error

func (*AccountsResourcePostPostConflict) IsClientError

func (o *AccountsResourcePostPostConflict) IsClientError() bool

IsClientError returns true when this accounts resource post post conflict response has a 4xx status code

func (*AccountsResourcePostPostConflict) IsCode

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

IsCode returns true when this accounts resource post post conflict response a status code equal to that given

func (*AccountsResourcePostPostConflict) IsRedirect

func (o *AccountsResourcePostPostConflict) IsRedirect() bool

IsRedirect returns true when this accounts resource post post conflict response has a 3xx status code

func (*AccountsResourcePostPostConflict) IsServerError

func (o *AccountsResourcePostPostConflict) IsServerError() bool

IsServerError returns true when this accounts resource post post conflict response has a 5xx status code

func (*AccountsResourcePostPostConflict) IsSuccess

func (o *AccountsResourcePostPostConflict) IsSuccess() bool

IsSuccess returns true when this accounts resource post post conflict response has a 2xx status code

func (*AccountsResourcePostPostConflict) String

type AccountsResourcePostPostNoContent

type AccountsResourcePostPostNoContent struct {
}

AccountsResourcePostPostNoContent describes a response with status code 204, with default header values.

Ok

func NewAccountsResourcePostPostNoContent

func NewAccountsResourcePostPostNoContent() *AccountsResourcePostPostNoContent

NewAccountsResourcePostPostNoContent creates a AccountsResourcePostPostNoContent with default headers values

func (*AccountsResourcePostPostNoContent) Code

Code gets the status code for the accounts resource post post no content response

func (*AccountsResourcePostPostNoContent) Error

func (*AccountsResourcePostPostNoContent) IsClientError

func (o *AccountsResourcePostPostNoContent) IsClientError() bool

IsClientError returns true when this accounts resource post post no content response has a 4xx status code

func (*AccountsResourcePostPostNoContent) IsCode

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

IsCode returns true when this accounts resource post post no content response a status code equal to that given

func (*AccountsResourcePostPostNoContent) IsRedirect

func (o *AccountsResourcePostPostNoContent) IsRedirect() bool

IsRedirect returns true when this accounts resource post post no content response has a 3xx status code

func (*AccountsResourcePostPostNoContent) IsServerError

func (o *AccountsResourcePostPostNoContent) IsServerError() bool

IsServerError returns true when this accounts resource post post no content response has a 5xx status code

func (*AccountsResourcePostPostNoContent) IsSuccess

func (o *AccountsResourcePostPostNoContent) IsSuccess() bool

IsSuccess returns true when this accounts resource post post no content response has a 2xx status code

func (*AccountsResourcePostPostNoContent) String

type AccountsResourcePostPostParams

type AccountsResourcePostPostParams struct {

	/* Body.

	   Account update representation
	*/
	Body *models.AccountUpdate

	/* DeleteAPITokens.

	   If false existing API tokens are not deleted if the password is changed

	   Default: true
	*/
	DeleteAPITokens *bool

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

AccountsResourcePostPostParams contains all the parameters to send to the API endpoint

for the accounts resource post post operation.

Typically these are written to a http.Request.

func NewAccountsResourcePostPostParams

func NewAccountsResourcePostPostParams() *AccountsResourcePostPostParams

NewAccountsResourcePostPostParams creates a new AccountsResourcePostPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAccountsResourcePostPostParamsWithContext

func NewAccountsResourcePostPostParamsWithContext(ctx context.Context) *AccountsResourcePostPostParams

NewAccountsResourcePostPostParamsWithContext creates a new AccountsResourcePostPostParams object with the ability to set a context for a request.

func NewAccountsResourcePostPostParamsWithHTTPClient

func NewAccountsResourcePostPostParamsWithHTTPClient(client *http.Client) *AccountsResourcePostPostParams

NewAccountsResourcePostPostParamsWithHTTPClient creates a new AccountsResourcePostPostParams object with the ability to set a custom HTTPClient for a request.

func NewAccountsResourcePostPostParamsWithTimeout

func NewAccountsResourcePostPostParamsWithTimeout(timeout time.Duration) *AccountsResourcePostPostParams

NewAccountsResourcePostPostParamsWithTimeout creates a new AccountsResourcePostPostParams object with the ability to set a timeout on a request.

func (*AccountsResourcePostPostParams) SetBody

SetBody adds the body to the accounts resource post post params

func (*AccountsResourcePostPostParams) SetContext

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

SetContext adds the context to the accounts resource post post params

func (*AccountsResourcePostPostParams) SetDefaults

func (o *AccountsResourcePostPostParams) SetDefaults()

SetDefaults hydrates default values in the accounts resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountsResourcePostPostParams) SetDeleteAPITokens

func (o *AccountsResourcePostPostParams) SetDeleteAPITokens(deleteAPITokens *bool)

SetDeleteAPITokens adds the deleteApiTokens to the accounts resource post post params

func (*AccountsResourcePostPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accounts resource post post params

func (*AccountsResourcePostPostParams) SetTimeout

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

SetTimeout adds the timeout to the accounts resource post post params

func (*AccountsResourcePostPostParams) WithBody

WithBody adds the body to the accounts resource post post params

func (*AccountsResourcePostPostParams) WithContext

WithContext adds the context to the accounts resource post post params

func (*AccountsResourcePostPostParams) WithDefaults

WithDefaults hydrates default values in the accounts resource post post params (not the query body).

All values with no default are reset to their zero value.

func (*AccountsResourcePostPostParams) WithDeleteAPITokens

func (o *AccountsResourcePostPostParams) WithDeleteAPITokens(deleteAPITokens *bool) *AccountsResourcePostPostParams

WithDeleteAPITokens adds the deleteAPITokens to the accounts resource post post params

func (*AccountsResourcePostPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accounts resource post post params

func (*AccountsResourcePostPostParams) WithTimeout

WithTimeout adds the timeout to the accounts resource post post params

func (*AccountsResourcePostPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountsResourcePostPostReader

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

AccountsResourcePostPostReader is a Reader for the AccountsResourcePostPost structure.

func (*AccountsResourcePostPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountsResourcePostPostUnauthorized

type AccountsResourcePostPostUnauthorized struct {
}

AccountsResourcePostPostUnauthorized describes a response with status code 401, with default header values.

Not authorized

func NewAccountsResourcePostPostUnauthorized

func NewAccountsResourcePostPostUnauthorized() *AccountsResourcePostPostUnauthorized

NewAccountsResourcePostPostUnauthorized creates a AccountsResourcePostPostUnauthorized with default headers values

func (*AccountsResourcePostPostUnauthorized) Code

Code gets the status code for the accounts resource post post unauthorized response

func (*AccountsResourcePostPostUnauthorized) Error

func (*AccountsResourcePostPostUnauthorized) IsClientError

func (o *AccountsResourcePostPostUnauthorized) IsClientError() bool

IsClientError returns true when this accounts resource post post unauthorized response has a 4xx status code

func (*AccountsResourcePostPostUnauthorized) IsCode

IsCode returns true when this accounts resource post post unauthorized response a status code equal to that given

func (*AccountsResourcePostPostUnauthorized) IsRedirect

IsRedirect returns true when this accounts resource post post unauthorized response has a 3xx status code

func (*AccountsResourcePostPostUnauthorized) IsServerError

func (o *AccountsResourcePostPostUnauthorized) IsServerError() bool

IsServerError returns true when this accounts resource post post unauthorized response has a 5xx status code

func (*AccountsResourcePostPostUnauthorized) IsSuccess

IsSuccess returns true when this accounts resource post post unauthorized response has a 2xx status code

func (*AccountsResourcePostPostUnauthorized) String

type Client

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

Client for account API

func (*Client) AccountEmailChangeResourcePostPost

AccountEmailChangeResourcePostPost triggers the email change verification email

func (*Client) AccountEmailVerifyResourcePostPost

AccountEmailVerifyResourcePostPost triggers the email change verification email

func (*Client) AccountIntegrationsResourceDeleteDelete

AccountIntegrationsResourceDeleteDelete deletes an integration

func (*Client) AccountIntegrationsResourceGetGet

func (a *Client) AccountIntegrationsResourceGetGet(params *AccountIntegrationsResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountIntegrationsResourceGetGetOK, error)

AccountIntegrationsResourceGetGet gets all integrations for this account

func (*Client) AccountOtpResourceDeleteDelete

AccountOtpResourceDeleteDelete disables one time password for an account

func (*Client) AccountOtpResourcePostPost

AccountOtpResourcePostPost enables one time password for an account

func (*Client) AccountOtpResourcePutPut

func (a *Client) AccountOtpResourcePutPut(params *AccountOtpResourcePutPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountOtpResourcePutPutOK, error)

AccountOtpResourcePutPut creates an one time password secret

func (*Client) AccountPasswordResetResourcePostPost

AccountPasswordResetResourcePostPost resets account password

func (*Client) AccountSettingResourceDeleteDelete

AccountSettingResourceDeleteDelete deletes an account setting

func (*Client) AccountSettingResourceGetGet

func (a *Client) AccountSettingResourceGetGet(params *AccountSettingResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSettingResourceGetGetOK, error)

AccountSettingResourceGetGet gets account setting

func (*Client) AccountSettingResourcePutPut

func (a *Client) AccountSettingResourcePutPut(params *AccountSettingResourcePutPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSettingResourcePutPutOK, error)

AccountSettingResourcePutPut creates or update account setting

func (*Client) AccountSubResourceDeleteDelete

AccountSubResourceDeleteDelete deletes an sub account

func (*Client) AccountSubResourceGetGet

func (a *Client) AccountSubResourceGetGet(params *AccountSubResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubResourceGetGetOK, error)

AccountSubResourceGetGet gets an sub account

func (*Client) AccountSubResourcePostPost

AccountSubResourcePostPost updates an sub account

func (*Client) AccountSubsResourceGetGet

func (a *Client) AccountSubsResourceGetGet(params *AccountSubsResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubsResourceGetGetOK, error)

AccountSubsResourceGetGet gets an list of sub accounts

func (*Client) AccountSubsResourcePutPut

func (a *Client) AccountSubsResourcePutPut(params *AccountSubsResourcePutPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubsResourcePutPutOK, error)

AccountSubsResourcePutPut creates an sub account

func (*Client) AccountsResourceDeleteDelete

AccountsResourceDeleteDelete deletes an account

func (*Client) AccountsResourceGetGet

func (a *Client) AccountsResourceGetGet(params *AccountsResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountsResourceGetGetOK, error)

AccountsResourceGetGet gets an account

func (*Client) AccountsResourcePostPost

AccountsResourcePostPost updates an account

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AccountEmailChangeResourcePostPost(params *AccountEmailChangeResourcePostPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountEmailChangeResourcePostPostNoContent, error)

	AccountEmailVerifyResourcePostPost(params *AccountEmailVerifyResourcePostPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountEmailVerifyResourcePostPostNoContent, error)

	AccountIntegrationsResourceDeleteDelete(params *AccountIntegrationsResourceDeleteDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountIntegrationsResourceDeleteDeleteNoContent, error)

	AccountIntegrationsResourceGetGet(params *AccountIntegrationsResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountIntegrationsResourceGetGetOK, error)

	AccountOtpResourceDeleteDelete(params *AccountOtpResourceDeleteDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountOtpResourceDeleteDeleteNoContent, error)

	AccountOtpResourcePostPost(params *AccountOtpResourcePostPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountOtpResourcePostPostNoContent, error)

	AccountOtpResourcePutPut(params *AccountOtpResourcePutPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountOtpResourcePutPutOK, error)

	AccountPasswordResetResourcePostPost(params *AccountPasswordResetResourcePostPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountPasswordResetResourcePostPostNoContent, error)

	AccountSettingResourceDeleteDelete(params *AccountSettingResourceDeleteDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSettingResourceDeleteDeleteNoContent, error)

	AccountSettingResourceGetGet(params *AccountSettingResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSettingResourceGetGetOK, error)

	AccountSettingResourcePutPut(params *AccountSettingResourcePutPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSettingResourcePutPutOK, error)

	AccountSubResourceDeleteDelete(params *AccountSubResourceDeleteDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubResourceDeleteDeleteNoContent, error)

	AccountSubResourceGetGet(params *AccountSubResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubResourceGetGetOK, error)

	AccountSubResourcePostPost(params *AccountSubResourcePostPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubResourcePostPostNoContent, error)

	AccountSubsResourceGetGet(params *AccountSubsResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubsResourceGetGetOK, error)

	AccountSubsResourcePutPut(params *AccountSubsResourcePutPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountSubsResourcePutPutOK, error)

	AccountsResourceDeleteDelete(params *AccountsResourceDeleteDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountsResourceDeleteDeleteNoContent, error)

	AccountsResourceGetGet(params *AccountsResourceGetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountsResourceGetGetOK, error)

	AccountsResourcePostPost(params *AccountsResourcePostPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AccountsResourcePostPostNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new account API client.

Source Files

Jump to

Keyboard shortcuts

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