users

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 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 AddUserIdentifierConflict

type AddUserIdentifierConflict struct {
	Payload *models.Error
}

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

Conflict

func NewAddUserIdentifierConflict

func NewAddUserIdentifierConflict() *AddUserIdentifierConflict

NewAddUserIdentifierConflict creates a AddUserIdentifierConflict with default headers values

func (*AddUserIdentifierConflict) Code

func (o *AddUserIdentifierConflict) Code() int

Code gets the status code for the add user identifier conflict response

func (*AddUserIdentifierConflict) Error

func (o *AddUserIdentifierConflict) Error() string

func (*AddUserIdentifierConflict) GetPayload

func (o *AddUserIdentifierConflict) GetPayload() *models.Error

func (*AddUserIdentifierConflict) IsClientError

func (o *AddUserIdentifierConflict) IsClientError() bool

IsClientError returns true when this add user identifier conflict response has a 4xx status code

func (*AddUserIdentifierConflict) IsCode

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

IsCode returns true when this add user identifier conflict response a status code equal to that given

func (*AddUserIdentifierConflict) IsRedirect

func (o *AddUserIdentifierConflict) IsRedirect() bool

IsRedirect returns true when this add user identifier conflict response has a 3xx status code

func (*AddUserIdentifierConflict) IsServerError

func (o *AddUserIdentifierConflict) IsServerError() bool

IsServerError returns true when this add user identifier conflict response has a 5xx status code

func (*AddUserIdentifierConflict) IsSuccess

func (o *AddUserIdentifierConflict) IsSuccess() bool

IsSuccess returns true when this add user identifier conflict response has a 2xx status code

func (*AddUserIdentifierConflict) String

func (o *AddUserIdentifierConflict) String() string

type AddUserIdentifierForbidden

type AddUserIdentifierForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewAddUserIdentifierForbidden

func NewAddUserIdentifierForbidden() *AddUserIdentifierForbidden

NewAddUserIdentifierForbidden creates a AddUserIdentifierForbidden with default headers values

func (*AddUserIdentifierForbidden) Code

func (o *AddUserIdentifierForbidden) Code() int

Code gets the status code for the add user identifier forbidden response

func (*AddUserIdentifierForbidden) Error

func (*AddUserIdentifierForbidden) GetPayload

func (o *AddUserIdentifierForbidden) GetPayload() *models.Error

func (*AddUserIdentifierForbidden) IsClientError

func (o *AddUserIdentifierForbidden) IsClientError() bool

IsClientError returns true when this add user identifier forbidden response has a 4xx status code

func (*AddUserIdentifierForbidden) IsCode

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

IsCode returns true when this add user identifier forbidden response a status code equal to that given

func (*AddUserIdentifierForbidden) IsRedirect

func (o *AddUserIdentifierForbidden) IsRedirect() bool

IsRedirect returns true when this add user identifier forbidden response has a 3xx status code

func (*AddUserIdentifierForbidden) IsServerError

func (o *AddUserIdentifierForbidden) IsServerError() bool

IsServerError returns true when this add user identifier forbidden response has a 5xx status code

func (*AddUserIdentifierForbidden) IsSuccess

func (o *AddUserIdentifierForbidden) IsSuccess() bool

IsSuccess returns true when this add user identifier forbidden response has a 2xx status code

func (*AddUserIdentifierForbidden) String

func (o *AddUserIdentifierForbidden) String() string

type AddUserIdentifierNotFound

type AddUserIdentifierNotFound struct {
	Payload *models.Error
}

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

Not found

func NewAddUserIdentifierNotFound

func NewAddUserIdentifierNotFound() *AddUserIdentifierNotFound

NewAddUserIdentifierNotFound creates a AddUserIdentifierNotFound with default headers values

func (*AddUserIdentifierNotFound) Code

func (o *AddUserIdentifierNotFound) Code() int

Code gets the status code for the add user identifier not found response

func (*AddUserIdentifierNotFound) Error

func (o *AddUserIdentifierNotFound) Error() string

func (*AddUserIdentifierNotFound) GetPayload

func (o *AddUserIdentifierNotFound) GetPayload() *models.Error

func (*AddUserIdentifierNotFound) IsClientError

func (o *AddUserIdentifierNotFound) IsClientError() bool

IsClientError returns true when this add user identifier not found response has a 4xx status code

func (*AddUserIdentifierNotFound) IsCode

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

IsCode returns true when this add user identifier not found response a status code equal to that given

func (*AddUserIdentifierNotFound) IsRedirect

func (o *AddUserIdentifierNotFound) IsRedirect() bool

IsRedirect returns true when this add user identifier not found response has a 3xx status code

func (*AddUserIdentifierNotFound) IsServerError

func (o *AddUserIdentifierNotFound) IsServerError() bool

IsServerError returns true when this add user identifier not found response has a 5xx status code

func (*AddUserIdentifierNotFound) IsSuccess

func (o *AddUserIdentifierNotFound) IsSuccess() bool

IsSuccess returns true when this add user identifier not found response has a 2xx status code

func (*AddUserIdentifierNotFound) String

func (o *AddUserIdentifierNotFound) String() string

type AddUserIdentifierOK

type AddUserIdentifierOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserIdentifier
}

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

Identifier

func NewAddUserIdentifierOK

func NewAddUserIdentifierOK() *AddUserIdentifierOK

NewAddUserIdentifierOK creates a AddUserIdentifierOK with default headers values

func (*AddUserIdentifierOK) Code

func (o *AddUserIdentifierOK) Code() int

Code gets the status code for the add user identifier o k response

func (*AddUserIdentifierOK) Error

func (o *AddUserIdentifierOK) Error() string

func (*AddUserIdentifierOK) GetPayload

func (o *AddUserIdentifierOK) GetPayload() *models.UserIdentifier

func (*AddUserIdentifierOK) IsClientError

func (o *AddUserIdentifierOK) IsClientError() bool

IsClientError returns true when this add user identifier o k response has a 4xx status code

func (*AddUserIdentifierOK) IsCode

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

IsCode returns true when this add user identifier o k response a status code equal to that given

func (*AddUserIdentifierOK) IsRedirect

func (o *AddUserIdentifierOK) IsRedirect() bool

IsRedirect returns true when this add user identifier o k response has a 3xx status code

func (*AddUserIdentifierOK) IsServerError

func (o *AddUserIdentifierOK) IsServerError() bool

IsServerError returns true when this add user identifier o k response has a 5xx status code

func (*AddUserIdentifierOK) IsSuccess

func (o *AddUserIdentifierOK) IsSuccess() bool

IsSuccess returns true when this add user identifier o k response has a 2xx status code

func (*AddUserIdentifierOK) String

func (o *AddUserIdentifierOK) String() string

type AddUserIdentifierParams

type AddUserIdentifierParams struct {

	// NewIdentifier.
	NewIdentifier *models.AddUserIdentifier

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

AddUserIdentifierParams contains all the parameters to send to the API endpoint

for the add user identifier operation.

Typically these are written to a http.Request.

func NewAddUserIdentifierParams

func NewAddUserIdentifierParams() *AddUserIdentifierParams

NewAddUserIdentifierParams creates a new AddUserIdentifierParams 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 NewAddUserIdentifierParamsWithContext

func NewAddUserIdentifierParamsWithContext(ctx context.Context) *AddUserIdentifierParams

NewAddUserIdentifierParamsWithContext creates a new AddUserIdentifierParams object with the ability to set a context for a request.

func NewAddUserIdentifierParamsWithHTTPClient

func NewAddUserIdentifierParamsWithHTTPClient(client *http.Client) *AddUserIdentifierParams

NewAddUserIdentifierParamsWithHTTPClient creates a new AddUserIdentifierParams object with the ability to set a custom HTTPClient for a request.

func NewAddUserIdentifierParamsWithTimeout

func NewAddUserIdentifierParamsWithTimeout(timeout time.Duration) *AddUserIdentifierParams

NewAddUserIdentifierParamsWithTimeout creates a new AddUserIdentifierParams object with the ability to set a timeout on a request.

func (*AddUserIdentifierParams) SetContext

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

SetContext adds the context to the add user identifier params

func (*AddUserIdentifierParams) SetDefaults

func (o *AddUserIdentifierParams) SetDefaults()

SetDefaults hydrates default values in the add user identifier params (not the query body).

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

func (*AddUserIdentifierParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add user identifier params

func (*AddUserIdentifierParams) SetIPID

func (o *AddUserIdentifierParams) SetIPID(iPID string)

SetIPID adds the ipId to the add user identifier params

func (*AddUserIdentifierParams) SetIfMatch

func (o *AddUserIdentifierParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the add user identifier params

func (*AddUserIdentifierParams) SetNewIdentifier

func (o *AddUserIdentifierParams) SetNewIdentifier(newIdentifier *models.AddUserIdentifier)

SetNewIdentifier adds the newIdentifier to the add user identifier params

func (*AddUserIdentifierParams) SetTimeout

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

SetTimeout adds the timeout to the add user identifier params

func (*AddUserIdentifierParams) SetUserID

func (o *AddUserIdentifierParams) SetUserID(userID string)

SetUserID adds the userId to the add user identifier params

func (*AddUserIdentifierParams) WithContext

WithContext adds the context to the add user identifier params

func (*AddUserIdentifierParams) WithDefaults

WithDefaults hydrates default values in the add user identifier params (not the query body).

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

func (*AddUserIdentifierParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add user identifier params

func (*AddUserIdentifierParams) WithIPID

WithIPID adds the iPID to the add user identifier params

func (*AddUserIdentifierParams) WithIfMatch

func (o *AddUserIdentifierParams) WithIfMatch(ifMatch *string) *AddUserIdentifierParams

WithIfMatch adds the ifMatch to the add user identifier params

func (*AddUserIdentifierParams) WithNewIdentifier

func (o *AddUserIdentifierParams) WithNewIdentifier(newIdentifier *models.AddUserIdentifier) *AddUserIdentifierParams

WithNewIdentifier adds the newIdentifier to the add user identifier params

func (*AddUserIdentifierParams) WithTimeout

WithTimeout adds the timeout to the add user identifier params

func (*AddUserIdentifierParams) WithUserID

WithUserID adds the userID to the add user identifier params

func (*AddUserIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddUserIdentifierReader

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

AddUserIdentifierReader is a Reader for the AddUserIdentifier structure.

func (*AddUserIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddUserIdentifierUnauthorized

type AddUserIdentifierUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewAddUserIdentifierUnauthorized

func NewAddUserIdentifierUnauthorized() *AddUserIdentifierUnauthorized

NewAddUserIdentifierUnauthorized creates a AddUserIdentifierUnauthorized with default headers values

func (*AddUserIdentifierUnauthorized) Code

Code gets the status code for the add user identifier unauthorized response

func (*AddUserIdentifierUnauthorized) Error

func (*AddUserIdentifierUnauthorized) GetPayload

func (o *AddUserIdentifierUnauthorized) GetPayload() *models.Error

func (*AddUserIdentifierUnauthorized) IsClientError

func (o *AddUserIdentifierUnauthorized) IsClientError() bool

IsClientError returns true when this add user identifier unauthorized response has a 4xx status code

func (*AddUserIdentifierUnauthorized) IsCode

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

IsCode returns true when this add user identifier unauthorized response a status code equal to that given

func (*AddUserIdentifierUnauthorized) IsRedirect

func (o *AddUserIdentifierUnauthorized) IsRedirect() bool

IsRedirect returns true when this add user identifier unauthorized response has a 3xx status code

func (*AddUserIdentifierUnauthorized) IsServerError

func (o *AddUserIdentifierUnauthorized) IsServerError() bool

IsServerError returns true when this add user identifier unauthorized response has a 5xx status code

func (*AddUserIdentifierUnauthorized) IsSuccess

func (o *AddUserIdentifierUnauthorized) IsSuccess() bool

IsSuccess returns true when this add user identifier unauthorized response has a 2xx status code

func (*AddUserIdentifierUnauthorized) String

type AddUserIdentifierUnprocessableEntity

type AddUserIdentifierUnprocessableEntity struct {
	Payload *models.Error
}

AddUserIdentifierUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewAddUserIdentifierUnprocessableEntity

func NewAddUserIdentifierUnprocessableEntity() *AddUserIdentifierUnprocessableEntity

NewAddUserIdentifierUnprocessableEntity creates a AddUserIdentifierUnprocessableEntity with default headers values

func (*AddUserIdentifierUnprocessableEntity) Code

Code gets the status code for the add user identifier unprocessable entity response

func (*AddUserIdentifierUnprocessableEntity) Error

func (*AddUserIdentifierUnprocessableEntity) GetPayload

func (*AddUserIdentifierUnprocessableEntity) IsClientError

func (o *AddUserIdentifierUnprocessableEntity) IsClientError() bool

IsClientError returns true when this add user identifier unprocessable entity response has a 4xx status code

func (*AddUserIdentifierUnprocessableEntity) IsCode

IsCode returns true when this add user identifier unprocessable entity response a status code equal to that given

func (*AddUserIdentifierUnprocessableEntity) IsRedirect

IsRedirect returns true when this add user identifier unprocessable entity response has a 3xx status code

func (*AddUserIdentifierUnprocessableEntity) IsServerError

func (o *AddUserIdentifierUnprocessableEntity) IsServerError() bool

IsServerError returns true when this add user identifier unprocessable entity response has a 5xx status code

func (*AddUserIdentifierUnprocessableEntity) IsSuccess

IsSuccess returns true when this add user identifier unprocessable entity response has a 2xx status code

func (*AddUserIdentifierUnprocessableEntity) String

type AddUserVerifiableAddressConflict

type AddUserVerifiableAddressConflict struct {
	Payload *models.Error
}

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

Conflict

func NewAddUserVerifiableAddressConflict

func NewAddUserVerifiableAddressConflict() *AddUserVerifiableAddressConflict

NewAddUserVerifiableAddressConflict creates a AddUserVerifiableAddressConflict with default headers values

func (*AddUserVerifiableAddressConflict) Code

Code gets the status code for the add user verifiable address conflict response

func (*AddUserVerifiableAddressConflict) Error

func (*AddUserVerifiableAddressConflict) GetPayload

func (*AddUserVerifiableAddressConflict) IsClientError

func (o *AddUserVerifiableAddressConflict) IsClientError() bool

IsClientError returns true when this add user verifiable address conflict response has a 4xx status code

func (*AddUserVerifiableAddressConflict) IsCode

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

IsCode returns true when this add user verifiable address conflict response a status code equal to that given

func (*AddUserVerifiableAddressConflict) IsRedirect

func (o *AddUserVerifiableAddressConflict) IsRedirect() bool

IsRedirect returns true when this add user verifiable address conflict response has a 3xx status code

func (*AddUserVerifiableAddressConflict) IsServerError

func (o *AddUserVerifiableAddressConflict) IsServerError() bool

IsServerError returns true when this add user verifiable address conflict response has a 5xx status code

func (*AddUserVerifiableAddressConflict) IsSuccess

func (o *AddUserVerifiableAddressConflict) IsSuccess() bool

IsSuccess returns true when this add user verifiable address conflict response has a 2xx status code

func (*AddUserVerifiableAddressConflict) String

type AddUserVerifiableAddressForbidden

type AddUserVerifiableAddressForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewAddUserVerifiableAddressForbidden

func NewAddUserVerifiableAddressForbidden() *AddUserVerifiableAddressForbidden

NewAddUserVerifiableAddressForbidden creates a AddUserVerifiableAddressForbidden with default headers values

func (*AddUserVerifiableAddressForbidden) Code

Code gets the status code for the add user verifiable address forbidden response

func (*AddUserVerifiableAddressForbidden) Error

func (*AddUserVerifiableAddressForbidden) GetPayload

func (*AddUserVerifiableAddressForbidden) IsClientError

func (o *AddUserVerifiableAddressForbidden) IsClientError() bool

IsClientError returns true when this add user verifiable address forbidden response has a 4xx status code

func (*AddUserVerifiableAddressForbidden) IsCode

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

IsCode returns true when this add user verifiable address forbidden response a status code equal to that given

func (*AddUserVerifiableAddressForbidden) IsRedirect

func (o *AddUserVerifiableAddressForbidden) IsRedirect() bool

IsRedirect returns true when this add user verifiable address forbidden response has a 3xx status code

func (*AddUserVerifiableAddressForbidden) IsServerError

func (o *AddUserVerifiableAddressForbidden) IsServerError() bool

IsServerError returns true when this add user verifiable address forbidden response has a 5xx status code

func (*AddUserVerifiableAddressForbidden) IsSuccess

func (o *AddUserVerifiableAddressForbidden) IsSuccess() bool

IsSuccess returns true when this add user verifiable address forbidden response has a 2xx status code

func (*AddUserVerifiableAddressForbidden) String

type AddUserVerifiableAddressNotFound

type AddUserVerifiableAddressNotFound struct {
	Payload *models.Error
}

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

Not found

func NewAddUserVerifiableAddressNotFound

func NewAddUserVerifiableAddressNotFound() *AddUserVerifiableAddressNotFound

NewAddUserVerifiableAddressNotFound creates a AddUserVerifiableAddressNotFound with default headers values

func (*AddUserVerifiableAddressNotFound) Code

Code gets the status code for the add user verifiable address not found response

func (*AddUserVerifiableAddressNotFound) Error

func (*AddUserVerifiableAddressNotFound) GetPayload

func (*AddUserVerifiableAddressNotFound) IsClientError

func (o *AddUserVerifiableAddressNotFound) IsClientError() bool

IsClientError returns true when this add user verifiable address not found response has a 4xx status code

func (*AddUserVerifiableAddressNotFound) IsCode

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

IsCode returns true when this add user verifiable address not found response a status code equal to that given

func (*AddUserVerifiableAddressNotFound) IsRedirect

func (o *AddUserVerifiableAddressNotFound) IsRedirect() bool

IsRedirect returns true when this add user verifiable address not found response has a 3xx status code

func (*AddUserVerifiableAddressNotFound) IsServerError

func (o *AddUserVerifiableAddressNotFound) IsServerError() bool

IsServerError returns true when this add user verifiable address not found response has a 5xx status code

func (*AddUserVerifiableAddressNotFound) IsSuccess

func (o *AddUserVerifiableAddressNotFound) IsSuccess() bool

IsSuccess returns true when this add user verifiable address not found response has a 2xx status code

func (*AddUserVerifiableAddressNotFound) String

type AddUserVerifiableAddressOK

type AddUserVerifiableAddressOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserVerifiableAddress
}

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

Address

func NewAddUserVerifiableAddressOK

func NewAddUserVerifiableAddressOK() *AddUserVerifiableAddressOK

NewAddUserVerifiableAddressOK creates a AddUserVerifiableAddressOK with default headers values

func (*AddUserVerifiableAddressOK) Code

func (o *AddUserVerifiableAddressOK) Code() int

Code gets the status code for the add user verifiable address o k response

func (*AddUserVerifiableAddressOK) Error

func (*AddUserVerifiableAddressOK) GetPayload

func (*AddUserVerifiableAddressOK) IsClientError

func (o *AddUserVerifiableAddressOK) IsClientError() bool

IsClientError returns true when this add user verifiable address o k response has a 4xx status code

func (*AddUserVerifiableAddressOK) IsCode

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

IsCode returns true when this add user verifiable address o k response a status code equal to that given

func (*AddUserVerifiableAddressOK) IsRedirect

func (o *AddUserVerifiableAddressOK) IsRedirect() bool

IsRedirect returns true when this add user verifiable address o k response has a 3xx status code

func (*AddUserVerifiableAddressOK) IsServerError

func (o *AddUserVerifiableAddressOK) IsServerError() bool

IsServerError returns true when this add user verifiable address o k response has a 5xx status code

func (*AddUserVerifiableAddressOK) IsSuccess

func (o *AddUserVerifiableAddressOK) IsSuccess() bool

IsSuccess returns true when this add user verifiable address o k response has a 2xx status code

func (*AddUserVerifiableAddressOK) String

func (o *AddUserVerifiableAddressOK) String() string

type AddUserVerifiableAddressParams

type AddUserVerifiableAddressParams struct {

	// NewAddress.
	NewAddress *models.AddUserVerifiableAddress

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

AddUserVerifiableAddressParams contains all the parameters to send to the API endpoint

for the add user verifiable address operation.

Typically these are written to a http.Request.

func NewAddUserVerifiableAddressParams

func NewAddUserVerifiableAddressParams() *AddUserVerifiableAddressParams

NewAddUserVerifiableAddressParams creates a new AddUserVerifiableAddressParams 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 NewAddUserVerifiableAddressParamsWithContext

func NewAddUserVerifiableAddressParamsWithContext(ctx context.Context) *AddUserVerifiableAddressParams

NewAddUserVerifiableAddressParamsWithContext creates a new AddUserVerifiableAddressParams object with the ability to set a context for a request.

func NewAddUserVerifiableAddressParamsWithHTTPClient

func NewAddUserVerifiableAddressParamsWithHTTPClient(client *http.Client) *AddUserVerifiableAddressParams

NewAddUserVerifiableAddressParamsWithHTTPClient creates a new AddUserVerifiableAddressParams object with the ability to set a custom HTTPClient for a request.

func NewAddUserVerifiableAddressParamsWithTimeout

func NewAddUserVerifiableAddressParamsWithTimeout(timeout time.Duration) *AddUserVerifiableAddressParams

NewAddUserVerifiableAddressParamsWithTimeout creates a new AddUserVerifiableAddressParams object with the ability to set a timeout on a request.

func (*AddUserVerifiableAddressParams) SetContext

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

SetContext adds the context to the add user verifiable address params

func (*AddUserVerifiableAddressParams) SetDefaults

func (o *AddUserVerifiableAddressParams) SetDefaults()

SetDefaults hydrates default values in the add user verifiable address params (not the query body).

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

func (*AddUserVerifiableAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add user verifiable address params

func (*AddUserVerifiableAddressParams) SetIPID

func (o *AddUserVerifiableAddressParams) SetIPID(iPID string)

SetIPID adds the ipId to the add user verifiable address params

func (*AddUserVerifiableAddressParams) SetIfMatch

func (o *AddUserVerifiableAddressParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the add user verifiable address params

func (*AddUserVerifiableAddressParams) SetNewAddress

func (o *AddUserVerifiableAddressParams) SetNewAddress(newAddress *models.AddUserVerifiableAddress)

SetNewAddress adds the newAddress to the add user verifiable address params

func (*AddUserVerifiableAddressParams) SetTimeout

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

SetTimeout adds the timeout to the add user verifiable address params

func (*AddUserVerifiableAddressParams) SetUserID

func (o *AddUserVerifiableAddressParams) SetUserID(userID string)

SetUserID adds the userId to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WithContext

WithContext adds the context to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WithDefaults

WithDefaults hydrates default values in the add user verifiable address params (not the query body).

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

func (*AddUserVerifiableAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WithIPID

WithIPID adds the iPID to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WithIfMatch

WithIfMatch adds the ifMatch to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WithNewAddress

WithNewAddress adds the newAddress to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WithTimeout

WithTimeout adds the timeout to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WithUserID

WithUserID adds the userID to the add user verifiable address params

func (*AddUserVerifiableAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddUserVerifiableAddressReader

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

AddUserVerifiableAddressReader is a Reader for the AddUserVerifiableAddress structure.

func (*AddUserVerifiableAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddUserVerifiableAddressUnauthorized

type AddUserVerifiableAddressUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewAddUserVerifiableAddressUnauthorized

func NewAddUserVerifiableAddressUnauthorized() *AddUserVerifiableAddressUnauthorized

NewAddUserVerifiableAddressUnauthorized creates a AddUserVerifiableAddressUnauthorized with default headers values

func (*AddUserVerifiableAddressUnauthorized) Code

Code gets the status code for the add user verifiable address unauthorized response

func (*AddUserVerifiableAddressUnauthorized) Error

func (*AddUserVerifiableAddressUnauthorized) GetPayload

func (*AddUserVerifiableAddressUnauthorized) IsClientError

func (o *AddUserVerifiableAddressUnauthorized) IsClientError() bool

IsClientError returns true when this add user verifiable address unauthorized response has a 4xx status code

func (*AddUserVerifiableAddressUnauthorized) IsCode

IsCode returns true when this add user verifiable address unauthorized response a status code equal to that given

func (*AddUserVerifiableAddressUnauthorized) IsRedirect

IsRedirect returns true when this add user verifiable address unauthorized response has a 3xx status code

func (*AddUserVerifiableAddressUnauthorized) IsServerError

func (o *AddUserVerifiableAddressUnauthorized) IsServerError() bool

IsServerError returns true when this add user verifiable address unauthorized response has a 5xx status code

func (*AddUserVerifiableAddressUnauthorized) IsSuccess

IsSuccess returns true when this add user verifiable address unauthorized response has a 2xx status code

func (*AddUserVerifiableAddressUnauthorized) String

type AddUserVerifiableAddressUnprocessableEntity

type AddUserVerifiableAddressUnprocessableEntity struct {
	Payload *models.Error
}

AddUserVerifiableAddressUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewAddUserVerifiableAddressUnprocessableEntity

func NewAddUserVerifiableAddressUnprocessableEntity() *AddUserVerifiableAddressUnprocessableEntity

NewAddUserVerifiableAddressUnprocessableEntity creates a AddUserVerifiableAddressUnprocessableEntity with default headers values

func (*AddUserVerifiableAddressUnprocessableEntity) Code

Code gets the status code for the add user verifiable address unprocessable entity response

func (*AddUserVerifiableAddressUnprocessableEntity) Error

func (*AddUserVerifiableAddressUnprocessableEntity) GetPayload

func (*AddUserVerifiableAddressUnprocessableEntity) IsClientError

IsClientError returns true when this add user verifiable address unprocessable entity response has a 4xx status code

func (*AddUserVerifiableAddressUnprocessableEntity) IsCode

IsCode returns true when this add user verifiable address unprocessable entity response a status code equal to that given

func (*AddUserVerifiableAddressUnprocessableEntity) IsRedirect

IsRedirect returns true when this add user verifiable address unprocessable entity response has a 3xx status code

func (*AddUserVerifiableAddressUnprocessableEntity) IsServerError

IsServerError returns true when this add user verifiable address unprocessable entity response has a 5xx status code

func (*AddUserVerifiableAddressUnprocessableEntity) IsSuccess

IsSuccess returns true when this add user verifiable address unprocessable entity response has a 2xx status code

func (*AddUserVerifiableAddressUnprocessableEntity) String

type Client

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

Client for users API

func (*Client) AddUserIdentifier

func (a *Client) AddUserIdentifier(params *AddUserIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddUserIdentifierOK, error)

AddUserIdentifier adds identifier

Add a new identifier to a user's profile in the specified identity pool.

func (*Client) AddUserVerifiableAddress

func (a *Client) AddUserVerifiableAddress(params *AddUserVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddUserVerifiableAddressOK, error)

AddUserVerifiableAddress adds verifiable address

Add a verifiable address to the user account in the specified identity pool.

func (*Client) CreateUser

func (a *Client) CreateUser(params *CreateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateUserCreated, error)
CreateUser creates user account

Create a user with extended data.

Any status and set of identifiers, addresses, and credentials are allowed. If credential of type password is provided it can be marked as must_be_changed which forces user to change its password upon first login.

When no `payload_schema_id` or `metadata_schema_id` are provided, the default values are taken from the specified Identity Pool.

Payload and metadata must match the specified schema.

The response contains an extended view on user entry.

To retrieve a user entry without user creation, call the **Get User Details** endpoint.

func (*Client) DeleteUser

func (a *Client) DeleteUser(params *DeleteUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUserNoContent, error)

DeleteUser deletes user account

Remove a record about a user account in the specified identity pool.

func (*Client) DeleteUserIdentifier

func (a *Client) DeleteUserIdentifier(params *DeleteUserIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUserIdentifierNoContent, error)

DeleteUserIdentifier removes identifier

Remove an identifier from the specified user account.

func (*Client) DeleteUserVerifiableAddress

DeleteUserVerifiableAddress deletes verifiable address

Remove a verifiable address from a user account so it is no longer associated with the specified user.

func (*Client) GetUser

func (a *Client) GetUser(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserOK, error)
GetUser gets user details

Retrieve an extended information about a user record.

The response contains user's basic details, payload, and metadata, as well as all their identifiers, addresses, and blurred credentials.

func (*Client) ListUsers

func (a *Client) ListUsers(params *ListUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListUsersOK, error)
ListUsers lists users

Retrieve the list of users from the specified identity pool.

Results are sorted by user ID. No other sorting is supported.

func (*Client) RequestResetPassword

func (a *Client) RequestResetPassword(params *RequestResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestResetPasswordNoContent, error)
RequestResetPassword requests password reset

Send an OTP to reset a password.

The first step of the reset password flow. The `address` body parameter can be either `verified` or `unverified`.

A new OTP invalidates any previous OTPs sent for password reset.

Reset password OTP validity period is configured in the identity pool settings.

func (*Client) SendActivationMessage

func (a *Client) SendActivationMessage(params *SendActivationMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SendActivationMessageNoContent, error)
SendActivationMessage sends activation message

Send an activation message to the user's provided address.

When no `address` is provided in the request body, the message is sent to the address saved for this user (if there is only one address).

The request fails upon the following:

• `address` is not provided and user has no addresses or more than one.

• `address` is someone else's verified address or identifier.

• The user's `status` is not `new`.

This request invalidates any previously generated OTPs for user account activation.

When `code_type_in_message=link` or no value is provided for it, an activation link is generated.

Activation message validity period is configured in the identity pool settings.

❕ REFACTORED: `identifier` is renamed to `address` in the request body. For backward compatibility, the both fields are available. If `identifier` is not empty, it overrides the `address` value.

func (*Client) SetPasswordState

func (a *Client) SetPasswordState(params *SetPasswordStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetPasswordStateNoContent, error)
SetPasswordState sets password state

There is a set of well-defined states password can be in:

`valid` - password is valid and can be used for authentication etc. `must_be_reset` - password is not valid for authentication and must be reset `must_be_changed` - password is valid for one authentication and then must be changed or will be moved to `must_be_reset` state

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUser

func (a *Client) UpdateUser(params *UpdateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserOK, error)
UpdateUser updates user record

Update the basic set of user data: payload, metadata, schemas, and status. Provide the required values for the fields

you need to update. Fields with no values are skipped for the update (not removed nor cleared).

The fields to be updated are overridden.

Any `payload` / `metadata` and `payload_schema_id` / `metadata_schema_id` values passed must be mutually relevant.

To retrieve a user entry without updating their record, call the **Get User Details** endpoint.

func (*Client) UpdateUserVerifiableAddress

func (a *Client) UpdateUserVerifiableAddress(params *UpdateUserVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserVerifiableAddressOK, error)

UpdateUserVerifiableAddress updates verifiable address

Updates a verifiable address for the user account.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddUserIdentifier(params *AddUserIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddUserIdentifierOK, error)

	AddUserVerifiableAddress(params *AddUserVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddUserVerifiableAddressOK, error)

	CreateUser(params *CreateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateUserCreated, error)

	DeleteUser(params *DeleteUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUserNoContent, error)

	DeleteUserIdentifier(params *DeleteUserIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUserIdentifierNoContent, error)

	DeleteUserVerifiableAddress(params *DeleteUserVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUserVerifiableAddressNoContent, error)

	GetUser(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserOK, error)

	ListUsers(params *ListUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListUsersOK, error)

	RequestResetPassword(params *RequestResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestResetPasswordNoContent, error)

	SendActivationMessage(params *SendActivationMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SendActivationMessageNoContent, error)

	SetPasswordState(params *SetPasswordStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetPasswordStateNoContent, error)

	UpdateUser(params *UpdateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserOK, error)

	UpdateUserVerifiableAddress(params *UpdateUserVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserVerifiableAddressOK, 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 users API client.

type CreateUserBadRequest

type CreateUserBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewCreateUserBadRequest

func NewCreateUserBadRequest() *CreateUserBadRequest

NewCreateUserBadRequest creates a CreateUserBadRequest with default headers values

func (*CreateUserBadRequest) Code

func (o *CreateUserBadRequest) Code() int

Code gets the status code for the create user bad request response

func (*CreateUserBadRequest) Error

func (o *CreateUserBadRequest) Error() string

func (*CreateUserBadRequest) GetPayload

func (o *CreateUserBadRequest) GetPayload() *models.Error

func (*CreateUserBadRequest) IsClientError

func (o *CreateUserBadRequest) IsClientError() bool

IsClientError returns true when this create user bad request response has a 4xx status code

func (*CreateUserBadRequest) IsCode

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

IsCode returns true when this create user bad request response a status code equal to that given

func (*CreateUserBadRequest) IsRedirect

func (o *CreateUserBadRequest) IsRedirect() bool

IsRedirect returns true when this create user bad request response has a 3xx status code

func (*CreateUserBadRequest) IsServerError

func (o *CreateUserBadRequest) IsServerError() bool

IsServerError returns true when this create user bad request response has a 5xx status code

func (*CreateUserBadRequest) IsSuccess

func (o *CreateUserBadRequest) IsSuccess() bool

IsSuccess returns true when this create user bad request response has a 2xx status code

func (*CreateUserBadRequest) String

func (o *CreateUserBadRequest) String() string

type CreateUserConflict

type CreateUserConflict struct {
	Payload *models.Error
}

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

Conflict

func NewCreateUserConflict

func NewCreateUserConflict() *CreateUserConflict

NewCreateUserConflict creates a CreateUserConflict with default headers values

func (*CreateUserConflict) Code

func (o *CreateUserConflict) Code() int

Code gets the status code for the create user conflict response

func (*CreateUserConflict) Error

func (o *CreateUserConflict) Error() string

func (*CreateUserConflict) GetPayload

func (o *CreateUserConflict) GetPayload() *models.Error

func (*CreateUserConflict) IsClientError

func (o *CreateUserConflict) IsClientError() bool

IsClientError returns true when this create user conflict response has a 4xx status code

func (*CreateUserConflict) IsCode

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

IsCode returns true when this create user conflict response a status code equal to that given

func (*CreateUserConflict) IsRedirect

func (o *CreateUserConflict) IsRedirect() bool

IsRedirect returns true when this create user conflict response has a 3xx status code

func (*CreateUserConflict) IsServerError

func (o *CreateUserConflict) IsServerError() bool

IsServerError returns true when this create user conflict response has a 5xx status code

func (*CreateUserConflict) IsSuccess

func (o *CreateUserConflict) IsSuccess() bool

IsSuccess returns true when this create user conflict response has a 2xx status code

func (*CreateUserConflict) String

func (o *CreateUserConflict) String() string

type CreateUserCreated

type CreateUserCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

CreateUserCreated describes a response with status code 201, with default header values.

User

func NewCreateUserCreated

func NewCreateUserCreated() *CreateUserCreated

NewCreateUserCreated creates a CreateUserCreated with default headers values

func (*CreateUserCreated) Code

func (o *CreateUserCreated) Code() int

Code gets the status code for the create user created response

func (*CreateUserCreated) Error

func (o *CreateUserCreated) Error() string

func (*CreateUserCreated) GetPayload

func (o *CreateUserCreated) GetPayload() *models.UserWithData

func (*CreateUserCreated) IsClientError

func (o *CreateUserCreated) IsClientError() bool

IsClientError returns true when this create user created response has a 4xx status code

func (*CreateUserCreated) IsCode

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

IsCode returns true when this create user created response a status code equal to that given

func (*CreateUserCreated) IsRedirect

func (o *CreateUserCreated) IsRedirect() bool

IsRedirect returns true when this create user created response has a 3xx status code

func (*CreateUserCreated) IsServerError

func (o *CreateUserCreated) IsServerError() bool

IsServerError returns true when this create user created response has a 5xx status code

func (*CreateUserCreated) IsSuccess

func (o *CreateUserCreated) IsSuccess() bool

IsSuccess returns true when this create user created response has a 2xx status code

func (*CreateUserCreated) String

func (o *CreateUserCreated) String() string

type CreateUserForbidden

type CreateUserForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewCreateUserForbidden

func NewCreateUserForbidden() *CreateUserForbidden

NewCreateUserForbidden creates a CreateUserForbidden with default headers values

func (*CreateUserForbidden) Code

func (o *CreateUserForbidden) Code() int

Code gets the status code for the create user forbidden response

func (*CreateUserForbidden) Error

func (o *CreateUserForbidden) Error() string

func (*CreateUserForbidden) GetPayload

func (o *CreateUserForbidden) GetPayload() *models.Error

func (*CreateUserForbidden) IsClientError

func (o *CreateUserForbidden) IsClientError() bool

IsClientError returns true when this create user forbidden response has a 4xx status code

func (*CreateUserForbidden) IsCode

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

IsCode returns true when this create user forbidden response a status code equal to that given

func (*CreateUserForbidden) IsRedirect

func (o *CreateUserForbidden) IsRedirect() bool

IsRedirect returns true when this create user forbidden response has a 3xx status code

func (*CreateUserForbidden) IsServerError

func (o *CreateUserForbidden) IsServerError() bool

IsServerError returns true when this create user forbidden response has a 5xx status code

func (*CreateUserForbidden) IsSuccess

func (o *CreateUserForbidden) IsSuccess() bool

IsSuccess returns true when this create user forbidden response has a 2xx status code

func (*CreateUserForbidden) String

func (o *CreateUserForbidden) String() string

type CreateUserNotFound

type CreateUserNotFound struct {
	Payload *models.Error
}

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

Not found

func NewCreateUserNotFound

func NewCreateUserNotFound() *CreateUserNotFound

NewCreateUserNotFound creates a CreateUserNotFound with default headers values

func (*CreateUserNotFound) Code

func (o *CreateUserNotFound) Code() int

Code gets the status code for the create user not found response

func (*CreateUserNotFound) Error

func (o *CreateUserNotFound) Error() string

func (*CreateUserNotFound) GetPayload

func (o *CreateUserNotFound) GetPayload() *models.Error

func (*CreateUserNotFound) IsClientError

func (o *CreateUserNotFound) IsClientError() bool

IsClientError returns true when this create user not found response has a 4xx status code

func (*CreateUserNotFound) IsCode

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

IsCode returns true when this create user not found response a status code equal to that given

func (*CreateUserNotFound) IsRedirect

func (o *CreateUserNotFound) IsRedirect() bool

IsRedirect returns true when this create user not found response has a 3xx status code

func (*CreateUserNotFound) IsServerError

func (o *CreateUserNotFound) IsServerError() bool

IsServerError returns true when this create user not found response has a 5xx status code

func (*CreateUserNotFound) IsSuccess

func (o *CreateUserNotFound) IsSuccess() bool

IsSuccess returns true when this create user not found response has a 2xx status code

func (*CreateUserNotFound) String

func (o *CreateUserNotFound) String() string

type CreateUserParams

type CreateUserParams struct {

	// NewUser.
	NewUser *models.NewUserPayload

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

CreateUserParams contains all the parameters to send to the API endpoint

for the create user operation.

Typically these are written to a http.Request.

func NewCreateUserParams

func NewCreateUserParams() *CreateUserParams

NewCreateUserParams creates a new CreateUserParams 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 NewCreateUserParamsWithContext

func NewCreateUserParamsWithContext(ctx context.Context) *CreateUserParams

NewCreateUserParamsWithContext creates a new CreateUserParams object with the ability to set a context for a request.

func NewCreateUserParamsWithHTTPClient

func NewCreateUserParamsWithHTTPClient(client *http.Client) *CreateUserParams

NewCreateUserParamsWithHTTPClient creates a new CreateUserParams object with the ability to set a custom HTTPClient for a request.

func NewCreateUserParamsWithTimeout

func NewCreateUserParamsWithTimeout(timeout time.Duration) *CreateUserParams

NewCreateUserParamsWithTimeout creates a new CreateUserParams object with the ability to set a timeout on a request.

func (*CreateUserParams) SetContext

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

SetContext adds the context to the create user params

func (*CreateUserParams) SetDefaults

func (o *CreateUserParams) SetDefaults()

SetDefaults hydrates default values in the create user params (not the query body).

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

func (*CreateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create user params

func (*CreateUserParams) SetIPID

func (o *CreateUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the create user params

func (*CreateUserParams) SetIfMatch

func (o *CreateUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the create user params

func (*CreateUserParams) SetNewUser

func (o *CreateUserParams) SetNewUser(newUser *models.NewUserPayload)

SetNewUser adds the newUser to the create user params

func (*CreateUserParams) SetTimeout

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

SetTimeout adds the timeout to the create user params

func (*CreateUserParams) WithContext

func (o *CreateUserParams) WithContext(ctx context.Context) *CreateUserParams

WithContext adds the context to the create user params

func (*CreateUserParams) WithDefaults

func (o *CreateUserParams) WithDefaults() *CreateUserParams

WithDefaults hydrates default values in the create user params (not the query body).

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

func (*CreateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create user params

func (*CreateUserParams) WithIPID

func (o *CreateUserParams) WithIPID(iPID string) *CreateUserParams

WithIPID adds the iPID to the create user params

func (*CreateUserParams) WithIfMatch

func (o *CreateUserParams) WithIfMatch(ifMatch *string) *CreateUserParams

WithIfMatch adds the ifMatch to the create user params

func (*CreateUserParams) WithNewUser

func (o *CreateUserParams) WithNewUser(newUser *models.NewUserPayload) *CreateUserParams

WithNewUser adds the newUser to the create user params

func (*CreateUserParams) WithTimeout

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

WithTimeout adds the timeout to the create user params

func (*CreateUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateUserReader

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

CreateUserReader is a Reader for the CreateUser structure.

func (*CreateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateUserTooManyRequests

type CreateUserTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewCreateUserTooManyRequests

func NewCreateUserTooManyRequests() *CreateUserTooManyRequests

NewCreateUserTooManyRequests creates a CreateUserTooManyRequests with default headers values

func (*CreateUserTooManyRequests) Code

func (o *CreateUserTooManyRequests) Code() int

Code gets the status code for the create user too many requests response

func (*CreateUserTooManyRequests) Error

func (o *CreateUserTooManyRequests) Error() string

func (*CreateUserTooManyRequests) GetPayload

func (o *CreateUserTooManyRequests) GetPayload() *models.Error

func (*CreateUserTooManyRequests) IsClientError

func (o *CreateUserTooManyRequests) IsClientError() bool

IsClientError returns true when this create user too many requests response has a 4xx status code

func (*CreateUserTooManyRequests) IsCode

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

IsCode returns true when this create user too many requests response a status code equal to that given

func (*CreateUserTooManyRequests) IsRedirect

func (o *CreateUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create user too many requests response has a 3xx status code

func (*CreateUserTooManyRequests) IsServerError

func (o *CreateUserTooManyRequests) IsServerError() bool

IsServerError returns true when this create user too many requests response has a 5xx status code

func (*CreateUserTooManyRequests) IsSuccess

func (o *CreateUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this create user too many requests response has a 2xx status code

func (*CreateUserTooManyRequests) String

func (o *CreateUserTooManyRequests) String() string

type CreateUserUnauthorized

type CreateUserUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewCreateUserUnauthorized

func NewCreateUserUnauthorized() *CreateUserUnauthorized

NewCreateUserUnauthorized creates a CreateUserUnauthorized with default headers values

func (*CreateUserUnauthorized) Code

func (o *CreateUserUnauthorized) Code() int

Code gets the status code for the create user unauthorized response

func (*CreateUserUnauthorized) Error

func (o *CreateUserUnauthorized) Error() string

func (*CreateUserUnauthorized) GetPayload

func (o *CreateUserUnauthorized) GetPayload() *models.Error

func (*CreateUserUnauthorized) IsClientError

func (o *CreateUserUnauthorized) IsClientError() bool

IsClientError returns true when this create user unauthorized response has a 4xx status code

func (*CreateUserUnauthorized) IsCode

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

IsCode returns true when this create user unauthorized response a status code equal to that given

func (*CreateUserUnauthorized) IsRedirect

func (o *CreateUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this create user unauthorized response has a 3xx status code

func (*CreateUserUnauthorized) IsServerError

func (o *CreateUserUnauthorized) IsServerError() bool

IsServerError returns true when this create user unauthorized response has a 5xx status code

func (*CreateUserUnauthorized) IsSuccess

func (o *CreateUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this create user unauthorized response has a 2xx status code

func (*CreateUserUnauthorized) String

func (o *CreateUserUnauthorized) String() string

type CreateUserUnprocessableEntity

type CreateUserUnprocessableEntity struct {
	Payload *models.Error
}

CreateUserUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewCreateUserUnprocessableEntity

func NewCreateUserUnprocessableEntity() *CreateUserUnprocessableEntity

NewCreateUserUnprocessableEntity creates a CreateUserUnprocessableEntity with default headers values

func (*CreateUserUnprocessableEntity) Code

Code gets the status code for the create user unprocessable entity response

func (*CreateUserUnprocessableEntity) Error

func (*CreateUserUnprocessableEntity) GetPayload

func (o *CreateUserUnprocessableEntity) GetPayload() *models.Error

func (*CreateUserUnprocessableEntity) IsClientError

func (o *CreateUserUnprocessableEntity) IsClientError() bool

IsClientError returns true when this create user unprocessable entity response has a 4xx status code

func (*CreateUserUnprocessableEntity) IsCode

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

IsCode returns true when this create user unprocessable entity response a status code equal to that given

func (*CreateUserUnprocessableEntity) IsRedirect

func (o *CreateUserUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this create user unprocessable entity response has a 3xx status code

func (*CreateUserUnprocessableEntity) IsServerError

func (o *CreateUserUnprocessableEntity) IsServerError() bool

IsServerError returns true when this create user unprocessable entity response has a 5xx status code

func (*CreateUserUnprocessableEntity) IsSuccess

func (o *CreateUserUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this create user unprocessable entity response has a 2xx status code

func (*CreateUserUnprocessableEntity) String

type DeleteUserForbidden

type DeleteUserForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewDeleteUserForbidden

func NewDeleteUserForbidden() *DeleteUserForbidden

NewDeleteUserForbidden creates a DeleteUserForbidden with default headers values

func (*DeleteUserForbidden) Code

func (o *DeleteUserForbidden) Code() int

Code gets the status code for the delete user forbidden response

func (*DeleteUserForbidden) Error

func (o *DeleteUserForbidden) Error() string

func (*DeleteUserForbidden) GetPayload

func (o *DeleteUserForbidden) GetPayload() *models.Error

func (*DeleteUserForbidden) IsClientError

func (o *DeleteUserForbidden) IsClientError() bool

IsClientError returns true when this delete user forbidden response has a 4xx status code

func (*DeleteUserForbidden) IsCode

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

IsCode returns true when this delete user forbidden response a status code equal to that given

func (*DeleteUserForbidden) IsRedirect

func (o *DeleteUserForbidden) IsRedirect() bool

IsRedirect returns true when this delete user forbidden response has a 3xx status code

func (*DeleteUserForbidden) IsServerError

func (o *DeleteUserForbidden) IsServerError() bool

IsServerError returns true when this delete user forbidden response has a 5xx status code

func (*DeleteUserForbidden) IsSuccess

func (o *DeleteUserForbidden) IsSuccess() bool

IsSuccess returns true when this delete user forbidden response has a 2xx status code

func (*DeleteUserForbidden) String

func (o *DeleteUserForbidden) String() string

type DeleteUserIdentifierForbidden

type DeleteUserIdentifierForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewDeleteUserIdentifierForbidden

func NewDeleteUserIdentifierForbidden() *DeleteUserIdentifierForbidden

NewDeleteUserIdentifierForbidden creates a DeleteUserIdentifierForbidden with default headers values

func (*DeleteUserIdentifierForbidden) Code

Code gets the status code for the delete user identifier forbidden response

func (*DeleteUserIdentifierForbidden) Error

func (*DeleteUserIdentifierForbidden) GetPayload

func (o *DeleteUserIdentifierForbidden) GetPayload() *models.Error

func (*DeleteUserIdentifierForbidden) IsClientError

func (o *DeleteUserIdentifierForbidden) IsClientError() bool

IsClientError returns true when this delete user identifier forbidden response has a 4xx status code

func (*DeleteUserIdentifierForbidden) IsCode

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

IsCode returns true when this delete user identifier forbidden response a status code equal to that given

func (*DeleteUserIdentifierForbidden) IsRedirect

func (o *DeleteUserIdentifierForbidden) IsRedirect() bool

IsRedirect returns true when this delete user identifier forbidden response has a 3xx status code

func (*DeleteUserIdentifierForbidden) IsServerError

func (o *DeleteUserIdentifierForbidden) IsServerError() bool

IsServerError returns true when this delete user identifier forbidden response has a 5xx status code

func (*DeleteUserIdentifierForbidden) IsSuccess

func (o *DeleteUserIdentifierForbidden) IsSuccess() bool

IsSuccess returns true when this delete user identifier forbidden response has a 2xx status code

func (*DeleteUserIdentifierForbidden) String

type DeleteUserIdentifierNoContent

type DeleteUserIdentifierNoContent struct {
}

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

Identifier has been deleted

func NewDeleteUserIdentifierNoContent

func NewDeleteUserIdentifierNoContent() *DeleteUserIdentifierNoContent

NewDeleteUserIdentifierNoContent creates a DeleteUserIdentifierNoContent with default headers values

func (*DeleteUserIdentifierNoContent) Code

Code gets the status code for the delete user identifier no content response

func (*DeleteUserIdentifierNoContent) Error

func (*DeleteUserIdentifierNoContent) IsClientError

func (o *DeleteUserIdentifierNoContent) IsClientError() bool

IsClientError returns true when this delete user identifier no content response has a 4xx status code

func (*DeleteUserIdentifierNoContent) IsCode

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

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

func (*DeleteUserIdentifierNoContent) IsRedirect

func (o *DeleteUserIdentifierNoContent) IsRedirect() bool

IsRedirect returns true when this delete user identifier no content response has a 3xx status code

func (*DeleteUserIdentifierNoContent) IsServerError

func (o *DeleteUserIdentifierNoContent) IsServerError() bool

IsServerError returns true when this delete user identifier no content response has a 5xx status code

func (*DeleteUserIdentifierNoContent) IsSuccess

func (o *DeleteUserIdentifierNoContent) IsSuccess() bool

IsSuccess returns true when this delete user identifier no content response has a 2xx status code

func (*DeleteUserIdentifierNoContent) String

type DeleteUserIdentifierNotFound

type DeleteUserIdentifierNotFound struct {
	Payload *models.Error
}

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

Not found

func NewDeleteUserIdentifierNotFound

func NewDeleteUserIdentifierNotFound() *DeleteUserIdentifierNotFound

NewDeleteUserIdentifierNotFound creates a DeleteUserIdentifierNotFound with default headers values

func (*DeleteUserIdentifierNotFound) Code

Code gets the status code for the delete user identifier not found response

func (*DeleteUserIdentifierNotFound) Error

func (*DeleteUserIdentifierNotFound) GetPayload

func (o *DeleteUserIdentifierNotFound) GetPayload() *models.Error

func (*DeleteUserIdentifierNotFound) IsClientError

func (o *DeleteUserIdentifierNotFound) IsClientError() bool

IsClientError returns true when this delete user identifier not found response has a 4xx status code

func (*DeleteUserIdentifierNotFound) IsCode

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

IsCode returns true when this delete user identifier not found response a status code equal to that given

func (*DeleteUserIdentifierNotFound) IsRedirect

func (o *DeleteUserIdentifierNotFound) IsRedirect() bool

IsRedirect returns true when this delete user identifier not found response has a 3xx status code

func (*DeleteUserIdentifierNotFound) IsServerError

func (o *DeleteUserIdentifierNotFound) IsServerError() bool

IsServerError returns true when this delete user identifier not found response has a 5xx status code

func (*DeleteUserIdentifierNotFound) IsSuccess

func (o *DeleteUserIdentifierNotFound) IsSuccess() bool

IsSuccess returns true when this delete user identifier not found response has a 2xx status code

func (*DeleteUserIdentifierNotFound) String

type DeleteUserIdentifierParams

type DeleteUserIdentifierParams struct {

	// Identifier.
	Identifier *models.DeleteUserIdentifier

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

DeleteUserIdentifierParams contains all the parameters to send to the API endpoint

for the delete user identifier operation.

Typically these are written to a http.Request.

func NewDeleteUserIdentifierParams

func NewDeleteUserIdentifierParams() *DeleteUserIdentifierParams

NewDeleteUserIdentifierParams creates a new DeleteUserIdentifierParams 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 NewDeleteUserIdentifierParamsWithContext

func NewDeleteUserIdentifierParamsWithContext(ctx context.Context) *DeleteUserIdentifierParams

NewDeleteUserIdentifierParamsWithContext creates a new DeleteUserIdentifierParams object with the ability to set a context for a request.

func NewDeleteUserIdentifierParamsWithHTTPClient

func NewDeleteUserIdentifierParamsWithHTTPClient(client *http.Client) *DeleteUserIdentifierParams

NewDeleteUserIdentifierParamsWithHTTPClient creates a new DeleteUserIdentifierParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserIdentifierParamsWithTimeout

func NewDeleteUserIdentifierParamsWithTimeout(timeout time.Duration) *DeleteUserIdentifierParams

NewDeleteUserIdentifierParamsWithTimeout creates a new DeleteUserIdentifierParams object with the ability to set a timeout on a request.

func (*DeleteUserIdentifierParams) SetContext

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

SetContext adds the context to the delete user identifier params

func (*DeleteUserIdentifierParams) SetDefaults

func (o *DeleteUserIdentifierParams) SetDefaults()

SetDefaults hydrates default values in the delete user identifier params (not the query body).

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

func (*DeleteUserIdentifierParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user identifier params

func (*DeleteUserIdentifierParams) SetIPID

func (o *DeleteUserIdentifierParams) SetIPID(iPID string)

SetIPID adds the ipId to the delete user identifier params

func (*DeleteUserIdentifierParams) SetIdentifier

func (o *DeleteUserIdentifierParams) SetIdentifier(identifier *models.DeleteUserIdentifier)

SetIdentifier adds the identifier to the delete user identifier params

func (*DeleteUserIdentifierParams) SetIfMatch

func (o *DeleteUserIdentifierParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the delete user identifier params

func (*DeleteUserIdentifierParams) SetTimeout

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

SetTimeout adds the timeout to the delete user identifier params

func (*DeleteUserIdentifierParams) SetUserID

func (o *DeleteUserIdentifierParams) SetUserID(userID string)

SetUserID adds the userId to the delete user identifier params

func (*DeleteUserIdentifierParams) WithContext

WithContext adds the context to the delete user identifier params

func (*DeleteUserIdentifierParams) WithDefaults

WithDefaults hydrates default values in the delete user identifier params (not the query body).

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

func (*DeleteUserIdentifierParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user identifier params

func (*DeleteUserIdentifierParams) WithIPID

WithIPID adds the iPID to the delete user identifier params

func (*DeleteUserIdentifierParams) WithIdentifier

WithIdentifier adds the identifier to the delete user identifier params

func (*DeleteUserIdentifierParams) WithIfMatch

WithIfMatch adds the ifMatch to the delete user identifier params

func (*DeleteUserIdentifierParams) WithTimeout

WithTimeout adds the timeout to the delete user identifier params

func (*DeleteUserIdentifierParams) WithUserID

WithUserID adds the userID to the delete user identifier params

func (*DeleteUserIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserIdentifierReader

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

DeleteUserIdentifierReader is a Reader for the DeleteUserIdentifier structure.

func (*DeleteUserIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserIdentifierTooManyRequests

type DeleteUserIdentifierTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewDeleteUserIdentifierTooManyRequests

func NewDeleteUserIdentifierTooManyRequests() *DeleteUserIdentifierTooManyRequests

NewDeleteUserIdentifierTooManyRequests creates a DeleteUserIdentifierTooManyRequests with default headers values

func (*DeleteUserIdentifierTooManyRequests) Code

Code gets the status code for the delete user identifier too many requests response

func (*DeleteUserIdentifierTooManyRequests) Error

func (*DeleteUserIdentifierTooManyRequests) GetPayload

func (*DeleteUserIdentifierTooManyRequests) IsClientError

func (o *DeleteUserIdentifierTooManyRequests) IsClientError() bool

IsClientError returns true when this delete user identifier too many requests response has a 4xx status code

func (*DeleteUserIdentifierTooManyRequests) IsCode

IsCode returns true when this delete user identifier too many requests response a status code equal to that given

func (*DeleteUserIdentifierTooManyRequests) IsRedirect

func (o *DeleteUserIdentifierTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete user identifier too many requests response has a 3xx status code

func (*DeleteUserIdentifierTooManyRequests) IsServerError

func (o *DeleteUserIdentifierTooManyRequests) IsServerError() bool

IsServerError returns true when this delete user identifier too many requests response has a 5xx status code

func (*DeleteUserIdentifierTooManyRequests) IsSuccess

IsSuccess returns true when this delete user identifier too many requests response has a 2xx status code

func (*DeleteUserIdentifierTooManyRequests) String

type DeleteUserIdentifierUnauthorized

type DeleteUserIdentifierUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewDeleteUserIdentifierUnauthorized

func NewDeleteUserIdentifierUnauthorized() *DeleteUserIdentifierUnauthorized

NewDeleteUserIdentifierUnauthorized creates a DeleteUserIdentifierUnauthorized with default headers values

func (*DeleteUserIdentifierUnauthorized) Code

Code gets the status code for the delete user identifier unauthorized response

func (*DeleteUserIdentifierUnauthorized) Error

func (*DeleteUserIdentifierUnauthorized) GetPayload

func (*DeleteUserIdentifierUnauthorized) IsClientError

func (o *DeleteUserIdentifierUnauthorized) IsClientError() bool

IsClientError returns true when this delete user identifier unauthorized response has a 4xx status code

func (*DeleteUserIdentifierUnauthorized) IsCode

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

IsCode returns true when this delete user identifier unauthorized response a status code equal to that given

func (*DeleteUserIdentifierUnauthorized) IsRedirect

func (o *DeleteUserIdentifierUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete user identifier unauthorized response has a 3xx status code

func (*DeleteUserIdentifierUnauthorized) IsServerError

func (o *DeleteUserIdentifierUnauthorized) IsServerError() bool

IsServerError returns true when this delete user identifier unauthorized response has a 5xx status code

func (*DeleteUserIdentifierUnauthorized) IsSuccess

func (o *DeleteUserIdentifierUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete user identifier unauthorized response has a 2xx status code

func (*DeleteUserIdentifierUnauthorized) String

type DeleteUserNoContent

type DeleteUserNoContent struct {
}

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

User has been deleted

func NewDeleteUserNoContent

func NewDeleteUserNoContent() *DeleteUserNoContent

NewDeleteUserNoContent creates a DeleteUserNoContent with default headers values

func (*DeleteUserNoContent) Code

func (o *DeleteUserNoContent) Code() int

Code gets the status code for the delete user no content response

func (*DeleteUserNoContent) Error

func (o *DeleteUserNoContent) Error() string

func (*DeleteUserNoContent) IsClientError

func (o *DeleteUserNoContent) IsClientError() bool

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

func (*DeleteUserNoContent) IsCode

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

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

func (*DeleteUserNoContent) IsRedirect

func (o *DeleteUserNoContent) IsRedirect() bool

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

func (*DeleteUserNoContent) IsServerError

func (o *DeleteUserNoContent) IsServerError() bool

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

func (*DeleteUserNoContent) IsSuccess

func (o *DeleteUserNoContent) IsSuccess() bool

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

func (*DeleteUserNoContent) String

func (o *DeleteUserNoContent) String() string

type DeleteUserNotFound

type DeleteUserNotFound struct {
	Payload *models.Error
}

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

Not found

func NewDeleteUserNotFound

func NewDeleteUserNotFound() *DeleteUserNotFound

NewDeleteUserNotFound creates a DeleteUserNotFound with default headers values

func (*DeleteUserNotFound) Code

func (o *DeleteUserNotFound) Code() int

Code gets the status code for the delete user not found response

func (*DeleteUserNotFound) Error

func (o *DeleteUserNotFound) Error() string

func (*DeleteUserNotFound) GetPayload

func (o *DeleteUserNotFound) GetPayload() *models.Error

func (*DeleteUserNotFound) IsClientError

func (o *DeleteUserNotFound) IsClientError() bool

IsClientError returns true when this delete user not found response has a 4xx status code

func (*DeleteUserNotFound) IsCode

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

IsCode returns true when this delete user not found response a status code equal to that given

func (*DeleteUserNotFound) IsRedirect

func (o *DeleteUserNotFound) IsRedirect() bool

IsRedirect returns true when this delete user not found response has a 3xx status code

func (*DeleteUserNotFound) IsServerError

func (o *DeleteUserNotFound) IsServerError() bool

IsServerError returns true when this delete user not found response has a 5xx status code

func (*DeleteUserNotFound) IsSuccess

func (o *DeleteUserNotFound) IsSuccess() bool

IsSuccess returns true when this delete user not found response has a 2xx status code

func (*DeleteUserNotFound) String

func (o *DeleteUserNotFound) String() string

type DeleteUserParams

type DeleteUserParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

DeleteUserParams contains all the parameters to send to the API endpoint

for the delete user operation.

Typically these are written to a http.Request.

func NewDeleteUserParams

func NewDeleteUserParams() *DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams 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 NewDeleteUserParamsWithContext

func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams

NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.

func NewDeleteUserParamsWithHTTPClient

func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams

NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserParamsWithTimeout

func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams

NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.

func (*DeleteUserParams) SetContext

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

SetContext adds the context to the delete user params

func (*DeleteUserParams) SetDefaults

func (o *DeleteUserParams) SetDefaults()

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

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

func (*DeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) SetIPID

func (o *DeleteUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the delete user params

func (*DeleteUserParams) SetIfMatch

func (o *DeleteUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the delete user params

func (*DeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete user params

func (*DeleteUserParams) SetUserID

func (o *DeleteUserParams) SetUserID(userID string)

SetUserID adds the userId to the delete user params

func (*DeleteUserParams) WithContext

func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams

WithContext adds the context to the delete user params

func (*DeleteUserParams) WithDefaults

func (o *DeleteUserParams) WithDefaults() *DeleteUserParams

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

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

func (*DeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) WithIPID

func (o *DeleteUserParams) WithIPID(iPID string) *DeleteUserParams

WithIPID adds the iPID to the delete user params

func (*DeleteUserParams) WithIfMatch

func (o *DeleteUserParams) WithIfMatch(ifMatch *string) *DeleteUserParams

WithIfMatch adds the ifMatch to the delete user params

func (*DeleteUserParams) WithTimeout

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

WithTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WithUserID

func (o *DeleteUserParams) WithUserID(userID string) *DeleteUserParams

WithUserID adds the userID to the delete user params

func (*DeleteUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteUserReader

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

DeleteUserReader is a Reader for the DeleteUser structure.

func (*DeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserTooManyRequests

type DeleteUserTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewDeleteUserTooManyRequests

func NewDeleteUserTooManyRequests() *DeleteUserTooManyRequests

NewDeleteUserTooManyRequests creates a DeleteUserTooManyRequests with default headers values

func (*DeleteUserTooManyRequests) Code

func (o *DeleteUserTooManyRequests) Code() int

Code gets the status code for the delete user too many requests response

func (*DeleteUserTooManyRequests) Error

func (o *DeleteUserTooManyRequests) Error() string

func (*DeleteUserTooManyRequests) GetPayload

func (o *DeleteUserTooManyRequests) GetPayload() *models.Error

func (*DeleteUserTooManyRequests) IsClientError

func (o *DeleteUserTooManyRequests) IsClientError() bool

IsClientError returns true when this delete user too many requests response has a 4xx status code

func (*DeleteUserTooManyRequests) IsCode

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

IsCode returns true when this delete user too many requests response a status code equal to that given

func (*DeleteUserTooManyRequests) IsRedirect

func (o *DeleteUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete user too many requests response has a 3xx status code

func (*DeleteUserTooManyRequests) IsServerError

func (o *DeleteUserTooManyRequests) IsServerError() bool

IsServerError returns true when this delete user too many requests response has a 5xx status code

func (*DeleteUserTooManyRequests) IsSuccess

func (o *DeleteUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete user too many requests response has a 2xx status code

func (*DeleteUserTooManyRequests) String

func (o *DeleteUserTooManyRequests) String() string

type DeleteUserUnauthorized

type DeleteUserUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewDeleteUserUnauthorized

func NewDeleteUserUnauthorized() *DeleteUserUnauthorized

NewDeleteUserUnauthorized creates a DeleteUserUnauthorized with default headers values

func (*DeleteUserUnauthorized) Code

func (o *DeleteUserUnauthorized) Code() int

Code gets the status code for the delete user unauthorized response

func (*DeleteUserUnauthorized) Error

func (o *DeleteUserUnauthorized) Error() string

func (*DeleteUserUnauthorized) GetPayload

func (o *DeleteUserUnauthorized) GetPayload() *models.Error

func (*DeleteUserUnauthorized) IsClientError

func (o *DeleteUserUnauthorized) IsClientError() bool

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

func (*DeleteUserUnauthorized) IsCode

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

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

func (*DeleteUserUnauthorized) IsRedirect

func (o *DeleteUserUnauthorized) IsRedirect() bool

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

func (*DeleteUserUnauthorized) IsServerError

func (o *DeleteUserUnauthorized) IsServerError() bool

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

func (*DeleteUserUnauthorized) IsSuccess

func (o *DeleteUserUnauthorized) IsSuccess() bool

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

func (*DeleteUserUnauthorized) String

func (o *DeleteUserUnauthorized) String() string

type DeleteUserVerifiableAddressForbidden

type DeleteUserVerifiableAddressForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewDeleteUserVerifiableAddressForbidden

func NewDeleteUserVerifiableAddressForbidden() *DeleteUserVerifiableAddressForbidden

NewDeleteUserVerifiableAddressForbidden creates a DeleteUserVerifiableAddressForbidden with default headers values

func (*DeleteUserVerifiableAddressForbidden) Code

Code gets the status code for the delete user verifiable address forbidden response

func (*DeleteUserVerifiableAddressForbidden) Error

func (*DeleteUserVerifiableAddressForbidden) GetPayload

func (*DeleteUserVerifiableAddressForbidden) IsClientError

func (o *DeleteUserVerifiableAddressForbidden) IsClientError() bool

IsClientError returns true when this delete user verifiable address forbidden response has a 4xx status code

func (*DeleteUserVerifiableAddressForbidden) IsCode

IsCode returns true when this delete user verifiable address forbidden response a status code equal to that given

func (*DeleteUserVerifiableAddressForbidden) IsRedirect

IsRedirect returns true when this delete user verifiable address forbidden response has a 3xx status code

func (*DeleteUserVerifiableAddressForbidden) IsServerError

func (o *DeleteUserVerifiableAddressForbidden) IsServerError() bool

IsServerError returns true when this delete user verifiable address forbidden response has a 5xx status code

func (*DeleteUserVerifiableAddressForbidden) IsSuccess

IsSuccess returns true when this delete user verifiable address forbidden response has a 2xx status code

func (*DeleteUserVerifiableAddressForbidden) String

type DeleteUserVerifiableAddressNoContent

type DeleteUserVerifiableAddressNoContent struct {
}

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

Address Deleted

func NewDeleteUserVerifiableAddressNoContent

func NewDeleteUserVerifiableAddressNoContent() *DeleteUserVerifiableAddressNoContent

NewDeleteUserVerifiableAddressNoContent creates a DeleteUserVerifiableAddressNoContent with default headers values

func (*DeleteUserVerifiableAddressNoContent) Code

Code gets the status code for the delete user verifiable address no content response

func (*DeleteUserVerifiableAddressNoContent) Error

func (*DeleteUserVerifiableAddressNoContent) IsClientError

func (o *DeleteUserVerifiableAddressNoContent) IsClientError() bool

IsClientError returns true when this delete user verifiable address no content response has a 4xx status code

func (*DeleteUserVerifiableAddressNoContent) IsCode

IsCode returns true when this delete user verifiable address no content response a status code equal to that given

func (*DeleteUserVerifiableAddressNoContent) IsRedirect

IsRedirect returns true when this delete user verifiable address no content response has a 3xx status code

func (*DeleteUserVerifiableAddressNoContent) IsServerError

func (o *DeleteUserVerifiableAddressNoContent) IsServerError() bool

IsServerError returns true when this delete user verifiable address no content response has a 5xx status code

func (*DeleteUserVerifiableAddressNoContent) IsSuccess

IsSuccess returns true when this delete user verifiable address no content response has a 2xx status code

func (*DeleteUserVerifiableAddressNoContent) String

type DeleteUserVerifiableAddressNotFound

type DeleteUserVerifiableAddressNotFound struct {
	Payload *models.Error
}

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

Not found

func NewDeleteUserVerifiableAddressNotFound

func NewDeleteUserVerifiableAddressNotFound() *DeleteUserVerifiableAddressNotFound

NewDeleteUserVerifiableAddressNotFound creates a DeleteUserVerifiableAddressNotFound with default headers values

func (*DeleteUserVerifiableAddressNotFound) Code

Code gets the status code for the delete user verifiable address not found response

func (*DeleteUserVerifiableAddressNotFound) Error

func (*DeleteUserVerifiableAddressNotFound) GetPayload

func (*DeleteUserVerifiableAddressNotFound) IsClientError

func (o *DeleteUserVerifiableAddressNotFound) IsClientError() bool

IsClientError returns true when this delete user verifiable address not found response has a 4xx status code

func (*DeleteUserVerifiableAddressNotFound) IsCode

IsCode returns true when this delete user verifiable address not found response a status code equal to that given

func (*DeleteUserVerifiableAddressNotFound) IsRedirect

func (o *DeleteUserVerifiableAddressNotFound) IsRedirect() bool

IsRedirect returns true when this delete user verifiable address not found response has a 3xx status code

func (*DeleteUserVerifiableAddressNotFound) IsServerError

func (o *DeleteUserVerifiableAddressNotFound) IsServerError() bool

IsServerError returns true when this delete user verifiable address not found response has a 5xx status code

func (*DeleteUserVerifiableAddressNotFound) IsSuccess

IsSuccess returns true when this delete user verifiable address not found response has a 2xx status code

func (*DeleteUserVerifiableAddressNotFound) String

type DeleteUserVerifiableAddressParams

type DeleteUserVerifiableAddressParams struct {

	// Address.
	Address *models.DeleteUserVerifiableAddress

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

DeleteUserVerifiableAddressParams contains all the parameters to send to the API endpoint

for the delete user verifiable address operation.

Typically these are written to a http.Request.

func NewDeleteUserVerifiableAddressParams

func NewDeleteUserVerifiableAddressParams() *DeleteUserVerifiableAddressParams

NewDeleteUserVerifiableAddressParams creates a new DeleteUserVerifiableAddressParams 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 NewDeleteUserVerifiableAddressParamsWithContext

func NewDeleteUserVerifiableAddressParamsWithContext(ctx context.Context) *DeleteUserVerifiableAddressParams

NewDeleteUserVerifiableAddressParamsWithContext creates a new DeleteUserVerifiableAddressParams object with the ability to set a context for a request.

func NewDeleteUserVerifiableAddressParamsWithHTTPClient

func NewDeleteUserVerifiableAddressParamsWithHTTPClient(client *http.Client) *DeleteUserVerifiableAddressParams

NewDeleteUserVerifiableAddressParamsWithHTTPClient creates a new DeleteUserVerifiableAddressParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserVerifiableAddressParamsWithTimeout

func NewDeleteUserVerifiableAddressParamsWithTimeout(timeout time.Duration) *DeleteUserVerifiableAddressParams

NewDeleteUserVerifiableAddressParamsWithTimeout creates a new DeleteUserVerifiableAddressParams object with the ability to set a timeout on a request.

func (*DeleteUserVerifiableAddressParams) SetAddress

SetAddress adds the address to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) SetContext

SetContext adds the context to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) SetDefaults

func (o *DeleteUserVerifiableAddressParams) SetDefaults()

SetDefaults hydrates default values in the delete user verifiable address params (not the query body).

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

func (*DeleteUserVerifiableAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) SetIPID

func (o *DeleteUserVerifiableAddressParams) SetIPID(iPID string)

SetIPID adds the ipId to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) SetIfMatch

func (o *DeleteUserVerifiableAddressParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) SetTimeout

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

SetTimeout adds the timeout to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) SetUserID

func (o *DeleteUserVerifiableAddressParams) SetUserID(userID string)

SetUserID adds the userId to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WithAddress

WithAddress adds the address to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WithContext

WithContext adds the context to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WithDefaults

WithDefaults hydrates default values in the delete user verifiable address params (not the query body).

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

func (*DeleteUserVerifiableAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WithIPID

WithIPID adds the iPID to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WithIfMatch

WithIfMatch adds the ifMatch to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WithTimeout

WithTimeout adds the timeout to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WithUserID

WithUserID adds the userID to the delete user verifiable address params

func (*DeleteUserVerifiableAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserVerifiableAddressReader

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

DeleteUserVerifiableAddressReader is a Reader for the DeleteUserVerifiableAddress structure.

func (*DeleteUserVerifiableAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserVerifiableAddressTooManyRequests

type DeleteUserVerifiableAddressTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewDeleteUserVerifiableAddressTooManyRequests

func NewDeleteUserVerifiableAddressTooManyRequests() *DeleteUserVerifiableAddressTooManyRequests

NewDeleteUserVerifiableAddressTooManyRequests creates a DeleteUserVerifiableAddressTooManyRequests with default headers values

func (*DeleteUserVerifiableAddressTooManyRequests) Code

Code gets the status code for the delete user verifiable address too many requests response

func (*DeleteUserVerifiableAddressTooManyRequests) Error

func (*DeleteUserVerifiableAddressTooManyRequests) GetPayload

func (*DeleteUserVerifiableAddressTooManyRequests) IsClientError

IsClientError returns true when this delete user verifiable address too many requests response has a 4xx status code

func (*DeleteUserVerifiableAddressTooManyRequests) IsCode

IsCode returns true when this delete user verifiable address too many requests response a status code equal to that given

func (*DeleteUserVerifiableAddressTooManyRequests) IsRedirect

IsRedirect returns true when this delete user verifiable address too many requests response has a 3xx status code

func (*DeleteUserVerifiableAddressTooManyRequests) IsServerError

IsServerError returns true when this delete user verifiable address too many requests response has a 5xx status code

func (*DeleteUserVerifiableAddressTooManyRequests) IsSuccess

IsSuccess returns true when this delete user verifiable address too many requests response has a 2xx status code

func (*DeleteUserVerifiableAddressTooManyRequests) String

type DeleteUserVerifiableAddressUnauthorized

type DeleteUserVerifiableAddressUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewDeleteUserVerifiableAddressUnauthorized

func NewDeleteUserVerifiableAddressUnauthorized() *DeleteUserVerifiableAddressUnauthorized

NewDeleteUserVerifiableAddressUnauthorized creates a DeleteUserVerifiableAddressUnauthorized with default headers values

func (*DeleteUserVerifiableAddressUnauthorized) Code

Code gets the status code for the delete user verifiable address unauthorized response

func (*DeleteUserVerifiableAddressUnauthorized) Error

func (*DeleteUserVerifiableAddressUnauthorized) GetPayload

func (*DeleteUserVerifiableAddressUnauthorized) IsClientError

func (o *DeleteUserVerifiableAddressUnauthorized) IsClientError() bool

IsClientError returns true when this delete user verifiable address unauthorized response has a 4xx status code

func (*DeleteUserVerifiableAddressUnauthorized) IsCode

IsCode returns true when this delete user verifiable address unauthorized response a status code equal to that given

func (*DeleteUserVerifiableAddressUnauthorized) IsRedirect

IsRedirect returns true when this delete user verifiable address unauthorized response has a 3xx status code

func (*DeleteUserVerifiableAddressUnauthorized) IsServerError

func (o *DeleteUserVerifiableAddressUnauthorized) IsServerError() bool

IsServerError returns true when this delete user verifiable address unauthorized response has a 5xx status code

func (*DeleteUserVerifiableAddressUnauthorized) IsSuccess

IsSuccess returns true when this delete user verifiable address unauthorized response has a 2xx status code

func (*DeleteUserVerifiableAddressUnauthorized) String

type GetUserForbidden

type GetUserForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetUserForbidden

func NewGetUserForbidden() *GetUserForbidden

NewGetUserForbidden creates a GetUserForbidden with default headers values

func (*GetUserForbidden) Code

func (o *GetUserForbidden) Code() int

Code gets the status code for the get user forbidden response

func (*GetUserForbidden) Error

func (o *GetUserForbidden) Error() string

func (*GetUserForbidden) GetPayload

func (o *GetUserForbidden) GetPayload() *models.Error

func (*GetUserForbidden) IsClientError

func (o *GetUserForbidden) IsClientError() bool

IsClientError returns true when this get user forbidden response has a 4xx status code

func (*GetUserForbidden) IsCode

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

IsCode returns true when this get user forbidden response a status code equal to that given

func (*GetUserForbidden) IsRedirect

func (o *GetUserForbidden) IsRedirect() bool

IsRedirect returns true when this get user forbidden response has a 3xx status code

func (*GetUserForbidden) IsServerError

func (o *GetUserForbidden) IsServerError() bool

IsServerError returns true when this get user forbidden response has a 5xx status code

func (*GetUserForbidden) IsSuccess

func (o *GetUserForbidden) IsSuccess() bool

IsSuccess returns true when this get user forbidden response has a 2xx status code

func (*GetUserForbidden) String

func (o *GetUserForbidden) String() string

type GetUserNotFound

type GetUserNotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetUserNotFound

func NewGetUserNotFound() *GetUserNotFound

NewGetUserNotFound creates a GetUserNotFound with default headers values

func (*GetUserNotFound) Code

func (o *GetUserNotFound) Code() int

Code gets the status code for the get user not found response

func (*GetUserNotFound) Error

func (o *GetUserNotFound) Error() string

func (*GetUserNotFound) GetPayload

func (o *GetUserNotFound) GetPayload() *models.Error

func (*GetUserNotFound) IsClientError

func (o *GetUserNotFound) IsClientError() bool

IsClientError returns true when this get user not found response has a 4xx status code

func (*GetUserNotFound) IsCode

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

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

func (*GetUserNotFound) IsRedirect

func (o *GetUserNotFound) IsRedirect() bool

IsRedirect returns true when this get user not found response has a 3xx status code

func (*GetUserNotFound) IsServerError

func (o *GetUserNotFound) IsServerError() bool

IsServerError returns true when this get user not found response has a 5xx status code

func (*GetUserNotFound) IsSuccess

func (o *GetUserNotFound) IsSuccess() bool

IsSuccess returns true when this get user not found response has a 2xx status code

func (*GetUserNotFound) String

func (o *GetUserNotFound) String() string

type GetUserOK

type GetUserOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

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

User

func NewGetUserOK

func NewGetUserOK() *GetUserOK

NewGetUserOK creates a GetUserOK with default headers values

func (*GetUserOK) Code

func (o *GetUserOK) Code() int

Code gets the status code for the get user o k response

func (*GetUserOK) Error

func (o *GetUserOK) Error() string

func (*GetUserOK) GetPayload

func (o *GetUserOK) GetPayload() *models.UserWithData

func (*GetUserOK) IsClientError

func (o *GetUserOK) IsClientError() bool

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

func (*GetUserOK) IsCode

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

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

func (*GetUserOK) IsRedirect

func (o *GetUserOK) IsRedirect() bool

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

func (*GetUserOK) IsServerError

func (o *GetUserOK) IsServerError() bool

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

func (*GetUserOK) IsSuccess

func (o *GetUserOK) IsSuccess() bool

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

func (*GetUserOK) String

func (o *GetUserOK) String() string

type GetUserParams

type GetUserParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

GetUserParams contains all the parameters to send to the API endpoint

for the get user operation.

Typically these are written to a http.Request.

func NewGetUserParams

func NewGetUserParams() *GetUserParams

NewGetUserParams creates a new GetUserParams 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 NewGetUserParamsWithContext

func NewGetUserParamsWithContext(ctx context.Context) *GetUserParams

NewGetUserParamsWithContext creates a new GetUserParams object with the ability to set a context for a request.

func NewGetUserParamsWithHTTPClient

func NewGetUserParamsWithHTTPClient(client *http.Client) *GetUserParams

NewGetUserParamsWithHTTPClient creates a new GetUserParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserParamsWithTimeout

func NewGetUserParamsWithTimeout(timeout time.Duration) *GetUserParams

NewGetUserParamsWithTimeout creates a new GetUserParams object with the ability to set a timeout on a request.

func (*GetUserParams) SetContext

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

SetContext adds the context to the get user params

func (*GetUserParams) SetDefaults

func (o *GetUserParams) SetDefaults()

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

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

func (*GetUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) SetIPID

func (o *GetUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the get user params

func (*GetUserParams) SetIfMatch

func (o *GetUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the get user params

func (*GetUserParams) SetTimeout

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

SetTimeout adds the timeout to the get user params

func (*GetUserParams) SetUserID

func (o *GetUserParams) SetUserID(userID string)

SetUserID adds the userId to the get user params

func (*GetUserParams) WithContext

func (o *GetUserParams) WithContext(ctx context.Context) *GetUserParams

WithContext adds the context to the get user params

func (*GetUserParams) WithDefaults

func (o *GetUserParams) WithDefaults() *GetUserParams

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

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

func (*GetUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) WithIPID

func (o *GetUserParams) WithIPID(iPID string) *GetUserParams

WithIPID adds the iPID to the get user params

func (*GetUserParams) WithIfMatch

func (o *GetUserParams) WithIfMatch(ifMatch *string) *GetUserParams

WithIfMatch adds the ifMatch to the get user params

func (*GetUserParams) WithTimeout

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

WithTimeout adds the timeout to the get user params

func (*GetUserParams) WithUserID

func (o *GetUserParams) WithUserID(userID string) *GetUserParams

WithUserID adds the userID to the get user params

func (*GetUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserReader

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

GetUserReader is a Reader for the GetUser structure.

func (*GetUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserTooManyRequests

type GetUserTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewGetUserTooManyRequests

func NewGetUserTooManyRequests() *GetUserTooManyRequests

NewGetUserTooManyRequests creates a GetUserTooManyRequests with default headers values

func (*GetUserTooManyRequests) Code

func (o *GetUserTooManyRequests) Code() int

Code gets the status code for the get user too many requests response

func (*GetUserTooManyRequests) Error

func (o *GetUserTooManyRequests) Error() string

func (*GetUserTooManyRequests) GetPayload

func (o *GetUserTooManyRequests) GetPayload() *models.Error

func (*GetUserTooManyRequests) IsClientError

func (o *GetUserTooManyRequests) IsClientError() bool

IsClientError returns true when this get user too many requests response has a 4xx status code

func (*GetUserTooManyRequests) IsCode

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

IsCode returns true when this get user too many requests response a status code equal to that given

func (*GetUserTooManyRequests) IsRedirect

func (o *GetUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user too many requests response has a 3xx status code

func (*GetUserTooManyRequests) IsServerError

func (o *GetUserTooManyRequests) IsServerError() bool

IsServerError returns true when this get user too many requests response has a 5xx status code

func (*GetUserTooManyRequests) IsSuccess

func (o *GetUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user too many requests response has a 2xx status code

func (*GetUserTooManyRequests) String

func (o *GetUserTooManyRequests) String() string

type GetUserUnauthorized

type GetUserUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetUserUnauthorized

func NewGetUserUnauthorized() *GetUserUnauthorized

NewGetUserUnauthorized creates a GetUserUnauthorized with default headers values

func (*GetUserUnauthorized) Code

func (o *GetUserUnauthorized) Code() int

Code gets the status code for the get user unauthorized response

func (*GetUserUnauthorized) Error

func (o *GetUserUnauthorized) Error() string

func (*GetUserUnauthorized) GetPayload

func (o *GetUserUnauthorized) GetPayload() *models.Error

func (*GetUserUnauthorized) IsClientError

func (o *GetUserUnauthorized) IsClientError() bool

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

func (*GetUserUnauthorized) IsCode

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

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

func (*GetUserUnauthorized) IsRedirect

func (o *GetUserUnauthorized) IsRedirect() bool

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

func (*GetUserUnauthorized) IsServerError

func (o *GetUserUnauthorized) IsServerError() bool

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

func (*GetUserUnauthorized) IsSuccess

func (o *GetUserUnauthorized) IsSuccess() bool

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

func (*GetUserUnauthorized) String

func (o *GetUserUnauthorized) String() string

type ListUsersBadRequest

type ListUsersBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewListUsersBadRequest

func NewListUsersBadRequest() *ListUsersBadRequest

NewListUsersBadRequest creates a ListUsersBadRequest with default headers values

func (*ListUsersBadRequest) Code

func (o *ListUsersBadRequest) Code() int

Code gets the status code for the list users bad request response

func (*ListUsersBadRequest) Error

func (o *ListUsersBadRequest) Error() string

func (*ListUsersBadRequest) GetPayload

func (o *ListUsersBadRequest) GetPayload() *models.Error

func (*ListUsersBadRequest) IsClientError

func (o *ListUsersBadRequest) IsClientError() bool

IsClientError returns true when this list users bad request response has a 4xx status code

func (*ListUsersBadRequest) IsCode

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

IsCode returns true when this list users bad request response a status code equal to that given

func (*ListUsersBadRequest) IsRedirect

func (o *ListUsersBadRequest) IsRedirect() bool

IsRedirect returns true when this list users bad request response has a 3xx status code

func (*ListUsersBadRequest) IsServerError

func (o *ListUsersBadRequest) IsServerError() bool

IsServerError returns true when this list users bad request response has a 5xx status code

func (*ListUsersBadRequest) IsSuccess

func (o *ListUsersBadRequest) IsSuccess() bool

IsSuccess returns true when this list users bad request response has a 2xx status code

func (*ListUsersBadRequest) String

func (o *ListUsersBadRequest) String() string

type ListUsersForbidden

type ListUsersForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewListUsersForbidden

func NewListUsersForbidden() *ListUsersForbidden

NewListUsersForbidden creates a ListUsersForbidden with default headers values

func (*ListUsersForbidden) Code

func (o *ListUsersForbidden) Code() int

Code gets the status code for the list users forbidden response

func (*ListUsersForbidden) Error

func (o *ListUsersForbidden) Error() string

func (*ListUsersForbidden) GetPayload

func (o *ListUsersForbidden) GetPayload() *models.Error

func (*ListUsersForbidden) IsClientError

func (o *ListUsersForbidden) IsClientError() bool

IsClientError returns true when this list users forbidden response has a 4xx status code

func (*ListUsersForbidden) IsCode

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

IsCode returns true when this list users forbidden response a status code equal to that given

func (*ListUsersForbidden) IsRedirect

func (o *ListUsersForbidden) IsRedirect() bool

IsRedirect returns true when this list users forbidden response has a 3xx status code

func (*ListUsersForbidden) IsServerError

func (o *ListUsersForbidden) IsServerError() bool

IsServerError returns true when this list users forbidden response has a 5xx status code

func (*ListUsersForbidden) IsSuccess

func (o *ListUsersForbidden) IsSuccess() bool

IsSuccess returns true when this list users forbidden response has a 2xx status code

func (*ListUsersForbidden) String

func (o *ListUsersForbidden) String() string

type ListUsersNotFound

type ListUsersNotFound struct {
	Payload *models.Error
}

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

Not found

func NewListUsersNotFound

func NewListUsersNotFound() *ListUsersNotFound

NewListUsersNotFound creates a ListUsersNotFound with default headers values

func (*ListUsersNotFound) Code

func (o *ListUsersNotFound) Code() int

Code gets the status code for the list users not found response

func (*ListUsersNotFound) Error

func (o *ListUsersNotFound) Error() string

func (*ListUsersNotFound) GetPayload

func (o *ListUsersNotFound) GetPayload() *models.Error

func (*ListUsersNotFound) IsClientError

func (o *ListUsersNotFound) IsClientError() bool

IsClientError returns true when this list users not found response has a 4xx status code

func (*ListUsersNotFound) IsCode

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

IsCode returns true when this list users not found response a status code equal to that given

func (*ListUsersNotFound) IsRedirect

func (o *ListUsersNotFound) IsRedirect() bool

IsRedirect returns true when this list users not found response has a 3xx status code

func (*ListUsersNotFound) IsServerError

func (o *ListUsersNotFound) IsServerError() bool

IsServerError returns true when this list users not found response has a 5xx status code

func (*ListUsersNotFound) IsSuccess

func (o *ListUsersNotFound) IsSuccess() bool

IsSuccess returns true when this list users not found response has a 2xx status code

func (*ListUsersNotFound) String

func (o *ListUsersNotFound) String() string

type ListUsersOK

type ListUsersOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.Users
}

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

Identity Users

func NewListUsersOK

func NewListUsersOK() *ListUsersOK

NewListUsersOK creates a ListUsersOK with default headers values

func (*ListUsersOK) Code

func (o *ListUsersOK) Code() int

Code gets the status code for the list users o k response

func (*ListUsersOK) Error

func (o *ListUsersOK) Error() string

func (*ListUsersOK) GetPayload

func (o *ListUsersOK) GetPayload() *models.Users

func (*ListUsersOK) IsClientError

func (o *ListUsersOK) IsClientError() bool

IsClientError returns true when this list users o k response has a 4xx status code

func (*ListUsersOK) IsCode

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

IsCode returns true when this list users o k response a status code equal to that given

func (*ListUsersOK) IsRedirect

func (o *ListUsersOK) IsRedirect() bool

IsRedirect returns true when this list users o k response has a 3xx status code

func (*ListUsersOK) IsServerError

func (o *ListUsersOK) IsServerError() bool

IsServerError returns true when this list users o k response has a 5xx status code

func (*ListUsersOK) IsSuccess

func (o *ListUsersOK) IsSuccess() bool

IsSuccess returns true when this list users o k response has a 2xx status code

func (*ListUsersOK) String

func (o *ListUsersOK) String() string

type ListUsersParams

type ListUsersParams struct {

	/* AfterUserID.

	     optional list users after given id
	AfterUserID
	*/
	AfterUserID *string

	/* BeforeUserID.

	     optional list users before given id
	BeforeUserID
	*/
	BeforeUserID *string

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	/* Limit.

	     optional limit results
	Limit

	     Format: int64
	     Default: 20
	*/
	Limit *int64

	/* Order.

	     optional order clients by given direction
	Order
	*/
	Order *string

	/* Query.

	     optional query filter
	query is in json format like {"user_key":"john"} - parameter must be url-encoded
	supported parameters
	`user_key` - limits user set to users that has identifier starting or ending with provided user_key or has verified address starting or ending with provided user_key or their ID is equal to provided user_key
	`payload` - limits user set to users with payload matches provided metadata - for simple values it does exact match, for arrays it does `contain`
	`metadata` - limits user set to users with metadata matches provided metadata - for simple values it does exact match, for arrays it does `contain`
	if multiple parameters provided it does logical AND between the results so users must match ALL parameters
	*/
	Query *string

	/* Sort.

	     optional sort clients by given field
	Sort
	*/
	Sort *string

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

ListUsersParams contains all the parameters to send to the API endpoint

for the list users operation.

Typically these are written to a http.Request.

func NewListUsersParams

func NewListUsersParams() *ListUsersParams

NewListUsersParams creates a new ListUsersParams 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 NewListUsersParamsWithContext

func NewListUsersParamsWithContext(ctx context.Context) *ListUsersParams

NewListUsersParamsWithContext creates a new ListUsersParams object with the ability to set a context for a request.

func NewListUsersParamsWithHTTPClient

func NewListUsersParamsWithHTTPClient(client *http.Client) *ListUsersParams

NewListUsersParamsWithHTTPClient creates a new ListUsersParams object with the ability to set a custom HTTPClient for a request.

func NewListUsersParamsWithTimeout

func NewListUsersParamsWithTimeout(timeout time.Duration) *ListUsersParams

NewListUsersParamsWithTimeout creates a new ListUsersParams object with the ability to set a timeout on a request.

func (*ListUsersParams) SetAfterUserID

func (o *ListUsersParams) SetAfterUserID(afterUserID *string)

SetAfterUserID adds the afterUserId to the list users params

func (*ListUsersParams) SetBeforeUserID

func (o *ListUsersParams) SetBeforeUserID(beforeUserID *string)

SetBeforeUserID adds the beforeUserId to the list users params

func (*ListUsersParams) SetContext

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

SetContext adds the context to the list users params

func (*ListUsersParams) SetDefaults

func (o *ListUsersParams) SetDefaults()

SetDefaults hydrates default values in the list users params (not the query body).

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

func (*ListUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list users params

func (*ListUsersParams) SetIPID

func (o *ListUsersParams) SetIPID(iPID string)

SetIPID adds the ipId to the list users params

func (*ListUsersParams) SetIfMatch

func (o *ListUsersParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the list users params

func (*ListUsersParams) SetLimit

func (o *ListUsersParams) SetLimit(limit *int64)

SetLimit adds the limit to the list users params

func (*ListUsersParams) SetOrder

func (o *ListUsersParams) SetOrder(order *string)

SetOrder adds the order to the list users params

func (*ListUsersParams) SetQuery

func (o *ListUsersParams) SetQuery(query *string)

SetQuery adds the query to the list users params

func (*ListUsersParams) SetSort

func (o *ListUsersParams) SetSort(sort *string)

SetSort adds the sort to the list users params

func (*ListUsersParams) SetTimeout

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

SetTimeout adds the timeout to the list users params

func (*ListUsersParams) WithAfterUserID

func (o *ListUsersParams) WithAfterUserID(afterUserID *string) *ListUsersParams

WithAfterUserID adds the afterUserID to the list users params

func (*ListUsersParams) WithBeforeUserID

func (o *ListUsersParams) WithBeforeUserID(beforeUserID *string) *ListUsersParams

WithBeforeUserID adds the beforeUserID to the list users params

func (*ListUsersParams) WithContext

func (o *ListUsersParams) WithContext(ctx context.Context) *ListUsersParams

WithContext adds the context to the list users params

func (*ListUsersParams) WithDefaults

func (o *ListUsersParams) WithDefaults() *ListUsersParams

WithDefaults hydrates default values in the list users params (not the query body).

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

func (*ListUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list users params

func (*ListUsersParams) WithIPID

func (o *ListUsersParams) WithIPID(iPID string) *ListUsersParams

WithIPID adds the iPID to the list users params

func (*ListUsersParams) WithIfMatch

func (o *ListUsersParams) WithIfMatch(ifMatch *string) *ListUsersParams

WithIfMatch adds the ifMatch to the list users params

func (*ListUsersParams) WithLimit

func (o *ListUsersParams) WithLimit(limit *int64) *ListUsersParams

WithLimit adds the limit to the list users params

func (*ListUsersParams) WithOrder

func (o *ListUsersParams) WithOrder(order *string) *ListUsersParams

WithOrder adds the order to the list users params

func (*ListUsersParams) WithQuery

func (o *ListUsersParams) WithQuery(query *string) *ListUsersParams

WithQuery adds the query to the list users params

func (*ListUsersParams) WithSort

func (o *ListUsersParams) WithSort(sort *string) *ListUsersParams

WithSort adds the sort to the list users params

func (*ListUsersParams) WithTimeout

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

WithTimeout adds the timeout to the list users params

func (*ListUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListUsersReader

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

ListUsersReader is a Reader for the ListUsers structure.

func (*ListUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUsersTooManyRequests

type ListUsersTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewListUsersTooManyRequests

func NewListUsersTooManyRequests() *ListUsersTooManyRequests

NewListUsersTooManyRequests creates a ListUsersTooManyRequests with default headers values

func (*ListUsersTooManyRequests) Code

func (o *ListUsersTooManyRequests) Code() int

Code gets the status code for the list users too many requests response

func (*ListUsersTooManyRequests) Error

func (o *ListUsersTooManyRequests) Error() string

func (*ListUsersTooManyRequests) GetPayload

func (o *ListUsersTooManyRequests) GetPayload() *models.Error

func (*ListUsersTooManyRequests) IsClientError

func (o *ListUsersTooManyRequests) IsClientError() bool

IsClientError returns true when this list users too many requests response has a 4xx status code

func (*ListUsersTooManyRequests) IsCode

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

IsCode returns true when this list users too many requests response a status code equal to that given

func (*ListUsersTooManyRequests) IsRedirect

func (o *ListUsersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list users too many requests response has a 3xx status code

func (*ListUsersTooManyRequests) IsServerError

func (o *ListUsersTooManyRequests) IsServerError() bool

IsServerError returns true when this list users too many requests response has a 5xx status code

func (*ListUsersTooManyRequests) IsSuccess

func (o *ListUsersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this list users too many requests response has a 2xx status code

func (*ListUsersTooManyRequests) String

func (o *ListUsersTooManyRequests) String() string

type ListUsersUnauthorized

type ListUsersUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewListUsersUnauthorized

func NewListUsersUnauthorized() *ListUsersUnauthorized

NewListUsersUnauthorized creates a ListUsersUnauthorized with default headers values

func (*ListUsersUnauthorized) Code

func (o *ListUsersUnauthorized) Code() int

Code gets the status code for the list users unauthorized response

func (*ListUsersUnauthorized) Error

func (o *ListUsersUnauthorized) Error() string

func (*ListUsersUnauthorized) GetPayload

func (o *ListUsersUnauthorized) GetPayload() *models.Error

func (*ListUsersUnauthorized) IsClientError

func (o *ListUsersUnauthorized) IsClientError() bool

IsClientError returns true when this list users unauthorized response has a 4xx status code

func (*ListUsersUnauthorized) IsCode

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

IsCode returns true when this list users unauthorized response a status code equal to that given

func (*ListUsersUnauthorized) IsRedirect

func (o *ListUsersUnauthorized) IsRedirect() bool

IsRedirect returns true when this list users unauthorized response has a 3xx status code

func (*ListUsersUnauthorized) IsServerError

func (o *ListUsersUnauthorized) IsServerError() bool

IsServerError returns true when this list users unauthorized response has a 5xx status code

func (*ListUsersUnauthorized) IsSuccess

func (o *ListUsersUnauthorized) IsSuccess() bool

IsSuccess returns true when this list users unauthorized response has a 2xx status code

func (*ListUsersUnauthorized) String

func (o *ListUsersUnauthorized) String() string

type ListUsersUnprocessableEntity

type ListUsersUnprocessableEntity struct {
	Payload *models.Error
}

ListUsersUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewListUsersUnprocessableEntity

func NewListUsersUnprocessableEntity() *ListUsersUnprocessableEntity

NewListUsersUnprocessableEntity creates a ListUsersUnprocessableEntity with default headers values

func (*ListUsersUnprocessableEntity) Code

Code gets the status code for the list users unprocessable entity response

func (*ListUsersUnprocessableEntity) Error

func (*ListUsersUnprocessableEntity) GetPayload

func (o *ListUsersUnprocessableEntity) GetPayload() *models.Error

func (*ListUsersUnprocessableEntity) IsClientError

func (o *ListUsersUnprocessableEntity) IsClientError() bool

IsClientError returns true when this list users unprocessable entity response has a 4xx status code

func (*ListUsersUnprocessableEntity) IsCode

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

IsCode returns true when this list users unprocessable entity response a status code equal to that given

func (*ListUsersUnprocessableEntity) IsRedirect

func (o *ListUsersUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this list users unprocessable entity response has a 3xx status code

func (*ListUsersUnprocessableEntity) IsServerError

func (o *ListUsersUnprocessableEntity) IsServerError() bool

IsServerError returns true when this list users unprocessable entity response has a 5xx status code

func (*ListUsersUnprocessableEntity) IsSuccess

func (o *ListUsersUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this list users unprocessable entity response has a 2xx status code

func (*ListUsersUnprocessableEntity) String

type RequestResetPasswordBadRequest

type RequestResetPasswordBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewRequestResetPasswordBadRequest

func NewRequestResetPasswordBadRequest() *RequestResetPasswordBadRequest

NewRequestResetPasswordBadRequest creates a RequestResetPasswordBadRequest with default headers values

func (*RequestResetPasswordBadRequest) Code

Code gets the status code for the request reset password bad request response

func (*RequestResetPasswordBadRequest) Error

func (*RequestResetPasswordBadRequest) GetPayload

func (o *RequestResetPasswordBadRequest) GetPayload() *models.Error

func (*RequestResetPasswordBadRequest) IsClientError

func (o *RequestResetPasswordBadRequest) IsClientError() bool

IsClientError returns true when this request reset password bad request response has a 4xx status code

func (*RequestResetPasswordBadRequest) IsCode

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

IsCode returns true when this request reset password bad request response a status code equal to that given

func (*RequestResetPasswordBadRequest) IsRedirect

func (o *RequestResetPasswordBadRequest) IsRedirect() bool

IsRedirect returns true when this request reset password bad request response has a 3xx status code

func (*RequestResetPasswordBadRequest) IsServerError

func (o *RequestResetPasswordBadRequest) IsServerError() bool

IsServerError returns true when this request reset password bad request response has a 5xx status code

func (*RequestResetPasswordBadRequest) IsSuccess

func (o *RequestResetPasswordBadRequest) IsSuccess() bool

IsSuccess returns true when this request reset password bad request response has a 2xx status code

func (*RequestResetPasswordBadRequest) String

type RequestResetPasswordNoContent

type RequestResetPasswordNoContent struct {
}

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

Request Accepted

func NewRequestResetPasswordNoContent

func NewRequestResetPasswordNoContent() *RequestResetPasswordNoContent

NewRequestResetPasswordNoContent creates a RequestResetPasswordNoContent with default headers values

func (*RequestResetPasswordNoContent) Code

Code gets the status code for the request reset password no content response

func (*RequestResetPasswordNoContent) Error

func (*RequestResetPasswordNoContent) IsClientError

func (o *RequestResetPasswordNoContent) IsClientError() bool

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

func (*RequestResetPasswordNoContent) IsCode

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

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

func (*RequestResetPasswordNoContent) IsRedirect

func (o *RequestResetPasswordNoContent) IsRedirect() bool

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

func (*RequestResetPasswordNoContent) IsServerError

func (o *RequestResetPasswordNoContent) IsServerError() bool

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

func (*RequestResetPasswordNoContent) IsSuccess

func (o *RequestResetPasswordNoContent) IsSuccess() bool

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

func (*RequestResetPasswordNoContent) String

type RequestResetPasswordNotFound

type RequestResetPasswordNotFound struct {
	Payload *models.Error
}

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

Not found

func NewRequestResetPasswordNotFound

func NewRequestResetPasswordNotFound() *RequestResetPasswordNotFound

NewRequestResetPasswordNotFound creates a RequestResetPasswordNotFound with default headers values

func (*RequestResetPasswordNotFound) Code

Code gets the status code for the request reset password not found response

func (*RequestResetPasswordNotFound) Error

func (*RequestResetPasswordNotFound) GetPayload

func (o *RequestResetPasswordNotFound) GetPayload() *models.Error

func (*RequestResetPasswordNotFound) IsClientError

func (o *RequestResetPasswordNotFound) IsClientError() bool

IsClientError returns true when this request reset password not found response has a 4xx status code

func (*RequestResetPasswordNotFound) IsCode

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

IsCode returns true when this request reset password not found response a status code equal to that given

func (*RequestResetPasswordNotFound) IsRedirect

func (o *RequestResetPasswordNotFound) IsRedirect() bool

IsRedirect returns true when this request reset password not found response has a 3xx status code

func (*RequestResetPasswordNotFound) IsServerError

func (o *RequestResetPasswordNotFound) IsServerError() bool

IsServerError returns true when this request reset password not found response has a 5xx status code

func (*RequestResetPasswordNotFound) IsSuccess

func (o *RequestResetPasswordNotFound) IsSuccess() bool

IsSuccess returns true when this request reset password not found response has a 2xx status code

func (*RequestResetPasswordNotFound) String

type RequestResetPasswordParams

type RequestResetPasswordParams struct {

	// RequestResetPassword.
	RequestResetPassword *models.RequestResetPassword

	// IPID.
	IPID string

	/* ServerID.

	     optional server's identifier (used for themes etc.)
	ServerID
	*/
	ServerID *string

	// UserID.
	UserID string

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

RequestResetPasswordParams contains all the parameters to send to the API endpoint

for the request reset password operation.

Typically these are written to a http.Request.

func NewRequestResetPasswordParams

func NewRequestResetPasswordParams() *RequestResetPasswordParams

NewRequestResetPasswordParams creates a new RequestResetPasswordParams 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 NewRequestResetPasswordParamsWithContext

func NewRequestResetPasswordParamsWithContext(ctx context.Context) *RequestResetPasswordParams

NewRequestResetPasswordParamsWithContext creates a new RequestResetPasswordParams object with the ability to set a context for a request.

func NewRequestResetPasswordParamsWithHTTPClient

func NewRequestResetPasswordParamsWithHTTPClient(client *http.Client) *RequestResetPasswordParams

NewRequestResetPasswordParamsWithHTTPClient creates a new RequestResetPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewRequestResetPasswordParamsWithTimeout

func NewRequestResetPasswordParamsWithTimeout(timeout time.Duration) *RequestResetPasswordParams

NewRequestResetPasswordParamsWithTimeout creates a new RequestResetPasswordParams object with the ability to set a timeout on a request.

func (*RequestResetPasswordParams) SetContext

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

SetContext adds the context to the request reset password params

func (*RequestResetPasswordParams) SetDefaults

func (o *RequestResetPasswordParams) SetDefaults()

SetDefaults hydrates default values in the request reset password params (not the query body).

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

func (*RequestResetPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the request reset password params

func (*RequestResetPasswordParams) SetIPID

func (o *RequestResetPasswordParams) SetIPID(iPID string)

SetIPID adds the ipId to the request reset password params

func (*RequestResetPasswordParams) SetRequestResetPassword

func (o *RequestResetPasswordParams) SetRequestResetPassword(requestResetPassword *models.RequestResetPassword)

SetRequestResetPassword adds the requestResetPassword to the request reset password params

func (*RequestResetPasswordParams) SetServerID

func (o *RequestResetPasswordParams) SetServerID(serverID *string)

SetServerID adds the serverId to the request reset password params

func (*RequestResetPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the request reset password params

func (*RequestResetPasswordParams) SetUserID

func (o *RequestResetPasswordParams) SetUserID(userID string)

SetUserID adds the userId to the request reset password params

func (*RequestResetPasswordParams) WithContext

WithContext adds the context to the request reset password params

func (*RequestResetPasswordParams) WithDefaults

WithDefaults hydrates default values in the request reset password params (not the query body).

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

func (*RequestResetPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the request reset password params

func (*RequestResetPasswordParams) WithIPID

WithIPID adds the iPID to the request reset password params

func (*RequestResetPasswordParams) WithRequestResetPassword

func (o *RequestResetPasswordParams) WithRequestResetPassword(requestResetPassword *models.RequestResetPassword) *RequestResetPasswordParams

WithRequestResetPassword adds the requestResetPassword to the request reset password params

func (*RequestResetPasswordParams) WithServerID

func (o *RequestResetPasswordParams) WithServerID(serverID *string) *RequestResetPasswordParams

WithServerID adds the serverID to the request reset password params

func (*RequestResetPasswordParams) WithTimeout

WithTimeout adds the timeout to the request reset password params

func (*RequestResetPasswordParams) WithUserID

WithUserID adds the userID to the request reset password params

func (*RequestResetPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RequestResetPasswordReader

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

RequestResetPasswordReader is a Reader for the RequestResetPassword structure.

func (*RequestResetPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RequestResetPasswordUnauthorized

type RequestResetPasswordUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewRequestResetPasswordUnauthorized

func NewRequestResetPasswordUnauthorized() *RequestResetPasswordUnauthorized

NewRequestResetPasswordUnauthorized creates a RequestResetPasswordUnauthorized with default headers values

func (*RequestResetPasswordUnauthorized) Code

Code gets the status code for the request reset password unauthorized response

func (*RequestResetPasswordUnauthorized) Error

func (*RequestResetPasswordUnauthorized) GetPayload

func (*RequestResetPasswordUnauthorized) IsClientError

func (o *RequestResetPasswordUnauthorized) IsClientError() bool

IsClientError returns true when this request reset password unauthorized response has a 4xx status code

func (*RequestResetPasswordUnauthorized) IsCode

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

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

func (*RequestResetPasswordUnauthorized) IsRedirect

func (o *RequestResetPasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this request reset password unauthorized response has a 3xx status code

func (*RequestResetPasswordUnauthorized) IsServerError

func (o *RequestResetPasswordUnauthorized) IsServerError() bool

IsServerError returns true when this request reset password unauthorized response has a 5xx status code

func (*RequestResetPasswordUnauthorized) IsSuccess

func (o *RequestResetPasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this request reset password unauthorized response has a 2xx status code

func (*RequestResetPasswordUnauthorized) String

type RequestResetPasswordUnprocessableEntity

type RequestResetPasswordUnprocessableEntity struct {
	Payload *models.Error
}

RequestResetPasswordUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewRequestResetPasswordUnprocessableEntity

func NewRequestResetPasswordUnprocessableEntity() *RequestResetPasswordUnprocessableEntity

NewRequestResetPasswordUnprocessableEntity creates a RequestResetPasswordUnprocessableEntity with default headers values

func (*RequestResetPasswordUnprocessableEntity) Code

Code gets the status code for the request reset password unprocessable entity response

func (*RequestResetPasswordUnprocessableEntity) Error

func (*RequestResetPasswordUnprocessableEntity) GetPayload

func (*RequestResetPasswordUnprocessableEntity) IsClientError

func (o *RequestResetPasswordUnprocessableEntity) IsClientError() bool

IsClientError returns true when this request reset password unprocessable entity response has a 4xx status code

func (*RequestResetPasswordUnprocessableEntity) IsCode

IsCode returns true when this request reset password unprocessable entity response a status code equal to that given

func (*RequestResetPasswordUnprocessableEntity) IsRedirect

IsRedirect returns true when this request reset password unprocessable entity response has a 3xx status code

func (*RequestResetPasswordUnprocessableEntity) IsServerError

func (o *RequestResetPasswordUnprocessableEntity) IsServerError() bool

IsServerError returns true when this request reset password unprocessable entity response has a 5xx status code

func (*RequestResetPasswordUnprocessableEntity) IsSuccess

IsSuccess returns true when this request reset password unprocessable entity response has a 2xx status code

func (*RequestResetPasswordUnprocessableEntity) String

type SendActivationMessageBadRequest

type SendActivationMessageBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewSendActivationMessageBadRequest

func NewSendActivationMessageBadRequest() *SendActivationMessageBadRequest

NewSendActivationMessageBadRequest creates a SendActivationMessageBadRequest with default headers values

func (*SendActivationMessageBadRequest) Code

Code gets the status code for the send activation message bad request response

func (*SendActivationMessageBadRequest) Error

func (*SendActivationMessageBadRequest) GetPayload

func (o *SendActivationMessageBadRequest) GetPayload() *models.Error

func (*SendActivationMessageBadRequest) IsClientError

func (o *SendActivationMessageBadRequest) IsClientError() bool

IsClientError returns true when this send activation message bad request response has a 4xx status code

func (*SendActivationMessageBadRequest) IsCode

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

IsCode returns true when this send activation message bad request response a status code equal to that given

func (*SendActivationMessageBadRequest) IsRedirect

func (o *SendActivationMessageBadRequest) IsRedirect() bool

IsRedirect returns true when this send activation message bad request response has a 3xx status code

func (*SendActivationMessageBadRequest) IsServerError

func (o *SendActivationMessageBadRequest) IsServerError() bool

IsServerError returns true when this send activation message bad request response has a 5xx status code

func (*SendActivationMessageBadRequest) IsSuccess

func (o *SendActivationMessageBadRequest) IsSuccess() bool

IsSuccess returns true when this send activation message bad request response has a 2xx status code

func (*SendActivationMessageBadRequest) String

type SendActivationMessageNoContent

type SendActivationMessageNoContent struct {
}

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

Activation message sent

func NewSendActivationMessageNoContent

func NewSendActivationMessageNoContent() *SendActivationMessageNoContent

NewSendActivationMessageNoContent creates a SendActivationMessageNoContent with default headers values

func (*SendActivationMessageNoContent) Code

Code gets the status code for the send activation message no content response

func (*SendActivationMessageNoContent) Error

func (*SendActivationMessageNoContent) IsClientError

func (o *SendActivationMessageNoContent) IsClientError() bool

IsClientError returns true when this send activation message no content response has a 4xx status code

func (*SendActivationMessageNoContent) IsCode

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

IsCode returns true when this send activation message no content response a status code equal to that given

func (*SendActivationMessageNoContent) IsRedirect

func (o *SendActivationMessageNoContent) IsRedirect() bool

IsRedirect returns true when this send activation message no content response has a 3xx status code

func (*SendActivationMessageNoContent) IsServerError

func (o *SendActivationMessageNoContent) IsServerError() bool

IsServerError returns true when this send activation message no content response has a 5xx status code

func (*SendActivationMessageNoContent) IsSuccess

func (o *SendActivationMessageNoContent) IsSuccess() bool

IsSuccess returns true when this send activation message no content response has a 2xx status code

func (*SendActivationMessageNoContent) String

type SendActivationMessageNotFound

type SendActivationMessageNotFound struct {
	Payload *models.Error
}

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

Not found

func NewSendActivationMessageNotFound

func NewSendActivationMessageNotFound() *SendActivationMessageNotFound

NewSendActivationMessageNotFound creates a SendActivationMessageNotFound with default headers values

func (*SendActivationMessageNotFound) Code

Code gets the status code for the send activation message not found response

func (*SendActivationMessageNotFound) Error

func (*SendActivationMessageNotFound) GetPayload

func (o *SendActivationMessageNotFound) GetPayload() *models.Error

func (*SendActivationMessageNotFound) IsClientError

func (o *SendActivationMessageNotFound) IsClientError() bool

IsClientError returns true when this send activation message not found response has a 4xx status code

func (*SendActivationMessageNotFound) IsCode

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

IsCode returns true when this send activation message not found response a status code equal to that given

func (*SendActivationMessageNotFound) IsRedirect

func (o *SendActivationMessageNotFound) IsRedirect() bool

IsRedirect returns true when this send activation message not found response has a 3xx status code

func (*SendActivationMessageNotFound) IsServerError

func (o *SendActivationMessageNotFound) IsServerError() bool

IsServerError returns true when this send activation message not found response has a 5xx status code

func (*SendActivationMessageNotFound) IsSuccess

func (o *SendActivationMessageNotFound) IsSuccess() bool

IsSuccess returns true when this send activation message not found response has a 2xx status code

func (*SendActivationMessageNotFound) String

type SendActivationMessageParams

type SendActivationMessageParams struct {

	// SendActivationMessage.
	SendActivationMessage *models.RequestActivation

	/* CodeTypeInMessage.

	   Code type in message

	   Default: "link"
	*/
	CodeTypeInMessage *string

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	/* ServerID.

	     optional server's identifier (used for themes etc.)
	ServerID
	*/
	ServerID *string

	// UserID.
	UserID string

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

SendActivationMessageParams contains all the parameters to send to the API endpoint

for the send activation message operation.

Typically these are written to a http.Request.

func NewSendActivationMessageParams

func NewSendActivationMessageParams() *SendActivationMessageParams

NewSendActivationMessageParams creates a new SendActivationMessageParams 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 NewSendActivationMessageParamsWithContext

func NewSendActivationMessageParamsWithContext(ctx context.Context) *SendActivationMessageParams

NewSendActivationMessageParamsWithContext creates a new SendActivationMessageParams object with the ability to set a context for a request.

func NewSendActivationMessageParamsWithHTTPClient

func NewSendActivationMessageParamsWithHTTPClient(client *http.Client) *SendActivationMessageParams

NewSendActivationMessageParamsWithHTTPClient creates a new SendActivationMessageParams object with the ability to set a custom HTTPClient for a request.

func NewSendActivationMessageParamsWithTimeout

func NewSendActivationMessageParamsWithTimeout(timeout time.Duration) *SendActivationMessageParams

NewSendActivationMessageParamsWithTimeout creates a new SendActivationMessageParams object with the ability to set a timeout on a request.

func (*SendActivationMessageParams) SetCodeTypeInMessage

func (o *SendActivationMessageParams) SetCodeTypeInMessage(codeTypeInMessage *string)

SetCodeTypeInMessage adds the codeTypeInMessage to the send activation message params

func (*SendActivationMessageParams) SetContext

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

SetContext adds the context to the send activation message params

func (*SendActivationMessageParams) SetDefaults

func (o *SendActivationMessageParams) SetDefaults()

SetDefaults hydrates default values in the send activation message params (not the query body).

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

func (*SendActivationMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the send activation message params

func (*SendActivationMessageParams) SetIPID

func (o *SendActivationMessageParams) SetIPID(iPID string)

SetIPID adds the ipId to the send activation message params

func (*SendActivationMessageParams) SetIfMatch

func (o *SendActivationMessageParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the send activation message params

func (*SendActivationMessageParams) SetSendActivationMessage

func (o *SendActivationMessageParams) SetSendActivationMessage(sendActivationMessage *models.RequestActivation)

SetSendActivationMessage adds the sendActivationMessage to the send activation message params

func (*SendActivationMessageParams) SetServerID

func (o *SendActivationMessageParams) SetServerID(serverID *string)

SetServerID adds the serverId to the send activation message params

func (*SendActivationMessageParams) SetTimeout

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

SetTimeout adds the timeout to the send activation message params

func (*SendActivationMessageParams) SetUserID

func (o *SendActivationMessageParams) SetUserID(userID string)

SetUserID adds the userId to the send activation message params

func (*SendActivationMessageParams) WithCodeTypeInMessage

func (o *SendActivationMessageParams) WithCodeTypeInMessage(codeTypeInMessage *string) *SendActivationMessageParams

WithCodeTypeInMessage adds the codeTypeInMessage to the send activation message params

func (*SendActivationMessageParams) WithContext

WithContext adds the context to the send activation message params

func (*SendActivationMessageParams) WithDefaults

WithDefaults hydrates default values in the send activation message params (not the query body).

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

func (*SendActivationMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the send activation message params

func (*SendActivationMessageParams) WithIPID

WithIPID adds the iPID to the send activation message params

func (*SendActivationMessageParams) WithIfMatch

WithIfMatch adds the ifMatch to the send activation message params

func (*SendActivationMessageParams) WithSendActivationMessage

func (o *SendActivationMessageParams) WithSendActivationMessage(sendActivationMessage *models.RequestActivation) *SendActivationMessageParams

WithSendActivationMessage adds the sendActivationMessage to the send activation message params

func (*SendActivationMessageParams) WithServerID

WithServerID adds the serverID to the send activation message params

func (*SendActivationMessageParams) WithTimeout

WithTimeout adds the timeout to the send activation message params

func (*SendActivationMessageParams) WithUserID

WithUserID adds the userID to the send activation message params

func (*SendActivationMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendActivationMessageReader

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

SendActivationMessageReader is a Reader for the SendActivationMessage structure.

func (*SendActivationMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendActivationMessageTooManyRequests

type SendActivationMessageTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewSendActivationMessageTooManyRequests

func NewSendActivationMessageTooManyRequests() *SendActivationMessageTooManyRequests

NewSendActivationMessageTooManyRequests creates a SendActivationMessageTooManyRequests with default headers values

func (*SendActivationMessageTooManyRequests) Code

Code gets the status code for the send activation message too many requests response

func (*SendActivationMessageTooManyRequests) Error

func (*SendActivationMessageTooManyRequests) GetPayload

func (*SendActivationMessageTooManyRequests) IsClientError

func (o *SendActivationMessageTooManyRequests) IsClientError() bool

IsClientError returns true when this send activation message too many requests response has a 4xx status code

func (*SendActivationMessageTooManyRequests) IsCode

IsCode returns true when this send activation message too many requests response a status code equal to that given

func (*SendActivationMessageTooManyRequests) IsRedirect

IsRedirect returns true when this send activation message too many requests response has a 3xx status code

func (*SendActivationMessageTooManyRequests) IsServerError

func (o *SendActivationMessageTooManyRequests) IsServerError() bool

IsServerError returns true when this send activation message too many requests response has a 5xx status code

func (*SendActivationMessageTooManyRequests) IsSuccess

IsSuccess returns true when this send activation message too many requests response has a 2xx status code

func (*SendActivationMessageTooManyRequests) String

type SendActivationMessageUnauthorized

type SendActivationMessageUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewSendActivationMessageUnauthorized

func NewSendActivationMessageUnauthorized() *SendActivationMessageUnauthorized

NewSendActivationMessageUnauthorized creates a SendActivationMessageUnauthorized with default headers values

func (*SendActivationMessageUnauthorized) Code

Code gets the status code for the send activation message unauthorized response

func (*SendActivationMessageUnauthorized) Error

func (*SendActivationMessageUnauthorized) GetPayload

func (*SendActivationMessageUnauthorized) IsClientError

func (o *SendActivationMessageUnauthorized) IsClientError() bool

IsClientError returns true when this send activation message unauthorized response has a 4xx status code

func (*SendActivationMessageUnauthorized) IsCode

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

IsCode returns true when this send activation message unauthorized response a status code equal to that given

func (*SendActivationMessageUnauthorized) IsRedirect

func (o *SendActivationMessageUnauthorized) IsRedirect() bool

IsRedirect returns true when this send activation message unauthorized response has a 3xx status code

func (*SendActivationMessageUnauthorized) IsServerError

func (o *SendActivationMessageUnauthorized) IsServerError() bool

IsServerError returns true when this send activation message unauthorized response has a 5xx status code

func (*SendActivationMessageUnauthorized) IsSuccess

func (o *SendActivationMessageUnauthorized) IsSuccess() bool

IsSuccess returns true when this send activation message unauthorized response has a 2xx status code

func (*SendActivationMessageUnauthorized) String

type SendActivationMessageUnprocessableEntity

type SendActivationMessageUnprocessableEntity struct {
	Payload *models.Error
}

SendActivationMessageUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSendActivationMessageUnprocessableEntity

func NewSendActivationMessageUnprocessableEntity() *SendActivationMessageUnprocessableEntity

NewSendActivationMessageUnprocessableEntity creates a SendActivationMessageUnprocessableEntity with default headers values

func (*SendActivationMessageUnprocessableEntity) Code

Code gets the status code for the send activation message unprocessable entity response

func (*SendActivationMessageUnprocessableEntity) Error

func (*SendActivationMessageUnprocessableEntity) GetPayload

func (*SendActivationMessageUnprocessableEntity) IsClientError

IsClientError returns true when this send activation message unprocessable entity response has a 4xx status code

func (*SendActivationMessageUnprocessableEntity) IsCode

IsCode returns true when this send activation message unprocessable entity response a status code equal to that given

func (*SendActivationMessageUnprocessableEntity) IsRedirect

IsRedirect returns true when this send activation message unprocessable entity response has a 3xx status code

func (*SendActivationMessageUnprocessableEntity) IsServerError

IsServerError returns true when this send activation message unprocessable entity response has a 5xx status code

func (*SendActivationMessageUnprocessableEntity) IsSuccess

IsSuccess returns true when this send activation message unprocessable entity response has a 2xx status code

func (*SendActivationMessageUnprocessableEntity) String

type SetPasswordStateBadRequest

type SetPasswordStateBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewSetPasswordStateBadRequest

func NewSetPasswordStateBadRequest() *SetPasswordStateBadRequest

NewSetPasswordStateBadRequest creates a SetPasswordStateBadRequest with default headers values

func (*SetPasswordStateBadRequest) Code

func (o *SetPasswordStateBadRequest) Code() int

Code gets the status code for the set password state bad request response

func (*SetPasswordStateBadRequest) Error

func (*SetPasswordStateBadRequest) GetPayload

func (o *SetPasswordStateBadRequest) GetPayload() *models.Error

func (*SetPasswordStateBadRequest) IsClientError

func (o *SetPasswordStateBadRequest) IsClientError() bool

IsClientError returns true when this set password state bad request response has a 4xx status code

func (*SetPasswordStateBadRequest) IsCode

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

IsCode returns true when this set password state bad request response a status code equal to that given

func (*SetPasswordStateBadRequest) IsRedirect

func (o *SetPasswordStateBadRequest) IsRedirect() bool

IsRedirect returns true when this set password state bad request response has a 3xx status code

func (*SetPasswordStateBadRequest) IsServerError

func (o *SetPasswordStateBadRequest) IsServerError() bool

IsServerError returns true when this set password state bad request response has a 5xx status code

func (*SetPasswordStateBadRequest) IsSuccess

func (o *SetPasswordStateBadRequest) IsSuccess() bool

IsSuccess returns true when this set password state bad request response has a 2xx status code

func (*SetPasswordStateBadRequest) String

func (o *SetPasswordStateBadRequest) String() string

type SetPasswordStateNoContent

type SetPasswordStateNoContent struct {
}

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

State set

func NewSetPasswordStateNoContent

func NewSetPasswordStateNoContent() *SetPasswordStateNoContent

NewSetPasswordStateNoContent creates a SetPasswordStateNoContent with default headers values

func (*SetPasswordStateNoContent) Code

func (o *SetPasswordStateNoContent) Code() int

Code gets the status code for the set password state no content response

func (*SetPasswordStateNoContent) Error

func (o *SetPasswordStateNoContent) Error() string

func (*SetPasswordStateNoContent) IsClientError

func (o *SetPasswordStateNoContent) IsClientError() bool

IsClientError returns true when this set password state no content response has a 4xx status code

func (*SetPasswordStateNoContent) IsCode

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

IsCode returns true when this set password state no content response a status code equal to that given

func (*SetPasswordStateNoContent) IsRedirect

func (o *SetPasswordStateNoContent) IsRedirect() bool

IsRedirect returns true when this set password state no content response has a 3xx status code

func (*SetPasswordStateNoContent) IsServerError

func (o *SetPasswordStateNoContent) IsServerError() bool

IsServerError returns true when this set password state no content response has a 5xx status code

func (*SetPasswordStateNoContent) IsSuccess

func (o *SetPasswordStateNoContent) IsSuccess() bool

IsSuccess returns true when this set password state no content response has a 2xx status code

func (*SetPasswordStateNoContent) String

func (o *SetPasswordStateNoContent) String() string

type SetPasswordStateNotFound

type SetPasswordStateNotFound struct {
	Payload *models.Error
}

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

Not found

func NewSetPasswordStateNotFound

func NewSetPasswordStateNotFound() *SetPasswordStateNotFound

NewSetPasswordStateNotFound creates a SetPasswordStateNotFound with default headers values

func (*SetPasswordStateNotFound) Code

func (o *SetPasswordStateNotFound) Code() int

Code gets the status code for the set password state not found response

func (*SetPasswordStateNotFound) Error

func (o *SetPasswordStateNotFound) Error() string

func (*SetPasswordStateNotFound) GetPayload

func (o *SetPasswordStateNotFound) GetPayload() *models.Error

func (*SetPasswordStateNotFound) IsClientError

func (o *SetPasswordStateNotFound) IsClientError() bool

IsClientError returns true when this set password state not found response has a 4xx status code

func (*SetPasswordStateNotFound) IsCode

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

IsCode returns true when this set password state not found response a status code equal to that given

func (*SetPasswordStateNotFound) IsRedirect

func (o *SetPasswordStateNotFound) IsRedirect() bool

IsRedirect returns true when this set password state not found response has a 3xx status code

func (*SetPasswordStateNotFound) IsServerError

func (o *SetPasswordStateNotFound) IsServerError() bool

IsServerError returns true when this set password state not found response has a 5xx status code

func (*SetPasswordStateNotFound) IsSuccess

func (o *SetPasswordStateNotFound) IsSuccess() bool

IsSuccess returns true when this set password state not found response has a 2xx status code

func (*SetPasswordStateNotFound) String

func (o *SetPasswordStateNotFound) String() string

type SetPasswordStateParams

type SetPasswordStateParams struct {

	// State.
	State *models.SetPasswordStateRequest

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SetPasswordStateParams contains all the parameters to send to the API endpoint

for the set password state operation.

Typically these are written to a http.Request.

func NewSetPasswordStateParams

func NewSetPasswordStateParams() *SetPasswordStateParams

NewSetPasswordStateParams creates a new SetPasswordStateParams 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 NewSetPasswordStateParamsWithContext

func NewSetPasswordStateParamsWithContext(ctx context.Context) *SetPasswordStateParams

NewSetPasswordStateParamsWithContext creates a new SetPasswordStateParams object with the ability to set a context for a request.

func NewSetPasswordStateParamsWithHTTPClient

func NewSetPasswordStateParamsWithHTTPClient(client *http.Client) *SetPasswordStateParams

NewSetPasswordStateParamsWithHTTPClient creates a new SetPasswordStateParams object with the ability to set a custom HTTPClient for a request.

func NewSetPasswordStateParamsWithTimeout

func NewSetPasswordStateParamsWithTimeout(timeout time.Duration) *SetPasswordStateParams

NewSetPasswordStateParamsWithTimeout creates a new SetPasswordStateParams object with the ability to set a timeout on a request.

func (*SetPasswordStateParams) SetContext

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

SetContext adds the context to the set password state params

func (*SetPasswordStateParams) SetDefaults

func (o *SetPasswordStateParams) SetDefaults()

SetDefaults hydrates default values in the set password state params (not the query body).

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

func (*SetPasswordStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set password state params

func (*SetPasswordStateParams) SetIPID

func (o *SetPasswordStateParams) SetIPID(iPID string)

SetIPID adds the ipId to the set password state params

func (*SetPasswordStateParams) SetState

SetState adds the state to the set password state params

func (*SetPasswordStateParams) SetTimeout

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

SetTimeout adds the timeout to the set password state params

func (*SetPasswordStateParams) SetUserID

func (o *SetPasswordStateParams) SetUserID(userID string)

SetUserID adds the userId to the set password state params

func (*SetPasswordStateParams) WithContext

WithContext adds the context to the set password state params

func (*SetPasswordStateParams) WithDefaults

WithDefaults hydrates default values in the set password state params (not the query body).

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

func (*SetPasswordStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set password state params

func (*SetPasswordStateParams) WithIPID

WithIPID adds the iPID to the set password state params

func (*SetPasswordStateParams) WithState

WithState adds the state to the set password state params

func (*SetPasswordStateParams) WithTimeout

WithTimeout adds the timeout to the set password state params

func (*SetPasswordStateParams) WithUserID

func (o *SetPasswordStateParams) WithUserID(userID string) *SetPasswordStateParams

WithUserID adds the userID to the set password state params

func (*SetPasswordStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetPasswordStateReader

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

SetPasswordStateReader is a Reader for the SetPasswordState structure.

func (*SetPasswordStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetPasswordStateUnauthorized

type SetPasswordStateUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewSetPasswordStateUnauthorized

func NewSetPasswordStateUnauthorized() *SetPasswordStateUnauthorized

NewSetPasswordStateUnauthorized creates a SetPasswordStateUnauthorized with default headers values

func (*SetPasswordStateUnauthorized) Code

Code gets the status code for the set password state unauthorized response

func (*SetPasswordStateUnauthorized) Error

func (*SetPasswordStateUnauthorized) GetPayload

func (o *SetPasswordStateUnauthorized) GetPayload() *models.Error

func (*SetPasswordStateUnauthorized) IsClientError

func (o *SetPasswordStateUnauthorized) IsClientError() bool

IsClientError returns true when this set password state unauthorized response has a 4xx status code

func (*SetPasswordStateUnauthorized) IsCode

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

IsCode returns true when this set password state unauthorized response a status code equal to that given

func (*SetPasswordStateUnauthorized) IsRedirect

func (o *SetPasswordStateUnauthorized) IsRedirect() bool

IsRedirect returns true when this set password state unauthorized response has a 3xx status code

func (*SetPasswordStateUnauthorized) IsServerError

func (o *SetPasswordStateUnauthorized) IsServerError() bool

IsServerError returns true when this set password state unauthorized response has a 5xx status code

func (*SetPasswordStateUnauthorized) IsSuccess

func (o *SetPasswordStateUnauthorized) IsSuccess() bool

IsSuccess returns true when this set password state unauthorized response has a 2xx status code

func (*SetPasswordStateUnauthorized) String

type SetPasswordStateUnprocessableEntity

type SetPasswordStateUnprocessableEntity struct {
	Payload *models.Error
}

SetPasswordStateUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSetPasswordStateUnprocessableEntity

func NewSetPasswordStateUnprocessableEntity() *SetPasswordStateUnprocessableEntity

NewSetPasswordStateUnprocessableEntity creates a SetPasswordStateUnprocessableEntity with default headers values

func (*SetPasswordStateUnprocessableEntity) Code

Code gets the status code for the set password state unprocessable entity response

func (*SetPasswordStateUnprocessableEntity) Error

func (*SetPasswordStateUnprocessableEntity) GetPayload

func (*SetPasswordStateUnprocessableEntity) IsClientError

func (o *SetPasswordStateUnprocessableEntity) IsClientError() bool

IsClientError returns true when this set password state unprocessable entity response has a 4xx status code

func (*SetPasswordStateUnprocessableEntity) IsCode

IsCode returns true when this set password state unprocessable entity response a status code equal to that given

func (*SetPasswordStateUnprocessableEntity) IsRedirect

func (o *SetPasswordStateUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this set password state unprocessable entity response has a 3xx status code

func (*SetPasswordStateUnprocessableEntity) IsServerError

func (o *SetPasswordStateUnprocessableEntity) IsServerError() bool

IsServerError returns true when this set password state unprocessable entity response has a 5xx status code

func (*SetPasswordStateUnprocessableEntity) IsSuccess

IsSuccess returns true when this set password state unprocessable entity response has a 2xx status code

func (*SetPasswordStateUnprocessableEntity) String

type UpdateUserBadRequest

type UpdateUserBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewUpdateUserBadRequest

func NewUpdateUserBadRequest() *UpdateUserBadRequest

NewUpdateUserBadRequest creates a UpdateUserBadRequest with default headers values

func (*UpdateUserBadRequest) Code

func (o *UpdateUserBadRequest) Code() int

Code gets the status code for the update user bad request response

func (*UpdateUserBadRequest) Error

func (o *UpdateUserBadRequest) Error() string

func (*UpdateUserBadRequest) GetPayload

func (o *UpdateUserBadRequest) GetPayload() *models.Error

func (*UpdateUserBadRequest) IsClientError

func (o *UpdateUserBadRequest) IsClientError() bool

IsClientError returns true when this update user bad request response has a 4xx status code

func (*UpdateUserBadRequest) IsCode

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

IsCode returns true when this update user bad request response a status code equal to that given

func (*UpdateUserBadRequest) IsRedirect

func (o *UpdateUserBadRequest) IsRedirect() bool

IsRedirect returns true when this update user bad request response has a 3xx status code

func (*UpdateUserBadRequest) IsServerError

func (o *UpdateUserBadRequest) IsServerError() bool

IsServerError returns true when this update user bad request response has a 5xx status code

func (*UpdateUserBadRequest) IsSuccess

func (o *UpdateUserBadRequest) IsSuccess() bool

IsSuccess returns true when this update user bad request response has a 2xx status code

func (*UpdateUserBadRequest) String

func (o *UpdateUserBadRequest) String() string

type UpdateUserConflict

type UpdateUserConflict struct {
	Payload *models.Error
}

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

Conflict

func NewUpdateUserConflict

func NewUpdateUserConflict() *UpdateUserConflict

NewUpdateUserConflict creates a UpdateUserConflict with default headers values

func (*UpdateUserConflict) Code

func (o *UpdateUserConflict) Code() int

Code gets the status code for the update user conflict response

func (*UpdateUserConflict) Error

func (o *UpdateUserConflict) Error() string

func (*UpdateUserConflict) GetPayload

func (o *UpdateUserConflict) GetPayload() *models.Error

func (*UpdateUserConflict) IsClientError

func (o *UpdateUserConflict) IsClientError() bool

IsClientError returns true when this update user conflict response has a 4xx status code

func (*UpdateUserConflict) IsCode

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

IsCode returns true when this update user conflict response a status code equal to that given

func (*UpdateUserConflict) IsRedirect

func (o *UpdateUserConflict) IsRedirect() bool

IsRedirect returns true when this update user conflict response has a 3xx status code

func (*UpdateUserConflict) IsServerError

func (o *UpdateUserConflict) IsServerError() bool

IsServerError returns true when this update user conflict response has a 5xx status code

func (*UpdateUserConflict) IsSuccess

func (o *UpdateUserConflict) IsSuccess() bool

IsSuccess returns true when this update user conflict response has a 2xx status code

func (*UpdateUserConflict) String

func (o *UpdateUserConflict) String() string

type UpdateUserForbidden

type UpdateUserForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewUpdateUserForbidden

func NewUpdateUserForbidden() *UpdateUserForbidden

NewUpdateUserForbidden creates a UpdateUserForbidden with default headers values

func (*UpdateUserForbidden) Code

func (o *UpdateUserForbidden) Code() int

Code gets the status code for the update user forbidden response

func (*UpdateUserForbidden) Error

func (o *UpdateUserForbidden) Error() string

func (*UpdateUserForbidden) GetPayload

func (o *UpdateUserForbidden) GetPayload() *models.Error

func (*UpdateUserForbidden) IsClientError

func (o *UpdateUserForbidden) IsClientError() bool

IsClientError returns true when this update user forbidden response has a 4xx status code

func (*UpdateUserForbidden) IsCode

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

IsCode returns true when this update user forbidden response a status code equal to that given

func (*UpdateUserForbidden) IsRedirect

func (o *UpdateUserForbidden) IsRedirect() bool

IsRedirect returns true when this update user forbidden response has a 3xx status code

func (*UpdateUserForbidden) IsServerError

func (o *UpdateUserForbidden) IsServerError() bool

IsServerError returns true when this update user forbidden response has a 5xx status code

func (*UpdateUserForbidden) IsSuccess

func (o *UpdateUserForbidden) IsSuccess() bool

IsSuccess returns true when this update user forbidden response has a 2xx status code

func (*UpdateUserForbidden) String

func (o *UpdateUserForbidden) String() string

type UpdateUserNotFound

type UpdateUserNotFound struct {
	Payload *models.Error
}

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

Not found

func NewUpdateUserNotFound

func NewUpdateUserNotFound() *UpdateUserNotFound

NewUpdateUserNotFound creates a UpdateUserNotFound with default headers values

func (*UpdateUserNotFound) Code

func (o *UpdateUserNotFound) Code() int

Code gets the status code for the update user not found response

func (*UpdateUserNotFound) Error

func (o *UpdateUserNotFound) Error() string

func (*UpdateUserNotFound) GetPayload

func (o *UpdateUserNotFound) GetPayload() *models.Error

func (*UpdateUserNotFound) IsClientError

func (o *UpdateUserNotFound) IsClientError() bool

IsClientError returns true when this update user not found response has a 4xx status code

func (*UpdateUserNotFound) IsCode

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

IsCode returns true when this update user not found response a status code equal to that given

func (*UpdateUserNotFound) IsRedirect

func (o *UpdateUserNotFound) IsRedirect() bool

IsRedirect returns true when this update user not found response has a 3xx status code

func (*UpdateUserNotFound) IsServerError

func (o *UpdateUserNotFound) IsServerError() bool

IsServerError returns true when this update user not found response has a 5xx status code

func (*UpdateUserNotFound) IsSuccess

func (o *UpdateUserNotFound) IsSuccess() bool

IsSuccess returns true when this update user not found response has a 2xx status code

func (*UpdateUserNotFound) String

func (o *UpdateUserNotFound) String() string

type UpdateUserOK

type UpdateUserOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

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

User

func NewUpdateUserOK

func NewUpdateUserOK() *UpdateUserOK

NewUpdateUserOK creates a UpdateUserOK with default headers values

func (*UpdateUserOK) Code

func (o *UpdateUserOK) Code() int

Code gets the status code for the update user o k response

func (*UpdateUserOK) Error

func (o *UpdateUserOK) Error() string

func (*UpdateUserOK) GetPayload

func (o *UpdateUserOK) GetPayload() *models.UserWithData

func (*UpdateUserOK) IsClientError

func (o *UpdateUserOK) IsClientError() bool

IsClientError returns true when this update user o k response has a 4xx status code

func (*UpdateUserOK) IsCode

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

IsCode returns true when this update user o k response a status code equal to that given

func (*UpdateUserOK) IsRedirect

func (o *UpdateUserOK) IsRedirect() bool

IsRedirect returns true when this update user o k response has a 3xx status code

func (*UpdateUserOK) IsServerError

func (o *UpdateUserOK) IsServerError() bool

IsServerError returns true when this update user o k response has a 5xx status code

func (*UpdateUserOK) IsSuccess

func (o *UpdateUserOK) IsSuccess() bool

IsSuccess returns true when this update user o k response has a 2xx status code

func (*UpdateUserOK) String

func (o *UpdateUserOK) String() string

type UpdateUserParams

type UpdateUserParams struct {

	// UpdateUser.
	UpdateUser *models.UpdateUser

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

UpdateUserParams contains all the parameters to send to the API endpoint

for the update user operation.

Typically these are written to a http.Request.

func NewUpdateUserParams

func NewUpdateUserParams() *UpdateUserParams

NewUpdateUserParams creates a new UpdateUserParams 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 NewUpdateUserParamsWithContext

func NewUpdateUserParamsWithContext(ctx context.Context) *UpdateUserParams

NewUpdateUserParamsWithContext creates a new UpdateUserParams object with the ability to set a context for a request.

func NewUpdateUserParamsWithHTTPClient

func NewUpdateUserParamsWithHTTPClient(client *http.Client) *UpdateUserParams

NewUpdateUserParamsWithHTTPClient creates a new UpdateUserParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserParamsWithTimeout

func NewUpdateUserParamsWithTimeout(timeout time.Duration) *UpdateUserParams

NewUpdateUserParamsWithTimeout creates a new UpdateUserParams object with the ability to set a timeout on a request.

func (*UpdateUserParams) SetContext

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

SetContext adds the context to the update user params

func (*UpdateUserParams) SetDefaults

func (o *UpdateUserParams) SetDefaults()

SetDefaults hydrates default values in the update user params (not the query body).

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

func (*UpdateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user params

func (*UpdateUserParams) SetIPID

func (o *UpdateUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the update user params

func (*UpdateUserParams) SetIfMatch

func (o *UpdateUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the update user params

func (*UpdateUserParams) SetTimeout

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

SetTimeout adds the timeout to the update user params

func (*UpdateUserParams) SetUpdateUser

func (o *UpdateUserParams) SetUpdateUser(updateUser *models.UpdateUser)

SetUpdateUser adds the updateUser to the update user params

func (*UpdateUserParams) SetUserID

func (o *UpdateUserParams) SetUserID(userID string)

SetUserID adds the userId to the update user params

func (*UpdateUserParams) WithContext

func (o *UpdateUserParams) WithContext(ctx context.Context) *UpdateUserParams

WithContext adds the context to the update user params

func (*UpdateUserParams) WithDefaults

func (o *UpdateUserParams) WithDefaults() *UpdateUserParams

WithDefaults hydrates default values in the update user params (not the query body).

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

func (*UpdateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update user params

func (*UpdateUserParams) WithIPID

func (o *UpdateUserParams) WithIPID(iPID string) *UpdateUserParams

WithIPID adds the iPID to the update user params

func (*UpdateUserParams) WithIfMatch

func (o *UpdateUserParams) WithIfMatch(ifMatch *string) *UpdateUserParams

WithIfMatch adds the ifMatch to the update user params

func (*UpdateUserParams) WithTimeout

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

WithTimeout adds the timeout to the update user params

func (*UpdateUserParams) WithUpdateUser

func (o *UpdateUserParams) WithUpdateUser(updateUser *models.UpdateUser) *UpdateUserParams

WithUpdateUser adds the updateUser to the update user params

func (*UpdateUserParams) WithUserID

func (o *UpdateUserParams) WithUserID(userID string) *UpdateUserParams

WithUserID adds the userID to the update user params

func (*UpdateUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUserReader

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

UpdateUserReader is a Reader for the UpdateUser structure.

func (*UpdateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserTooManyRequests

type UpdateUserTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewUpdateUserTooManyRequests

func NewUpdateUserTooManyRequests() *UpdateUserTooManyRequests

NewUpdateUserTooManyRequests creates a UpdateUserTooManyRequests with default headers values

func (*UpdateUserTooManyRequests) Code

func (o *UpdateUserTooManyRequests) Code() int

Code gets the status code for the update user too many requests response

func (*UpdateUserTooManyRequests) Error

func (o *UpdateUserTooManyRequests) Error() string

func (*UpdateUserTooManyRequests) GetPayload

func (o *UpdateUserTooManyRequests) GetPayload() *models.Error

func (*UpdateUserTooManyRequests) IsClientError

func (o *UpdateUserTooManyRequests) IsClientError() bool

IsClientError returns true when this update user too many requests response has a 4xx status code

func (*UpdateUserTooManyRequests) IsCode

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

IsCode returns true when this update user too many requests response a status code equal to that given

func (*UpdateUserTooManyRequests) IsRedirect

func (o *UpdateUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this update user too many requests response has a 3xx status code

func (*UpdateUserTooManyRequests) IsServerError

func (o *UpdateUserTooManyRequests) IsServerError() bool

IsServerError returns true when this update user too many requests response has a 5xx status code

func (*UpdateUserTooManyRequests) IsSuccess

func (o *UpdateUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this update user too many requests response has a 2xx status code

func (*UpdateUserTooManyRequests) String

func (o *UpdateUserTooManyRequests) String() string

type UpdateUserUnauthorized

type UpdateUserUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewUpdateUserUnauthorized

func NewUpdateUserUnauthorized() *UpdateUserUnauthorized

NewUpdateUserUnauthorized creates a UpdateUserUnauthorized with default headers values

func (*UpdateUserUnauthorized) Code

func (o *UpdateUserUnauthorized) Code() int

Code gets the status code for the update user unauthorized response

func (*UpdateUserUnauthorized) Error

func (o *UpdateUserUnauthorized) Error() string

func (*UpdateUserUnauthorized) GetPayload

func (o *UpdateUserUnauthorized) GetPayload() *models.Error

func (*UpdateUserUnauthorized) IsClientError

func (o *UpdateUserUnauthorized) IsClientError() bool

IsClientError returns true when this update user unauthorized response has a 4xx status code

func (*UpdateUserUnauthorized) IsCode

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

IsCode returns true when this update user unauthorized response a status code equal to that given

func (*UpdateUserUnauthorized) IsRedirect

func (o *UpdateUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this update user unauthorized response has a 3xx status code

func (*UpdateUserUnauthorized) IsServerError

func (o *UpdateUserUnauthorized) IsServerError() bool

IsServerError returns true when this update user unauthorized response has a 5xx status code

func (*UpdateUserUnauthorized) IsSuccess

func (o *UpdateUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this update user unauthorized response has a 2xx status code

func (*UpdateUserUnauthorized) String

func (o *UpdateUserUnauthorized) String() string

type UpdateUserUnprocessableEntity

type UpdateUserUnprocessableEntity struct {
	Payload *models.Error
}

UpdateUserUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewUpdateUserUnprocessableEntity

func NewUpdateUserUnprocessableEntity() *UpdateUserUnprocessableEntity

NewUpdateUserUnprocessableEntity creates a UpdateUserUnprocessableEntity with default headers values

func (*UpdateUserUnprocessableEntity) Code

Code gets the status code for the update user unprocessable entity response

func (*UpdateUserUnprocessableEntity) Error

func (*UpdateUserUnprocessableEntity) GetPayload

func (o *UpdateUserUnprocessableEntity) GetPayload() *models.Error

func (*UpdateUserUnprocessableEntity) IsClientError

func (o *UpdateUserUnprocessableEntity) IsClientError() bool

IsClientError returns true when this update user unprocessable entity response has a 4xx status code

func (*UpdateUserUnprocessableEntity) IsCode

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

IsCode returns true when this update user unprocessable entity response a status code equal to that given

func (*UpdateUserUnprocessableEntity) IsRedirect

func (o *UpdateUserUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this update user unprocessable entity response has a 3xx status code

func (*UpdateUserUnprocessableEntity) IsServerError

func (o *UpdateUserUnprocessableEntity) IsServerError() bool

IsServerError returns true when this update user unprocessable entity response has a 5xx status code

func (*UpdateUserUnprocessableEntity) IsSuccess

func (o *UpdateUserUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this update user unprocessable entity response has a 2xx status code

func (*UpdateUserUnprocessableEntity) String

type UpdateUserVerifiableAddressConflict

type UpdateUserVerifiableAddressConflict struct {
	Payload *models.Error
}

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

Conflict

func NewUpdateUserVerifiableAddressConflict

func NewUpdateUserVerifiableAddressConflict() *UpdateUserVerifiableAddressConflict

NewUpdateUserVerifiableAddressConflict creates a UpdateUserVerifiableAddressConflict with default headers values

func (*UpdateUserVerifiableAddressConflict) Code

Code gets the status code for the update user verifiable address conflict response

func (*UpdateUserVerifiableAddressConflict) Error

func (*UpdateUserVerifiableAddressConflict) GetPayload

func (*UpdateUserVerifiableAddressConflict) IsClientError

func (o *UpdateUserVerifiableAddressConflict) IsClientError() bool

IsClientError returns true when this update user verifiable address conflict response has a 4xx status code

func (*UpdateUserVerifiableAddressConflict) IsCode

IsCode returns true when this update user verifiable address conflict response a status code equal to that given

func (*UpdateUserVerifiableAddressConflict) IsRedirect

func (o *UpdateUserVerifiableAddressConflict) IsRedirect() bool

IsRedirect returns true when this update user verifiable address conflict response has a 3xx status code

func (*UpdateUserVerifiableAddressConflict) IsServerError

func (o *UpdateUserVerifiableAddressConflict) IsServerError() bool

IsServerError returns true when this update user verifiable address conflict response has a 5xx status code

func (*UpdateUserVerifiableAddressConflict) IsSuccess

IsSuccess returns true when this update user verifiable address conflict response has a 2xx status code

func (*UpdateUserVerifiableAddressConflict) String

type UpdateUserVerifiableAddressForbidden

type UpdateUserVerifiableAddressForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewUpdateUserVerifiableAddressForbidden

func NewUpdateUserVerifiableAddressForbidden() *UpdateUserVerifiableAddressForbidden

NewUpdateUserVerifiableAddressForbidden creates a UpdateUserVerifiableAddressForbidden with default headers values

func (*UpdateUserVerifiableAddressForbidden) Code

Code gets the status code for the update user verifiable address forbidden response

func (*UpdateUserVerifiableAddressForbidden) Error

func (*UpdateUserVerifiableAddressForbidden) GetPayload

func (*UpdateUserVerifiableAddressForbidden) IsClientError

func (o *UpdateUserVerifiableAddressForbidden) IsClientError() bool

IsClientError returns true when this update user verifiable address forbidden response has a 4xx status code

func (*UpdateUserVerifiableAddressForbidden) IsCode

IsCode returns true when this update user verifiable address forbidden response a status code equal to that given

func (*UpdateUserVerifiableAddressForbidden) IsRedirect

IsRedirect returns true when this update user verifiable address forbidden response has a 3xx status code

func (*UpdateUserVerifiableAddressForbidden) IsServerError

func (o *UpdateUserVerifiableAddressForbidden) IsServerError() bool

IsServerError returns true when this update user verifiable address forbidden response has a 5xx status code

func (*UpdateUserVerifiableAddressForbidden) IsSuccess

IsSuccess returns true when this update user verifiable address forbidden response has a 2xx status code

func (*UpdateUserVerifiableAddressForbidden) String

type UpdateUserVerifiableAddressNotFound

type UpdateUserVerifiableAddressNotFound struct {
	Payload *models.Error
}

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

Not found

func NewUpdateUserVerifiableAddressNotFound

func NewUpdateUserVerifiableAddressNotFound() *UpdateUserVerifiableAddressNotFound

NewUpdateUserVerifiableAddressNotFound creates a UpdateUserVerifiableAddressNotFound with default headers values

func (*UpdateUserVerifiableAddressNotFound) Code

Code gets the status code for the update user verifiable address not found response

func (*UpdateUserVerifiableAddressNotFound) Error

func (*UpdateUserVerifiableAddressNotFound) GetPayload

func (*UpdateUserVerifiableAddressNotFound) IsClientError

func (o *UpdateUserVerifiableAddressNotFound) IsClientError() bool

IsClientError returns true when this update user verifiable address not found response has a 4xx status code

func (*UpdateUserVerifiableAddressNotFound) IsCode

IsCode returns true when this update user verifiable address not found response a status code equal to that given

func (*UpdateUserVerifiableAddressNotFound) IsRedirect

func (o *UpdateUserVerifiableAddressNotFound) IsRedirect() bool

IsRedirect returns true when this update user verifiable address not found response has a 3xx status code

func (*UpdateUserVerifiableAddressNotFound) IsServerError

func (o *UpdateUserVerifiableAddressNotFound) IsServerError() bool

IsServerError returns true when this update user verifiable address not found response has a 5xx status code

func (*UpdateUserVerifiableAddressNotFound) IsSuccess

IsSuccess returns true when this update user verifiable address not found response has a 2xx status code

func (*UpdateUserVerifiableAddressNotFound) String

type UpdateUserVerifiableAddressOK

type UpdateUserVerifiableAddressOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserVerifiableAddress
}

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

Address

func NewUpdateUserVerifiableAddressOK

func NewUpdateUserVerifiableAddressOK() *UpdateUserVerifiableAddressOK

NewUpdateUserVerifiableAddressOK creates a UpdateUserVerifiableAddressOK with default headers values

func (*UpdateUserVerifiableAddressOK) Code

Code gets the status code for the update user verifiable address o k response

func (*UpdateUserVerifiableAddressOK) Error

func (*UpdateUserVerifiableAddressOK) GetPayload

func (*UpdateUserVerifiableAddressOK) IsClientError

func (o *UpdateUserVerifiableAddressOK) IsClientError() bool

IsClientError returns true when this update user verifiable address o k response has a 4xx status code

func (*UpdateUserVerifiableAddressOK) IsCode

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

IsCode returns true when this update user verifiable address o k response a status code equal to that given

func (*UpdateUserVerifiableAddressOK) IsRedirect

func (o *UpdateUserVerifiableAddressOK) IsRedirect() bool

IsRedirect returns true when this update user verifiable address o k response has a 3xx status code

func (*UpdateUserVerifiableAddressOK) IsServerError

func (o *UpdateUserVerifiableAddressOK) IsServerError() bool

IsServerError returns true when this update user verifiable address o k response has a 5xx status code

func (*UpdateUserVerifiableAddressOK) IsSuccess

func (o *UpdateUserVerifiableAddressOK) IsSuccess() bool

IsSuccess returns true when this update user verifiable address o k response has a 2xx status code

func (*UpdateUserVerifiableAddressOK) String

type UpdateUserVerifiableAddressParams

type UpdateUserVerifiableAddressParams struct {

	// UpdateAddress.
	UpdateAddress *models.UpdateUserVerifiableAddress

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

UpdateUserVerifiableAddressParams contains all the parameters to send to the API endpoint

for the update user verifiable address operation.

Typically these are written to a http.Request.

func NewUpdateUserVerifiableAddressParams

func NewUpdateUserVerifiableAddressParams() *UpdateUserVerifiableAddressParams

NewUpdateUserVerifiableAddressParams creates a new UpdateUserVerifiableAddressParams 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 NewUpdateUserVerifiableAddressParamsWithContext

func NewUpdateUserVerifiableAddressParamsWithContext(ctx context.Context) *UpdateUserVerifiableAddressParams

NewUpdateUserVerifiableAddressParamsWithContext creates a new UpdateUserVerifiableAddressParams object with the ability to set a context for a request.

func NewUpdateUserVerifiableAddressParamsWithHTTPClient

func NewUpdateUserVerifiableAddressParamsWithHTTPClient(client *http.Client) *UpdateUserVerifiableAddressParams

NewUpdateUserVerifiableAddressParamsWithHTTPClient creates a new UpdateUserVerifiableAddressParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserVerifiableAddressParamsWithTimeout

func NewUpdateUserVerifiableAddressParamsWithTimeout(timeout time.Duration) *UpdateUserVerifiableAddressParams

NewUpdateUserVerifiableAddressParamsWithTimeout creates a new UpdateUserVerifiableAddressParams object with the ability to set a timeout on a request.

func (*UpdateUserVerifiableAddressParams) SetContext

SetContext adds the context to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) SetDefaults

func (o *UpdateUserVerifiableAddressParams) SetDefaults()

SetDefaults hydrates default values in the update user verifiable address params (not the query body).

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

func (*UpdateUserVerifiableAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) SetIPID

func (o *UpdateUserVerifiableAddressParams) SetIPID(iPID string)

SetIPID adds the ipId to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) SetIfMatch

func (o *UpdateUserVerifiableAddressParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) SetTimeout

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

SetTimeout adds the timeout to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) SetUpdateAddress

func (o *UpdateUserVerifiableAddressParams) SetUpdateAddress(updateAddress *models.UpdateUserVerifiableAddress)

SetUpdateAddress adds the updateAddress to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) SetUserID

func (o *UpdateUserVerifiableAddressParams) SetUserID(userID string)

SetUserID adds the userId to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WithContext

WithContext adds the context to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WithDefaults

WithDefaults hydrates default values in the update user verifiable address params (not the query body).

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

func (*UpdateUserVerifiableAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WithIPID

WithIPID adds the iPID to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WithIfMatch

WithIfMatch adds the ifMatch to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WithTimeout

WithTimeout adds the timeout to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WithUpdateAddress

WithUpdateAddress adds the updateAddress to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WithUserID

WithUserID adds the userID to the update user verifiable address params

func (*UpdateUserVerifiableAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserVerifiableAddressReader

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

UpdateUserVerifiableAddressReader is a Reader for the UpdateUserVerifiableAddress structure.

func (*UpdateUserVerifiableAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserVerifiableAddressUnauthorized

type UpdateUserVerifiableAddressUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewUpdateUserVerifiableAddressUnauthorized

func NewUpdateUserVerifiableAddressUnauthorized() *UpdateUserVerifiableAddressUnauthorized

NewUpdateUserVerifiableAddressUnauthorized creates a UpdateUserVerifiableAddressUnauthorized with default headers values

func (*UpdateUserVerifiableAddressUnauthorized) Code

Code gets the status code for the update user verifiable address unauthorized response

func (*UpdateUserVerifiableAddressUnauthorized) Error

func (*UpdateUserVerifiableAddressUnauthorized) GetPayload

func (*UpdateUserVerifiableAddressUnauthorized) IsClientError

func (o *UpdateUserVerifiableAddressUnauthorized) IsClientError() bool

IsClientError returns true when this update user verifiable address unauthorized response has a 4xx status code

func (*UpdateUserVerifiableAddressUnauthorized) IsCode

IsCode returns true when this update user verifiable address unauthorized response a status code equal to that given

func (*UpdateUserVerifiableAddressUnauthorized) IsRedirect

IsRedirect returns true when this update user verifiable address unauthorized response has a 3xx status code

func (*UpdateUserVerifiableAddressUnauthorized) IsServerError

func (o *UpdateUserVerifiableAddressUnauthorized) IsServerError() bool

IsServerError returns true when this update user verifiable address unauthorized response has a 5xx status code

func (*UpdateUserVerifiableAddressUnauthorized) IsSuccess

IsSuccess returns true when this update user verifiable address unauthorized response has a 2xx status code

func (*UpdateUserVerifiableAddressUnauthorized) String

type UpdateUserVerifiableAddressUnprocessableEntity

type UpdateUserVerifiableAddressUnprocessableEntity struct {
	Payload *models.Error
}

UpdateUserVerifiableAddressUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewUpdateUserVerifiableAddressUnprocessableEntity

func NewUpdateUserVerifiableAddressUnprocessableEntity() *UpdateUserVerifiableAddressUnprocessableEntity

NewUpdateUserVerifiableAddressUnprocessableEntity creates a UpdateUserVerifiableAddressUnprocessableEntity with default headers values

func (*UpdateUserVerifiableAddressUnprocessableEntity) Code

Code gets the status code for the update user verifiable address unprocessable entity response

func (*UpdateUserVerifiableAddressUnprocessableEntity) Error

func (*UpdateUserVerifiableAddressUnprocessableEntity) GetPayload

func (*UpdateUserVerifiableAddressUnprocessableEntity) IsClientError

IsClientError returns true when this update user verifiable address unprocessable entity response has a 4xx status code

func (*UpdateUserVerifiableAddressUnprocessableEntity) IsCode

IsCode returns true when this update user verifiable address unprocessable entity response a status code equal to that given

func (*UpdateUserVerifiableAddressUnprocessableEntity) IsRedirect

IsRedirect returns true when this update user verifiable address unprocessable entity response has a 3xx status code

func (*UpdateUserVerifiableAddressUnprocessableEntity) IsServerError

IsServerError returns true when this update user verifiable address unprocessable entity response has a 5xx status code

func (*UpdateUserVerifiableAddressUnprocessableEntity) IsSuccess

IsSuccess returns true when this update user verifiable address unprocessable entity response has a 2xx status code

func (*UpdateUserVerifiableAddressUnprocessableEntity) String

Jump to

Keyboard shortcuts

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