Documentation
¶
Index ¶
- type Client
- func (a *Client) CombinedReleaseNotesV1(params *CombinedReleaseNotesV1Params, opts ...ClientOption) (*CombinedReleaseNotesV1OK, error)
- func (a *Client) GetEntityIDsByQueryPOST(params *GetEntityIDsByQueryPOSTParams, opts ...ClientOption) (*GetEntityIDsByQueryPOSTOK, error)
- func (a *Client) QueryReleaseNotesV1(params *QueryReleaseNotesV1Params, opts ...ClientOption) (*QueryReleaseNotesV1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CombinedReleaseNotesV1BadRequest
- func (o *CombinedReleaseNotesV1BadRequest) Code() int
- func (o *CombinedReleaseNotesV1BadRequest) Error() string
- func (o *CombinedReleaseNotesV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedReleaseNotesV1BadRequest) IsClientError() bool
- func (o *CombinedReleaseNotesV1BadRequest) IsCode(code int) bool
- func (o *CombinedReleaseNotesV1BadRequest) IsRedirect() bool
- func (o *CombinedReleaseNotesV1BadRequest) IsServerError() bool
- func (o *CombinedReleaseNotesV1BadRequest) IsSuccess() bool
- func (o *CombinedReleaseNotesV1BadRequest) String() string
- type CombinedReleaseNotesV1Forbidden
- func (o *CombinedReleaseNotesV1Forbidden) Code() int
- func (o *CombinedReleaseNotesV1Forbidden) Error() string
- func (o *CombinedReleaseNotesV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedReleaseNotesV1Forbidden) IsClientError() bool
- func (o *CombinedReleaseNotesV1Forbidden) IsCode(code int) bool
- func (o *CombinedReleaseNotesV1Forbidden) IsRedirect() bool
- func (o *CombinedReleaseNotesV1Forbidden) IsServerError() bool
- func (o *CombinedReleaseNotesV1Forbidden) IsSuccess() bool
- func (o *CombinedReleaseNotesV1Forbidden) String() string
- type CombinedReleaseNotesV1InternalServerError
- func (o *CombinedReleaseNotesV1InternalServerError) Code() int
- func (o *CombinedReleaseNotesV1InternalServerError) Error() string
- func (o *CombinedReleaseNotesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedReleaseNotesV1InternalServerError) IsClientError() bool
- func (o *CombinedReleaseNotesV1InternalServerError) IsCode(code int) bool
- func (o *CombinedReleaseNotesV1InternalServerError) IsRedirect() bool
- func (o *CombinedReleaseNotesV1InternalServerError) IsServerError() bool
- func (o *CombinedReleaseNotesV1InternalServerError) IsSuccess() bool
- func (o *CombinedReleaseNotesV1InternalServerError) String() string
- type CombinedReleaseNotesV1NotFound
- func (o *CombinedReleaseNotesV1NotFound) Code() int
- func (o *CombinedReleaseNotesV1NotFound) Error() string
- func (o *CombinedReleaseNotesV1NotFound) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedReleaseNotesV1NotFound) IsClientError() bool
- func (o *CombinedReleaseNotesV1NotFound) IsCode(code int) bool
- func (o *CombinedReleaseNotesV1NotFound) IsRedirect() bool
- func (o *CombinedReleaseNotesV1NotFound) IsServerError() bool
- func (o *CombinedReleaseNotesV1NotFound) IsSuccess() bool
- func (o *CombinedReleaseNotesV1NotFound) String() string
- type CombinedReleaseNotesV1OK
- func (o *CombinedReleaseNotesV1OK) Code() int
- func (o *CombinedReleaseNotesV1OK) Error() string
- func (o *CombinedReleaseNotesV1OK) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
- func (o *CombinedReleaseNotesV1OK) IsClientError() bool
- func (o *CombinedReleaseNotesV1OK) IsCode(code int) bool
- func (o *CombinedReleaseNotesV1OK) IsRedirect() bool
- func (o *CombinedReleaseNotesV1OK) IsServerError() bool
- func (o *CombinedReleaseNotesV1OK) IsSuccess() bool
- func (o *CombinedReleaseNotesV1OK) String() string
- type CombinedReleaseNotesV1Params
- func NewCombinedReleaseNotesV1Params() *CombinedReleaseNotesV1Params
- func NewCombinedReleaseNotesV1ParamsWithContext(ctx context.Context) *CombinedReleaseNotesV1Params
- func NewCombinedReleaseNotesV1ParamsWithHTTPClient(client *http.Client) *CombinedReleaseNotesV1Params
- func NewCombinedReleaseNotesV1ParamsWithTimeout(timeout time.Duration) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) SetAuthorization(authorization string)
- func (o *CombinedReleaseNotesV1Params) SetContext(ctx context.Context)
- func (o *CombinedReleaseNotesV1Params) SetDefaults()
- func (o *CombinedReleaseNotesV1Params) SetFilter(filter string)
- func (o *CombinedReleaseNotesV1Params) SetHTTPClient(client *http.Client)
- func (o *CombinedReleaseNotesV1Params) SetLimit(limit *int64)
- func (o *CombinedReleaseNotesV1Params) SetOffset(offset *string)
- func (o *CombinedReleaseNotesV1Params) SetSort(sort *string)
- func (o *CombinedReleaseNotesV1Params) SetTimeout(timeout time.Duration)
- func (o *CombinedReleaseNotesV1Params) SetXCSUSERNAME(xCSUSERNAME *string)
- func (o *CombinedReleaseNotesV1Params) WithAuthorization(authorization string) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithContext(ctx context.Context) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithDefaults() *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithFilter(filter string) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithHTTPClient(client *http.Client) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithLimit(limit *int64) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithOffset(offset *string) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithSort(sort *string) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithTimeout(timeout time.Duration) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WithXCSUSERNAME(xCSUSERNAME *string) *CombinedReleaseNotesV1Params
- func (o *CombinedReleaseNotesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CombinedReleaseNotesV1Reader
- type CombinedReleaseNotesV1TooManyRequests
- func (o *CombinedReleaseNotesV1TooManyRequests) Code() int
- func (o *CombinedReleaseNotesV1TooManyRequests) Error() string
- func (o *CombinedReleaseNotesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CombinedReleaseNotesV1TooManyRequests) IsClientError() bool
- func (o *CombinedReleaseNotesV1TooManyRequests) IsCode(code int) bool
- func (o *CombinedReleaseNotesV1TooManyRequests) IsRedirect() bool
- func (o *CombinedReleaseNotesV1TooManyRequests) IsServerError() bool
- func (o *CombinedReleaseNotesV1TooManyRequests) IsSuccess() bool
- func (o *CombinedReleaseNotesV1TooManyRequests) String() string
- type GetEntityIDsByQueryPOSTForbidden
- func (o *GetEntityIDsByQueryPOSTForbidden) Code() int
- func (o *GetEntityIDsByQueryPOSTForbidden) Error() string
- func (o *GetEntityIDsByQueryPOSTForbidden) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
- func (o *GetEntityIDsByQueryPOSTForbidden) IsClientError() bool
- func (o *GetEntityIDsByQueryPOSTForbidden) IsCode(code int) bool
- func (o *GetEntityIDsByQueryPOSTForbidden) IsRedirect() bool
- func (o *GetEntityIDsByQueryPOSTForbidden) IsServerError() bool
- func (o *GetEntityIDsByQueryPOSTForbidden) IsSuccess() bool
- func (o *GetEntityIDsByQueryPOSTForbidden) String() string
- type GetEntityIDsByQueryPOSTInternalServerError
- func (o *GetEntityIDsByQueryPOSTInternalServerError) Code() int
- func (o *GetEntityIDsByQueryPOSTInternalServerError) Error() string
- func (o *GetEntityIDsByQueryPOSTInternalServerError) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
- func (o *GetEntityIDsByQueryPOSTInternalServerError) IsClientError() bool
- func (o *GetEntityIDsByQueryPOSTInternalServerError) IsCode(code int) bool
- func (o *GetEntityIDsByQueryPOSTInternalServerError) IsRedirect() bool
- func (o *GetEntityIDsByQueryPOSTInternalServerError) IsServerError() bool
- func (o *GetEntityIDsByQueryPOSTInternalServerError) IsSuccess() bool
- func (o *GetEntityIDsByQueryPOSTInternalServerError) String() string
- type GetEntityIDsByQueryPOSTNotFound
- func (o *GetEntityIDsByQueryPOSTNotFound) Code() int
- func (o *GetEntityIDsByQueryPOSTNotFound) Error() string
- func (o *GetEntityIDsByQueryPOSTNotFound) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
- func (o *GetEntityIDsByQueryPOSTNotFound) IsClientError() bool
- func (o *GetEntityIDsByQueryPOSTNotFound) IsCode(code int) bool
- func (o *GetEntityIDsByQueryPOSTNotFound) IsRedirect() bool
- func (o *GetEntityIDsByQueryPOSTNotFound) IsServerError() bool
- func (o *GetEntityIDsByQueryPOSTNotFound) IsSuccess() bool
- func (o *GetEntityIDsByQueryPOSTNotFound) String() string
- type GetEntityIDsByQueryPOSTOK
- func (o *GetEntityIDsByQueryPOSTOK) Code() int
- func (o *GetEntityIDsByQueryPOSTOK) Error() string
- func (o *GetEntityIDsByQueryPOSTOK) GetPayload() *models.ReleasenotesEntitiesGetResponseWrapper
- func (o *GetEntityIDsByQueryPOSTOK) IsClientError() bool
- func (o *GetEntityIDsByQueryPOSTOK) IsCode(code int) bool
- func (o *GetEntityIDsByQueryPOSTOK) IsRedirect() bool
- func (o *GetEntityIDsByQueryPOSTOK) IsServerError() bool
- func (o *GetEntityIDsByQueryPOSTOK) IsSuccess() bool
- func (o *GetEntityIDsByQueryPOSTOK) String() string
- type GetEntityIDsByQueryPOSTParams
- func NewGetEntityIDsByQueryPOSTParams() *GetEntityIDsByQueryPOSTParams
- func NewGetEntityIDsByQueryPOSTParamsWithContext(ctx context.Context) *GetEntityIDsByQueryPOSTParams
- func NewGetEntityIDsByQueryPOSTParamsWithHTTPClient(client *http.Client) *GetEntityIDsByQueryPOSTParams
- func NewGetEntityIDsByQueryPOSTParamsWithTimeout(timeout time.Duration) *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) SetAuthorization(authorization string)
- func (o *GetEntityIDsByQueryPOSTParams) SetBody(body *models.ReleasenotesEntitiesGetRequest)
- func (o *GetEntityIDsByQueryPOSTParams) SetContext(ctx context.Context)
- func (o *GetEntityIDsByQueryPOSTParams) SetDefaults()
- func (o *GetEntityIDsByQueryPOSTParams) SetHTTPClient(client *http.Client)
- func (o *GetEntityIDsByQueryPOSTParams) SetTimeout(timeout time.Duration)
- func (o *GetEntityIDsByQueryPOSTParams) SetXCSUSERNAME(xCSUSERNAME *string)
- func (o *GetEntityIDsByQueryPOSTParams) WithAuthorization(authorization string) *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) WithBody(body *models.ReleasenotesEntitiesGetRequest) *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) WithContext(ctx context.Context) *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) WithDefaults() *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) WithHTTPClient(client *http.Client) *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) WithTimeout(timeout time.Duration) *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) WithXCSUSERNAME(xCSUSERNAME *string) *GetEntityIDsByQueryPOSTParams
- func (o *GetEntityIDsByQueryPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEntityIDsByQueryPOSTReader
- type GetEntityIDsByQueryPOSTTooManyRequests
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) Code() int
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) Error() string
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsClientError() bool
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsCode(code int) bool
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsRedirect() bool
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsServerError() bool
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsSuccess() bool
- func (o *GetEntityIDsByQueryPOSTTooManyRequests) String() string
- type QueryReleaseNotesV1BadRequest
- func (o *QueryReleaseNotesV1BadRequest) Code() int
- func (o *QueryReleaseNotesV1BadRequest) Error() string
- func (o *QueryReleaseNotesV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *QueryReleaseNotesV1BadRequest) IsClientError() bool
- func (o *QueryReleaseNotesV1BadRequest) IsCode(code int) bool
- func (o *QueryReleaseNotesV1BadRequest) IsRedirect() bool
- func (o *QueryReleaseNotesV1BadRequest) IsServerError() bool
- func (o *QueryReleaseNotesV1BadRequest) IsSuccess() bool
- func (o *QueryReleaseNotesV1BadRequest) String() string
- type QueryReleaseNotesV1Forbidden
- func (o *QueryReleaseNotesV1Forbidden) Code() int
- func (o *QueryReleaseNotesV1Forbidden) Error() string
- func (o *QueryReleaseNotesV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *QueryReleaseNotesV1Forbidden) IsClientError() bool
- func (o *QueryReleaseNotesV1Forbidden) IsCode(code int) bool
- func (o *QueryReleaseNotesV1Forbidden) IsRedirect() bool
- func (o *QueryReleaseNotesV1Forbidden) IsServerError() bool
- func (o *QueryReleaseNotesV1Forbidden) IsSuccess() bool
- func (o *QueryReleaseNotesV1Forbidden) String() string
- type QueryReleaseNotesV1InternalServerError
- func (o *QueryReleaseNotesV1InternalServerError) Code() int
- func (o *QueryReleaseNotesV1InternalServerError) Error() string
- func (o *QueryReleaseNotesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *QueryReleaseNotesV1InternalServerError) IsClientError() bool
- func (o *QueryReleaseNotesV1InternalServerError) IsCode(code int) bool
- func (o *QueryReleaseNotesV1InternalServerError) IsRedirect() bool
- func (o *QueryReleaseNotesV1InternalServerError) IsServerError() bool
- func (o *QueryReleaseNotesV1InternalServerError) IsSuccess() bool
- func (o *QueryReleaseNotesV1InternalServerError) String() string
- type QueryReleaseNotesV1NotFound
- func (o *QueryReleaseNotesV1NotFound) Code() int
- func (o *QueryReleaseNotesV1NotFound) Error() string
- func (o *QueryReleaseNotesV1NotFound) GetPayload() *models.MsaspecResponseFields
- func (o *QueryReleaseNotesV1NotFound) IsClientError() bool
- func (o *QueryReleaseNotesV1NotFound) IsCode(code int) bool
- func (o *QueryReleaseNotesV1NotFound) IsRedirect() bool
- func (o *QueryReleaseNotesV1NotFound) IsServerError() bool
- func (o *QueryReleaseNotesV1NotFound) IsSuccess() bool
- func (o *QueryReleaseNotesV1NotFound) String() string
- type QueryReleaseNotesV1OK
- func (o *QueryReleaseNotesV1OK) Code() int
- func (o *QueryReleaseNotesV1OK) Error() string
- func (o *QueryReleaseNotesV1OK) GetPayload() *models.StringWrapper
- func (o *QueryReleaseNotesV1OK) IsClientError() bool
- func (o *QueryReleaseNotesV1OK) IsCode(code int) bool
- func (o *QueryReleaseNotesV1OK) IsRedirect() bool
- func (o *QueryReleaseNotesV1OK) IsServerError() bool
- func (o *QueryReleaseNotesV1OK) IsSuccess() bool
- func (o *QueryReleaseNotesV1OK) String() string
- type QueryReleaseNotesV1Params
- func NewQueryReleaseNotesV1Params() *QueryReleaseNotesV1Params
- func NewQueryReleaseNotesV1ParamsWithContext(ctx context.Context) *QueryReleaseNotesV1Params
- func NewQueryReleaseNotesV1ParamsWithHTTPClient(client *http.Client) *QueryReleaseNotesV1Params
- func NewQueryReleaseNotesV1ParamsWithTimeout(timeout time.Duration) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) SetAuthorization(authorization string)
- func (o *QueryReleaseNotesV1Params) SetContext(ctx context.Context)
- func (o *QueryReleaseNotesV1Params) SetDefaults()
- func (o *QueryReleaseNotesV1Params) SetFilter(filter string)
- func (o *QueryReleaseNotesV1Params) SetHTTPClient(client *http.Client)
- func (o *QueryReleaseNotesV1Params) SetLimit(limit *int64)
- func (o *QueryReleaseNotesV1Params) SetOffset(offset *string)
- func (o *QueryReleaseNotesV1Params) SetSort(sort *string)
- func (o *QueryReleaseNotesV1Params) SetTimeout(timeout time.Duration)
- func (o *QueryReleaseNotesV1Params) SetXCSUSERNAME(xCSUSERNAME *string)
- func (o *QueryReleaseNotesV1Params) WithAuthorization(authorization string) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithContext(ctx context.Context) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithDefaults() *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithFilter(filter string) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithHTTPClient(client *http.Client) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithLimit(limit *int64) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithOffset(offset *string) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithSort(sort *string) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithTimeout(timeout time.Duration) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WithXCSUSERNAME(xCSUSERNAME *string) *QueryReleaseNotesV1Params
- func (o *QueryReleaseNotesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryReleaseNotesV1Reader
- type QueryReleaseNotesV1TooManyRequests
- func (o *QueryReleaseNotesV1TooManyRequests) Code() int
- func (o *QueryReleaseNotesV1TooManyRequests) Error() string
- func (o *QueryReleaseNotesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryReleaseNotesV1TooManyRequests) IsClientError() bool
- func (o *QueryReleaseNotesV1TooManyRequests) IsCode(code int) bool
- func (o *QueryReleaseNotesV1TooManyRequests) IsRedirect() bool
- func (o *QueryReleaseNotesV1TooManyRequests) IsServerError() bool
- func (o *QueryReleaseNotesV1TooManyRequests) IsSuccess() bool
- func (o *QueryReleaseNotesV1TooManyRequests) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for release notes API
func (*Client) CombinedReleaseNotesV1 ¶
func (a *Client) CombinedReleaseNotesV1(params *CombinedReleaseNotesV1Params, opts ...ClientOption) (*CombinedReleaseNotesV1OK, error)
CombinedReleaseNotesV1 queries for release notes resources and returns details
func (*Client) GetEntityIDsByQueryPOST ¶
func (a *Client) GetEntityIDsByQueryPOST(params *GetEntityIDsByQueryPOSTParams, opts ...ClientOption) (*GetEntityIDsByQueryPOSTOK, error)
GetEntityIDsByQueryPOST returns the i ds of all entities in the database for the given page
func (*Client) QueryReleaseNotesV1 ¶
func (a *Client) QueryReleaseNotesV1(params *QueryReleaseNotesV1Params, opts ...ClientOption) (*QueryReleaseNotesV1OK, error)
QueryReleaseNotesV1 queries for release notes resources and returns ids
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 { CombinedReleaseNotesV1(params *CombinedReleaseNotesV1Params, opts ...ClientOption) (*CombinedReleaseNotesV1OK, error) GetEntityIDsByQueryPOST(params *GetEntityIDsByQueryPOSTParams, opts ...ClientOption) (*GetEntityIDsByQueryPOSTOK, error) QueryReleaseNotesV1(params *QueryReleaseNotesV1Params, opts ...ClientOption) (*QueryReleaseNotesV1OK, 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 release notes API client.
type CombinedReleaseNotesV1BadRequest ¶
type CombinedReleaseNotesV1BadRequest 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 }
CombinedReleaseNotesV1BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCombinedReleaseNotesV1BadRequest ¶
func NewCombinedReleaseNotesV1BadRequest() *CombinedReleaseNotesV1BadRequest
NewCombinedReleaseNotesV1BadRequest creates a CombinedReleaseNotesV1BadRequest with default headers values
func (*CombinedReleaseNotesV1BadRequest) Code ¶
func (o *CombinedReleaseNotesV1BadRequest) Code() int
Code gets the status code for the combined release notes v1 bad request response
func (*CombinedReleaseNotesV1BadRequest) Error ¶
func (o *CombinedReleaseNotesV1BadRequest) Error() string
func (*CombinedReleaseNotesV1BadRequest) GetPayload ¶
func (o *CombinedReleaseNotesV1BadRequest) GetPayload() *models.MsaspecResponseFields
func (*CombinedReleaseNotesV1BadRequest) IsClientError ¶
func (o *CombinedReleaseNotesV1BadRequest) IsClientError() bool
IsClientError returns true when this combined release notes v1 bad request response has a 4xx status code
func (*CombinedReleaseNotesV1BadRequest) IsCode ¶
func (o *CombinedReleaseNotesV1BadRequest) IsCode(code int) bool
IsCode returns true when this combined release notes v1 bad request response a status code equal to that given
func (*CombinedReleaseNotesV1BadRequest) IsRedirect ¶
func (o *CombinedReleaseNotesV1BadRequest) IsRedirect() bool
IsRedirect returns true when this combined release notes v1 bad request response has a 3xx status code
func (*CombinedReleaseNotesV1BadRequest) IsServerError ¶
func (o *CombinedReleaseNotesV1BadRequest) IsServerError() bool
IsServerError returns true when this combined release notes v1 bad request response has a 5xx status code
func (*CombinedReleaseNotesV1BadRequest) IsSuccess ¶
func (o *CombinedReleaseNotesV1BadRequest) IsSuccess() bool
IsSuccess returns true when this combined release notes v1 bad request response has a 2xx status code
func (*CombinedReleaseNotesV1BadRequest) String ¶
func (o *CombinedReleaseNotesV1BadRequest) String() string
type CombinedReleaseNotesV1Forbidden ¶
type CombinedReleaseNotesV1Forbidden 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 }
CombinedReleaseNotesV1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewCombinedReleaseNotesV1Forbidden ¶
func NewCombinedReleaseNotesV1Forbidden() *CombinedReleaseNotesV1Forbidden
NewCombinedReleaseNotesV1Forbidden creates a CombinedReleaseNotesV1Forbidden with default headers values
func (*CombinedReleaseNotesV1Forbidden) Code ¶
func (o *CombinedReleaseNotesV1Forbidden) Code() int
Code gets the status code for the combined release notes v1 forbidden response
func (*CombinedReleaseNotesV1Forbidden) Error ¶
func (o *CombinedReleaseNotesV1Forbidden) Error() string
func (*CombinedReleaseNotesV1Forbidden) GetPayload ¶
func (o *CombinedReleaseNotesV1Forbidden) GetPayload() *models.MsaspecResponseFields
func (*CombinedReleaseNotesV1Forbidden) IsClientError ¶
func (o *CombinedReleaseNotesV1Forbidden) IsClientError() bool
IsClientError returns true when this combined release notes v1 forbidden response has a 4xx status code
func (*CombinedReleaseNotesV1Forbidden) IsCode ¶
func (o *CombinedReleaseNotesV1Forbidden) IsCode(code int) bool
IsCode returns true when this combined release notes v1 forbidden response a status code equal to that given
func (*CombinedReleaseNotesV1Forbidden) IsRedirect ¶
func (o *CombinedReleaseNotesV1Forbidden) IsRedirect() bool
IsRedirect returns true when this combined release notes v1 forbidden response has a 3xx status code
func (*CombinedReleaseNotesV1Forbidden) IsServerError ¶
func (o *CombinedReleaseNotesV1Forbidden) IsServerError() bool
IsServerError returns true when this combined release notes v1 forbidden response has a 5xx status code
func (*CombinedReleaseNotesV1Forbidden) IsSuccess ¶
func (o *CombinedReleaseNotesV1Forbidden) IsSuccess() bool
IsSuccess returns true when this combined release notes v1 forbidden response has a 2xx status code
func (*CombinedReleaseNotesV1Forbidden) String ¶
func (o *CombinedReleaseNotesV1Forbidden) String() string
type CombinedReleaseNotesV1InternalServerError ¶
type CombinedReleaseNotesV1InternalServerError 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 }
CombinedReleaseNotesV1InternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCombinedReleaseNotesV1InternalServerError ¶
func NewCombinedReleaseNotesV1InternalServerError() *CombinedReleaseNotesV1InternalServerError
NewCombinedReleaseNotesV1InternalServerError creates a CombinedReleaseNotesV1InternalServerError with default headers values
func (*CombinedReleaseNotesV1InternalServerError) Code ¶
func (o *CombinedReleaseNotesV1InternalServerError) Code() int
Code gets the status code for the combined release notes v1 internal server error response
func (*CombinedReleaseNotesV1InternalServerError) Error ¶
func (o *CombinedReleaseNotesV1InternalServerError) Error() string
func (*CombinedReleaseNotesV1InternalServerError) GetPayload ¶
func (o *CombinedReleaseNotesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
func (*CombinedReleaseNotesV1InternalServerError) IsClientError ¶
func (o *CombinedReleaseNotesV1InternalServerError) IsClientError() bool
IsClientError returns true when this combined release notes v1 internal server error response has a 4xx status code
func (*CombinedReleaseNotesV1InternalServerError) IsCode ¶
func (o *CombinedReleaseNotesV1InternalServerError) IsCode(code int) bool
IsCode returns true when this combined release notes v1 internal server error response a status code equal to that given
func (*CombinedReleaseNotesV1InternalServerError) IsRedirect ¶
func (o *CombinedReleaseNotesV1InternalServerError) IsRedirect() bool
IsRedirect returns true when this combined release notes v1 internal server error response has a 3xx status code
func (*CombinedReleaseNotesV1InternalServerError) IsServerError ¶
func (o *CombinedReleaseNotesV1InternalServerError) IsServerError() bool
IsServerError returns true when this combined release notes v1 internal server error response has a 5xx status code
func (*CombinedReleaseNotesV1InternalServerError) IsSuccess ¶
func (o *CombinedReleaseNotesV1InternalServerError) IsSuccess() bool
IsSuccess returns true when this combined release notes v1 internal server error response has a 2xx status code
func (*CombinedReleaseNotesV1InternalServerError) String ¶
func (o *CombinedReleaseNotesV1InternalServerError) String() string
type CombinedReleaseNotesV1NotFound ¶
type CombinedReleaseNotesV1NotFound 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 }
CombinedReleaseNotesV1NotFound describes a response with status code 404, with default header values.
Not Found
func NewCombinedReleaseNotesV1NotFound ¶
func NewCombinedReleaseNotesV1NotFound() *CombinedReleaseNotesV1NotFound
NewCombinedReleaseNotesV1NotFound creates a CombinedReleaseNotesV1NotFound with default headers values
func (*CombinedReleaseNotesV1NotFound) Code ¶
func (o *CombinedReleaseNotesV1NotFound) Code() int
Code gets the status code for the combined release notes v1 not found response
func (*CombinedReleaseNotesV1NotFound) Error ¶
func (o *CombinedReleaseNotesV1NotFound) Error() string
func (*CombinedReleaseNotesV1NotFound) GetPayload ¶
func (o *CombinedReleaseNotesV1NotFound) GetPayload() *models.MsaspecResponseFields
func (*CombinedReleaseNotesV1NotFound) IsClientError ¶
func (o *CombinedReleaseNotesV1NotFound) IsClientError() bool
IsClientError returns true when this combined release notes v1 not found response has a 4xx status code
func (*CombinedReleaseNotesV1NotFound) IsCode ¶
func (o *CombinedReleaseNotesV1NotFound) IsCode(code int) bool
IsCode returns true when this combined release notes v1 not found response a status code equal to that given
func (*CombinedReleaseNotesV1NotFound) IsRedirect ¶
func (o *CombinedReleaseNotesV1NotFound) IsRedirect() bool
IsRedirect returns true when this combined release notes v1 not found response has a 3xx status code
func (*CombinedReleaseNotesV1NotFound) IsServerError ¶
func (o *CombinedReleaseNotesV1NotFound) IsServerError() bool
IsServerError returns true when this combined release notes v1 not found response has a 5xx status code
func (*CombinedReleaseNotesV1NotFound) IsSuccess ¶
func (o *CombinedReleaseNotesV1NotFound) IsSuccess() bool
IsSuccess returns true when this combined release notes v1 not found response has a 2xx status code
func (*CombinedReleaseNotesV1NotFound) String ¶
func (o *CombinedReleaseNotesV1NotFound) String() string
type CombinedReleaseNotesV1OK ¶
type CombinedReleaseNotesV1OK 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.ReleasenotesReleaseNoteWrapperV1 }
CombinedReleaseNotesV1OK describes a response with status code 200, with default header values.
OK
func NewCombinedReleaseNotesV1OK ¶
func NewCombinedReleaseNotesV1OK() *CombinedReleaseNotesV1OK
NewCombinedReleaseNotesV1OK creates a CombinedReleaseNotesV1OK with default headers values
func (*CombinedReleaseNotesV1OK) Code ¶
func (o *CombinedReleaseNotesV1OK) Code() int
Code gets the status code for the combined release notes v1 o k response
func (*CombinedReleaseNotesV1OK) Error ¶
func (o *CombinedReleaseNotesV1OK) Error() string
func (*CombinedReleaseNotesV1OK) GetPayload ¶
func (o *CombinedReleaseNotesV1OK) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
func (*CombinedReleaseNotesV1OK) IsClientError ¶
func (o *CombinedReleaseNotesV1OK) IsClientError() bool
IsClientError returns true when this combined release notes v1 o k response has a 4xx status code
func (*CombinedReleaseNotesV1OK) IsCode ¶
func (o *CombinedReleaseNotesV1OK) IsCode(code int) bool
IsCode returns true when this combined release notes v1 o k response a status code equal to that given
func (*CombinedReleaseNotesV1OK) IsRedirect ¶
func (o *CombinedReleaseNotesV1OK) IsRedirect() bool
IsRedirect returns true when this combined release notes v1 o k response has a 3xx status code
func (*CombinedReleaseNotesV1OK) IsServerError ¶
func (o *CombinedReleaseNotesV1OK) IsServerError() bool
IsServerError returns true when this combined release notes v1 o k response has a 5xx status code
func (*CombinedReleaseNotesV1OK) IsSuccess ¶
func (o *CombinedReleaseNotesV1OK) IsSuccess() bool
IsSuccess returns true when this combined release notes v1 o k response has a 2xx status code
func (*CombinedReleaseNotesV1OK) String ¶
func (o *CombinedReleaseNotesV1OK) String() string
type CombinedReleaseNotesV1Params ¶
type CombinedReleaseNotesV1Params struct { /* Authorization. authorization header */ Authorization string /* XCSUSERNAME. user name */ XCSUSERNAME *string /* Filter. FQL query specifying filter parameters. */ Filter string /* Limit. Maximum number of records to return. */ Limit *int64 /* Offset. Starting pagination offset of records to return. */ Offset *string /* Sort. Sort items by providing a comma separated list of property and direction (eg name.desc,time.asc). If direction is omitted, defaults to descending. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CombinedReleaseNotesV1Params contains all the parameters to send to the API endpoint
for the combined release notes v1 operation. Typically these are written to a http.Request.
func NewCombinedReleaseNotesV1Params ¶
func NewCombinedReleaseNotesV1Params() *CombinedReleaseNotesV1Params
NewCombinedReleaseNotesV1Params creates a new CombinedReleaseNotesV1Params 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 NewCombinedReleaseNotesV1ParamsWithContext ¶
func NewCombinedReleaseNotesV1ParamsWithContext(ctx context.Context) *CombinedReleaseNotesV1Params
NewCombinedReleaseNotesV1ParamsWithContext creates a new CombinedReleaseNotesV1Params object with the ability to set a context for a request.
func NewCombinedReleaseNotesV1ParamsWithHTTPClient ¶
func NewCombinedReleaseNotesV1ParamsWithHTTPClient(client *http.Client) *CombinedReleaseNotesV1Params
NewCombinedReleaseNotesV1ParamsWithHTTPClient creates a new CombinedReleaseNotesV1Params object with the ability to set a custom HTTPClient for a request.
func NewCombinedReleaseNotesV1ParamsWithTimeout ¶
func NewCombinedReleaseNotesV1ParamsWithTimeout(timeout time.Duration) *CombinedReleaseNotesV1Params
NewCombinedReleaseNotesV1ParamsWithTimeout creates a new CombinedReleaseNotesV1Params object with the ability to set a timeout on a request.
func (*CombinedReleaseNotesV1Params) SetAuthorization ¶
func (o *CombinedReleaseNotesV1Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetContext ¶
func (o *CombinedReleaseNotesV1Params) SetContext(ctx context.Context)
SetContext adds the context to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetDefaults ¶
func (o *CombinedReleaseNotesV1Params) SetDefaults()
SetDefaults hydrates default values in the combined release notes v1 params (not the query body).
All values with no default are reset to their zero value.
func (*CombinedReleaseNotesV1Params) SetFilter ¶
func (o *CombinedReleaseNotesV1Params) SetFilter(filter string)
SetFilter adds the filter to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetHTTPClient ¶
func (o *CombinedReleaseNotesV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetLimit ¶
func (o *CombinedReleaseNotesV1Params) SetLimit(limit *int64)
SetLimit adds the limit to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetOffset ¶
func (o *CombinedReleaseNotesV1Params) SetOffset(offset *string)
SetOffset adds the offset to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetSort ¶
func (o *CombinedReleaseNotesV1Params) SetSort(sort *string)
SetSort adds the sort to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetTimeout ¶
func (o *CombinedReleaseNotesV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) SetXCSUSERNAME ¶
func (o *CombinedReleaseNotesV1Params) SetXCSUSERNAME(xCSUSERNAME *string)
SetXCSUSERNAME adds the xCSUSERNAME to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithAuthorization ¶
func (o *CombinedReleaseNotesV1Params) WithAuthorization(authorization string) *CombinedReleaseNotesV1Params
WithAuthorization adds the authorization to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithContext ¶
func (o *CombinedReleaseNotesV1Params) WithContext(ctx context.Context) *CombinedReleaseNotesV1Params
WithContext adds the context to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithDefaults ¶
func (o *CombinedReleaseNotesV1Params) WithDefaults() *CombinedReleaseNotesV1Params
WithDefaults hydrates default values in the combined release notes v1 params (not the query body).
All values with no default are reset to their zero value.
func (*CombinedReleaseNotesV1Params) WithFilter ¶
func (o *CombinedReleaseNotesV1Params) WithFilter(filter string) *CombinedReleaseNotesV1Params
WithFilter adds the filter to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithHTTPClient ¶
func (o *CombinedReleaseNotesV1Params) WithHTTPClient(client *http.Client) *CombinedReleaseNotesV1Params
WithHTTPClient adds the HTTPClient to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithLimit ¶
func (o *CombinedReleaseNotesV1Params) WithLimit(limit *int64) *CombinedReleaseNotesV1Params
WithLimit adds the limit to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithOffset ¶
func (o *CombinedReleaseNotesV1Params) WithOffset(offset *string) *CombinedReleaseNotesV1Params
WithOffset adds the offset to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithSort ¶
func (o *CombinedReleaseNotesV1Params) WithSort(sort *string) *CombinedReleaseNotesV1Params
WithSort adds the sort to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithTimeout ¶
func (o *CombinedReleaseNotesV1Params) WithTimeout(timeout time.Duration) *CombinedReleaseNotesV1Params
WithTimeout adds the timeout to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WithXCSUSERNAME ¶
func (o *CombinedReleaseNotesV1Params) WithXCSUSERNAME(xCSUSERNAME *string) *CombinedReleaseNotesV1Params
WithXCSUSERNAME adds the xCSUSERNAME to the combined release notes v1 params
func (*CombinedReleaseNotesV1Params) WriteToRequest ¶
func (o *CombinedReleaseNotesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CombinedReleaseNotesV1Reader ¶
type CombinedReleaseNotesV1Reader struct {
// contains filtered or unexported fields
}
CombinedReleaseNotesV1Reader is a Reader for the CombinedReleaseNotesV1 structure.
func (*CombinedReleaseNotesV1Reader) ReadResponse ¶
func (o *CombinedReleaseNotesV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CombinedReleaseNotesV1TooManyRequests ¶
type CombinedReleaseNotesV1TooManyRequests 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 }
CombinedReleaseNotesV1TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCombinedReleaseNotesV1TooManyRequests ¶
func NewCombinedReleaseNotesV1TooManyRequests() *CombinedReleaseNotesV1TooManyRequests
NewCombinedReleaseNotesV1TooManyRequests creates a CombinedReleaseNotesV1TooManyRequests with default headers values
func (*CombinedReleaseNotesV1TooManyRequests) Code ¶
func (o *CombinedReleaseNotesV1TooManyRequests) Code() int
Code gets the status code for the combined release notes v1 too many requests response
func (*CombinedReleaseNotesV1TooManyRequests) Error ¶
func (o *CombinedReleaseNotesV1TooManyRequests) Error() string
func (*CombinedReleaseNotesV1TooManyRequests) GetPayload ¶
func (o *CombinedReleaseNotesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CombinedReleaseNotesV1TooManyRequests) IsClientError ¶
func (o *CombinedReleaseNotesV1TooManyRequests) IsClientError() bool
IsClientError returns true when this combined release notes v1 too many requests response has a 4xx status code
func (*CombinedReleaseNotesV1TooManyRequests) IsCode ¶
func (o *CombinedReleaseNotesV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this combined release notes v1 too many requests response a status code equal to that given
func (*CombinedReleaseNotesV1TooManyRequests) IsRedirect ¶
func (o *CombinedReleaseNotesV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this combined release notes v1 too many requests response has a 3xx status code
func (*CombinedReleaseNotesV1TooManyRequests) IsServerError ¶
func (o *CombinedReleaseNotesV1TooManyRequests) IsServerError() bool
IsServerError returns true when this combined release notes v1 too many requests response has a 5xx status code
func (*CombinedReleaseNotesV1TooManyRequests) IsSuccess ¶
func (o *CombinedReleaseNotesV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this combined release notes v1 too many requests response has a 2xx status code
func (*CombinedReleaseNotesV1TooManyRequests) String ¶
func (o *CombinedReleaseNotesV1TooManyRequests) String() string
type GetEntityIDsByQueryPOSTForbidden ¶
type GetEntityIDsByQueryPOSTForbidden 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.ReleasenotesReleaseNoteWrapperV1 }
GetEntityIDsByQueryPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetEntityIDsByQueryPOSTForbidden ¶
func NewGetEntityIDsByQueryPOSTForbidden() *GetEntityIDsByQueryPOSTForbidden
NewGetEntityIDsByQueryPOSTForbidden creates a GetEntityIDsByQueryPOSTForbidden with default headers values
func (*GetEntityIDsByQueryPOSTForbidden) Code ¶
func (o *GetEntityIDsByQueryPOSTForbidden) Code() int
Code gets the status code for the get entity i ds by query p o s t forbidden response
func (*GetEntityIDsByQueryPOSTForbidden) Error ¶
func (o *GetEntityIDsByQueryPOSTForbidden) Error() string
func (*GetEntityIDsByQueryPOSTForbidden) GetPayload ¶
func (o *GetEntityIDsByQueryPOSTForbidden) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
func (*GetEntityIDsByQueryPOSTForbidden) IsClientError ¶
func (o *GetEntityIDsByQueryPOSTForbidden) IsClientError() bool
IsClientError returns true when this get entity i ds by query p o s t forbidden response has a 4xx status code
func (*GetEntityIDsByQueryPOSTForbidden) IsCode ¶
func (o *GetEntityIDsByQueryPOSTForbidden) IsCode(code int) bool
IsCode returns true when this get entity i ds by query p o s t forbidden response a status code equal to that given
func (*GetEntityIDsByQueryPOSTForbidden) IsRedirect ¶
func (o *GetEntityIDsByQueryPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this get entity i ds by query p o s t forbidden response has a 3xx status code
func (*GetEntityIDsByQueryPOSTForbidden) IsServerError ¶
func (o *GetEntityIDsByQueryPOSTForbidden) IsServerError() bool
IsServerError returns true when this get entity i ds by query p o s t forbidden response has a 5xx status code
func (*GetEntityIDsByQueryPOSTForbidden) IsSuccess ¶
func (o *GetEntityIDsByQueryPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this get entity i ds by query p o s t forbidden response has a 2xx status code
func (*GetEntityIDsByQueryPOSTForbidden) String ¶
func (o *GetEntityIDsByQueryPOSTForbidden) String() string
type GetEntityIDsByQueryPOSTInternalServerError ¶
type GetEntityIDsByQueryPOSTInternalServerError 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.ReleasenotesReleaseNoteWrapperV1 }
GetEntityIDsByQueryPOSTInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetEntityIDsByQueryPOSTInternalServerError ¶
func NewGetEntityIDsByQueryPOSTInternalServerError() *GetEntityIDsByQueryPOSTInternalServerError
NewGetEntityIDsByQueryPOSTInternalServerError creates a GetEntityIDsByQueryPOSTInternalServerError with default headers values
func (*GetEntityIDsByQueryPOSTInternalServerError) Code ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) Code() int
Code gets the status code for the get entity i ds by query p o s t internal server error response
func (*GetEntityIDsByQueryPOSTInternalServerError) Error ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) Error() string
func (*GetEntityIDsByQueryPOSTInternalServerError) GetPayload ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
func (*GetEntityIDsByQueryPOSTInternalServerError) IsClientError ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this get entity i ds by query p o s t internal server error response has a 4xx status code
func (*GetEntityIDsByQueryPOSTInternalServerError) IsCode ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this get entity i ds by query p o s t internal server error response a status code equal to that given
func (*GetEntityIDsByQueryPOSTInternalServerError) IsRedirect ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this get entity i ds by query p o s t internal server error response has a 3xx status code
func (*GetEntityIDsByQueryPOSTInternalServerError) IsServerError ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this get entity i ds by query p o s t internal server error response has a 5xx status code
func (*GetEntityIDsByQueryPOSTInternalServerError) IsSuccess ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this get entity i ds by query p o s t internal server error response has a 2xx status code
func (*GetEntityIDsByQueryPOSTInternalServerError) String ¶
func (o *GetEntityIDsByQueryPOSTInternalServerError) String() string
type GetEntityIDsByQueryPOSTNotFound ¶
type GetEntityIDsByQueryPOSTNotFound 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.ReleasenotesReleaseNoteWrapperV1 }
GetEntityIDsByQueryPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetEntityIDsByQueryPOSTNotFound ¶
func NewGetEntityIDsByQueryPOSTNotFound() *GetEntityIDsByQueryPOSTNotFound
NewGetEntityIDsByQueryPOSTNotFound creates a GetEntityIDsByQueryPOSTNotFound with default headers values
func (*GetEntityIDsByQueryPOSTNotFound) Code ¶
func (o *GetEntityIDsByQueryPOSTNotFound) Code() int
Code gets the status code for the get entity i ds by query p o s t not found response
func (*GetEntityIDsByQueryPOSTNotFound) Error ¶
func (o *GetEntityIDsByQueryPOSTNotFound) Error() string
func (*GetEntityIDsByQueryPOSTNotFound) GetPayload ¶
func (o *GetEntityIDsByQueryPOSTNotFound) GetPayload() *models.ReleasenotesReleaseNoteWrapperV1
func (*GetEntityIDsByQueryPOSTNotFound) IsClientError ¶
func (o *GetEntityIDsByQueryPOSTNotFound) IsClientError() bool
IsClientError returns true when this get entity i ds by query p o s t not found response has a 4xx status code
func (*GetEntityIDsByQueryPOSTNotFound) IsCode ¶
func (o *GetEntityIDsByQueryPOSTNotFound) IsCode(code int) bool
IsCode returns true when this get entity i ds by query p o s t not found response a status code equal to that given
func (*GetEntityIDsByQueryPOSTNotFound) IsRedirect ¶
func (o *GetEntityIDsByQueryPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this get entity i ds by query p o s t not found response has a 3xx status code
func (*GetEntityIDsByQueryPOSTNotFound) IsServerError ¶
func (o *GetEntityIDsByQueryPOSTNotFound) IsServerError() bool
IsServerError returns true when this get entity i ds by query p o s t not found response has a 5xx status code
func (*GetEntityIDsByQueryPOSTNotFound) IsSuccess ¶
func (o *GetEntityIDsByQueryPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this get entity i ds by query p o s t not found response has a 2xx status code
func (*GetEntityIDsByQueryPOSTNotFound) String ¶
func (o *GetEntityIDsByQueryPOSTNotFound) String() string
type GetEntityIDsByQueryPOSTOK ¶
type GetEntityIDsByQueryPOSTOK 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.ReleasenotesEntitiesGetResponseWrapper }
GetEntityIDsByQueryPOSTOK describes a response with status code 200, with default header values.
OK
func NewGetEntityIDsByQueryPOSTOK ¶
func NewGetEntityIDsByQueryPOSTOK() *GetEntityIDsByQueryPOSTOK
NewGetEntityIDsByQueryPOSTOK creates a GetEntityIDsByQueryPOSTOK with default headers values
func (*GetEntityIDsByQueryPOSTOK) Code ¶
func (o *GetEntityIDsByQueryPOSTOK) Code() int
Code gets the status code for the get entity i ds by query p o s t o k response
func (*GetEntityIDsByQueryPOSTOK) Error ¶
func (o *GetEntityIDsByQueryPOSTOK) Error() string
func (*GetEntityIDsByQueryPOSTOK) GetPayload ¶
func (o *GetEntityIDsByQueryPOSTOK) GetPayload() *models.ReleasenotesEntitiesGetResponseWrapper
func (*GetEntityIDsByQueryPOSTOK) IsClientError ¶
func (o *GetEntityIDsByQueryPOSTOK) IsClientError() bool
IsClientError returns true when this get entity i ds by query p o s t o k response has a 4xx status code
func (*GetEntityIDsByQueryPOSTOK) IsCode ¶
func (o *GetEntityIDsByQueryPOSTOK) IsCode(code int) bool
IsCode returns true when this get entity i ds by query p o s t o k response a status code equal to that given
func (*GetEntityIDsByQueryPOSTOK) IsRedirect ¶
func (o *GetEntityIDsByQueryPOSTOK) IsRedirect() bool
IsRedirect returns true when this get entity i ds by query p o s t o k response has a 3xx status code
func (*GetEntityIDsByQueryPOSTOK) IsServerError ¶
func (o *GetEntityIDsByQueryPOSTOK) IsServerError() bool
IsServerError returns true when this get entity i ds by query p o s t o k response has a 5xx status code
func (*GetEntityIDsByQueryPOSTOK) IsSuccess ¶
func (o *GetEntityIDsByQueryPOSTOK) IsSuccess() bool
IsSuccess returns true when this get entity i ds by query p o s t o k response has a 2xx status code
func (*GetEntityIDsByQueryPOSTOK) String ¶
func (o *GetEntityIDsByQueryPOSTOK) String() string
type GetEntityIDsByQueryPOSTParams ¶
type GetEntityIDsByQueryPOSTParams struct { /* Authorization. authorization header */ Authorization string /* XCSUSERNAME. user name */ XCSUSERNAME *string // Body. Body *models.ReleasenotesEntitiesGetRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetEntityIDsByQueryPOSTParams contains all the parameters to send to the API endpoint
for the get entity i ds by query p o s t operation. Typically these are written to a http.Request.
func NewGetEntityIDsByQueryPOSTParams ¶
func NewGetEntityIDsByQueryPOSTParams() *GetEntityIDsByQueryPOSTParams
NewGetEntityIDsByQueryPOSTParams creates a new GetEntityIDsByQueryPOSTParams 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 NewGetEntityIDsByQueryPOSTParamsWithContext ¶
func NewGetEntityIDsByQueryPOSTParamsWithContext(ctx context.Context) *GetEntityIDsByQueryPOSTParams
NewGetEntityIDsByQueryPOSTParamsWithContext creates a new GetEntityIDsByQueryPOSTParams object with the ability to set a context for a request.
func NewGetEntityIDsByQueryPOSTParamsWithHTTPClient ¶
func NewGetEntityIDsByQueryPOSTParamsWithHTTPClient(client *http.Client) *GetEntityIDsByQueryPOSTParams
NewGetEntityIDsByQueryPOSTParamsWithHTTPClient creates a new GetEntityIDsByQueryPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewGetEntityIDsByQueryPOSTParamsWithTimeout ¶
func NewGetEntityIDsByQueryPOSTParamsWithTimeout(timeout time.Duration) *GetEntityIDsByQueryPOSTParams
NewGetEntityIDsByQueryPOSTParamsWithTimeout creates a new GetEntityIDsByQueryPOSTParams object with the ability to set a timeout on a request.
func (*GetEntityIDsByQueryPOSTParams) SetAuthorization ¶
func (o *GetEntityIDsByQueryPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) SetBody ¶
func (o *GetEntityIDsByQueryPOSTParams) SetBody(body *models.ReleasenotesEntitiesGetRequest)
SetBody adds the body to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) SetContext ¶
func (o *GetEntityIDsByQueryPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) SetDefaults ¶
func (o *GetEntityIDsByQueryPOSTParams) SetDefaults()
SetDefaults hydrates default values in the get entity i ds by query p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*GetEntityIDsByQueryPOSTParams) SetHTTPClient ¶
func (o *GetEntityIDsByQueryPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) SetTimeout ¶
func (o *GetEntityIDsByQueryPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) SetXCSUSERNAME ¶
func (o *GetEntityIDsByQueryPOSTParams) SetXCSUSERNAME(xCSUSERNAME *string)
SetXCSUSERNAME adds the xCSUSERNAME to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) WithAuthorization ¶
func (o *GetEntityIDsByQueryPOSTParams) WithAuthorization(authorization string) *GetEntityIDsByQueryPOSTParams
WithAuthorization adds the authorization to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) WithBody ¶
func (o *GetEntityIDsByQueryPOSTParams) WithBody(body *models.ReleasenotesEntitiesGetRequest) *GetEntityIDsByQueryPOSTParams
WithBody adds the body to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) WithContext ¶
func (o *GetEntityIDsByQueryPOSTParams) WithContext(ctx context.Context) *GetEntityIDsByQueryPOSTParams
WithContext adds the context to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) WithDefaults ¶
func (o *GetEntityIDsByQueryPOSTParams) WithDefaults() *GetEntityIDsByQueryPOSTParams
WithDefaults hydrates default values in the get entity i ds by query p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*GetEntityIDsByQueryPOSTParams) WithHTTPClient ¶
func (o *GetEntityIDsByQueryPOSTParams) WithHTTPClient(client *http.Client) *GetEntityIDsByQueryPOSTParams
WithHTTPClient adds the HTTPClient to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) WithTimeout ¶
func (o *GetEntityIDsByQueryPOSTParams) WithTimeout(timeout time.Duration) *GetEntityIDsByQueryPOSTParams
WithTimeout adds the timeout to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) WithXCSUSERNAME ¶
func (o *GetEntityIDsByQueryPOSTParams) WithXCSUSERNAME(xCSUSERNAME *string) *GetEntityIDsByQueryPOSTParams
WithXCSUSERNAME adds the xCSUSERNAME to the get entity i ds by query p o s t params
func (*GetEntityIDsByQueryPOSTParams) WriteToRequest ¶
func (o *GetEntityIDsByQueryPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetEntityIDsByQueryPOSTReader ¶
type GetEntityIDsByQueryPOSTReader struct {
// contains filtered or unexported fields
}
GetEntityIDsByQueryPOSTReader is a Reader for the GetEntityIDsByQueryPOST structure.
func (*GetEntityIDsByQueryPOSTReader) ReadResponse ¶
func (o *GetEntityIDsByQueryPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetEntityIDsByQueryPOSTTooManyRequests ¶
type GetEntityIDsByQueryPOSTTooManyRequests 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 }
GetEntityIDsByQueryPOSTTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetEntityIDsByQueryPOSTTooManyRequests ¶
func NewGetEntityIDsByQueryPOSTTooManyRequests() *GetEntityIDsByQueryPOSTTooManyRequests
NewGetEntityIDsByQueryPOSTTooManyRequests creates a GetEntityIDsByQueryPOSTTooManyRequests with default headers values
func (*GetEntityIDsByQueryPOSTTooManyRequests) Code ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) Code() int
Code gets the status code for the get entity i ds by query p o s t too many requests response
func (*GetEntityIDsByQueryPOSTTooManyRequests) Error ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) Error() string
func (*GetEntityIDsByQueryPOSTTooManyRequests) GetPayload ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetEntityIDsByQueryPOSTTooManyRequests) IsClientError ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsClientError() bool
IsClientError returns true when this get entity i ds by query p o s t too many requests response has a 4xx status code
func (*GetEntityIDsByQueryPOSTTooManyRequests) IsCode ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsCode(code int) bool
IsCode returns true when this get entity i ds by query p o s t too many requests response a status code equal to that given
func (*GetEntityIDsByQueryPOSTTooManyRequests) IsRedirect ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get entity i ds by query p o s t too many requests response has a 3xx status code
func (*GetEntityIDsByQueryPOSTTooManyRequests) IsServerError ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsServerError() bool
IsServerError returns true when this get entity i ds by query p o s t too many requests response has a 5xx status code
func (*GetEntityIDsByQueryPOSTTooManyRequests) IsSuccess ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get entity i ds by query p o s t too many requests response has a 2xx status code
func (*GetEntityIDsByQueryPOSTTooManyRequests) String ¶
func (o *GetEntityIDsByQueryPOSTTooManyRequests) String() string
type QueryReleaseNotesV1BadRequest ¶
type QueryReleaseNotesV1BadRequest 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 }
QueryReleaseNotesV1BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryReleaseNotesV1BadRequest ¶
func NewQueryReleaseNotesV1BadRequest() *QueryReleaseNotesV1BadRequest
NewQueryReleaseNotesV1BadRequest creates a QueryReleaseNotesV1BadRequest with default headers values
func (*QueryReleaseNotesV1BadRequest) Code ¶
func (o *QueryReleaseNotesV1BadRequest) Code() int
Code gets the status code for the query release notes v1 bad request response
func (*QueryReleaseNotesV1BadRequest) Error ¶
func (o *QueryReleaseNotesV1BadRequest) Error() string
func (*QueryReleaseNotesV1BadRequest) GetPayload ¶
func (o *QueryReleaseNotesV1BadRequest) GetPayload() *models.MsaspecResponseFields
func (*QueryReleaseNotesV1BadRequest) IsClientError ¶
func (o *QueryReleaseNotesV1BadRequest) IsClientError() bool
IsClientError returns true when this query release notes v1 bad request response has a 4xx status code
func (*QueryReleaseNotesV1BadRequest) IsCode ¶
func (o *QueryReleaseNotesV1BadRequest) IsCode(code int) bool
IsCode returns true when this query release notes v1 bad request response a status code equal to that given
func (*QueryReleaseNotesV1BadRequest) IsRedirect ¶
func (o *QueryReleaseNotesV1BadRequest) IsRedirect() bool
IsRedirect returns true when this query release notes v1 bad request response has a 3xx status code
func (*QueryReleaseNotesV1BadRequest) IsServerError ¶
func (o *QueryReleaseNotesV1BadRequest) IsServerError() bool
IsServerError returns true when this query release notes v1 bad request response has a 5xx status code
func (*QueryReleaseNotesV1BadRequest) IsSuccess ¶
func (o *QueryReleaseNotesV1BadRequest) IsSuccess() bool
IsSuccess returns true when this query release notes v1 bad request response has a 2xx status code
func (*QueryReleaseNotesV1BadRequest) String ¶
func (o *QueryReleaseNotesV1BadRequest) String() string
type QueryReleaseNotesV1Forbidden ¶
type QueryReleaseNotesV1Forbidden 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 }
QueryReleaseNotesV1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryReleaseNotesV1Forbidden ¶
func NewQueryReleaseNotesV1Forbidden() *QueryReleaseNotesV1Forbidden
NewQueryReleaseNotesV1Forbidden creates a QueryReleaseNotesV1Forbidden with default headers values
func (*QueryReleaseNotesV1Forbidden) Code ¶
func (o *QueryReleaseNotesV1Forbidden) Code() int
Code gets the status code for the query release notes v1 forbidden response
func (*QueryReleaseNotesV1Forbidden) Error ¶
func (o *QueryReleaseNotesV1Forbidden) Error() string
func (*QueryReleaseNotesV1Forbidden) GetPayload ¶
func (o *QueryReleaseNotesV1Forbidden) GetPayload() *models.MsaspecResponseFields
func (*QueryReleaseNotesV1Forbidden) IsClientError ¶
func (o *QueryReleaseNotesV1Forbidden) IsClientError() bool
IsClientError returns true when this query release notes v1 forbidden response has a 4xx status code
func (*QueryReleaseNotesV1Forbidden) IsCode ¶
func (o *QueryReleaseNotesV1Forbidden) IsCode(code int) bool
IsCode returns true when this query release notes v1 forbidden response a status code equal to that given
func (*QueryReleaseNotesV1Forbidden) IsRedirect ¶
func (o *QueryReleaseNotesV1Forbidden) IsRedirect() bool
IsRedirect returns true when this query release notes v1 forbidden response has a 3xx status code
func (*QueryReleaseNotesV1Forbidden) IsServerError ¶
func (o *QueryReleaseNotesV1Forbidden) IsServerError() bool
IsServerError returns true when this query release notes v1 forbidden response has a 5xx status code
func (*QueryReleaseNotesV1Forbidden) IsSuccess ¶
func (o *QueryReleaseNotesV1Forbidden) IsSuccess() bool
IsSuccess returns true when this query release notes v1 forbidden response has a 2xx status code
func (*QueryReleaseNotesV1Forbidden) String ¶
func (o *QueryReleaseNotesV1Forbidden) String() string
type QueryReleaseNotesV1InternalServerError ¶
type QueryReleaseNotesV1InternalServerError 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 }
QueryReleaseNotesV1InternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryReleaseNotesV1InternalServerError ¶
func NewQueryReleaseNotesV1InternalServerError() *QueryReleaseNotesV1InternalServerError
NewQueryReleaseNotesV1InternalServerError creates a QueryReleaseNotesV1InternalServerError with default headers values
func (*QueryReleaseNotesV1InternalServerError) Code ¶
func (o *QueryReleaseNotesV1InternalServerError) Code() int
Code gets the status code for the query release notes v1 internal server error response
func (*QueryReleaseNotesV1InternalServerError) Error ¶
func (o *QueryReleaseNotesV1InternalServerError) Error() string
func (*QueryReleaseNotesV1InternalServerError) GetPayload ¶
func (o *QueryReleaseNotesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
func (*QueryReleaseNotesV1InternalServerError) IsClientError ¶
func (o *QueryReleaseNotesV1InternalServerError) IsClientError() bool
IsClientError returns true when this query release notes v1 internal server error response has a 4xx status code
func (*QueryReleaseNotesV1InternalServerError) IsCode ¶
func (o *QueryReleaseNotesV1InternalServerError) IsCode(code int) bool
IsCode returns true when this query release notes v1 internal server error response a status code equal to that given
func (*QueryReleaseNotesV1InternalServerError) IsRedirect ¶
func (o *QueryReleaseNotesV1InternalServerError) IsRedirect() bool
IsRedirect returns true when this query release notes v1 internal server error response has a 3xx status code
func (*QueryReleaseNotesV1InternalServerError) IsServerError ¶
func (o *QueryReleaseNotesV1InternalServerError) IsServerError() bool
IsServerError returns true when this query release notes v1 internal server error response has a 5xx status code
func (*QueryReleaseNotesV1InternalServerError) IsSuccess ¶
func (o *QueryReleaseNotesV1InternalServerError) IsSuccess() bool
IsSuccess returns true when this query release notes v1 internal server error response has a 2xx status code
func (*QueryReleaseNotesV1InternalServerError) String ¶
func (o *QueryReleaseNotesV1InternalServerError) String() string
type QueryReleaseNotesV1NotFound ¶
type QueryReleaseNotesV1NotFound 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 }
QueryReleaseNotesV1NotFound describes a response with status code 404, with default header values.
Not Found
func NewQueryReleaseNotesV1NotFound ¶
func NewQueryReleaseNotesV1NotFound() *QueryReleaseNotesV1NotFound
NewQueryReleaseNotesV1NotFound creates a QueryReleaseNotesV1NotFound with default headers values
func (*QueryReleaseNotesV1NotFound) Code ¶
func (o *QueryReleaseNotesV1NotFound) Code() int
Code gets the status code for the query release notes v1 not found response
func (*QueryReleaseNotesV1NotFound) Error ¶
func (o *QueryReleaseNotesV1NotFound) Error() string
func (*QueryReleaseNotesV1NotFound) GetPayload ¶
func (o *QueryReleaseNotesV1NotFound) GetPayload() *models.MsaspecResponseFields
func (*QueryReleaseNotesV1NotFound) IsClientError ¶
func (o *QueryReleaseNotesV1NotFound) IsClientError() bool
IsClientError returns true when this query release notes v1 not found response has a 4xx status code
func (*QueryReleaseNotesV1NotFound) IsCode ¶
func (o *QueryReleaseNotesV1NotFound) IsCode(code int) bool
IsCode returns true when this query release notes v1 not found response a status code equal to that given
func (*QueryReleaseNotesV1NotFound) IsRedirect ¶
func (o *QueryReleaseNotesV1NotFound) IsRedirect() bool
IsRedirect returns true when this query release notes v1 not found response has a 3xx status code
func (*QueryReleaseNotesV1NotFound) IsServerError ¶
func (o *QueryReleaseNotesV1NotFound) IsServerError() bool
IsServerError returns true when this query release notes v1 not found response has a 5xx status code
func (*QueryReleaseNotesV1NotFound) IsSuccess ¶
func (o *QueryReleaseNotesV1NotFound) IsSuccess() bool
IsSuccess returns true when this query release notes v1 not found response has a 2xx status code
func (*QueryReleaseNotesV1NotFound) String ¶
func (o *QueryReleaseNotesV1NotFound) String() string
type QueryReleaseNotesV1OK ¶
type QueryReleaseNotesV1OK 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.StringWrapper }
QueryReleaseNotesV1OK describes a response with status code 200, with default header values.
OK
func NewQueryReleaseNotesV1OK ¶
func NewQueryReleaseNotesV1OK() *QueryReleaseNotesV1OK
NewQueryReleaseNotesV1OK creates a QueryReleaseNotesV1OK with default headers values
func (*QueryReleaseNotesV1OK) Code ¶
func (o *QueryReleaseNotesV1OK) Code() int
Code gets the status code for the query release notes v1 o k response
func (*QueryReleaseNotesV1OK) Error ¶
func (o *QueryReleaseNotesV1OK) Error() string
func (*QueryReleaseNotesV1OK) GetPayload ¶
func (o *QueryReleaseNotesV1OK) GetPayload() *models.StringWrapper
func (*QueryReleaseNotesV1OK) IsClientError ¶
func (o *QueryReleaseNotesV1OK) IsClientError() bool
IsClientError returns true when this query release notes v1 o k response has a 4xx status code
func (*QueryReleaseNotesV1OK) IsCode ¶
func (o *QueryReleaseNotesV1OK) IsCode(code int) bool
IsCode returns true when this query release notes v1 o k response a status code equal to that given
func (*QueryReleaseNotesV1OK) IsRedirect ¶
func (o *QueryReleaseNotesV1OK) IsRedirect() bool
IsRedirect returns true when this query release notes v1 o k response has a 3xx status code
func (*QueryReleaseNotesV1OK) IsServerError ¶
func (o *QueryReleaseNotesV1OK) IsServerError() bool
IsServerError returns true when this query release notes v1 o k response has a 5xx status code
func (*QueryReleaseNotesV1OK) IsSuccess ¶
func (o *QueryReleaseNotesV1OK) IsSuccess() bool
IsSuccess returns true when this query release notes v1 o k response has a 2xx status code
func (*QueryReleaseNotesV1OK) String ¶
func (o *QueryReleaseNotesV1OK) String() string
type QueryReleaseNotesV1Params ¶
type QueryReleaseNotesV1Params struct { /* Authorization. authorization header */ Authorization string /* XCSUSERNAME. user name */ XCSUSERNAME *string /* Filter. FQL query specifying filter parameters. */ Filter string /* Limit. Maximum number of records to return. */ Limit *int64 /* Offset. Starting pagination offset of records to return. */ Offset *string /* Sort. Sort items by providing a comma separated list of property and direction (eg name.desc,time.asc). If direction is omitted, defaults to descending. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryReleaseNotesV1Params contains all the parameters to send to the API endpoint
for the query release notes v1 operation. Typically these are written to a http.Request.
func NewQueryReleaseNotesV1Params ¶
func NewQueryReleaseNotesV1Params() *QueryReleaseNotesV1Params
NewQueryReleaseNotesV1Params creates a new QueryReleaseNotesV1Params 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 NewQueryReleaseNotesV1ParamsWithContext ¶
func NewQueryReleaseNotesV1ParamsWithContext(ctx context.Context) *QueryReleaseNotesV1Params
NewQueryReleaseNotesV1ParamsWithContext creates a new QueryReleaseNotesV1Params object with the ability to set a context for a request.
func NewQueryReleaseNotesV1ParamsWithHTTPClient ¶
func NewQueryReleaseNotesV1ParamsWithHTTPClient(client *http.Client) *QueryReleaseNotesV1Params
NewQueryReleaseNotesV1ParamsWithHTTPClient creates a new QueryReleaseNotesV1Params object with the ability to set a custom HTTPClient for a request.
func NewQueryReleaseNotesV1ParamsWithTimeout ¶
func NewQueryReleaseNotesV1ParamsWithTimeout(timeout time.Duration) *QueryReleaseNotesV1Params
NewQueryReleaseNotesV1ParamsWithTimeout creates a new QueryReleaseNotesV1Params object with the ability to set a timeout on a request.
func (*QueryReleaseNotesV1Params) SetAuthorization ¶
func (o *QueryReleaseNotesV1Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetContext ¶
func (o *QueryReleaseNotesV1Params) SetContext(ctx context.Context)
SetContext adds the context to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetDefaults ¶
func (o *QueryReleaseNotesV1Params) SetDefaults()
SetDefaults hydrates default values in the query release notes v1 params (not the query body).
All values with no default are reset to their zero value.
func (*QueryReleaseNotesV1Params) SetFilter ¶
func (o *QueryReleaseNotesV1Params) SetFilter(filter string)
SetFilter adds the filter to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetHTTPClient ¶
func (o *QueryReleaseNotesV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetLimit ¶
func (o *QueryReleaseNotesV1Params) SetLimit(limit *int64)
SetLimit adds the limit to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetOffset ¶
func (o *QueryReleaseNotesV1Params) SetOffset(offset *string)
SetOffset adds the offset to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetSort ¶
func (o *QueryReleaseNotesV1Params) SetSort(sort *string)
SetSort adds the sort to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetTimeout ¶
func (o *QueryReleaseNotesV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query release notes v1 params
func (*QueryReleaseNotesV1Params) SetXCSUSERNAME ¶
func (o *QueryReleaseNotesV1Params) SetXCSUSERNAME(xCSUSERNAME *string)
SetXCSUSERNAME adds the xCSUSERNAME to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithAuthorization ¶
func (o *QueryReleaseNotesV1Params) WithAuthorization(authorization string) *QueryReleaseNotesV1Params
WithAuthorization adds the authorization to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithContext ¶
func (o *QueryReleaseNotesV1Params) WithContext(ctx context.Context) *QueryReleaseNotesV1Params
WithContext adds the context to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithDefaults ¶
func (o *QueryReleaseNotesV1Params) WithDefaults() *QueryReleaseNotesV1Params
WithDefaults hydrates default values in the query release notes v1 params (not the query body).
All values with no default are reset to their zero value.
func (*QueryReleaseNotesV1Params) WithFilter ¶
func (o *QueryReleaseNotesV1Params) WithFilter(filter string) *QueryReleaseNotesV1Params
WithFilter adds the filter to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithHTTPClient ¶
func (o *QueryReleaseNotesV1Params) WithHTTPClient(client *http.Client) *QueryReleaseNotesV1Params
WithHTTPClient adds the HTTPClient to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithLimit ¶
func (o *QueryReleaseNotesV1Params) WithLimit(limit *int64) *QueryReleaseNotesV1Params
WithLimit adds the limit to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithOffset ¶
func (o *QueryReleaseNotesV1Params) WithOffset(offset *string) *QueryReleaseNotesV1Params
WithOffset adds the offset to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithSort ¶
func (o *QueryReleaseNotesV1Params) WithSort(sort *string) *QueryReleaseNotesV1Params
WithSort adds the sort to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithTimeout ¶
func (o *QueryReleaseNotesV1Params) WithTimeout(timeout time.Duration) *QueryReleaseNotesV1Params
WithTimeout adds the timeout to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WithXCSUSERNAME ¶
func (o *QueryReleaseNotesV1Params) WithXCSUSERNAME(xCSUSERNAME *string) *QueryReleaseNotesV1Params
WithXCSUSERNAME adds the xCSUSERNAME to the query release notes v1 params
func (*QueryReleaseNotesV1Params) WriteToRequest ¶
func (o *QueryReleaseNotesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryReleaseNotesV1Reader ¶
type QueryReleaseNotesV1Reader struct {
// contains filtered or unexported fields
}
QueryReleaseNotesV1Reader is a Reader for the QueryReleaseNotesV1 structure.
func (*QueryReleaseNotesV1Reader) ReadResponse ¶
func (o *QueryReleaseNotesV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryReleaseNotesV1TooManyRequests ¶
type QueryReleaseNotesV1TooManyRequests 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 }
QueryReleaseNotesV1TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryReleaseNotesV1TooManyRequests ¶
func NewQueryReleaseNotesV1TooManyRequests() *QueryReleaseNotesV1TooManyRequests
NewQueryReleaseNotesV1TooManyRequests creates a QueryReleaseNotesV1TooManyRequests with default headers values
func (*QueryReleaseNotesV1TooManyRequests) Code ¶
func (o *QueryReleaseNotesV1TooManyRequests) Code() int
Code gets the status code for the query release notes v1 too many requests response
func (*QueryReleaseNotesV1TooManyRequests) Error ¶
func (o *QueryReleaseNotesV1TooManyRequests) Error() string
func (*QueryReleaseNotesV1TooManyRequests) GetPayload ¶
func (o *QueryReleaseNotesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryReleaseNotesV1TooManyRequests) IsClientError ¶
func (o *QueryReleaseNotesV1TooManyRequests) IsClientError() bool
IsClientError returns true when this query release notes v1 too many requests response has a 4xx status code
func (*QueryReleaseNotesV1TooManyRequests) IsCode ¶
func (o *QueryReleaseNotesV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this query release notes v1 too many requests response a status code equal to that given
func (*QueryReleaseNotesV1TooManyRequests) IsRedirect ¶
func (o *QueryReleaseNotesV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this query release notes v1 too many requests response has a 3xx status code
func (*QueryReleaseNotesV1TooManyRequests) IsServerError ¶
func (o *QueryReleaseNotesV1TooManyRequests) IsServerError() bool
IsServerError returns true when this query release notes v1 too many requests response has a 5xx status code
func (*QueryReleaseNotesV1TooManyRequests) IsSuccess ¶
func (o *QueryReleaseNotesV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this query release notes v1 too many requests response has a 2xx status code
func (*QueryReleaseNotesV1TooManyRequests) String ¶
func (o *QueryReleaseNotesV1TooManyRequests) String() string