inbox

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AdminGetInboxMessagesNAMESPACEConstant = "NAMESPACE"
	AdminGetInboxMessagesUSERConstant      = "USER"
)

Get the enum in AdminGetInboxMessagesParams

View Source
const (
	AdminGetInboxMessagesDRAFTConstant  = "DRAFT"
	AdminGetInboxMessagesSENTConstant   = "SENT"
	AdminGetInboxMessagesUNSENTConstant = "UNSENT"
)

Get the enum in AdminGetInboxMessagesParams

View Source
const (
	AdminGetInboxUsersREADConstant   = "READ"
	AdminGetInboxUsersUNREADConstant = "UNREAD"
)

Get the enum in AdminGetInboxUsersParams

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminAddInboxCategoryBadRequest

type AdminAddInboxCategoryBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminAddInboxCategoryBadRequest handles this case with default header values.

Bad Request

func NewAdminAddInboxCategoryBadRequest

func NewAdminAddInboxCategoryBadRequest() *AdminAddInboxCategoryBadRequest

NewAdminAddInboxCategoryBadRequest creates a AdminAddInboxCategoryBadRequest with default headers values

func (*AdminAddInboxCategoryBadRequest) Error

func (*AdminAddInboxCategoryBadRequest) GetPayload

func (*AdminAddInboxCategoryBadRequest) ToJSONString

func (o *AdminAddInboxCategoryBadRequest) ToJSONString() string

type AdminAddInboxCategoryForbidden

type AdminAddInboxCategoryForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminAddInboxCategoryForbidden handles this case with default header values.

Forbidden

func NewAdminAddInboxCategoryForbidden

func NewAdminAddInboxCategoryForbidden() *AdminAddInboxCategoryForbidden

NewAdminAddInboxCategoryForbidden creates a AdminAddInboxCategoryForbidden with default headers values

func (*AdminAddInboxCategoryForbidden) Error

func (*AdminAddInboxCategoryForbidden) GetPayload

func (*AdminAddInboxCategoryForbidden) ToJSONString

func (o *AdminAddInboxCategoryForbidden) ToJSONString() string

type AdminAddInboxCategoryInternalServerError

type AdminAddInboxCategoryInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminAddInboxCategoryInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminAddInboxCategoryInternalServerError

func NewAdminAddInboxCategoryInternalServerError() *AdminAddInboxCategoryInternalServerError

NewAdminAddInboxCategoryInternalServerError creates a AdminAddInboxCategoryInternalServerError with default headers values

func (*AdminAddInboxCategoryInternalServerError) Error

func (*AdminAddInboxCategoryInternalServerError) GetPayload

func (*AdminAddInboxCategoryInternalServerError) ToJSONString

type AdminAddInboxCategoryOK

type AdminAddInboxCategoryOK struct {
	Payload *chatclientmodels.ModelsAddInboxCategoryResponse
}

AdminAddInboxCategoryOK handles this case with default header values.

OK

func NewAdminAddInboxCategoryOK

func NewAdminAddInboxCategoryOK() *AdminAddInboxCategoryOK

NewAdminAddInboxCategoryOK creates a AdminAddInboxCategoryOK with default headers values

func (*AdminAddInboxCategoryOK) Error

func (o *AdminAddInboxCategoryOK) Error() string

func (*AdminAddInboxCategoryOK) GetPayload

func (*AdminAddInboxCategoryOK) ToJSONString

func (o *AdminAddInboxCategoryOK) ToJSONString() string

type AdminAddInboxCategoryParams

type AdminAddInboxCategoryParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *chatclientmodels.ModelsAddInboxCategoryRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminAddInboxCategoryParams contains all the parameters to send to the API endpoint for the admin add inbox category operation typically these are written to a http.Request

func NewAdminAddInboxCategoryParams

func NewAdminAddInboxCategoryParams() *AdminAddInboxCategoryParams

NewAdminAddInboxCategoryParams creates a new AdminAddInboxCategoryParams object with the default values initialized.

func NewAdminAddInboxCategoryParamsWithContext

func NewAdminAddInboxCategoryParamsWithContext(ctx context.Context) *AdminAddInboxCategoryParams

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

func NewAdminAddInboxCategoryParamsWithHTTPClient

func NewAdminAddInboxCategoryParamsWithHTTPClient(client *http.Client) *AdminAddInboxCategoryParams

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

func NewAdminAddInboxCategoryParamsWithTimeout

func NewAdminAddInboxCategoryParamsWithTimeout(timeout time.Duration) *AdminAddInboxCategoryParams

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

func (*AdminAddInboxCategoryParams) SetAuthInfoWriter

func (o *AdminAddInboxCategoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin add inbox category params

func (*AdminAddInboxCategoryParams) SetBody

SetBody adds the body to the admin add inbox category params

func (*AdminAddInboxCategoryParams) SetContext

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

SetContext adds the context to the admin add inbox category params

func (*AdminAddInboxCategoryParams) SetFlightId added in v0.63.0

func (o *AdminAddInboxCategoryParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminAddInboxCategoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin add inbox category params

func (*AdminAddInboxCategoryParams) SetHTTPClientTransport

func (o *AdminAddInboxCategoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin add inbox category params

func (*AdminAddInboxCategoryParams) SetNamespace

func (o *AdminAddInboxCategoryParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin add inbox category params

func (*AdminAddInboxCategoryParams) SetTimeout

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

SetTimeout adds the timeout to the admin add inbox category params

func (*AdminAddInboxCategoryParams) WithBody

WithBody adds the body to the admin add inbox category params

func (*AdminAddInboxCategoryParams) WithContext

WithContext adds the context to the admin add inbox category params

func (*AdminAddInboxCategoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin add inbox category params

func (*AdminAddInboxCategoryParams) WithNamespace

func (o *AdminAddInboxCategoryParams) WithNamespace(namespace string) *AdminAddInboxCategoryParams

WithNamespace adds the namespace to the admin add inbox category params

func (*AdminAddInboxCategoryParams) WithTimeout

WithTimeout adds the timeout to the admin add inbox category params

func (*AdminAddInboxCategoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminAddInboxCategoryReader

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

AdminAddInboxCategoryReader is a Reader for the AdminAddInboxCategory structure.

func (*AdminAddInboxCategoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminAddInboxCategoryUnauthorized

type AdminAddInboxCategoryUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminAddInboxCategoryUnauthorized handles this case with default header values.

Unauthorized

func NewAdminAddInboxCategoryUnauthorized

func NewAdminAddInboxCategoryUnauthorized() *AdminAddInboxCategoryUnauthorized

NewAdminAddInboxCategoryUnauthorized creates a AdminAddInboxCategoryUnauthorized with default headers values

func (*AdminAddInboxCategoryUnauthorized) Error

func (*AdminAddInboxCategoryUnauthorized) GetPayload

func (*AdminAddInboxCategoryUnauthorized) ToJSONString

func (o *AdminAddInboxCategoryUnauthorized) ToJSONString() string

type AdminDeleteInboxCategoryBadRequest

type AdminDeleteInboxCategoryBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxCategoryBadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteInboxCategoryBadRequest

func NewAdminDeleteInboxCategoryBadRequest() *AdminDeleteInboxCategoryBadRequest

NewAdminDeleteInboxCategoryBadRequest creates a AdminDeleteInboxCategoryBadRequest with default headers values

func (*AdminDeleteInboxCategoryBadRequest) Error

func (*AdminDeleteInboxCategoryBadRequest) GetPayload

func (*AdminDeleteInboxCategoryBadRequest) ToJSONString

func (o *AdminDeleteInboxCategoryBadRequest) ToJSONString() string

type AdminDeleteInboxCategoryForbidden

type AdminDeleteInboxCategoryForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxCategoryForbidden handles this case with default header values.

Forbidden

func NewAdminDeleteInboxCategoryForbidden

func NewAdminDeleteInboxCategoryForbidden() *AdminDeleteInboxCategoryForbidden

NewAdminDeleteInboxCategoryForbidden creates a AdminDeleteInboxCategoryForbidden with default headers values

func (*AdminDeleteInboxCategoryForbidden) Error

func (*AdminDeleteInboxCategoryForbidden) GetPayload

func (*AdminDeleteInboxCategoryForbidden) ToJSONString

func (o *AdminDeleteInboxCategoryForbidden) ToJSONString() string

type AdminDeleteInboxCategoryInternalServerError

type AdminDeleteInboxCategoryInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxCategoryInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteInboxCategoryInternalServerError

func NewAdminDeleteInboxCategoryInternalServerError() *AdminDeleteInboxCategoryInternalServerError

NewAdminDeleteInboxCategoryInternalServerError creates a AdminDeleteInboxCategoryInternalServerError with default headers values

func (*AdminDeleteInboxCategoryInternalServerError) Error

func (*AdminDeleteInboxCategoryInternalServerError) GetPayload

func (*AdminDeleteInboxCategoryInternalServerError) ToJSONString

type AdminDeleteInboxCategoryOK

type AdminDeleteInboxCategoryOK struct {
}

AdminDeleteInboxCategoryOK handles this case with default header values.

OK

func NewAdminDeleteInboxCategoryOK

func NewAdminDeleteInboxCategoryOK() *AdminDeleteInboxCategoryOK

NewAdminDeleteInboxCategoryOK creates a AdminDeleteInboxCategoryOK with default headers values

func (*AdminDeleteInboxCategoryOK) Error

type AdminDeleteInboxCategoryParams

type AdminDeleteInboxCategoryParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Category
	  category

	*/
	Category string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminDeleteInboxCategoryParams contains all the parameters to send to the API endpoint for the admin delete inbox category operation typically these are written to a http.Request

func NewAdminDeleteInboxCategoryParams

func NewAdminDeleteInboxCategoryParams() *AdminDeleteInboxCategoryParams

NewAdminDeleteInboxCategoryParams creates a new AdminDeleteInboxCategoryParams object with the default values initialized.

func NewAdminDeleteInboxCategoryParamsWithContext

func NewAdminDeleteInboxCategoryParamsWithContext(ctx context.Context) *AdminDeleteInboxCategoryParams

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

func NewAdminDeleteInboxCategoryParamsWithHTTPClient

func NewAdminDeleteInboxCategoryParamsWithHTTPClient(client *http.Client) *AdminDeleteInboxCategoryParams

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

func NewAdminDeleteInboxCategoryParamsWithTimeout

func NewAdminDeleteInboxCategoryParamsWithTimeout(timeout time.Duration) *AdminDeleteInboxCategoryParams

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

func (*AdminDeleteInboxCategoryParams) SetAuthInfoWriter

func (o *AdminDeleteInboxCategoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) SetCategory

func (o *AdminDeleteInboxCategoryParams) SetCategory(category string)

SetCategory adds the category to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) SetContext

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

SetContext adds the context to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) SetFlightId added in v0.63.0

func (o *AdminDeleteInboxCategoryParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeleteInboxCategoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) SetHTTPClientTransport

func (o *AdminDeleteInboxCategoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) SetNamespace

func (o *AdminDeleteInboxCategoryParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) WithCategory

WithCategory adds the category to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) WithContext

WithContext adds the context to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) WithNamespace

WithNamespace adds the namespace to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) WithTimeout

WithTimeout adds the timeout to the admin delete inbox category params

func (*AdminDeleteInboxCategoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteInboxCategoryReader

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

AdminDeleteInboxCategoryReader is a Reader for the AdminDeleteInboxCategory structure.

func (*AdminDeleteInboxCategoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteInboxCategoryUnauthorized

type AdminDeleteInboxCategoryUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxCategoryUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteInboxCategoryUnauthorized

func NewAdminDeleteInboxCategoryUnauthorized() *AdminDeleteInboxCategoryUnauthorized

NewAdminDeleteInboxCategoryUnauthorized creates a AdminDeleteInboxCategoryUnauthorized with default headers values

func (*AdminDeleteInboxCategoryUnauthorized) Error

func (*AdminDeleteInboxCategoryUnauthorized) GetPayload

func (*AdminDeleteInboxCategoryUnauthorized) ToJSONString

func (o *AdminDeleteInboxCategoryUnauthorized) ToJSONString() string

type AdminDeleteInboxMessageBadRequest

type AdminDeleteInboxMessageBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxMessageBadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteInboxMessageBadRequest

func NewAdminDeleteInboxMessageBadRequest() *AdminDeleteInboxMessageBadRequest

NewAdminDeleteInboxMessageBadRequest creates a AdminDeleteInboxMessageBadRequest with default headers values

func (*AdminDeleteInboxMessageBadRequest) Error

func (*AdminDeleteInboxMessageBadRequest) GetPayload

func (*AdminDeleteInboxMessageBadRequest) ToJSONString

func (o *AdminDeleteInboxMessageBadRequest) ToJSONString() string

type AdminDeleteInboxMessageForbidden

type AdminDeleteInboxMessageForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxMessageForbidden handles this case with default header values.

Forbidden

func NewAdminDeleteInboxMessageForbidden

func NewAdminDeleteInboxMessageForbidden() *AdminDeleteInboxMessageForbidden

NewAdminDeleteInboxMessageForbidden creates a AdminDeleteInboxMessageForbidden with default headers values

func (*AdminDeleteInboxMessageForbidden) Error

func (*AdminDeleteInboxMessageForbidden) GetPayload

func (*AdminDeleteInboxMessageForbidden) ToJSONString

func (o *AdminDeleteInboxMessageForbidden) ToJSONString() string

type AdminDeleteInboxMessageInternalServerError

type AdminDeleteInboxMessageInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxMessageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteInboxMessageInternalServerError

func NewAdminDeleteInboxMessageInternalServerError() *AdminDeleteInboxMessageInternalServerError

NewAdminDeleteInboxMessageInternalServerError creates a AdminDeleteInboxMessageInternalServerError with default headers values

func (*AdminDeleteInboxMessageInternalServerError) Error

func (*AdminDeleteInboxMessageInternalServerError) GetPayload

func (*AdminDeleteInboxMessageInternalServerError) ToJSONString

type AdminDeleteInboxMessageOK

type AdminDeleteInboxMessageOK struct {
}

AdminDeleteInboxMessageOK handles this case with default header values.

OK

func NewAdminDeleteInboxMessageOK

func NewAdminDeleteInboxMessageOK() *AdminDeleteInboxMessageOK

NewAdminDeleteInboxMessageOK creates a AdminDeleteInboxMessageOK with default headers values

func (*AdminDeleteInboxMessageOK) Error

func (o *AdminDeleteInboxMessageOK) Error() string

type AdminDeleteInboxMessageParams

type AdminDeleteInboxMessageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*MessageID
	  message

	*/
	MessageID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Force
	  only for testing purposes, to force delete data

	*/
	Force *bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminDeleteInboxMessageParams contains all the parameters to send to the API endpoint for the admin delete inbox message operation typically these are written to a http.Request

func NewAdminDeleteInboxMessageParams

func NewAdminDeleteInboxMessageParams() *AdminDeleteInboxMessageParams

NewAdminDeleteInboxMessageParams creates a new AdminDeleteInboxMessageParams object with the default values initialized.

func NewAdminDeleteInboxMessageParamsWithContext

func NewAdminDeleteInboxMessageParamsWithContext(ctx context.Context) *AdminDeleteInboxMessageParams

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

func NewAdminDeleteInboxMessageParamsWithHTTPClient

func NewAdminDeleteInboxMessageParamsWithHTTPClient(client *http.Client) *AdminDeleteInboxMessageParams

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

func NewAdminDeleteInboxMessageParamsWithTimeout

func NewAdminDeleteInboxMessageParamsWithTimeout(timeout time.Duration) *AdminDeleteInboxMessageParams

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

func (*AdminDeleteInboxMessageParams) SetAuthInfoWriter

func (o *AdminDeleteInboxMessageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) SetContext

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

SetContext adds the context to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) SetFlightId added in v0.63.0

func (o *AdminDeleteInboxMessageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeleteInboxMessageParams) SetForce

func (o *AdminDeleteInboxMessageParams) SetForce(force *bool)

SetForce adds the force to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) SetHTTPClientTransport

func (o *AdminDeleteInboxMessageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) SetMessageID

func (o *AdminDeleteInboxMessageParams) SetMessageID(messageID string)

SetMessageID adds the messageId to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) SetNamespace

func (o *AdminDeleteInboxMessageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) WithContext

WithContext adds the context to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) WithForce

WithForce adds the force to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) WithMessageID

WithMessageID adds the messageID to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) WithNamespace

WithNamespace adds the namespace to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) WithTimeout

WithTimeout adds the timeout to the admin delete inbox message params

func (*AdminDeleteInboxMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteInboxMessageReader

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

AdminDeleteInboxMessageReader is a Reader for the AdminDeleteInboxMessage structure.

func (*AdminDeleteInboxMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteInboxMessageUnauthorized

type AdminDeleteInboxMessageUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminDeleteInboxMessageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteInboxMessageUnauthorized

func NewAdminDeleteInboxMessageUnauthorized() *AdminDeleteInboxMessageUnauthorized

NewAdminDeleteInboxMessageUnauthorized creates a AdminDeleteInboxMessageUnauthorized with default headers values

func (*AdminDeleteInboxMessageUnauthorized) Error

func (*AdminDeleteInboxMessageUnauthorized) GetPayload

func (*AdminDeleteInboxMessageUnauthorized) ToJSONString

func (o *AdminDeleteInboxMessageUnauthorized) ToJSONString() string

type AdminGetCategorySchemaBadRequest

type AdminGetCategorySchemaBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetCategorySchemaBadRequest handles this case with default header values.

Bad Request

func NewAdminGetCategorySchemaBadRequest

func NewAdminGetCategorySchemaBadRequest() *AdminGetCategorySchemaBadRequest

NewAdminGetCategorySchemaBadRequest creates a AdminGetCategorySchemaBadRequest with default headers values

func (*AdminGetCategorySchemaBadRequest) Error

func (*AdminGetCategorySchemaBadRequest) GetPayload

func (*AdminGetCategorySchemaBadRequest) ToJSONString

func (o *AdminGetCategorySchemaBadRequest) ToJSONString() string

type AdminGetCategorySchemaForbidden

type AdminGetCategorySchemaForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetCategorySchemaForbidden handles this case with default header values.

Forbidden

func NewAdminGetCategorySchemaForbidden

func NewAdminGetCategorySchemaForbidden() *AdminGetCategorySchemaForbidden

NewAdminGetCategorySchemaForbidden creates a AdminGetCategorySchemaForbidden with default headers values

func (*AdminGetCategorySchemaForbidden) Error

func (*AdminGetCategorySchemaForbidden) GetPayload

func (*AdminGetCategorySchemaForbidden) ToJSONString

func (o *AdminGetCategorySchemaForbidden) ToJSONString() string

type AdminGetCategorySchemaInternalServerError

type AdminGetCategorySchemaInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetCategorySchemaInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetCategorySchemaInternalServerError

func NewAdminGetCategorySchemaInternalServerError() *AdminGetCategorySchemaInternalServerError

NewAdminGetCategorySchemaInternalServerError creates a AdminGetCategorySchemaInternalServerError with default headers values

func (*AdminGetCategorySchemaInternalServerError) Error

func (*AdminGetCategorySchemaInternalServerError) GetPayload

func (*AdminGetCategorySchemaInternalServerError) ToJSONString

type AdminGetCategorySchemaNotFound

type AdminGetCategorySchemaNotFound struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetCategorySchemaNotFound handles this case with default header values.

Forbidden

func NewAdminGetCategorySchemaNotFound

func NewAdminGetCategorySchemaNotFound() *AdminGetCategorySchemaNotFound

NewAdminGetCategorySchemaNotFound creates a AdminGetCategorySchemaNotFound with default headers values

func (*AdminGetCategorySchemaNotFound) Error

func (*AdminGetCategorySchemaNotFound) GetPayload

func (*AdminGetCategorySchemaNotFound) ToJSONString

func (o *AdminGetCategorySchemaNotFound) ToJSONString() string

type AdminGetCategorySchemaOK

type AdminGetCategorySchemaOK struct {
	Payload *chatclientmodels.ModelsJSONSchemaType
}

AdminGetCategorySchemaOK handles this case with default header values.

OK

func NewAdminGetCategorySchemaOK

func NewAdminGetCategorySchemaOK() *AdminGetCategorySchemaOK

NewAdminGetCategorySchemaOK creates a AdminGetCategorySchemaOK with default headers values

func (*AdminGetCategorySchemaOK) Error

func (o *AdminGetCategorySchemaOK) Error() string

func (*AdminGetCategorySchemaOK) GetPayload

func (*AdminGetCategorySchemaOK) ToJSONString

func (o *AdminGetCategorySchemaOK) ToJSONString() string

type AdminGetCategorySchemaParams

type AdminGetCategorySchemaParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Category
	  category

	*/
	Category string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetCategorySchemaParams contains all the parameters to send to the API endpoint for the admin get category schema operation typically these are written to a http.Request

func NewAdminGetCategorySchemaParams

func NewAdminGetCategorySchemaParams() *AdminGetCategorySchemaParams

NewAdminGetCategorySchemaParams creates a new AdminGetCategorySchemaParams object with the default values initialized.

func NewAdminGetCategorySchemaParamsWithContext

func NewAdminGetCategorySchemaParamsWithContext(ctx context.Context) *AdminGetCategorySchemaParams

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

func NewAdminGetCategorySchemaParamsWithHTTPClient

func NewAdminGetCategorySchemaParamsWithHTTPClient(client *http.Client) *AdminGetCategorySchemaParams

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

func NewAdminGetCategorySchemaParamsWithTimeout

func NewAdminGetCategorySchemaParamsWithTimeout(timeout time.Duration) *AdminGetCategorySchemaParams

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

func (*AdminGetCategorySchemaParams) SetAuthInfoWriter

func (o *AdminGetCategorySchemaParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get category schema params

func (*AdminGetCategorySchemaParams) SetCategory

func (o *AdminGetCategorySchemaParams) SetCategory(category string)

SetCategory adds the category to the admin get category schema params

func (*AdminGetCategorySchemaParams) SetContext

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

SetContext adds the context to the admin get category schema params

func (*AdminGetCategorySchemaParams) SetFlightId added in v0.63.0

func (o *AdminGetCategorySchemaParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetCategorySchemaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get category schema params

func (*AdminGetCategorySchemaParams) SetHTTPClientTransport

func (o *AdminGetCategorySchemaParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get category schema params

func (*AdminGetCategorySchemaParams) SetNamespace

func (o *AdminGetCategorySchemaParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get category schema params

func (*AdminGetCategorySchemaParams) SetTimeout

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

SetTimeout adds the timeout to the admin get category schema params

func (*AdminGetCategorySchemaParams) WithCategory

WithCategory adds the category to the admin get category schema params

func (*AdminGetCategorySchemaParams) WithContext

WithContext adds the context to the admin get category schema params

func (*AdminGetCategorySchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get category schema params

func (*AdminGetCategorySchemaParams) WithNamespace

WithNamespace adds the namespace to the admin get category schema params

func (*AdminGetCategorySchemaParams) WithTimeout

WithTimeout adds the timeout to the admin get category schema params

func (*AdminGetCategorySchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetCategorySchemaReader

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

AdminGetCategorySchemaReader is a Reader for the AdminGetCategorySchema structure.

func (*AdminGetCategorySchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetCategorySchemaUnauthorized

type AdminGetCategorySchemaUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetCategorySchemaUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetCategorySchemaUnauthorized

func NewAdminGetCategorySchemaUnauthorized() *AdminGetCategorySchemaUnauthorized

NewAdminGetCategorySchemaUnauthorized creates a AdminGetCategorySchemaUnauthorized with default headers values

func (*AdminGetCategorySchemaUnauthorized) Error

func (*AdminGetCategorySchemaUnauthorized) GetPayload

func (*AdminGetCategorySchemaUnauthorized) ToJSONString

func (o *AdminGetCategorySchemaUnauthorized) ToJSONString() string

type AdminGetInboxCategoriesBadRequest

type AdminGetInboxCategoriesBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxCategoriesBadRequest handles this case with default header values.

Bad Request

func NewAdminGetInboxCategoriesBadRequest

func NewAdminGetInboxCategoriesBadRequest() *AdminGetInboxCategoriesBadRequest

NewAdminGetInboxCategoriesBadRequest creates a AdminGetInboxCategoriesBadRequest with default headers values

func (*AdminGetInboxCategoriesBadRequest) Error

func (*AdminGetInboxCategoriesBadRequest) GetPayload

func (*AdminGetInboxCategoriesBadRequest) ToJSONString

func (o *AdminGetInboxCategoriesBadRequest) ToJSONString() string

type AdminGetInboxCategoriesForbidden

type AdminGetInboxCategoriesForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxCategoriesForbidden handles this case with default header values.

Forbidden

func NewAdminGetInboxCategoriesForbidden

func NewAdminGetInboxCategoriesForbidden() *AdminGetInboxCategoriesForbidden

NewAdminGetInboxCategoriesForbidden creates a AdminGetInboxCategoriesForbidden with default headers values

func (*AdminGetInboxCategoriesForbidden) Error

func (*AdminGetInboxCategoriesForbidden) GetPayload

func (*AdminGetInboxCategoriesForbidden) ToJSONString

func (o *AdminGetInboxCategoriesForbidden) ToJSONString() string

type AdminGetInboxCategoriesInternalServerError

type AdminGetInboxCategoriesInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxCategoriesInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetInboxCategoriesInternalServerError

func NewAdminGetInboxCategoriesInternalServerError() *AdminGetInboxCategoriesInternalServerError

NewAdminGetInboxCategoriesInternalServerError creates a AdminGetInboxCategoriesInternalServerError with default headers values

func (*AdminGetInboxCategoriesInternalServerError) Error

func (*AdminGetInboxCategoriesInternalServerError) GetPayload

func (*AdminGetInboxCategoriesInternalServerError) ToJSONString

type AdminGetInboxCategoriesOK

type AdminGetInboxCategoriesOK struct {
	Payload []*chatclientmodels.ModelsGetInboxCategoriesResponseItem
}

AdminGetInboxCategoriesOK handles this case with default header values.

OK

func NewAdminGetInboxCategoriesOK

func NewAdminGetInboxCategoriesOK() *AdminGetInboxCategoriesOK

NewAdminGetInboxCategoriesOK creates a AdminGetInboxCategoriesOK with default headers values

func (*AdminGetInboxCategoriesOK) Error

func (o *AdminGetInboxCategoriesOK) Error() string

func (*AdminGetInboxCategoriesOK) GetPayload

func (*AdminGetInboxCategoriesOK) ToJSONString

func (o *AdminGetInboxCategoriesOK) ToJSONString() string

type AdminGetInboxCategoriesParams

type AdminGetInboxCategoriesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetInboxCategoriesParams contains all the parameters to send to the API endpoint for the admin get inbox categories operation typically these are written to a http.Request

func NewAdminGetInboxCategoriesParams

func NewAdminGetInboxCategoriesParams() *AdminGetInboxCategoriesParams

NewAdminGetInboxCategoriesParams creates a new AdminGetInboxCategoriesParams object with the default values initialized.

func NewAdminGetInboxCategoriesParamsWithContext

func NewAdminGetInboxCategoriesParamsWithContext(ctx context.Context) *AdminGetInboxCategoriesParams

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

func NewAdminGetInboxCategoriesParamsWithHTTPClient

func NewAdminGetInboxCategoriesParamsWithHTTPClient(client *http.Client) *AdminGetInboxCategoriesParams

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

func NewAdminGetInboxCategoriesParamsWithTimeout

func NewAdminGetInboxCategoriesParamsWithTimeout(timeout time.Duration) *AdminGetInboxCategoriesParams

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

func (*AdminGetInboxCategoriesParams) SetAuthInfoWriter

func (o *AdminGetInboxCategoriesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) SetContext

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

SetContext adds the context to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) SetFlightId added in v0.63.0

func (o *AdminGetInboxCategoriesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetInboxCategoriesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) SetHTTPClientTransport

func (o *AdminGetInboxCategoriesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) SetNamespace

func (o *AdminGetInboxCategoriesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) SetTimeout

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

SetTimeout adds the timeout to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) WithContext

WithContext adds the context to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) WithNamespace

WithNamespace adds the namespace to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) WithTimeout

WithTimeout adds the timeout to the admin get inbox categories params

func (*AdminGetInboxCategoriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetInboxCategoriesReader

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

AdminGetInboxCategoriesReader is a Reader for the AdminGetInboxCategories structure.

func (*AdminGetInboxCategoriesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetInboxCategoriesUnauthorized

type AdminGetInboxCategoriesUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxCategoriesUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetInboxCategoriesUnauthorized

func NewAdminGetInboxCategoriesUnauthorized() *AdminGetInboxCategoriesUnauthorized

NewAdminGetInboxCategoriesUnauthorized creates a AdminGetInboxCategoriesUnauthorized with default headers values

func (*AdminGetInboxCategoriesUnauthorized) Error

func (*AdminGetInboxCategoriesUnauthorized) GetPayload

func (*AdminGetInboxCategoriesUnauthorized) ToJSONString

func (o *AdminGetInboxCategoriesUnauthorized) ToJSONString() string

type AdminGetInboxMessagesBadRequest

type AdminGetInboxMessagesBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxMessagesBadRequest handles this case with default header values.

Bad Request

func NewAdminGetInboxMessagesBadRequest

func NewAdminGetInboxMessagesBadRequest() *AdminGetInboxMessagesBadRequest

NewAdminGetInboxMessagesBadRequest creates a AdminGetInboxMessagesBadRequest with default headers values

func (*AdminGetInboxMessagesBadRequest) Error

func (*AdminGetInboxMessagesBadRequest) GetPayload

func (*AdminGetInboxMessagesBadRequest) ToJSONString

func (o *AdminGetInboxMessagesBadRequest) ToJSONString() string

type AdminGetInboxMessagesForbidden

type AdminGetInboxMessagesForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxMessagesForbidden handles this case with default header values.

Forbidden

func NewAdminGetInboxMessagesForbidden

func NewAdminGetInboxMessagesForbidden() *AdminGetInboxMessagesForbidden

NewAdminGetInboxMessagesForbidden creates a AdminGetInboxMessagesForbidden with default headers values

func (*AdminGetInboxMessagesForbidden) Error

func (*AdminGetInboxMessagesForbidden) GetPayload

func (*AdminGetInboxMessagesForbidden) ToJSONString

func (o *AdminGetInboxMessagesForbidden) ToJSONString() string

type AdminGetInboxMessagesInternalServerError

type AdminGetInboxMessagesInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxMessagesInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetInboxMessagesInternalServerError

func NewAdminGetInboxMessagesInternalServerError() *AdminGetInboxMessagesInternalServerError

NewAdminGetInboxMessagesInternalServerError creates a AdminGetInboxMessagesInternalServerError with default headers values

func (*AdminGetInboxMessagesInternalServerError) Error

func (*AdminGetInboxMessagesInternalServerError) GetPayload

func (*AdminGetInboxMessagesInternalServerError) ToJSONString

type AdminGetInboxMessagesOK

type AdminGetInboxMessagesOK struct {
	Payload *chatclientmodels.ModelsGetInboxMessagesResponse
}

AdminGetInboxMessagesOK handles this case with default header values.

OK

func NewAdminGetInboxMessagesOK

func NewAdminGetInboxMessagesOK() *AdminGetInboxMessagesOK

NewAdminGetInboxMessagesOK creates a AdminGetInboxMessagesOK with default headers values

func (*AdminGetInboxMessagesOK) Error

func (o *AdminGetInboxMessagesOK) Error() string

func (*AdminGetInboxMessagesOK) GetPayload

func (*AdminGetInboxMessagesOK) ToJSONString

func (o *AdminGetInboxMessagesOK) ToJSONString() string

type AdminGetInboxMessagesParams

type AdminGetInboxMessagesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*ActiveOnly
	  active only

	*/
	ActiveOnly *bool
	/*EndCreatedAt
	  end created at

	*/
	EndCreatedAt *int64
	/*Limit
	  limit

	*/
	Limit *int64
	/*MessageID
	  message ids

	*/
	MessageID []string
	/*Offset
	  offset

	*/
	Offset *int64
	/*Order
	  anyof: createdAt:asc / createdAt:desc

	*/
	Order *string
	/*Scope
	  message scope

	*/
	Scope *string
	/*StartCreatedAt
	  start created at

	*/
	StartCreatedAt *int64
	/*Status
	  message status

	*/
	Status *string
	/*Transient
	  transient message filter

	*/
	Transient *bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetInboxMessagesParams contains all the parameters to send to the API endpoint for the admin get inbox messages operation typically these are written to a http.Request

func NewAdminGetInboxMessagesParams

func NewAdminGetInboxMessagesParams() *AdminGetInboxMessagesParams

NewAdminGetInboxMessagesParams creates a new AdminGetInboxMessagesParams object with the default values initialized.

func NewAdminGetInboxMessagesParamsWithContext

func NewAdminGetInboxMessagesParamsWithContext(ctx context.Context) *AdminGetInboxMessagesParams

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

func NewAdminGetInboxMessagesParamsWithHTTPClient

func NewAdminGetInboxMessagesParamsWithHTTPClient(client *http.Client) *AdminGetInboxMessagesParams

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

func NewAdminGetInboxMessagesParamsWithTimeout

func NewAdminGetInboxMessagesParamsWithTimeout(timeout time.Duration) *AdminGetInboxMessagesParams

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

func (*AdminGetInboxMessagesParams) SetActiveOnly

func (o *AdminGetInboxMessagesParams) SetActiveOnly(activeOnly *bool)

SetActiveOnly adds the activeOnly to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetAuthInfoWriter

func (o *AdminGetInboxMessagesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetContext

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

SetContext adds the context to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetEndCreatedAt

func (o *AdminGetInboxMessagesParams) SetEndCreatedAt(endCreatedAt *int64)

SetEndCreatedAt adds the endCreatedAt to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetFlightId added in v0.63.0

func (o *AdminGetInboxMessagesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetInboxMessagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetHTTPClientTransport

func (o *AdminGetInboxMessagesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetLimit

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

SetLimit adds the limit to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetMessageID

func (o *AdminGetInboxMessagesParams) SetMessageID(messageID []string)

SetMessageID adds the messageId to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetNamespace

func (o *AdminGetInboxMessagesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetOffset

func (o *AdminGetInboxMessagesParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetOrder

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

SetOrder adds the order to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetScope

func (o *AdminGetInboxMessagesParams) SetScope(scope *string)

SetScope adds the scope to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetStartCreatedAt

func (o *AdminGetInboxMessagesParams) SetStartCreatedAt(startCreatedAt *int64)

SetStartCreatedAt adds the startCreatedAt to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetStatus

func (o *AdminGetInboxMessagesParams) SetStatus(status *string)

SetStatus adds the status to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetTimeout

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

SetTimeout adds the timeout to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) SetTransient

func (o *AdminGetInboxMessagesParams) SetTransient(transient *bool)

SetTransient adds the transient to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithActiveOnly

func (o *AdminGetInboxMessagesParams) WithActiveOnly(activeOnly *bool) *AdminGetInboxMessagesParams

WithActiveOnly adds the activeOnly to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithContext

WithContext adds the context to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithEndCreatedAt

func (o *AdminGetInboxMessagesParams) WithEndCreatedAt(endCreatedAt *int64) *AdminGetInboxMessagesParams

WithEndCreatedAt adds the endCreatedAt to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithLimit

WithLimit adds the limit to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithMessageID

func (o *AdminGetInboxMessagesParams) WithMessageID(messageID []string) *AdminGetInboxMessagesParams

WithMessageID adds the messageID to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithNamespace

func (o *AdminGetInboxMessagesParams) WithNamespace(namespace string) *AdminGetInboxMessagesParams

WithNamespace adds the namespace to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithOffset

WithOffset adds the offset to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithOrder

WithOrder adds the order to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithScope

WithScope adds the scope to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithStartCreatedAt

func (o *AdminGetInboxMessagesParams) WithStartCreatedAt(startCreatedAt *int64) *AdminGetInboxMessagesParams

WithStartCreatedAt adds the startCreatedAt to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithStatus

WithStatus adds the status to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithTimeout

WithTimeout adds the timeout to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WithTransient

func (o *AdminGetInboxMessagesParams) WithTransient(transient *bool) *AdminGetInboxMessagesParams

WithTransient adds the transient to the admin get inbox messages params

func (*AdminGetInboxMessagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetInboxMessagesReader

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

AdminGetInboxMessagesReader is a Reader for the AdminGetInboxMessages structure.

func (*AdminGetInboxMessagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetInboxMessagesUnauthorized

type AdminGetInboxMessagesUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxMessagesUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetInboxMessagesUnauthorized

func NewAdminGetInboxMessagesUnauthorized() *AdminGetInboxMessagesUnauthorized

NewAdminGetInboxMessagesUnauthorized creates a AdminGetInboxMessagesUnauthorized with default headers values

func (*AdminGetInboxMessagesUnauthorized) Error

func (*AdminGetInboxMessagesUnauthorized) GetPayload

func (*AdminGetInboxMessagesUnauthorized) ToJSONString

func (o *AdminGetInboxMessagesUnauthorized) ToJSONString() string

type AdminGetInboxStatsBadRequest

type AdminGetInboxStatsBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxStatsBadRequest handles this case with default header values.

Bad Request

func NewAdminGetInboxStatsBadRequest

func NewAdminGetInboxStatsBadRequest() *AdminGetInboxStatsBadRequest

NewAdminGetInboxStatsBadRequest creates a AdminGetInboxStatsBadRequest with default headers values

func (*AdminGetInboxStatsBadRequest) Error

func (*AdminGetInboxStatsBadRequest) GetPayload

func (*AdminGetInboxStatsBadRequest) ToJSONString

func (o *AdminGetInboxStatsBadRequest) ToJSONString() string

type AdminGetInboxStatsForbidden

type AdminGetInboxStatsForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxStatsForbidden handles this case with default header values.

Forbidden

func NewAdminGetInboxStatsForbidden

func NewAdminGetInboxStatsForbidden() *AdminGetInboxStatsForbidden

NewAdminGetInboxStatsForbidden creates a AdminGetInboxStatsForbidden with default headers values

func (*AdminGetInboxStatsForbidden) Error

func (*AdminGetInboxStatsForbidden) GetPayload

func (*AdminGetInboxStatsForbidden) ToJSONString

func (o *AdminGetInboxStatsForbidden) ToJSONString() string

type AdminGetInboxStatsInternalServerError

type AdminGetInboxStatsInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxStatsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetInboxStatsInternalServerError

func NewAdminGetInboxStatsInternalServerError() *AdminGetInboxStatsInternalServerError

NewAdminGetInboxStatsInternalServerError creates a AdminGetInboxStatsInternalServerError with default headers values

func (*AdminGetInboxStatsInternalServerError) Error

func (*AdminGetInboxStatsInternalServerError) GetPayload

func (*AdminGetInboxStatsInternalServerError) ToJSONString

type AdminGetInboxStatsOK

type AdminGetInboxStatsOK struct {
	Payload *chatclientmodels.ModelsGetInboxStatsResponse
}

AdminGetInboxStatsOK handles this case with default header values.

OK

func NewAdminGetInboxStatsOK

func NewAdminGetInboxStatsOK() *AdminGetInboxStatsOK

NewAdminGetInboxStatsOK creates a AdminGetInboxStatsOK with default headers values

func (*AdminGetInboxStatsOK) Error

func (o *AdminGetInboxStatsOK) Error() string

func (*AdminGetInboxStatsOK) GetPayload

func (*AdminGetInboxStatsOK) ToJSONString

func (o *AdminGetInboxStatsOK) ToJSONString() string

type AdminGetInboxStatsParams

type AdminGetInboxStatsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*MessageID
	  message ids

	*/
	MessageID []string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetInboxStatsParams contains all the parameters to send to the API endpoint for the admin get inbox stats operation typically these are written to a http.Request

func NewAdminGetInboxStatsParams

func NewAdminGetInboxStatsParams() *AdminGetInboxStatsParams

NewAdminGetInboxStatsParams creates a new AdminGetInboxStatsParams object with the default values initialized.

func NewAdminGetInboxStatsParamsWithContext

func NewAdminGetInboxStatsParamsWithContext(ctx context.Context) *AdminGetInboxStatsParams

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

func NewAdminGetInboxStatsParamsWithHTTPClient

func NewAdminGetInboxStatsParamsWithHTTPClient(client *http.Client) *AdminGetInboxStatsParams

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

func NewAdminGetInboxStatsParamsWithTimeout

func NewAdminGetInboxStatsParamsWithTimeout(timeout time.Duration) *AdminGetInboxStatsParams

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

func (*AdminGetInboxStatsParams) SetAuthInfoWriter

func (o *AdminGetInboxStatsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get inbox stats params

func (*AdminGetInboxStatsParams) SetContext

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

SetContext adds the context to the admin get inbox stats params

func (*AdminGetInboxStatsParams) SetFlightId added in v0.63.0

func (o *AdminGetInboxStatsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetInboxStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get inbox stats params

func (*AdminGetInboxStatsParams) SetHTTPClientTransport

func (o *AdminGetInboxStatsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get inbox stats params

func (*AdminGetInboxStatsParams) SetMessageID

func (o *AdminGetInboxStatsParams) SetMessageID(messageID []string)

SetMessageID adds the messageId to the admin get inbox stats params

func (*AdminGetInboxStatsParams) SetNamespace

func (o *AdminGetInboxStatsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get inbox stats params

func (*AdminGetInboxStatsParams) SetTimeout

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

SetTimeout adds the timeout to the admin get inbox stats params

func (*AdminGetInboxStatsParams) WithContext

WithContext adds the context to the admin get inbox stats params

func (*AdminGetInboxStatsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the admin get inbox stats params

func (*AdminGetInboxStatsParams) WithMessageID

func (o *AdminGetInboxStatsParams) WithMessageID(messageID []string) *AdminGetInboxStatsParams

WithMessageID adds the messageID to the admin get inbox stats params

func (*AdminGetInboxStatsParams) WithNamespace

func (o *AdminGetInboxStatsParams) WithNamespace(namespace string) *AdminGetInboxStatsParams

WithNamespace adds the namespace to the admin get inbox stats params

func (*AdminGetInboxStatsParams) WithTimeout

WithTimeout adds the timeout to the admin get inbox stats params

func (*AdminGetInboxStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetInboxStatsReader

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

AdminGetInboxStatsReader is a Reader for the AdminGetInboxStats structure.

func (*AdminGetInboxStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetInboxStatsUnauthorized

type AdminGetInboxStatsUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxStatsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetInboxStatsUnauthorized

func NewAdminGetInboxStatsUnauthorized() *AdminGetInboxStatsUnauthorized

NewAdminGetInboxStatsUnauthorized creates a AdminGetInboxStatsUnauthorized with default headers values

func (*AdminGetInboxStatsUnauthorized) Error

func (*AdminGetInboxStatsUnauthorized) GetPayload

func (*AdminGetInboxStatsUnauthorized) ToJSONString

func (o *AdminGetInboxStatsUnauthorized) ToJSONString() string

type AdminGetInboxUsersBadRequest

type AdminGetInboxUsersBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxUsersBadRequest handles this case with default header values.

Bad Request

func NewAdminGetInboxUsersBadRequest

func NewAdminGetInboxUsersBadRequest() *AdminGetInboxUsersBadRequest

NewAdminGetInboxUsersBadRequest creates a AdminGetInboxUsersBadRequest with default headers values

func (*AdminGetInboxUsersBadRequest) Error

func (*AdminGetInboxUsersBadRequest) GetPayload

func (*AdminGetInboxUsersBadRequest) ToJSONString

func (o *AdminGetInboxUsersBadRequest) ToJSONString() string

type AdminGetInboxUsersForbidden

type AdminGetInboxUsersForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxUsersForbidden handles this case with default header values.

Forbidden

func NewAdminGetInboxUsersForbidden

func NewAdminGetInboxUsersForbidden() *AdminGetInboxUsersForbidden

NewAdminGetInboxUsersForbidden creates a AdminGetInboxUsersForbidden with default headers values

func (*AdminGetInboxUsersForbidden) Error

func (*AdminGetInboxUsersForbidden) GetPayload

func (*AdminGetInboxUsersForbidden) ToJSONString

func (o *AdminGetInboxUsersForbidden) ToJSONString() string

type AdminGetInboxUsersInternalServerError

type AdminGetInboxUsersInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxUsersInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetInboxUsersInternalServerError

func NewAdminGetInboxUsersInternalServerError() *AdminGetInboxUsersInternalServerError

NewAdminGetInboxUsersInternalServerError creates a AdminGetInboxUsersInternalServerError with default headers values

func (*AdminGetInboxUsersInternalServerError) Error

func (*AdminGetInboxUsersInternalServerError) GetPayload

func (*AdminGetInboxUsersInternalServerError) ToJSONString

type AdminGetInboxUsersOK

type AdminGetInboxUsersOK struct {
	Payload *chatclientmodels.ModelsGetInboxUsersResponse
}

AdminGetInboxUsersOK handles this case with default header values.

OK

func NewAdminGetInboxUsersOK

func NewAdminGetInboxUsersOK() *AdminGetInboxUsersOK

NewAdminGetInboxUsersOK creates a AdminGetInboxUsersOK with default headers values

func (*AdminGetInboxUsersOK) Error

func (o *AdminGetInboxUsersOK) Error() string

func (*AdminGetInboxUsersOK) GetPayload

func (*AdminGetInboxUsersOK) ToJSONString

func (o *AdminGetInboxUsersOK) ToJSONString() string

type AdminGetInboxUsersParams

type AdminGetInboxUsersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Inbox
	  message id

	*/
	Inbox string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Limit
	  limit

	*/
	Limit *int64
	/*Offset
	  offset

	*/
	Offset *int64
	/*Status
	  message status

	*/
	Status *string
	/*UserID
	  userId

	*/
	UserID *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetInboxUsersParams contains all the parameters to send to the API endpoint for the admin get inbox users operation typically these are written to a http.Request

func NewAdminGetInboxUsersParams

func NewAdminGetInboxUsersParams() *AdminGetInboxUsersParams

NewAdminGetInboxUsersParams creates a new AdminGetInboxUsersParams object with the default values initialized.

func NewAdminGetInboxUsersParamsWithContext

func NewAdminGetInboxUsersParamsWithContext(ctx context.Context) *AdminGetInboxUsersParams

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

func NewAdminGetInboxUsersParamsWithHTTPClient

func NewAdminGetInboxUsersParamsWithHTTPClient(client *http.Client) *AdminGetInboxUsersParams

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

func NewAdminGetInboxUsersParamsWithTimeout

func NewAdminGetInboxUsersParamsWithTimeout(timeout time.Duration) *AdminGetInboxUsersParams

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

func (*AdminGetInboxUsersParams) SetAuthInfoWriter

func (o *AdminGetInboxUsersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetContext

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

SetContext adds the context to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetFlightId added in v0.63.0

func (o *AdminGetInboxUsersParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetInboxUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetHTTPClientTransport

func (o *AdminGetInboxUsersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetInbox

func (o *AdminGetInboxUsersParams) SetInbox(inbox string)

SetInbox adds the inbox to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetLimit

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

SetLimit adds the limit to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetNamespace

func (o *AdminGetInboxUsersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetOffset

func (o *AdminGetInboxUsersParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetStatus

func (o *AdminGetInboxUsersParams) SetStatus(status *string)

SetStatus adds the status to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetTimeout

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

SetTimeout adds the timeout to the admin get inbox users params

func (*AdminGetInboxUsersParams) SetUserID

func (o *AdminGetInboxUsersParams) SetUserID(userID *string)

SetUserID adds the userId to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithContext

WithContext adds the context to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithInbox

WithInbox adds the inbox to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithLimit

WithLimit adds the limit to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithNamespace

func (o *AdminGetInboxUsersParams) WithNamespace(namespace string) *AdminGetInboxUsersParams

WithNamespace adds the namespace to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithOffset

WithOffset adds the offset to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithStatus

WithStatus adds the status to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithTimeout

WithTimeout adds the timeout to the admin get inbox users params

func (*AdminGetInboxUsersParams) WithUserID

WithUserID adds the userID to the admin get inbox users params

func (*AdminGetInboxUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetInboxUsersReader

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

AdminGetInboxUsersReader is a Reader for the AdminGetInboxUsers structure.

func (*AdminGetInboxUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetInboxUsersUnauthorized

type AdminGetInboxUsersUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminGetInboxUsersUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetInboxUsersUnauthorized

func NewAdminGetInboxUsersUnauthorized() *AdminGetInboxUsersUnauthorized

NewAdminGetInboxUsersUnauthorized creates a AdminGetInboxUsersUnauthorized with default headers values

func (*AdminGetInboxUsersUnauthorized) Error

func (*AdminGetInboxUsersUnauthorized) GetPayload

func (*AdminGetInboxUsersUnauthorized) ToJSONString

func (o *AdminGetInboxUsersUnauthorized) ToJSONString() string

type AdminSaveInboxMessageBadRequest

type AdminSaveInboxMessageBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSaveInboxMessageBadRequest handles this case with default header values.

Bad Request

func NewAdminSaveInboxMessageBadRequest

func NewAdminSaveInboxMessageBadRequest() *AdminSaveInboxMessageBadRequest

NewAdminSaveInboxMessageBadRequest creates a AdminSaveInboxMessageBadRequest with default headers values

func (*AdminSaveInboxMessageBadRequest) Error

func (*AdminSaveInboxMessageBadRequest) GetPayload

func (*AdminSaveInboxMessageBadRequest) ToJSONString

func (o *AdminSaveInboxMessageBadRequest) ToJSONString() string

type AdminSaveInboxMessageForbidden

type AdminSaveInboxMessageForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSaveInboxMessageForbidden handles this case with default header values.

Forbidden

func NewAdminSaveInboxMessageForbidden

func NewAdminSaveInboxMessageForbidden() *AdminSaveInboxMessageForbidden

NewAdminSaveInboxMessageForbidden creates a AdminSaveInboxMessageForbidden with default headers values

func (*AdminSaveInboxMessageForbidden) Error

func (*AdminSaveInboxMessageForbidden) GetPayload

func (*AdminSaveInboxMessageForbidden) ToJSONString

func (o *AdminSaveInboxMessageForbidden) ToJSONString() string

type AdminSaveInboxMessageInternalServerError

type AdminSaveInboxMessageInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSaveInboxMessageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminSaveInboxMessageInternalServerError

func NewAdminSaveInboxMessageInternalServerError() *AdminSaveInboxMessageInternalServerError

NewAdminSaveInboxMessageInternalServerError creates a AdminSaveInboxMessageInternalServerError with default headers values

func (*AdminSaveInboxMessageInternalServerError) Error

func (*AdminSaveInboxMessageInternalServerError) GetPayload

func (*AdminSaveInboxMessageInternalServerError) ToJSONString

type AdminSaveInboxMessageOK

type AdminSaveInboxMessageOK struct {
	Payload *chatclientmodels.ModelsSaveInboxMessageResponse
}

AdminSaveInboxMessageOK handles this case with default header values.

OK

func NewAdminSaveInboxMessageOK

func NewAdminSaveInboxMessageOK() *AdminSaveInboxMessageOK

NewAdminSaveInboxMessageOK creates a AdminSaveInboxMessageOK with default headers values

func (*AdminSaveInboxMessageOK) Error

func (o *AdminSaveInboxMessageOK) Error() string

func (*AdminSaveInboxMessageOK) GetPayload

func (*AdminSaveInboxMessageOK) ToJSONString

func (o *AdminSaveInboxMessageOK) ToJSONString() string

type AdminSaveInboxMessageParams

type AdminSaveInboxMessageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *chatclientmodels.ModelsSaveInboxMessageRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminSaveInboxMessageParams contains all the parameters to send to the API endpoint for the admin save inbox message operation typically these are written to a http.Request

func NewAdminSaveInboxMessageParams

func NewAdminSaveInboxMessageParams() *AdminSaveInboxMessageParams

NewAdminSaveInboxMessageParams creates a new AdminSaveInboxMessageParams object with the default values initialized.

func NewAdminSaveInboxMessageParamsWithContext

func NewAdminSaveInboxMessageParamsWithContext(ctx context.Context) *AdminSaveInboxMessageParams

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

func NewAdminSaveInboxMessageParamsWithHTTPClient

func NewAdminSaveInboxMessageParamsWithHTTPClient(client *http.Client) *AdminSaveInboxMessageParams

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

func NewAdminSaveInboxMessageParamsWithTimeout

func NewAdminSaveInboxMessageParamsWithTimeout(timeout time.Duration) *AdminSaveInboxMessageParams

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

func (*AdminSaveInboxMessageParams) SetAuthInfoWriter

func (o *AdminSaveInboxMessageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin save inbox message params

func (*AdminSaveInboxMessageParams) SetBody

SetBody adds the body to the admin save inbox message params

func (*AdminSaveInboxMessageParams) SetContext

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

SetContext adds the context to the admin save inbox message params

func (*AdminSaveInboxMessageParams) SetFlightId added in v0.63.0

func (o *AdminSaveInboxMessageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminSaveInboxMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin save inbox message params

func (*AdminSaveInboxMessageParams) SetHTTPClientTransport

func (o *AdminSaveInboxMessageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin save inbox message params

func (*AdminSaveInboxMessageParams) SetNamespace

func (o *AdminSaveInboxMessageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin save inbox message params

func (*AdminSaveInboxMessageParams) SetTimeout

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

SetTimeout adds the timeout to the admin save inbox message params

func (*AdminSaveInboxMessageParams) WithBody

WithBody adds the body to the admin save inbox message params

func (*AdminSaveInboxMessageParams) WithContext

WithContext adds the context to the admin save inbox message params

func (*AdminSaveInboxMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin save inbox message params

func (*AdminSaveInboxMessageParams) WithNamespace

func (o *AdminSaveInboxMessageParams) WithNamespace(namespace string) *AdminSaveInboxMessageParams

WithNamespace adds the namespace to the admin save inbox message params

func (*AdminSaveInboxMessageParams) WithTimeout

WithTimeout adds the timeout to the admin save inbox message params

func (*AdminSaveInboxMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminSaveInboxMessageReader

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

AdminSaveInboxMessageReader is a Reader for the AdminSaveInboxMessage structure.

func (*AdminSaveInboxMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminSaveInboxMessageUnauthorized

type AdminSaveInboxMessageUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSaveInboxMessageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminSaveInboxMessageUnauthorized

func NewAdminSaveInboxMessageUnauthorized() *AdminSaveInboxMessageUnauthorized

NewAdminSaveInboxMessageUnauthorized creates a AdminSaveInboxMessageUnauthorized with default headers values

func (*AdminSaveInboxMessageUnauthorized) Error

func (*AdminSaveInboxMessageUnauthorized) GetPayload

func (*AdminSaveInboxMessageUnauthorized) ToJSONString

func (o *AdminSaveInboxMessageUnauthorized) ToJSONString() string

type AdminSendInboxMessageBadRequest

type AdminSendInboxMessageBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSendInboxMessageBadRequest handles this case with default header values.

Bad Request

func NewAdminSendInboxMessageBadRequest

func NewAdminSendInboxMessageBadRequest() *AdminSendInboxMessageBadRequest

NewAdminSendInboxMessageBadRequest creates a AdminSendInboxMessageBadRequest with default headers values

func (*AdminSendInboxMessageBadRequest) Error

func (*AdminSendInboxMessageBadRequest) GetPayload

func (*AdminSendInboxMessageBadRequest) ToJSONString

func (o *AdminSendInboxMessageBadRequest) ToJSONString() string

type AdminSendInboxMessageForbidden

type AdminSendInboxMessageForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSendInboxMessageForbidden handles this case with default header values.

Forbidden

func NewAdminSendInboxMessageForbidden

func NewAdminSendInboxMessageForbidden() *AdminSendInboxMessageForbidden

NewAdminSendInboxMessageForbidden creates a AdminSendInboxMessageForbidden with default headers values

func (*AdminSendInboxMessageForbidden) Error

func (*AdminSendInboxMessageForbidden) GetPayload

func (*AdminSendInboxMessageForbidden) ToJSONString

func (o *AdminSendInboxMessageForbidden) ToJSONString() string

type AdminSendInboxMessageInternalServerError

type AdminSendInboxMessageInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSendInboxMessageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminSendInboxMessageInternalServerError

func NewAdminSendInboxMessageInternalServerError() *AdminSendInboxMessageInternalServerError

NewAdminSendInboxMessageInternalServerError creates a AdminSendInboxMessageInternalServerError with default headers values

func (*AdminSendInboxMessageInternalServerError) Error

func (*AdminSendInboxMessageInternalServerError) GetPayload

func (*AdminSendInboxMessageInternalServerError) ToJSONString

type AdminSendInboxMessageOK

type AdminSendInboxMessageOK struct {
	Payload *chatclientmodels.ModelsSendInboxMessageResponse
}

AdminSendInboxMessageOK handles this case with default header values.

OK

func NewAdminSendInboxMessageOK

func NewAdminSendInboxMessageOK() *AdminSendInboxMessageOK

NewAdminSendInboxMessageOK creates a AdminSendInboxMessageOK with default headers values

func (*AdminSendInboxMessageOK) Error

func (o *AdminSendInboxMessageOK) Error() string

func (*AdminSendInboxMessageOK) GetPayload

func (*AdminSendInboxMessageOK) ToJSONString

func (o *AdminSendInboxMessageOK) ToJSONString() string

type AdminSendInboxMessageParams

type AdminSendInboxMessageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body chatclientmodels.ModelsSendInboxMessageRequest
	/*MessageID
	  message

	*/
	MessageID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminSendInboxMessageParams contains all the parameters to send to the API endpoint for the admin send inbox message operation typically these are written to a http.Request

func NewAdminSendInboxMessageParams

func NewAdminSendInboxMessageParams() *AdminSendInboxMessageParams

NewAdminSendInboxMessageParams creates a new AdminSendInboxMessageParams object with the default values initialized.

func NewAdminSendInboxMessageParamsWithContext

func NewAdminSendInboxMessageParamsWithContext(ctx context.Context) *AdminSendInboxMessageParams

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

func NewAdminSendInboxMessageParamsWithHTTPClient

func NewAdminSendInboxMessageParamsWithHTTPClient(client *http.Client) *AdminSendInboxMessageParams

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

func NewAdminSendInboxMessageParamsWithTimeout

func NewAdminSendInboxMessageParamsWithTimeout(timeout time.Duration) *AdminSendInboxMessageParams

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

func (*AdminSendInboxMessageParams) SetAuthInfoWriter

func (o *AdminSendInboxMessageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin send inbox message params

func (*AdminSendInboxMessageParams) SetBody

SetBody adds the body to the admin send inbox message params

func (*AdminSendInboxMessageParams) SetContext

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

SetContext adds the context to the admin send inbox message params

func (*AdminSendInboxMessageParams) SetFlightId added in v0.63.0

func (o *AdminSendInboxMessageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminSendInboxMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin send inbox message params

func (*AdminSendInboxMessageParams) SetHTTPClientTransport

func (o *AdminSendInboxMessageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin send inbox message params

func (*AdminSendInboxMessageParams) SetMessageID

func (o *AdminSendInboxMessageParams) SetMessageID(messageID string)

SetMessageID adds the messageId to the admin send inbox message params

func (*AdminSendInboxMessageParams) SetNamespace

func (o *AdminSendInboxMessageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin send inbox message params

func (*AdminSendInboxMessageParams) SetTimeout

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

SetTimeout adds the timeout to the admin send inbox message params

func (*AdminSendInboxMessageParams) WithBody

WithBody adds the body to the admin send inbox message params

func (*AdminSendInboxMessageParams) WithContext

WithContext adds the context to the admin send inbox message params

func (*AdminSendInboxMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin send inbox message params

func (*AdminSendInboxMessageParams) WithMessageID

func (o *AdminSendInboxMessageParams) WithMessageID(messageID string) *AdminSendInboxMessageParams

WithMessageID adds the messageID to the admin send inbox message params

func (*AdminSendInboxMessageParams) WithNamespace

func (o *AdminSendInboxMessageParams) WithNamespace(namespace string) *AdminSendInboxMessageParams

WithNamespace adds the namespace to the admin send inbox message params

func (*AdminSendInboxMessageParams) WithTimeout

WithTimeout adds the timeout to the admin send inbox message params

func (*AdminSendInboxMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminSendInboxMessageReader

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

AdminSendInboxMessageReader is a Reader for the AdminSendInboxMessage structure.

func (*AdminSendInboxMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminSendInboxMessageUnauthorized

type AdminSendInboxMessageUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminSendInboxMessageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminSendInboxMessageUnauthorized

func NewAdminSendInboxMessageUnauthorized() *AdminSendInboxMessageUnauthorized

NewAdminSendInboxMessageUnauthorized creates a AdminSendInboxMessageUnauthorized with default headers values

func (*AdminSendInboxMessageUnauthorized) Error

func (*AdminSendInboxMessageUnauthorized) GetPayload

func (*AdminSendInboxMessageUnauthorized) ToJSONString

func (o *AdminSendInboxMessageUnauthorized) ToJSONString() string

type AdminUnsendInboxMessageBadRequest

type AdminUnsendInboxMessageBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUnsendInboxMessageBadRequest handles this case with default header values.

Bad Request

func NewAdminUnsendInboxMessageBadRequest

func NewAdminUnsendInboxMessageBadRequest() *AdminUnsendInboxMessageBadRequest

NewAdminUnsendInboxMessageBadRequest creates a AdminUnsendInboxMessageBadRequest with default headers values

func (*AdminUnsendInboxMessageBadRequest) Error

func (*AdminUnsendInboxMessageBadRequest) GetPayload

func (*AdminUnsendInboxMessageBadRequest) ToJSONString

func (o *AdminUnsendInboxMessageBadRequest) ToJSONString() string

type AdminUnsendInboxMessageForbidden

type AdminUnsendInboxMessageForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUnsendInboxMessageForbidden handles this case with default header values.

Forbidden

func NewAdminUnsendInboxMessageForbidden

func NewAdminUnsendInboxMessageForbidden() *AdminUnsendInboxMessageForbidden

NewAdminUnsendInboxMessageForbidden creates a AdminUnsendInboxMessageForbidden with default headers values

func (*AdminUnsendInboxMessageForbidden) Error

func (*AdminUnsendInboxMessageForbidden) GetPayload

func (*AdminUnsendInboxMessageForbidden) ToJSONString

func (o *AdminUnsendInboxMessageForbidden) ToJSONString() string

type AdminUnsendInboxMessageInternalServerError

type AdminUnsendInboxMessageInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUnsendInboxMessageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUnsendInboxMessageInternalServerError

func NewAdminUnsendInboxMessageInternalServerError() *AdminUnsendInboxMessageInternalServerError

NewAdminUnsendInboxMessageInternalServerError creates a AdminUnsendInboxMessageInternalServerError with default headers values

func (*AdminUnsendInboxMessageInternalServerError) Error

func (*AdminUnsendInboxMessageInternalServerError) GetPayload

func (*AdminUnsendInboxMessageInternalServerError) ToJSONString

type AdminUnsendInboxMessageOK

type AdminUnsendInboxMessageOK struct {
	Payload *chatclientmodels.ModelsUnsendInboxMessageResponse
}

AdminUnsendInboxMessageOK handles this case with default header values.

OK

func NewAdminUnsendInboxMessageOK

func NewAdminUnsendInboxMessageOK() *AdminUnsendInboxMessageOK

NewAdminUnsendInboxMessageOK creates a AdminUnsendInboxMessageOK with default headers values

func (*AdminUnsendInboxMessageOK) Error

func (o *AdminUnsendInboxMessageOK) Error() string

func (*AdminUnsendInboxMessageOK) GetPayload

func (*AdminUnsendInboxMessageOK) ToJSONString

func (o *AdminUnsendInboxMessageOK) ToJSONString() string

type AdminUnsendInboxMessageParams

type AdminUnsendInboxMessageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *chatclientmodels.ModelsUnsendInboxMessageRequest
	/*Inbox
	  message

	*/
	Inbox string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminUnsendInboxMessageParams contains all the parameters to send to the API endpoint for the admin unsend inbox message operation typically these are written to a http.Request

func NewAdminUnsendInboxMessageParams

func NewAdminUnsendInboxMessageParams() *AdminUnsendInboxMessageParams

NewAdminUnsendInboxMessageParams creates a new AdminUnsendInboxMessageParams object with the default values initialized.

func NewAdminUnsendInboxMessageParamsWithContext

func NewAdminUnsendInboxMessageParamsWithContext(ctx context.Context) *AdminUnsendInboxMessageParams

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

func NewAdminUnsendInboxMessageParamsWithHTTPClient

func NewAdminUnsendInboxMessageParamsWithHTTPClient(client *http.Client) *AdminUnsendInboxMessageParams

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

func NewAdminUnsendInboxMessageParamsWithTimeout

func NewAdminUnsendInboxMessageParamsWithTimeout(timeout time.Duration) *AdminUnsendInboxMessageParams

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

func (*AdminUnsendInboxMessageParams) SetAuthInfoWriter

func (o *AdminUnsendInboxMessageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) SetBody

SetBody adds the body to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) SetContext

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

SetContext adds the context to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) SetFlightId added in v0.63.0

func (o *AdminUnsendInboxMessageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminUnsendInboxMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) SetHTTPClientTransport

func (o *AdminUnsendInboxMessageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) SetInbox

func (o *AdminUnsendInboxMessageParams) SetInbox(inbox string)

SetInbox adds the inbox to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) SetNamespace

func (o *AdminUnsendInboxMessageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) SetTimeout

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

SetTimeout adds the timeout to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) WithBody

WithBody adds the body to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) WithContext

WithContext adds the context to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) WithInbox

WithInbox adds the inbox to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) WithNamespace

WithNamespace adds the namespace to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) WithTimeout

WithTimeout adds the timeout to the admin unsend inbox message params

func (*AdminUnsendInboxMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUnsendInboxMessageReader

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

AdminUnsendInboxMessageReader is a Reader for the AdminUnsendInboxMessage structure.

func (*AdminUnsendInboxMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUnsendInboxMessageUnauthorized

type AdminUnsendInboxMessageUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUnsendInboxMessageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUnsendInboxMessageUnauthorized

func NewAdminUnsendInboxMessageUnauthorized() *AdminUnsendInboxMessageUnauthorized

NewAdminUnsendInboxMessageUnauthorized creates a AdminUnsendInboxMessageUnauthorized with default headers values

func (*AdminUnsendInboxMessageUnauthorized) Error

func (*AdminUnsendInboxMessageUnauthorized) GetPayload

func (*AdminUnsendInboxMessageUnauthorized) ToJSONString

func (o *AdminUnsendInboxMessageUnauthorized) ToJSONString() string

type AdminUpdateInboxCategoryBadRequest

type AdminUpdateInboxCategoryBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxCategoryBadRequest handles this case with default header values.

Bad Request

func NewAdminUpdateInboxCategoryBadRequest

func NewAdminUpdateInboxCategoryBadRequest() *AdminUpdateInboxCategoryBadRequest

NewAdminUpdateInboxCategoryBadRequest creates a AdminUpdateInboxCategoryBadRequest with default headers values

func (*AdminUpdateInboxCategoryBadRequest) Error

func (*AdminUpdateInboxCategoryBadRequest) GetPayload

func (*AdminUpdateInboxCategoryBadRequest) ToJSONString

func (o *AdminUpdateInboxCategoryBadRequest) ToJSONString() string

type AdminUpdateInboxCategoryForbidden

type AdminUpdateInboxCategoryForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxCategoryForbidden handles this case with default header values.

Forbidden

func NewAdminUpdateInboxCategoryForbidden

func NewAdminUpdateInboxCategoryForbidden() *AdminUpdateInboxCategoryForbidden

NewAdminUpdateInboxCategoryForbidden creates a AdminUpdateInboxCategoryForbidden with default headers values

func (*AdminUpdateInboxCategoryForbidden) Error

func (*AdminUpdateInboxCategoryForbidden) GetPayload

func (*AdminUpdateInboxCategoryForbidden) ToJSONString

func (o *AdminUpdateInboxCategoryForbidden) ToJSONString() string

type AdminUpdateInboxCategoryInternalServerError

type AdminUpdateInboxCategoryInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxCategoryInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdateInboxCategoryInternalServerError

func NewAdminUpdateInboxCategoryInternalServerError() *AdminUpdateInboxCategoryInternalServerError

NewAdminUpdateInboxCategoryInternalServerError creates a AdminUpdateInboxCategoryInternalServerError with default headers values

func (*AdminUpdateInboxCategoryInternalServerError) Error

func (*AdminUpdateInboxCategoryInternalServerError) GetPayload

func (*AdminUpdateInboxCategoryInternalServerError) ToJSONString

type AdminUpdateInboxCategoryOK

type AdminUpdateInboxCategoryOK struct {
}

AdminUpdateInboxCategoryOK handles this case with default header values.

OK

func NewAdminUpdateInboxCategoryOK

func NewAdminUpdateInboxCategoryOK() *AdminUpdateInboxCategoryOK

NewAdminUpdateInboxCategoryOK creates a AdminUpdateInboxCategoryOK with default headers values

func (*AdminUpdateInboxCategoryOK) Error

type AdminUpdateInboxCategoryParams

type AdminUpdateInboxCategoryParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *chatclientmodels.ModelsUpdateInboxCategoryRequest
	/*Category
	  category

	*/
	Category string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminUpdateInboxCategoryParams contains all the parameters to send to the API endpoint for the admin update inbox category operation typically these are written to a http.Request

func NewAdminUpdateInboxCategoryParams

func NewAdminUpdateInboxCategoryParams() *AdminUpdateInboxCategoryParams

NewAdminUpdateInboxCategoryParams creates a new AdminUpdateInboxCategoryParams object with the default values initialized.

func NewAdminUpdateInboxCategoryParamsWithContext

func NewAdminUpdateInboxCategoryParamsWithContext(ctx context.Context) *AdminUpdateInboxCategoryParams

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

func NewAdminUpdateInboxCategoryParamsWithHTTPClient

func NewAdminUpdateInboxCategoryParamsWithHTTPClient(client *http.Client) *AdminUpdateInboxCategoryParams

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

func NewAdminUpdateInboxCategoryParamsWithTimeout

func NewAdminUpdateInboxCategoryParamsWithTimeout(timeout time.Duration) *AdminUpdateInboxCategoryParams

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

func (*AdminUpdateInboxCategoryParams) SetAuthInfoWriter

func (o *AdminUpdateInboxCategoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) SetBody

SetBody adds the body to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) SetCategory

func (o *AdminUpdateInboxCategoryParams) SetCategory(category string)

SetCategory adds the category to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) SetContext

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

SetContext adds the context to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) SetFlightId added in v0.63.0

func (o *AdminUpdateInboxCategoryParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminUpdateInboxCategoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) SetHTTPClientTransport

func (o *AdminUpdateInboxCategoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) SetNamespace

func (o *AdminUpdateInboxCategoryParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) SetTimeout

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

SetTimeout adds the timeout to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) WithBody

WithBody adds the body to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) WithCategory

WithCategory adds the category to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) WithContext

WithContext adds the context to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) WithNamespace

WithNamespace adds the namespace to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) WithTimeout

WithTimeout adds the timeout to the admin update inbox category params

func (*AdminUpdateInboxCategoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateInboxCategoryReader

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

AdminUpdateInboxCategoryReader is a Reader for the AdminUpdateInboxCategory structure.

func (*AdminUpdateInboxCategoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateInboxCategoryUnauthorized

type AdminUpdateInboxCategoryUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxCategoryUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdateInboxCategoryUnauthorized

func NewAdminUpdateInboxCategoryUnauthorized() *AdminUpdateInboxCategoryUnauthorized

NewAdminUpdateInboxCategoryUnauthorized creates a AdminUpdateInboxCategoryUnauthorized with default headers values

func (*AdminUpdateInboxCategoryUnauthorized) Error

func (*AdminUpdateInboxCategoryUnauthorized) GetPayload

func (*AdminUpdateInboxCategoryUnauthorized) ToJSONString

func (o *AdminUpdateInboxCategoryUnauthorized) ToJSONString() string

type AdminUpdateInboxMessageBadRequest

type AdminUpdateInboxMessageBadRequest struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxMessageBadRequest handles this case with default header values.

Bad Request

func NewAdminUpdateInboxMessageBadRequest

func NewAdminUpdateInboxMessageBadRequest() *AdminUpdateInboxMessageBadRequest

NewAdminUpdateInboxMessageBadRequest creates a AdminUpdateInboxMessageBadRequest with default headers values

func (*AdminUpdateInboxMessageBadRequest) Error

func (*AdminUpdateInboxMessageBadRequest) GetPayload

func (*AdminUpdateInboxMessageBadRequest) ToJSONString

func (o *AdminUpdateInboxMessageBadRequest) ToJSONString() string

type AdminUpdateInboxMessageForbidden

type AdminUpdateInboxMessageForbidden struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxMessageForbidden handles this case with default header values.

Forbidden

func NewAdminUpdateInboxMessageForbidden

func NewAdminUpdateInboxMessageForbidden() *AdminUpdateInboxMessageForbidden

NewAdminUpdateInboxMessageForbidden creates a AdminUpdateInboxMessageForbidden with default headers values

func (*AdminUpdateInboxMessageForbidden) Error

func (*AdminUpdateInboxMessageForbidden) GetPayload

func (*AdminUpdateInboxMessageForbidden) ToJSONString

func (o *AdminUpdateInboxMessageForbidden) ToJSONString() string

type AdminUpdateInboxMessageInternalServerError

type AdminUpdateInboxMessageInternalServerError struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxMessageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdateInboxMessageInternalServerError

func NewAdminUpdateInboxMessageInternalServerError() *AdminUpdateInboxMessageInternalServerError

NewAdminUpdateInboxMessageInternalServerError creates a AdminUpdateInboxMessageInternalServerError with default headers values

func (*AdminUpdateInboxMessageInternalServerError) Error

func (*AdminUpdateInboxMessageInternalServerError) GetPayload

func (*AdminUpdateInboxMessageInternalServerError) ToJSONString

type AdminUpdateInboxMessageOK

type AdminUpdateInboxMessageOK struct {
}

AdminUpdateInboxMessageOK handles this case with default header values.

OK

func NewAdminUpdateInboxMessageOK

func NewAdminUpdateInboxMessageOK() *AdminUpdateInboxMessageOK

NewAdminUpdateInboxMessageOK creates a AdminUpdateInboxMessageOK with default headers values

func (*AdminUpdateInboxMessageOK) Error

func (o *AdminUpdateInboxMessageOK) Error() string

type AdminUpdateInboxMessageParams

type AdminUpdateInboxMessageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *chatclientmodels.ModelsUpdateInboxMessageRequest
	/*MessageID
	  message

	*/
	MessageID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminUpdateInboxMessageParams contains all the parameters to send to the API endpoint for the admin update inbox message operation typically these are written to a http.Request

func NewAdminUpdateInboxMessageParams

func NewAdminUpdateInboxMessageParams() *AdminUpdateInboxMessageParams

NewAdminUpdateInboxMessageParams creates a new AdminUpdateInboxMessageParams object with the default values initialized.

func NewAdminUpdateInboxMessageParamsWithContext

func NewAdminUpdateInboxMessageParamsWithContext(ctx context.Context) *AdminUpdateInboxMessageParams

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

func NewAdminUpdateInboxMessageParamsWithHTTPClient

func NewAdminUpdateInboxMessageParamsWithHTTPClient(client *http.Client) *AdminUpdateInboxMessageParams

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

func NewAdminUpdateInboxMessageParamsWithTimeout

func NewAdminUpdateInboxMessageParamsWithTimeout(timeout time.Duration) *AdminUpdateInboxMessageParams

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

func (*AdminUpdateInboxMessageParams) SetAuthInfoWriter

func (o *AdminUpdateInboxMessageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) SetBody

SetBody adds the body to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) SetContext

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

SetContext adds the context to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) SetFlightId added in v0.63.0

func (o *AdminUpdateInboxMessageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminUpdateInboxMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) SetHTTPClientTransport

func (o *AdminUpdateInboxMessageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) SetMessageID

func (o *AdminUpdateInboxMessageParams) SetMessageID(messageID string)

SetMessageID adds the messageId to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) SetNamespace

func (o *AdminUpdateInboxMessageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) SetTimeout

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

SetTimeout adds the timeout to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) WithBody

WithBody adds the body to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) WithContext

WithContext adds the context to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) WithMessageID

WithMessageID adds the messageID to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) WithNamespace

WithNamespace adds the namespace to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) WithTimeout

WithTimeout adds the timeout to the admin update inbox message params

func (*AdminUpdateInboxMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateInboxMessageReader

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

AdminUpdateInboxMessageReader is a Reader for the AdminUpdateInboxMessage structure.

func (*AdminUpdateInboxMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateInboxMessageUnauthorized

type AdminUpdateInboxMessageUnauthorized struct {
	Payload *chatclientmodels.RestapiErrorResponseBody
}

AdminUpdateInboxMessageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdateInboxMessageUnauthorized

func NewAdminUpdateInboxMessageUnauthorized() *AdminUpdateInboxMessageUnauthorized

NewAdminUpdateInboxMessageUnauthorized creates a AdminUpdateInboxMessageUnauthorized with default headers values

func (*AdminUpdateInboxMessageUnauthorized) Error

func (*AdminUpdateInboxMessageUnauthorized) GetPayload

func (*AdminUpdateInboxMessageUnauthorized) ToJSONString

func (o *AdminUpdateInboxMessageUnauthorized) ToJSONString() string

type Client

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

Client for inbox API

func (*Client) AdminAddInboxCategory deprecated

Deprecated: 2022-08-10 - Use AdminAddInboxCategoryShort instead.

AdminAddInboxCategory add inbox category Add inbox category.

func (*Client) AdminAddInboxCategoryShort

func (a *Client) AdminAddInboxCategoryShort(params *AdminAddInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddInboxCategoryOK, error)

AdminAddInboxCategoryShort add inbox category Add inbox category.

func (*Client) AdminDeleteInboxCategory deprecated

Deprecated: 2022-08-10 - Use AdminDeleteInboxCategoryShort instead.

AdminDeleteInboxCategory admin delete inbox category Delete inbox category

func (*Client) AdminDeleteInboxCategoryShort

func (a *Client) AdminDeleteInboxCategoryShort(params *AdminDeleteInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteInboxCategoryOK, error)

AdminDeleteInboxCategoryShort admin delete inbox category Delete inbox category

func (*Client) AdminDeleteInboxMessage deprecated

Deprecated: 2022-08-10 - Use AdminDeleteInboxMessageShort instead.

AdminDeleteInboxMessage admin delete inbox message Delete inbox message

func (*Client) AdminDeleteInboxMessageShort

func (a *Client) AdminDeleteInboxMessageShort(params *AdminDeleteInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteInboxMessageOK, error)

AdminDeleteInboxMessageShort admin delete inbox message Delete inbox message

func (*Client) AdminGetCategorySchema deprecated

Deprecated: 2022-08-10 - Use AdminGetCategorySchemaShort instead.

AdminGetCategorySchema admin get category schema Get category schema.

func (*Client) AdminGetCategorySchemaShort

func (a *Client) AdminGetCategorySchemaShort(params *AdminGetCategorySchemaParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetCategorySchemaOK, error)

AdminGetCategorySchemaShort admin get category schema Get category schema.

func (*Client) AdminGetInboxCategories deprecated

Deprecated: 2022-08-10 - Use AdminGetInboxCategoriesShort instead.

AdminGetInboxCategories admin get inbox categories Get inbox categories

func (*Client) AdminGetInboxCategoriesShort

func (a *Client) AdminGetInboxCategoriesShort(params *AdminGetInboxCategoriesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxCategoriesOK, error)

AdminGetInboxCategoriesShort admin get inbox categories Get inbox categories

func (*Client) AdminGetInboxMessages deprecated

Deprecated: 2022-08-10 - Use AdminGetInboxMessagesShort instead.

AdminGetInboxMessages admin get inbox messages Get inbox messages

func (*Client) AdminGetInboxMessagesShort

func (a *Client) AdminGetInboxMessagesShort(params *AdminGetInboxMessagesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxMessagesOK, error)

AdminGetInboxMessagesShort admin get inbox messages Get inbox messages

func (*Client) AdminGetInboxStats deprecated

Deprecated: 2022-08-10 - Use AdminGetInboxStatsShort instead.

AdminGetInboxStats admin get inbox stats Get inbox stats

func (*Client) AdminGetInboxStatsShort

func (a *Client) AdminGetInboxStatsShort(params *AdminGetInboxStatsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxStatsOK, error)

AdminGetInboxStatsShort admin get inbox stats Get inbox stats

func (*Client) AdminGetInboxUsers deprecated

Deprecated: 2022-08-10 - Use AdminGetInboxUsersShort instead.

AdminGetInboxUsers admin get inbox users Get inbox users

func (*Client) AdminGetInboxUsersShort

func (a *Client) AdminGetInboxUsersShort(params *AdminGetInboxUsersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxUsersOK, error)

AdminGetInboxUsersShort admin get inbox users Get inbox users

func (*Client) AdminSaveInboxMessage deprecated

Deprecated: 2022-08-10 - Use AdminSaveInboxMessageShort instead.

AdminSaveInboxMessage admin save inbox message Save inbox message

func (*Client) AdminSaveInboxMessageShort

func (a *Client) AdminSaveInboxMessageShort(params *AdminSaveInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSaveInboxMessageOK, error)

AdminSaveInboxMessageShort admin save inbox message Save inbox message

func (*Client) AdminSendInboxMessage deprecated

Deprecated: 2022-08-10 - Use AdminSendInboxMessageShort instead.

AdminSendInboxMessage admin send inbox message Send inbox message

func (*Client) AdminSendInboxMessageShort

func (a *Client) AdminSendInboxMessageShort(params *AdminSendInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSendInboxMessageOK, error)

AdminSendInboxMessageShort admin send inbox message Send inbox message

func (*Client) AdminUnsendInboxMessage deprecated

Deprecated: 2022-08-10 - Use AdminUnsendInboxMessageShort instead.

AdminUnsendInboxMessage admin unsend inbox message Unsend inbox message

func (*Client) AdminUnsendInboxMessageShort

func (a *Client) AdminUnsendInboxMessageShort(params *AdminUnsendInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUnsendInboxMessageOK, error)

AdminUnsendInboxMessageShort admin unsend inbox message Unsend inbox message

func (*Client) AdminUpdateInboxCategory deprecated

Deprecated: 2022-08-10 - Use AdminUpdateInboxCategoryShort instead.

AdminUpdateInboxCategory admin update inbox category Update inbox category

func (*Client) AdminUpdateInboxCategoryShort

func (a *Client) AdminUpdateInboxCategoryShort(params *AdminUpdateInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateInboxCategoryOK, error)

AdminUpdateInboxCategoryShort admin update inbox category Update inbox category

func (*Client) AdminUpdateInboxMessage deprecated

Deprecated: 2022-08-10 - Use AdminUpdateInboxMessageShort instead.

AdminUpdateInboxMessage admin update inbox message Update inbox message

func (*Client) AdminUpdateInboxMessageShort

func (a *Client) AdminUpdateInboxMessageShort(params *AdminUpdateInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateInboxMessageOK, error)

AdminUpdateInboxMessageShort admin update inbox message Update inbox message

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminGetInboxCategories(params *AdminGetInboxCategoriesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxCategoriesOK, *AdminGetInboxCategoriesBadRequest, *AdminGetInboxCategoriesUnauthorized, *AdminGetInboxCategoriesForbidden, *AdminGetInboxCategoriesInternalServerError, error)
	AdminGetInboxCategoriesShort(params *AdminGetInboxCategoriesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxCategoriesOK, error)
	AdminAddInboxCategory(params *AdminAddInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddInboxCategoryOK, *AdminAddInboxCategoryBadRequest, *AdminAddInboxCategoryUnauthorized, *AdminAddInboxCategoryForbidden, *AdminAddInboxCategoryInternalServerError, error)
	AdminAddInboxCategoryShort(params *AdminAddInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddInboxCategoryOK, error)
	AdminDeleteInboxCategory(params *AdminDeleteInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteInboxCategoryOK, *AdminDeleteInboxCategoryBadRequest, *AdminDeleteInboxCategoryUnauthorized, *AdminDeleteInboxCategoryForbidden, *AdminDeleteInboxCategoryInternalServerError, error)
	AdminDeleteInboxCategoryShort(params *AdminDeleteInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteInboxCategoryOK, error)
	AdminUpdateInboxCategory(params *AdminUpdateInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateInboxCategoryOK, *AdminUpdateInboxCategoryBadRequest, *AdminUpdateInboxCategoryUnauthorized, *AdminUpdateInboxCategoryForbidden, *AdminUpdateInboxCategoryInternalServerError, error)
	AdminUpdateInboxCategoryShort(params *AdminUpdateInboxCategoryParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateInboxCategoryOK, error)
	AdminGetCategorySchema(params *AdminGetCategorySchemaParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetCategorySchemaOK, *AdminGetCategorySchemaBadRequest, *AdminGetCategorySchemaUnauthorized, *AdminGetCategorySchemaForbidden, *AdminGetCategorySchemaNotFound, *AdminGetCategorySchemaInternalServerError, error)
	AdminGetCategorySchemaShort(params *AdminGetCategorySchemaParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetCategorySchemaOK, error)
	AdminDeleteInboxMessage(params *AdminDeleteInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteInboxMessageOK, *AdminDeleteInboxMessageBadRequest, *AdminDeleteInboxMessageUnauthorized, *AdminDeleteInboxMessageForbidden, *AdminDeleteInboxMessageInternalServerError, error)
	AdminDeleteInboxMessageShort(params *AdminDeleteInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteInboxMessageOK, error)
	AdminGetInboxMessages(params *AdminGetInboxMessagesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxMessagesOK, *AdminGetInboxMessagesBadRequest, *AdminGetInboxMessagesUnauthorized, *AdminGetInboxMessagesForbidden, *AdminGetInboxMessagesInternalServerError, error)
	AdminGetInboxMessagesShort(params *AdminGetInboxMessagesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxMessagesOK, error)
	AdminSaveInboxMessage(params *AdminSaveInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSaveInboxMessageOK, *AdminSaveInboxMessageBadRequest, *AdminSaveInboxMessageUnauthorized, *AdminSaveInboxMessageForbidden, *AdminSaveInboxMessageInternalServerError, error)
	AdminSaveInboxMessageShort(params *AdminSaveInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSaveInboxMessageOK, error)
	AdminUnsendInboxMessage(params *AdminUnsendInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUnsendInboxMessageOK, *AdminUnsendInboxMessageBadRequest, *AdminUnsendInboxMessageUnauthorized, *AdminUnsendInboxMessageForbidden, *AdminUnsendInboxMessageInternalServerError, error)
	AdminUnsendInboxMessageShort(params *AdminUnsendInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUnsendInboxMessageOK, error)
	AdminGetInboxUsers(params *AdminGetInboxUsersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxUsersOK, *AdminGetInboxUsersBadRequest, *AdminGetInboxUsersUnauthorized, *AdminGetInboxUsersForbidden, *AdminGetInboxUsersInternalServerError, error)
	AdminGetInboxUsersShort(params *AdminGetInboxUsersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxUsersOK, error)
	AdminUpdateInboxMessage(params *AdminUpdateInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateInboxMessageOK, *AdminUpdateInboxMessageBadRequest, *AdminUpdateInboxMessageUnauthorized, *AdminUpdateInboxMessageForbidden, *AdminUpdateInboxMessageInternalServerError, error)
	AdminUpdateInboxMessageShort(params *AdminUpdateInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateInboxMessageOK, error)
	AdminSendInboxMessage(params *AdminSendInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSendInboxMessageOK, *AdminSendInboxMessageBadRequest, *AdminSendInboxMessageUnauthorized, *AdminSendInboxMessageForbidden, *AdminSendInboxMessageInternalServerError, error)
	AdminSendInboxMessageShort(params *AdminSendInboxMessageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSendInboxMessageOK, error)
	AdminGetInboxStats(params *AdminGetInboxStatsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxStatsOK, *AdminGetInboxStatsBadRequest, *AdminGetInboxStatsUnauthorized, *AdminGetInboxStatsForbidden, *AdminGetInboxStatsInternalServerError, error)
	AdminGetInboxStatsShort(params *AdminGetInboxStatsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetInboxStatsOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new inbox API client.

Jump to

Keyboard shortcuts

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