mobile_devices

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteMobiledevice deletes device
	*/
	DeleteMobiledevice(ctx context.Context, params *DeleteMobiledeviceParams) (*DeleteMobiledeviceNoContent, error)
	/*
	   GetMobiledevice gets device
	*/
	GetMobiledevice(ctx context.Context, params *GetMobiledeviceParams) (*GetMobiledeviceOK, error)
	/*
	   GetMobiledevices gets a list of all devices
	*/
	GetMobiledevices(ctx context.Context, params *GetMobiledevicesParams) (*GetMobiledevicesOK, error)
	/*
	   PostMobiledevices creates user device
	*/
	PostMobiledevices(ctx context.Context, params *PostMobiledevicesParams) (*PostMobiledevicesOK, error)
	/*
	   PutMobiledevice updates device
	*/
	PutMobiledevice(ctx context.Context, params *PutMobiledeviceParams) (*PutMobiledeviceOK, error)
}

API is the interface of the mobile devices client

type Client

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

Client for mobile devices API

func New

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

New creates a new mobile devices API client.

func (*Client) DeleteMobiledevice

func (a *Client) DeleteMobiledevice(ctx context.Context, params *DeleteMobiledeviceParams) (*DeleteMobiledeviceNoContent, error)

DeleteMobiledevice deletes device

func (*Client) GetMobiledevice

func (a *Client) GetMobiledevice(ctx context.Context, params *GetMobiledeviceParams) (*GetMobiledeviceOK, error)

GetMobiledevice gets device

func (*Client) GetMobiledevices

func (a *Client) GetMobiledevices(ctx context.Context, params *GetMobiledevicesParams) (*GetMobiledevicesOK, error)

GetMobiledevices gets a list of all devices

func (*Client) PostMobiledevices

func (a *Client) PostMobiledevices(ctx context.Context, params *PostMobiledevicesParams) (*PostMobiledevicesOK, error)

PostMobiledevices creates user device

func (*Client) PutMobiledevice

func (a *Client) PutMobiledevice(ctx context.Context, params *PutMobiledeviceParams) (*PutMobiledeviceOK, error)

PutMobiledevice updates device

type DeleteMobiledeviceBadRequest

type DeleteMobiledeviceBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewDeleteMobiledeviceBadRequest

func NewDeleteMobiledeviceBadRequest() *DeleteMobiledeviceBadRequest

NewDeleteMobiledeviceBadRequest creates a DeleteMobiledeviceBadRequest with default headers values

func (*DeleteMobiledeviceBadRequest) Error

func (*DeleteMobiledeviceBadRequest) GetPayload

func (*DeleteMobiledeviceBadRequest) IsClientError

func (o *DeleteMobiledeviceBadRequest) IsClientError() bool

IsClientError returns true when this delete mobiledevice bad request response has a 4xx status code

func (*DeleteMobiledeviceBadRequest) IsCode

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

IsCode returns true when this delete mobiledevice bad request response a status code equal to that given

func (*DeleteMobiledeviceBadRequest) IsRedirect

func (o *DeleteMobiledeviceBadRequest) IsRedirect() bool

IsRedirect returns true when this delete mobiledevice bad request response has a 3xx status code

func (*DeleteMobiledeviceBadRequest) IsServerError

func (o *DeleteMobiledeviceBadRequest) IsServerError() bool

IsServerError returns true when this delete mobiledevice bad request response has a 5xx status code

func (*DeleteMobiledeviceBadRequest) IsSuccess

func (o *DeleteMobiledeviceBadRequest) IsSuccess() bool

IsSuccess returns true when this delete mobiledevice bad request response has a 2xx status code

func (*DeleteMobiledeviceBadRequest) String

type DeleteMobiledeviceForbidden

type DeleteMobiledeviceForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteMobiledeviceForbidden

func NewDeleteMobiledeviceForbidden() *DeleteMobiledeviceForbidden

NewDeleteMobiledeviceForbidden creates a DeleteMobiledeviceForbidden with default headers values

func (*DeleteMobiledeviceForbidden) Error

func (*DeleteMobiledeviceForbidden) GetPayload

func (o *DeleteMobiledeviceForbidden) GetPayload() *models.ErrorBody

func (*DeleteMobiledeviceForbidden) IsClientError

func (o *DeleteMobiledeviceForbidden) IsClientError() bool

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

func (*DeleteMobiledeviceForbidden) IsCode

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

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

func (*DeleteMobiledeviceForbidden) IsRedirect

func (o *DeleteMobiledeviceForbidden) IsRedirect() bool

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

func (*DeleteMobiledeviceForbidden) IsServerError

func (o *DeleteMobiledeviceForbidden) IsServerError() bool

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

func (*DeleteMobiledeviceForbidden) IsSuccess

func (o *DeleteMobiledeviceForbidden) IsSuccess() bool

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

func (*DeleteMobiledeviceForbidden) String

func (o *DeleteMobiledeviceForbidden) String() string

type DeleteMobiledeviceGatewayTimeout

type DeleteMobiledeviceGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteMobiledeviceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteMobiledeviceGatewayTimeout

func NewDeleteMobiledeviceGatewayTimeout() *DeleteMobiledeviceGatewayTimeout

NewDeleteMobiledeviceGatewayTimeout creates a DeleteMobiledeviceGatewayTimeout with default headers values

func (*DeleteMobiledeviceGatewayTimeout) Error

func (*DeleteMobiledeviceGatewayTimeout) GetPayload

func (*DeleteMobiledeviceGatewayTimeout) IsClientError

func (o *DeleteMobiledeviceGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete mobiledevice gateway timeout response has a 4xx status code

func (*DeleteMobiledeviceGatewayTimeout) IsCode

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

IsCode returns true when this delete mobiledevice gateway timeout response a status code equal to that given

func (*DeleteMobiledeviceGatewayTimeout) IsRedirect

func (o *DeleteMobiledeviceGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete mobiledevice gateway timeout response has a 3xx status code

func (*DeleteMobiledeviceGatewayTimeout) IsServerError

func (o *DeleteMobiledeviceGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete mobiledevice gateway timeout response has a 5xx status code

func (*DeleteMobiledeviceGatewayTimeout) IsSuccess

func (o *DeleteMobiledeviceGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this delete mobiledevice gateway timeout response has a 2xx status code

func (*DeleteMobiledeviceGatewayTimeout) String

type DeleteMobiledeviceInternalServerError

type DeleteMobiledeviceInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteMobiledeviceInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteMobiledeviceInternalServerError

func NewDeleteMobiledeviceInternalServerError() *DeleteMobiledeviceInternalServerError

NewDeleteMobiledeviceInternalServerError creates a DeleteMobiledeviceInternalServerError with default headers values

func (*DeleteMobiledeviceInternalServerError) Error

func (*DeleteMobiledeviceInternalServerError) GetPayload

func (*DeleteMobiledeviceInternalServerError) IsClientError

func (o *DeleteMobiledeviceInternalServerError) IsClientError() bool

IsClientError returns true when this delete mobiledevice internal server error response has a 4xx status code

func (*DeleteMobiledeviceInternalServerError) IsCode

IsCode returns true when this delete mobiledevice internal server error response a status code equal to that given

func (*DeleteMobiledeviceInternalServerError) IsRedirect

IsRedirect returns true when this delete mobiledevice internal server error response has a 3xx status code

func (*DeleteMobiledeviceInternalServerError) IsServerError

func (o *DeleteMobiledeviceInternalServerError) IsServerError() bool

IsServerError returns true when this delete mobiledevice internal server error response has a 5xx status code

func (*DeleteMobiledeviceInternalServerError) IsSuccess

IsSuccess returns true when this delete mobiledevice internal server error response has a 2xx status code

func (*DeleteMobiledeviceInternalServerError) String

type DeleteMobiledeviceNoContent

type DeleteMobiledeviceNoContent struct {
}

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

Operation was successful.

func NewDeleteMobiledeviceNoContent

func NewDeleteMobiledeviceNoContent() *DeleteMobiledeviceNoContent

NewDeleteMobiledeviceNoContent creates a DeleteMobiledeviceNoContent with default headers values

func (*DeleteMobiledeviceNoContent) Error

func (*DeleteMobiledeviceNoContent) IsClientError

func (o *DeleteMobiledeviceNoContent) IsClientError() bool

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

func (*DeleteMobiledeviceNoContent) IsCode

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

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

func (*DeleteMobiledeviceNoContent) IsRedirect

func (o *DeleteMobiledeviceNoContent) IsRedirect() bool

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

func (*DeleteMobiledeviceNoContent) IsServerError

func (o *DeleteMobiledeviceNoContent) IsServerError() bool

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

func (*DeleteMobiledeviceNoContent) IsSuccess

func (o *DeleteMobiledeviceNoContent) IsSuccess() bool

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

func (*DeleteMobiledeviceNoContent) String

func (o *DeleteMobiledeviceNoContent) String() string

type DeleteMobiledeviceNotFound

type DeleteMobiledeviceNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteMobiledeviceNotFound

func NewDeleteMobiledeviceNotFound() *DeleteMobiledeviceNotFound

NewDeleteMobiledeviceNotFound creates a DeleteMobiledeviceNotFound with default headers values

func (*DeleteMobiledeviceNotFound) Error

func (*DeleteMobiledeviceNotFound) GetPayload

func (o *DeleteMobiledeviceNotFound) GetPayload() *models.ErrorBody

func (*DeleteMobiledeviceNotFound) IsClientError

func (o *DeleteMobiledeviceNotFound) IsClientError() bool

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

func (*DeleteMobiledeviceNotFound) IsCode

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

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

func (*DeleteMobiledeviceNotFound) IsRedirect

func (o *DeleteMobiledeviceNotFound) IsRedirect() bool

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

func (*DeleteMobiledeviceNotFound) IsServerError

func (o *DeleteMobiledeviceNotFound) IsServerError() bool

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

func (*DeleteMobiledeviceNotFound) IsSuccess

func (o *DeleteMobiledeviceNotFound) IsSuccess() bool

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

func (*DeleteMobiledeviceNotFound) String

func (o *DeleteMobiledeviceNotFound) String() string

type DeleteMobiledeviceParams

type DeleteMobiledeviceParams struct {

	/* DeviceID.

	   Device ID
	*/
	DeviceID string

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

DeleteMobiledeviceParams contains all the parameters to send to the API endpoint

for the delete mobiledevice operation.

Typically these are written to a http.Request.

func NewDeleteMobiledeviceParams

func NewDeleteMobiledeviceParams() *DeleteMobiledeviceParams

NewDeleteMobiledeviceParams creates a new DeleteMobiledeviceParams 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 NewDeleteMobiledeviceParamsWithContext

func NewDeleteMobiledeviceParamsWithContext(ctx context.Context) *DeleteMobiledeviceParams

NewDeleteMobiledeviceParamsWithContext creates a new DeleteMobiledeviceParams object with the ability to set a context for a request.

func NewDeleteMobiledeviceParamsWithHTTPClient

func NewDeleteMobiledeviceParamsWithHTTPClient(client *http.Client) *DeleteMobiledeviceParams

NewDeleteMobiledeviceParamsWithHTTPClient creates a new DeleteMobiledeviceParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteMobiledeviceParamsWithTimeout

func NewDeleteMobiledeviceParamsWithTimeout(timeout time.Duration) *DeleteMobiledeviceParams

NewDeleteMobiledeviceParamsWithTimeout creates a new DeleteMobiledeviceParams object with the ability to set a timeout on a request.

func (*DeleteMobiledeviceParams) SetContext

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

SetContext adds the context to the delete mobiledevice params

func (*DeleteMobiledeviceParams) SetDefaults

func (o *DeleteMobiledeviceParams) SetDefaults()

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

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

func (*DeleteMobiledeviceParams) SetDeviceID

func (o *DeleteMobiledeviceParams) SetDeviceID(deviceID string)

SetDeviceID adds the deviceId to the delete mobiledevice params

func (*DeleteMobiledeviceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete mobiledevice params

func (*DeleteMobiledeviceParams) SetTimeout

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

SetTimeout adds the timeout to the delete mobiledevice params

func (*DeleteMobiledeviceParams) WithContext

WithContext adds the context to the delete mobiledevice params

func (*DeleteMobiledeviceParams) WithDefaults

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

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

func (*DeleteMobiledeviceParams) WithDeviceID

func (o *DeleteMobiledeviceParams) WithDeviceID(deviceID string) *DeleteMobiledeviceParams

WithDeviceID adds the deviceID to the delete mobiledevice params

func (*DeleteMobiledeviceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete mobiledevice params

func (*DeleteMobiledeviceParams) WithTimeout

WithTimeout adds the timeout to the delete mobiledevice params

func (*DeleteMobiledeviceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMobiledeviceReader

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

DeleteMobiledeviceReader is a Reader for the DeleteMobiledevice structure.

func (*DeleteMobiledeviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMobiledeviceRequestEntityTooLarge

type DeleteMobiledeviceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteMobiledeviceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteMobiledeviceRequestEntityTooLarge

func NewDeleteMobiledeviceRequestEntityTooLarge() *DeleteMobiledeviceRequestEntityTooLarge

NewDeleteMobiledeviceRequestEntityTooLarge creates a DeleteMobiledeviceRequestEntityTooLarge with default headers values

func (*DeleteMobiledeviceRequestEntityTooLarge) Error

func (*DeleteMobiledeviceRequestEntityTooLarge) GetPayload

func (*DeleteMobiledeviceRequestEntityTooLarge) IsClientError

func (o *DeleteMobiledeviceRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this delete mobiledevice request entity too large response has a 4xx status code

func (*DeleteMobiledeviceRequestEntityTooLarge) IsCode

IsCode returns true when this delete mobiledevice request entity too large response a status code equal to that given

func (*DeleteMobiledeviceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete mobiledevice request entity too large response has a 3xx status code

func (*DeleteMobiledeviceRequestEntityTooLarge) IsServerError

func (o *DeleteMobiledeviceRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this delete mobiledevice request entity too large response has a 5xx status code

func (*DeleteMobiledeviceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete mobiledevice request entity too large response has a 2xx status code

func (*DeleteMobiledeviceRequestEntityTooLarge) String

type DeleteMobiledeviceRequestTimeout

type DeleteMobiledeviceRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteMobiledeviceRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteMobiledeviceRequestTimeout

func NewDeleteMobiledeviceRequestTimeout() *DeleteMobiledeviceRequestTimeout

NewDeleteMobiledeviceRequestTimeout creates a DeleteMobiledeviceRequestTimeout with default headers values

func (*DeleteMobiledeviceRequestTimeout) Error

func (*DeleteMobiledeviceRequestTimeout) GetPayload

func (*DeleteMobiledeviceRequestTimeout) IsClientError

func (o *DeleteMobiledeviceRequestTimeout) IsClientError() bool

IsClientError returns true when this delete mobiledevice request timeout response has a 4xx status code

func (*DeleteMobiledeviceRequestTimeout) IsCode

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

IsCode returns true when this delete mobiledevice request timeout response a status code equal to that given

func (*DeleteMobiledeviceRequestTimeout) IsRedirect

func (o *DeleteMobiledeviceRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete mobiledevice request timeout response has a 3xx status code

func (*DeleteMobiledeviceRequestTimeout) IsServerError

func (o *DeleteMobiledeviceRequestTimeout) IsServerError() bool

IsServerError returns true when this delete mobiledevice request timeout response has a 5xx status code

func (*DeleteMobiledeviceRequestTimeout) IsSuccess

func (o *DeleteMobiledeviceRequestTimeout) IsSuccess() bool

IsSuccess returns true when this delete mobiledevice request timeout response has a 2xx status code

func (*DeleteMobiledeviceRequestTimeout) String

type DeleteMobiledeviceServiceUnavailable

type DeleteMobiledeviceServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteMobiledeviceServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteMobiledeviceServiceUnavailable

func NewDeleteMobiledeviceServiceUnavailable() *DeleteMobiledeviceServiceUnavailable

NewDeleteMobiledeviceServiceUnavailable creates a DeleteMobiledeviceServiceUnavailable with default headers values

func (*DeleteMobiledeviceServiceUnavailable) Error

func (*DeleteMobiledeviceServiceUnavailable) GetPayload

func (*DeleteMobiledeviceServiceUnavailable) IsClientError

func (o *DeleteMobiledeviceServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete mobiledevice service unavailable response has a 4xx status code

func (*DeleteMobiledeviceServiceUnavailable) IsCode

IsCode returns true when this delete mobiledevice service unavailable response a status code equal to that given

func (*DeleteMobiledeviceServiceUnavailable) IsRedirect

IsRedirect returns true when this delete mobiledevice service unavailable response has a 3xx status code

func (*DeleteMobiledeviceServiceUnavailable) IsServerError

func (o *DeleteMobiledeviceServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete mobiledevice service unavailable response has a 5xx status code

func (*DeleteMobiledeviceServiceUnavailable) IsSuccess

IsSuccess returns true when this delete mobiledevice service unavailable response has a 2xx status code

func (*DeleteMobiledeviceServiceUnavailable) String

type DeleteMobiledeviceTooManyRequests

type DeleteMobiledeviceTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteMobiledeviceTooManyRequests

func NewDeleteMobiledeviceTooManyRequests() *DeleteMobiledeviceTooManyRequests

NewDeleteMobiledeviceTooManyRequests creates a DeleteMobiledeviceTooManyRequests with default headers values

func (*DeleteMobiledeviceTooManyRequests) Error

func (*DeleteMobiledeviceTooManyRequests) GetPayload

func (*DeleteMobiledeviceTooManyRequests) IsClientError

func (o *DeleteMobiledeviceTooManyRequests) IsClientError() bool

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

func (*DeleteMobiledeviceTooManyRequests) IsCode

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

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

func (*DeleteMobiledeviceTooManyRequests) IsRedirect

func (o *DeleteMobiledeviceTooManyRequests) IsRedirect() bool

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

func (*DeleteMobiledeviceTooManyRequests) IsServerError

func (o *DeleteMobiledeviceTooManyRequests) IsServerError() bool

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

func (*DeleteMobiledeviceTooManyRequests) IsSuccess

func (o *DeleteMobiledeviceTooManyRequests) IsSuccess() bool

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

func (*DeleteMobiledeviceTooManyRequests) String

type DeleteMobiledeviceUnauthorized

type DeleteMobiledeviceUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteMobiledeviceUnauthorized

func NewDeleteMobiledeviceUnauthorized() *DeleteMobiledeviceUnauthorized

NewDeleteMobiledeviceUnauthorized creates a DeleteMobiledeviceUnauthorized with default headers values

func (*DeleteMobiledeviceUnauthorized) Error

func (*DeleteMobiledeviceUnauthorized) GetPayload

func (*DeleteMobiledeviceUnauthorized) IsClientError

func (o *DeleteMobiledeviceUnauthorized) IsClientError() bool

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

func (*DeleteMobiledeviceUnauthorized) IsCode

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

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

func (*DeleteMobiledeviceUnauthorized) IsRedirect

func (o *DeleteMobiledeviceUnauthorized) IsRedirect() bool

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

func (*DeleteMobiledeviceUnauthorized) IsServerError

func (o *DeleteMobiledeviceUnauthorized) IsServerError() bool

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

func (*DeleteMobiledeviceUnauthorized) IsSuccess

func (o *DeleteMobiledeviceUnauthorized) IsSuccess() bool

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

func (*DeleteMobiledeviceUnauthorized) String

type DeleteMobiledeviceUnsupportedMediaType

type DeleteMobiledeviceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteMobiledeviceUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteMobiledeviceUnsupportedMediaType

func NewDeleteMobiledeviceUnsupportedMediaType() *DeleteMobiledeviceUnsupportedMediaType

NewDeleteMobiledeviceUnsupportedMediaType creates a DeleteMobiledeviceUnsupportedMediaType with default headers values

func (*DeleteMobiledeviceUnsupportedMediaType) Error

func (*DeleteMobiledeviceUnsupportedMediaType) GetPayload

func (*DeleteMobiledeviceUnsupportedMediaType) IsClientError

func (o *DeleteMobiledeviceUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this delete mobiledevice unsupported media type response has a 4xx status code

func (*DeleteMobiledeviceUnsupportedMediaType) IsCode

IsCode returns true when this delete mobiledevice unsupported media type response a status code equal to that given

func (*DeleteMobiledeviceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete mobiledevice unsupported media type response has a 3xx status code

func (*DeleteMobiledeviceUnsupportedMediaType) IsServerError

func (o *DeleteMobiledeviceUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this delete mobiledevice unsupported media type response has a 5xx status code

func (*DeleteMobiledeviceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete mobiledevice unsupported media type response has a 2xx status code

func (*DeleteMobiledeviceUnsupportedMediaType) String

type GetMobiledeviceBadRequest

type GetMobiledeviceBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetMobiledeviceBadRequest

func NewGetMobiledeviceBadRequest() *GetMobiledeviceBadRequest

NewGetMobiledeviceBadRequest creates a GetMobiledeviceBadRequest with default headers values

func (*GetMobiledeviceBadRequest) Error

func (o *GetMobiledeviceBadRequest) Error() string

func (*GetMobiledeviceBadRequest) GetPayload

func (o *GetMobiledeviceBadRequest) GetPayload() *models.ErrorBody

func (*GetMobiledeviceBadRequest) IsClientError

func (o *GetMobiledeviceBadRequest) IsClientError() bool

IsClientError returns true when this get mobiledevice bad request response has a 4xx status code

func (*GetMobiledeviceBadRequest) IsCode

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

IsCode returns true when this get mobiledevice bad request response a status code equal to that given

func (*GetMobiledeviceBadRequest) IsRedirect

func (o *GetMobiledeviceBadRequest) IsRedirect() bool

IsRedirect returns true when this get mobiledevice bad request response has a 3xx status code

func (*GetMobiledeviceBadRequest) IsServerError

func (o *GetMobiledeviceBadRequest) IsServerError() bool

IsServerError returns true when this get mobiledevice bad request response has a 5xx status code

func (*GetMobiledeviceBadRequest) IsSuccess

func (o *GetMobiledeviceBadRequest) IsSuccess() bool

IsSuccess returns true when this get mobiledevice bad request response has a 2xx status code

func (*GetMobiledeviceBadRequest) String

func (o *GetMobiledeviceBadRequest) String() string

type GetMobiledeviceForbidden

type GetMobiledeviceForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetMobiledeviceForbidden

func NewGetMobiledeviceForbidden() *GetMobiledeviceForbidden

NewGetMobiledeviceForbidden creates a GetMobiledeviceForbidden with default headers values

func (*GetMobiledeviceForbidden) Error

func (o *GetMobiledeviceForbidden) Error() string

func (*GetMobiledeviceForbidden) GetPayload

func (o *GetMobiledeviceForbidden) GetPayload() *models.ErrorBody

func (*GetMobiledeviceForbidden) IsClientError

func (o *GetMobiledeviceForbidden) IsClientError() bool

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

func (*GetMobiledeviceForbidden) IsCode

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

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

func (*GetMobiledeviceForbidden) IsRedirect

func (o *GetMobiledeviceForbidden) IsRedirect() bool

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

func (*GetMobiledeviceForbidden) IsServerError

func (o *GetMobiledeviceForbidden) IsServerError() bool

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

func (*GetMobiledeviceForbidden) IsSuccess

func (o *GetMobiledeviceForbidden) IsSuccess() bool

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

func (*GetMobiledeviceForbidden) String

func (o *GetMobiledeviceForbidden) String() string

type GetMobiledeviceGatewayTimeout

type GetMobiledeviceGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetMobiledeviceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetMobiledeviceGatewayTimeout

func NewGetMobiledeviceGatewayTimeout() *GetMobiledeviceGatewayTimeout

NewGetMobiledeviceGatewayTimeout creates a GetMobiledeviceGatewayTimeout with default headers values

func (*GetMobiledeviceGatewayTimeout) Error

func (*GetMobiledeviceGatewayTimeout) GetPayload

func (*GetMobiledeviceGatewayTimeout) IsClientError

func (o *GetMobiledeviceGatewayTimeout) IsClientError() bool

IsClientError returns true when this get mobiledevice gateway timeout response has a 4xx status code

func (*GetMobiledeviceGatewayTimeout) IsCode

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

IsCode returns true when this get mobiledevice gateway timeout response a status code equal to that given

func (*GetMobiledeviceGatewayTimeout) IsRedirect

func (o *GetMobiledeviceGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get mobiledevice gateway timeout response has a 3xx status code

func (*GetMobiledeviceGatewayTimeout) IsServerError

func (o *GetMobiledeviceGatewayTimeout) IsServerError() bool

IsServerError returns true when this get mobiledevice gateway timeout response has a 5xx status code

func (*GetMobiledeviceGatewayTimeout) IsSuccess

func (o *GetMobiledeviceGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get mobiledevice gateway timeout response has a 2xx status code

func (*GetMobiledeviceGatewayTimeout) String

type GetMobiledeviceInternalServerError

type GetMobiledeviceInternalServerError struct {
	Payload *models.ErrorBody
}

GetMobiledeviceInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetMobiledeviceInternalServerError

func NewGetMobiledeviceInternalServerError() *GetMobiledeviceInternalServerError

NewGetMobiledeviceInternalServerError creates a GetMobiledeviceInternalServerError with default headers values

func (*GetMobiledeviceInternalServerError) Error

func (*GetMobiledeviceInternalServerError) GetPayload

func (*GetMobiledeviceInternalServerError) IsClientError

func (o *GetMobiledeviceInternalServerError) IsClientError() bool

IsClientError returns true when this get mobiledevice internal server error response has a 4xx status code

func (*GetMobiledeviceInternalServerError) IsCode

IsCode returns true when this get mobiledevice internal server error response a status code equal to that given

func (*GetMobiledeviceInternalServerError) IsRedirect

func (o *GetMobiledeviceInternalServerError) IsRedirect() bool

IsRedirect returns true when this get mobiledevice internal server error response has a 3xx status code

func (*GetMobiledeviceInternalServerError) IsServerError

func (o *GetMobiledeviceInternalServerError) IsServerError() bool

IsServerError returns true when this get mobiledevice internal server error response has a 5xx status code

func (*GetMobiledeviceInternalServerError) IsSuccess

IsSuccess returns true when this get mobiledevice internal server error response has a 2xx status code

func (*GetMobiledeviceInternalServerError) String

type GetMobiledeviceNotFound

type GetMobiledeviceNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetMobiledeviceNotFound

func NewGetMobiledeviceNotFound() *GetMobiledeviceNotFound

NewGetMobiledeviceNotFound creates a GetMobiledeviceNotFound with default headers values

func (*GetMobiledeviceNotFound) Error

func (o *GetMobiledeviceNotFound) Error() string

func (*GetMobiledeviceNotFound) GetPayload

func (o *GetMobiledeviceNotFound) GetPayload() *models.ErrorBody

func (*GetMobiledeviceNotFound) IsClientError

func (o *GetMobiledeviceNotFound) IsClientError() bool

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

func (*GetMobiledeviceNotFound) IsCode

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

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

func (*GetMobiledeviceNotFound) IsRedirect

func (o *GetMobiledeviceNotFound) IsRedirect() bool

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

func (*GetMobiledeviceNotFound) IsServerError

func (o *GetMobiledeviceNotFound) IsServerError() bool

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

func (*GetMobiledeviceNotFound) IsSuccess

func (o *GetMobiledeviceNotFound) IsSuccess() bool

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

func (*GetMobiledeviceNotFound) String

func (o *GetMobiledeviceNotFound) String() string

type GetMobiledeviceOK

type GetMobiledeviceOK struct {
	Payload *models.UserDevice
}

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

successful operation

func NewGetMobiledeviceOK

func NewGetMobiledeviceOK() *GetMobiledeviceOK

NewGetMobiledeviceOK creates a GetMobiledeviceOK with default headers values

func (*GetMobiledeviceOK) Error

func (o *GetMobiledeviceOK) Error() string

func (*GetMobiledeviceOK) GetPayload

func (o *GetMobiledeviceOK) GetPayload() *models.UserDevice

func (*GetMobiledeviceOK) IsClientError

func (o *GetMobiledeviceOK) IsClientError() bool

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

func (*GetMobiledeviceOK) IsCode

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

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

func (*GetMobiledeviceOK) IsRedirect

func (o *GetMobiledeviceOK) IsRedirect() bool

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

func (*GetMobiledeviceOK) IsServerError

func (o *GetMobiledeviceOK) IsServerError() bool

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

func (*GetMobiledeviceOK) IsSuccess

func (o *GetMobiledeviceOK) IsSuccess() bool

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

func (*GetMobiledeviceOK) String

func (o *GetMobiledeviceOK) String() string

type GetMobiledeviceParams

type GetMobiledeviceParams struct {

	/* DeviceID.

	   Device ID
	*/
	DeviceID string

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

GetMobiledeviceParams contains all the parameters to send to the API endpoint

for the get mobiledevice operation.

Typically these are written to a http.Request.

func NewGetMobiledeviceParams

func NewGetMobiledeviceParams() *GetMobiledeviceParams

NewGetMobiledeviceParams creates a new GetMobiledeviceParams 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 NewGetMobiledeviceParamsWithContext

func NewGetMobiledeviceParamsWithContext(ctx context.Context) *GetMobiledeviceParams

NewGetMobiledeviceParamsWithContext creates a new GetMobiledeviceParams object with the ability to set a context for a request.

func NewGetMobiledeviceParamsWithHTTPClient

func NewGetMobiledeviceParamsWithHTTPClient(client *http.Client) *GetMobiledeviceParams

NewGetMobiledeviceParamsWithHTTPClient creates a new GetMobiledeviceParams object with the ability to set a custom HTTPClient for a request.

func NewGetMobiledeviceParamsWithTimeout

func NewGetMobiledeviceParamsWithTimeout(timeout time.Duration) *GetMobiledeviceParams

NewGetMobiledeviceParamsWithTimeout creates a new GetMobiledeviceParams object with the ability to set a timeout on a request.

func (*GetMobiledeviceParams) SetContext

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

SetContext adds the context to the get mobiledevice params

func (*GetMobiledeviceParams) SetDefaults

func (o *GetMobiledeviceParams) SetDefaults()

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

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

func (*GetMobiledeviceParams) SetDeviceID

func (o *GetMobiledeviceParams) SetDeviceID(deviceID string)

SetDeviceID adds the deviceId to the get mobiledevice params

func (*GetMobiledeviceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get mobiledevice params

func (*GetMobiledeviceParams) SetTimeout

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

SetTimeout adds the timeout to the get mobiledevice params

func (*GetMobiledeviceParams) WithContext

WithContext adds the context to the get mobiledevice params

func (*GetMobiledeviceParams) WithDefaults

func (o *GetMobiledeviceParams) WithDefaults() *GetMobiledeviceParams

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

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

func (*GetMobiledeviceParams) WithDeviceID

func (o *GetMobiledeviceParams) WithDeviceID(deviceID string) *GetMobiledeviceParams

WithDeviceID adds the deviceID to the get mobiledevice params

func (*GetMobiledeviceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get mobiledevice params

func (*GetMobiledeviceParams) WithTimeout

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

WithTimeout adds the timeout to the get mobiledevice params

func (*GetMobiledeviceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetMobiledeviceReader

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

GetMobiledeviceReader is a Reader for the GetMobiledevice structure.

func (*GetMobiledeviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMobiledeviceRequestEntityTooLarge

type GetMobiledeviceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetMobiledeviceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetMobiledeviceRequestEntityTooLarge

func NewGetMobiledeviceRequestEntityTooLarge() *GetMobiledeviceRequestEntityTooLarge

NewGetMobiledeviceRequestEntityTooLarge creates a GetMobiledeviceRequestEntityTooLarge with default headers values

func (*GetMobiledeviceRequestEntityTooLarge) Error

func (*GetMobiledeviceRequestEntityTooLarge) GetPayload

func (*GetMobiledeviceRequestEntityTooLarge) IsClientError

func (o *GetMobiledeviceRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get mobiledevice request entity too large response has a 4xx status code

func (*GetMobiledeviceRequestEntityTooLarge) IsCode

IsCode returns true when this get mobiledevice request entity too large response a status code equal to that given

func (*GetMobiledeviceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get mobiledevice request entity too large response has a 3xx status code

func (*GetMobiledeviceRequestEntityTooLarge) IsServerError

func (o *GetMobiledeviceRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get mobiledevice request entity too large response has a 5xx status code

func (*GetMobiledeviceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get mobiledevice request entity too large response has a 2xx status code

func (*GetMobiledeviceRequestEntityTooLarge) String

type GetMobiledeviceRequestTimeout

type GetMobiledeviceRequestTimeout struct {
	Payload *models.ErrorBody
}

GetMobiledeviceRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetMobiledeviceRequestTimeout

func NewGetMobiledeviceRequestTimeout() *GetMobiledeviceRequestTimeout

NewGetMobiledeviceRequestTimeout creates a GetMobiledeviceRequestTimeout with default headers values

func (*GetMobiledeviceRequestTimeout) Error

func (*GetMobiledeviceRequestTimeout) GetPayload

func (*GetMobiledeviceRequestTimeout) IsClientError

func (o *GetMobiledeviceRequestTimeout) IsClientError() bool

IsClientError returns true when this get mobiledevice request timeout response has a 4xx status code

func (*GetMobiledeviceRequestTimeout) IsCode

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

IsCode returns true when this get mobiledevice request timeout response a status code equal to that given

func (*GetMobiledeviceRequestTimeout) IsRedirect

func (o *GetMobiledeviceRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get mobiledevice request timeout response has a 3xx status code

func (*GetMobiledeviceRequestTimeout) IsServerError

func (o *GetMobiledeviceRequestTimeout) IsServerError() bool

IsServerError returns true when this get mobiledevice request timeout response has a 5xx status code

func (*GetMobiledeviceRequestTimeout) IsSuccess

func (o *GetMobiledeviceRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get mobiledevice request timeout response has a 2xx status code

func (*GetMobiledeviceRequestTimeout) String

type GetMobiledeviceServiceUnavailable

type GetMobiledeviceServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetMobiledeviceServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetMobiledeviceServiceUnavailable

func NewGetMobiledeviceServiceUnavailable() *GetMobiledeviceServiceUnavailable

NewGetMobiledeviceServiceUnavailable creates a GetMobiledeviceServiceUnavailable with default headers values

func (*GetMobiledeviceServiceUnavailable) Error

func (*GetMobiledeviceServiceUnavailable) GetPayload

func (*GetMobiledeviceServiceUnavailable) IsClientError

func (o *GetMobiledeviceServiceUnavailable) IsClientError() bool

IsClientError returns true when this get mobiledevice service unavailable response has a 4xx status code

func (*GetMobiledeviceServiceUnavailable) IsCode

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

IsCode returns true when this get mobiledevice service unavailable response a status code equal to that given

func (*GetMobiledeviceServiceUnavailable) IsRedirect

func (o *GetMobiledeviceServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get mobiledevice service unavailable response has a 3xx status code

func (*GetMobiledeviceServiceUnavailable) IsServerError

func (o *GetMobiledeviceServiceUnavailable) IsServerError() bool

IsServerError returns true when this get mobiledevice service unavailable response has a 5xx status code

func (*GetMobiledeviceServiceUnavailable) IsSuccess

func (o *GetMobiledeviceServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get mobiledevice service unavailable response has a 2xx status code

func (*GetMobiledeviceServiceUnavailable) String

type GetMobiledeviceTooManyRequests

type GetMobiledeviceTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetMobiledeviceTooManyRequests

func NewGetMobiledeviceTooManyRequests() *GetMobiledeviceTooManyRequests

NewGetMobiledeviceTooManyRequests creates a GetMobiledeviceTooManyRequests with default headers values

func (*GetMobiledeviceTooManyRequests) Error

func (*GetMobiledeviceTooManyRequests) GetPayload

func (*GetMobiledeviceTooManyRequests) IsClientError

func (o *GetMobiledeviceTooManyRequests) IsClientError() bool

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

func (*GetMobiledeviceTooManyRequests) IsCode

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

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

func (*GetMobiledeviceTooManyRequests) IsRedirect

func (o *GetMobiledeviceTooManyRequests) IsRedirect() bool

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

func (*GetMobiledeviceTooManyRequests) IsServerError

func (o *GetMobiledeviceTooManyRequests) IsServerError() bool

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

func (*GetMobiledeviceTooManyRequests) IsSuccess

func (o *GetMobiledeviceTooManyRequests) IsSuccess() bool

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

func (*GetMobiledeviceTooManyRequests) String

type GetMobiledeviceUnauthorized

type GetMobiledeviceUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetMobiledeviceUnauthorized

func NewGetMobiledeviceUnauthorized() *GetMobiledeviceUnauthorized

NewGetMobiledeviceUnauthorized creates a GetMobiledeviceUnauthorized with default headers values

func (*GetMobiledeviceUnauthorized) Error

func (*GetMobiledeviceUnauthorized) GetPayload

func (o *GetMobiledeviceUnauthorized) GetPayload() *models.ErrorBody

func (*GetMobiledeviceUnauthorized) IsClientError

func (o *GetMobiledeviceUnauthorized) IsClientError() bool

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

func (*GetMobiledeviceUnauthorized) IsCode

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

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

func (*GetMobiledeviceUnauthorized) IsRedirect

func (o *GetMobiledeviceUnauthorized) IsRedirect() bool

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

func (*GetMobiledeviceUnauthorized) IsServerError

func (o *GetMobiledeviceUnauthorized) IsServerError() bool

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

func (*GetMobiledeviceUnauthorized) IsSuccess

func (o *GetMobiledeviceUnauthorized) IsSuccess() bool

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

func (*GetMobiledeviceUnauthorized) String

func (o *GetMobiledeviceUnauthorized) String() string

type GetMobiledeviceUnsupportedMediaType

type GetMobiledeviceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetMobiledeviceUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetMobiledeviceUnsupportedMediaType

func NewGetMobiledeviceUnsupportedMediaType() *GetMobiledeviceUnsupportedMediaType

NewGetMobiledeviceUnsupportedMediaType creates a GetMobiledeviceUnsupportedMediaType with default headers values

func (*GetMobiledeviceUnsupportedMediaType) Error

func (*GetMobiledeviceUnsupportedMediaType) GetPayload

func (*GetMobiledeviceUnsupportedMediaType) IsClientError

func (o *GetMobiledeviceUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get mobiledevice unsupported media type response has a 4xx status code

func (*GetMobiledeviceUnsupportedMediaType) IsCode

IsCode returns true when this get mobiledevice unsupported media type response a status code equal to that given

func (*GetMobiledeviceUnsupportedMediaType) IsRedirect

func (o *GetMobiledeviceUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get mobiledevice unsupported media type response has a 3xx status code

func (*GetMobiledeviceUnsupportedMediaType) IsServerError

func (o *GetMobiledeviceUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get mobiledevice unsupported media type response has a 5xx status code

func (*GetMobiledeviceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get mobiledevice unsupported media type response has a 2xx status code

func (*GetMobiledeviceUnsupportedMediaType) String

type GetMobiledevicesBadRequest

type GetMobiledevicesBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetMobiledevicesBadRequest

func NewGetMobiledevicesBadRequest() *GetMobiledevicesBadRequest

NewGetMobiledevicesBadRequest creates a GetMobiledevicesBadRequest with default headers values

func (*GetMobiledevicesBadRequest) Error

func (*GetMobiledevicesBadRequest) GetPayload

func (o *GetMobiledevicesBadRequest) GetPayload() *models.ErrorBody

func (*GetMobiledevicesBadRequest) IsClientError

func (o *GetMobiledevicesBadRequest) IsClientError() bool

IsClientError returns true when this get mobiledevices bad request response has a 4xx status code

func (*GetMobiledevicesBadRequest) IsCode

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

IsCode returns true when this get mobiledevices bad request response a status code equal to that given

func (*GetMobiledevicesBadRequest) IsRedirect

func (o *GetMobiledevicesBadRequest) IsRedirect() bool

IsRedirect returns true when this get mobiledevices bad request response has a 3xx status code

func (*GetMobiledevicesBadRequest) IsServerError

func (o *GetMobiledevicesBadRequest) IsServerError() bool

IsServerError returns true when this get mobiledevices bad request response has a 5xx status code

func (*GetMobiledevicesBadRequest) IsSuccess

func (o *GetMobiledevicesBadRequest) IsSuccess() bool

IsSuccess returns true when this get mobiledevices bad request response has a 2xx status code

func (*GetMobiledevicesBadRequest) String

func (o *GetMobiledevicesBadRequest) String() string

type GetMobiledevicesForbidden

type GetMobiledevicesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetMobiledevicesForbidden

func NewGetMobiledevicesForbidden() *GetMobiledevicesForbidden

NewGetMobiledevicesForbidden creates a GetMobiledevicesForbidden with default headers values

func (*GetMobiledevicesForbidden) Error

func (o *GetMobiledevicesForbidden) Error() string

func (*GetMobiledevicesForbidden) GetPayload

func (o *GetMobiledevicesForbidden) GetPayload() *models.ErrorBody

func (*GetMobiledevicesForbidden) IsClientError

func (o *GetMobiledevicesForbidden) IsClientError() bool

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

func (*GetMobiledevicesForbidden) IsCode

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

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

func (*GetMobiledevicesForbidden) IsRedirect

func (o *GetMobiledevicesForbidden) IsRedirect() bool

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

func (*GetMobiledevicesForbidden) IsServerError

func (o *GetMobiledevicesForbidden) IsServerError() bool

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

func (*GetMobiledevicesForbidden) IsSuccess

func (o *GetMobiledevicesForbidden) IsSuccess() bool

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

func (*GetMobiledevicesForbidden) String

func (o *GetMobiledevicesForbidden) String() string

type GetMobiledevicesGatewayTimeout

type GetMobiledevicesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetMobiledevicesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetMobiledevicesGatewayTimeout

func NewGetMobiledevicesGatewayTimeout() *GetMobiledevicesGatewayTimeout

NewGetMobiledevicesGatewayTimeout creates a GetMobiledevicesGatewayTimeout with default headers values

func (*GetMobiledevicesGatewayTimeout) Error

func (*GetMobiledevicesGatewayTimeout) GetPayload

func (*GetMobiledevicesGatewayTimeout) IsClientError

func (o *GetMobiledevicesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get mobiledevices gateway timeout response has a 4xx status code

func (*GetMobiledevicesGatewayTimeout) IsCode

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

IsCode returns true when this get mobiledevices gateway timeout response a status code equal to that given

func (*GetMobiledevicesGatewayTimeout) IsRedirect

func (o *GetMobiledevicesGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get mobiledevices gateway timeout response has a 3xx status code

func (*GetMobiledevicesGatewayTimeout) IsServerError

func (o *GetMobiledevicesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get mobiledevices gateway timeout response has a 5xx status code

func (*GetMobiledevicesGatewayTimeout) IsSuccess

func (o *GetMobiledevicesGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get mobiledevices gateway timeout response has a 2xx status code

func (*GetMobiledevicesGatewayTimeout) String

type GetMobiledevicesInternalServerError

type GetMobiledevicesInternalServerError struct {
	Payload *models.ErrorBody
}

GetMobiledevicesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetMobiledevicesInternalServerError

func NewGetMobiledevicesInternalServerError() *GetMobiledevicesInternalServerError

NewGetMobiledevicesInternalServerError creates a GetMobiledevicesInternalServerError with default headers values

func (*GetMobiledevicesInternalServerError) Error

func (*GetMobiledevicesInternalServerError) GetPayload

func (*GetMobiledevicesInternalServerError) IsClientError

func (o *GetMobiledevicesInternalServerError) IsClientError() bool

IsClientError returns true when this get mobiledevices internal server error response has a 4xx status code

func (*GetMobiledevicesInternalServerError) IsCode

IsCode returns true when this get mobiledevices internal server error response a status code equal to that given

func (*GetMobiledevicesInternalServerError) IsRedirect

func (o *GetMobiledevicesInternalServerError) IsRedirect() bool

IsRedirect returns true when this get mobiledevices internal server error response has a 3xx status code

func (*GetMobiledevicesInternalServerError) IsServerError

func (o *GetMobiledevicesInternalServerError) IsServerError() bool

IsServerError returns true when this get mobiledevices internal server error response has a 5xx status code

func (*GetMobiledevicesInternalServerError) IsSuccess

IsSuccess returns true when this get mobiledevices internal server error response has a 2xx status code

func (*GetMobiledevicesInternalServerError) String

type GetMobiledevicesNotFound

type GetMobiledevicesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetMobiledevicesNotFound

func NewGetMobiledevicesNotFound() *GetMobiledevicesNotFound

NewGetMobiledevicesNotFound creates a GetMobiledevicesNotFound with default headers values

func (*GetMobiledevicesNotFound) Error

func (o *GetMobiledevicesNotFound) Error() string

func (*GetMobiledevicesNotFound) GetPayload

func (o *GetMobiledevicesNotFound) GetPayload() *models.ErrorBody

func (*GetMobiledevicesNotFound) IsClientError

func (o *GetMobiledevicesNotFound) IsClientError() bool

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

func (*GetMobiledevicesNotFound) IsCode

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

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

func (*GetMobiledevicesNotFound) IsRedirect

func (o *GetMobiledevicesNotFound) IsRedirect() bool

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

func (*GetMobiledevicesNotFound) IsServerError

func (o *GetMobiledevicesNotFound) IsServerError() bool

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

func (*GetMobiledevicesNotFound) IsSuccess

func (o *GetMobiledevicesNotFound) IsSuccess() bool

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

func (*GetMobiledevicesNotFound) String

func (o *GetMobiledevicesNotFound) String() string

type GetMobiledevicesOK

type GetMobiledevicesOK struct {
	Payload *models.DirectoryUserDevicesListing
}

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

successful operation

func NewGetMobiledevicesOK

func NewGetMobiledevicesOK() *GetMobiledevicesOK

NewGetMobiledevicesOK creates a GetMobiledevicesOK with default headers values

func (*GetMobiledevicesOK) Error

func (o *GetMobiledevicesOK) Error() string

func (*GetMobiledevicesOK) GetPayload

func (*GetMobiledevicesOK) IsClientError

func (o *GetMobiledevicesOK) IsClientError() bool

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

func (*GetMobiledevicesOK) IsCode

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

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

func (*GetMobiledevicesOK) IsRedirect

func (o *GetMobiledevicesOK) IsRedirect() bool

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

func (*GetMobiledevicesOK) IsServerError

func (o *GetMobiledevicesOK) IsServerError() bool

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

func (*GetMobiledevicesOK) IsSuccess

func (o *GetMobiledevicesOK) IsSuccess() bool

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

func (*GetMobiledevicesOK) String

func (o *GetMobiledevicesOK) String() string

type GetMobiledevicesParams

type GetMobiledevicesParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ascending"
	*/
	SortOrder *string

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

GetMobiledevicesParams contains all the parameters to send to the API endpoint

for the get mobiledevices operation.

Typically these are written to a http.Request.

func NewGetMobiledevicesParams

func NewGetMobiledevicesParams() *GetMobiledevicesParams

NewGetMobiledevicesParams creates a new GetMobiledevicesParams 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 NewGetMobiledevicesParamsWithContext

func NewGetMobiledevicesParamsWithContext(ctx context.Context) *GetMobiledevicesParams

NewGetMobiledevicesParamsWithContext creates a new GetMobiledevicesParams object with the ability to set a context for a request.

func NewGetMobiledevicesParamsWithHTTPClient

func NewGetMobiledevicesParamsWithHTTPClient(client *http.Client) *GetMobiledevicesParams

NewGetMobiledevicesParamsWithHTTPClient creates a new GetMobiledevicesParams object with the ability to set a custom HTTPClient for a request.

func NewGetMobiledevicesParamsWithTimeout

func NewGetMobiledevicesParamsWithTimeout(timeout time.Duration) *GetMobiledevicesParams

NewGetMobiledevicesParamsWithTimeout creates a new GetMobiledevicesParams object with the ability to set a timeout on a request.

func (*GetMobiledevicesParams) SetContext

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

SetContext adds the context to the get mobiledevices params

func (*GetMobiledevicesParams) SetDefaults

func (o *GetMobiledevicesParams) SetDefaults()

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

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

func (*GetMobiledevicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get mobiledevices params

func (*GetMobiledevicesParams) SetPageNumber

func (o *GetMobiledevicesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get mobiledevices params

func (*GetMobiledevicesParams) SetPageSize

func (o *GetMobiledevicesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get mobiledevices params

func (*GetMobiledevicesParams) SetSortOrder

func (o *GetMobiledevicesParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get mobiledevices params

func (*GetMobiledevicesParams) SetTimeout

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

SetTimeout adds the timeout to the get mobiledevices params

func (*GetMobiledevicesParams) WithContext

WithContext adds the context to the get mobiledevices params

func (*GetMobiledevicesParams) WithDefaults

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

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

func (*GetMobiledevicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get mobiledevices params

func (*GetMobiledevicesParams) WithPageNumber

func (o *GetMobiledevicesParams) WithPageNumber(pageNumber *int32) *GetMobiledevicesParams

WithPageNumber adds the pageNumber to the get mobiledevices params

func (*GetMobiledevicesParams) WithPageSize

func (o *GetMobiledevicesParams) WithPageSize(pageSize *int32) *GetMobiledevicesParams

WithPageSize adds the pageSize to the get mobiledevices params

func (*GetMobiledevicesParams) WithSortOrder

func (o *GetMobiledevicesParams) WithSortOrder(sortOrder *string) *GetMobiledevicesParams

WithSortOrder adds the sortOrder to the get mobiledevices params

func (*GetMobiledevicesParams) WithTimeout

WithTimeout adds the timeout to the get mobiledevices params

func (*GetMobiledevicesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMobiledevicesReader

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

GetMobiledevicesReader is a Reader for the GetMobiledevices structure.

func (*GetMobiledevicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMobiledevicesRequestEntityTooLarge

type GetMobiledevicesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetMobiledevicesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetMobiledevicesRequestEntityTooLarge

func NewGetMobiledevicesRequestEntityTooLarge() *GetMobiledevicesRequestEntityTooLarge

NewGetMobiledevicesRequestEntityTooLarge creates a GetMobiledevicesRequestEntityTooLarge with default headers values

func (*GetMobiledevicesRequestEntityTooLarge) Error

func (*GetMobiledevicesRequestEntityTooLarge) GetPayload

func (*GetMobiledevicesRequestEntityTooLarge) IsClientError

func (o *GetMobiledevicesRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get mobiledevices request entity too large response has a 4xx status code

func (*GetMobiledevicesRequestEntityTooLarge) IsCode

IsCode returns true when this get mobiledevices request entity too large response a status code equal to that given

func (*GetMobiledevicesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get mobiledevices request entity too large response has a 3xx status code

func (*GetMobiledevicesRequestEntityTooLarge) IsServerError

func (o *GetMobiledevicesRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get mobiledevices request entity too large response has a 5xx status code

func (*GetMobiledevicesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get mobiledevices request entity too large response has a 2xx status code

func (*GetMobiledevicesRequestEntityTooLarge) String

type GetMobiledevicesRequestTimeout

type GetMobiledevicesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetMobiledevicesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetMobiledevicesRequestTimeout

func NewGetMobiledevicesRequestTimeout() *GetMobiledevicesRequestTimeout

NewGetMobiledevicesRequestTimeout creates a GetMobiledevicesRequestTimeout with default headers values

func (*GetMobiledevicesRequestTimeout) Error

func (*GetMobiledevicesRequestTimeout) GetPayload

func (*GetMobiledevicesRequestTimeout) IsClientError

func (o *GetMobiledevicesRequestTimeout) IsClientError() bool

IsClientError returns true when this get mobiledevices request timeout response has a 4xx status code

func (*GetMobiledevicesRequestTimeout) IsCode

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

IsCode returns true when this get mobiledevices request timeout response a status code equal to that given

func (*GetMobiledevicesRequestTimeout) IsRedirect

func (o *GetMobiledevicesRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get mobiledevices request timeout response has a 3xx status code

func (*GetMobiledevicesRequestTimeout) IsServerError

func (o *GetMobiledevicesRequestTimeout) IsServerError() bool

IsServerError returns true when this get mobiledevices request timeout response has a 5xx status code

func (*GetMobiledevicesRequestTimeout) IsSuccess

func (o *GetMobiledevicesRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get mobiledevices request timeout response has a 2xx status code

func (*GetMobiledevicesRequestTimeout) String

type GetMobiledevicesServiceUnavailable

type GetMobiledevicesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetMobiledevicesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetMobiledevicesServiceUnavailable

func NewGetMobiledevicesServiceUnavailable() *GetMobiledevicesServiceUnavailable

NewGetMobiledevicesServiceUnavailable creates a GetMobiledevicesServiceUnavailable with default headers values

func (*GetMobiledevicesServiceUnavailable) Error

func (*GetMobiledevicesServiceUnavailable) GetPayload

func (*GetMobiledevicesServiceUnavailable) IsClientError

func (o *GetMobiledevicesServiceUnavailable) IsClientError() bool

IsClientError returns true when this get mobiledevices service unavailable response has a 4xx status code

func (*GetMobiledevicesServiceUnavailable) IsCode

IsCode returns true when this get mobiledevices service unavailable response a status code equal to that given

func (*GetMobiledevicesServiceUnavailable) IsRedirect

func (o *GetMobiledevicesServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get mobiledevices service unavailable response has a 3xx status code

func (*GetMobiledevicesServiceUnavailable) IsServerError

func (o *GetMobiledevicesServiceUnavailable) IsServerError() bool

IsServerError returns true when this get mobiledevices service unavailable response has a 5xx status code

func (*GetMobiledevicesServiceUnavailable) IsSuccess

IsSuccess returns true when this get mobiledevices service unavailable response has a 2xx status code

func (*GetMobiledevicesServiceUnavailable) String

type GetMobiledevicesTooManyRequests

type GetMobiledevicesTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetMobiledevicesTooManyRequests

func NewGetMobiledevicesTooManyRequests() *GetMobiledevicesTooManyRequests

NewGetMobiledevicesTooManyRequests creates a GetMobiledevicesTooManyRequests with default headers values

func (*GetMobiledevicesTooManyRequests) Error

func (*GetMobiledevicesTooManyRequests) GetPayload

func (*GetMobiledevicesTooManyRequests) IsClientError

func (o *GetMobiledevicesTooManyRequests) IsClientError() bool

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

func (*GetMobiledevicesTooManyRequests) IsCode

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

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

func (*GetMobiledevicesTooManyRequests) IsRedirect

func (o *GetMobiledevicesTooManyRequests) IsRedirect() bool

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

func (*GetMobiledevicesTooManyRequests) IsServerError

func (o *GetMobiledevicesTooManyRequests) IsServerError() bool

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

func (*GetMobiledevicesTooManyRequests) IsSuccess

func (o *GetMobiledevicesTooManyRequests) IsSuccess() bool

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

func (*GetMobiledevicesTooManyRequests) String

type GetMobiledevicesUnauthorized

type GetMobiledevicesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetMobiledevicesUnauthorized

func NewGetMobiledevicesUnauthorized() *GetMobiledevicesUnauthorized

NewGetMobiledevicesUnauthorized creates a GetMobiledevicesUnauthorized with default headers values

func (*GetMobiledevicesUnauthorized) Error

func (*GetMobiledevicesUnauthorized) GetPayload

func (*GetMobiledevicesUnauthorized) IsClientError

func (o *GetMobiledevicesUnauthorized) IsClientError() bool

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

func (*GetMobiledevicesUnauthorized) IsCode

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

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

func (*GetMobiledevicesUnauthorized) IsRedirect

func (o *GetMobiledevicesUnauthorized) IsRedirect() bool

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

func (*GetMobiledevicesUnauthorized) IsServerError

func (o *GetMobiledevicesUnauthorized) IsServerError() bool

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

func (*GetMobiledevicesUnauthorized) IsSuccess

func (o *GetMobiledevicesUnauthorized) IsSuccess() bool

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

func (*GetMobiledevicesUnauthorized) String

type GetMobiledevicesUnsupportedMediaType

type GetMobiledevicesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetMobiledevicesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetMobiledevicesUnsupportedMediaType

func NewGetMobiledevicesUnsupportedMediaType() *GetMobiledevicesUnsupportedMediaType

NewGetMobiledevicesUnsupportedMediaType creates a GetMobiledevicesUnsupportedMediaType with default headers values

func (*GetMobiledevicesUnsupportedMediaType) Error

func (*GetMobiledevicesUnsupportedMediaType) GetPayload

func (*GetMobiledevicesUnsupportedMediaType) IsClientError

func (o *GetMobiledevicesUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get mobiledevices unsupported media type response has a 4xx status code

func (*GetMobiledevicesUnsupportedMediaType) IsCode

IsCode returns true when this get mobiledevices unsupported media type response a status code equal to that given

func (*GetMobiledevicesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get mobiledevices unsupported media type response has a 3xx status code

func (*GetMobiledevicesUnsupportedMediaType) IsServerError

func (o *GetMobiledevicesUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get mobiledevices unsupported media type response has a 5xx status code

func (*GetMobiledevicesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get mobiledevices unsupported media type response has a 2xx status code

func (*GetMobiledevicesUnsupportedMediaType) String

type PostMobiledevicesBadRequest

type PostMobiledevicesBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostMobiledevicesBadRequest

func NewPostMobiledevicesBadRequest() *PostMobiledevicesBadRequest

NewPostMobiledevicesBadRequest creates a PostMobiledevicesBadRequest with default headers values

func (*PostMobiledevicesBadRequest) Error

func (*PostMobiledevicesBadRequest) GetPayload

func (o *PostMobiledevicesBadRequest) GetPayload() *models.ErrorBody

func (*PostMobiledevicesBadRequest) IsClientError

func (o *PostMobiledevicesBadRequest) IsClientError() bool

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

func (*PostMobiledevicesBadRequest) IsCode

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

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

func (*PostMobiledevicesBadRequest) IsRedirect

func (o *PostMobiledevicesBadRequest) IsRedirect() bool

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

func (*PostMobiledevicesBadRequest) IsServerError

func (o *PostMobiledevicesBadRequest) IsServerError() bool

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

func (*PostMobiledevicesBadRequest) IsSuccess

func (o *PostMobiledevicesBadRequest) IsSuccess() bool

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

func (*PostMobiledevicesBadRequest) String

func (o *PostMobiledevicesBadRequest) String() string

type PostMobiledevicesForbidden

type PostMobiledevicesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostMobiledevicesForbidden

func NewPostMobiledevicesForbidden() *PostMobiledevicesForbidden

NewPostMobiledevicesForbidden creates a PostMobiledevicesForbidden with default headers values

func (*PostMobiledevicesForbidden) Error

func (*PostMobiledevicesForbidden) GetPayload

func (o *PostMobiledevicesForbidden) GetPayload() *models.ErrorBody

func (*PostMobiledevicesForbidden) IsClientError

func (o *PostMobiledevicesForbidden) IsClientError() bool

IsClientError returns true when this post mobiledevices forbidden response has a 4xx status code

func (*PostMobiledevicesForbidden) IsCode

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

IsCode returns true when this post mobiledevices forbidden response a status code equal to that given

func (*PostMobiledevicesForbidden) IsRedirect

func (o *PostMobiledevicesForbidden) IsRedirect() bool

IsRedirect returns true when this post mobiledevices forbidden response has a 3xx status code

func (*PostMobiledevicesForbidden) IsServerError

func (o *PostMobiledevicesForbidden) IsServerError() bool

IsServerError returns true when this post mobiledevices forbidden response has a 5xx status code

func (*PostMobiledevicesForbidden) IsSuccess

func (o *PostMobiledevicesForbidden) IsSuccess() bool

IsSuccess returns true when this post mobiledevices forbidden response has a 2xx status code

func (*PostMobiledevicesForbidden) String

func (o *PostMobiledevicesForbidden) String() string

type PostMobiledevicesGatewayTimeout

type PostMobiledevicesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostMobiledevicesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostMobiledevicesGatewayTimeout

func NewPostMobiledevicesGatewayTimeout() *PostMobiledevicesGatewayTimeout

NewPostMobiledevicesGatewayTimeout creates a PostMobiledevicesGatewayTimeout with default headers values

func (*PostMobiledevicesGatewayTimeout) Error

func (*PostMobiledevicesGatewayTimeout) GetPayload

func (*PostMobiledevicesGatewayTimeout) IsClientError

func (o *PostMobiledevicesGatewayTimeout) IsClientError() bool

IsClientError returns true when this post mobiledevices gateway timeout response has a 4xx status code

func (*PostMobiledevicesGatewayTimeout) IsCode

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

IsCode returns true when this post mobiledevices gateway timeout response a status code equal to that given

func (*PostMobiledevicesGatewayTimeout) IsRedirect

func (o *PostMobiledevicesGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post mobiledevices gateway timeout response has a 3xx status code

func (*PostMobiledevicesGatewayTimeout) IsServerError

func (o *PostMobiledevicesGatewayTimeout) IsServerError() bool

IsServerError returns true when this post mobiledevices gateway timeout response has a 5xx status code

func (*PostMobiledevicesGatewayTimeout) IsSuccess

func (o *PostMobiledevicesGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post mobiledevices gateway timeout response has a 2xx status code

func (*PostMobiledevicesGatewayTimeout) String

type PostMobiledevicesInternalServerError

type PostMobiledevicesInternalServerError struct {
	Payload *models.ErrorBody
}

PostMobiledevicesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostMobiledevicesInternalServerError

func NewPostMobiledevicesInternalServerError() *PostMobiledevicesInternalServerError

NewPostMobiledevicesInternalServerError creates a PostMobiledevicesInternalServerError with default headers values

func (*PostMobiledevicesInternalServerError) Error

func (*PostMobiledevicesInternalServerError) GetPayload

func (*PostMobiledevicesInternalServerError) IsClientError

func (o *PostMobiledevicesInternalServerError) IsClientError() bool

IsClientError returns true when this post mobiledevices internal server error response has a 4xx status code

func (*PostMobiledevicesInternalServerError) IsCode

IsCode returns true when this post mobiledevices internal server error response a status code equal to that given

func (*PostMobiledevicesInternalServerError) IsRedirect

IsRedirect returns true when this post mobiledevices internal server error response has a 3xx status code

func (*PostMobiledevicesInternalServerError) IsServerError

func (o *PostMobiledevicesInternalServerError) IsServerError() bool

IsServerError returns true when this post mobiledevices internal server error response has a 5xx status code

func (*PostMobiledevicesInternalServerError) IsSuccess

IsSuccess returns true when this post mobiledevices internal server error response has a 2xx status code

func (*PostMobiledevicesInternalServerError) String

type PostMobiledevicesNotFound

type PostMobiledevicesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostMobiledevicesNotFound

func NewPostMobiledevicesNotFound() *PostMobiledevicesNotFound

NewPostMobiledevicesNotFound creates a PostMobiledevicesNotFound with default headers values

func (*PostMobiledevicesNotFound) Error

func (o *PostMobiledevicesNotFound) Error() string

func (*PostMobiledevicesNotFound) GetPayload

func (o *PostMobiledevicesNotFound) GetPayload() *models.ErrorBody

func (*PostMobiledevicesNotFound) IsClientError

func (o *PostMobiledevicesNotFound) IsClientError() bool

IsClientError returns true when this post mobiledevices not found response has a 4xx status code

func (*PostMobiledevicesNotFound) IsCode

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

IsCode returns true when this post mobiledevices not found response a status code equal to that given

func (*PostMobiledevicesNotFound) IsRedirect

func (o *PostMobiledevicesNotFound) IsRedirect() bool

IsRedirect returns true when this post mobiledevices not found response has a 3xx status code

func (*PostMobiledevicesNotFound) IsServerError

func (o *PostMobiledevicesNotFound) IsServerError() bool

IsServerError returns true when this post mobiledevices not found response has a 5xx status code

func (*PostMobiledevicesNotFound) IsSuccess

func (o *PostMobiledevicesNotFound) IsSuccess() bool

IsSuccess returns true when this post mobiledevices not found response has a 2xx status code

func (*PostMobiledevicesNotFound) String

func (o *PostMobiledevicesNotFound) String() string

type PostMobiledevicesOK

type PostMobiledevicesOK struct {
	Payload *models.UserDevice
}

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

successful operation

func NewPostMobiledevicesOK

func NewPostMobiledevicesOK() *PostMobiledevicesOK

NewPostMobiledevicesOK creates a PostMobiledevicesOK with default headers values

func (*PostMobiledevicesOK) Error

func (o *PostMobiledevicesOK) Error() string

func (*PostMobiledevicesOK) GetPayload

func (o *PostMobiledevicesOK) GetPayload() *models.UserDevice

func (*PostMobiledevicesOK) IsClientError

func (o *PostMobiledevicesOK) IsClientError() bool

IsClientError returns true when this post mobiledevices o k response has a 4xx status code

func (*PostMobiledevicesOK) IsCode

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

IsCode returns true when this post mobiledevices o k response a status code equal to that given

func (*PostMobiledevicesOK) IsRedirect

func (o *PostMobiledevicesOK) IsRedirect() bool

IsRedirect returns true when this post mobiledevices o k response has a 3xx status code

func (*PostMobiledevicesOK) IsServerError

func (o *PostMobiledevicesOK) IsServerError() bool

IsServerError returns true when this post mobiledevices o k response has a 5xx status code

func (*PostMobiledevicesOK) IsSuccess

func (o *PostMobiledevicesOK) IsSuccess() bool

IsSuccess returns true when this post mobiledevices o k response has a 2xx status code

func (*PostMobiledevicesOK) String

func (o *PostMobiledevicesOK) String() string

type PostMobiledevicesParams

type PostMobiledevicesParams struct {

	/* Body.

	   Device
	*/
	Body *models.UserDevice

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

PostMobiledevicesParams contains all the parameters to send to the API endpoint

for the post mobiledevices operation.

Typically these are written to a http.Request.

func NewPostMobiledevicesParams

func NewPostMobiledevicesParams() *PostMobiledevicesParams

NewPostMobiledevicesParams creates a new PostMobiledevicesParams 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 NewPostMobiledevicesParamsWithContext

func NewPostMobiledevicesParamsWithContext(ctx context.Context) *PostMobiledevicesParams

NewPostMobiledevicesParamsWithContext creates a new PostMobiledevicesParams object with the ability to set a context for a request.

func NewPostMobiledevicesParamsWithHTTPClient

func NewPostMobiledevicesParamsWithHTTPClient(client *http.Client) *PostMobiledevicesParams

NewPostMobiledevicesParamsWithHTTPClient creates a new PostMobiledevicesParams object with the ability to set a custom HTTPClient for a request.

func NewPostMobiledevicesParamsWithTimeout

func NewPostMobiledevicesParamsWithTimeout(timeout time.Duration) *PostMobiledevicesParams

NewPostMobiledevicesParamsWithTimeout creates a new PostMobiledevicesParams object with the ability to set a timeout on a request.

func (*PostMobiledevicesParams) SetBody

func (o *PostMobiledevicesParams) SetBody(body *models.UserDevice)

SetBody adds the body to the post mobiledevices params

func (*PostMobiledevicesParams) SetContext

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

SetContext adds the context to the post mobiledevices params

func (*PostMobiledevicesParams) SetDefaults

func (o *PostMobiledevicesParams) SetDefaults()

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

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

func (*PostMobiledevicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post mobiledevices params

func (*PostMobiledevicesParams) SetTimeout

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

SetTimeout adds the timeout to the post mobiledevices params

func (*PostMobiledevicesParams) WithBody

WithBody adds the body to the post mobiledevices params

func (*PostMobiledevicesParams) WithContext

WithContext adds the context to the post mobiledevices params

func (*PostMobiledevicesParams) WithDefaults

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

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

func (*PostMobiledevicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post mobiledevices params

func (*PostMobiledevicesParams) WithTimeout

WithTimeout adds the timeout to the post mobiledevices params

func (*PostMobiledevicesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostMobiledevicesReader

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

PostMobiledevicesReader is a Reader for the PostMobiledevices structure.

func (*PostMobiledevicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostMobiledevicesRequestEntityTooLarge

type PostMobiledevicesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostMobiledevicesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostMobiledevicesRequestEntityTooLarge

func NewPostMobiledevicesRequestEntityTooLarge() *PostMobiledevicesRequestEntityTooLarge

NewPostMobiledevicesRequestEntityTooLarge creates a PostMobiledevicesRequestEntityTooLarge with default headers values

func (*PostMobiledevicesRequestEntityTooLarge) Error

func (*PostMobiledevicesRequestEntityTooLarge) GetPayload

func (*PostMobiledevicesRequestEntityTooLarge) IsClientError

func (o *PostMobiledevicesRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post mobiledevices request entity too large response has a 4xx status code

func (*PostMobiledevicesRequestEntityTooLarge) IsCode

IsCode returns true when this post mobiledevices request entity too large response a status code equal to that given

func (*PostMobiledevicesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post mobiledevices request entity too large response has a 3xx status code

func (*PostMobiledevicesRequestEntityTooLarge) IsServerError

func (o *PostMobiledevicesRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post mobiledevices request entity too large response has a 5xx status code

func (*PostMobiledevicesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post mobiledevices request entity too large response has a 2xx status code

func (*PostMobiledevicesRequestEntityTooLarge) String

type PostMobiledevicesRequestTimeout

type PostMobiledevicesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostMobiledevicesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostMobiledevicesRequestTimeout

func NewPostMobiledevicesRequestTimeout() *PostMobiledevicesRequestTimeout

NewPostMobiledevicesRequestTimeout creates a PostMobiledevicesRequestTimeout with default headers values

func (*PostMobiledevicesRequestTimeout) Error

func (*PostMobiledevicesRequestTimeout) GetPayload

func (*PostMobiledevicesRequestTimeout) IsClientError

func (o *PostMobiledevicesRequestTimeout) IsClientError() bool

IsClientError returns true when this post mobiledevices request timeout response has a 4xx status code

func (*PostMobiledevicesRequestTimeout) IsCode

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

IsCode returns true when this post mobiledevices request timeout response a status code equal to that given

func (*PostMobiledevicesRequestTimeout) IsRedirect

func (o *PostMobiledevicesRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post mobiledevices request timeout response has a 3xx status code

func (*PostMobiledevicesRequestTimeout) IsServerError

func (o *PostMobiledevicesRequestTimeout) IsServerError() bool

IsServerError returns true when this post mobiledevices request timeout response has a 5xx status code

func (*PostMobiledevicesRequestTimeout) IsSuccess

func (o *PostMobiledevicesRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post mobiledevices request timeout response has a 2xx status code

func (*PostMobiledevicesRequestTimeout) String

type PostMobiledevicesServiceUnavailable

type PostMobiledevicesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostMobiledevicesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostMobiledevicesServiceUnavailable

func NewPostMobiledevicesServiceUnavailable() *PostMobiledevicesServiceUnavailable

NewPostMobiledevicesServiceUnavailable creates a PostMobiledevicesServiceUnavailable with default headers values

func (*PostMobiledevicesServiceUnavailable) Error

func (*PostMobiledevicesServiceUnavailable) GetPayload

func (*PostMobiledevicesServiceUnavailable) IsClientError

func (o *PostMobiledevicesServiceUnavailable) IsClientError() bool

IsClientError returns true when this post mobiledevices service unavailable response has a 4xx status code

func (*PostMobiledevicesServiceUnavailable) IsCode

IsCode returns true when this post mobiledevices service unavailable response a status code equal to that given

func (*PostMobiledevicesServiceUnavailable) IsRedirect

func (o *PostMobiledevicesServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post mobiledevices service unavailable response has a 3xx status code

func (*PostMobiledevicesServiceUnavailable) IsServerError

func (o *PostMobiledevicesServiceUnavailable) IsServerError() bool

IsServerError returns true when this post mobiledevices service unavailable response has a 5xx status code

func (*PostMobiledevicesServiceUnavailable) IsSuccess

IsSuccess returns true when this post mobiledevices service unavailable response has a 2xx status code

func (*PostMobiledevicesServiceUnavailable) String

type PostMobiledevicesTooManyRequests

type PostMobiledevicesTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostMobiledevicesTooManyRequests

func NewPostMobiledevicesTooManyRequests() *PostMobiledevicesTooManyRequests

NewPostMobiledevicesTooManyRequests creates a PostMobiledevicesTooManyRequests with default headers values

func (*PostMobiledevicesTooManyRequests) Error

func (*PostMobiledevicesTooManyRequests) GetPayload

func (*PostMobiledevicesTooManyRequests) IsClientError

func (o *PostMobiledevicesTooManyRequests) IsClientError() bool

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

func (*PostMobiledevicesTooManyRequests) IsCode

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

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

func (*PostMobiledevicesTooManyRequests) IsRedirect

func (o *PostMobiledevicesTooManyRequests) IsRedirect() bool

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

func (*PostMobiledevicesTooManyRequests) IsServerError

func (o *PostMobiledevicesTooManyRequests) IsServerError() bool

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

func (*PostMobiledevicesTooManyRequests) IsSuccess

func (o *PostMobiledevicesTooManyRequests) IsSuccess() bool

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

func (*PostMobiledevicesTooManyRequests) String

type PostMobiledevicesUnauthorized

type PostMobiledevicesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostMobiledevicesUnauthorized

func NewPostMobiledevicesUnauthorized() *PostMobiledevicesUnauthorized

NewPostMobiledevicesUnauthorized creates a PostMobiledevicesUnauthorized with default headers values

func (*PostMobiledevicesUnauthorized) Error

func (*PostMobiledevicesUnauthorized) GetPayload

func (*PostMobiledevicesUnauthorized) IsClientError

func (o *PostMobiledevicesUnauthorized) IsClientError() bool

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

func (*PostMobiledevicesUnauthorized) IsCode

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

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

func (*PostMobiledevicesUnauthorized) IsRedirect

func (o *PostMobiledevicesUnauthorized) IsRedirect() bool

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

func (*PostMobiledevicesUnauthorized) IsServerError

func (o *PostMobiledevicesUnauthorized) IsServerError() bool

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

func (*PostMobiledevicesUnauthorized) IsSuccess

func (o *PostMobiledevicesUnauthorized) IsSuccess() bool

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

func (*PostMobiledevicesUnauthorized) String

type PostMobiledevicesUnsupportedMediaType

type PostMobiledevicesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostMobiledevicesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostMobiledevicesUnsupportedMediaType

func NewPostMobiledevicesUnsupportedMediaType() *PostMobiledevicesUnsupportedMediaType

NewPostMobiledevicesUnsupportedMediaType creates a PostMobiledevicesUnsupportedMediaType with default headers values

func (*PostMobiledevicesUnsupportedMediaType) Error

func (*PostMobiledevicesUnsupportedMediaType) GetPayload

func (*PostMobiledevicesUnsupportedMediaType) IsClientError

func (o *PostMobiledevicesUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post mobiledevices unsupported media type response has a 4xx status code

func (*PostMobiledevicesUnsupportedMediaType) IsCode

IsCode returns true when this post mobiledevices unsupported media type response a status code equal to that given

func (*PostMobiledevicesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post mobiledevices unsupported media type response has a 3xx status code

func (*PostMobiledevicesUnsupportedMediaType) IsServerError

func (o *PostMobiledevicesUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post mobiledevices unsupported media type response has a 5xx status code

func (*PostMobiledevicesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post mobiledevices unsupported media type response has a 2xx status code

func (*PostMobiledevicesUnsupportedMediaType) String

type PutMobiledeviceBadRequest

type PutMobiledeviceBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPutMobiledeviceBadRequest

func NewPutMobiledeviceBadRequest() *PutMobiledeviceBadRequest

NewPutMobiledeviceBadRequest creates a PutMobiledeviceBadRequest with default headers values

func (*PutMobiledeviceBadRequest) Error

func (o *PutMobiledeviceBadRequest) Error() string

func (*PutMobiledeviceBadRequest) GetPayload

func (o *PutMobiledeviceBadRequest) GetPayload() *models.ErrorBody

func (*PutMobiledeviceBadRequest) IsClientError

func (o *PutMobiledeviceBadRequest) IsClientError() bool

IsClientError returns true when this put mobiledevice bad request response has a 4xx status code

func (*PutMobiledeviceBadRequest) IsCode

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

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

func (*PutMobiledeviceBadRequest) IsRedirect

func (o *PutMobiledeviceBadRequest) IsRedirect() bool

IsRedirect returns true when this put mobiledevice bad request response has a 3xx status code

func (*PutMobiledeviceBadRequest) IsServerError

func (o *PutMobiledeviceBadRequest) IsServerError() bool

IsServerError returns true when this put mobiledevice bad request response has a 5xx status code

func (*PutMobiledeviceBadRequest) IsSuccess

func (o *PutMobiledeviceBadRequest) IsSuccess() bool

IsSuccess returns true when this put mobiledevice bad request response has a 2xx status code

func (*PutMobiledeviceBadRequest) String

func (o *PutMobiledeviceBadRequest) String() string

type PutMobiledeviceForbidden

type PutMobiledeviceForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutMobiledeviceForbidden

func NewPutMobiledeviceForbidden() *PutMobiledeviceForbidden

NewPutMobiledeviceForbidden creates a PutMobiledeviceForbidden with default headers values

func (*PutMobiledeviceForbidden) Error

func (o *PutMobiledeviceForbidden) Error() string

func (*PutMobiledeviceForbidden) GetPayload

func (o *PutMobiledeviceForbidden) GetPayload() *models.ErrorBody

func (*PutMobiledeviceForbidden) IsClientError

func (o *PutMobiledeviceForbidden) IsClientError() bool

IsClientError returns true when this put mobiledevice forbidden response has a 4xx status code

func (*PutMobiledeviceForbidden) IsCode

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

IsCode returns true when this put mobiledevice forbidden response a status code equal to that given

func (*PutMobiledeviceForbidden) IsRedirect

func (o *PutMobiledeviceForbidden) IsRedirect() bool

IsRedirect returns true when this put mobiledevice forbidden response has a 3xx status code

func (*PutMobiledeviceForbidden) IsServerError

func (o *PutMobiledeviceForbidden) IsServerError() bool

IsServerError returns true when this put mobiledevice forbidden response has a 5xx status code

func (*PutMobiledeviceForbidden) IsSuccess

func (o *PutMobiledeviceForbidden) IsSuccess() bool

IsSuccess returns true when this put mobiledevice forbidden response has a 2xx status code

func (*PutMobiledeviceForbidden) String

func (o *PutMobiledeviceForbidden) String() string

type PutMobiledeviceGatewayTimeout

type PutMobiledeviceGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutMobiledeviceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutMobiledeviceGatewayTimeout

func NewPutMobiledeviceGatewayTimeout() *PutMobiledeviceGatewayTimeout

NewPutMobiledeviceGatewayTimeout creates a PutMobiledeviceGatewayTimeout with default headers values

func (*PutMobiledeviceGatewayTimeout) Error

func (*PutMobiledeviceGatewayTimeout) GetPayload

func (*PutMobiledeviceGatewayTimeout) IsClientError

func (o *PutMobiledeviceGatewayTimeout) IsClientError() bool

IsClientError returns true when this put mobiledevice gateway timeout response has a 4xx status code

func (*PutMobiledeviceGatewayTimeout) IsCode

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

IsCode returns true when this put mobiledevice gateway timeout response a status code equal to that given

func (*PutMobiledeviceGatewayTimeout) IsRedirect

func (o *PutMobiledeviceGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put mobiledevice gateway timeout response has a 3xx status code

func (*PutMobiledeviceGatewayTimeout) IsServerError

func (o *PutMobiledeviceGatewayTimeout) IsServerError() bool

IsServerError returns true when this put mobiledevice gateway timeout response has a 5xx status code

func (*PutMobiledeviceGatewayTimeout) IsSuccess

func (o *PutMobiledeviceGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put mobiledevice gateway timeout response has a 2xx status code

func (*PutMobiledeviceGatewayTimeout) String

type PutMobiledeviceInternalServerError

type PutMobiledeviceInternalServerError struct {
	Payload *models.ErrorBody
}

PutMobiledeviceInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutMobiledeviceInternalServerError

func NewPutMobiledeviceInternalServerError() *PutMobiledeviceInternalServerError

NewPutMobiledeviceInternalServerError creates a PutMobiledeviceInternalServerError with default headers values

func (*PutMobiledeviceInternalServerError) Error

func (*PutMobiledeviceInternalServerError) GetPayload

func (*PutMobiledeviceInternalServerError) IsClientError

func (o *PutMobiledeviceInternalServerError) IsClientError() bool

IsClientError returns true when this put mobiledevice internal server error response has a 4xx status code

func (*PutMobiledeviceInternalServerError) IsCode

IsCode returns true when this put mobiledevice internal server error response a status code equal to that given

func (*PutMobiledeviceInternalServerError) IsRedirect

func (o *PutMobiledeviceInternalServerError) IsRedirect() bool

IsRedirect returns true when this put mobiledevice internal server error response has a 3xx status code

func (*PutMobiledeviceInternalServerError) IsServerError

func (o *PutMobiledeviceInternalServerError) IsServerError() bool

IsServerError returns true when this put mobiledevice internal server error response has a 5xx status code

func (*PutMobiledeviceInternalServerError) IsSuccess

IsSuccess returns true when this put mobiledevice internal server error response has a 2xx status code

func (*PutMobiledeviceInternalServerError) String

type PutMobiledeviceNotFound

type PutMobiledeviceNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutMobiledeviceNotFound

func NewPutMobiledeviceNotFound() *PutMobiledeviceNotFound

NewPutMobiledeviceNotFound creates a PutMobiledeviceNotFound with default headers values

func (*PutMobiledeviceNotFound) Error

func (o *PutMobiledeviceNotFound) Error() string

func (*PutMobiledeviceNotFound) GetPayload

func (o *PutMobiledeviceNotFound) GetPayload() *models.ErrorBody

func (*PutMobiledeviceNotFound) IsClientError

func (o *PutMobiledeviceNotFound) IsClientError() bool

IsClientError returns true when this put mobiledevice not found response has a 4xx status code

func (*PutMobiledeviceNotFound) IsCode

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

IsCode returns true when this put mobiledevice not found response a status code equal to that given

func (*PutMobiledeviceNotFound) IsRedirect

func (o *PutMobiledeviceNotFound) IsRedirect() bool

IsRedirect returns true when this put mobiledevice not found response has a 3xx status code

func (*PutMobiledeviceNotFound) IsServerError

func (o *PutMobiledeviceNotFound) IsServerError() bool

IsServerError returns true when this put mobiledevice not found response has a 5xx status code

func (*PutMobiledeviceNotFound) IsSuccess

func (o *PutMobiledeviceNotFound) IsSuccess() bool

IsSuccess returns true when this put mobiledevice not found response has a 2xx status code

func (*PutMobiledeviceNotFound) String

func (o *PutMobiledeviceNotFound) String() string

type PutMobiledeviceOK

type PutMobiledeviceOK struct {
	Payload *models.UserDevice
}

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

successful operation

func NewPutMobiledeviceOK

func NewPutMobiledeviceOK() *PutMobiledeviceOK

NewPutMobiledeviceOK creates a PutMobiledeviceOK with default headers values

func (*PutMobiledeviceOK) Error

func (o *PutMobiledeviceOK) Error() string

func (*PutMobiledeviceOK) GetPayload

func (o *PutMobiledeviceOK) GetPayload() *models.UserDevice

func (*PutMobiledeviceOK) IsClientError

func (o *PutMobiledeviceOK) IsClientError() bool

IsClientError returns true when this put mobiledevice o k response has a 4xx status code

func (*PutMobiledeviceOK) IsCode

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

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

func (*PutMobiledeviceOK) IsRedirect

func (o *PutMobiledeviceOK) IsRedirect() bool

IsRedirect returns true when this put mobiledevice o k response has a 3xx status code

func (*PutMobiledeviceOK) IsServerError

func (o *PutMobiledeviceOK) IsServerError() bool

IsServerError returns true when this put mobiledevice o k response has a 5xx status code

func (*PutMobiledeviceOK) IsSuccess

func (o *PutMobiledeviceOK) IsSuccess() bool

IsSuccess returns true when this put mobiledevice o k response has a 2xx status code

func (*PutMobiledeviceOK) String

func (o *PutMobiledeviceOK) String() string

type PutMobiledeviceParams

type PutMobiledeviceParams struct {

	/* Body.

	   Device
	*/
	Body *models.UserDevice

	/* DeviceID.

	   Device ID
	*/
	DeviceID string

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

PutMobiledeviceParams contains all the parameters to send to the API endpoint

for the put mobiledevice operation.

Typically these are written to a http.Request.

func NewPutMobiledeviceParams

func NewPutMobiledeviceParams() *PutMobiledeviceParams

NewPutMobiledeviceParams creates a new PutMobiledeviceParams 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 NewPutMobiledeviceParamsWithContext

func NewPutMobiledeviceParamsWithContext(ctx context.Context) *PutMobiledeviceParams

NewPutMobiledeviceParamsWithContext creates a new PutMobiledeviceParams object with the ability to set a context for a request.

func NewPutMobiledeviceParamsWithHTTPClient

func NewPutMobiledeviceParamsWithHTTPClient(client *http.Client) *PutMobiledeviceParams

NewPutMobiledeviceParamsWithHTTPClient creates a new PutMobiledeviceParams object with the ability to set a custom HTTPClient for a request.

func NewPutMobiledeviceParamsWithTimeout

func NewPutMobiledeviceParamsWithTimeout(timeout time.Duration) *PutMobiledeviceParams

NewPutMobiledeviceParamsWithTimeout creates a new PutMobiledeviceParams object with the ability to set a timeout on a request.

func (*PutMobiledeviceParams) SetBody

func (o *PutMobiledeviceParams) SetBody(body *models.UserDevice)

SetBody adds the body to the put mobiledevice params

func (*PutMobiledeviceParams) SetContext

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

SetContext adds the context to the put mobiledevice params

func (*PutMobiledeviceParams) SetDefaults

func (o *PutMobiledeviceParams) SetDefaults()

SetDefaults hydrates default values in the put mobiledevice params (not the query body).

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

func (*PutMobiledeviceParams) SetDeviceID

func (o *PutMobiledeviceParams) SetDeviceID(deviceID string)

SetDeviceID adds the deviceId to the put mobiledevice params

func (*PutMobiledeviceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put mobiledevice params

func (*PutMobiledeviceParams) SetTimeout

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

SetTimeout adds the timeout to the put mobiledevice params

func (*PutMobiledeviceParams) WithBody

WithBody adds the body to the put mobiledevice params

func (*PutMobiledeviceParams) WithContext

WithContext adds the context to the put mobiledevice params

func (*PutMobiledeviceParams) WithDefaults

func (o *PutMobiledeviceParams) WithDefaults() *PutMobiledeviceParams

WithDefaults hydrates default values in the put mobiledevice params (not the query body).

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

func (*PutMobiledeviceParams) WithDeviceID

func (o *PutMobiledeviceParams) WithDeviceID(deviceID string) *PutMobiledeviceParams

WithDeviceID adds the deviceID to the put mobiledevice params

func (*PutMobiledeviceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put mobiledevice params

func (*PutMobiledeviceParams) WithTimeout

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

WithTimeout adds the timeout to the put mobiledevice params

func (*PutMobiledeviceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutMobiledeviceReader

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

PutMobiledeviceReader is a Reader for the PutMobiledevice structure.

func (*PutMobiledeviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutMobiledeviceRequestEntityTooLarge

type PutMobiledeviceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutMobiledeviceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutMobiledeviceRequestEntityTooLarge

func NewPutMobiledeviceRequestEntityTooLarge() *PutMobiledeviceRequestEntityTooLarge

NewPutMobiledeviceRequestEntityTooLarge creates a PutMobiledeviceRequestEntityTooLarge with default headers values

func (*PutMobiledeviceRequestEntityTooLarge) Error

func (*PutMobiledeviceRequestEntityTooLarge) GetPayload

func (*PutMobiledeviceRequestEntityTooLarge) IsClientError

func (o *PutMobiledeviceRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put mobiledevice request entity too large response has a 4xx status code

func (*PutMobiledeviceRequestEntityTooLarge) IsCode

IsCode returns true when this put mobiledevice request entity too large response a status code equal to that given

func (*PutMobiledeviceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put mobiledevice request entity too large response has a 3xx status code

func (*PutMobiledeviceRequestEntityTooLarge) IsServerError

func (o *PutMobiledeviceRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put mobiledevice request entity too large response has a 5xx status code

func (*PutMobiledeviceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put mobiledevice request entity too large response has a 2xx status code

func (*PutMobiledeviceRequestEntityTooLarge) String

type PutMobiledeviceRequestTimeout

type PutMobiledeviceRequestTimeout struct {
	Payload *models.ErrorBody
}

PutMobiledeviceRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutMobiledeviceRequestTimeout

func NewPutMobiledeviceRequestTimeout() *PutMobiledeviceRequestTimeout

NewPutMobiledeviceRequestTimeout creates a PutMobiledeviceRequestTimeout with default headers values

func (*PutMobiledeviceRequestTimeout) Error

func (*PutMobiledeviceRequestTimeout) GetPayload

func (*PutMobiledeviceRequestTimeout) IsClientError

func (o *PutMobiledeviceRequestTimeout) IsClientError() bool

IsClientError returns true when this put mobiledevice request timeout response has a 4xx status code

func (*PutMobiledeviceRequestTimeout) IsCode

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

IsCode returns true when this put mobiledevice request timeout response a status code equal to that given

func (*PutMobiledeviceRequestTimeout) IsRedirect

func (o *PutMobiledeviceRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put mobiledevice request timeout response has a 3xx status code

func (*PutMobiledeviceRequestTimeout) IsServerError

func (o *PutMobiledeviceRequestTimeout) IsServerError() bool

IsServerError returns true when this put mobiledevice request timeout response has a 5xx status code

func (*PutMobiledeviceRequestTimeout) IsSuccess

func (o *PutMobiledeviceRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put mobiledevice request timeout response has a 2xx status code

func (*PutMobiledeviceRequestTimeout) String

type PutMobiledeviceServiceUnavailable

type PutMobiledeviceServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutMobiledeviceServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutMobiledeviceServiceUnavailable

func NewPutMobiledeviceServiceUnavailable() *PutMobiledeviceServiceUnavailable

NewPutMobiledeviceServiceUnavailable creates a PutMobiledeviceServiceUnavailable with default headers values

func (*PutMobiledeviceServiceUnavailable) Error

func (*PutMobiledeviceServiceUnavailable) GetPayload

func (*PutMobiledeviceServiceUnavailable) IsClientError

func (o *PutMobiledeviceServiceUnavailable) IsClientError() bool

IsClientError returns true when this put mobiledevice service unavailable response has a 4xx status code

func (*PutMobiledeviceServiceUnavailable) IsCode

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

IsCode returns true when this put mobiledevice service unavailable response a status code equal to that given

func (*PutMobiledeviceServiceUnavailable) IsRedirect

func (o *PutMobiledeviceServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this put mobiledevice service unavailable response has a 3xx status code

func (*PutMobiledeviceServiceUnavailable) IsServerError

func (o *PutMobiledeviceServiceUnavailable) IsServerError() bool

IsServerError returns true when this put mobiledevice service unavailable response has a 5xx status code

func (*PutMobiledeviceServiceUnavailable) IsSuccess

func (o *PutMobiledeviceServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this put mobiledevice service unavailable response has a 2xx status code

func (*PutMobiledeviceServiceUnavailable) String

type PutMobiledeviceTooManyRequests

type PutMobiledeviceTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutMobiledeviceTooManyRequests

func NewPutMobiledeviceTooManyRequests() *PutMobiledeviceTooManyRequests

NewPutMobiledeviceTooManyRequests creates a PutMobiledeviceTooManyRequests with default headers values

func (*PutMobiledeviceTooManyRequests) Error

func (*PutMobiledeviceTooManyRequests) GetPayload

func (*PutMobiledeviceTooManyRequests) IsClientError

func (o *PutMobiledeviceTooManyRequests) IsClientError() bool

IsClientError returns true when this put mobiledevice too many requests response has a 4xx status code

func (*PutMobiledeviceTooManyRequests) IsCode

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

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

func (*PutMobiledeviceTooManyRequests) IsRedirect

func (o *PutMobiledeviceTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put mobiledevice too many requests response has a 3xx status code

func (*PutMobiledeviceTooManyRequests) IsServerError

func (o *PutMobiledeviceTooManyRequests) IsServerError() bool

IsServerError returns true when this put mobiledevice too many requests response has a 5xx status code

func (*PutMobiledeviceTooManyRequests) IsSuccess

func (o *PutMobiledeviceTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put mobiledevice too many requests response has a 2xx status code

func (*PutMobiledeviceTooManyRequests) String

type PutMobiledeviceUnauthorized

type PutMobiledeviceUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutMobiledeviceUnauthorized

func NewPutMobiledeviceUnauthorized() *PutMobiledeviceUnauthorized

NewPutMobiledeviceUnauthorized creates a PutMobiledeviceUnauthorized with default headers values

func (*PutMobiledeviceUnauthorized) Error

func (*PutMobiledeviceUnauthorized) GetPayload

func (o *PutMobiledeviceUnauthorized) GetPayload() *models.ErrorBody

func (*PutMobiledeviceUnauthorized) IsClientError

func (o *PutMobiledeviceUnauthorized) IsClientError() bool

IsClientError returns true when this put mobiledevice unauthorized response has a 4xx status code

func (*PutMobiledeviceUnauthorized) IsCode

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

IsCode returns true when this put mobiledevice unauthorized response a status code equal to that given

func (*PutMobiledeviceUnauthorized) IsRedirect

func (o *PutMobiledeviceUnauthorized) IsRedirect() bool

IsRedirect returns true when this put mobiledevice unauthorized response has a 3xx status code

func (*PutMobiledeviceUnauthorized) IsServerError

func (o *PutMobiledeviceUnauthorized) IsServerError() bool

IsServerError returns true when this put mobiledevice unauthorized response has a 5xx status code

func (*PutMobiledeviceUnauthorized) IsSuccess

func (o *PutMobiledeviceUnauthorized) IsSuccess() bool

IsSuccess returns true when this put mobiledevice unauthorized response has a 2xx status code

func (*PutMobiledeviceUnauthorized) String

func (o *PutMobiledeviceUnauthorized) String() string

type PutMobiledeviceUnsupportedMediaType

type PutMobiledeviceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutMobiledeviceUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutMobiledeviceUnsupportedMediaType

func NewPutMobiledeviceUnsupportedMediaType() *PutMobiledeviceUnsupportedMediaType

NewPutMobiledeviceUnsupportedMediaType creates a PutMobiledeviceUnsupportedMediaType with default headers values

func (*PutMobiledeviceUnsupportedMediaType) Error

func (*PutMobiledeviceUnsupportedMediaType) GetPayload

func (*PutMobiledeviceUnsupportedMediaType) IsClientError

func (o *PutMobiledeviceUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put mobiledevice unsupported media type response has a 4xx status code

func (*PutMobiledeviceUnsupportedMediaType) IsCode

IsCode returns true when this put mobiledevice unsupported media type response a status code equal to that given

func (*PutMobiledeviceUnsupportedMediaType) IsRedirect

func (o *PutMobiledeviceUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this put mobiledevice unsupported media type response has a 3xx status code

func (*PutMobiledeviceUnsupportedMediaType) IsServerError

func (o *PutMobiledeviceUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put mobiledevice unsupported media type response has a 5xx status code

func (*PutMobiledeviceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put mobiledevice unsupported media type response has a 2xx status code

func (*PutMobiledeviceUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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