message_center

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregateCasesForbidden

type AggregateCasesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewAggregateCasesForbidden

func NewAggregateCasesForbidden() *AggregateCasesForbidden

NewAggregateCasesForbidden creates a AggregateCasesForbidden with default headers values

func (*AggregateCasesForbidden) Code added in v0.2.33

func (o *AggregateCasesForbidden) Code() int

Code gets the status code for the aggregate cases forbidden response

func (*AggregateCasesForbidden) Error

func (o *AggregateCasesForbidden) Error() string

func (*AggregateCasesForbidden) GetPayload

func (*AggregateCasesForbidden) IsClientError added in v0.2.27

func (o *AggregateCasesForbidden) IsClientError() bool

IsClientError returns true when this aggregate cases forbidden response has a 4xx status code

func (*AggregateCasesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate cases forbidden response a status code equal to that given

func (*AggregateCasesForbidden) IsRedirect added in v0.2.27

func (o *AggregateCasesForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate cases forbidden response has a 3xx status code

func (*AggregateCasesForbidden) IsServerError added in v0.2.27

func (o *AggregateCasesForbidden) IsServerError() bool

IsServerError returns true when this aggregate cases forbidden response has a 5xx status code

func (*AggregateCasesForbidden) IsSuccess added in v0.2.27

func (o *AggregateCasesForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate cases forbidden response has a 2xx status code

func (*AggregateCasesForbidden) String added in v0.2.27

func (o *AggregateCasesForbidden) String() string

type AggregateCasesOK

type AggregateCasesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaAggregatesResponse
}

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

OK

func NewAggregateCasesOK

func NewAggregateCasesOK() *AggregateCasesOK

NewAggregateCasesOK creates a AggregateCasesOK with default headers values

func (*AggregateCasesOK) Code added in v0.2.33

func (o *AggregateCasesOK) Code() int

Code gets the status code for the aggregate cases o k response

func (*AggregateCasesOK) Error

func (o *AggregateCasesOK) Error() string

func (*AggregateCasesOK) GetPayload

func (*AggregateCasesOK) IsClientError added in v0.2.27

func (o *AggregateCasesOK) IsClientError() bool

IsClientError returns true when this aggregate cases o k response has a 4xx status code

func (*AggregateCasesOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate cases o k response a status code equal to that given

func (*AggregateCasesOK) IsRedirect added in v0.2.27

func (o *AggregateCasesOK) IsRedirect() bool

IsRedirect returns true when this aggregate cases o k response has a 3xx status code

func (*AggregateCasesOK) IsServerError added in v0.2.27

func (o *AggregateCasesOK) IsServerError() bool

IsServerError returns true when this aggregate cases o k response has a 5xx status code

func (*AggregateCasesOK) IsSuccess added in v0.2.27

func (o *AggregateCasesOK) IsSuccess() bool

IsSuccess returns true when this aggregate cases o k response has a 2xx status code

func (*AggregateCasesOK) String added in v0.2.27

func (o *AggregateCasesOK) String() string

type AggregateCasesParams

type AggregateCasesParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateCasesParams contains all the parameters to send to the API endpoint

for the aggregate cases operation.

Typically these are written to a http.Request.

func NewAggregateCasesParams

func NewAggregateCasesParams() *AggregateCasesParams

NewAggregateCasesParams creates a new AggregateCasesParams object, with the default timeout for this client.

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

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

func NewAggregateCasesParamsWithContext

func NewAggregateCasesParamsWithContext(ctx context.Context) *AggregateCasesParams

NewAggregateCasesParamsWithContext creates a new AggregateCasesParams object with the ability to set a context for a request.

func NewAggregateCasesParamsWithHTTPClient

func NewAggregateCasesParamsWithHTTPClient(client *http.Client) *AggregateCasesParams

NewAggregateCasesParamsWithHTTPClient creates a new AggregateCasesParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateCasesParamsWithTimeout

func NewAggregateCasesParamsWithTimeout(timeout time.Duration) *AggregateCasesParams

NewAggregateCasesParamsWithTimeout creates a new AggregateCasesParams object with the ability to set a timeout on a request.

func (*AggregateCasesParams) SetBody

SetBody adds the body to the aggregate cases params

func (*AggregateCasesParams) SetContext

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

SetContext adds the context to the aggregate cases params

func (*AggregateCasesParams) SetDefaults

func (o *AggregateCasesParams) SetDefaults()

SetDefaults hydrates default values in the aggregate cases params (not the query body).

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

func (*AggregateCasesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate cases params

func (*AggregateCasesParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate cases params

func (*AggregateCasesParams) WithBody

WithBody adds the body to the aggregate cases params

func (*AggregateCasesParams) WithContext

WithContext adds the context to the aggregate cases params

func (*AggregateCasesParams) WithDefaults

func (o *AggregateCasesParams) WithDefaults() *AggregateCasesParams

WithDefaults hydrates default values in the aggregate cases params (not the query body).

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

func (*AggregateCasesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate cases params

func (*AggregateCasesParams) WithTimeout

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

WithTimeout adds the timeout to the aggregate cases params

func (*AggregateCasesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AggregateCasesReader

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

AggregateCasesReader is a Reader for the AggregateCases structure.

func (*AggregateCasesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateCasesTooManyRequests

type AggregateCasesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewAggregateCasesTooManyRequests

func NewAggregateCasesTooManyRequests() *AggregateCasesTooManyRequests

NewAggregateCasesTooManyRequests creates a AggregateCasesTooManyRequests with default headers values

func (*AggregateCasesTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate cases too many requests response

func (*AggregateCasesTooManyRequests) Error

func (*AggregateCasesTooManyRequests) GetPayload

func (*AggregateCasesTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateCasesTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate cases too many requests response has a 4xx status code

func (*AggregateCasesTooManyRequests) IsCode added in v0.2.27

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

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

func (*AggregateCasesTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateCasesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate cases too many requests response has a 3xx status code

func (*AggregateCasesTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateCasesTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate cases too many requests response has a 5xx status code

func (*AggregateCasesTooManyRequests) IsSuccess added in v0.2.27

func (o *AggregateCasesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this aggregate cases too many requests response has a 2xx status code

func (*AggregateCasesTooManyRequests) String added in v0.2.27

type CaseAddActivityBadRequest

type CaseAddActivityBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCaseAddActivityBadRequest

func NewCaseAddActivityBadRequest() *CaseAddActivityBadRequest

NewCaseAddActivityBadRequest creates a CaseAddActivityBadRequest with default headers values

func (*CaseAddActivityBadRequest) Code added in v0.2.33

func (o *CaseAddActivityBadRequest) Code() int

Code gets the status code for the case add activity bad request response

func (*CaseAddActivityBadRequest) Error

func (o *CaseAddActivityBadRequest) Error() string

func (*CaseAddActivityBadRequest) GetPayload

func (*CaseAddActivityBadRequest) IsClientError added in v0.2.27

func (o *CaseAddActivityBadRequest) IsClientError() bool

IsClientError returns true when this case add activity bad request response has a 4xx status code

func (*CaseAddActivityBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this case add activity bad request response a status code equal to that given

func (*CaseAddActivityBadRequest) IsRedirect added in v0.2.27

func (o *CaseAddActivityBadRequest) IsRedirect() bool

IsRedirect returns true when this case add activity bad request response has a 3xx status code

func (*CaseAddActivityBadRequest) IsServerError added in v0.2.27

func (o *CaseAddActivityBadRequest) IsServerError() bool

IsServerError returns true when this case add activity bad request response has a 5xx status code

func (*CaseAddActivityBadRequest) IsSuccess added in v0.2.27

func (o *CaseAddActivityBadRequest) IsSuccess() bool

IsSuccess returns true when this case add activity bad request response has a 2xx status code

func (*CaseAddActivityBadRequest) String added in v0.2.27

func (o *CaseAddActivityBadRequest) String() string

type CaseAddActivityForbidden

type CaseAddActivityForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCaseAddActivityForbidden

func NewCaseAddActivityForbidden() *CaseAddActivityForbidden

NewCaseAddActivityForbidden creates a CaseAddActivityForbidden with default headers values

func (*CaseAddActivityForbidden) Code added in v0.2.33

func (o *CaseAddActivityForbidden) Code() int

Code gets the status code for the case add activity forbidden response

func (*CaseAddActivityForbidden) Error

func (o *CaseAddActivityForbidden) Error() string

func (*CaseAddActivityForbidden) GetPayload

func (*CaseAddActivityForbidden) IsClientError added in v0.2.27

func (o *CaseAddActivityForbidden) IsClientError() bool

IsClientError returns true when this case add activity forbidden response has a 4xx status code

func (*CaseAddActivityForbidden) IsCode added in v0.2.27

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

IsCode returns true when this case add activity forbidden response a status code equal to that given

func (*CaseAddActivityForbidden) IsRedirect added in v0.2.27

func (o *CaseAddActivityForbidden) IsRedirect() bool

IsRedirect returns true when this case add activity forbidden response has a 3xx status code

func (*CaseAddActivityForbidden) IsServerError added in v0.2.27

func (o *CaseAddActivityForbidden) IsServerError() bool

IsServerError returns true when this case add activity forbidden response has a 5xx status code

func (*CaseAddActivityForbidden) IsSuccess added in v0.2.27

func (o *CaseAddActivityForbidden) IsSuccess() bool

IsSuccess returns true when this case add activity forbidden response has a 2xx status code

func (*CaseAddActivityForbidden) String added in v0.2.27

func (o *CaseAddActivityForbidden) String() string

type CaseAddActivityInternalServerError

type CaseAddActivityInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewCaseAddActivityInternalServerError

func NewCaseAddActivityInternalServerError() *CaseAddActivityInternalServerError

NewCaseAddActivityInternalServerError creates a CaseAddActivityInternalServerError with default headers values

func (*CaseAddActivityInternalServerError) Code added in v0.2.33

Code gets the status code for the case add activity internal server error response

func (*CaseAddActivityInternalServerError) Error

func (*CaseAddActivityInternalServerError) GetPayload

func (*CaseAddActivityInternalServerError) IsClientError added in v0.2.27

func (o *CaseAddActivityInternalServerError) IsClientError() bool

IsClientError returns true when this case add activity internal server error response has a 4xx status code

func (*CaseAddActivityInternalServerError) IsCode added in v0.2.27

IsCode returns true when this case add activity internal server error response a status code equal to that given

func (*CaseAddActivityInternalServerError) IsRedirect added in v0.2.27

func (o *CaseAddActivityInternalServerError) IsRedirect() bool

IsRedirect returns true when this case add activity internal server error response has a 3xx status code

func (*CaseAddActivityInternalServerError) IsServerError added in v0.2.27

func (o *CaseAddActivityInternalServerError) IsServerError() bool

IsServerError returns true when this case add activity internal server error response has a 5xx status code

func (*CaseAddActivityInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this case add activity internal server error response has a 2xx status code

func (*CaseAddActivityInternalServerError) String added in v0.2.27

type CaseAddActivityOK

type CaseAddActivityOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

OK

func NewCaseAddActivityOK

func NewCaseAddActivityOK() *CaseAddActivityOK

NewCaseAddActivityOK creates a CaseAddActivityOK with default headers values

func (*CaseAddActivityOK) Code added in v0.2.33

func (o *CaseAddActivityOK) Code() int

Code gets the status code for the case add activity o k response

func (*CaseAddActivityOK) Error

func (o *CaseAddActivityOK) Error() string

func (*CaseAddActivityOK) GetPayload

func (*CaseAddActivityOK) IsClientError added in v0.2.27

func (o *CaseAddActivityOK) IsClientError() bool

IsClientError returns true when this case add activity o k response has a 4xx status code

func (*CaseAddActivityOK) IsCode added in v0.2.27

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

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

func (*CaseAddActivityOK) IsRedirect added in v0.2.27

func (o *CaseAddActivityOK) IsRedirect() bool

IsRedirect returns true when this case add activity o k response has a 3xx status code

func (*CaseAddActivityOK) IsServerError added in v0.2.27

func (o *CaseAddActivityOK) IsServerError() bool

IsServerError returns true when this case add activity o k response has a 5xx status code

func (*CaseAddActivityOK) IsSuccess added in v0.2.27

func (o *CaseAddActivityOK) IsSuccess() bool

IsSuccess returns true when this case add activity o k response has a 2xx status code

func (*CaseAddActivityOK) String added in v0.2.27

func (o *CaseAddActivityOK) String() string

type CaseAddActivityParams

type CaseAddActivityParams struct {

	// Body.
	Body *models.DomainActivityCreationRequest

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

CaseAddActivityParams contains all the parameters to send to the API endpoint

for the case add activity operation.

Typically these are written to a http.Request.

func NewCaseAddActivityParams

func NewCaseAddActivityParams() *CaseAddActivityParams

NewCaseAddActivityParams creates a new CaseAddActivityParams object, with the default timeout for this client.

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

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

func NewCaseAddActivityParamsWithContext

func NewCaseAddActivityParamsWithContext(ctx context.Context) *CaseAddActivityParams

NewCaseAddActivityParamsWithContext creates a new CaseAddActivityParams object with the ability to set a context for a request.

func NewCaseAddActivityParamsWithHTTPClient

func NewCaseAddActivityParamsWithHTTPClient(client *http.Client) *CaseAddActivityParams

NewCaseAddActivityParamsWithHTTPClient creates a new CaseAddActivityParams object with the ability to set a custom HTTPClient for a request.

func NewCaseAddActivityParamsWithTimeout

func NewCaseAddActivityParamsWithTimeout(timeout time.Duration) *CaseAddActivityParams

NewCaseAddActivityParamsWithTimeout creates a new CaseAddActivityParams object with the ability to set a timeout on a request.

func (*CaseAddActivityParams) SetBody

SetBody adds the body to the case add activity params

func (*CaseAddActivityParams) SetContext

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

SetContext adds the context to the case add activity params

func (*CaseAddActivityParams) SetDefaults

func (o *CaseAddActivityParams) SetDefaults()

SetDefaults hydrates default values in the case add activity params (not the query body).

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

func (*CaseAddActivityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the case add activity params

func (*CaseAddActivityParams) SetTimeout

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

SetTimeout adds the timeout to the case add activity params

func (*CaseAddActivityParams) WithBody

WithBody adds the body to the case add activity params

func (*CaseAddActivityParams) WithContext

WithContext adds the context to the case add activity params

func (*CaseAddActivityParams) WithDefaults

func (o *CaseAddActivityParams) WithDefaults() *CaseAddActivityParams

WithDefaults hydrates default values in the case add activity params (not the query body).

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

func (*CaseAddActivityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the case add activity params

func (*CaseAddActivityParams) WithTimeout

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

WithTimeout adds the timeout to the case add activity params

func (*CaseAddActivityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CaseAddActivityReader

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

CaseAddActivityReader is a Reader for the CaseAddActivity structure.

func (*CaseAddActivityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CaseAddActivityTooManyRequests

type CaseAddActivityTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCaseAddActivityTooManyRequests

func NewCaseAddActivityTooManyRequests() *CaseAddActivityTooManyRequests

NewCaseAddActivityTooManyRequests creates a CaseAddActivityTooManyRequests with default headers values

func (*CaseAddActivityTooManyRequests) Code added in v0.2.33

Code gets the status code for the case add activity too many requests response

func (*CaseAddActivityTooManyRequests) Error

func (*CaseAddActivityTooManyRequests) GetPayload

func (*CaseAddActivityTooManyRequests) IsClientError added in v0.2.27

func (o *CaseAddActivityTooManyRequests) IsClientError() bool

IsClientError returns true when this case add activity too many requests response has a 4xx status code

func (*CaseAddActivityTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this case add activity too many requests response a status code equal to that given

func (*CaseAddActivityTooManyRequests) IsRedirect added in v0.2.27

func (o *CaseAddActivityTooManyRequests) IsRedirect() bool

IsRedirect returns true when this case add activity too many requests response has a 3xx status code

func (*CaseAddActivityTooManyRequests) IsServerError added in v0.2.27

func (o *CaseAddActivityTooManyRequests) IsServerError() bool

IsServerError returns true when this case add activity too many requests response has a 5xx status code

func (*CaseAddActivityTooManyRequests) IsSuccess added in v0.2.27

func (o *CaseAddActivityTooManyRequests) IsSuccess() bool

IsSuccess returns true when this case add activity too many requests response has a 2xx status code

func (*CaseAddActivityTooManyRequests) String added in v0.2.27

type CaseAddAttachmentBadRequest

type CaseAddAttachmentBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCaseAddAttachmentBadRequest

func NewCaseAddAttachmentBadRequest() *CaseAddAttachmentBadRequest

NewCaseAddAttachmentBadRequest creates a CaseAddAttachmentBadRequest with default headers values

func (*CaseAddAttachmentBadRequest) Code added in v0.2.33

func (o *CaseAddAttachmentBadRequest) Code() int

Code gets the status code for the case add attachment bad request response

func (*CaseAddAttachmentBadRequest) Error

func (*CaseAddAttachmentBadRequest) GetPayload

func (*CaseAddAttachmentBadRequest) IsClientError added in v0.2.27

func (o *CaseAddAttachmentBadRequest) IsClientError() bool

IsClientError returns true when this case add attachment bad request response has a 4xx status code

func (*CaseAddAttachmentBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this case add attachment bad request response a status code equal to that given

func (*CaseAddAttachmentBadRequest) IsRedirect added in v0.2.27

func (o *CaseAddAttachmentBadRequest) IsRedirect() bool

IsRedirect returns true when this case add attachment bad request response has a 3xx status code

func (*CaseAddAttachmentBadRequest) IsServerError added in v0.2.27

func (o *CaseAddAttachmentBadRequest) IsServerError() bool

IsServerError returns true when this case add attachment bad request response has a 5xx status code

func (*CaseAddAttachmentBadRequest) IsSuccess added in v0.2.27

func (o *CaseAddAttachmentBadRequest) IsSuccess() bool

IsSuccess returns true when this case add attachment bad request response has a 2xx status code

func (*CaseAddAttachmentBadRequest) String added in v0.2.27

func (o *CaseAddAttachmentBadRequest) String() string

type CaseAddAttachmentForbidden

type CaseAddAttachmentForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCaseAddAttachmentForbidden

func NewCaseAddAttachmentForbidden() *CaseAddAttachmentForbidden

NewCaseAddAttachmentForbidden creates a CaseAddAttachmentForbidden with default headers values

func (*CaseAddAttachmentForbidden) Code added in v0.2.33

func (o *CaseAddAttachmentForbidden) Code() int

Code gets the status code for the case add attachment forbidden response

func (*CaseAddAttachmentForbidden) Error

func (*CaseAddAttachmentForbidden) GetPayload

func (*CaseAddAttachmentForbidden) IsClientError added in v0.2.27

func (o *CaseAddAttachmentForbidden) IsClientError() bool

IsClientError returns true when this case add attachment forbidden response has a 4xx status code

func (*CaseAddAttachmentForbidden) IsCode added in v0.2.27

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

IsCode returns true when this case add attachment forbidden response a status code equal to that given

func (*CaseAddAttachmentForbidden) IsRedirect added in v0.2.27

func (o *CaseAddAttachmentForbidden) IsRedirect() bool

IsRedirect returns true when this case add attachment forbidden response has a 3xx status code

func (*CaseAddAttachmentForbidden) IsServerError added in v0.2.27

func (o *CaseAddAttachmentForbidden) IsServerError() bool

IsServerError returns true when this case add attachment forbidden response has a 5xx status code

func (*CaseAddAttachmentForbidden) IsSuccess added in v0.2.27

func (o *CaseAddAttachmentForbidden) IsSuccess() bool

IsSuccess returns true when this case add attachment forbidden response has a 2xx status code

func (*CaseAddAttachmentForbidden) String added in v0.2.27

func (o *CaseAddAttachmentForbidden) String() string

type CaseAddAttachmentInternalServerError

type CaseAddAttachmentInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewCaseAddAttachmentInternalServerError

func NewCaseAddAttachmentInternalServerError() *CaseAddAttachmentInternalServerError

NewCaseAddAttachmentInternalServerError creates a CaseAddAttachmentInternalServerError with default headers values

func (*CaseAddAttachmentInternalServerError) Code added in v0.2.33

Code gets the status code for the case add attachment internal server error response

func (*CaseAddAttachmentInternalServerError) Error

func (*CaseAddAttachmentInternalServerError) GetPayload

func (*CaseAddAttachmentInternalServerError) IsClientError added in v0.2.27

func (o *CaseAddAttachmentInternalServerError) IsClientError() bool

IsClientError returns true when this case add attachment internal server error response has a 4xx status code

func (*CaseAddAttachmentInternalServerError) IsCode added in v0.2.27

IsCode returns true when this case add attachment internal server error response a status code equal to that given

func (*CaseAddAttachmentInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this case add attachment internal server error response has a 3xx status code

func (*CaseAddAttachmentInternalServerError) IsServerError added in v0.2.27

func (o *CaseAddAttachmentInternalServerError) IsServerError() bool

IsServerError returns true when this case add attachment internal server error response has a 5xx status code

func (*CaseAddAttachmentInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this case add attachment internal server error response has a 2xx status code

func (*CaseAddAttachmentInternalServerError) String added in v0.2.27

type CaseAddAttachmentOK

type CaseAddAttachmentOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIMessageCenterAttachmentUploadResponse
}

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

OK

func NewCaseAddAttachmentOK

func NewCaseAddAttachmentOK() *CaseAddAttachmentOK

NewCaseAddAttachmentOK creates a CaseAddAttachmentOK with default headers values

func (*CaseAddAttachmentOK) Code added in v0.2.33

func (o *CaseAddAttachmentOK) Code() int

Code gets the status code for the case add attachment o k response

func (*CaseAddAttachmentOK) Error

func (o *CaseAddAttachmentOK) Error() string

func (*CaseAddAttachmentOK) GetPayload

func (*CaseAddAttachmentOK) IsClientError added in v0.2.27

func (o *CaseAddAttachmentOK) IsClientError() bool

IsClientError returns true when this case add attachment o k response has a 4xx status code

func (*CaseAddAttachmentOK) IsCode added in v0.2.27

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

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

func (*CaseAddAttachmentOK) IsRedirect added in v0.2.27

func (o *CaseAddAttachmentOK) IsRedirect() bool

IsRedirect returns true when this case add attachment o k response has a 3xx status code

func (*CaseAddAttachmentOK) IsServerError added in v0.2.27

func (o *CaseAddAttachmentOK) IsServerError() bool

IsServerError returns true when this case add attachment o k response has a 5xx status code

func (*CaseAddAttachmentOK) IsSuccess added in v0.2.27

func (o *CaseAddAttachmentOK) IsSuccess() bool

IsSuccess returns true when this case add attachment o k response has a 2xx status code

func (*CaseAddAttachmentOK) String added in v0.2.27

func (o *CaseAddAttachmentOK) String() string

type CaseAddAttachmentParams

type CaseAddAttachmentParams struct {

	/* CaseID.

	   Case ID
	*/
	CaseID string

	/* File.

	   File Body
	*/
	File runtime.NamedReadCloser

	/* UserUUID.

	   User UUID
	*/
	UserUUID string

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

CaseAddAttachmentParams contains all the parameters to send to the API endpoint

for the case add attachment operation.

Typically these are written to a http.Request.

func NewCaseAddAttachmentParams

func NewCaseAddAttachmentParams() *CaseAddAttachmentParams

NewCaseAddAttachmentParams creates a new CaseAddAttachmentParams object, with the default timeout for this client.

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

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

func NewCaseAddAttachmentParamsWithContext

func NewCaseAddAttachmentParamsWithContext(ctx context.Context) *CaseAddAttachmentParams

NewCaseAddAttachmentParamsWithContext creates a new CaseAddAttachmentParams object with the ability to set a context for a request.

func NewCaseAddAttachmentParamsWithHTTPClient

func NewCaseAddAttachmentParamsWithHTTPClient(client *http.Client) *CaseAddAttachmentParams

NewCaseAddAttachmentParamsWithHTTPClient creates a new CaseAddAttachmentParams object with the ability to set a custom HTTPClient for a request.

func NewCaseAddAttachmentParamsWithTimeout

func NewCaseAddAttachmentParamsWithTimeout(timeout time.Duration) *CaseAddAttachmentParams

NewCaseAddAttachmentParamsWithTimeout creates a new CaseAddAttachmentParams object with the ability to set a timeout on a request.

func (*CaseAddAttachmentParams) SetCaseID

func (o *CaseAddAttachmentParams) SetCaseID(caseID string)

SetCaseID adds the caseId to the case add attachment params

func (*CaseAddAttachmentParams) SetContext

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

SetContext adds the context to the case add attachment params

func (*CaseAddAttachmentParams) SetDefaults

func (o *CaseAddAttachmentParams) SetDefaults()

SetDefaults hydrates default values in the case add attachment params (not the query body).

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

func (*CaseAddAttachmentParams) SetFile

SetFile adds the file to the case add attachment params

func (*CaseAddAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the case add attachment params

func (*CaseAddAttachmentParams) SetTimeout

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

SetTimeout adds the timeout to the case add attachment params

func (*CaseAddAttachmentParams) SetUserUUID

func (o *CaseAddAttachmentParams) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the case add attachment params

func (*CaseAddAttachmentParams) WithCaseID

WithCaseID adds the caseID to the case add attachment params

func (*CaseAddAttachmentParams) WithContext

WithContext adds the context to the case add attachment params

func (*CaseAddAttachmentParams) WithDefaults

WithDefaults hydrates default values in the case add attachment params (not the query body).

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

func (*CaseAddAttachmentParams) WithFile

WithFile adds the file to the case add attachment params

func (*CaseAddAttachmentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the case add attachment params

func (*CaseAddAttachmentParams) WithTimeout

WithTimeout adds the timeout to the case add attachment params

func (*CaseAddAttachmentParams) WithUserUUID

func (o *CaseAddAttachmentParams) WithUserUUID(userUUID string) *CaseAddAttachmentParams

WithUserUUID adds the userUUID to the case add attachment params

func (*CaseAddAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CaseAddAttachmentReader

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

CaseAddAttachmentReader is a Reader for the CaseAddAttachment structure.

func (*CaseAddAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CaseAddAttachmentTooManyRequests

type CaseAddAttachmentTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCaseAddAttachmentTooManyRequests

func NewCaseAddAttachmentTooManyRequests() *CaseAddAttachmentTooManyRequests

NewCaseAddAttachmentTooManyRequests creates a CaseAddAttachmentTooManyRequests with default headers values

func (*CaseAddAttachmentTooManyRequests) Code added in v0.2.33

Code gets the status code for the case add attachment too many requests response

func (*CaseAddAttachmentTooManyRequests) Error

func (*CaseAddAttachmentTooManyRequests) GetPayload

func (*CaseAddAttachmentTooManyRequests) IsClientError added in v0.2.27

func (o *CaseAddAttachmentTooManyRequests) IsClientError() bool

IsClientError returns true when this case add attachment too many requests response has a 4xx status code

func (*CaseAddAttachmentTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this case add attachment too many requests response a status code equal to that given

func (*CaseAddAttachmentTooManyRequests) IsRedirect added in v0.2.27

func (o *CaseAddAttachmentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this case add attachment too many requests response has a 3xx status code

func (*CaseAddAttachmentTooManyRequests) IsServerError added in v0.2.27

func (o *CaseAddAttachmentTooManyRequests) IsServerError() bool

IsServerError returns true when this case add attachment too many requests response has a 5xx status code

func (*CaseAddAttachmentTooManyRequests) IsSuccess added in v0.2.27

func (o *CaseAddAttachmentTooManyRequests) IsSuccess() bool

IsSuccess returns true when this case add attachment too many requests response has a 2xx status code

func (*CaseAddAttachmentTooManyRequests) String added in v0.2.27

type CaseDownloadAttachmentBadRequest

type CaseDownloadAttachmentBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCaseDownloadAttachmentBadRequest

func NewCaseDownloadAttachmentBadRequest() *CaseDownloadAttachmentBadRequest

NewCaseDownloadAttachmentBadRequest creates a CaseDownloadAttachmentBadRequest with default headers values

func (*CaseDownloadAttachmentBadRequest) Code added in v0.2.33

Code gets the status code for the case download attachment bad request response

func (*CaseDownloadAttachmentBadRequest) Error

func (*CaseDownloadAttachmentBadRequest) GetPayload

func (*CaseDownloadAttachmentBadRequest) IsClientError added in v0.2.27

func (o *CaseDownloadAttachmentBadRequest) IsClientError() bool

IsClientError returns true when this case download attachment bad request response has a 4xx status code

func (*CaseDownloadAttachmentBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this case download attachment bad request response a status code equal to that given

func (*CaseDownloadAttachmentBadRequest) IsRedirect added in v0.2.27

func (o *CaseDownloadAttachmentBadRequest) IsRedirect() bool

IsRedirect returns true when this case download attachment bad request response has a 3xx status code

func (*CaseDownloadAttachmentBadRequest) IsServerError added in v0.2.27

func (o *CaseDownloadAttachmentBadRequest) IsServerError() bool

IsServerError returns true when this case download attachment bad request response has a 5xx status code

func (*CaseDownloadAttachmentBadRequest) IsSuccess added in v0.2.27

func (o *CaseDownloadAttachmentBadRequest) IsSuccess() bool

IsSuccess returns true when this case download attachment bad request response has a 2xx status code

func (*CaseDownloadAttachmentBadRequest) String added in v0.2.27

type CaseDownloadAttachmentForbidden

type CaseDownloadAttachmentForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCaseDownloadAttachmentForbidden

func NewCaseDownloadAttachmentForbidden() *CaseDownloadAttachmentForbidden

NewCaseDownloadAttachmentForbidden creates a CaseDownloadAttachmentForbidden with default headers values

func (*CaseDownloadAttachmentForbidden) Code added in v0.2.33

Code gets the status code for the case download attachment forbidden response

func (*CaseDownloadAttachmentForbidden) Error

func (*CaseDownloadAttachmentForbidden) GetPayload

func (*CaseDownloadAttachmentForbidden) IsClientError added in v0.2.27

func (o *CaseDownloadAttachmentForbidden) IsClientError() bool

IsClientError returns true when this case download attachment forbidden response has a 4xx status code

func (*CaseDownloadAttachmentForbidden) IsCode added in v0.2.27

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

IsCode returns true when this case download attachment forbidden response a status code equal to that given

func (*CaseDownloadAttachmentForbidden) IsRedirect added in v0.2.27

func (o *CaseDownloadAttachmentForbidden) IsRedirect() bool

IsRedirect returns true when this case download attachment forbidden response has a 3xx status code

func (*CaseDownloadAttachmentForbidden) IsServerError added in v0.2.27

func (o *CaseDownloadAttachmentForbidden) IsServerError() bool

IsServerError returns true when this case download attachment forbidden response has a 5xx status code

func (*CaseDownloadAttachmentForbidden) IsSuccess added in v0.2.27

func (o *CaseDownloadAttachmentForbidden) IsSuccess() bool

IsSuccess returns true when this case download attachment forbidden response has a 2xx status code

func (*CaseDownloadAttachmentForbidden) String added in v0.2.27

type CaseDownloadAttachmentInternalServerError

type CaseDownloadAttachmentInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewCaseDownloadAttachmentInternalServerError

func NewCaseDownloadAttachmentInternalServerError() *CaseDownloadAttachmentInternalServerError

NewCaseDownloadAttachmentInternalServerError creates a CaseDownloadAttachmentInternalServerError with default headers values

func (*CaseDownloadAttachmentInternalServerError) Code added in v0.2.33

Code gets the status code for the case download attachment internal server error response

func (*CaseDownloadAttachmentInternalServerError) Error

func (*CaseDownloadAttachmentInternalServerError) GetPayload

func (*CaseDownloadAttachmentInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this case download attachment internal server error response has a 4xx status code

func (*CaseDownloadAttachmentInternalServerError) IsCode added in v0.2.27

IsCode returns true when this case download attachment internal server error response a status code equal to that given

func (*CaseDownloadAttachmentInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this case download attachment internal server error response has a 3xx status code

func (*CaseDownloadAttachmentInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this case download attachment internal server error response has a 5xx status code

func (*CaseDownloadAttachmentInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this case download attachment internal server error response has a 2xx status code

func (*CaseDownloadAttachmentInternalServerError) String added in v0.2.27

type CaseDownloadAttachmentNotFound

type CaseDownloadAttachmentNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Not Found

func NewCaseDownloadAttachmentNotFound

func NewCaseDownloadAttachmentNotFound() *CaseDownloadAttachmentNotFound

NewCaseDownloadAttachmentNotFound creates a CaseDownloadAttachmentNotFound with default headers values

func (*CaseDownloadAttachmentNotFound) Code added in v0.2.33

Code gets the status code for the case download attachment not found response

func (*CaseDownloadAttachmentNotFound) Error

func (*CaseDownloadAttachmentNotFound) GetPayload

func (*CaseDownloadAttachmentNotFound) IsClientError added in v0.2.27

func (o *CaseDownloadAttachmentNotFound) IsClientError() bool

IsClientError returns true when this case download attachment not found response has a 4xx status code

func (*CaseDownloadAttachmentNotFound) IsCode added in v0.2.27

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

IsCode returns true when this case download attachment not found response a status code equal to that given

func (*CaseDownloadAttachmentNotFound) IsRedirect added in v0.2.27

func (o *CaseDownloadAttachmentNotFound) IsRedirect() bool

IsRedirect returns true when this case download attachment not found response has a 3xx status code

func (*CaseDownloadAttachmentNotFound) IsServerError added in v0.2.27

func (o *CaseDownloadAttachmentNotFound) IsServerError() bool

IsServerError returns true when this case download attachment not found response has a 5xx status code

func (*CaseDownloadAttachmentNotFound) IsSuccess added in v0.2.27

func (o *CaseDownloadAttachmentNotFound) IsSuccess() bool

IsSuccess returns true when this case download attachment not found response has a 2xx status code

func (*CaseDownloadAttachmentNotFound) String added in v0.2.27

type CaseDownloadAttachmentOK

type CaseDownloadAttachmentOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload string
}

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

OK

func NewCaseDownloadAttachmentOK

func NewCaseDownloadAttachmentOK() *CaseDownloadAttachmentOK

NewCaseDownloadAttachmentOK creates a CaseDownloadAttachmentOK with default headers values

func (*CaseDownloadAttachmentOK) Code added in v0.2.33

func (o *CaseDownloadAttachmentOK) Code() int

Code gets the status code for the case download attachment o k response

func (*CaseDownloadAttachmentOK) Error

func (o *CaseDownloadAttachmentOK) Error() string

func (*CaseDownloadAttachmentOK) GetPayload

func (o *CaseDownloadAttachmentOK) GetPayload() string

func (*CaseDownloadAttachmentOK) IsClientError added in v0.2.27

func (o *CaseDownloadAttachmentOK) IsClientError() bool

IsClientError returns true when this case download attachment o k response has a 4xx status code

func (*CaseDownloadAttachmentOK) IsCode added in v0.2.27

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

IsCode returns true when this case download attachment o k response a status code equal to that given

func (*CaseDownloadAttachmentOK) IsRedirect added in v0.2.27

func (o *CaseDownloadAttachmentOK) IsRedirect() bool

IsRedirect returns true when this case download attachment o k response has a 3xx status code

func (*CaseDownloadAttachmentOK) IsServerError added in v0.2.27

func (o *CaseDownloadAttachmentOK) IsServerError() bool

IsServerError returns true when this case download attachment o k response has a 5xx status code

func (*CaseDownloadAttachmentOK) IsSuccess added in v0.2.27

func (o *CaseDownloadAttachmentOK) IsSuccess() bool

IsSuccess returns true when this case download attachment o k response has a 2xx status code

func (*CaseDownloadAttachmentOK) String added in v0.2.27

func (o *CaseDownloadAttachmentOK) String() string

type CaseDownloadAttachmentParams

type CaseDownloadAttachmentParams struct {

	/* ID.

	   attachment ID
	*/
	ID string

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

CaseDownloadAttachmentParams contains all the parameters to send to the API endpoint

for the case download attachment operation.

Typically these are written to a http.Request.

func NewCaseDownloadAttachmentParams

func NewCaseDownloadAttachmentParams() *CaseDownloadAttachmentParams

NewCaseDownloadAttachmentParams creates a new CaseDownloadAttachmentParams object, with the default timeout for this client.

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

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

func NewCaseDownloadAttachmentParamsWithContext

func NewCaseDownloadAttachmentParamsWithContext(ctx context.Context) *CaseDownloadAttachmentParams

NewCaseDownloadAttachmentParamsWithContext creates a new CaseDownloadAttachmentParams object with the ability to set a context for a request.

func NewCaseDownloadAttachmentParamsWithHTTPClient

func NewCaseDownloadAttachmentParamsWithHTTPClient(client *http.Client) *CaseDownloadAttachmentParams

NewCaseDownloadAttachmentParamsWithHTTPClient creates a new CaseDownloadAttachmentParams object with the ability to set a custom HTTPClient for a request.

func NewCaseDownloadAttachmentParamsWithTimeout

func NewCaseDownloadAttachmentParamsWithTimeout(timeout time.Duration) *CaseDownloadAttachmentParams

NewCaseDownloadAttachmentParamsWithTimeout creates a new CaseDownloadAttachmentParams object with the ability to set a timeout on a request.

func (*CaseDownloadAttachmentParams) SetContext

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

SetContext adds the context to the case download attachment params

func (*CaseDownloadAttachmentParams) SetDefaults

func (o *CaseDownloadAttachmentParams) SetDefaults()

SetDefaults hydrates default values in the case download attachment params (not the query body).

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

func (*CaseDownloadAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the case download attachment params

func (*CaseDownloadAttachmentParams) SetID

func (o *CaseDownloadAttachmentParams) SetID(id string)

SetID adds the id to the case download attachment params

func (*CaseDownloadAttachmentParams) SetTimeout

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

SetTimeout adds the timeout to the case download attachment params

func (*CaseDownloadAttachmentParams) WithContext

WithContext adds the context to the case download attachment params

func (*CaseDownloadAttachmentParams) WithDefaults

WithDefaults hydrates default values in the case download attachment params (not the query body).

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

func (*CaseDownloadAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the case download attachment params

func (*CaseDownloadAttachmentParams) WithID

WithID adds the id to the case download attachment params

func (*CaseDownloadAttachmentParams) WithTimeout

WithTimeout adds the timeout to the case download attachment params

func (*CaseDownloadAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CaseDownloadAttachmentReader

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

CaseDownloadAttachmentReader is a Reader for the CaseDownloadAttachment structure.

func (*CaseDownloadAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CaseDownloadAttachmentTooManyRequests

type CaseDownloadAttachmentTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCaseDownloadAttachmentTooManyRequests

func NewCaseDownloadAttachmentTooManyRequests() *CaseDownloadAttachmentTooManyRequests

NewCaseDownloadAttachmentTooManyRequests creates a CaseDownloadAttachmentTooManyRequests with default headers values

func (*CaseDownloadAttachmentTooManyRequests) Code added in v0.2.33

Code gets the status code for the case download attachment too many requests response

func (*CaseDownloadAttachmentTooManyRequests) Error

func (*CaseDownloadAttachmentTooManyRequests) GetPayload

func (*CaseDownloadAttachmentTooManyRequests) IsClientError added in v0.2.27

func (o *CaseDownloadAttachmentTooManyRequests) IsClientError() bool

IsClientError returns true when this case download attachment too many requests response has a 4xx status code

func (*CaseDownloadAttachmentTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this case download attachment too many requests response a status code equal to that given

func (*CaseDownloadAttachmentTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this case download attachment too many requests response has a 3xx status code

func (*CaseDownloadAttachmentTooManyRequests) IsServerError added in v0.2.27

func (o *CaseDownloadAttachmentTooManyRequests) IsServerError() bool

IsServerError returns true when this case download attachment too many requests response has a 5xx status code

func (*CaseDownloadAttachmentTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this case download attachment too many requests response has a 2xx status code

func (*CaseDownloadAttachmentTooManyRequests) String added in v0.2.27

type Client

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

Client for message center API

func (*Client) AggregateCases

func (a *Client) AggregateCases(params *AggregateCasesParams, opts ...ClientOption) (*AggregateCasesOK, error)

AggregateCases retrieves aggregate case values based on the matched filter

func (*Client) CaseAddActivity

func (a *Client) CaseAddActivity(params *CaseAddActivityParams, opts ...ClientOption) (*CaseAddActivityOK, error)

CaseAddActivity adds an activity to case only activities of type comment are allowed via API

func (*Client) CaseAddAttachment

func (a *Client) CaseAddAttachment(params *CaseAddAttachmentParams, opts ...ClientOption) (*CaseAddAttachmentOK, error)
 CaseAddAttachment uploads an attachment for the case

 Upload an attachment for the case. Maximum upload size allowed is *15 MB*.

Filename must start with *[a-zA-Z0-9_-]*. Allowed characters in file name are *[a-zA-Z0-9-_.\s]*.

Maximum file name is *255* characters

Following attachment types are allowed:

- png

- bmp

- jpg

- jpeg

- gif

- pdf

- doc

- docx

- xls

- xlsx

- pptx

- txt

- csv

func (*Client) CaseDownloadAttachment

func (a *Client) CaseDownloadAttachment(params *CaseDownloadAttachmentParams, opts ...ClientOption) (*CaseDownloadAttachmentOK, error)

CaseDownloadAttachment retrieves an attachment for the case given the attachment id

func (*Client) CreateCase

func (a *Client) CreateCase(params *CreateCaseParams, opts ...ClientOption) (*CreateCaseOK, error)

CreateCase creates a new case

func (*Client) CreateCaseV2 added in v0.2.34

func (a *Client) CreateCaseV2(params *CreateCaseV2Params, opts ...ClientOption) (*CreateCaseV2OK, error)

CreateCaseV2 creates a new case

func (*Client) GetCaseActivityByIds

func (a *Client) GetCaseActivityByIds(params *GetCaseActivityByIdsParams, opts ...ClientOption) (*GetCaseActivityByIdsOK, error)

GetCaseActivityByIds retrieves activities for given id s

func (*Client) GetCaseEntitiesByIDs

func (a *Client) GetCaseEntitiesByIDs(params *GetCaseEntitiesByIDsParams, opts ...ClientOption) (*GetCaseEntitiesByIDsOK, error)

GetCaseEntitiesByIDs retrieves message center cases

func (*Client) QueryActivityByCaseID

func (a *Client) QueryActivityByCaseID(params *QueryActivityByCaseIDParams, opts ...ClientOption) (*QueryActivityByCaseIDOK, error)

QueryActivityByCaseID retrieves activities id s for a case

func (*Client) QueryCasesIdsByFilter

func (a *Client) QueryCasesIdsByFilter(params *QueryCasesIdsByFilterParams, opts ...ClientOption) (*QueryCasesIdsByFilterOK, error)

QueryCasesIdsByFilter retrieves case id s that match the provided filter criteria

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AggregateCases(params *AggregateCasesParams, opts ...ClientOption) (*AggregateCasesOK, error)

	CaseAddActivity(params *CaseAddActivityParams, opts ...ClientOption) (*CaseAddActivityOK, error)

	CaseAddAttachment(params *CaseAddAttachmentParams, opts ...ClientOption) (*CaseAddAttachmentOK, error)

	CaseDownloadAttachment(params *CaseDownloadAttachmentParams, opts ...ClientOption) (*CaseDownloadAttachmentOK, error)

	CreateCase(params *CreateCaseParams, opts ...ClientOption) (*CreateCaseOK, error)

	CreateCaseV2(params *CreateCaseV2Params, opts ...ClientOption) (*CreateCaseV2OK, error)

	GetCaseActivityByIds(params *GetCaseActivityByIdsParams, opts ...ClientOption) (*GetCaseActivityByIdsOK, error)

	GetCaseEntitiesByIDs(params *GetCaseEntitiesByIDsParams, opts ...ClientOption) (*GetCaseEntitiesByIDsOK, error)

	QueryActivityByCaseID(params *QueryActivityByCaseIDParams, opts ...ClientOption) (*QueryActivityByCaseIDOK, error)

	QueryCasesIdsByFilter(params *QueryCasesIdsByFilterParams, opts ...ClientOption) (*QueryCasesIdsByFilterOK, 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 message center API client.

type CreateCaseBadRequest

type CreateCaseBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCreateCaseBadRequest

func NewCreateCaseBadRequest() *CreateCaseBadRequest

NewCreateCaseBadRequest creates a CreateCaseBadRequest with default headers values

func (*CreateCaseBadRequest) Code added in v0.2.33

func (o *CreateCaseBadRequest) Code() int

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

func (*CreateCaseBadRequest) Error

func (o *CreateCaseBadRequest) Error() string

func (*CreateCaseBadRequest) GetPayload

func (*CreateCaseBadRequest) IsClientError added in v0.2.27

func (o *CreateCaseBadRequest) IsClientError() bool

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

func (*CreateCaseBadRequest) IsCode added in v0.2.27

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

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

func (*CreateCaseBadRequest) IsRedirect added in v0.2.27

func (o *CreateCaseBadRequest) IsRedirect() bool

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

func (*CreateCaseBadRequest) IsServerError added in v0.2.27

func (o *CreateCaseBadRequest) IsServerError() bool

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

func (*CreateCaseBadRequest) IsSuccess added in v0.2.27

func (o *CreateCaseBadRequest) IsSuccess() bool

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

func (*CreateCaseBadRequest) String added in v0.2.27

func (o *CreateCaseBadRequest) String() string

type CreateCaseForbidden

type CreateCaseForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCreateCaseForbidden

func NewCreateCaseForbidden() *CreateCaseForbidden

NewCreateCaseForbidden creates a CreateCaseForbidden with default headers values

func (*CreateCaseForbidden) Code added in v0.2.33

func (o *CreateCaseForbidden) Code() int

Code gets the status code for the create case forbidden response

func (*CreateCaseForbidden) Error

func (o *CreateCaseForbidden) Error() string

func (*CreateCaseForbidden) GetPayload

func (*CreateCaseForbidden) IsClientError added in v0.2.27

func (o *CreateCaseForbidden) IsClientError() bool

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

func (*CreateCaseForbidden) IsCode added in v0.2.27

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

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

func (*CreateCaseForbidden) IsRedirect added in v0.2.27

func (o *CreateCaseForbidden) IsRedirect() bool

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

func (*CreateCaseForbidden) IsServerError added in v0.2.27

func (o *CreateCaseForbidden) IsServerError() bool

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

func (*CreateCaseForbidden) IsSuccess added in v0.2.27

func (o *CreateCaseForbidden) IsSuccess() bool

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

func (*CreateCaseForbidden) String added in v0.2.27

func (o *CreateCaseForbidden) String() string

type CreateCaseInternalServerError

type CreateCaseInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewCreateCaseInternalServerError

func NewCreateCaseInternalServerError() *CreateCaseInternalServerError

NewCreateCaseInternalServerError creates a CreateCaseInternalServerError with default headers values

func (*CreateCaseInternalServerError) Code added in v0.2.33

Code gets the status code for the create case internal server error response

func (*CreateCaseInternalServerError) Error

func (*CreateCaseInternalServerError) GetPayload

func (*CreateCaseInternalServerError) IsClientError added in v0.2.27

func (o *CreateCaseInternalServerError) IsClientError() bool

IsClientError returns true when this create case internal server error response has a 4xx status code

func (*CreateCaseInternalServerError) IsCode added in v0.2.27

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

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

func (*CreateCaseInternalServerError) IsRedirect added in v0.2.27

func (o *CreateCaseInternalServerError) IsRedirect() bool

IsRedirect returns true when this create case internal server error response has a 3xx status code

func (*CreateCaseInternalServerError) IsServerError added in v0.2.27

func (o *CreateCaseInternalServerError) IsServerError() bool

IsServerError returns true when this create case internal server error response has a 5xx status code

func (*CreateCaseInternalServerError) IsSuccess added in v0.2.27

func (o *CreateCaseInternalServerError) IsSuccess() bool

IsSuccess returns true when this create case internal server error response has a 2xx status code

func (*CreateCaseInternalServerError) String added in v0.2.27

type CreateCaseOK

type CreateCaseOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyAffectedEntities
}

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

OK

func NewCreateCaseOK

func NewCreateCaseOK() *CreateCaseOK

NewCreateCaseOK creates a CreateCaseOK with default headers values

func (*CreateCaseOK) Code added in v0.2.33

func (o *CreateCaseOK) Code() int

Code gets the status code for the create case o k response

func (*CreateCaseOK) Error

func (o *CreateCaseOK) Error() string

func (*CreateCaseOK) GetPayload

func (o *CreateCaseOK) GetPayload() *models.MsaReplyAffectedEntities

func (*CreateCaseOK) IsClientError added in v0.2.27

func (o *CreateCaseOK) IsClientError() bool

IsClientError returns true when this create case o k response has a 4xx status code

func (*CreateCaseOK) IsCode added in v0.2.27

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

IsCode returns true when this create case o k response a status code equal to that given

func (*CreateCaseOK) IsRedirect added in v0.2.27

func (o *CreateCaseOK) IsRedirect() bool

IsRedirect returns true when this create case o k response has a 3xx status code

func (*CreateCaseOK) IsServerError added in v0.2.27

func (o *CreateCaseOK) IsServerError() bool

IsServerError returns true when this create case o k response has a 5xx status code

func (*CreateCaseOK) IsSuccess added in v0.2.27

func (o *CreateCaseOK) IsSuccess() bool

IsSuccess returns true when this create case o k response has a 2xx status code

func (*CreateCaseOK) String added in v0.2.27

func (o *CreateCaseOK) String() string

type CreateCaseParams

type CreateCaseParams struct {

	// Body.
	Body *models.DomainCaseCreationRequest

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

CreateCaseParams contains all the parameters to send to the API endpoint

for the create case operation.

Typically these are written to a http.Request.

func NewCreateCaseParams

func NewCreateCaseParams() *CreateCaseParams

NewCreateCaseParams creates a new CreateCaseParams object, with the default timeout for this client.

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

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

func NewCreateCaseParamsWithContext

func NewCreateCaseParamsWithContext(ctx context.Context) *CreateCaseParams

NewCreateCaseParamsWithContext creates a new CreateCaseParams object with the ability to set a context for a request.

func NewCreateCaseParamsWithHTTPClient

func NewCreateCaseParamsWithHTTPClient(client *http.Client) *CreateCaseParams

NewCreateCaseParamsWithHTTPClient creates a new CreateCaseParams object with the ability to set a custom HTTPClient for a request.

func NewCreateCaseParamsWithTimeout

func NewCreateCaseParamsWithTimeout(timeout time.Duration) *CreateCaseParams

NewCreateCaseParamsWithTimeout creates a new CreateCaseParams object with the ability to set a timeout on a request.

func (*CreateCaseParams) SetBody

SetBody adds the body to the create case params

func (*CreateCaseParams) SetContext

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

SetContext adds the context to the create case params

func (*CreateCaseParams) SetDefaults

func (o *CreateCaseParams) SetDefaults()

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

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

func (*CreateCaseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create case params

func (*CreateCaseParams) SetTimeout

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

SetTimeout adds the timeout to the create case params

func (*CreateCaseParams) WithBody

WithBody adds the body to the create case params

func (*CreateCaseParams) WithContext

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

WithContext adds the context to the create case params

func (*CreateCaseParams) WithDefaults

func (o *CreateCaseParams) WithDefaults() *CreateCaseParams

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

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

func (*CreateCaseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create case params

func (*CreateCaseParams) WithTimeout

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

WithTimeout adds the timeout to the create case params

func (*CreateCaseParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateCaseReader

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

CreateCaseReader is a Reader for the CreateCase structure.

func (*CreateCaseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateCaseTooManyRequests

type CreateCaseTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCreateCaseTooManyRequests

func NewCreateCaseTooManyRequests() *CreateCaseTooManyRequests

NewCreateCaseTooManyRequests creates a CreateCaseTooManyRequests with default headers values

func (*CreateCaseTooManyRequests) Code added in v0.2.33

func (o *CreateCaseTooManyRequests) Code() int

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

func (*CreateCaseTooManyRequests) Error

func (o *CreateCaseTooManyRequests) Error() string

func (*CreateCaseTooManyRequests) GetPayload

func (*CreateCaseTooManyRequests) IsClientError added in v0.2.27

func (o *CreateCaseTooManyRequests) IsClientError() bool

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

func (*CreateCaseTooManyRequests) IsCode added in v0.2.27

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

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

func (*CreateCaseTooManyRequests) IsRedirect added in v0.2.27

func (o *CreateCaseTooManyRequests) IsRedirect() bool

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

func (*CreateCaseTooManyRequests) IsServerError added in v0.2.27

func (o *CreateCaseTooManyRequests) IsServerError() bool

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

func (*CreateCaseTooManyRequests) IsSuccess added in v0.2.27

func (o *CreateCaseTooManyRequests) IsSuccess() bool

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

func (*CreateCaseTooManyRequests) String added in v0.2.27

func (o *CreateCaseTooManyRequests) String() string

type CreateCaseV2BadRequest added in v0.2.34

type CreateCaseV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCreateCaseV2BadRequest added in v0.2.34

func NewCreateCaseV2BadRequest() *CreateCaseV2BadRequest

NewCreateCaseV2BadRequest creates a CreateCaseV2BadRequest with default headers values

func (*CreateCaseV2BadRequest) Code added in v0.2.34

func (o *CreateCaseV2BadRequest) Code() int

Code gets the status code for the create case v2 bad request response

func (*CreateCaseV2BadRequest) Error added in v0.2.34

func (o *CreateCaseV2BadRequest) Error() string

func (*CreateCaseV2BadRequest) GetPayload added in v0.2.34

func (*CreateCaseV2BadRequest) IsClientError added in v0.2.34

func (o *CreateCaseV2BadRequest) IsClientError() bool

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

func (*CreateCaseV2BadRequest) IsCode added in v0.2.34

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

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

func (*CreateCaseV2BadRequest) IsRedirect added in v0.2.34

func (o *CreateCaseV2BadRequest) IsRedirect() bool

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

func (*CreateCaseV2BadRequest) IsServerError added in v0.2.34

func (o *CreateCaseV2BadRequest) IsServerError() bool

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

func (*CreateCaseV2BadRequest) IsSuccess added in v0.2.34

func (o *CreateCaseV2BadRequest) IsSuccess() bool

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

func (*CreateCaseV2BadRequest) String added in v0.2.34

func (o *CreateCaseV2BadRequest) String() string

type CreateCaseV2Forbidden added in v0.2.34

type CreateCaseV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCreateCaseV2Forbidden added in v0.2.34

func NewCreateCaseV2Forbidden() *CreateCaseV2Forbidden

NewCreateCaseV2Forbidden creates a CreateCaseV2Forbidden with default headers values

func (*CreateCaseV2Forbidden) Code added in v0.2.34

func (o *CreateCaseV2Forbidden) Code() int

Code gets the status code for the create case v2 forbidden response

func (*CreateCaseV2Forbidden) Error added in v0.2.34

func (o *CreateCaseV2Forbidden) Error() string

func (*CreateCaseV2Forbidden) GetPayload added in v0.2.34

func (*CreateCaseV2Forbidden) IsClientError added in v0.2.34

func (o *CreateCaseV2Forbidden) IsClientError() bool

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

func (*CreateCaseV2Forbidden) IsCode added in v0.2.34

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

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

func (*CreateCaseV2Forbidden) IsRedirect added in v0.2.34

func (o *CreateCaseV2Forbidden) IsRedirect() bool

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

func (*CreateCaseV2Forbidden) IsServerError added in v0.2.34

func (o *CreateCaseV2Forbidden) IsServerError() bool

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

func (*CreateCaseV2Forbidden) IsSuccess added in v0.2.34

func (o *CreateCaseV2Forbidden) IsSuccess() bool

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

func (*CreateCaseV2Forbidden) String added in v0.2.34

func (o *CreateCaseV2Forbidden) String() string

type CreateCaseV2InternalServerError added in v0.2.34

type CreateCaseV2InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewCreateCaseV2InternalServerError added in v0.2.34

func NewCreateCaseV2InternalServerError() *CreateCaseV2InternalServerError

NewCreateCaseV2InternalServerError creates a CreateCaseV2InternalServerError with default headers values

func (*CreateCaseV2InternalServerError) Code added in v0.2.34

Code gets the status code for the create case v2 internal server error response

func (*CreateCaseV2InternalServerError) Error added in v0.2.34

func (*CreateCaseV2InternalServerError) GetPayload added in v0.2.34

func (*CreateCaseV2InternalServerError) IsClientError added in v0.2.34

func (o *CreateCaseV2InternalServerError) IsClientError() bool

IsClientError returns true when this create case v2 internal server error response has a 4xx status code

func (*CreateCaseV2InternalServerError) IsCode added in v0.2.34

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

IsCode returns true when this create case v2 internal server error response a status code equal to that given

func (*CreateCaseV2InternalServerError) IsRedirect added in v0.2.34

func (o *CreateCaseV2InternalServerError) IsRedirect() bool

IsRedirect returns true when this create case v2 internal server error response has a 3xx status code

func (*CreateCaseV2InternalServerError) IsServerError added in v0.2.34

func (o *CreateCaseV2InternalServerError) IsServerError() bool

IsServerError returns true when this create case v2 internal server error response has a 5xx status code

func (*CreateCaseV2InternalServerError) IsSuccess added in v0.2.34

func (o *CreateCaseV2InternalServerError) IsSuccess() bool

IsSuccess returns true when this create case v2 internal server error response has a 2xx status code

func (*CreateCaseV2InternalServerError) String added in v0.2.34

type CreateCaseV2OK added in v0.2.34

type CreateCaseV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyAffectedEntities
}

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

OK

func NewCreateCaseV2OK added in v0.2.34

func NewCreateCaseV2OK() *CreateCaseV2OK

NewCreateCaseV2OK creates a CreateCaseV2OK with default headers values

func (*CreateCaseV2OK) Code added in v0.2.34

func (o *CreateCaseV2OK) Code() int

Code gets the status code for the create case v2 o k response

func (*CreateCaseV2OK) Error added in v0.2.34

func (o *CreateCaseV2OK) Error() string

func (*CreateCaseV2OK) GetPayload added in v0.2.34

func (*CreateCaseV2OK) IsClientError added in v0.2.34

func (o *CreateCaseV2OK) IsClientError() bool

IsClientError returns true when this create case v2 o k response has a 4xx status code

func (*CreateCaseV2OK) IsCode added in v0.2.34

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

IsCode returns true when this create case v2 o k response a status code equal to that given

func (*CreateCaseV2OK) IsRedirect added in v0.2.34

func (o *CreateCaseV2OK) IsRedirect() bool

IsRedirect returns true when this create case v2 o k response has a 3xx status code

func (*CreateCaseV2OK) IsServerError added in v0.2.34

func (o *CreateCaseV2OK) IsServerError() bool

IsServerError returns true when this create case v2 o k response has a 5xx status code

func (*CreateCaseV2OK) IsSuccess added in v0.2.34

func (o *CreateCaseV2OK) IsSuccess() bool

IsSuccess returns true when this create case v2 o k response has a 2xx status code

func (*CreateCaseV2OK) String added in v0.2.34

func (o *CreateCaseV2OK) String() string

type CreateCaseV2Params added in v0.2.34

type CreateCaseV2Params struct {

	// Body.
	Body *models.DomainCaseCreationRequestV2

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

CreateCaseV2Params contains all the parameters to send to the API endpoint

for the create case v2 operation.

Typically these are written to a http.Request.

func NewCreateCaseV2Params added in v0.2.34

func NewCreateCaseV2Params() *CreateCaseV2Params

NewCreateCaseV2Params creates a new CreateCaseV2Params object, with the default timeout for this client.

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

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

func NewCreateCaseV2ParamsWithContext added in v0.2.34

func NewCreateCaseV2ParamsWithContext(ctx context.Context) *CreateCaseV2Params

NewCreateCaseV2ParamsWithContext creates a new CreateCaseV2Params object with the ability to set a context for a request.

func NewCreateCaseV2ParamsWithHTTPClient added in v0.2.34

func NewCreateCaseV2ParamsWithHTTPClient(client *http.Client) *CreateCaseV2Params

NewCreateCaseV2ParamsWithHTTPClient creates a new CreateCaseV2Params object with the ability to set a custom HTTPClient for a request.

func NewCreateCaseV2ParamsWithTimeout added in v0.2.34

func NewCreateCaseV2ParamsWithTimeout(timeout time.Duration) *CreateCaseV2Params

NewCreateCaseV2ParamsWithTimeout creates a new CreateCaseV2Params object with the ability to set a timeout on a request.

func (*CreateCaseV2Params) SetBody added in v0.2.34

SetBody adds the body to the create case v2 params

func (*CreateCaseV2Params) SetContext added in v0.2.34

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

SetContext adds the context to the create case v2 params

func (*CreateCaseV2Params) SetDefaults added in v0.2.34

func (o *CreateCaseV2Params) SetDefaults()

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

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

func (*CreateCaseV2Params) SetHTTPClient added in v0.2.34

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

SetHTTPClient adds the HTTPClient to the create case v2 params

func (*CreateCaseV2Params) SetTimeout added in v0.2.34

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

SetTimeout adds the timeout to the create case v2 params

func (*CreateCaseV2Params) WithBody added in v0.2.34

WithBody adds the body to the create case v2 params

func (*CreateCaseV2Params) WithContext added in v0.2.34

WithContext adds the context to the create case v2 params

func (*CreateCaseV2Params) WithDefaults added in v0.2.34

func (o *CreateCaseV2Params) WithDefaults() *CreateCaseV2Params

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

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

func (*CreateCaseV2Params) WithHTTPClient added in v0.2.34

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

WithHTTPClient adds the HTTPClient to the create case v2 params

func (*CreateCaseV2Params) WithTimeout added in v0.2.34

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

WithTimeout adds the timeout to the create case v2 params

func (*CreateCaseV2Params) WriteToRequest added in v0.2.34

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

WriteToRequest writes these params to a swagger request

type CreateCaseV2Reader added in v0.2.34

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

CreateCaseV2Reader is a Reader for the CreateCaseV2 structure.

func (*CreateCaseV2Reader) ReadResponse added in v0.2.34

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

ReadResponse reads a server response into the received o.

type CreateCaseV2TooManyRequests added in v0.2.34

type CreateCaseV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCreateCaseV2TooManyRequests added in v0.2.34

func NewCreateCaseV2TooManyRequests() *CreateCaseV2TooManyRequests

NewCreateCaseV2TooManyRequests creates a CreateCaseV2TooManyRequests with default headers values

func (*CreateCaseV2TooManyRequests) Code added in v0.2.34

func (o *CreateCaseV2TooManyRequests) Code() int

Code gets the status code for the create case v2 too many requests response

func (*CreateCaseV2TooManyRequests) Error added in v0.2.34

func (*CreateCaseV2TooManyRequests) GetPayload added in v0.2.34

func (*CreateCaseV2TooManyRequests) IsClientError added in v0.2.34

func (o *CreateCaseV2TooManyRequests) IsClientError() bool

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

func (*CreateCaseV2TooManyRequests) IsCode added in v0.2.34

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

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

func (*CreateCaseV2TooManyRequests) IsRedirect added in v0.2.34

func (o *CreateCaseV2TooManyRequests) IsRedirect() bool

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

func (*CreateCaseV2TooManyRequests) IsServerError added in v0.2.34

func (o *CreateCaseV2TooManyRequests) IsServerError() bool

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

func (*CreateCaseV2TooManyRequests) IsSuccess added in v0.2.34

func (o *CreateCaseV2TooManyRequests) IsSuccess() bool

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

func (*CreateCaseV2TooManyRequests) String added in v0.2.34

func (o *CreateCaseV2TooManyRequests) String() string

type GetCaseActivityByIdsBadRequest

type GetCaseActivityByIdsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewGetCaseActivityByIdsBadRequest

func NewGetCaseActivityByIdsBadRequest() *GetCaseActivityByIdsBadRequest

NewGetCaseActivityByIdsBadRequest creates a GetCaseActivityByIdsBadRequest with default headers values

func (*GetCaseActivityByIdsBadRequest) Code added in v0.2.33

Code gets the status code for the get case activity by ids bad request response

func (*GetCaseActivityByIdsBadRequest) Error

func (*GetCaseActivityByIdsBadRequest) GetPayload

func (*GetCaseActivityByIdsBadRequest) IsClientError added in v0.2.27

func (o *GetCaseActivityByIdsBadRequest) IsClientError() bool

IsClientError returns true when this get case activity by ids bad request response has a 4xx status code

func (*GetCaseActivityByIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get case activity by ids bad request response a status code equal to that given

func (*GetCaseActivityByIdsBadRequest) IsRedirect added in v0.2.27

func (o *GetCaseActivityByIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this get case activity by ids bad request response has a 3xx status code

func (*GetCaseActivityByIdsBadRequest) IsServerError added in v0.2.27

func (o *GetCaseActivityByIdsBadRequest) IsServerError() bool

IsServerError returns true when this get case activity by ids bad request response has a 5xx status code

func (*GetCaseActivityByIdsBadRequest) IsSuccess added in v0.2.27

func (o *GetCaseActivityByIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this get case activity by ids bad request response has a 2xx status code

func (*GetCaseActivityByIdsBadRequest) String added in v0.2.27

type GetCaseActivityByIdsForbidden

type GetCaseActivityByIdsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewGetCaseActivityByIdsForbidden

func NewGetCaseActivityByIdsForbidden() *GetCaseActivityByIdsForbidden

NewGetCaseActivityByIdsForbidden creates a GetCaseActivityByIdsForbidden with default headers values

func (*GetCaseActivityByIdsForbidden) Code added in v0.2.33

Code gets the status code for the get case activity by ids forbidden response

func (*GetCaseActivityByIdsForbidden) Error

func (*GetCaseActivityByIdsForbidden) GetPayload

func (*GetCaseActivityByIdsForbidden) IsClientError added in v0.2.27

func (o *GetCaseActivityByIdsForbidden) IsClientError() bool

IsClientError returns true when this get case activity by ids forbidden response has a 4xx status code

func (*GetCaseActivityByIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get case activity by ids forbidden response a status code equal to that given

func (*GetCaseActivityByIdsForbidden) IsRedirect added in v0.2.27

func (o *GetCaseActivityByIdsForbidden) IsRedirect() bool

IsRedirect returns true when this get case activity by ids forbidden response has a 3xx status code

func (*GetCaseActivityByIdsForbidden) IsServerError added in v0.2.27

func (o *GetCaseActivityByIdsForbidden) IsServerError() bool

IsServerError returns true when this get case activity by ids forbidden response has a 5xx status code

func (*GetCaseActivityByIdsForbidden) IsSuccess added in v0.2.27

func (o *GetCaseActivityByIdsForbidden) IsSuccess() bool

IsSuccess returns true when this get case activity by ids forbidden response has a 2xx status code

func (*GetCaseActivityByIdsForbidden) String added in v0.2.27

type GetCaseActivityByIdsInternalServerError

type GetCaseActivityByIdsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewGetCaseActivityByIdsInternalServerError

func NewGetCaseActivityByIdsInternalServerError() *GetCaseActivityByIdsInternalServerError

NewGetCaseActivityByIdsInternalServerError creates a GetCaseActivityByIdsInternalServerError with default headers values

func (*GetCaseActivityByIdsInternalServerError) Code added in v0.2.33

Code gets the status code for the get case activity by ids internal server error response

func (*GetCaseActivityByIdsInternalServerError) Error

func (*GetCaseActivityByIdsInternalServerError) GetPayload

func (*GetCaseActivityByIdsInternalServerError) IsClientError added in v0.2.27

func (o *GetCaseActivityByIdsInternalServerError) IsClientError() bool

IsClientError returns true when this get case activity by ids internal server error response has a 4xx status code

func (*GetCaseActivityByIdsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get case activity by ids internal server error response a status code equal to that given

func (*GetCaseActivityByIdsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get case activity by ids internal server error response has a 3xx status code

func (*GetCaseActivityByIdsInternalServerError) IsServerError added in v0.2.27

func (o *GetCaseActivityByIdsInternalServerError) IsServerError() bool

IsServerError returns true when this get case activity by ids internal server error response has a 5xx status code

func (*GetCaseActivityByIdsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get case activity by ids internal server error response has a 2xx status code

func (*GetCaseActivityByIdsInternalServerError) String added in v0.2.27

type GetCaseActivityByIdsOK

type GetCaseActivityByIdsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIMessageCenterActivityResponse
}

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

OK

func NewGetCaseActivityByIdsOK

func NewGetCaseActivityByIdsOK() *GetCaseActivityByIdsOK

NewGetCaseActivityByIdsOK creates a GetCaseActivityByIdsOK with default headers values

func (*GetCaseActivityByIdsOK) Code added in v0.2.33

func (o *GetCaseActivityByIdsOK) Code() int

Code gets the status code for the get case activity by ids o k response

func (*GetCaseActivityByIdsOK) Error

func (o *GetCaseActivityByIdsOK) Error() string

func (*GetCaseActivityByIdsOK) GetPayload

func (*GetCaseActivityByIdsOK) IsClientError added in v0.2.27

func (o *GetCaseActivityByIdsOK) IsClientError() bool

IsClientError returns true when this get case activity by ids o k response has a 4xx status code

func (*GetCaseActivityByIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this get case activity by ids o k response a status code equal to that given

func (*GetCaseActivityByIdsOK) IsRedirect added in v0.2.27

func (o *GetCaseActivityByIdsOK) IsRedirect() bool

IsRedirect returns true when this get case activity by ids o k response has a 3xx status code

func (*GetCaseActivityByIdsOK) IsServerError added in v0.2.27

func (o *GetCaseActivityByIdsOK) IsServerError() bool

IsServerError returns true when this get case activity by ids o k response has a 5xx status code

func (*GetCaseActivityByIdsOK) IsSuccess added in v0.2.27

func (o *GetCaseActivityByIdsOK) IsSuccess() bool

IsSuccess returns true when this get case activity by ids o k response has a 2xx status code

func (*GetCaseActivityByIdsOK) String added in v0.2.27

func (o *GetCaseActivityByIdsOK) String() string

type GetCaseActivityByIdsParams

type GetCaseActivityByIdsParams struct {

	// Body.
	Body *models.MsaIdsRequest

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

GetCaseActivityByIdsParams contains all the parameters to send to the API endpoint

for the get case activity by ids operation.

Typically these are written to a http.Request.

func NewGetCaseActivityByIdsParams

func NewGetCaseActivityByIdsParams() *GetCaseActivityByIdsParams

NewGetCaseActivityByIdsParams creates a new GetCaseActivityByIdsParams object, with the default timeout for this client.

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

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

func NewGetCaseActivityByIdsParamsWithContext

func NewGetCaseActivityByIdsParamsWithContext(ctx context.Context) *GetCaseActivityByIdsParams

NewGetCaseActivityByIdsParamsWithContext creates a new GetCaseActivityByIdsParams object with the ability to set a context for a request.

func NewGetCaseActivityByIdsParamsWithHTTPClient

func NewGetCaseActivityByIdsParamsWithHTTPClient(client *http.Client) *GetCaseActivityByIdsParams

NewGetCaseActivityByIdsParamsWithHTTPClient creates a new GetCaseActivityByIdsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCaseActivityByIdsParamsWithTimeout

func NewGetCaseActivityByIdsParamsWithTimeout(timeout time.Duration) *GetCaseActivityByIdsParams

NewGetCaseActivityByIdsParamsWithTimeout creates a new GetCaseActivityByIdsParams object with the ability to set a timeout on a request.

func (*GetCaseActivityByIdsParams) SetBody

SetBody adds the body to the get case activity by ids params

func (*GetCaseActivityByIdsParams) SetContext

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

SetContext adds the context to the get case activity by ids params

func (*GetCaseActivityByIdsParams) SetDefaults

func (o *GetCaseActivityByIdsParams) SetDefaults()

SetDefaults hydrates default values in the get case activity by ids params (not the query body).

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

func (*GetCaseActivityByIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get case activity by ids params

func (*GetCaseActivityByIdsParams) SetTimeout

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

SetTimeout adds the timeout to the get case activity by ids params

func (*GetCaseActivityByIdsParams) WithBody

WithBody adds the body to the get case activity by ids params

func (*GetCaseActivityByIdsParams) WithContext

WithContext adds the context to the get case activity by ids params

func (*GetCaseActivityByIdsParams) WithDefaults

WithDefaults hydrates default values in the get case activity by ids params (not the query body).

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

func (*GetCaseActivityByIdsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get case activity by ids params

func (*GetCaseActivityByIdsParams) WithTimeout

WithTimeout adds the timeout to the get case activity by ids params

func (*GetCaseActivityByIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCaseActivityByIdsReader

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

GetCaseActivityByIdsReader is a Reader for the GetCaseActivityByIds structure.

func (*GetCaseActivityByIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCaseActivityByIdsTooManyRequests

type GetCaseActivityByIdsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetCaseActivityByIdsTooManyRequests

func NewGetCaseActivityByIdsTooManyRequests() *GetCaseActivityByIdsTooManyRequests

NewGetCaseActivityByIdsTooManyRequests creates a GetCaseActivityByIdsTooManyRequests with default headers values

func (*GetCaseActivityByIdsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get case activity by ids too many requests response

func (*GetCaseActivityByIdsTooManyRequests) Error

func (*GetCaseActivityByIdsTooManyRequests) GetPayload

func (*GetCaseActivityByIdsTooManyRequests) IsClientError added in v0.2.27

func (o *GetCaseActivityByIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this get case activity by ids too many requests response has a 4xx status code

func (*GetCaseActivityByIdsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get case activity by ids too many requests response a status code equal to that given

func (*GetCaseActivityByIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetCaseActivityByIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get case activity by ids too many requests response has a 3xx status code

func (*GetCaseActivityByIdsTooManyRequests) IsServerError added in v0.2.27

func (o *GetCaseActivityByIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this get case activity by ids too many requests response has a 5xx status code

func (*GetCaseActivityByIdsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get case activity by ids too many requests response has a 2xx status code

func (*GetCaseActivityByIdsTooManyRequests) String added in v0.2.27

type GetCaseEntitiesByIDsBadRequest

type GetCaseEntitiesByIDsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewGetCaseEntitiesByIDsBadRequest

func NewGetCaseEntitiesByIDsBadRequest() *GetCaseEntitiesByIDsBadRequest

NewGetCaseEntitiesByIDsBadRequest creates a GetCaseEntitiesByIDsBadRequest with default headers values

func (*GetCaseEntitiesByIDsBadRequest) Code added in v0.2.33

Code gets the status code for the get case entities by i ds bad request response

func (*GetCaseEntitiesByIDsBadRequest) Error

func (*GetCaseEntitiesByIDsBadRequest) GetPayload

func (*GetCaseEntitiesByIDsBadRequest) IsClientError added in v0.2.27

func (o *GetCaseEntitiesByIDsBadRequest) IsClientError() bool

IsClientError returns true when this get case entities by i ds bad request response has a 4xx status code

func (*GetCaseEntitiesByIDsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get case entities by i ds bad request response a status code equal to that given

func (*GetCaseEntitiesByIDsBadRequest) IsRedirect added in v0.2.27

func (o *GetCaseEntitiesByIDsBadRequest) IsRedirect() bool

IsRedirect returns true when this get case entities by i ds bad request response has a 3xx status code

func (*GetCaseEntitiesByIDsBadRequest) IsServerError added in v0.2.27

func (o *GetCaseEntitiesByIDsBadRequest) IsServerError() bool

IsServerError returns true when this get case entities by i ds bad request response has a 5xx status code

func (*GetCaseEntitiesByIDsBadRequest) IsSuccess added in v0.2.27

func (o *GetCaseEntitiesByIDsBadRequest) IsSuccess() bool

IsSuccess returns true when this get case entities by i ds bad request response has a 2xx status code

func (*GetCaseEntitiesByIDsBadRequest) String added in v0.2.27

type GetCaseEntitiesByIDsForbidden

type GetCaseEntitiesByIDsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewGetCaseEntitiesByIDsForbidden

func NewGetCaseEntitiesByIDsForbidden() *GetCaseEntitiesByIDsForbidden

NewGetCaseEntitiesByIDsForbidden creates a GetCaseEntitiesByIDsForbidden with default headers values

func (*GetCaseEntitiesByIDsForbidden) Code added in v0.2.33

Code gets the status code for the get case entities by i ds forbidden response

func (*GetCaseEntitiesByIDsForbidden) Error

func (*GetCaseEntitiesByIDsForbidden) GetPayload

func (*GetCaseEntitiesByIDsForbidden) IsClientError added in v0.2.27

func (o *GetCaseEntitiesByIDsForbidden) IsClientError() bool

IsClientError returns true when this get case entities by i ds forbidden response has a 4xx status code

func (*GetCaseEntitiesByIDsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get case entities by i ds forbidden response a status code equal to that given

func (*GetCaseEntitiesByIDsForbidden) IsRedirect added in v0.2.27

func (o *GetCaseEntitiesByIDsForbidden) IsRedirect() bool

IsRedirect returns true when this get case entities by i ds forbidden response has a 3xx status code

func (*GetCaseEntitiesByIDsForbidden) IsServerError added in v0.2.27

func (o *GetCaseEntitiesByIDsForbidden) IsServerError() bool

IsServerError returns true when this get case entities by i ds forbidden response has a 5xx status code

func (*GetCaseEntitiesByIDsForbidden) IsSuccess added in v0.2.27

func (o *GetCaseEntitiesByIDsForbidden) IsSuccess() bool

IsSuccess returns true when this get case entities by i ds forbidden response has a 2xx status code

func (*GetCaseEntitiesByIDsForbidden) String added in v0.2.27

type GetCaseEntitiesByIDsInternalServerError

type GetCaseEntitiesByIDsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewGetCaseEntitiesByIDsInternalServerError

func NewGetCaseEntitiesByIDsInternalServerError() *GetCaseEntitiesByIDsInternalServerError

NewGetCaseEntitiesByIDsInternalServerError creates a GetCaseEntitiesByIDsInternalServerError with default headers values

func (*GetCaseEntitiesByIDsInternalServerError) Code added in v0.2.33

Code gets the status code for the get case entities by i ds internal server error response

func (*GetCaseEntitiesByIDsInternalServerError) Error

func (*GetCaseEntitiesByIDsInternalServerError) GetPayload

func (*GetCaseEntitiesByIDsInternalServerError) IsClientError added in v0.2.27

func (o *GetCaseEntitiesByIDsInternalServerError) IsClientError() bool

IsClientError returns true when this get case entities by i ds internal server error response has a 4xx status code

func (*GetCaseEntitiesByIDsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get case entities by i ds internal server error response a status code equal to that given

func (*GetCaseEntitiesByIDsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get case entities by i ds internal server error response has a 3xx status code

func (*GetCaseEntitiesByIDsInternalServerError) IsServerError added in v0.2.27

func (o *GetCaseEntitiesByIDsInternalServerError) IsServerError() bool

IsServerError returns true when this get case entities by i ds internal server error response has a 5xx status code

func (*GetCaseEntitiesByIDsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get case entities by i ds internal server error response has a 2xx status code

func (*GetCaseEntitiesByIDsInternalServerError) String added in v0.2.27

type GetCaseEntitiesByIDsOK

type GetCaseEntitiesByIDsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIMessageCenterCasesResponse
}

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

OK

func NewGetCaseEntitiesByIDsOK

func NewGetCaseEntitiesByIDsOK() *GetCaseEntitiesByIDsOK

NewGetCaseEntitiesByIDsOK creates a GetCaseEntitiesByIDsOK with default headers values

func (*GetCaseEntitiesByIDsOK) Code added in v0.2.33

func (o *GetCaseEntitiesByIDsOK) Code() int

Code gets the status code for the get case entities by i ds o k response

func (*GetCaseEntitiesByIDsOK) Error

func (o *GetCaseEntitiesByIDsOK) Error() string

func (*GetCaseEntitiesByIDsOK) GetPayload

func (*GetCaseEntitiesByIDsOK) IsClientError added in v0.2.27

func (o *GetCaseEntitiesByIDsOK) IsClientError() bool

IsClientError returns true when this get case entities by i ds o k response has a 4xx status code

func (*GetCaseEntitiesByIDsOK) IsCode added in v0.2.27

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

IsCode returns true when this get case entities by i ds o k response a status code equal to that given

func (*GetCaseEntitiesByIDsOK) IsRedirect added in v0.2.27

func (o *GetCaseEntitiesByIDsOK) IsRedirect() bool

IsRedirect returns true when this get case entities by i ds o k response has a 3xx status code

func (*GetCaseEntitiesByIDsOK) IsServerError added in v0.2.27

func (o *GetCaseEntitiesByIDsOK) IsServerError() bool

IsServerError returns true when this get case entities by i ds o k response has a 5xx status code

func (*GetCaseEntitiesByIDsOK) IsSuccess added in v0.2.27

func (o *GetCaseEntitiesByIDsOK) IsSuccess() bool

IsSuccess returns true when this get case entities by i ds o k response has a 2xx status code

func (*GetCaseEntitiesByIDsOK) String added in v0.2.27

func (o *GetCaseEntitiesByIDsOK) String() string

type GetCaseEntitiesByIDsParams

type GetCaseEntitiesByIDsParams struct {

	// Body.
	Body *models.MsaIdsRequest

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

GetCaseEntitiesByIDsParams contains all the parameters to send to the API endpoint

for the get case entities by i ds operation.

Typically these are written to a http.Request.

func NewGetCaseEntitiesByIDsParams

func NewGetCaseEntitiesByIDsParams() *GetCaseEntitiesByIDsParams

NewGetCaseEntitiesByIDsParams creates a new GetCaseEntitiesByIDsParams object, with the default timeout for this client.

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

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

func NewGetCaseEntitiesByIDsParamsWithContext

func NewGetCaseEntitiesByIDsParamsWithContext(ctx context.Context) *GetCaseEntitiesByIDsParams

NewGetCaseEntitiesByIDsParamsWithContext creates a new GetCaseEntitiesByIDsParams object with the ability to set a context for a request.

func NewGetCaseEntitiesByIDsParamsWithHTTPClient

func NewGetCaseEntitiesByIDsParamsWithHTTPClient(client *http.Client) *GetCaseEntitiesByIDsParams

NewGetCaseEntitiesByIDsParamsWithHTTPClient creates a new GetCaseEntitiesByIDsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCaseEntitiesByIDsParamsWithTimeout

func NewGetCaseEntitiesByIDsParamsWithTimeout(timeout time.Duration) *GetCaseEntitiesByIDsParams

NewGetCaseEntitiesByIDsParamsWithTimeout creates a new GetCaseEntitiesByIDsParams object with the ability to set a timeout on a request.

func (*GetCaseEntitiesByIDsParams) SetBody

SetBody adds the body to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) SetContext

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

SetContext adds the context to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) SetDefaults

func (o *GetCaseEntitiesByIDsParams) SetDefaults()

SetDefaults hydrates default values in the get case entities by i ds params (not the query body).

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

func (*GetCaseEntitiesByIDsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) SetTimeout

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

SetTimeout adds the timeout to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) WithBody

WithBody adds the body to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) WithContext

WithContext adds the context to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) WithDefaults

WithDefaults hydrates default values in the get case entities by i ds params (not the query body).

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

func (*GetCaseEntitiesByIDsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) WithTimeout

WithTimeout adds the timeout to the get case entities by i ds params

func (*GetCaseEntitiesByIDsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCaseEntitiesByIDsReader

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

GetCaseEntitiesByIDsReader is a Reader for the GetCaseEntitiesByIDs structure.

func (*GetCaseEntitiesByIDsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCaseEntitiesByIDsTooManyRequests

type GetCaseEntitiesByIDsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetCaseEntitiesByIDsTooManyRequests

func NewGetCaseEntitiesByIDsTooManyRequests() *GetCaseEntitiesByIDsTooManyRequests

NewGetCaseEntitiesByIDsTooManyRequests creates a GetCaseEntitiesByIDsTooManyRequests with default headers values

func (*GetCaseEntitiesByIDsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get case entities by i ds too many requests response

func (*GetCaseEntitiesByIDsTooManyRequests) Error

func (*GetCaseEntitiesByIDsTooManyRequests) GetPayload

func (*GetCaseEntitiesByIDsTooManyRequests) IsClientError added in v0.2.27

func (o *GetCaseEntitiesByIDsTooManyRequests) IsClientError() bool

IsClientError returns true when this get case entities by i ds too many requests response has a 4xx status code

func (*GetCaseEntitiesByIDsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get case entities by i ds too many requests response a status code equal to that given

func (*GetCaseEntitiesByIDsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetCaseEntitiesByIDsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get case entities by i ds too many requests response has a 3xx status code

func (*GetCaseEntitiesByIDsTooManyRequests) IsServerError added in v0.2.27

func (o *GetCaseEntitiesByIDsTooManyRequests) IsServerError() bool

IsServerError returns true when this get case entities by i ds too many requests response has a 5xx status code

func (*GetCaseEntitiesByIDsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get case entities by i ds too many requests response has a 2xx status code

func (*GetCaseEntitiesByIDsTooManyRequests) String added in v0.2.27

type QueryActivityByCaseIDBadRequest

type QueryActivityByCaseIDBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewQueryActivityByCaseIDBadRequest

func NewQueryActivityByCaseIDBadRequest() *QueryActivityByCaseIDBadRequest

NewQueryActivityByCaseIDBadRequest creates a QueryActivityByCaseIDBadRequest with default headers values

func (*QueryActivityByCaseIDBadRequest) Code added in v0.2.33

Code gets the status code for the query activity by case Id bad request response

func (*QueryActivityByCaseIDBadRequest) Error

func (*QueryActivityByCaseIDBadRequest) GetPayload

func (*QueryActivityByCaseIDBadRequest) IsClientError added in v0.2.27

func (o *QueryActivityByCaseIDBadRequest) IsClientError() bool

IsClientError returns true when this query activity by case Id bad request response has a 4xx status code

func (*QueryActivityByCaseIDBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query activity by case Id bad request response a status code equal to that given

func (*QueryActivityByCaseIDBadRequest) IsRedirect added in v0.2.27

func (o *QueryActivityByCaseIDBadRequest) IsRedirect() bool

IsRedirect returns true when this query activity by case Id bad request response has a 3xx status code

func (*QueryActivityByCaseIDBadRequest) IsServerError added in v0.2.27

func (o *QueryActivityByCaseIDBadRequest) IsServerError() bool

IsServerError returns true when this query activity by case Id bad request response has a 5xx status code

func (*QueryActivityByCaseIDBadRequest) IsSuccess added in v0.2.27

func (o *QueryActivityByCaseIDBadRequest) IsSuccess() bool

IsSuccess returns true when this query activity by case Id bad request response has a 2xx status code

func (*QueryActivityByCaseIDBadRequest) String added in v0.2.27

type QueryActivityByCaseIDForbidden

type QueryActivityByCaseIDForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewQueryActivityByCaseIDForbidden

func NewQueryActivityByCaseIDForbidden() *QueryActivityByCaseIDForbidden

NewQueryActivityByCaseIDForbidden creates a QueryActivityByCaseIDForbidden with default headers values

func (*QueryActivityByCaseIDForbidden) Code added in v0.2.33

Code gets the status code for the query activity by case Id forbidden response

func (*QueryActivityByCaseIDForbidden) Error

func (*QueryActivityByCaseIDForbidden) GetPayload

func (*QueryActivityByCaseIDForbidden) IsClientError added in v0.2.27

func (o *QueryActivityByCaseIDForbidden) IsClientError() bool

IsClientError returns true when this query activity by case Id forbidden response has a 4xx status code

func (*QueryActivityByCaseIDForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query activity by case Id forbidden response a status code equal to that given

func (*QueryActivityByCaseIDForbidden) IsRedirect added in v0.2.27

func (o *QueryActivityByCaseIDForbidden) IsRedirect() bool

IsRedirect returns true when this query activity by case Id forbidden response has a 3xx status code

func (*QueryActivityByCaseIDForbidden) IsServerError added in v0.2.27

func (o *QueryActivityByCaseIDForbidden) IsServerError() bool

IsServerError returns true when this query activity by case Id forbidden response has a 5xx status code

func (*QueryActivityByCaseIDForbidden) IsSuccess added in v0.2.27

func (o *QueryActivityByCaseIDForbidden) IsSuccess() bool

IsSuccess returns true when this query activity by case Id forbidden response has a 2xx status code

func (*QueryActivityByCaseIDForbidden) String added in v0.2.27

type QueryActivityByCaseIDInternalServerError

type QueryActivityByCaseIDInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewQueryActivityByCaseIDInternalServerError

func NewQueryActivityByCaseIDInternalServerError() *QueryActivityByCaseIDInternalServerError

NewQueryActivityByCaseIDInternalServerError creates a QueryActivityByCaseIDInternalServerError with default headers values

func (*QueryActivityByCaseIDInternalServerError) Code added in v0.2.33

Code gets the status code for the query activity by case Id internal server error response

func (*QueryActivityByCaseIDInternalServerError) Error

func (*QueryActivityByCaseIDInternalServerError) GetPayload

func (*QueryActivityByCaseIDInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query activity by case Id internal server error response has a 4xx status code

func (*QueryActivityByCaseIDInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query activity by case Id internal server error response a status code equal to that given

func (*QueryActivityByCaseIDInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query activity by case Id internal server error response has a 3xx status code

func (*QueryActivityByCaseIDInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query activity by case Id internal server error response has a 5xx status code

func (*QueryActivityByCaseIDInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query activity by case Id internal server error response has a 2xx status code

func (*QueryActivityByCaseIDInternalServerError) String added in v0.2.27

type QueryActivityByCaseIDOK

type QueryActivityByCaseIDOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

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

OK

func NewQueryActivityByCaseIDOK

func NewQueryActivityByCaseIDOK() *QueryActivityByCaseIDOK

NewQueryActivityByCaseIDOK creates a QueryActivityByCaseIDOK with default headers values

func (*QueryActivityByCaseIDOK) Code added in v0.2.33

func (o *QueryActivityByCaseIDOK) Code() int

Code gets the status code for the query activity by case Id o k response

func (*QueryActivityByCaseIDOK) Error

func (o *QueryActivityByCaseIDOK) Error() string

func (*QueryActivityByCaseIDOK) GetPayload

func (*QueryActivityByCaseIDOK) IsClientError added in v0.2.27

func (o *QueryActivityByCaseIDOK) IsClientError() bool

IsClientError returns true when this query activity by case Id o k response has a 4xx status code

func (*QueryActivityByCaseIDOK) IsCode added in v0.2.27

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

IsCode returns true when this query activity by case Id o k response a status code equal to that given

func (*QueryActivityByCaseIDOK) IsRedirect added in v0.2.27

func (o *QueryActivityByCaseIDOK) IsRedirect() bool

IsRedirect returns true when this query activity by case Id o k response has a 3xx status code

func (*QueryActivityByCaseIDOK) IsServerError added in v0.2.27

func (o *QueryActivityByCaseIDOK) IsServerError() bool

IsServerError returns true when this query activity by case Id o k response has a 5xx status code

func (*QueryActivityByCaseIDOK) IsSuccess added in v0.2.27

func (o *QueryActivityByCaseIDOK) IsSuccess() bool

IsSuccess returns true when this query activity by case Id o k response has a 2xx status code

func (*QueryActivityByCaseIDOK) String added in v0.2.27

func (o *QueryActivityByCaseIDOK) String() string

type QueryActivityByCaseIDParams

type QueryActivityByCaseIDParams struct {

	/* CaseID.

	   Case ID
	*/
	CaseID string

	/* Filter.

	     Optional filter and sort criteria in the form of an FQL query. Allowed filters are:

	activity.created_time
	activity.type
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryActivityByCaseIDParams contains all the parameters to send to the API endpoint

for the query activity by case ID operation.

Typically these are written to a http.Request.

func NewQueryActivityByCaseIDParams

func NewQueryActivityByCaseIDParams() *QueryActivityByCaseIDParams

NewQueryActivityByCaseIDParams creates a new QueryActivityByCaseIDParams object, with the default timeout for this client.

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

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

func NewQueryActivityByCaseIDParamsWithContext

func NewQueryActivityByCaseIDParamsWithContext(ctx context.Context) *QueryActivityByCaseIDParams

NewQueryActivityByCaseIDParamsWithContext creates a new QueryActivityByCaseIDParams object with the ability to set a context for a request.

func NewQueryActivityByCaseIDParamsWithHTTPClient

func NewQueryActivityByCaseIDParamsWithHTTPClient(client *http.Client) *QueryActivityByCaseIDParams

NewQueryActivityByCaseIDParamsWithHTTPClient creates a new QueryActivityByCaseIDParams object with the ability to set a custom HTTPClient for a request.

func NewQueryActivityByCaseIDParamsWithTimeout

func NewQueryActivityByCaseIDParamsWithTimeout(timeout time.Duration) *QueryActivityByCaseIDParams

NewQueryActivityByCaseIDParamsWithTimeout creates a new QueryActivityByCaseIDParams object with the ability to set a timeout on a request.

func (*QueryActivityByCaseIDParams) SetCaseID

func (o *QueryActivityByCaseIDParams) SetCaseID(caseID string)

SetCaseID adds the caseId to the query activity by case ID params

func (*QueryActivityByCaseIDParams) SetContext

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

SetContext adds the context to the query activity by case ID params

func (*QueryActivityByCaseIDParams) SetDefaults

func (o *QueryActivityByCaseIDParams) SetDefaults()

SetDefaults hydrates default values in the query activity by case ID params (not the query body).

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

func (*QueryActivityByCaseIDParams) SetFilter

func (o *QueryActivityByCaseIDParams) SetFilter(filter *string)

SetFilter adds the filter to the query activity by case ID params

func (*QueryActivityByCaseIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query activity by case ID params

func (*QueryActivityByCaseIDParams) SetLimit

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

SetLimit adds the limit to the query activity by case ID params

func (*QueryActivityByCaseIDParams) SetOffset

func (o *QueryActivityByCaseIDParams) SetOffset(offset *string)

SetOffset adds the offset to the query activity by case ID params

func (*QueryActivityByCaseIDParams) SetSort

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

SetSort adds the sort to the query activity by case ID params

func (*QueryActivityByCaseIDParams) SetTimeout

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

SetTimeout adds the timeout to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithCaseID

WithCaseID adds the caseID to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithContext

WithContext adds the context to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithDefaults

WithDefaults hydrates default values in the query activity by case ID params (not the query body).

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

func (*QueryActivityByCaseIDParams) WithFilter

WithFilter adds the filter to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithLimit

WithLimit adds the limit to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithOffset

WithOffset adds the offset to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithSort

WithSort adds the sort to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WithTimeout

WithTimeout adds the timeout to the query activity by case ID params

func (*QueryActivityByCaseIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryActivityByCaseIDReader

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

QueryActivityByCaseIDReader is a Reader for the QueryActivityByCaseID structure.

func (*QueryActivityByCaseIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryActivityByCaseIDTooManyRequests

type QueryActivityByCaseIDTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewQueryActivityByCaseIDTooManyRequests

func NewQueryActivityByCaseIDTooManyRequests() *QueryActivityByCaseIDTooManyRequests

NewQueryActivityByCaseIDTooManyRequests creates a QueryActivityByCaseIDTooManyRequests with default headers values

func (*QueryActivityByCaseIDTooManyRequests) Code added in v0.2.33

Code gets the status code for the query activity by case Id too many requests response

func (*QueryActivityByCaseIDTooManyRequests) Error

func (*QueryActivityByCaseIDTooManyRequests) GetPayload

func (*QueryActivityByCaseIDTooManyRequests) IsClientError added in v0.2.27

func (o *QueryActivityByCaseIDTooManyRequests) IsClientError() bool

IsClientError returns true when this query activity by case Id too many requests response has a 4xx status code

func (*QueryActivityByCaseIDTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query activity by case Id too many requests response a status code equal to that given

func (*QueryActivityByCaseIDTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query activity by case Id too many requests response has a 3xx status code

func (*QueryActivityByCaseIDTooManyRequests) IsServerError added in v0.2.27

func (o *QueryActivityByCaseIDTooManyRequests) IsServerError() bool

IsServerError returns true when this query activity by case Id too many requests response has a 5xx status code

func (*QueryActivityByCaseIDTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query activity by case Id too many requests response has a 2xx status code

func (*QueryActivityByCaseIDTooManyRequests) String added in v0.2.27

type QueryCasesIdsByFilterBadRequest

type QueryCasesIdsByFilterBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewQueryCasesIdsByFilterBadRequest

func NewQueryCasesIdsByFilterBadRequest() *QueryCasesIdsByFilterBadRequest

NewQueryCasesIdsByFilterBadRequest creates a QueryCasesIdsByFilterBadRequest with default headers values

func (*QueryCasesIdsByFilterBadRequest) Code added in v0.2.33

Code gets the status code for the query cases ids by filter bad request response

func (*QueryCasesIdsByFilterBadRequest) Error

func (*QueryCasesIdsByFilterBadRequest) GetPayload

func (*QueryCasesIdsByFilterBadRequest) IsClientError added in v0.2.27

func (o *QueryCasesIdsByFilterBadRequest) IsClientError() bool

IsClientError returns true when this query cases ids by filter bad request response has a 4xx status code

func (*QueryCasesIdsByFilterBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query cases ids by filter bad request response a status code equal to that given

func (*QueryCasesIdsByFilterBadRequest) IsRedirect added in v0.2.27

func (o *QueryCasesIdsByFilterBadRequest) IsRedirect() bool

IsRedirect returns true when this query cases ids by filter bad request response has a 3xx status code

func (*QueryCasesIdsByFilterBadRequest) IsServerError added in v0.2.27

func (o *QueryCasesIdsByFilterBadRequest) IsServerError() bool

IsServerError returns true when this query cases ids by filter bad request response has a 5xx status code

func (*QueryCasesIdsByFilterBadRequest) IsSuccess added in v0.2.27

func (o *QueryCasesIdsByFilterBadRequest) IsSuccess() bool

IsSuccess returns true when this query cases ids by filter bad request response has a 2xx status code

func (*QueryCasesIdsByFilterBadRequest) String added in v0.2.27

type QueryCasesIdsByFilterForbidden

type QueryCasesIdsByFilterForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewQueryCasesIdsByFilterForbidden

func NewQueryCasesIdsByFilterForbidden() *QueryCasesIdsByFilterForbidden

NewQueryCasesIdsByFilterForbidden creates a QueryCasesIdsByFilterForbidden with default headers values

func (*QueryCasesIdsByFilterForbidden) Code added in v0.2.33

Code gets the status code for the query cases ids by filter forbidden response

func (*QueryCasesIdsByFilterForbidden) Error

func (*QueryCasesIdsByFilterForbidden) GetPayload

func (*QueryCasesIdsByFilterForbidden) IsClientError added in v0.2.27

func (o *QueryCasesIdsByFilterForbidden) IsClientError() bool

IsClientError returns true when this query cases ids by filter forbidden response has a 4xx status code

func (*QueryCasesIdsByFilterForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query cases ids by filter forbidden response a status code equal to that given

func (*QueryCasesIdsByFilterForbidden) IsRedirect added in v0.2.27

func (o *QueryCasesIdsByFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query cases ids by filter forbidden response has a 3xx status code

func (*QueryCasesIdsByFilterForbidden) IsServerError added in v0.2.27

func (o *QueryCasesIdsByFilterForbidden) IsServerError() bool

IsServerError returns true when this query cases ids by filter forbidden response has a 5xx status code

func (*QueryCasesIdsByFilterForbidden) IsSuccess added in v0.2.27

func (o *QueryCasesIdsByFilterForbidden) IsSuccess() bool

IsSuccess returns true when this query cases ids by filter forbidden response has a 2xx status code

func (*QueryCasesIdsByFilterForbidden) String added in v0.2.27

type QueryCasesIdsByFilterInternalServerError

type QueryCasesIdsByFilterInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Internal Server Error

func NewQueryCasesIdsByFilterInternalServerError

func NewQueryCasesIdsByFilterInternalServerError() *QueryCasesIdsByFilterInternalServerError

NewQueryCasesIdsByFilterInternalServerError creates a QueryCasesIdsByFilterInternalServerError with default headers values

func (*QueryCasesIdsByFilterInternalServerError) Code added in v0.2.33

Code gets the status code for the query cases ids by filter internal server error response

func (*QueryCasesIdsByFilterInternalServerError) Error

func (*QueryCasesIdsByFilterInternalServerError) GetPayload

func (*QueryCasesIdsByFilterInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query cases ids by filter internal server error response has a 4xx status code

func (*QueryCasesIdsByFilterInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query cases ids by filter internal server error response a status code equal to that given

func (*QueryCasesIdsByFilterInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query cases ids by filter internal server error response has a 3xx status code

func (*QueryCasesIdsByFilterInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query cases ids by filter internal server error response has a 5xx status code

func (*QueryCasesIdsByFilterInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query cases ids by filter internal server error response has a 2xx status code

func (*QueryCasesIdsByFilterInternalServerError) String added in v0.2.27

type QueryCasesIdsByFilterOK

type QueryCasesIdsByFilterOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

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

OK

func NewQueryCasesIdsByFilterOK

func NewQueryCasesIdsByFilterOK() *QueryCasesIdsByFilterOK

NewQueryCasesIdsByFilterOK creates a QueryCasesIdsByFilterOK with default headers values

func (*QueryCasesIdsByFilterOK) Code added in v0.2.33

func (o *QueryCasesIdsByFilterOK) Code() int

Code gets the status code for the query cases ids by filter o k response

func (*QueryCasesIdsByFilterOK) Error

func (o *QueryCasesIdsByFilterOK) Error() string

func (*QueryCasesIdsByFilterOK) GetPayload

func (*QueryCasesIdsByFilterOK) IsClientError added in v0.2.27

func (o *QueryCasesIdsByFilterOK) IsClientError() bool

IsClientError returns true when this query cases ids by filter o k response has a 4xx status code

func (*QueryCasesIdsByFilterOK) IsCode added in v0.2.27

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

IsCode returns true when this query cases ids by filter o k response a status code equal to that given

func (*QueryCasesIdsByFilterOK) IsRedirect added in v0.2.27

func (o *QueryCasesIdsByFilterOK) IsRedirect() bool

IsRedirect returns true when this query cases ids by filter o k response has a 3xx status code

func (*QueryCasesIdsByFilterOK) IsServerError added in v0.2.27

func (o *QueryCasesIdsByFilterOK) IsServerError() bool

IsServerError returns true when this query cases ids by filter o k response has a 5xx status code

func (*QueryCasesIdsByFilterOK) IsSuccess added in v0.2.27

func (o *QueryCasesIdsByFilterOK) IsSuccess() bool

IsSuccess returns true when this query cases ids by filter o k response has a 2xx status code

func (*QueryCasesIdsByFilterOK) String added in v0.2.27

func (o *QueryCasesIdsByFilterOK) String() string

type QueryCasesIdsByFilterParams

type QueryCasesIdsByFilterParams struct {

	/* Filter.

	     Optional filter and sort criteria in the form of an FQL query. Allowed filters are:

	_all
	activity.body
	case.aids
	case.assigner.display_name
	case.assigner.first_name
	case.assigner.last_name
	case.assigner.uid
	case.assigner.uuid
	case.body
	case.created_time
	case.detections.id
	case.hosts
	case.id
	case.incidents.id
	case.ip_addresses
	case.key
	case.last_modified_time
	case.status
	case.title
	case.type
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryCasesIdsByFilterParams contains all the parameters to send to the API endpoint

for the query cases ids by filter operation.

Typically these are written to a http.Request.

func NewQueryCasesIdsByFilterParams

func NewQueryCasesIdsByFilterParams() *QueryCasesIdsByFilterParams

NewQueryCasesIdsByFilterParams creates a new QueryCasesIdsByFilterParams object, with the default timeout for this client.

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

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

func NewQueryCasesIdsByFilterParamsWithContext

func NewQueryCasesIdsByFilterParamsWithContext(ctx context.Context) *QueryCasesIdsByFilterParams

NewQueryCasesIdsByFilterParamsWithContext creates a new QueryCasesIdsByFilterParams object with the ability to set a context for a request.

func NewQueryCasesIdsByFilterParamsWithHTTPClient

func NewQueryCasesIdsByFilterParamsWithHTTPClient(client *http.Client) *QueryCasesIdsByFilterParams

NewQueryCasesIdsByFilterParamsWithHTTPClient creates a new QueryCasesIdsByFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCasesIdsByFilterParamsWithTimeout

func NewQueryCasesIdsByFilterParamsWithTimeout(timeout time.Duration) *QueryCasesIdsByFilterParams

NewQueryCasesIdsByFilterParamsWithTimeout creates a new QueryCasesIdsByFilterParams object with the ability to set a timeout on a request.

func (*QueryCasesIdsByFilterParams) SetContext

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

SetContext adds the context to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) SetDefaults

func (o *QueryCasesIdsByFilterParams) SetDefaults()

SetDefaults hydrates default values in the query cases ids by filter params (not the query body).

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

func (*QueryCasesIdsByFilterParams) SetFilter

func (o *QueryCasesIdsByFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) SetLimit

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

SetLimit adds the limit to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) SetOffset

func (o *QueryCasesIdsByFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) SetSort

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

SetSort adds the sort to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) SetTimeout

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

SetTimeout adds the timeout to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WithContext

WithContext adds the context to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WithDefaults

WithDefaults hydrates default values in the query cases ids by filter params (not the query body).

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

func (*QueryCasesIdsByFilterParams) WithFilter

WithFilter adds the filter to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WithLimit

WithLimit adds the limit to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WithOffset

WithOffset adds the offset to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WithSort

WithSort adds the sort to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WithTimeout

WithTimeout adds the timeout to the query cases ids by filter params

func (*QueryCasesIdsByFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCasesIdsByFilterReader

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

QueryCasesIdsByFilterReader is a Reader for the QueryCasesIdsByFilter structure.

func (*QueryCasesIdsByFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCasesIdsByFilterTooManyRequests

type QueryCasesIdsByFilterTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewQueryCasesIdsByFilterTooManyRequests

func NewQueryCasesIdsByFilterTooManyRequests() *QueryCasesIdsByFilterTooManyRequests

NewQueryCasesIdsByFilterTooManyRequests creates a QueryCasesIdsByFilterTooManyRequests with default headers values

func (*QueryCasesIdsByFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the query cases ids by filter too many requests response

func (*QueryCasesIdsByFilterTooManyRequests) Error

func (*QueryCasesIdsByFilterTooManyRequests) GetPayload

func (*QueryCasesIdsByFilterTooManyRequests) IsClientError added in v0.2.27

func (o *QueryCasesIdsByFilterTooManyRequests) IsClientError() bool

IsClientError returns true when this query cases ids by filter too many requests response has a 4xx status code

func (*QueryCasesIdsByFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query cases ids by filter too many requests response a status code equal to that given

func (*QueryCasesIdsByFilterTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query cases ids by filter too many requests response has a 3xx status code

func (*QueryCasesIdsByFilterTooManyRequests) IsServerError added in v0.2.27

func (o *QueryCasesIdsByFilterTooManyRequests) IsServerError() bool

IsServerError returns true when this query cases ids by filter too many requests response has a 5xx status code

func (*QueryCasesIdsByFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query cases ids by filter too many requests response has a 2xx status code

func (*QueryCasesIdsByFilterTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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