messaging

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 {
	/*
	   DeleteMessagingSupportedcontentSupportedContentID deletes a supported content profile
	*/
	DeleteMessagingSupportedcontentSupportedContentID(ctx context.Context, params *DeleteMessagingSupportedcontentSupportedContentIDParams) (*DeleteMessagingSupportedcontentSupportedContentIDNoContent, error)
	/*
	   GetMessagingSupportedcontent gets a list of supported content profiles
	*/
	GetMessagingSupportedcontent(ctx context.Context, params *GetMessagingSupportedcontentParams) (*GetMessagingSupportedcontentOK, error)
	/*
	   GetMessagingSupportedcontentSupportedContentID gets a supported content profile
	*/
	GetMessagingSupportedcontentSupportedContentID(ctx context.Context, params *GetMessagingSupportedcontentSupportedContentIDParams) (*GetMessagingSupportedcontentSupportedContentIDOK, error)
	/*
	   PatchMessagingSupportedcontentSupportedContentID updates a supported content profile
	*/
	PatchMessagingSupportedcontentSupportedContentID(ctx context.Context, params *PatchMessagingSupportedcontentSupportedContentIDParams) (*PatchMessagingSupportedcontentSupportedContentIDOK, error)
	/*
	   PostMessagingSupportedcontent creates a supported content profile
	*/
	PostMessagingSupportedcontent(ctx context.Context, params *PostMessagingSupportedcontentParams) (*PostMessagingSupportedcontentOK, *PostMessagingSupportedcontentCreated, error)
}

API is the interface of the messaging client

type Client

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

Client for messaging API

func New

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

New creates a new messaging API client.

func (*Client) DeleteMessagingSupportedcontentSupportedContentID

DeleteMessagingSupportedcontentSupportedContentID deletes a supported content profile

func (*Client) GetMessagingSupportedcontent

func (a *Client) GetMessagingSupportedcontent(ctx context.Context, params *GetMessagingSupportedcontentParams) (*GetMessagingSupportedcontentOK, error)

GetMessagingSupportedcontent gets a list of supported content profiles

func (*Client) GetMessagingSupportedcontentSupportedContentID

GetMessagingSupportedcontentSupportedContentID gets a supported content profile

func (*Client) PatchMessagingSupportedcontentSupportedContentID

PatchMessagingSupportedcontentSupportedContentID updates a supported content profile

func (*Client) PostMessagingSupportedcontent

PostMessagingSupportedcontent creates a supported content profile

type DeleteMessagingSupportedcontentSupportedContentIDBadRequest

type DeleteMessagingSupportedcontentSupportedContentIDBadRequest struct {
	Payload *models.ErrorBody
}

DeleteMessagingSupportedcontentSupportedContentIDBadRequest 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 NewDeleteMessagingSupportedcontentSupportedContentIDBadRequest

func NewDeleteMessagingSupportedcontentSupportedContentIDBadRequest() *DeleteMessagingSupportedcontentSupportedContentIDBadRequest

NewDeleteMessagingSupportedcontentSupportedContentIDBadRequest creates a DeleteMessagingSupportedcontentSupportedContentIDBadRequest with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id bad request response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id bad request response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id bad request response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id bad request response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id bad request response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDBadRequest) String

type DeleteMessagingSupportedcontentSupportedContentIDForbidden

type DeleteMessagingSupportedcontentSupportedContentIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteMessagingSupportedcontentSupportedContentIDForbidden

func NewDeleteMessagingSupportedcontentSupportedContentIDForbidden() *DeleteMessagingSupportedcontentSupportedContentIDForbidden

NewDeleteMessagingSupportedcontentSupportedContentIDForbidden creates a DeleteMessagingSupportedcontentSupportedContentIDForbidden with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id forbidden response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id forbidden response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id forbidden response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id forbidden response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id forbidden response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDForbidden) String

type DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout

type DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout

func NewDeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout() *DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout

NewDeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout creates a DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id gateway timeout response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id gateway timeout response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id gateway timeout response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id gateway timeout response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id gateway timeout response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDGatewayTimeout) String

type DeleteMessagingSupportedcontentSupportedContentIDInternalServerError

type DeleteMessagingSupportedcontentSupportedContentIDInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteMessagingSupportedcontentSupportedContentIDInternalServerError 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 NewDeleteMessagingSupportedcontentSupportedContentIDInternalServerError

func NewDeleteMessagingSupportedcontentSupportedContentIDInternalServerError() *DeleteMessagingSupportedcontentSupportedContentIDInternalServerError

NewDeleteMessagingSupportedcontentSupportedContentIDInternalServerError creates a DeleteMessagingSupportedcontentSupportedContentIDInternalServerError with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id internal server error response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id internal server error response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id internal server error response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id internal server error response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id internal server error response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDInternalServerError) String

type DeleteMessagingSupportedcontentSupportedContentIDNoContent

type DeleteMessagingSupportedcontentSupportedContentIDNoContent struct {
}

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

Operation was successful

func NewDeleteMessagingSupportedcontentSupportedContentIDNoContent

func NewDeleteMessagingSupportedcontentSupportedContentIDNoContent() *DeleteMessagingSupportedcontentSupportedContentIDNoContent

NewDeleteMessagingSupportedcontentSupportedContentIDNoContent creates a DeleteMessagingSupportedcontentSupportedContentIDNoContent with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDNoContent) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDNoContent) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id no content response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNoContent) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id no content response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDNoContent) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id no content response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNoContent) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id no content response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNoContent) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id no content response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNoContent) String

type DeleteMessagingSupportedcontentSupportedContentIDNotFound

type DeleteMessagingSupportedcontentSupportedContentIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteMessagingSupportedcontentSupportedContentIDNotFound

func NewDeleteMessagingSupportedcontentSupportedContentIDNotFound() *DeleteMessagingSupportedcontentSupportedContentIDNotFound

NewDeleteMessagingSupportedcontentSupportedContentIDNotFound creates a DeleteMessagingSupportedcontentSupportedContentIDNotFound with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id not found response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id not found response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id not found response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id not found response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id not found response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDNotFound) String

type DeleteMessagingSupportedcontentSupportedContentIDParams

type DeleteMessagingSupportedcontentSupportedContentIDParams struct {

	/* SupportedContentID.

	   Supported Content ID
	*/
	SupportedContentID string

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

DeleteMessagingSupportedcontentSupportedContentIDParams contains all the parameters to send to the API endpoint

for the delete messaging supportedcontent supported content Id operation.

Typically these are written to a http.Request.

func NewDeleteMessagingSupportedcontentSupportedContentIDParams

func NewDeleteMessagingSupportedcontentSupportedContentIDParams() *DeleteMessagingSupportedcontentSupportedContentIDParams

NewDeleteMessagingSupportedcontentSupportedContentIDParams creates a new DeleteMessagingSupportedcontentSupportedContentIDParams 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 NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithContext

func NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithContext(ctx context.Context) *DeleteMessagingSupportedcontentSupportedContentIDParams

NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithContext creates a new DeleteMessagingSupportedcontentSupportedContentIDParams object with the ability to set a context for a request.

func NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient

func NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient(client *http.Client) *DeleteMessagingSupportedcontentSupportedContentIDParams

NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient creates a new DeleteMessagingSupportedcontentSupportedContentIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithTimeout

func NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithTimeout(timeout time.Duration) *DeleteMessagingSupportedcontentSupportedContentIDParams

NewDeleteMessagingSupportedcontentSupportedContentIDParamsWithTimeout creates a new DeleteMessagingSupportedcontentSupportedContentIDParams object with the ability to set a timeout on a request.

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) SetContext

SetContext adds the context to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) SetDefaults

SetDefaults hydrates default values in the delete messaging supportedcontent supported content Id params (not the query body).

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

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) SetSupportedContentID

func (o *DeleteMessagingSupportedcontentSupportedContentIDParams) SetSupportedContentID(supportedContentID string)

SetSupportedContentID adds the supportedContentId to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) SetTimeout

SetTimeout adds the timeout to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) WithContext

WithContext adds the context to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) WithDefaults

WithDefaults hydrates default values in the delete messaging supportedcontent supported content Id params (not the query body).

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

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) WithSupportedContentID

WithSupportedContentID adds the supportedContentID to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) WithTimeout

WithTimeout adds the timeout to the delete messaging supportedcontent supported content Id params

func (*DeleteMessagingSupportedcontentSupportedContentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMessagingSupportedcontentSupportedContentIDReader

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

DeleteMessagingSupportedcontentSupportedContentIDReader is a Reader for the DeleteMessagingSupportedcontentSupportedContentID structure.

func (*DeleteMessagingSupportedcontentSupportedContentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

type DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

func NewDeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge() *DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

NewDeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge creates a DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id request entity too large response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id request entity too large response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id request entity too large response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id request entity too large response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id request entity too large response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) String

type DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout

type DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout 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 NewDeleteMessagingSupportedcontentSupportedContentIDRequestTimeout

func NewDeleteMessagingSupportedcontentSupportedContentIDRequestTimeout() *DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout

NewDeleteMessagingSupportedcontentSupportedContentIDRequestTimeout creates a DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id request timeout response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id request timeout response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id request timeout response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id request timeout response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id request timeout response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDRequestTimeout) String

type DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable

type DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable 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 NewDeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable

func NewDeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable() *DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable

NewDeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable creates a DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id service unavailable response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id service unavailable response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id service unavailable response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id service unavailable response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id service unavailable response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDServiceUnavailable) String

type DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests

type DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteMessagingSupportedcontentSupportedContentIDTooManyRequests

func NewDeleteMessagingSupportedcontentSupportedContentIDTooManyRequests() *DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests

NewDeleteMessagingSupportedcontentSupportedContentIDTooManyRequests creates a DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id too many requests response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id too many requests response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id too many requests response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id too many requests response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id too many requests response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDTooManyRequests) String

type DeleteMessagingSupportedcontentSupportedContentIDUnauthorized

type DeleteMessagingSupportedcontentSupportedContentIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteMessagingSupportedcontentSupportedContentIDUnauthorized

func NewDeleteMessagingSupportedcontentSupportedContentIDUnauthorized() *DeleteMessagingSupportedcontentSupportedContentIDUnauthorized

NewDeleteMessagingSupportedcontentSupportedContentIDUnauthorized creates a DeleteMessagingSupportedcontentSupportedContentIDUnauthorized with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id unauthorized response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id unauthorized response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id unauthorized response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id unauthorized response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id unauthorized response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnauthorized) String

type DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

type DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType 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 NewDeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

func NewDeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType() *DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

NewDeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType creates a DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType with default headers values

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) Error

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) GetPayload

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsClientError

IsClientError returns true when this delete messaging supportedcontent supported content Id unsupported media type response has a 4xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsCode

IsCode returns true when this delete messaging supportedcontent supported content Id unsupported media type response a status code equal to that given

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete messaging supportedcontent supported content Id unsupported media type response has a 3xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsServerError

IsServerError returns true when this delete messaging supportedcontent supported content Id unsupported media type response has a 5xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete messaging supportedcontent supported content Id unsupported media type response has a 2xx status code

func (*DeleteMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) String

type GetMessagingSupportedcontentBadRequest

type GetMessagingSupportedcontentBadRequest struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentBadRequest 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 NewGetMessagingSupportedcontentBadRequest

func NewGetMessagingSupportedcontentBadRequest() *GetMessagingSupportedcontentBadRequest

NewGetMessagingSupportedcontentBadRequest creates a GetMessagingSupportedcontentBadRequest with default headers values

func (*GetMessagingSupportedcontentBadRequest) Error

func (*GetMessagingSupportedcontentBadRequest) GetPayload

func (*GetMessagingSupportedcontentBadRequest) IsClientError

func (o *GetMessagingSupportedcontentBadRequest) IsClientError() bool

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

func (*GetMessagingSupportedcontentBadRequest) IsCode

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

func (*GetMessagingSupportedcontentBadRequest) IsRedirect

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

func (*GetMessagingSupportedcontentBadRequest) IsServerError

func (o *GetMessagingSupportedcontentBadRequest) IsServerError() bool

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

func (*GetMessagingSupportedcontentBadRequest) IsSuccess

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

func (*GetMessagingSupportedcontentBadRequest) String

type GetMessagingSupportedcontentForbidden

type GetMessagingSupportedcontentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetMessagingSupportedcontentForbidden

func NewGetMessagingSupportedcontentForbidden() *GetMessagingSupportedcontentForbidden

NewGetMessagingSupportedcontentForbidden creates a GetMessagingSupportedcontentForbidden with default headers values

func (*GetMessagingSupportedcontentForbidden) Error

func (*GetMessagingSupportedcontentForbidden) GetPayload

func (*GetMessagingSupportedcontentForbidden) IsClientError

func (o *GetMessagingSupportedcontentForbidden) IsClientError() bool

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

func (*GetMessagingSupportedcontentForbidden) IsCode

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

func (*GetMessagingSupportedcontentForbidden) IsRedirect

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

func (*GetMessagingSupportedcontentForbidden) IsServerError

func (o *GetMessagingSupportedcontentForbidden) IsServerError() bool

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

func (*GetMessagingSupportedcontentForbidden) IsSuccess

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

func (*GetMessagingSupportedcontentForbidden) String

type GetMessagingSupportedcontentGatewayTimeout

type GetMessagingSupportedcontentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetMessagingSupportedcontentGatewayTimeout

func NewGetMessagingSupportedcontentGatewayTimeout() *GetMessagingSupportedcontentGatewayTimeout

NewGetMessagingSupportedcontentGatewayTimeout creates a GetMessagingSupportedcontentGatewayTimeout with default headers values

func (*GetMessagingSupportedcontentGatewayTimeout) Error

func (*GetMessagingSupportedcontentGatewayTimeout) GetPayload

func (*GetMessagingSupportedcontentGatewayTimeout) IsClientError

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

func (*GetMessagingSupportedcontentGatewayTimeout) IsCode

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

func (*GetMessagingSupportedcontentGatewayTimeout) IsRedirect

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

func (*GetMessagingSupportedcontentGatewayTimeout) IsServerError

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

func (*GetMessagingSupportedcontentGatewayTimeout) IsSuccess

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

func (*GetMessagingSupportedcontentGatewayTimeout) String

type GetMessagingSupportedcontentInternalServerError

type GetMessagingSupportedcontentInternalServerError struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentInternalServerError 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 NewGetMessagingSupportedcontentInternalServerError

func NewGetMessagingSupportedcontentInternalServerError() *GetMessagingSupportedcontentInternalServerError

NewGetMessagingSupportedcontentInternalServerError creates a GetMessagingSupportedcontentInternalServerError with default headers values

func (*GetMessagingSupportedcontentInternalServerError) Error

func (*GetMessagingSupportedcontentInternalServerError) GetPayload

func (*GetMessagingSupportedcontentInternalServerError) IsClientError

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

func (*GetMessagingSupportedcontentInternalServerError) IsCode

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

func (*GetMessagingSupportedcontentInternalServerError) IsRedirect

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

func (*GetMessagingSupportedcontentInternalServerError) IsServerError

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

func (*GetMessagingSupportedcontentInternalServerError) IsSuccess

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

func (*GetMessagingSupportedcontentInternalServerError) String

type GetMessagingSupportedcontentNotFound

type GetMessagingSupportedcontentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetMessagingSupportedcontentNotFound

func NewGetMessagingSupportedcontentNotFound() *GetMessagingSupportedcontentNotFound

NewGetMessagingSupportedcontentNotFound creates a GetMessagingSupportedcontentNotFound with default headers values

func (*GetMessagingSupportedcontentNotFound) Error

func (*GetMessagingSupportedcontentNotFound) GetPayload

func (*GetMessagingSupportedcontentNotFound) IsClientError

func (o *GetMessagingSupportedcontentNotFound) IsClientError() bool

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

func (*GetMessagingSupportedcontentNotFound) IsCode

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

func (*GetMessagingSupportedcontentNotFound) IsRedirect

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

func (*GetMessagingSupportedcontentNotFound) IsServerError

func (o *GetMessagingSupportedcontentNotFound) IsServerError() bool

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

func (*GetMessagingSupportedcontentNotFound) IsSuccess

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

func (*GetMessagingSupportedcontentNotFound) String

type GetMessagingSupportedcontentOK

type GetMessagingSupportedcontentOK struct {
	Payload *models.SupportedContentListing
}

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

successful operation

func NewGetMessagingSupportedcontentOK

func NewGetMessagingSupportedcontentOK() *GetMessagingSupportedcontentOK

NewGetMessagingSupportedcontentOK creates a GetMessagingSupportedcontentOK with default headers values

func (*GetMessagingSupportedcontentOK) Error

func (*GetMessagingSupportedcontentOK) GetPayload

func (*GetMessagingSupportedcontentOK) IsClientError

func (o *GetMessagingSupportedcontentOK) IsClientError() bool

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

func (*GetMessagingSupportedcontentOK) IsCode

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

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

func (*GetMessagingSupportedcontentOK) IsRedirect

func (o *GetMessagingSupportedcontentOK) IsRedirect() bool

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

func (*GetMessagingSupportedcontentOK) IsServerError

func (o *GetMessagingSupportedcontentOK) IsServerError() bool

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

func (*GetMessagingSupportedcontentOK) IsSuccess

func (o *GetMessagingSupportedcontentOK) IsSuccess() bool

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

func (*GetMessagingSupportedcontentOK) String

type GetMessagingSupportedcontentParams

type GetMessagingSupportedcontentParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetMessagingSupportedcontentParams contains all the parameters to send to the API endpoint

for the get messaging supportedcontent operation.

Typically these are written to a http.Request.

func NewGetMessagingSupportedcontentParams

func NewGetMessagingSupportedcontentParams() *GetMessagingSupportedcontentParams

NewGetMessagingSupportedcontentParams creates a new GetMessagingSupportedcontentParams 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 NewGetMessagingSupportedcontentParamsWithContext

func NewGetMessagingSupportedcontentParamsWithContext(ctx context.Context) *GetMessagingSupportedcontentParams

NewGetMessagingSupportedcontentParamsWithContext creates a new GetMessagingSupportedcontentParams object with the ability to set a context for a request.

func NewGetMessagingSupportedcontentParamsWithHTTPClient

func NewGetMessagingSupportedcontentParamsWithHTTPClient(client *http.Client) *GetMessagingSupportedcontentParams

NewGetMessagingSupportedcontentParamsWithHTTPClient creates a new GetMessagingSupportedcontentParams object with the ability to set a custom HTTPClient for a request.

func NewGetMessagingSupportedcontentParamsWithTimeout

func NewGetMessagingSupportedcontentParamsWithTimeout(timeout time.Duration) *GetMessagingSupportedcontentParams

NewGetMessagingSupportedcontentParamsWithTimeout creates a new GetMessagingSupportedcontentParams object with the ability to set a timeout on a request.

func (*GetMessagingSupportedcontentParams) SetContext

SetContext adds the context to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) SetDefaults

func (o *GetMessagingSupportedcontentParams) SetDefaults()

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

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

func (*GetMessagingSupportedcontentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) SetPageNumber

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

SetPageNumber adds the pageNumber to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) SetPageSize

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

SetPageSize adds the pageSize to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) SetTimeout

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

SetTimeout adds the timeout to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) WithContext

WithContext adds the context to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) WithDefaults

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

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

func (*GetMessagingSupportedcontentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) WithPageNumber

WithPageNumber adds the pageNumber to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) WithPageSize

WithPageSize adds the pageSize to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) WithTimeout

WithTimeout adds the timeout to the get messaging supportedcontent params

func (*GetMessagingSupportedcontentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMessagingSupportedcontentReader

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

GetMessagingSupportedcontentReader is a Reader for the GetMessagingSupportedcontent structure.

func (*GetMessagingSupportedcontentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMessagingSupportedcontentRequestEntityTooLarge

type GetMessagingSupportedcontentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetMessagingSupportedcontentRequestEntityTooLarge

func NewGetMessagingSupportedcontentRequestEntityTooLarge() *GetMessagingSupportedcontentRequestEntityTooLarge

NewGetMessagingSupportedcontentRequestEntityTooLarge creates a GetMessagingSupportedcontentRequestEntityTooLarge with default headers values

func (*GetMessagingSupportedcontentRequestEntityTooLarge) Error

func (*GetMessagingSupportedcontentRequestEntityTooLarge) GetPayload

func (*GetMessagingSupportedcontentRequestEntityTooLarge) IsClientError

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

func (*GetMessagingSupportedcontentRequestEntityTooLarge) IsCode

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

func (*GetMessagingSupportedcontentRequestEntityTooLarge) IsRedirect

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

func (*GetMessagingSupportedcontentRequestEntityTooLarge) IsServerError

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

func (*GetMessagingSupportedcontentRequestEntityTooLarge) IsSuccess

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

func (*GetMessagingSupportedcontentRequestEntityTooLarge) String

type GetMessagingSupportedcontentRequestTimeout

type GetMessagingSupportedcontentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentRequestTimeout 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 NewGetMessagingSupportedcontentRequestTimeout

func NewGetMessagingSupportedcontentRequestTimeout() *GetMessagingSupportedcontentRequestTimeout

NewGetMessagingSupportedcontentRequestTimeout creates a GetMessagingSupportedcontentRequestTimeout with default headers values

func (*GetMessagingSupportedcontentRequestTimeout) Error

func (*GetMessagingSupportedcontentRequestTimeout) GetPayload

func (*GetMessagingSupportedcontentRequestTimeout) IsClientError

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

func (*GetMessagingSupportedcontentRequestTimeout) IsCode

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

func (*GetMessagingSupportedcontentRequestTimeout) IsRedirect

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

func (*GetMessagingSupportedcontentRequestTimeout) IsServerError

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

func (*GetMessagingSupportedcontentRequestTimeout) IsSuccess

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

func (*GetMessagingSupportedcontentRequestTimeout) String

type GetMessagingSupportedcontentServiceUnavailable

type GetMessagingSupportedcontentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentServiceUnavailable 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 NewGetMessagingSupportedcontentServiceUnavailable

func NewGetMessagingSupportedcontentServiceUnavailable() *GetMessagingSupportedcontentServiceUnavailable

NewGetMessagingSupportedcontentServiceUnavailable creates a GetMessagingSupportedcontentServiceUnavailable with default headers values

func (*GetMessagingSupportedcontentServiceUnavailable) Error

func (*GetMessagingSupportedcontentServiceUnavailable) GetPayload

func (*GetMessagingSupportedcontentServiceUnavailable) IsClientError

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

func (*GetMessagingSupportedcontentServiceUnavailable) IsCode

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

func (*GetMessagingSupportedcontentServiceUnavailable) IsRedirect

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

func (*GetMessagingSupportedcontentServiceUnavailable) IsServerError

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

func (*GetMessagingSupportedcontentServiceUnavailable) IsSuccess

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

func (*GetMessagingSupportedcontentServiceUnavailable) String

type GetMessagingSupportedcontentSupportedContentIDBadRequest

type GetMessagingSupportedcontentSupportedContentIDBadRequest struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentSupportedContentIDBadRequest 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 NewGetMessagingSupportedcontentSupportedContentIDBadRequest

func NewGetMessagingSupportedcontentSupportedContentIDBadRequest() *GetMessagingSupportedcontentSupportedContentIDBadRequest

NewGetMessagingSupportedcontentSupportedContentIDBadRequest creates a GetMessagingSupportedcontentSupportedContentIDBadRequest with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) Error

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id bad request response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id bad request response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id bad request response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id bad request response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id bad request response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDBadRequest) String

type GetMessagingSupportedcontentSupportedContentIDForbidden

type GetMessagingSupportedcontentSupportedContentIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetMessagingSupportedcontentSupportedContentIDForbidden

func NewGetMessagingSupportedcontentSupportedContentIDForbidden() *GetMessagingSupportedcontentSupportedContentIDForbidden

NewGetMessagingSupportedcontentSupportedContentIDForbidden creates a GetMessagingSupportedcontentSupportedContentIDForbidden with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) Error

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id forbidden response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id forbidden response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id forbidden response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id forbidden response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id forbidden response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDForbidden) String

type GetMessagingSupportedcontentSupportedContentIDGatewayTimeout

type GetMessagingSupportedcontentSupportedContentIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetMessagingSupportedcontentSupportedContentIDGatewayTimeout

func NewGetMessagingSupportedcontentSupportedContentIDGatewayTimeout() *GetMessagingSupportedcontentSupportedContentIDGatewayTimeout

NewGetMessagingSupportedcontentSupportedContentIDGatewayTimeout creates a GetMessagingSupportedcontentSupportedContentIDGatewayTimeout with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) Error

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id gateway timeout response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id gateway timeout response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id gateway timeout response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id gateway timeout response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id gateway timeout response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDGatewayTimeout) String

type GetMessagingSupportedcontentSupportedContentIDInternalServerError

type GetMessagingSupportedcontentSupportedContentIDInternalServerError struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentSupportedContentIDInternalServerError 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 NewGetMessagingSupportedcontentSupportedContentIDInternalServerError

func NewGetMessagingSupportedcontentSupportedContentIDInternalServerError() *GetMessagingSupportedcontentSupportedContentIDInternalServerError

NewGetMessagingSupportedcontentSupportedContentIDInternalServerError creates a GetMessagingSupportedcontentSupportedContentIDInternalServerError with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) Error

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id internal server error response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id internal server error response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id internal server error response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id internal server error response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id internal server error response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDInternalServerError) String

type GetMessagingSupportedcontentSupportedContentIDNotFound

type GetMessagingSupportedcontentSupportedContentIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetMessagingSupportedcontentSupportedContentIDNotFound

func NewGetMessagingSupportedcontentSupportedContentIDNotFound() *GetMessagingSupportedcontentSupportedContentIDNotFound

NewGetMessagingSupportedcontentSupportedContentIDNotFound creates a GetMessagingSupportedcontentSupportedContentIDNotFound with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) Error

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id not found response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id not found response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id not found response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id not found response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id not found response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDNotFound) String

type GetMessagingSupportedcontentSupportedContentIDOK

type GetMessagingSupportedcontentSupportedContentIDOK struct {
	Payload *models.SupportedContent
}

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

successful operation

func NewGetMessagingSupportedcontentSupportedContentIDOK

func NewGetMessagingSupportedcontentSupportedContentIDOK() *GetMessagingSupportedcontentSupportedContentIDOK

NewGetMessagingSupportedcontentSupportedContentIDOK creates a GetMessagingSupportedcontentSupportedContentIDOK with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDOK) Error

func (*GetMessagingSupportedcontentSupportedContentIDOK) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDOK) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id o k response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDOK) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id o k response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDOK) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id o k response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDOK) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id o k response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDOK) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id o k response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDOK) String

type GetMessagingSupportedcontentSupportedContentIDParams

type GetMessagingSupportedcontentSupportedContentIDParams struct {

	/* SupportedContentID.

	   Supported Content ID
	*/
	SupportedContentID string

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

GetMessagingSupportedcontentSupportedContentIDParams contains all the parameters to send to the API endpoint

for the get messaging supportedcontent supported content Id operation.

Typically these are written to a http.Request.

func NewGetMessagingSupportedcontentSupportedContentIDParams

func NewGetMessagingSupportedcontentSupportedContentIDParams() *GetMessagingSupportedcontentSupportedContentIDParams

NewGetMessagingSupportedcontentSupportedContentIDParams creates a new GetMessagingSupportedcontentSupportedContentIDParams 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 NewGetMessagingSupportedcontentSupportedContentIDParamsWithContext

func NewGetMessagingSupportedcontentSupportedContentIDParamsWithContext(ctx context.Context) *GetMessagingSupportedcontentSupportedContentIDParams

NewGetMessagingSupportedcontentSupportedContentIDParamsWithContext creates a new GetMessagingSupportedcontentSupportedContentIDParams object with the ability to set a context for a request.

func NewGetMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient

func NewGetMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient(client *http.Client) *GetMessagingSupportedcontentSupportedContentIDParams

NewGetMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient creates a new GetMessagingSupportedcontentSupportedContentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetMessagingSupportedcontentSupportedContentIDParamsWithTimeout

func NewGetMessagingSupportedcontentSupportedContentIDParamsWithTimeout(timeout time.Duration) *GetMessagingSupportedcontentSupportedContentIDParams

NewGetMessagingSupportedcontentSupportedContentIDParamsWithTimeout creates a new GetMessagingSupportedcontentSupportedContentIDParams object with the ability to set a timeout on a request.

func (*GetMessagingSupportedcontentSupportedContentIDParams) SetContext

SetContext adds the context to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) SetDefaults

SetDefaults hydrates default values in the get messaging supportedcontent supported content Id params (not the query body).

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

func (*GetMessagingSupportedcontentSupportedContentIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) SetSupportedContentID

func (o *GetMessagingSupportedcontentSupportedContentIDParams) SetSupportedContentID(supportedContentID string)

SetSupportedContentID adds the supportedContentId to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) SetTimeout

SetTimeout adds the timeout to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) WithContext

WithContext adds the context to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) WithDefaults

WithDefaults hydrates default values in the get messaging supportedcontent supported content Id params (not the query body).

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

func (*GetMessagingSupportedcontentSupportedContentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) WithSupportedContentID

WithSupportedContentID adds the supportedContentID to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) WithTimeout

WithTimeout adds the timeout to the get messaging supportedcontent supported content Id params

func (*GetMessagingSupportedcontentSupportedContentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMessagingSupportedcontentSupportedContentIDReader

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

GetMessagingSupportedcontentSupportedContentIDReader is a Reader for the GetMessagingSupportedcontentSupportedContentID structure.

func (*GetMessagingSupportedcontentSupportedContentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

type GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

func NewGetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge() *GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

NewGetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge creates a GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) Error

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id request entity too large response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id request entity too large response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id request entity too large response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id request entity too large response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id request entity too large response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) String

type GetMessagingSupportedcontentSupportedContentIDRequestTimeout

type GetMessagingSupportedcontentSupportedContentIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentSupportedContentIDRequestTimeout 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 NewGetMessagingSupportedcontentSupportedContentIDRequestTimeout

func NewGetMessagingSupportedcontentSupportedContentIDRequestTimeout() *GetMessagingSupportedcontentSupportedContentIDRequestTimeout

NewGetMessagingSupportedcontentSupportedContentIDRequestTimeout creates a GetMessagingSupportedcontentSupportedContentIDRequestTimeout with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) Error

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id request timeout response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id request timeout response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id request timeout response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id request timeout response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id request timeout response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDRequestTimeout) String

type GetMessagingSupportedcontentSupportedContentIDServiceUnavailable

type GetMessagingSupportedcontentSupportedContentIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentSupportedContentIDServiceUnavailable 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 NewGetMessagingSupportedcontentSupportedContentIDServiceUnavailable

func NewGetMessagingSupportedcontentSupportedContentIDServiceUnavailable() *GetMessagingSupportedcontentSupportedContentIDServiceUnavailable

NewGetMessagingSupportedcontentSupportedContentIDServiceUnavailable creates a GetMessagingSupportedcontentSupportedContentIDServiceUnavailable with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) Error

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id service unavailable response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id service unavailable response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id service unavailable response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id service unavailable response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id service unavailable response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDServiceUnavailable) String

type GetMessagingSupportedcontentSupportedContentIDTooManyRequests

type GetMessagingSupportedcontentSupportedContentIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetMessagingSupportedcontentSupportedContentIDTooManyRequests

func NewGetMessagingSupportedcontentSupportedContentIDTooManyRequests() *GetMessagingSupportedcontentSupportedContentIDTooManyRequests

NewGetMessagingSupportedcontentSupportedContentIDTooManyRequests creates a GetMessagingSupportedcontentSupportedContentIDTooManyRequests with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) Error

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id too many requests response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id too many requests response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id too many requests response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id too many requests response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id too many requests response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDTooManyRequests) String

type GetMessagingSupportedcontentSupportedContentIDUnauthorized

type GetMessagingSupportedcontentSupportedContentIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetMessagingSupportedcontentSupportedContentIDUnauthorized

func NewGetMessagingSupportedcontentSupportedContentIDUnauthorized() *GetMessagingSupportedcontentSupportedContentIDUnauthorized

NewGetMessagingSupportedcontentSupportedContentIDUnauthorized creates a GetMessagingSupportedcontentSupportedContentIDUnauthorized with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) Error

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id unauthorized response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id unauthorized response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id unauthorized response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id unauthorized response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id unauthorized response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnauthorized) String

type GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

type GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType 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 NewGetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

func NewGetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType() *GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

NewGetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType creates a GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType with default headers values

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) Error

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) GetPayload

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get messaging supportedcontent supported content Id unsupported media type response has a 4xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsCode

IsCode returns true when this get messaging supportedcontent supported content Id unsupported media type response a status code equal to that given

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get messaging supportedcontent supported content Id unsupported media type response has a 3xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get messaging supportedcontent supported content Id unsupported media type response has a 5xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get messaging supportedcontent supported content Id unsupported media type response has a 2xx status code

func (*GetMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) String

type GetMessagingSupportedcontentTooManyRequests

type GetMessagingSupportedcontentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetMessagingSupportedcontentTooManyRequests

func NewGetMessagingSupportedcontentTooManyRequests() *GetMessagingSupportedcontentTooManyRequests

NewGetMessagingSupportedcontentTooManyRequests creates a GetMessagingSupportedcontentTooManyRequests with default headers values

func (*GetMessagingSupportedcontentTooManyRequests) Error

func (*GetMessagingSupportedcontentTooManyRequests) GetPayload

func (*GetMessagingSupportedcontentTooManyRequests) IsClientError

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

func (*GetMessagingSupportedcontentTooManyRequests) IsCode

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

func (*GetMessagingSupportedcontentTooManyRequests) IsRedirect

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

func (*GetMessagingSupportedcontentTooManyRequests) IsServerError

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

func (*GetMessagingSupportedcontentTooManyRequests) IsSuccess

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

func (*GetMessagingSupportedcontentTooManyRequests) String

type GetMessagingSupportedcontentUnauthorized

type GetMessagingSupportedcontentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetMessagingSupportedcontentUnauthorized

func NewGetMessagingSupportedcontentUnauthorized() *GetMessagingSupportedcontentUnauthorized

NewGetMessagingSupportedcontentUnauthorized creates a GetMessagingSupportedcontentUnauthorized with default headers values

func (*GetMessagingSupportedcontentUnauthorized) Error

func (*GetMessagingSupportedcontentUnauthorized) GetPayload

func (*GetMessagingSupportedcontentUnauthorized) IsClientError

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

func (*GetMessagingSupportedcontentUnauthorized) IsCode

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

func (*GetMessagingSupportedcontentUnauthorized) IsRedirect

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

func (*GetMessagingSupportedcontentUnauthorized) IsServerError

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

func (*GetMessagingSupportedcontentUnauthorized) IsSuccess

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

func (*GetMessagingSupportedcontentUnauthorized) String

type GetMessagingSupportedcontentUnsupportedMediaType

type GetMessagingSupportedcontentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetMessagingSupportedcontentUnsupportedMediaType 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 NewGetMessagingSupportedcontentUnsupportedMediaType

func NewGetMessagingSupportedcontentUnsupportedMediaType() *GetMessagingSupportedcontentUnsupportedMediaType

NewGetMessagingSupportedcontentUnsupportedMediaType creates a GetMessagingSupportedcontentUnsupportedMediaType with default headers values

func (*GetMessagingSupportedcontentUnsupportedMediaType) Error

func (*GetMessagingSupportedcontentUnsupportedMediaType) GetPayload

func (*GetMessagingSupportedcontentUnsupportedMediaType) IsClientError

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

func (*GetMessagingSupportedcontentUnsupportedMediaType) IsCode

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

func (*GetMessagingSupportedcontentUnsupportedMediaType) IsRedirect

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

func (*GetMessagingSupportedcontentUnsupportedMediaType) IsServerError

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

func (*GetMessagingSupportedcontentUnsupportedMediaType) IsSuccess

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

func (*GetMessagingSupportedcontentUnsupportedMediaType) String

type PatchMessagingSupportedcontentSupportedContentIDBadRequest

type PatchMessagingSupportedcontentSupportedContentIDBadRequest struct {
	Payload *models.ErrorBody
}

PatchMessagingSupportedcontentSupportedContentIDBadRequest 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 NewPatchMessagingSupportedcontentSupportedContentIDBadRequest

func NewPatchMessagingSupportedcontentSupportedContentIDBadRequest() *PatchMessagingSupportedcontentSupportedContentIDBadRequest

NewPatchMessagingSupportedcontentSupportedContentIDBadRequest creates a PatchMessagingSupportedcontentSupportedContentIDBadRequest with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) Error

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id bad request response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id bad request response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id bad request response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id bad request response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id bad request response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDBadRequest) String

type PatchMessagingSupportedcontentSupportedContentIDForbidden

type PatchMessagingSupportedcontentSupportedContentIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPatchMessagingSupportedcontentSupportedContentIDForbidden

func NewPatchMessagingSupportedcontentSupportedContentIDForbidden() *PatchMessagingSupportedcontentSupportedContentIDForbidden

NewPatchMessagingSupportedcontentSupportedContentIDForbidden creates a PatchMessagingSupportedcontentSupportedContentIDForbidden with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) Error

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id forbidden response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id forbidden response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id forbidden response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id forbidden response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id forbidden response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDForbidden) String

type PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout

type PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPatchMessagingSupportedcontentSupportedContentIDGatewayTimeout

func NewPatchMessagingSupportedcontentSupportedContentIDGatewayTimeout() *PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout

NewPatchMessagingSupportedcontentSupportedContentIDGatewayTimeout creates a PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) Error

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id gateway timeout response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id gateway timeout response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id gateway timeout response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id gateway timeout response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id gateway timeout response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDGatewayTimeout) String

type PatchMessagingSupportedcontentSupportedContentIDInternalServerError

type PatchMessagingSupportedcontentSupportedContentIDInternalServerError struct {
	Payload *models.ErrorBody
}

PatchMessagingSupportedcontentSupportedContentIDInternalServerError 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 NewPatchMessagingSupportedcontentSupportedContentIDInternalServerError

func NewPatchMessagingSupportedcontentSupportedContentIDInternalServerError() *PatchMessagingSupportedcontentSupportedContentIDInternalServerError

NewPatchMessagingSupportedcontentSupportedContentIDInternalServerError creates a PatchMessagingSupportedcontentSupportedContentIDInternalServerError with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) Error

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id internal server error response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id internal server error response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id internal server error response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id internal server error response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id internal server error response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDInternalServerError) String

type PatchMessagingSupportedcontentSupportedContentIDNotFound

type PatchMessagingSupportedcontentSupportedContentIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPatchMessagingSupportedcontentSupportedContentIDNotFound

func NewPatchMessagingSupportedcontentSupportedContentIDNotFound() *PatchMessagingSupportedcontentSupportedContentIDNotFound

NewPatchMessagingSupportedcontentSupportedContentIDNotFound creates a PatchMessagingSupportedcontentSupportedContentIDNotFound with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) Error

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id not found response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id not found response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id not found response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id not found response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id not found response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDNotFound) String

type PatchMessagingSupportedcontentSupportedContentIDOK

type PatchMessagingSupportedcontentSupportedContentIDOK struct {
	Payload *models.SupportedContent
}

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

successful operation

func NewPatchMessagingSupportedcontentSupportedContentIDOK

func NewPatchMessagingSupportedcontentSupportedContentIDOK() *PatchMessagingSupportedcontentSupportedContentIDOK

NewPatchMessagingSupportedcontentSupportedContentIDOK creates a PatchMessagingSupportedcontentSupportedContentIDOK with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDOK) Error

func (*PatchMessagingSupportedcontentSupportedContentIDOK) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDOK) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id o k response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDOK) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id o k response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDOK) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id o k response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDOK) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id o k response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDOK) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id o k response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDOK) String

type PatchMessagingSupportedcontentSupportedContentIDParams

type PatchMessagingSupportedcontentSupportedContentIDParams struct {

	/* Body.

	   SupportedContent
	*/
	Body *models.SupportedContent

	/* SupportedContentID.

	   Supported Content ID
	*/
	SupportedContentID string

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

PatchMessagingSupportedcontentSupportedContentIDParams contains all the parameters to send to the API endpoint

for the patch messaging supportedcontent supported content Id operation.

Typically these are written to a http.Request.

func NewPatchMessagingSupportedcontentSupportedContentIDParams

func NewPatchMessagingSupportedcontentSupportedContentIDParams() *PatchMessagingSupportedcontentSupportedContentIDParams

NewPatchMessagingSupportedcontentSupportedContentIDParams creates a new PatchMessagingSupportedcontentSupportedContentIDParams 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 NewPatchMessagingSupportedcontentSupportedContentIDParamsWithContext

func NewPatchMessagingSupportedcontentSupportedContentIDParamsWithContext(ctx context.Context) *PatchMessagingSupportedcontentSupportedContentIDParams

NewPatchMessagingSupportedcontentSupportedContentIDParamsWithContext creates a new PatchMessagingSupportedcontentSupportedContentIDParams object with the ability to set a context for a request.

func NewPatchMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient

func NewPatchMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient(client *http.Client) *PatchMessagingSupportedcontentSupportedContentIDParams

NewPatchMessagingSupportedcontentSupportedContentIDParamsWithHTTPClient creates a new PatchMessagingSupportedcontentSupportedContentIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchMessagingSupportedcontentSupportedContentIDParamsWithTimeout

func NewPatchMessagingSupportedcontentSupportedContentIDParamsWithTimeout(timeout time.Duration) *PatchMessagingSupportedcontentSupportedContentIDParams

NewPatchMessagingSupportedcontentSupportedContentIDParamsWithTimeout creates a new PatchMessagingSupportedcontentSupportedContentIDParams object with the ability to set a timeout on a request.

func (*PatchMessagingSupportedcontentSupportedContentIDParams) SetBody

SetBody adds the body to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) SetContext

SetContext adds the context to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) SetDefaults

SetDefaults hydrates default values in the patch messaging supportedcontent supported content Id params (not the query body).

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

func (*PatchMessagingSupportedcontentSupportedContentIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) SetSupportedContentID

func (o *PatchMessagingSupportedcontentSupportedContentIDParams) SetSupportedContentID(supportedContentID string)

SetSupportedContentID adds the supportedContentId to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) SetTimeout

SetTimeout adds the timeout to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) WithBody

WithBody adds the body to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) WithContext

WithContext adds the context to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) WithDefaults

WithDefaults hydrates default values in the patch messaging supportedcontent supported content Id params (not the query body).

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

func (*PatchMessagingSupportedcontentSupportedContentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) WithSupportedContentID

WithSupportedContentID adds the supportedContentID to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) WithTimeout

WithTimeout adds the timeout to the patch messaging supportedcontent supported content Id params

func (*PatchMessagingSupportedcontentSupportedContentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchMessagingSupportedcontentSupportedContentIDReader

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

PatchMessagingSupportedcontentSupportedContentIDReader is a Reader for the PatchMessagingSupportedcontentSupportedContentID structure.

func (*PatchMessagingSupportedcontentSupportedContentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

type PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

func NewPatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge() *PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge

NewPatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge creates a PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) Error

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id request entity too large response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id request entity too large response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id request entity too large response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id request entity too large response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id request entity too large response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestEntityTooLarge) String

type PatchMessagingSupportedcontentSupportedContentIDRequestTimeout

type PatchMessagingSupportedcontentSupportedContentIDRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchMessagingSupportedcontentSupportedContentIDRequestTimeout 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 NewPatchMessagingSupportedcontentSupportedContentIDRequestTimeout

func NewPatchMessagingSupportedcontentSupportedContentIDRequestTimeout() *PatchMessagingSupportedcontentSupportedContentIDRequestTimeout

NewPatchMessagingSupportedcontentSupportedContentIDRequestTimeout creates a PatchMessagingSupportedcontentSupportedContentIDRequestTimeout with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) Error

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id request timeout response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id request timeout response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id request timeout response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id request timeout response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id request timeout response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDRequestTimeout) String

type PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable

type PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable 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 NewPatchMessagingSupportedcontentSupportedContentIDServiceUnavailable

func NewPatchMessagingSupportedcontentSupportedContentIDServiceUnavailable() *PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable

NewPatchMessagingSupportedcontentSupportedContentIDServiceUnavailable creates a PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) Error

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id service unavailable response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id service unavailable response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id service unavailable response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id service unavailable response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id service unavailable response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDServiceUnavailable) String

type PatchMessagingSupportedcontentSupportedContentIDTooManyRequests

type PatchMessagingSupportedcontentSupportedContentIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchMessagingSupportedcontentSupportedContentIDTooManyRequests

func NewPatchMessagingSupportedcontentSupportedContentIDTooManyRequests() *PatchMessagingSupportedcontentSupportedContentIDTooManyRequests

NewPatchMessagingSupportedcontentSupportedContentIDTooManyRequests creates a PatchMessagingSupportedcontentSupportedContentIDTooManyRequests with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) Error

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id too many requests response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id too many requests response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id too many requests response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id too many requests response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id too many requests response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDTooManyRequests) String

type PatchMessagingSupportedcontentSupportedContentIDUnauthorized

type PatchMessagingSupportedcontentSupportedContentIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPatchMessagingSupportedcontentSupportedContentIDUnauthorized

func NewPatchMessagingSupportedcontentSupportedContentIDUnauthorized() *PatchMessagingSupportedcontentSupportedContentIDUnauthorized

NewPatchMessagingSupportedcontentSupportedContentIDUnauthorized creates a PatchMessagingSupportedcontentSupportedContentIDUnauthorized with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) Error

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id unauthorized response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id unauthorized response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id unauthorized response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id unauthorized response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id unauthorized response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnauthorized) String

type PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

type PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType 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 NewPatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

func NewPatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType() *PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType

NewPatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType creates a PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType with default headers values

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) Error

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) GetPayload

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsClientError

IsClientError returns true when this patch messaging supportedcontent supported content Id unsupported media type response has a 4xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsCode

IsCode returns true when this patch messaging supportedcontent supported content Id unsupported media type response a status code equal to that given

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch messaging supportedcontent supported content Id unsupported media type response has a 3xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsServerError

IsServerError returns true when this patch messaging supportedcontent supported content Id unsupported media type response has a 5xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch messaging supportedcontent supported content Id unsupported media type response has a 2xx status code

func (*PatchMessagingSupportedcontentSupportedContentIDUnsupportedMediaType) String

type PostMessagingSupportedcontentBadRequest

type PostMessagingSupportedcontentBadRequest struct {
	Payload *models.ErrorBody
}

PostMessagingSupportedcontentBadRequest 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 NewPostMessagingSupportedcontentBadRequest

func NewPostMessagingSupportedcontentBadRequest() *PostMessagingSupportedcontentBadRequest

NewPostMessagingSupportedcontentBadRequest creates a PostMessagingSupportedcontentBadRequest with default headers values

func (*PostMessagingSupportedcontentBadRequest) Error

func (*PostMessagingSupportedcontentBadRequest) GetPayload

func (*PostMessagingSupportedcontentBadRequest) IsClientError

func (o *PostMessagingSupportedcontentBadRequest) IsClientError() bool

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

func (*PostMessagingSupportedcontentBadRequest) IsCode

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

func (*PostMessagingSupportedcontentBadRequest) IsRedirect

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

func (*PostMessagingSupportedcontentBadRequest) IsServerError

func (o *PostMessagingSupportedcontentBadRequest) IsServerError() bool

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

func (*PostMessagingSupportedcontentBadRequest) IsSuccess

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

func (*PostMessagingSupportedcontentBadRequest) String

type PostMessagingSupportedcontentCreated

type PostMessagingSupportedcontentCreated struct {
	Payload *models.SupportedContent
}

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

Operation was successful

func NewPostMessagingSupportedcontentCreated

func NewPostMessagingSupportedcontentCreated() *PostMessagingSupportedcontentCreated

NewPostMessagingSupportedcontentCreated creates a PostMessagingSupportedcontentCreated with default headers values

func (*PostMessagingSupportedcontentCreated) Error

func (*PostMessagingSupportedcontentCreated) GetPayload

func (*PostMessagingSupportedcontentCreated) IsClientError

func (o *PostMessagingSupportedcontentCreated) IsClientError() bool

IsClientError returns true when this post messaging supportedcontent created response has a 4xx status code

func (*PostMessagingSupportedcontentCreated) IsCode

IsCode returns true when this post messaging supportedcontent created response a status code equal to that given

func (*PostMessagingSupportedcontentCreated) IsRedirect

IsRedirect returns true when this post messaging supportedcontent created response has a 3xx status code

func (*PostMessagingSupportedcontentCreated) IsServerError

func (o *PostMessagingSupportedcontentCreated) IsServerError() bool

IsServerError returns true when this post messaging supportedcontent created response has a 5xx status code

func (*PostMessagingSupportedcontentCreated) IsSuccess

IsSuccess returns true when this post messaging supportedcontent created response has a 2xx status code

func (*PostMessagingSupportedcontentCreated) String

type PostMessagingSupportedcontentForbidden

type PostMessagingSupportedcontentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostMessagingSupportedcontentForbidden

func NewPostMessagingSupportedcontentForbidden() *PostMessagingSupportedcontentForbidden

NewPostMessagingSupportedcontentForbidden creates a PostMessagingSupportedcontentForbidden with default headers values

func (*PostMessagingSupportedcontentForbidden) Error

func (*PostMessagingSupportedcontentForbidden) GetPayload

func (*PostMessagingSupportedcontentForbidden) IsClientError

func (o *PostMessagingSupportedcontentForbidden) IsClientError() bool

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

func (*PostMessagingSupportedcontentForbidden) IsCode

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

func (*PostMessagingSupportedcontentForbidden) IsRedirect

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

func (*PostMessagingSupportedcontentForbidden) IsServerError

func (o *PostMessagingSupportedcontentForbidden) IsServerError() bool

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

func (*PostMessagingSupportedcontentForbidden) IsSuccess

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

func (*PostMessagingSupportedcontentForbidden) String

type PostMessagingSupportedcontentGatewayTimeout

type PostMessagingSupportedcontentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostMessagingSupportedcontentGatewayTimeout

func NewPostMessagingSupportedcontentGatewayTimeout() *PostMessagingSupportedcontentGatewayTimeout

NewPostMessagingSupportedcontentGatewayTimeout creates a PostMessagingSupportedcontentGatewayTimeout with default headers values

func (*PostMessagingSupportedcontentGatewayTimeout) Error

func (*PostMessagingSupportedcontentGatewayTimeout) GetPayload

func (*PostMessagingSupportedcontentGatewayTimeout) IsClientError

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

func (*PostMessagingSupportedcontentGatewayTimeout) IsCode

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

func (*PostMessagingSupportedcontentGatewayTimeout) IsRedirect

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

func (*PostMessagingSupportedcontentGatewayTimeout) IsServerError

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

func (*PostMessagingSupportedcontentGatewayTimeout) IsSuccess

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

func (*PostMessagingSupportedcontentGatewayTimeout) String

type PostMessagingSupportedcontentInternalServerError

type PostMessagingSupportedcontentInternalServerError struct {
	Payload *models.ErrorBody
}

PostMessagingSupportedcontentInternalServerError 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 NewPostMessagingSupportedcontentInternalServerError

func NewPostMessagingSupportedcontentInternalServerError() *PostMessagingSupportedcontentInternalServerError

NewPostMessagingSupportedcontentInternalServerError creates a PostMessagingSupportedcontentInternalServerError with default headers values

func (*PostMessagingSupportedcontentInternalServerError) Error

func (*PostMessagingSupportedcontentInternalServerError) GetPayload

func (*PostMessagingSupportedcontentInternalServerError) IsClientError

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

func (*PostMessagingSupportedcontentInternalServerError) IsCode

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

func (*PostMessagingSupportedcontentInternalServerError) IsRedirect

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

func (*PostMessagingSupportedcontentInternalServerError) IsServerError

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

func (*PostMessagingSupportedcontentInternalServerError) IsSuccess

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

func (*PostMessagingSupportedcontentInternalServerError) String

type PostMessagingSupportedcontentNotFound

type PostMessagingSupportedcontentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostMessagingSupportedcontentNotFound

func NewPostMessagingSupportedcontentNotFound() *PostMessagingSupportedcontentNotFound

NewPostMessagingSupportedcontentNotFound creates a PostMessagingSupportedcontentNotFound with default headers values

func (*PostMessagingSupportedcontentNotFound) Error

func (*PostMessagingSupportedcontentNotFound) GetPayload

func (*PostMessagingSupportedcontentNotFound) IsClientError

func (o *PostMessagingSupportedcontentNotFound) IsClientError() bool

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

func (*PostMessagingSupportedcontentNotFound) IsCode

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

func (*PostMessagingSupportedcontentNotFound) IsRedirect

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

func (*PostMessagingSupportedcontentNotFound) IsServerError

func (o *PostMessagingSupportedcontentNotFound) IsServerError() bool

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

func (*PostMessagingSupportedcontentNotFound) IsSuccess

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

func (*PostMessagingSupportedcontentNotFound) String

type PostMessagingSupportedcontentOK

type PostMessagingSupportedcontentOK struct {
	Payload *models.SupportedContent
}

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

successful operation

func NewPostMessagingSupportedcontentOK

func NewPostMessagingSupportedcontentOK() *PostMessagingSupportedcontentOK

NewPostMessagingSupportedcontentOK creates a PostMessagingSupportedcontentOK with default headers values

func (*PostMessagingSupportedcontentOK) Error

func (*PostMessagingSupportedcontentOK) GetPayload

func (*PostMessagingSupportedcontentOK) IsClientError

func (o *PostMessagingSupportedcontentOK) IsClientError() bool

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

func (*PostMessagingSupportedcontentOK) IsCode

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

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

func (*PostMessagingSupportedcontentOK) IsRedirect

func (o *PostMessagingSupportedcontentOK) IsRedirect() bool

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

func (*PostMessagingSupportedcontentOK) IsServerError

func (o *PostMessagingSupportedcontentOK) IsServerError() bool

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

func (*PostMessagingSupportedcontentOK) IsSuccess

func (o *PostMessagingSupportedcontentOK) IsSuccess() bool

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

func (*PostMessagingSupportedcontentOK) String

type PostMessagingSupportedcontentParams

type PostMessagingSupportedcontentParams struct {

	/* Body.

	   SupportedContent
	*/
	Body *models.SupportedContent

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

PostMessagingSupportedcontentParams contains all the parameters to send to the API endpoint

for the post messaging supportedcontent operation.

Typically these are written to a http.Request.

func NewPostMessagingSupportedcontentParams

func NewPostMessagingSupportedcontentParams() *PostMessagingSupportedcontentParams

NewPostMessagingSupportedcontentParams creates a new PostMessagingSupportedcontentParams 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 NewPostMessagingSupportedcontentParamsWithContext

func NewPostMessagingSupportedcontentParamsWithContext(ctx context.Context) *PostMessagingSupportedcontentParams

NewPostMessagingSupportedcontentParamsWithContext creates a new PostMessagingSupportedcontentParams object with the ability to set a context for a request.

func NewPostMessagingSupportedcontentParamsWithHTTPClient

func NewPostMessagingSupportedcontentParamsWithHTTPClient(client *http.Client) *PostMessagingSupportedcontentParams

NewPostMessagingSupportedcontentParamsWithHTTPClient creates a new PostMessagingSupportedcontentParams object with the ability to set a custom HTTPClient for a request.

func NewPostMessagingSupportedcontentParamsWithTimeout

func NewPostMessagingSupportedcontentParamsWithTimeout(timeout time.Duration) *PostMessagingSupportedcontentParams

NewPostMessagingSupportedcontentParamsWithTimeout creates a new PostMessagingSupportedcontentParams object with the ability to set a timeout on a request.

func (*PostMessagingSupportedcontentParams) SetBody

SetBody adds the body to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) SetContext

SetContext adds the context to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) SetDefaults

func (o *PostMessagingSupportedcontentParams) SetDefaults()

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

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

func (*PostMessagingSupportedcontentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) SetTimeout

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

SetTimeout adds the timeout to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) WithBody

WithBody adds the body to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) WithContext

WithContext adds the context to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) WithDefaults

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

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

func (*PostMessagingSupportedcontentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) WithTimeout

WithTimeout adds the timeout to the post messaging supportedcontent params

func (*PostMessagingSupportedcontentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostMessagingSupportedcontentReader

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

PostMessagingSupportedcontentReader is a Reader for the PostMessagingSupportedcontent structure.

func (*PostMessagingSupportedcontentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostMessagingSupportedcontentRequestEntityTooLarge

type PostMessagingSupportedcontentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostMessagingSupportedcontentRequestEntityTooLarge

func NewPostMessagingSupportedcontentRequestEntityTooLarge() *PostMessagingSupportedcontentRequestEntityTooLarge

NewPostMessagingSupportedcontentRequestEntityTooLarge creates a PostMessagingSupportedcontentRequestEntityTooLarge with default headers values

func (*PostMessagingSupportedcontentRequestEntityTooLarge) Error

func (*PostMessagingSupportedcontentRequestEntityTooLarge) GetPayload

func (*PostMessagingSupportedcontentRequestEntityTooLarge) IsClientError

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

func (*PostMessagingSupportedcontentRequestEntityTooLarge) IsCode

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

func (*PostMessagingSupportedcontentRequestEntityTooLarge) IsRedirect

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

func (*PostMessagingSupportedcontentRequestEntityTooLarge) IsServerError

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

func (*PostMessagingSupportedcontentRequestEntityTooLarge) IsSuccess

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

func (*PostMessagingSupportedcontentRequestEntityTooLarge) String

type PostMessagingSupportedcontentRequestTimeout

type PostMessagingSupportedcontentRequestTimeout struct {
	Payload *models.ErrorBody
}

PostMessagingSupportedcontentRequestTimeout 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 NewPostMessagingSupportedcontentRequestTimeout

func NewPostMessagingSupportedcontentRequestTimeout() *PostMessagingSupportedcontentRequestTimeout

NewPostMessagingSupportedcontentRequestTimeout creates a PostMessagingSupportedcontentRequestTimeout with default headers values

func (*PostMessagingSupportedcontentRequestTimeout) Error

func (*PostMessagingSupportedcontentRequestTimeout) GetPayload

func (*PostMessagingSupportedcontentRequestTimeout) IsClientError

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

func (*PostMessagingSupportedcontentRequestTimeout) IsCode

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

func (*PostMessagingSupportedcontentRequestTimeout) IsRedirect

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

func (*PostMessagingSupportedcontentRequestTimeout) IsServerError

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

func (*PostMessagingSupportedcontentRequestTimeout) IsSuccess

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

func (*PostMessagingSupportedcontentRequestTimeout) String

type PostMessagingSupportedcontentServiceUnavailable

type PostMessagingSupportedcontentServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostMessagingSupportedcontentServiceUnavailable 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 NewPostMessagingSupportedcontentServiceUnavailable

func NewPostMessagingSupportedcontentServiceUnavailable() *PostMessagingSupportedcontentServiceUnavailable

NewPostMessagingSupportedcontentServiceUnavailable creates a PostMessagingSupportedcontentServiceUnavailable with default headers values

func (*PostMessagingSupportedcontentServiceUnavailable) Error

func (*PostMessagingSupportedcontentServiceUnavailable) GetPayload

func (*PostMessagingSupportedcontentServiceUnavailable) IsClientError

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

func (*PostMessagingSupportedcontentServiceUnavailable) IsCode

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

func (*PostMessagingSupportedcontentServiceUnavailable) IsRedirect

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

func (*PostMessagingSupportedcontentServiceUnavailable) IsServerError

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

func (*PostMessagingSupportedcontentServiceUnavailable) IsSuccess

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

func (*PostMessagingSupportedcontentServiceUnavailable) String

type PostMessagingSupportedcontentTooManyRequests

type PostMessagingSupportedcontentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostMessagingSupportedcontentTooManyRequests

func NewPostMessagingSupportedcontentTooManyRequests() *PostMessagingSupportedcontentTooManyRequests

NewPostMessagingSupportedcontentTooManyRequests creates a PostMessagingSupportedcontentTooManyRequests with default headers values

func (*PostMessagingSupportedcontentTooManyRequests) Error

func (*PostMessagingSupportedcontentTooManyRequests) GetPayload

func (*PostMessagingSupportedcontentTooManyRequests) IsClientError

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

func (*PostMessagingSupportedcontentTooManyRequests) IsCode

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

func (*PostMessagingSupportedcontentTooManyRequests) IsRedirect

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

func (*PostMessagingSupportedcontentTooManyRequests) IsServerError

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

func (*PostMessagingSupportedcontentTooManyRequests) IsSuccess

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

func (*PostMessagingSupportedcontentTooManyRequests) String

type PostMessagingSupportedcontentUnauthorized

type PostMessagingSupportedcontentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostMessagingSupportedcontentUnauthorized

func NewPostMessagingSupportedcontentUnauthorized() *PostMessagingSupportedcontentUnauthorized

NewPostMessagingSupportedcontentUnauthorized creates a PostMessagingSupportedcontentUnauthorized with default headers values

func (*PostMessagingSupportedcontentUnauthorized) Error

func (*PostMessagingSupportedcontentUnauthorized) GetPayload

func (*PostMessagingSupportedcontentUnauthorized) IsClientError

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

func (*PostMessagingSupportedcontentUnauthorized) IsCode

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

func (*PostMessagingSupportedcontentUnauthorized) IsRedirect

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

func (*PostMessagingSupportedcontentUnauthorized) IsServerError

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

func (*PostMessagingSupportedcontentUnauthorized) IsSuccess

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

func (*PostMessagingSupportedcontentUnauthorized) String

type PostMessagingSupportedcontentUnsupportedMediaType

type PostMessagingSupportedcontentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostMessagingSupportedcontentUnsupportedMediaType 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 NewPostMessagingSupportedcontentUnsupportedMediaType

func NewPostMessagingSupportedcontentUnsupportedMediaType() *PostMessagingSupportedcontentUnsupportedMediaType

NewPostMessagingSupportedcontentUnsupportedMediaType creates a PostMessagingSupportedcontentUnsupportedMediaType with default headers values

func (*PostMessagingSupportedcontentUnsupportedMediaType) Error

func (*PostMessagingSupportedcontentUnsupportedMediaType) GetPayload

func (*PostMessagingSupportedcontentUnsupportedMediaType) IsClientError

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

func (*PostMessagingSupportedcontentUnsupportedMediaType) IsCode

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

func (*PostMessagingSupportedcontentUnsupportedMediaType) IsRedirect

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

func (*PostMessagingSupportedcontentUnsupportedMediaType) IsServerError

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

func (*PostMessagingSupportedcontentUnsupportedMediaType) IsSuccess

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

func (*PostMessagingSupportedcontentUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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