Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteNotificationsChannelSubscriptions(ctx context.Context, params *DeleteNotificationsChannelSubscriptionsParams) error
- func (a *Client) GetNotificationsAvailabletopics(ctx context.Context, params *GetNotificationsAvailabletopicsParams) (*GetNotificationsAvailabletopicsOK, error)
- func (a *Client) GetNotificationsChannelSubscriptions(ctx context.Context, params *GetNotificationsChannelSubscriptionsParams) (*GetNotificationsChannelSubscriptionsOK, error)
- func (a *Client) GetNotificationsChannels(ctx context.Context, params *GetNotificationsChannelsParams) (*GetNotificationsChannelsOK, error)
- func (a *Client) HeadNotificationsChannel(ctx context.Context, params *HeadNotificationsChannelParams) error
- func (a *Client) PostNotificationsChannelSubscriptions(ctx context.Context, params *PostNotificationsChannelSubscriptionsParams) (*PostNotificationsChannelSubscriptionsOK, error)
- func (a *Client) PostNotificationsChannels(ctx context.Context, params *PostNotificationsChannelsParams) (*PostNotificationsChannelsOK, error)
- func (a *Client) PutNotificationsChannelSubscriptions(ctx context.Context, params *PutNotificationsChannelSubscriptionsParams) (*PutNotificationsChannelSubscriptionsOK, error)
- type DeleteNotificationsChannelSubscriptionsBadRequest
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsBadRequest) String() string
- type DeleteNotificationsChannelSubscriptionsDefault
- func (o *DeleteNotificationsChannelSubscriptionsDefault) Code() int
- func (o *DeleteNotificationsChannelSubscriptionsDefault) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsDefault) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsDefault) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsDefault) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsDefault) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsDefault) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsDefault) String() string
- type DeleteNotificationsChannelSubscriptionsForbidden
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsForbidden) String() string
- type DeleteNotificationsChannelSubscriptionsGatewayTimeout
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) String() string
- type DeleteNotificationsChannelSubscriptionsInternalServerError
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) String() string
- type DeleteNotificationsChannelSubscriptionsNotFound
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsNotFound) String() string
- type DeleteNotificationsChannelSubscriptionsParams
- func NewDeleteNotificationsChannelSubscriptionsParams() *DeleteNotificationsChannelSubscriptionsParams
- func NewDeleteNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *DeleteNotificationsChannelSubscriptionsParams
- func NewDeleteNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *DeleteNotificationsChannelSubscriptionsParams
- func NewDeleteNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *DeleteNotificationsChannelSubscriptionsParams
- func (o *DeleteNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
- func (o *DeleteNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
- func (o *DeleteNotificationsChannelSubscriptionsParams) SetDefaults()
- func (o *DeleteNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *DeleteNotificationsChannelSubscriptionsParams
- func (o *DeleteNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *DeleteNotificationsChannelSubscriptionsParams
- func (o *DeleteNotificationsChannelSubscriptionsParams) WithDefaults() *DeleteNotificationsChannelSubscriptionsParams
- func (o *DeleteNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *DeleteNotificationsChannelSubscriptionsParams
- func (o *DeleteNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *DeleteNotificationsChannelSubscriptionsParams
- func (o *DeleteNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteNotificationsChannelSubscriptionsReader
- type DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
- type DeleteNotificationsChannelSubscriptionsRequestTimeout
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) String() string
- type DeleteNotificationsChannelSubscriptionsServiceUnavailable
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) String() string
- type DeleteNotificationsChannelSubscriptionsTooManyRequests
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) String() string
- type DeleteNotificationsChannelSubscriptionsUnauthorized
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) String() string
- type DeleteNotificationsChannelSubscriptionsUnsupportedMediaType
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
- type GetNotificationsAvailabletopicsBadRequest
- func (o *GetNotificationsAvailabletopicsBadRequest) Error() string
- func (o *GetNotificationsAvailabletopicsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsBadRequest) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsBadRequest) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsBadRequest) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsBadRequest) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsBadRequest) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsBadRequest) String() string
- type GetNotificationsAvailabletopicsForbidden
- func (o *GetNotificationsAvailabletopicsForbidden) Error() string
- func (o *GetNotificationsAvailabletopicsForbidden) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsForbidden) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsForbidden) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsForbidden) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsForbidden) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsForbidden) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsForbidden) String() string
- type GetNotificationsAvailabletopicsGatewayTimeout
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) Error() string
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsGatewayTimeout) String() string
- type GetNotificationsAvailabletopicsInternalServerError
- func (o *GetNotificationsAvailabletopicsInternalServerError) Error() string
- func (o *GetNotificationsAvailabletopicsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsInternalServerError) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsInternalServerError) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsInternalServerError) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsInternalServerError) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsInternalServerError) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsInternalServerError) String() string
- type GetNotificationsAvailabletopicsNotFound
- func (o *GetNotificationsAvailabletopicsNotFound) Error() string
- func (o *GetNotificationsAvailabletopicsNotFound) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsNotFound) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsNotFound) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsNotFound) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsNotFound) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsNotFound) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsNotFound) String() string
- type GetNotificationsAvailabletopicsOK
- func (o *GetNotificationsAvailabletopicsOK) Error() string
- func (o *GetNotificationsAvailabletopicsOK) GetPayload() *models.AvailableTopicEntityListing
- func (o *GetNotificationsAvailabletopicsOK) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsOK) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsOK) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsOK) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsOK) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsOK) String() string
- type GetNotificationsAvailabletopicsParams
- func NewGetNotificationsAvailabletopicsParams() *GetNotificationsAvailabletopicsParams
- func NewGetNotificationsAvailabletopicsParamsWithContext(ctx context.Context) *GetNotificationsAvailabletopicsParams
- func NewGetNotificationsAvailabletopicsParamsWithHTTPClient(client *http.Client) *GetNotificationsAvailabletopicsParams
- func NewGetNotificationsAvailabletopicsParamsWithTimeout(timeout time.Duration) *GetNotificationsAvailabletopicsParams
- func (o *GetNotificationsAvailabletopicsParams) SetContext(ctx context.Context)
- func (o *GetNotificationsAvailabletopicsParams) SetDefaults()
- func (o *GetNotificationsAvailabletopicsParams) SetExpand(expand []string)
- func (o *GetNotificationsAvailabletopicsParams) SetHTTPClient(client *http.Client)
- func (o *GetNotificationsAvailabletopicsParams) SetIncludePreview(includePreview *bool)
- func (o *GetNotificationsAvailabletopicsParams) SetTimeout(timeout time.Duration)
- func (o *GetNotificationsAvailabletopicsParams) WithContext(ctx context.Context) *GetNotificationsAvailabletopicsParams
- func (o *GetNotificationsAvailabletopicsParams) WithDefaults() *GetNotificationsAvailabletopicsParams
- func (o *GetNotificationsAvailabletopicsParams) WithExpand(expand []string) *GetNotificationsAvailabletopicsParams
- func (o *GetNotificationsAvailabletopicsParams) WithHTTPClient(client *http.Client) *GetNotificationsAvailabletopicsParams
- func (o *GetNotificationsAvailabletopicsParams) WithIncludePreview(includePreview *bool) *GetNotificationsAvailabletopicsParams
- func (o *GetNotificationsAvailabletopicsParams) WithTimeout(timeout time.Duration) *GetNotificationsAvailabletopicsParams
- func (o *GetNotificationsAvailabletopicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNotificationsAvailabletopicsReader
- type GetNotificationsAvailabletopicsRequestEntityTooLarge
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) Error() string
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) String() string
- type GetNotificationsAvailabletopicsRequestTimeout
- func (o *GetNotificationsAvailabletopicsRequestTimeout) Error() string
- func (o *GetNotificationsAvailabletopicsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsRequestTimeout) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsRequestTimeout) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsRequestTimeout) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsRequestTimeout) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsRequestTimeout) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsRequestTimeout) String() string
- type GetNotificationsAvailabletopicsServiceUnavailable
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) Error() string
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsServiceUnavailable) String() string
- type GetNotificationsAvailabletopicsTooManyRequests
- func (o *GetNotificationsAvailabletopicsTooManyRequests) Error() string
- func (o *GetNotificationsAvailabletopicsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsTooManyRequests) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsTooManyRequests) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsTooManyRequests) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsTooManyRequests) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsTooManyRequests) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsTooManyRequests) String() string
- type GetNotificationsAvailabletopicsUnauthorized
- func (o *GetNotificationsAvailabletopicsUnauthorized) Error() string
- func (o *GetNotificationsAvailabletopicsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsUnauthorized) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsUnauthorized) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsUnauthorized) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsUnauthorized) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsUnauthorized) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsUnauthorized) String() string
- type GetNotificationsAvailabletopicsUnsupportedMediaType
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) Error() string
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsClientError() bool
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsRedirect() bool
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsServerError() bool
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsSuccess() bool
- func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) String() string
- type GetNotificationsChannelSubscriptionsBadRequest
- func (o *GetNotificationsChannelSubscriptionsBadRequest) Error() string
- func (o *GetNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsBadRequest) String() string
- type GetNotificationsChannelSubscriptionsForbidden
- func (o *GetNotificationsChannelSubscriptionsForbidden) Error() string
- func (o *GetNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsForbidden) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsForbidden) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsForbidden) String() string
- type GetNotificationsChannelSubscriptionsGatewayTimeout
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) Error() string
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) String() string
- type GetNotificationsChannelSubscriptionsInternalServerError
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) Error() string
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsInternalServerError) String() string
- type GetNotificationsChannelSubscriptionsNotFound
- func (o *GetNotificationsChannelSubscriptionsNotFound) Error() string
- func (o *GetNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsNotFound) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsNotFound) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsNotFound) String() string
- type GetNotificationsChannelSubscriptionsOK
- func (o *GetNotificationsChannelSubscriptionsOK) Error() string
- func (o *GetNotificationsChannelSubscriptionsOK) GetPayload() *models.ChannelTopicEntityListing
- func (o *GetNotificationsChannelSubscriptionsOK) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsOK) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsOK) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsOK) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsOK) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsOK) String() string
- type GetNotificationsChannelSubscriptionsParams
- func NewGetNotificationsChannelSubscriptionsParams() *GetNotificationsChannelSubscriptionsParams
- func NewGetNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *GetNotificationsChannelSubscriptionsParams
- func NewGetNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *GetNotificationsChannelSubscriptionsParams
- func NewGetNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *GetNotificationsChannelSubscriptionsParams
- func (o *GetNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
- func (o *GetNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
- func (o *GetNotificationsChannelSubscriptionsParams) SetDefaults()
- func (o *GetNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
- func (o *GetNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
- func (o *GetNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *GetNotificationsChannelSubscriptionsParams
- func (o *GetNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *GetNotificationsChannelSubscriptionsParams
- func (o *GetNotificationsChannelSubscriptionsParams) WithDefaults() *GetNotificationsChannelSubscriptionsParams
- func (o *GetNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *GetNotificationsChannelSubscriptionsParams
- func (o *GetNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *GetNotificationsChannelSubscriptionsParams
- func (o *GetNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNotificationsChannelSubscriptionsReader
- type GetNotificationsChannelSubscriptionsRequestEntityTooLarge
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
- type GetNotificationsChannelSubscriptionsRequestTimeout
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) Error() string
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsRequestTimeout) String() string
- type GetNotificationsChannelSubscriptionsServiceUnavailable
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) Error() string
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) String() string
- type GetNotificationsChannelSubscriptionsTooManyRequests
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) Error() string
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsTooManyRequests) String() string
- type GetNotificationsChannelSubscriptionsUnauthorized
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) Error() string
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsUnauthorized) String() string
- type GetNotificationsChannelSubscriptionsUnsupportedMediaType
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
- func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
- type GetNotificationsChannelsBadRequest
- func (o *GetNotificationsChannelsBadRequest) Error() string
- func (o *GetNotificationsChannelsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsBadRequest) IsClientError() bool
- func (o *GetNotificationsChannelsBadRequest) IsCode(code int) bool
- func (o *GetNotificationsChannelsBadRequest) IsRedirect() bool
- func (o *GetNotificationsChannelsBadRequest) IsServerError() bool
- func (o *GetNotificationsChannelsBadRequest) IsSuccess() bool
- func (o *GetNotificationsChannelsBadRequest) String() string
- type GetNotificationsChannelsForbidden
- func (o *GetNotificationsChannelsForbidden) Error() string
- func (o *GetNotificationsChannelsForbidden) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsForbidden) IsClientError() bool
- func (o *GetNotificationsChannelsForbidden) IsCode(code int) bool
- func (o *GetNotificationsChannelsForbidden) IsRedirect() bool
- func (o *GetNotificationsChannelsForbidden) IsServerError() bool
- func (o *GetNotificationsChannelsForbidden) IsSuccess() bool
- func (o *GetNotificationsChannelsForbidden) String() string
- type GetNotificationsChannelsGatewayTimeout
- func (o *GetNotificationsChannelsGatewayTimeout) Error() string
- func (o *GetNotificationsChannelsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsGatewayTimeout) IsClientError() bool
- func (o *GetNotificationsChannelsGatewayTimeout) IsCode(code int) bool
- func (o *GetNotificationsChannelsGatewayTimeout) IsRedirect() bool
- func (o *GetNotificationsChannelsGatewayTimeout) IsServerError() bool
- func (o *GetNotificationsChannelsGatewayTimeout) IsSuccess() bool
- func (o *GetNotificationsChannelsGatewayTimeout) String() string
- type GetNotificationsChannelsInternalServerError
- func (o *GetNotificationsChannelsInternalServerError) Error() string
- func (o *GetNotificationsChannelsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsInternalServerError) IsClientError() bool
- func (o *GetNotificationsChannelsInternalServerError) IsCode(code int) bool
- func (o *GetNotificationsChannelsInternalServerError) IsRedirect() bool
- func (o *GetNotificationsChannelsInternalServerError) IsServerError() bool
- func (o *GetNotificationsChannelsInternalServerError) IsSuccess() bool
- func (o *GetNotificationsChannelsInternalServerError) String() string
- type GetNotificationsChannelsNotFound
- func (o *GetNotificationsChannelsNotFound) Error() string
- func (o *GetNotificationsChannelsNotFound) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsNotFound) IsClientError() bool
- func (o *GetNotificationsChannelsNotFound) IsCode(code int) bool
- func (o *GetNotificationsChannelsNotFound) IsRedirect() bool
- func (o *GetNotificationsChannelsNotFound) IsServerError() bool
- func (o *GetNotificationsChannelsNotFound) IsSuccess() bool
- func (o *GetNotificationsChannelsNotFound) String() string
- type GetNotificationsChannelsOK
- func (o *GetNotificationsChannelsOK) Error() string
- func (o *GetNotificationsChannelsOK) GetPayload() *models.ChannelEntityListing
- func (o *GetNotificationsChannelsOK) IsClientError() bool
- func (o *GetNotificationsChannelsOK) IsCode(code int) bool
- func (o *GetNotificationsChannelsOK) IsRedirect() bool
- func (o *GetNotificationsChannelsOK) IsServerError() bool
- func (o *GetNotificationsChannelsOK) IsSuccess() bool
- func (o *GetNotificationsChannelsOK) String() string
- type GetNotificationsChannelsParams
- func NewGetNotificationsChannelsParams() *GetNotificationsChannelsParams
- func NewGetNotificationsChannelsParamsWithContext(ctx context.Context) *GetNotificationsChannelsParams
- func NewGetNotificationsChannelsParamsWithHTTPClient(client *http.Client) *GetNotificationsChannelsParams
- func NewGetNotificationsChannelsParamsWithTimeout(timeout time.Duration) *GetNotificationsChannelsParams
- func (o *GetNotificationsChannelsParams) SetContext(ctx context.Context)
- func (o *GetNotificationsChannelsParams) SetDefaults()
- func (o *GetNotificationsChannelsParams) SetHTTPClient(client *http.Client)
- func (o *GetNotificationsChannelsParams) SetIncludechannels(includechannels *string)
- func (o *GetNotificationsChannelsParams) SetTimeout(timeout time.Duration)
- func (o *GetNotificationsChannelsParams) WithContext(ctx context.Context) *GetNotificationsChannelsParams
- func (o *GetNotificationsChannelsParams) WithDefaults() *GetNotificationsChannelsParams
- func (o *GetNotificationsChannelsParams) WithHTTPClient(client *http.Client) *GetNotificationsChannelsParams
- func (o *GetNotificationsChannelsParams) WithIncludechannels(includechannels *string) *GetNotificationsChannelsParams
- func (o *GetNotificationsChannelsParams) WithTimeout(timeout time.Duration) *GetNotificationsChannelsParams
- func (o *GetNotificationsChannelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNotificationsChannelsReader
- type GetNotificationsChannelsRequestEntityTooLarge
- func (o *GetNotificationsChannelsRequestEntityTooLarge) Error() string
- func (o *GetNotificationsChannelsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsRequestEntityTooLarge) IsClientError() bool
- func (o *GetNotificationsChannelsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetNotificationsChannelsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetNotificationsChannelsRequestEntityTooLarge) IsServerError() bool
- func (o *GetNotificationsChannelsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetNotificationsChannelsRequestEntityTooLarge) String() string
- type GetNotificationsChannelsRequestTimeout
- func (o *GetNotificationsChannelsRequestTimeout) Error() string
- func (o *GetNotificationsChannelsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsRequestTimeout) IsClientError() bool
- func (o *GetNotificationsChannelsRequestTimeout) IsCode(code int) bool
- func (o *GetNotificationsChannelsRequestTimeout) IsRedirect() bool
- func (o *GetNotificationsChannelsRequestTimeout) IsServerError() bool
- func (o *GetNotificationsChannelsRequestTimeout) IsSuccess() bool
- func (o *GetNotificationsChannelsRequestTimeout) String() string
- type GetNotificationsChannelsServiceUnavailable
- func (o *GetNotificationsChannelsServiceUnavailable) Error() string
- func (o *GetNotificationsChannelsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsServiceUnavailable) IsClientError() bool
- func (o *GetNotificationsChannelsServiceUnavailable) IsCode(code int) bool
- func (o *GetNotificationsChannelsServiceUnavailable) IsRedirect() bool
- func (o *GetNotificationsChannelsServiceUnavailable) IsServerError() bool
- func (o *GetNotificationsChannelsServiceUnavailable) IsSuccess() bool
- func (o *GetNotificationsChannelsServiceUnavailable) String() string
- type GetNotificationsChannelsTooManyRequests
- func (o *GetNotificationsChannelsTooManyRequests) Error() string
- func (o *GetNotificationsChannelsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsTooManyRequests) IsClientError() bool
- func (o *GetNotificationsChannelsTooManyRequests) IsCode(code int) bool
- func (o *GetNotificationsChannelsTooManyRequests) IsRedirect() bool
- func (o *GetNotificationsChannelsTooManyRequests) IsServerError() bool
- func (o *GetNotificationsChannelsTooManyRequests) IsSuccess() bool
- func (o *GetNotificationsChannelsTooManyRequests) String() string
- type GetNotificationsChannelsUnauthorized
- func (o *GetNotificationsChannelsUnauthorized) Error() string
- func (o *GetNotificationsChannelsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsUnauthorized) IsClientError() bool
- func (o *GetNotificationsChannelsUnauthorized) IsCode(code int) bool
- func (o *GetNotificationsChannelsUnauthorized) IsRedirect() bool
- func (o *GetNotificationsChannelsUnauthorized) IsServerError() bool
- func (o *GetNotificationsChannelsUnauthorized) IsSuccess() bool
- func (o *GetNotificationsChannelsUnauthorized) String() string
- type GetNotificationsChannelsUnsupportedMediaType
- func (o *GetNotificationsChannelsUnsupportedMediaType) Error() string
- func (o *GetNotificationsChannelsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetNotificationsChannelsUnsupportedMediaType) IsClientError() bool
- func (o *GetNotificationsChannelsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetNotificationsChannelsUnsupportedMediaType) IsRedirect() bool
- func (o *GetNotificationsChannelsUnsupportedMediaType) IsServerError() bool
- func (o *GetNotificationsChannelsUnsupportedMediaType) IsSuccess() bool
- func (o *GetNotificationsChannelsUnsupportedMediaType) String() string
- type HeadNotificationsChannelBadRequest
- func (o *HeadNotificationsChannelBadRequest) Error() string
- func (o *HeadNotificationsChannelBadRequest) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelBadRequest) IsClientError() bool
- func (o *HeadNotificationsChannelBadRequest) IsCode(code int) bool
- func (o *HeadNotificationsChannelBadRequest) IsRedirect() bool
- func (o *HeadNotificationsChannelBadRequest) IsServerError() bool
- func (o *HeadNotificationsChannelBadRequest) IsSuccess() bool
- func (o *HeadNotificationsChannelBadRequest) String() string
- type HeadNotificationsChannelDefault
- func (o *HeadNotificationsChannelDefault) Code() int
- func (o *HeadNotificationsChannelDefault) Error() string
- func (o *HeadNotificationsChannelDefault) IsClientError() bool
- func (o *HeadNotificationsChannelDefault) IsCode(code int) bool
- func (o *HeadNotificationsChannelDefault) IsRedirect() bool
- func (o *HeadNotificationsChannelDefault) IsServerError() bool
- func (o *HeadNotificationsChannelDefault) IsSuccess() bool
- func (o *HeadNotificationsChannelDefault) String() string
- type HeadNotificationsChannelForbidden
- func (o *HeadNotificationsChannelForbidden) Error() string
- func (o *HeadNotificationsChannelForbidden) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelForbidden) IsClientError() bool
- func (o *HeadNotificationsChannelForbidden) IsCode(code int) bool
- func (o *HeadNotificationsChannelForbidden) IsRedirect() bool
- func (o *HeadNotificationsChannelForbidden) IsServerError() bool
- func (o *HeadNotificationsChannelForbidden) IsSuccess() bool
- func (o *HeadNotificationsChannelForbidden) String() string
- type HeadNotificationsChannelGatewayTimeout
- func (o *HeadNotificationsChannelGatewayTimeout) Error() string
- func (o *HeadNotificationsChannelGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelGatewayTimeout) IsClientError() bool
- func (o *HeadNotificationsChannelGatewayTimeout) IsCode(code int) bool
- func (o *HeadNotificationsChannelGatewayTimeout) IsRedirect() bool
- func (o *HeadNotificationsChannelGatewayTimeout) IsServerError() bool
- func (o *HeadNotificationsChannelGatewayTimeout) IsSuccess() bool
- func (o *HeadNotificationsChannelGatewayTimeout) String() string
- type HeadNotificationsChannelInternalServerError
- func (o *HeadNotificationsChannelInternalServerError) Error() string
- func (o *HeadNotificationsChannelInternalServerError) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelInternalServerError) IsClientError() bool
- func (o *HeadNotificationsChannelInternalServerError) IsCode(code int) bool
- func (o *HeadNotificationsChannelInternalServerError) IsRedirect() bool
- func (o *HeadNotificationsChannelInternalServerError) IsServerError() bool
- func (o *HeadNotificationsChannelInternalServerError) IsSuccess() bool
- func (o *HeadNotificationsChannelInternalServerError) String() string
- type HeadNotificationsChannelNotFound
- func (o *HeadNotificationsChannelNotFound) Error() string
- func (o *HeadNotificationsChannelNotFound) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelNotFound) IsClientError() bool
- func (o *HeadNotificationsChannelNotFound) IsCode(code int) bool
- func (o *HeadNotificationsChannelNotFound) IsRedirect() bool
- func (o *HeadNotificationsChannelNotFound) IsServerError() bool
- func (o *HeadNotificationsChannelNotFound) IsSuccess() bool
- func (o *HeadNotificationsChannelNotFound) String() string
- type HeadNotificationsChannelParams
- func NewHeadNotificationsChannelParams() *HeadNotificationsChannelParams
- func NewHeadNotificationsChannelParamsWithContext(ctx context.Context) *HeadNotificationsChannelParams
- func NewHeadNotificationsChannelParamsWithHTTPClient(client *http.Client) *HeadNotificationsChannelParams
- func NewHeadNotificationsChannelParamsWithTimeout(timeout time.Duration) *HeadNotificationsChannelParams
- func (o *HeadNotificationsChannelParams) SetChannelID(channelID string)
- func (o *HeadNotificationsChannelParams) SetContext(ctx context.Context)
- func (o *HeadNotificationsChannelParams) SetDefaults()
- func (o *HeadNotificationsChannelParams) SetHTTPClient(client *http.Client)
- func (o *HeadNotificationsChannelParams) SetTimeout(timeout time.Duration)
- func (o *HeadNotificationsChannelParams) WithChannelID(channelID string) *HeadNotificationsChannelParams
- func (o *HeadNotificationsChannelParams) WithContext(ctx context.Context) *HeadNotificationsChannelParams
- func (o *HeadNotificationsChannelParams) WithDefaults() *HeadNotificationsChannelParams
- func (o *HeadNotificationsChannelParams) WithHTTPClient(client *http.Client) *HeadNotificationsChannelParams
- func (o *HeadNotificationsChannelParams) WithTimeout(timeout time.Duration) *HeadNotificationsChannelParams
- func (o *HeadNotificationsChannelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type HeadNotificationsChannelReader
- type HeadNotificationsChannelRequestEntityTooLarge
- func (o *HeadNotificationsChannelRequestEntityTooLarge) Error() string
- func (o *HeadNotificationsChannelRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelRequestEntityTooLarge) IsClientError() bool
- func (o *HeadNotificationsChannelRequestEntityTooLarge) IsCode(code int) bool
- func (o *HeadNotificationsChannelRequestEntityTooLarge) IsRedirect() bool
- func (o *HeadNotificationsChannelRequestEntityTooLarge) IsServerError() bool
- func (o *HeadNotificationsChannelRequestEntityTooLarge) IsSuccess() bool
- func (o *HeadNotificationsChannelRequestEntityTooLarge) String() string
- type HeadNotificationsChannelRequestTimeout
- func (o *HeadNotificationsChannelRequestTimeout) Error() string
- func (o *HeadNotificationsChannelRequestTimeout) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelRequestTimeout) IsClientError() bool
- func (o *HeadNotificationsChannelRequestTimeout) IsCode(code int) bool
- func (o *HeadNotificationsChannelRequestTimeout) IsRedirect() bool
- func (o *HeadNotificationsChannelRequestTimeout) IsServerError() bool
- func (o *HeadNotificationsChannelRequestTimeout) IsSuccess() bool
- func (o *HeadNotificationsChannelRequestTimeout) String() string
- type HeadNotificationsChannelServiceUnavailable
- func (o *HeadNotificationsChannelServiceUnavailable) Error() string
- func (o *HeadNotificationsChannelServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelServiceUnavailable) IsClientError() bool
- func (o *HeadNotificationsChannelServiceUnavailable) IsCode(code int) bool
- func (o *HeadNotificationsChannelServiceUnavailable) IsRedirect() bool
- func (o *HeadNotificationsChannelServiceUnavailable) IsServerError() bool
- func (o *HeadNotificationsChannelServiceUnavailable) IsSuccess() bool
- func (o *HeadNotificationsChannelServiceUnavailable) String() string
- type HeadNotificationsChannelTooManyRequests
- func (o *HeadNotificationsChannelTooManyRequests) Error() string
- func (o *HeadNotificationsChannelTooManyRequests) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelTooManyRequests) IsClientError() bool
- func (o *HeadNotificationsChannelTooManyRequests) IsCode(code int) bool
- func (o *HeadNotificationsChannelTooManyRequests) IsRedirect() bool
- func (o *HeadNotificationsChannelTooManyRequests) IsServerError() bool
- func (o *HeadNotificationsChannelTooManyRequests) IsSuccess() bool
- func (o *HeadNotificationsChannelTooManyRequests) String() string
- type HeadNotificationsChannelUnauthorized
- func (o *HeadNotificationsChannelUnauthorized) Error() string
- func (o *HeadNotificationsChannelUnauthorized) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelUnauthorized) IsClientError() bool
- func (o *HeadNotificationsChannelUnauthorized) IsCode(code int) bool
- func (o *HeadNotificationsChannelUnauthorized) IsRedirect() bool
- func (o *HeadNotificationsChannelUnauthorized) IsServerError() bool
- func (o *HeadNotificationsChannelUnauthorized) IsSuccess() bool
- func (o *HeadNotificationsChannelUnauthorized) String() string
- type HeadNotificationsChannelUnsupportedMediaType
- func (o *HeadNotificationsChannelUnsupportedMediaType) Error() string
- func (o *HeadNotificationsChannelUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *HeadNotificationsChannelUnsupportedMediaType) IsClientError() bool
- func (o *HeadNotificationsChannelUnsupportedMediaType) IsCode(code int) bool
- func (o *HeadNotificationsChannelUnsupportedMediaType) IsRedirect() bool
- func (o *HeadNotificationsChannelUnsupportedMediaType) IsServerError() bool
- func (o *HeadNotificationsChannelUnsupportedMediaType) IsSuccess() bool
- func (o *HeadNotificationsChannelUnsupportedMediaType) String() string
- type PostNotificationsChannelSubscriptionsBadRequest
- func (o *PostNotificationsChannelSubscriptionsBadRequest) Error() string
- func (o *PostNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsBadRequest) String() string
- type PostNotificationsChannelSubscriptionsForbidden
- func (o *PostNotificationsChannelSubscriptionsForbidden) Error() string
- func (o *PostNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsForbidden) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsForbidden) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsForbidden) String() string
- type PostNotificationsChannelSubscriptionsGatewayTimeout
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) Error() string
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) String() string
- type PostNotificationsChannelSubscriptionsInternalServerError
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) Error() string
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsInternalServerError) String() string
- type PostNotificationsChannelSubscriptionsNotFound
- func (o *PostNotificationsChannelSubscriptionsNotFound) Error() string
- func (o *PostNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsNotFound) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsNotFound) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsNotFound) String() string
- type PostNotificationsChannelSubscriptionsOK
- func (o *PostNotificationsChannelSubscriptionsOK) Error() string
- func (o *PostNotificationsChannelSubscriptionsOK) GetPayload() *models.ChannelTopicEntityListing
- func (o *PostNotificationsChannelSubscriptionsOK) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsOK) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsOK) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsOK) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsOK) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsOK) String() string
- type PostNotificationsChannelSubscriptionsParams
- func NewPostNotificationsChannelSubscriptionsParams() *PostNotificationsChannelSubscriptionsParams
- func NewPostNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *PostNotificationsChannelSubscriptionsParams
- func NewPostNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *PostNotificationsChannelSubscriptionsParams
- func NewPostNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) SetBody(body []*models.ChannelTopic)
- func (o *PostNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
- func (o *PostNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
- func (o *PostNotificationsChannelSubscriptionsParams) SetDefaults()
- func (o *PostNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
- func (o *PostNotificationsChannelSubscriptionsParams) SetIgnoreErrors(ignoreErrors *bool)
- func (o *PostNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
- func (o *PostNotificationsChannelSubscriptionsParams) WithBody(body []*models.ChannelTopic) *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) WithDefaults() *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) WithIgnoreErrors(ignoreErrors *bool) *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *PostNotificationsChannelSubscriptionsParams
- func (o *PostNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostNotificationsChannelSubscriptionsReader
- type PostNotificationsChannelSubscriptionsRequestEntityTooLarge
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
- type PostNotificationsChannelSubscriptionsRequestTimeout
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) Error() string
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsRequestTimeout) String() string
- type PostNotificationsChannelSubscriptionsServiceUnavailable
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) Error() string
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) String() string
- type PostNotificationsChannelSubscriptionsTooManyRequests
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) Error() string
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsTooManyRequests) String() string
- type PostNotificationsChannelSubscriptionsUnauthorized
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) Error() string
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsUnauthorized) String() string
- type PostNotificationsChannelSubscriptionsUnsupportedMediaType
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
- func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
- type PostNotificationsChannelsBadRequest
- func (o *PostNotificationsChannelsBadRequest) Error() string
- func (o *PostNotificationsChannelsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsBadRequest) IsClientError() bool
- func (o *PostNotificationsChannelsBadRequest) IsCode(code int) bool
- func (o *PostNotificationsChannelsBadRequest) IsRedirect() bool
- func (o *PostNotificationsChannelsBadRequest) IsServerError() bool
- func (o *PostNotificationsChannelsBadRequest) IsSuccess() bool
- func (o *PostNotificationsChannelsBadRequest) String() string
- type PostNotificationsChannelsForbidden
- func (o *PostNotificationsChannelsForbidden) Error() string
- func (o *PostNotificationsChannelsForbidden) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsForbidden) IsClientError() bool
- func (o *PostNotificationsChannelsForbidden) IsCode(code int) bool
- func (o *PostNotificationsChannelsForbidden) IsRedirect() bool
- func (o *PostNotificationsChannelsForbidden) IsServerError() bool
- func (o *PostNotificationsChannelsForbidden) IsSuccess() bool
- func (o *PostNotificationsChannelsForbidden) String() string
- type PostNotificationsChannelsGatewayTimeout
- func (o *PostNotificationsChannelsGatewayTimeout) Error() string
- func (o *PostNotificationsChannelsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsGatewayTimeout) IsClientError() bool
- func (o *PostNotificationsChannelsGatewayTimeout) IsCode(code int) bool
- func (o *PostNotificationsChannelsGatewayTimeout) IsRedirect() bool
- func (o *PostNotificationsChannelsGatewayTimeout) IsServerError() bool
- func (o *PostNotificationsChannelsGatewayTimeout) IsSuccess() bool
- func (o *PostNotificationsChannelsGatewayTimeout) String() string
- type PostNotificationsChannelsInternalServerError
- func (o *PostNotificationsChannelsInternalServerError) Error() string
- func (o *PostNotificationsChannelsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsInternalServerError) IsClientError() bool
- func (o *PostNotificationsChannelsInternalServerError) IsCode(code int) bool
- func (o *PostNotificationsChannelsInternalServerError) IsRedirect() bool
- func (o *PostNotificationsChannelsInternalServerError) IsServerError() bool
- func (o *PostNotificationsChannelsInternalServerError) IsSuccess() bool
- func (o *PostNotificationsChannelsInternalServerError) String() string
- type PostNotificationsChannelsNotFound
- func (o *PostNotificationsChannelsNotFound) Error() string
- func (o *PostNotificationsChannelsNotFound) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsNotFound) IsClientError() bool
- func (o *PostNotificationsChannelsNotFound) IsCode(code int) bool
- func (o *PostNotificationsChannelsNotFound) IsRedirect() bool
- func (o *PostNotificationsChannelsNotFound) IsServerError() bool
- func (o *PostNotificationsChannelsNotFound) IsSuccess() bool
- func (o *PostNotificationsChannelsNotFound) String() string
- type PostNotificationsChannelsOK
- func (o *PostNotificationsChannelsOK) Error() string
- func (o *PostNotificationsChannelsOK) GetPayload() *models.Channel
- func (o *PostNotificationsChannelsOK) IsClientError() bool
- func (o *PostNotificationsChannelsOK) IsCode(code int) bool
- func (o *PostNotificationsChannelsOK) IsRedirect() bool
- func (o *PostNotificationsChannelsOK) IsServerError() bool
- func (o *PostNotificationsChannelsOK) IsSuccess() bool
- func (o *PostNotificationsChannelsOK) String() string
- type PostNotificationsChannelsParams
- func NewPostNotificationsChannelsParams() *PostNotificationsChannelsParams
- func NewPostNotificationsChannelsParamsWithContext(ctx context.Context) *PostNotificationsChannelsParams
- func NewPostNotificationsChannelsParamsWithHTTPClient(client *http.Client) *PostNotificationsChannelsParams
- func NewPostNotificationsChannelsParamsWithTimeout(timeout time.Duration) *PostNotificationsChannelsParams
- func (o *PostNotificationsChannelsParams) SetContext(ctx context.Context)
- func (o *PostNotificationsChannelsParams) SetDefaults()
- func (o *PostNotificationsChannelsParams) SetHTTPClient(client *http.Client)
- func (o *PostNotificationsChannelsParams) SetTimeout(timeout time.Duration)
- func (o *PostNotificationsChannelsParams) WithContext(ctx context.Context) *PostNotificationsChannelsParams
- func (o *PostNotificationsChannelsParams) WithDefaults() *PostNotificationsChannelsParams
- func (o *PostNotificationsChannelsParams) WithHTTPClient(client *http.Client) *PostNotificationsChannelsParams
- func (o *PostNotificationsChannelsParams) WithTimeout(timeout time.Duration) *PostNotificationsChannelsParams
- func (o *PostNotificationsChannelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostNotificationsChannelsReader
- type PostNotificationsChannelsRequestEntityTooLarge
- func (o *PostNotificationsChannelsRequestEntityTooLarge) Error() string
- func (o *PostNotificationsChannelsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsRequestEntityTooLarge) IsClientError() bool
- func (o *PostNotificationsChannelsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostNotificationsChannelsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostNotificationsChannelsRequestEntityTooLarge) IsServerError() bool
- func (o *PostNotificationsChannelsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostNotificationsChannelsRequestEntityTooLarge) String() string
- type PostNotificationsChannelsRequestTimeout
- func (o *PostNotificationsChannelsRequestTimeout) Error() string
- func (o *PostNotificationsChannelsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsRequestTimeout) IsClientError() bool
- func (o *PostNotificationsChannelsRequestTimeout) IsCode(code int) bool
- func (o *PostNotificationsChannelsRequestTimeout) IsRedirect() bool
- func (o *PostNotificationsChannelsRequestTimeout) IsServerError() bool
- func (o *PostNotificationsChannelsRequestTimeout) IsSuccess() bool
- func (o *PostNotificationsChannelsRequestTimeout) String() string
- type PostNotificationsChannelsServiceUnavailable
- func (o *PostNotificationsChannelsServiceUnavailable) Error() string
- func (o *PostNotificationsChannelsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsServiceUnavailable) IsClientError() bool
- func (o *PostNotificationsChannelsServiceUnavailable) IsCode(code int) bool
- func (o *PostNotificationsChannelsServiceUnavailable) IsRedirect() bool
- func (o *PostNotificationsChannelsServiceUnavailable) IsServerError() bool
- func (o *PostNotificationsChannelsServiceUnavailable) IsSuccess() bool
- func (o *PostNotificationsChannelsServiceUnavailable) String() string
- type PostNotificationsChannelsTooManyRequests
- func (o *PostNotificationsChannelsTooManyRequests) Error() string
- func (o *PostNotificationsChannelsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsTooManyRequests) IsClientError() bool
- func (o *PostNotificationsChannelsTooManyRequests) IsCode(code int) bool
- func (o *PostNotificationsChannelsTooManyRequests) IsRedirect() bool
- func (o *PostNotificationsChannelsTooManyRequests) IsServerError() bool
- func (o *PostNotificationsChannelsTooManyRequests) IsSuccess() bool
- func (o *PostNotificationsChannelsTooManyRequests) String() string
- type PostNotificationsChannelsUnauthorized
- func (o *PostNotificationsChannelsUnauthorized) Error() string
- func (o *PostNotificationsChannelsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsUnauthorized) IsClientError() bool
- func (o *PostNotificationsChannelsUnauthorized) IsCode(code int) bool
- func (o *PostNotificationsChannelsUnauthorized) IsRedirect() bool
- func (o *PostNotificationsChannelsUnauthorized) IsServerError() bool
- func (o *PostNotificationsChannelsUnauthorized) IsSuccess() bool
- func (o *PostNotificationsChannelsUnauthorized) String() string
- type PostNotificationsChannelsUnsupportedMediaType
- func (o *PostNotificationsChannelsUnsupportedMediaType) Error() string
- func (o *PostNotificationsChannelsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostNotificationsChannelsUnsupportedMediaType) IsClientError() bool
- func (o *PostNotificationsChannelsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostNotificationsChannelsUnsupportedMediaType) IsRedirect() bool
- func (o *PostNotificationsChannelsUnsupportedMediaType) IsServerError() bool
- func (o *PostNotificationsChannelsUnsupportedMediaType) IsSuccess() bool
- func (o *PostNotificationsChannelsUnsupportedMediaType) String() string
- type PutNotificationsChannelSubscriptionsBadRequest
- func (o *PutNotificationsChannelSubscriptionsBadRequest) Error() string
- func (o *PutNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsBadRequest) String() string
- type PutNotificationsChannelSubscriptionsForbidden
- func (o *PutNotificationsChannelSubscriptionsForbidden) Error() string
- func (o *PutNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsForbidden) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsForbidden) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsForbidden) String() string
- type PutNotificationsChannelSubscriptionsGatewayTimeout
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) Error() string
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) String() string
- type PutNotificationsChannelSubscriptionsInternalServerError
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) Error() string
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsInternalServerError) String() string
- type PutNotificationsChannelSubscriptionsNotFound
- func (o *PutNotificationsChannelSubscriptionsNotFound) Error() string
- func (o *PutNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsNotFound) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsNotFound) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsNotFound) String() string
- type PutNotificationsChannelSubscriptionsOK
- func (o *PutNotificationsChannelSubscriptionsOK) Error() string
- func (o *PutNotificationsChannelSubscriptionsOK) GetPayload() *models.ChannelTopicEntityListing
- func (o *PutNotificationsChannelSubscriptionsOK) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsOK) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsOK) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsOK) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsOK) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsOK) String() string
- type PutNotificationsChannelSubscriptionsParams
- func NewPutNotificationsChannelSubscriptionsParams() *PutNotificationsChannelSubscriptionsParams
- func NewPutNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *PutNotificationsChannelSubscriptionsParams
- func NewPutNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *PutNotificationsChannelSubscriptionsParams
- func NewPutNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) SetBody(body []*models.ChannelTopic)
- func (o *PutNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
- func (o *PutNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
- func (o *PutNotificationsChannelSubscriptionsParams) SetDefaults()
- func (o *PutNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
- func (o *PutNotificationsChannelSubscriptionsParams) SetIgnoreErrors(ignoreErrors *bool)
- func (o *PutNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
- func (o *PutNotificationsChannelSubscriptionsParams) WithBody(body []*models.ChannelTopic) *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) WithDefaults() *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) WithIgnoreErrors(ignoreErrors *bool) *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *PutNotificationsChannelSubscriptionsParams
- func (o *PutNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutNotificationsChannelSubscriptionsReader
- type PutNotificationsChannelSubscriptionsRequestEntityTooLarge
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
- type PutNotificationsChannelSubscriptionsRequestTimeout
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) Error() string
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsRequestTimeout) String() string
- type PutNotificationsChannelSubscriptionsServiceUnavailable
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) Error() string
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) String() string
- type PutNotificationsChannelSubscriptionsTooManyRequests
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) Error() string
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsTooManyRequests) String() string
- type PutNotificationsChannelSubscriptionsUnauthorized
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) Error() string
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsUnauthorized) String() string
- type PutNotificationsChannelSubscriptionsUnsupportedMediaType
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
- func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { /* DeleteNotificationsChannelSubscriptions removes all subscriptions */ DeleteNotificationsChannelSubscriptions(ctx context.Context, params *DeleteNotificationsChannelSubscriptionsParams) error /* GetNotificationsAvailabletopics gets available notification topics */ GetNotificationsAvailabletopics(ctx context.Context, params *GetNotificationsAvailabletopicsParams) (*GetNotificationsAvailabletopicsOK, error) /* GetNotificationsChannelSubscriptions thes list of all subscriptions for this channel */ GetNotificationsChannelSubscriptions(ctx context.Context, params *GetNotificationsChannelSubscriptionsParams) (*GetNotificationsChannelSubscriptionsOK, error) /* GetNotificationsChannels thes list of existing channels */ GetNotificationsChannels(ctx context.Context, params *GetNotificationsChannelsParams) (*GetNotificationsChannelsOK, error) /* HeadNotificationsChannel verifies a channel still exists and is valid Returns a 200 OK if channel exists, and a 404 Not Found if it doesn't */ HeadNotificationsChannel(ctx context.Context, params *HeadNotificationsChannelParams) error /* PostNotificationsChannelSubscriptions adds a list of subscriptions to the existing list of subscriptions */ PostNotificationsChannelSubscriptions(ctx context.Context, params *PostNotificationsChannelSubscriptionsParams) (*PostNotificationsChannelSubscriptionsOK, error) /* PostNotificationsChannels creates a new channel There is a limit of 20 channels per user/app combination. Creating a 21st channel will remove the channel with oldest last used date. Channels without an active connection will be removed first. */ PostNotificationsChannels(ctx context.Context, params *PostNotificationsChannelsParams) (*PostNotificationsChannelsOK, error) /* PutNotificationsChannelSubscriptions replaces the current list of subscriptions with a new list */ PutNotificationsChannelSubscriptions(ctx context.Context, params *PutNotificationsChannelSubscriptionsParams) (*PutNotificationsChannelSubscriptionsOK, error) }
API is the interface of the notifications client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for notifications API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new notifications API client.
func (*Client) DeleteNotificationsChannelSubscriptions ¶
func (a *Client) DeleteNotificationsChannelSubscriptions(ctx context.Context, params *DeleteNotificationsChannelSubscriptionsParams) error
DeleteNotificationsChannelSubscriptions removes all subscriptions
func (*Client) GetNotificationsAvailabletopics ¶
func (a *Client) GetNotificationsAvailabletopics(ctx context.Context, params *GetNotificationsAvailabletopicsParams) (*GetNotificationsAvailabletopicsOK, error)
GetNotificationsAvailabletopics gets available notification topics
func (*Client) GetNotificationsChannelSubscriptions ¶
func (a *Client) GetNotificationsChannelSubscriptions(ctx context.Context, params *GetNotificationsChannelSubscriptionsParams) (*GetNotificationsChannelSubscriptionsOK, error)
GetNotificationsChannelSubscriptions thes list of all subscriptions for this channel
func (*Client) GetNotificationsChannels ¶
func (a *Client) GetNotificationsChannels(ctx context.Context, params *GetNotificationsChannelsParams) (*GetNotificationsChannelsOK, error)
GetNotificationsChannels thes list of existing channels
func (*Client) HeadNotificationsChannel ¶
func (a *Client) HeadNotificationsChannel(ctx context.Context, params *HeadNotificationsChannelParams) error
HeadNotificationsChannel verifies a channel still exists and is valid
Returns a 200 OK if channel exists, and a 404 Not Found if it doesn't
func (*Client) PostNotificationsChannelSubscriptions ¶
func (a *Client) PostNotificationsChannelSubscriptions(ctx context.Context, params *PostNotificationsChannelSubscriptionsParams) (*PostNotificationsChannelSubscriptionsOK, error)
PostNotificationsChannelSubscriptions adds a list of subscriptions to the existing list of subscriptions
func (*Client) PostNotificationsChannels ¶
func (a *Client) PostNotificationsChannels(ctx context.Context, params *PostNotificationsChannelsParams) (*PostNotificationsChannelsOK, error)
PostNotificationsChannels creates a new channel
There is a limit of 20 channels per user/app combination. Creating a 21st channel will remove the channel with oldest last used date. Channels without an active connection will be removed first.
func (*Client) PutNotificationsChannelSubscriptions ¶
func (a *Client) PutNotificationsChannelSubscriptions(ctx context.Context, params *PutNotificationsChannelSubscriptionsParams) (*PutNotificationsChannelSubscriptionsOK, error)
PutNotificationsChannelSubscriptions replaces the current list of subscriptions with a new list
type DeleteNotificationsChannelSubscriptionsBadRequest ¶
DeleteNotificationsChannelSubscriptionsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewDeleteNotificationsChannelSubscriptionsBadRequest ¶
func NewDeleteNotificationsChannelSubscriptionsBadRequest() *DeleteNotificationsChannelSubscriptionsBadRequest
NewDeleteNotificationsChannelSubscriptionsBadRequest creates a DeleteNotificationsChannelSubscriptionsBadRequest with default headers values
func (*DeleteNotificationsChannelSubscriptionsBadRequest) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) Error() string
func (*DeleteNotificationsChannelSubscriptionsBadRequest) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsBadRequest) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions bad request response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsBadRequest) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions bad request response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsBadRequest) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions bad request response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsBadRequest) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions bad request response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsBadRequest) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions bad request response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsBadRequest) String ¶
func (o *DeleteNotificationsChannelSubscriptionsBadRequest) String() string
type DeleteNotificationsChannelSubscriptionsDefault ¶
type DeleteNotificationsChannelSubscriptionsDefault struct {
// contains filtered or unexported fields
}
DeleteNotificationsChannelSubscriptionsDefault describes a response with status code -1, with default header values.
successful operation
func NewDeleteNotificationsChannelSubscriptionsDefault ¶
func NewDeleteNotificationsChannelSubscriptionsDefault(code int) *DeleteNotificationsChannelSubscriptionsDefault
NewDeleteNotificationsChannelSubscriptionsDefault creates a DeleteNotificationsChannelSubscriptionsDefault with default headers values
func (*DeleteNotificationsChannelSubscriptionsDefault) Code ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) Code() int
Code gets the status code for the delete notifications channel subscriptions default response
func (*DeleteNotificationsChannelSubscriptionsDefault) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) Error() string
func (*DeleteNotificationsChannelSubscriptionsDefault) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions default response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsDefault) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions default response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsDefault) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions default response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsDefault) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions default response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsDefault) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions default response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsDefault) String ¶
func (o *DeleteNotificationsChannelSubscriptionsDefault) String() string
type DeleteNotificationsChannelSubscriptionsForbidden ¶
DeleteNotificationsChannelSubscriptionsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteNotificationsChannelSubscriptionsForbidden ¶
func NewDeleteNotificationsChannelSubscriptionsForbidden() *DeleteNotificationsChannelSubscriptionsForbidden
NewDeleteNotificationsChannelSubscriptionsForbidden creates a DeleteNotificationsChannelSubscriptionsForbidden with default headers values
func (*DeleteNotificationsChannelSubscriptionsForbidden) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) Error() string
func (*DeleteNotificationsChannelSubscriptionsForbidden) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsForbidden) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions forbidden response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsForbidden) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions forbidden response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsForbidden) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions forbidden response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsForbidden) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions forbidden response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsForbidden) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions forbidden response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsForbidden) String ¶
func (o *DeleteNotificationsChannelSubscriptionsForbidden) String() string
type DeleteNotificationsChannelSubscriptionsGatewayTimeout ¶
DeleteNotificationsChannelSubscriptionsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteNotificationsChannelSubscriptionsGatewayTimeout ¶
func NewDeleteNotificationsChannelSubscriptionsGatewayTimeout() *DeleteNotificationsChannelSubscriptionsGatewayTimeout
NewDeleteNotificationsChannelSubscriptionsGatewayTimeout creates a DeleteNotificationsChannelSubscriptionsGatewayTimeout with default headers values
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) Error() string
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions gateway timeout response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions gateway timeout response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions gateway timeout response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions gateway timeout response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions gateway timeout response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsGatewayTimeout) String ¶
func (o *DeleteNotificationsChannelSubscriptionsGatewayTimeout) String() string
type DeleteNotificationsChannelSubscriptionsInternalServerError ¶
type DeleteNotificationsChannelSubscriptionsInternalServerError struct {
Payload *models.ErrorBody
}
DeleteNotificationsChannelSubscriptionsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewDeleteNotificationsChannelSubscriptionsInternalServerError ¶
func NewDeleteNotificationsChannelSubscriptionsInternalServerError() *DeleteNotificationsChannelSubscriptionsInternalServerError
NewDeleteNotificationsChannelSubscriptionsInternalServerError creates a DeleteNotificationsChannelSubscriptionsInternalServerError with default headers values
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) Error() string
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions internal server error response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions internal server error response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions internal server error response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions internal server error response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions internal server error response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsInternalServerError) String ¶
func (o *DeleteNotificationsChannelSubscriptionsInternalServerError) String() string
type DeleteNotificationsChannelSubscriptionsNotFound ¶
DeleteNotificationsChannelSubscriptionsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteNotificationsChannelSubscriptionsNotFound ¶
func NewDeleteNotificationsChannelSubscriptionsNotFound() *DeleteNotificationsChannelSubscriptionsNotFound
NewDeleteNotificationsChannelSubscriptionsNotFound creates a DeleteNotificationsChannelSubscriptionsNotFound with default headers values
func (*DeleteNotificationsChannelSubscriptionsNotFound) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) Error() string
func (*DeleteNotificationsChannelSubscriptionsNotFound) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsNotFound) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions not found response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsNotFound) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions not found response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsNotFound) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions not found response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsNotFound) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions not found response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsNotFound) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions not found response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsNotFound) String ¶
func (o *DeleteNotificationsChannelSubscriptionsNotFound) String() string
type DeleteNotificationsChannelSubscriptionsParams ¶
type DeleteNotificationsChannelSubscriptionsParams struct { /* ChannelID. Channel ID */ ChannelID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteNotificationsChannelSubscriptionsParams contains all the parameters to send to the API endpoint
for the delete notifications channel subscriptions operation. Typically these are written to a http.Request.
func NewDeleteNotificationsChannelSubscriptionsParams ¶
func NewDeleteNotificationsChannelSubscriptionsParams() *DeleteNotificationsChannelSubscriptionsParams
NewDeleteNotificationsChannelSubscriptionsParams creates a new DeleteNotificationsChannelSubscriptionsParams 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 NewDeleteNotificationsChannelSubscriptionsParamsWithContext ¶
func NewDeleteNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *DeleteNotificationsChannelSubscriptionsParams
NewDeleteNotificationsChannelSubscriptionsParamsWithContext creates a new DeleteNotificationsChannelSubscriptionsParams object with the ability to set a context for a request.
func NewDeleteNotificationsChannelSubscriptionsParamsWithHTTPClient ¶
func NewDeleteNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *DeleteNotificationsChannelSubscriptionsParams
NewDeleteNotificationsChannelSubscriptionsParamsWithHTTPClient creates a new DeleteNotificationsChannelSubscriptionsParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteNotificationsChannelSubscriptionsParamsWithTimeout ¶
func NewDeleteNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *DeleteNotificationsChannelSubscriptionsParams
NewDeleteNotificationsChannelSubscriptionsParamsWithTimeout creates a new DeleteNotificationsChannelSubscriptionsParams object with the ability to set a timeout on a request.
func (*DeleteNotificationsChannelSubscriptionsParams) SetChannelID ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
SetChannelID adds the channelId to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) SetContext ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) SetDefaults ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) SetDefaults()
SetDefaults hydrates default values in the delete notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteNotificationsChannelSubscriptionsParams) SetHTTPClient ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) SetTimeout ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) WithChannelID ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *DeleteNotificationsChannelSubscriptionsParams
WithChannelID adds the channelID to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) WithContext ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *DeleteNotificationsChannelSubscriptionsParams
WithContext adds the context to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) WithDefaults ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) WithDefaults() *DeleteNotificationsChannelSubscriptionsParams
WithDefaults hydrates default values in the delete notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteNotificationsChannelSubscriptionsParams) WithHTTPClient ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *DeleteNotificationsChannelSubscriptionsParams
WithHTTPClient adds the HTTPClient to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) WithTimeout ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *DeleteNotificationsChannelSubscriptionsParams
WithTimeout adds the timeout to the delete notifications channel subscriptions params
func (*DeleteNotificationsChannelSubscriptionsParams) WriteToRequest ¶
func (o *DeleteNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteNotificationsChannelSubscriptionsReader ¶
type DeleteNotificationsChannelSubscriptionsReader struct {
// contains filtered or unexported fields
}
DeleteNotificationsChannelSubscriptionsReader is a Reader for the DeleteNotificationsChannelSubscriptions structure.
func (*DeleteNotificationsChannelSubscriptionsReader) ReadResponse ¶
func (o *DeleteNotificationsChannelSubscriptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
type DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge struct {
Payload *models.ErrorBody
}
DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
func NewDeleteNotificationsChannelSubscriptionsRequestEntityTooLarge() *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge
NewDeleteNotificationsChannelSubscriptionsRequestEntityTooLarge creates a DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge with default headers values
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions request entity too large response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions request entity too large response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions request entity too large response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions request entity too large response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions request entity too large response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) String ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
type DeleteNotificationsChannelSubscriptionsRequestTimeout ¶
DeleteNotificationsChannelSubscriptionsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewDeleteNotificationsChannelSubscriptionsRequestTimeout ¶
func NewDeleteNotificationsChannelSubscriptionsRequestTimeout() *DeleteNotificationsChannelSubscriptionsRequestTimeout
NewDeleteNotificationsChannelSubscriptionsRequestTimeout creates a DeleteNotificationsChannelSubscriptionsRequestTimeout with default headers values
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) Error() string
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions request timeout response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions request timeout response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions request timeout response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions request timeout response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions request timeout response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsRequestTimeout) String ¶
func (o *DeleteNotificationsChannelSubscriptionsRequestTimeout) String() string
type DeleteNotificationsChannelSubscriptionsServiceUnavailable ¶
type DeleteNotificationsChannelSubscriptionsServiceUnavailable struct {
}DeleteNotificationsChannelSubscriptionsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewDeleteNotificationsChannelSubscriptionsServiceUnavailable ¶
func NewDeleteNotificationsChannelSubscriptionsServiceUnavailable() *DeleteNotificationsChannelSubscriptionsServiceUnavailable
NewDeleteNotificationsChannelSubscriptionsServiceUnavailable creates a DeleteNotificationsChannelSubscriptionsServiceUnavailable with default headers values
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) Error() string
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions service unavailable response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions service unavailable response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions service unavailable response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions service unavailable response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions service unavailable response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsServiceUnavailable) String ¶
func (o *DeleteNotificationsChannelSubscriptionsServiceUnavailable) String() string
type DeleteNotificationsChannelSubscriptionsTooManyRequests ¶
DeleteNotificationsChannelSubscriptionsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteNotificationsChannelSubscriptionsTooManyRequests ¶
func NewDeleteNotificationsChannelSubscriptionsTooManyRequests() *DeleteNotificationsChannelSubscriptionsTooManyRequests
NewDeleteNotificationsChannelSubscriptionsTooManyRequests creates a DeleteNotificationsChannelSubscriptionsTooManyRequests with default headers values
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) Error() string
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions too many requests response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions too many requests response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions too many requests response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions too many requests response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions too many requests response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsTooManyRequests) String ¶
func (o *DeleteNotificationsChannelSubscriptionsTooManyRequests) String() string
type DeleteNotificationsChannelSubscriptionsUnauthorized ¶
type DeleteNotificationsChannelSubscriptionsUnauthorized struct {
}DeleteNotificationsChannelSubscriptionsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteNotificationsChannelSubscriptionsUnauthorized ¶
func NewDeleteNotificationsChannelSubscriptionsUnauthorized() *DeleteNotificationsChannelSubscriptionsUnauthorized
NewDeleteNotificationsChannelSubscriptionsUnauthorized creates a DeleteNotificationsChannelSubscriptionsUnauthorized with default headers values
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) Error() string
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions unauthorized response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions unauthorized response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions unauthorized response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions unauthorized response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions unauthorized response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsUnauthorized) String ¶
func (o *DeleteNotificationsChannelSubscriptionsUnauthorized) String() string
type DeleteNotificationsChannelSubscriptionsUnsupportedMediaType ¶
type DeleteNotificationsChannelSubscriptionsUnsupportedMediaType struct {
Payload *models.ErrorBody
}
DeleteNotificationsChannelSubscriptionsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewDeleteNotificationsChannelSubscriptionsUnsupportedMediaType ¶
func NewDeleteNotificationsChannelSubscriptionsUnsupportedMediaType() *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType
NewDeleteNotificationsChannelSubscriptionsUnsupportedMediaType creates a DeleteNotificationsChannelSubscriptionsUnsupportedMediaType with default headers values
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) Error ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete notifications channel subscriptions unsupported media type response has a 4xx status code
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete notifications channel subscriptions unsupported media type response a status code equal to that given
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete notifications channel subscriptions unsupported media type response has a 3xx status code
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete notifications channel subscriptions unsupported media type response has a 5xx status code
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete notifications channel subscriptions unsupported media type response has a 2xx status code
func (*DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) String ¶
func (o *DeleteNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
type GetNotificationsAvailabletopicsBadRequest ¶
GetNotificationsAvailabletopicsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetNotificationsAvailabletopicsBadRequest ¶
func NewGetNotificationsAvailabletopicsBadRequest() *GetNotificationsAvailabletopicsBadRequest
NewGetNotificationsAvailabletopicsBadRequest creates a GetNotificationsAvailabletopicsBadRequest with default headers values
func (*GetNotificationsAvailabletopicsBadRequest) Error ¶
func (o *GetNotificationsAvailabletopicsBadRequest) Error() string
func (*GetNotificationsAvailabletopicsBadRequest) GetPayload ¶
func (o *GetNotificationsAvailabletopicsBadRequest) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsBadRequest) IsClientError ¶
func (o *GetNotificationsAvailabletopicsBadRequest) IsClientError() bool
IsClientError returns true when this get notifications availabletopics bad request response has a 4xx status code
func (*GetNotificationsAvailabletopicsBadRequest) IsCode ¶
func (o *GetNotificationsAvailabletopicsBadRequest) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics bad request response a status code equal to that given
func (*GetNotificationsAvailabletopicsBadRequest) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsBadRequest) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics bad request response has a 3xx status code
func (*GetNotificationsAvailabletopicsBadRequest) IsServerError ¶
func (o *GetNotificationsAvailabletopicsBadRequest) IsServerError() bool
IsServerError returns true when this get notifications availabletopics bad request response has a 5xx status code
func (*GetNotificationsAvailabletopicsBadRequest) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsBadRequest) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics bad request response has a 2xx status code
func (*GetNotificationsAvailabletopicsBadRequest) String ¶
func (o *GetNotificationsAvailabletopicsBadRequest) String() string
type GetNotificationsAvailabletopicsForbidden ¶
GetNotificationsAvailabletopicsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetNotificationsAvailabletopicsForbidden ¶
func NewGetNotificationsAvailabletopicsForbidden() *GetNotificationsAvailabletopicsForbidden
NewGetNotificationsAvailabletopicsForbidden creates a GetNotificationsAvailabletopicsForbidden with default headers values
func (*GetNotificationsAvailabletopicsForbidden) Error ¶
func (o *GetNotificationsAvailabletopicsForbidden) Error() string
func (*GetNotificationsAvailabletopicsForbidden) GetPayload ¶
func (o *GetNotificationsAvailabletopicsForbidden) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsForbidden) IsClientError ¶
func (o *GetNotificationsAvailabletopicsForbidden) IsClientError() bool
IsClientError returns true when this get notifications availabletopics forbidden response has a 4xx status code
func (*GetNotificationsAvailabletopicsForbidden) IsCode ¶
func (o *GetNotificationsAvailabletopicsForbidden) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics forbidden response a status code equal to that given
func (*GetNotificationsAvailabletopicsForbidden) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsForbidden) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics forbidden response has a 3xx status code
func (*GetNotificationsAvailabletopicsForbidden) IsServerError ¶
func (o *GetNotificationsAvailabletopicsForbidden) IsServerError() bool
IsServerError returns true when this get notifications availabletopics forbidden response has a 5xx status code
func (*GetNotificationsAvailabletopicsForbidden) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsForbidden) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics forbidden response has a 2xx status code
func (*GetNotificationsAvailabletopicsForbidden) String ¶
func (o *GetNotificationsAvailabletopicsForbidden) String() string
type GetNotificationsAvailabletopicsGatewayTimeout ¶
GetNotificationsAvailabletopicsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetNotificationsAvailabletopicsGatewayTimeout ¶
func NewGetNotificationsAvailabletopicsGatewayTimeout() *GetNotificationsAvailabletopicsGatewayTimeout
NewGetNotificationsAvailabletopicsGatewayTimeout creates a GetNotificationsAvailabletopicsGatewayTimeout with default headers values
func (*GetNotificationsAvailabletopicsGatewayTimeout) Error ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) Error() string
func (*GetNotificationsAvailabletopicsGatewayTimeout) GetPayload ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsGatewayTimeout) IsClientError ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get notifications availabletopics gateway timeout response has a 4xx status code
func (*GetNotificationsAvailabletopicsGatewayTimeout) IsCode ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics gateway timeout response a status code equal to that given
func (*GetNotificationsAvailabletopicsGatewayTimeout) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics gateway timeout response has a 3xx status code
func (*GetNotificationsAvailabletopicsGatewayTimeout) IsServerError ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get notifications availabletopics gateway timeout response has a 5xx status code
func (*GetNotificationsAvailabletopicsGatewayTimeout) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics gateway timeout response has a 2xx status code
func (*GetNotificationsAvailabletopicsGatewayTimeout) String ¶
func (o *GetNotificationsAvailabletopicsGatewayTimeout) String() string
type GetNotificationsAvailabletopicsInternalServerError ¶
GetNotificationsAvailabletopicsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetNotificationsAvailabletopicsInternalServerError ¶
func NewGetNotificationsAvailabletopicsInternalServerError() *GetNotificationsAvailabletopicsInternalServerError
NewGetNotificationsAvailabletopicsInternalServerError creates a GetNotificationsAvailabletopicsInternalServerError with default headers values
func (*GetNotificationsAvailabletopicsInternalServerError) Error ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) Error() string
func (*GetNotificationsAvailabletopicsInternalServerError) GetPayload ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsInternalServerError) IsClientError ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) IsClientError() bool
IsClientError returns true when this get notifications availabletopics internal server error response has a 4xx status code
func (*GetNotificationsAvailabletopicsInternalServerError) IsCode ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics internal server error response a status code equal to that given
func (*GetNotificationsAvailabletopicsInternalServerError) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics internal server error response has a 3xx status code
func (*GetNotificationsAvailabletopicsInternalServerError) IsServerError ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) IsServerError() bool
IsServerError returns true when this get notifications availabletopics internal server error response has a 5xx status code
func (*GetNotificationsAvailabletopicsInternalServerError) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics internal server error response has a 2xx status code
func (*GetNotificationsAvailabletopicsInternalServerError) String ¶
func (o *GetNotificationsAvailabletopicsInternalServerError) String() string
type GetNotificationsAvailabletopicsNotFound ¶
GetNotificationsAvailabletopicsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetNotificationsAvailabletopicsNotFound ¶
func NewGetNotificationsAvailabletopicsNotFound() *GetNotificationsAvailabletopicsNotFound
NewGetNotificationsAvailabletopicsNotFound creates a GetNotificationsAvailabletopicsNotFound with default headers values
func (*GetNotificationsAvailabletopicsNotFound) Error ¶
func (o *GetNotificationsAvailabletopicsNotFound) Error() string
func (*GetNotificationsAvailabletopicsNotFound) GetPayload ¶
func (o *GetNotificationsAvailabletopicsNotFound) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsNotFound) IsClientError ¶
func (o *GetNotificationsAvailabletopicsNotFound) IsClientError() bool
IsClientError returns true when this get notifications availabletopics not found response has a 4xx status code
func (*GetNotificationsAvailabletopicsNotFound) IsCode ¶
func (o *GetNotificationsAvailabletopicsNotFound) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics not found response a status code equal to that given
func (*GetNotificationsAvailabletopicsNotFound) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsNotFound) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics not found response has a 3xx status code
func (*GetNotificationsAvailabletopicsNotFound) IsServerError ¶
func (o *GetNotificationsAvailabletopicsNotFound) IsServerError() bool
IsServerError returns true when this get notifications availabletopics not found response has a 5xx status code
func (*GetNotificationsAvailabletopicsNotFound) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsNotFound) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics not found response has a 2xx status code
func (*GetNotificationsAvailabletopicsNotFound) String ¶
func (o *GetNotificationsAvailabletopicsNotFound) String() string
type GetNotificationsAvailabletopicsOK ¶
type GetNotificationsAvailabletopicsOK struct {
Payload *models.AvailableTopicEntityListing
}
GetNotificationsAvailabletopicsOK describes a response with status code 200, with default header values.
successful operation
func NewGetNotificationsAvailabletopicsOK ¶
func NewGetNotificationsAvailabletopicsOK() *GetNotificationsAvailabletopicsOK
NewGetNotificationsAvailabletopicsOK creates a GetNotificationsAvailabletopicsOK with default headers values
func (*GetNotificationsAvailabletopicsOK) Error ¶
func (o *GetNotificationsAvailabletopicsOK) Error() string
func (*GetNotificationsAvailabletopicsOK) GetPayload ¶
func (o *GetNotificationsAvailabletopicsOK) GetPayload() *models.AvailableTopicEntityListing
func (*GetNotificationsAvailabletopicsOK) IsClientError ¶
func (o *GetNotificationsAvailabletopicsOK) IsClientError() bool
IsClientError returns true when this get notifications availabletopics o k response has a 4xx status code
func (*GetNotificationsAvailabletopicsOK) IsCode ¶
func (o *GetNotificationsAvailabletopicsOK) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics o k response a status code equal to that given
func (*GetNotificationsAvailabletopicsOK) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsOK) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics o k response has a 3xx status code
func (*GetNotificationsAvailabletopicsOK) IsServerError ¶
func (o *GetNotificationsAvailabletopicsOK) IsServerError() bool
IsServerError returns true when this get notifications availabletopics o k response has a 5xx status code
func (*GetNotificationsAvailabletopicsOK) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsOK) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics o k response has a 2xx status code
func (*GetNotificationsAvailabletopicsOK) String ¶
func (o *GetNotificationsAvailabletopicsOK) String() string
type GetNotificationsAvailabletopicsParams ¶
type GetNotificationsAvailabletopicsParams struct { /* Expand. Which fields, if any, to expand */ Expand []string /* IncludePreview. Whether or not to include Preview topics Default: true */ IncludePreview *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNotificationsAvailabletopicsParams contains all the parameters to send to the API endpoint
for the get notifications availabletopics operation. Typically these are written to a http.Request.
func NewGetNotificationsAvailabletopicsParams ¶
func NewGetNotificationsAvailabletopicsParams() *GetNotificationsAvailabletopicsParams
NewGetNotificationsAvailabletopicsParams creates a new GetNotificationsAvailabletopicsParams 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 NewGetNotificationsAvailabletopicsParamsWithContext ¶
func NewGetNotificationsAvailabletopicsParamsWithContext(ctx context.Context) *GetNotificationsAvailabletopicsParams
NewGetNotificationsAvailabletopicsParamsWithContext creates a new GetNotificationsAvailabletopicsParams object with the ability to set a context for a request.
func NewGetNotificationsAvailabletopicsParamsWithHTTPClient ¶
func NewGetNotificationsAvailabletopicsParamsWithHTTPClient(client *http.Client) *GetNotificationsAvailabletopicsParams
NewGetNotificationsAvailabletopicsParamsWithHTTPClient creates a new GetNotificationsAvailabletopicsParams object with the ability to set a custom HTTPClient for a request.
func NewGetNotificationsAvailabletopicsParamsWithTimeout ¶
func NewGetNotificationsAvailabletopicsParamsWithTimeout(timeout time.Duration) *GetNotificationsAvailabletopicsParams
NewGetNotificationsAvailabletopicsParamsWithTimeout creates a new GetNotificationsAvailabletopicsParams object with the ability to set a timeout on a request.
func (*GetNotificationsAvailabletopicsParams) SetContext ¶
func (o *GetNotificationsAvailabletopicsParams) SetContext(ctx context.Context)
SetContext adds the context to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) SetDefaults ¶
func (o *GetNotificationsAvailabletopicsParams) SetDefaults()
SetDefaults hydrates default values in the get notifications availabletopics params (not the query body).
All values with no default are reset to their zero value.
func (*GetNotificationsAvailabletopicsParams) SetExpand ¶
func (o *GetNotificationsAvailabletopicsParams) SetExpand(expand []string)
SetExpand adds the expand to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) SetHTTPClient ¶
func (o *GetNotificationsAvailabletopicsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) SetIncludePreview ¶
func (o *GetNotificationsAvailabletopicsParams) SetIncludePreview(includePreview *bool)
SetIncludePreview adds the includePreview to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) SetTimeout ¶
func (o *GetNotificationsAvailabletopicsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) WithContext ¶
func (o *GetNotificationsAvailabletopicsParams) WithContext(ctx context.Context) *GetNotificationsAvailabletopicsParams
WithContext adds the context to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) WithDefaults ¶
func (o *GetNotificationsAvailabletopicsParams) WithDefaults() *GetNotificationsAvailabletopicsParams
WithDefaults hydrates default values in the get notifications availabletopics params (not the query body).
All values with no default are reset to their zero value.
func (*GetNotificationsAvailabletopicsParams) WithExpand ¶
func (o *GetNotificationsAvailabletopicsParams) WithExpand(expand []string) *GetNotificationsAvailabletopicsParams
WithExpand adds the expand to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) WithHTTPClient ¶
func (o *GetNotificationsAvailabletopicsParams) WithHTTPClient(client *http.Client) *GetNotificationsAvailabletopicsParams
WithHTTPClient adds the HTTPClient to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) WithIncludePreview ¶
func (o *GetNotificationsAvailabletopicsParams) WithIncludePreview(includePreview *bool) *GetNotificationsAvailabletopicsParams
WithIncludePreview adds the includePreview to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) WithTimeout ¶
func (o *GetNotificationsAvailabletopicsParams) WithTimeout(timeout time.Duration) *GetNotificationsAvailabletopicsParams
WithTimeout adds the timeout to the get notifications availabletopics params
func (*GetNotificationsAvailabletopicsParams) WriteToRequest ¶
func (o *GetNotificationsAvailabletopicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNotificationsAvailabletopicsReader ¶
type GetNotificationsAvailabletopicsReader struct {
// contains filtered or unexported fields
}
GetNotificationsAvailabletopicsReader is a Reader for the GetNotificationsAvailabletopics structure.
func (*GetNotificationsAvailabletopicsReader) ReadResponse ¶
func (o *GetNotificationsAvailabletopicsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNotificationsAvailabletopicsRequestEntityTooLarge ¶
GetNotificationsAvailabletopicsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetNotificationsAvailabletopicsRequestEntityTooLarge ¶
func NewGetNotificationsAvailabletopicsRequestEntityTooLarge() *GetNotificationsAvailabletopicsRequestEntityTooLarge
NewGetNotificationsAvailabletopicsRequestEntityTooLarge creates a GetNotificationsAvailabletopicsRequestEntityTooLarge with default headers values
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) Error ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) Error() string
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) GetPayload ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) IsClientError ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get notifications availabletopics request entity too large response has a 4xx status code
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) IsCode ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics request entity too large response a status code equal to that given
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics request entity too large response has a 3xx status code
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) IsServerError ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get notifications availabletopics request entity too large response has a 5xx status code
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics request entity too large response has a 2xx status code
func (*GetNotificationsAvailabletopicsRequestEntityTooLarge) String ¶
func (o *GetNotificationsAvailabletopicsRequestEntityTooLarge) String() string
type GetNotificationsAvailabletopicsRequestTimeout ¶
GetNotificationsAvailabletopicsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetNotificationsAvailabletopicsRequestTimeout ¶
func NewGetNotificationsAvailabletopicsRequestTimeout() *GetNotificationsAvailabletopicsRequestTimeout
NewGetNotificationsAvailabletopicsRequestTimeout creates a GetNotificationsAvailabletopicsRequestTimeout with default headers values
func (*GetNotificationsAvailabletopicsRequestTimeout) Error ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) Error() string
func (*GetNotificationsAvailabletopicsRequestTimeout) GetPayload ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsRequestTimeout) IsClientError ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) IsClientError() bool
IsClientError returns true when this get notifications availabletopics request timeout response has a 4xx status code
func (*GetNotificationsAvailabletopicsRequestTimeout) IsCode ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics request timeout response a status code equal to that given
func (*GetNotificationsAvailabletopicsRequestTimeout) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics request timeout response has a 3xx status code
func (*GetNotificationsAvailabletopicsRequestTimeout) IsServerError ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) IsServerError() bool
IsServerError returns true when this get notifications availabletopics request timeout response has a 5xx status code
func (*GetNotificationsAvailabletopicsRequestTimeout) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics request timeout response has a 2xx status code
func (*GetNotificationsAvailabletopicsRequestTimeout) String ¶
func (o *GetNotificationsAvailabletopicsRequestTimeout) String() string
type GetNotificationsAvailabletopicsServiceUnavailable ¶
type GetNotificationsAvailabletopicsServiceUnavailable struct {
}GetNotificationsAvailabletopicsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetNotificationsAvailabletopicsServiceUnavailable ¶
func NewGetNotificationsAvailabletopicsServiceUnavailable() *GetNotificationsAvailabletopicsServiceUnavailable
NewGetNotificationsAvailabletopicsServiceUnavailable creates a GetNotificationsAvailabletopicsServiceUnavailable with default headers values
func (*GetNotificationsAvailabletopicsServiceUnavailable) Error ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) Error() string
func (*GetNotificationsAvailabletopicsServiceUnavailable) GetPayload ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsServiceUnavailable) IsClientError ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get notifications availabletopics service unavailable response has a 4xx status code
func (*GetNotificationsAvailabletopicsServiceUnavailable) IsCode ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics service unavailable response a status code equal to that given
func (*GetNotificationsAvailabletopicsServiceUnavailable) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics service unavailable response has a 3xx status code
func (*GetNotificationsAvailabletopicsServiceUnavailable) IsServerError ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get notifications availabletopics service unavailable response has a 5xx status code
func (*GetNotificationsAvailabletopicsServiceUnavailable) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics service unavailable response has a 2xx status code
func (*GetNotificationsAvailabletopicsServiceUnavailable) String ¶
func (o *GetNotificationsAvailabletopicsServiceUnavailable) String() string
type GetNotificationsAvailabletopicsTooManyRequests ¶
GetNotificationsAvailabletopicsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetNotificationsAvailabletopicsTooManyRequests ¶
func NewGetNotificationsAvailabletopicsTooManyRequests() *GetNotificationsAvailabletopicsTooManyRequests
NewGetNotificationsAvailabletopicsTooManyRequests creates a GetNotificationsAvailabletopicsTooManyRequests with default headers values
func (*GetNotificationsAvailabletopicsTooManyRequests) Error ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) Error() string
func (*GetNotificationsAvailabletopicsTooManyRequests) GetPayload ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsTooManyRequests) IsClientError ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) IsClientError() bool
IsClientError returns true when this get notifications availabletopics too many requests response has a 4xx status code
func (*GetNotificationsAvailabletopicsTooManyRequests) IsCode ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics too many requests response a status code equal to that given
func (*GetNotificationsAvailabletopicsTooManyRequests) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics too many requests response has a 3xx status code
func (*GetNotificationsAvailabletopicsTooManyRequests) IsServerError ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) IsServerError() bool
IsServerError returns true when this get notifications availabletopics too many requests response has a 5xx status code
func (*GetNotificationsAvailabletopicsTooManyRequests) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics too many requests response has a 2xx status code
func (*GetNotificationsAvailabletopicsTooManyRequests) String ¶
func (o *GetNotificationsAvailabletopicsTooManyRequests) String() string
type GetNotificationsAvailabletopicsUnauthorized ¶
type GetNotificationsAvailabletopicsUnauthorized struct {
}GetNotificationsAvailabletopicsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetNotificationsAvailabletopicsUnauthorized ¶
func NewGetNotificationsAvailabletopicsUnauthorized() *GetNotificationsAvailabletopicsUnauthorized
NewGetNotificationsAvailabletopicsUnauthorized creates a GetNotificationsAvailabletopicsUnauthorized with default headers values
func (*GetNotificationsAvailabletopicsUnauthorized) Error ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) Error() string
func (*GetNotificationsAvailabletopicsUnauthorized) GetPayload ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsUnauthorized) IsClientError ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) IsClientError() bool
IsClientError returns true when this get notifications availabletopics unauthorized response has a 4xx status code
func (*GetNotificationsAvailabletopicsUnauthorized) IsCode ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics unauthorized response a status code equal to that given
func (*GetNotificationsAvailabletopicsUnauthorized) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics unauthorized response has a 3xx status code
func (*GetNotificationsAvailabletopicsUnauthorized) IsServerError ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) IsServerError() bool
IsServerError returns true when this get notifications availabletopics unauthorized response has a 5xx status code
func (*GetNotificationsAvailabletopicsUnauthorized) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics unauthorized response has a 2xx status code
func (*GetNotificationsAvailabletopicsUnauthorized) String ¶
func (o *GetNotificationsAvailabletopicsUnauthorized) String() string
type GetNotificationsAvailabletopicsUnsupportedMediaType ¶
GetNotificationsAvailabletopicsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetNotificationsAvailabletopicsUnsupportedMediaType ¶
func NewGetNotificationsAvailabletopicsUnsupportedMediaType() *GetNotificationsAvailabletopicsUnsupportedMediaType
NewGetNotificationsAvailabletopicsUnsupportedMediaType creates a GetNotificationsAvailabletopicsUnsupportedMediaType with default headers values
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) Error ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) Error() string
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) GetPayload ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) IsClientError ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get notifications availabletopics unsupported media type response has a 4xx status code
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) IsCode ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get notifications availabletopics unsupported media type response a status code equal to that given
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) IsRedirect ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get notifications availabletopics unsupported media type response has a 3xx status code
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) IsServerError ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get notifications availabletopics unsupported media type response has a 5xx status code
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) IsSuccess ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get notifications availabletopics unsupported media type response has a 2xx status code
func (*GetNotificationsAvailabletopicsUnsupportedMediaType) String ¶
func (o *GetNotificationsAvailabletopicsUnsupportedMediaType) String() string
type GetNotificationsChannelSubscriptionsBadRequest ¶
GetNotificationsChannelSubscriptionsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetNotificationsChannelSubscriptionsBadRequest ¶
func NewGetNotificationsChannelSubscriptionsBadRequest() *GetNotificationsChannelSubscriptionsBadRequest
NewGetNotificationsChannelSubscriptionsBadRequest creates a GetNotificationsChannelSubscriptionsBadRequest with default headers values
func (*GetNotificationsChannelSubscriptionsBadRequest) Error ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) Error() string
func (*GetNotificationsChannelSubscriptionsBadRequest) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsBadRequest) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions bad request response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsBadRequest) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions bad request response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsBadRequest) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions bad request response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsBadRequest) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions bad request response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsBadRequest) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions bad request response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsBadRequest) String ¶
func (o *GetNotificationsChannelSubscriptionsBadRequest) String() string
type GetNotificationsChannelSubscriptionsForbidden ¶
GetNotificationsChannelSubscriptionsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetNotificationsChannelSubscriptionsForbidden ¶
func NewGetNotificationsChannelSubscriptionsForbidden() *GetNotificationsChannelSubscriptionsForbidden
NewGetNotificationsChannelSubscriptionsForbidden creates a GetNotificationsChannelSubscriptionsForbidden with default headers values
func (*GetNotificationsChannelSubscriptionsForbidden) Error ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) Error() string
func (*GetNotificationsChannelSubscriptionsForbidden) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsForbidden) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions forbidden response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsForbidden) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions forbidden response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsForbidden) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions forbidden response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsForbidden) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions forbidden response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsForbidden) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions forbidden response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsForbidden) String ¶
func (o *GetNotificationsChannelSubscriptionsForbidden) String() string
type GetNotificationsChannelSubscriptionsGatewayTimeout ¶
GetNotificationsChannelSubscriptionsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetNotificationsChannelSubscriptionsGatewayTimeout ¶
func NewGetNotificationsChannelSubscriptionsGatewayTimeout() *GetNotificationsChannelSubscriptionsGatewayTimeout
NewGetNotificationsChannelSubscriptionsGatewayTimeout creates a GetNotificationsChannelSubscriptionsGatewayTimeout with default headers values
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) Error ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) Error() string
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions gateway timeout response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions gateway timeout response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions gateway timeout response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions gateway timeout response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions gateway timeout response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsGatewayTimeout) String ¶
func (o *GetNotificationsChannelSubscriptionsGatewayTimeout) String() string
type GetNotificationsChannelSubscriptionsInternalServerError ¶
GetNotificationsChannelSubscriptionsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetNotificationsChannelSubscriptionsInternalServerError ¶
func NewGetNotificationsChannelSubscriptionsInternalServerError() *GetNotificationsChannelSubscriptionsInternalServerError
NewGetNotificationsChannelSubscriptionsInternalServerError creates a GetNotificationsChannelSubscriptionsInternalServerError with default headers values
func (*GetNotificationsChannelSubscriptionsInternalServerError) Error ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) Error() string
func (*GetNotificationsChannelSubscriptionsInternalServerError) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsInternalServerError) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions internal server error response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsInternalServerError) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions internal server error response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsInternalServerError) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions internal server error response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsInternalServerError) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions internal server error response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsInternalServerError) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions internal server error response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsInternalServerError) String ¶
func (o *GetNotificationsChannelSubscriptionsInternalServerError) String() string
type GetNotificationsChannelSubscriptionsNotFound ¶
GetNotificationsChannelSubscriptionsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetNotificationsChannelSubscriptionsNotFound ¶
func NewGetNotificationsChannelSubscriptionsNotFound() *GetNotificationsChannelSubscriptionsNotFound
NewGetNotificationsChannelSubscriptionsNotFound creates a GetNotificationsChannelSubscriptionsNotFound with default headers values
func (*GetNotificationsChannelSubscriptionsNotFound) Error ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) Error() string
func (*GetNotificationsChannelSubscriptionsNotFound) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsNotFound) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions not found response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsNotFound) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions not found response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsNotFound) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions not found response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsNotFound) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions not found response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsNotFound) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions not found response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsNotFound) String ¶
func (o *GetNotificationsChannelSubscriptionsNotFound) String() string
type GetNotificationsChannelSubscriptionsOK ¶
type GetNotificationsChannelSubscriptionsOK struct {
Payload *models.ChannelTopicEntityListing
}
GetNotificationsChannelSubscriptionsOK describes a response with status code 200, with default header values.
successful operation
func NewGetNotificationsChannelSubscriptionsOK ¶
func NewGetNotificationsChannelSubscriptionsOK() *GetNotificationsChannelSubscriptionsOK
NewGetNotificationsChannelSubscriptionsOK creates a GetNotificationsChannelSubscriptionsOK with default headers values
func (*GetNotificationsChannelSubscriptionsOK) Error ¶
func (o *GetNotificationsChannelSubscriptionsOK) Error() string
func (*GetNotificationsChannelSubscriptionsOK) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsOK) GetPayload() *models.ChannelTopicEntityListing
func (*GetNotificationsChannelSubscriptionsOK) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsOK) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions o k response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsOK) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsOK) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions o k response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsOK) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsOK) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions o k response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsOK) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsOK) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions o k response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsOK) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsOK) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions o k response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsOK) String ¶
func (o *GetNotificationsChannelSubscriptionsOK) String() string
type GetNotificationsChannelSubscriptionsParams ¶
type GetNotificationsChannelSubscriptionsParams struct { /* ChannelID. Channel ID */ ChannelID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNotificationsChannelSubscriptionsParams contains all the parameters to send to the API endpoint
for the get notifications channel subscriptions operation. Typically these are written to a http.Request.
func NewGetNotificationsChannelSubscriptionsParams ¶
func NewGetNotificationsChannelSubscriptionsParams() *GetNotificationsChannelSubscriptionsParams
NewGetNotificationsChannelSubscriptionsParams creates a new GetNotificationsChannelSubscriptionsParams 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 NewGetNotificationsChannelSubscriptionsParamsWithContext ¶
func NewGetNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *GetNotificationsChannelSubscriptionsParams
NewGetNotificationsChannelSubscriptionsParamsWithContext creates a new GetNotificationsChannelSubscriptionsParams object with the ability to set a context for a request.
func NewGetNotificationsChannelSubscriptionsParamsWithHTTPClient ¶
func NewGetNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *GetNotificationsChannelSubscriptionsParams
NewGetNotificationsChannelSubscriptionsParamsWithHTTPClient creates a new GetNotificationsChannelSubscriptionsParams object with the ability to set a custom HTTPClient for a request.
func NewGetNotificationsChannelSubscriptionsParamsWithTimeout ¶
func NewGetNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *GetNotificationsChannelSubscriptionsParams
NewGetNotificationsChannelSubscriptionsParamsWithTimeout creates a new GetNotificationsChannelSubscriptionsParams object with the ability to set a timeout on a request.
func (*GetNotificationsChannelSubscriptionsParams) SetChannelID ¶
func (o *GetNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
SetChannelID adds the channelId to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) SetContext ¶
func (o *GetNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) SetDefaults ¶
func (o *GetNotificationsChannelSubscriptionsParams) SetDefaults()
SetDefaults hydrates default values in the get notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*GetNotificationsChannelSubscriptionsParams) SetHTTPClient ¶
func (o *GetNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) SetTimeout ¶
func (o *GetNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) WithChannelID ¶
func (o *GetNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *GetNotificationsChannelSubscriptionsParams
WithChannelID adds the channelID to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) WithContext ¶
func (o *GetNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *GetNotificationsChannelSubscriptionsParams
WithContext adds the context to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) WithDefaults ¶
func (o *GetNotificationsChannelSubscriptionsParams) WithDefaults() *GetNotificationsChannelSubscriptionsParams
WithDefaults hydrates default values in the get notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*GetNotificationsChannelSubscriptionsParams) WithHTTPClient ¶
func (o *GetNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *GetNotificationsChannelSubscriptionsParams
WithHTTPClient adds the HTTPClient to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) WithTimeout ¶
func (o *GetNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *GetNotificationsChannelSubscriptionsParams
WithTimeout adds the timeout to the get notifications channel subscriptions params
func (*GetNotificationsChannelSubscriptionsParams) WriteToRequest ¶
func (o *GetNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNotificationsChannelSubscriptionsReader ¶
type GetNotificationsChannelSubscriptionsReader struct {
// contains filtered or unexported fields
}
GetNotificationsChannelSubscriptionsReader is a Reader for the GetNotificationsChannelSubscriptions structure.
func (*GetNotificationsChannelSubscriptionsReader) ReadResponse ¶
func (o *GetNotificationsChannelSubscriptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
GetNotificationsChannelSubscriptionsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
func NewGetNotificationsChannelSubscriptionsRequestEntityTooLarge() *GetNotificationsChannelSubscriptionsRequestEntityTooLarge
NewGetNotificationsChannelSubscriptionsRequestEntityTooLarge creates a GetNotificationsChannelSubscriptionsRequestEntityTooLarge with default headers values
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) Error ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions request entity too large response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions request entity too large response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions request entity too large response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions request entity too large response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions request entity too large response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsRequestEntityTooLarge) String ¶
func (o *GetNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
type GetNotificationsChannelSubscriptionsRequestTimeout ¶
GetNotificationsChannelSubscriptionsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetNotificationsChannelSubscriptionsRequestTimeout ¶
func NewGetNotificationsChannelSubscriptionsRequestTimeout() *GetNotificationsChannelSubscriptionsRequestTimeout
NewGetNotificationsChannelSubscriptionsRequestTimeout creates a GetNotificationsChannelSubscriptionsRequestTimeout with default headers values
func (*GetNotificationsChannelSubscriptionsRequestTimeout) Error ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) Error() string
func (*GetNotificationsChannelSubscriptionsRequestTimeout) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsRequestTimeout) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions request timeout response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsRequestTimeout) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions request timeout response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsRequestTimeout) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions request timeout response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsRequestTimeout) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions request timeout response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsRequestTimeout) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions request timeout response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsRequestTimeout) String ¶
func (o *GetNotificationsChannelSubscriptionsRequestTimeout) String() string
type GetNotificationsChannelSubscriptionsServiceUnavailable ¶
type GetNotificationsChannelSubscriptionsServiceUnavailable struct {
}GetNotificationsChannelSubscriptionsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetNotificationsChannelSubscriptionsServiceUnavailable ¶
func NewGetNotificationsChannelSubscriptionsServiceUnavailable() *GetNotificationsChannelSubscriptionsServiceUnavailable
NewGetNotificationsChannelSubscriptionsServiceUnavailable creates a GetNotificationsChannelSubscriptionsServiceUnavailable with default headers values
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) Error ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) Error() string
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions service unavailable response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions service unavailable response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions service unavailable response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions service unavailable response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions service unavailable response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsServiceUnavailable) String ¶
func (o *GetNotificationsChannelSubscriptionsServiceUnavailable) String() string
type GetNotificationsChannelSubscriptionsTooManyRequests ¶
GetNotificationsChannelSubscriptionsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetNotificationsChannelSubscriptionsTooManyRequests ¶
func NewGetNotificationsChannelSubscriptionsTooManyRequests() *GetNotificationsChannelSubscriptionsTooManyRequests
NewGetNotificationsChannelSubscriptionsTooManyRequests creates a GetNotificationsChannelSubscriptionsTooManyRequests with default headers values
func (*GetNotificationsChannelSubscriptionsTooManyRequests) Error ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) Error() string
func (*GetNotificationsChannelSubscriptionsTooManyRequests) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsTooManyRequests) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions too many requests response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsTooManyRequests) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions too many requests response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsTooManyRequests) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions too many requests response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsTooManyRequests) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions too many requests response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsTooManyRequests) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions too many requests response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsTooManyRequests) String ¶
func (o *GetNotificationsChannelSubscriptionsTooManyRequests) String() string
type GetNotificationsChannelSubscriptionsUnauthorized ¶
type GetNotificationsChannelSubscriptionsUnauthorized struct {
}GetNotificationsChannelSubscriptionsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetNotificationsChannelSubscriptionsUnauthorized ¶
func NewGetNotificationsChannelSubscriptionsUnauthorized() *GetNotificationsChannelSubscriptionsUnauthorized
NewGetNotificationsChannelSubscriptionsUnauthorized creates a GetNotificationsChannelSubscriptionsUnauthorized with default headers values
func (*GetNotificationsChannelSubscriptionsUnauthorized) Error ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) Error() string
func (*GetNotificationsChannelSubscriptionsUnauthorized) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsUnauthorized) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions unauthorized response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsUnauthorized) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions unauthorized response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsUnauthorized) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions unauthorized response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsUnauthorized) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions unauthorized response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsUnauthorized) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions unauthorized response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsUnauthorized) String ¶
func (o *GetNotificationsChannelSubscriptionsUnauthorized) String() string
type GetNotificationsChannelSubscriptionsUnsupportedMediaType ¶
GetNotificationsChannelSubscriptionsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetNotificationsChannelSubscriptionsUnsupportedMediaType ¶
func NewGetNotificationsChannelSubscriptionsUnsupportedMediaType() *GetNotificationsChannelSubscriptionsUnsupportedMediaType
NewGetNotificationsChannelSubscriptionsUnsupportedMediaType creates a GetNotificationsChannelSubscriptionsUnsupportedMediaType with default headers values
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) Error ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get notifications channel subscriptions unsupported media type response has a 4xx status code
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get notifications channel subscriptions unsupported media type response a status code equal to that given
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get notifications channel subscriptions unsupported media type response has a 3xx status code
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get notifications channel subscriptions unsupported media type response has a 5xx status code
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get notifications channel subscriptions unsupported media type response has a 2xx status code
func (*GetNotificationsChannelSubscriptionsUnsupportedMediaType) String ¶
func (o *GetNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
type GetNotificationsChannelsBadRequest ¶
GetNotificationsChannelsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetNotificationsChannelsBadRequest ¶
func NewGetNotificationsChannelsBadRequest() *GetNotificationsChannelsBadRequest
NewGetNotificationsChannelsBadRequest creates a GetNotificationsChannelsBadRequest with default headers values
func (*GetNotificationsChannelsBadRequest) Error ¶
func (o *GetNotificationsChannelsBadRequest) Error() string
func (*GetNotificationsChannelsBadRequest) GetPayload ¶
func (o *GetNotificationsChannelsBadRequest) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsBadRequest) IsClientError ¶
func (o *GetNotificationsChannelsBadRequest) IsClientError() bool
IsClientError returns true when this get notifications channels bad request response has a 4xx status code
func (*GetNotificationsChannelsBadRequest) IsCode ¶
func (o *GetNotificationsChannelsBadRequest) IsCode(code int) bool
IsCode returns true when this get notifications channels bad request response a status code equal to that given
func (*GetNotificationsChannelsBadRequest) IsRedirect ¶
func (o *GetNotificationsChannelsBadRequest) IsRedirect() bool
IsRedirect returns true when this get notifications channels bad request response has a 3xx status code
func (*GetNotificationsChannelsBadRequest) IsServerError ¶
func (o *GetNotificationsChannelsBadRequest) IsServerError() bool
IsServerError returns true when this get notifications channels bad request response has a 5xx status code
func (*GetNotificationsChannelsBadRequest) IsSuccess ¶
func (o *GetNotificationsChannelsBadRequest) IsSuccess() bool
IsSuccess returns true when this get notifications channels bad request response has a 2xx status code
func (*GetNotificationsChannelsBadRequest) String ¶
func (o *GetNotificationsChannelsBadRequest) String() string
type GetNotificationsChannelsForbidden ¶
GetNotificationsChannelsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetNotificationsChannelsForbidden ¶
func NewGetNotificationsChannelsForbidden() *GetNotificationsChannelsForbidden
NewGetNotificationsChannelsForbidden creates a GetNotificationsChannelsForbidden with default headers values
func (*GetNotificationsChannelsForbidden) Error ¶
func (o *GetNotificationsChannelsForbidden) Error() string
func (*GetNotificationsChannelsForbidden) GetPayload ¶
func (o *GetNotificationsChannelsForbidden) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsForbidden) IsClientError ¶
func (o *GetNotificationsChannelsForbidden) IsClientError() bool
IsClientError returns true when this get notifications channels forbidden response has a 4xx status code
func (*GetNotificationsChannelsForbidden) IsCode ¶
func (o *GetNotificationsChannelsForbidden) IsCode(code int) bool
IsCode returns true when this get notifications channels forbidden response a status code equal to that given
func (*GetNotificationsChannelsForbidden) IsRedirect ¶
func (o *GetNotificationsChannelsForbidden) IsRedirect() bool
IsRedirect returns true when this get notifications channels forbidden response has a 3xx status code
func (*GetNotificationsChannelsForbidden) IsServerError ¶
func (o *GetNotificationsChannelsForbidden) IsServerError() bool
IsServerError returns true when this get notifications channels forbidden response has a 5xx status code
func (*GetNotificationsChannelsForbidden) IsSuccess ¶
func (o *GetNotificationsChannelsForbidden) IsSuccess() bool
IsSuccess returns true when this get notifications channels forbidden response has a 2xx status code
func (*GetNotificationsChannelsForbidden) String ¶
func (o *GetNotificationsChannelsForbidden) String() string
type GetNotificationsChannelsGatewayTimeout ¶
GetNotificationsChannelsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetNotificationsChannelsGatewayTimeout ¶
func NewGetNotificationsChannelsGatewayTimeout() *GetNotificationsChannelsGatewayTimeout
NewGetNotificationsChannelsGatewayTimeout creates a GetNotificationsChannelsGatewayTimeout with default headers values
func (*GetNotificationsChannelsGatewayTimeout) Error ¶
func (o *GetNotificationsChannelsGatewayTimeout) Error() string
func (*GetNotificationsChannelsGatewayTimeout) GetPayload ¶
func (o *GetNotificationsChannelsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsGatewayTimeout) IsClientError ¶
func (o *GetNotificationsChannelsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get notifications channels gateway timeout response has a 4xx status code
func (*GetNotificationsChannelsGatewayTimeout) IsCode ¶
func (o *GetNotificationsChannelsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get notifications channels gateway timeout response a status code equal to that given
func (*GetNotificationsChannelsGatewayTimeout) IsRedirect ¶
func (o *GetNotificationsChannelsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get notifications channels gateway timeout response has a 3xx status code
func (*GetNotificationsChannelsGatewayTimeout) IsServerError ¶
func (o *GetNotificationsChannelsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get notifications channels gateway timeout response has a 5xx status code
func (*GetNotificationsChannelsGatewayTimeout) IsSuccess ¶
func (o *GetNotificationsChannelsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get notifications channels gateway timeout response has a 2xx status code
func (*GetNotificationsChannelsGatewayTimeout) String ¶
func (o *GetNotificationsChannelsGatewayTimeout) String() string
type GetNotificationsChannelsInternalServerError ¶
GetNotificationsChannelsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetNotificationsChannelsInternalServerError ¶
func NewGetNotificationsChannelsInternalServerError() *GetNotificationsChannelsInternalServerError
NewGetNotificationsChannelsInternalServerError creates a GetNotificationsChannelsInternalServerError with default headers values
func (*GetNotificationsChannelsInternalServerError) Error ¶
func (o *GetNotificationsChannelsInternalServerError) Error() string
func (*GetNotificationsChannelsInternalServerError) GetPayload ¶
func (o *GetNotificationsChannelsInternalServerError) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsInternalServerError) IsClientError ¶
func (o *GetNotificationsChannelsInternalServerError) IsClientError() bool
IsClientError returns true when this get notifications channels internal server error response has a 4xx status code
func (*GetNotificationsChannelsInternalServerError) IsCode ¶
func (o *GetNotificationsChannelsInternalServerError) IsCode(code int) bool
IsCode returns true when this get notifications channels internal server error response a status code equal to that given
func (*GetNotificationsChannelsInternalServerError) IsRedirect ¶
func (o *GetNotificationsChannelsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get notifications channels internal server error response has a 3xx status code
func (*GetNotificationsChannelsInternalServerError) IsServerError ¶
func (o *GetNotificationsChannelsInternalServerError) IsServerError() bool
IsServerError returns true when this get notifications channels internal server error response has a 5xx status code
func (*GetNotificationsChannelsInternalServerError) IsSuccess ¶
func (o *GetNotificationsChannelsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get notifications channels internal server error response has a 2xx status code
func (*GetNotificationsChannelsInternalServerError) String ¶
func (o *GetNotificationsChannelsInternalServerError) String() string
type GetNotificationsChannelsNotFound ¶
GetNotificationsChannelsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetNotificationsChannelsNotFound ¶
func NewGetNotificationsChannelsNotFound() *GetNotificationsChannelsNotFound
NewGetNotificationsChannelsNotFound creates a GetNotificationsChannelsNotFound with default headers values
func (*GetNotificationsChannelsNotFound) Error ¶
func (o *GetNotificationsChannelsNotFound) Error() string
func (*GetNotificationsChannelsNotFound) GetPayload ¶
func (o *GetNotificationsChannelsNotFound) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsNotFound) IsClientError ¶
func (o *GetNotificationsChannelsNotFound) IsClientError() bool
IsClientError returns true when this get notifications channels not found response has a 4xx status code
func (*GetNotificationsChannelsNotFound) IsCode ¶
func (o *GetNotificationsChannelsNotFound) IsCode(code int) bool
IsCode returns true when this get notifications channels not found response a status code equal to that given
func (*GetNotificationsChannelsNotFound) IsRedirect ¶
func (o *GetNotificationsChannelsNotFound) IsRedirect() bool
IsRedirect returns true when this get notifications channels not found response has a 3xx status code
func (*GetNotificationsChannelsNotFound) IsServerError ¶
func (o *GetNotificationsChannelsNotFound) IsServerError() bool
IsServerError returns true when this get notifications channels not found response has a 5xx status code
func (*GetNotificationsChannelsNotFound) IsSuccess ¶
func (o *GetNotificationsChannelsNotFound) IsSuccess() bool
IsSuccess returns true when this get notifications channels not found response has a 2xx status code
func (*GetNotificationsChannelsNotFound) String ¶
func (o *GetNotificationsChannelsNotFound) String() string
type GetNotificationsChannelsOK ¶
type GetNotificationsChannelsOK struct {
Payload *models.ChannelEntityListing
}
GetNotificationsChannelsOK describes a response with status code 200, with default header values.
successful operation
func NewGetNotificationsChannelsOK ¶
func NewGetNotificationsChannelsOK() *GetNotificationsChannelsOK
NewGetNotificationsChannelsOK creates a GetNotificationsChannelsOK with default headers values
func (*GetNotificationsChannelsOK) Error ¶
func (o *GetNotificationsChannelsOK) Error() string
func (*GetNotificationsChannelsOK) GetPayload ¶
func (o *GetNotificationsChannelsOK) GetPayload() *models.ChannelEntityListing
func (*GetNotificationsChannelsOK) IsClientError ¶
func (o *GetNotificationsChannelsOK) IsClientError() bool
IsClientError returns true when this get notifications channels o k response has a 4xx status code
func (*GetNotificationsChannelsOK) IsCode ¶
func (o *GetNotificationsChannelsOK) IsCode(code int) bool
IsCode returns true when this get notifications channels o k response a status code equal to that given
func (*GetNotificationsChannelsOK) IsRedirect ¶
func (o *GetNotificationsChannelsOK) IsRedirect() bool
IsRedirect returns true when this get notifications channels o k response has a 3xx status code
func (*GetNotificationsChannelsOK) IsServerError ¶
func (o *GetNotificationsChannelsOK) IsServerError() bool
IsServerError returns true when this get notifications channels o k response has a 5xx status code
func (*GetNotificationsChannelsOK) IsSuccess ¶
func (o *GetNotificationsChannelsOK) IsSuccess() bool
IsSuccess returns true when this get notifications channels o k response has a 2xx status code
func (*GetNotificationsChannelsOK) String ¶
func (o *GetNotificationsChannelsOK) String() string
type GetNotificationsChannelsParams ¶
type GetNotificationsChannelsParams struct { /* Includechannels. Show user's channels for this specific token or across all tokens for this user and app. Channel Ids for other access tokens will not be shown, but will be presented to show their existence. Default: "token" */ Includechannels *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNotificationsChannelsParams contains all the parameters to send to the API endpoint
for the get notifications channels operation. Typically these are written to a http.Request.
func NewGetNotificationsChannelsParams ¶
func NewGetNotificationsChannelsParams() *GetNotificationsChannelsParams
NewGetNotificationsChannelsParams creates a new GetNotificationsChannelsParams 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 NewGetNotificationsChannelsParamsWithContext ¶
func NewGetNotificationsChannelsParamsWithContext(ctx context.Context) *GetNotificationsChannelsParams
NewGetNotificationsChannelsParamsWithContext creates a new GetNotificationsChannelsParams object with the ability to set a context for a request.
func NewGetNotificationsChannelsParamsWithHTTPClient ¶
func NewGetNotificationsChannelsParamsWithHTTPClient(client *http.Client) *GetNotificationsChannelsParams
NewGetNotificationsChannelsParamsWithHTTPClient creates a new GetNotificationsChannelsParams object with the ability to set a custom HTTPClient for a request.
func NewGetNotificationsChannelsParamsWithTimeout ¶
func NewGetNotificationsChannelsParamsWithTimeout(timeout time.Duration) *GetNotificationsChannelsParams
NewGetNotificationsChannelsParamsWithTimeout creates a new GetNotificationsChannelsParams object with the ability to set a timeout on a request.
func (*GetNotificationsChannelsParams) SetContext ¶
func (o *GetNotificationsChannelsParams) SetContext(ctx context.Context)
SetContext adds the context to the get notifications channels params
func (*GetNotificationsChannelsParams) SetDefaults ¶
func (o *GetNotificationsChannelsParams) SetDefaults()
SetDefaults hydrates default values in the get notifications channels params (not the query body).
All values with no default are reset to their zero value.
func (*GetNotificationsChannelsParams) SetHTTPClient ¶
func (o *GetNotificationsChannelsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get notifications channels params
func (*GetNotificationsChannelsParams) SetIncludechannels ¶
func (o *GetNotificationsChannelsParams) SetIncludechannels(includechannels *string)
SetIncludechannels adds the includechannels to the get notifications channels params
func (*GetNotificationsChannelsParams) SetTimeout ¶
func (o *GetNotificationsChannelsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get notifications channels params
func (*GetNotificationsChannelsParams) WithContext ¶
func (o *GetNotificationsChannelsParams) WithContext(ctx context.Context) *GetNotificationsChannelsParams
WithContext adds the context to the get notifications channels params
func (*GetNotificationsChannelsParams) WithDefaults ¶
func (o *GetNotificationsChannelsParams) WithDefaults() *GetNotificationsChannelsParams
WithDefaults hydrates default values in the get notifications channels params (not the query body).
All values with no default are reset to their zero value.
func (*GetNotificationsChannelsParams) WithHTTPClient ¶
func (o *GetNotificationsChannelsParams) WithHTTPClient(client *http.Client) *GetNotificationsChannelsParams
WithHTTPClient adds the HTTPClient to the get notifications channels params
func (*GetNotificationsChannelsParams) WithIncludechannels ¶
func (o *GetNotificationsChannelsParams) WithIncludechannels(includechannels *string) *GetNotificationsChannelsParams
WithIncludechannels adds the includechannels to the get notifications channels params
func (*GetNotificationsChannelsParams) WithTimeout ¶
func (o *GetNotificationsChannelsParams) WithTimeout(timeout time.Duration) *GetNotificationsChannelsParams
WithTimeout adds the timeout to the get notifications channels params
func (*GetNotificationsChannelsParams) WriteToRequest ¶
func (o *GetNotificationsChannelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNotificationsChannelsReader ¶
type GetNotificationsChannelsReader struct {
// contains filtered or unexported fields
}
GetNotificationsChannelsReader is a Reader for the GetNotificationsChannels structure.
func (*GetNotificationsChannelsReader) ReadResponse ¶
func (o *GetNotificationsChannelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNotificationsChannelsRequestEntityTooLarge ¶
GetNotificationsChannelsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetNotificationsChannelsRequestEntityTooLarge ¶
func NewGetNotificationsChannelsRequestEntityTooLarge() *GetNotificationsChannelsRequestEntityTooLarge
NewGetNotificationsChannelsRequestEntityTooLarge creates a GetNotificationsChannelsRequestEntityTooLarge with default headers values
func (*GetNotificationsChannelsRequestEntityTooLarge) Error ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) Error() string
func (*GetNotificationsChannelsRequestEntityTooLarge) GetPayload ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsRequestEntityTooLarge) IsClientError ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get notifications channels request entity too large response has a 4xx status code
func (*GetNotificationsChannelsRequestEntityTooLarge) IsCode ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get notifications channels request entity too large response a status code equal to that given
func (*GetNotificationsChannelsRequestEntityTooLarge) IsRedirect ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get notifications channels request entity too large response has a 3xx status code
func (*GetNotificationsChannelsRequestEntityTooLarge) IsServerError ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get notifications channels request entity too large response has a 5xx status code
func (*GetNotificationsChannelsRequestEntityTooLarge) IsSuccess ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get notifications channels request entity too large response has a 2xx status code
func (*GetNotificationsChannelsRequestEntityTooLarge) String ¶
func (o *GetNotificationsChannelsRequestEntityTooLarge) String() string
type GetNotificationsChannelsRequestTimeout ¶
GetNotificationsChannelsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetNotificationsChannelsRequestTimeout ¶
func NewGetNotificationsChannelsRequestTimeout() *GetNotificationsChannelsRequestTimeout
NewGetNotificationsChannelsRequestTimeout creates a GetNotificationsChannelsRequestTimeout with default headers values
func (*GetNotificationsChannelsRequestTimeout) Error ¶
func (o *GetNotificationsChannelsRequestTimeout) Error() string
func (*GetNotificationsChannelsRequestTimeout) GetPayload ¶
func (o *GetNotificationsChannelsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsRequestTimeout) IsClientError ¶
func (o *GetNotificationsChannelsRequestTimeout) IsClientError() bool
IsClientError returns true when this get notifications channels request timeout response has a 4xx status code
func (*GetNotificationsChannelsRequestTimeout) IsCode ¶
func (o *GetNotificationsChannelsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get notifications channels request timeout response a status code equal to that given
func (*GetNotificationsChannelsRequestTimeout) IsRedirect ¶
func (o *GetNotificationsChannelsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get notifications channels request timeout response has a 3xx status code
func (*GetNotificationsChannelsRequestTimeout) IsServerError ¶
func (o *GetNotificationsChannelsRequestTimeout) IsServerError() bool
IsServerError returns true when this get notifications channels request timeout response has a 5xx status code
func (*GetNotificationsChannelsRequestTimeout) IsSuccess ¶
func (o *GetNotificationsChannelsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get notifications channels request timeout response has a 2xx status code
func (*GetNotificationsChannelsRequestTimeout) String ¶
func (o *GetNotificationsChannelsRequestTimeout) String() string
type GetNotificationsChannelsServiceUnavailable ¶
type GetNotificationsChannelsServiceUnavailable struct {
}GetNotificationsChannelsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetNotificationsChannelsServiceUnavailable ¶
func NewGetNotificationsChannelsServiceUnavailable() *GetNotificationsChannelsServiceUnavailable
NewGetNotificationsChannelsServiceUnavailable creates a GetNotificationsChannelsServiceUnavailable with default headers values
func (*GetNotificationsChannelsServiceUnavailable) Error ¶
func (o *GetNotificationsChannelsServiceUnavailable) Error() string
func (*GetNotificationsChannelsServiceUnavailable) GetPayload ¶
func (o *GetNotificationsChannelsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsServiceUnavailable) IsClientError ¶
func (o *GetNotificationsChannelsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get notifications channels service unavailable response has a 4xx status code
func (*GetNotificationsChannelsServiceUnavailable) IsCode ¶
func (o *GetNotificationsChannelsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get notifications channels service unavailable response a status code equal to that given
func (*GetNotificationsChannelsServiceUnavailable) IsRedirect ¶
func (o *GetNotificationsChannelsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get notifications channels service unavailable response has a 3xx status code
func (*GetNotificationsChannelsServiceUnavailable) IsServerError ¶
func (o *GetNotificationsChannelsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get notifications channels service unavailable response has a 5xx status code
func (*GetNotificationsChannelsServiceUnavailable) IsSuccess ¶
func (o *GetNotificationsChannelsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get notifications channels service unavailable response has a 2xx status code
func (*GetNotificationsChannelsServiceUnavailable) String ¶
func (o *GetNotificationsChannelsServiceUnavailable) String() string
type GetNotificationsChannelsTooManyRequests ¶
GetNotificationsChannelsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetNotificationsChannelsTooManyRequests ¶
func NewGetNotificationsChannelsTooManyRequests() *GetNotificationsChannelsTooManyRequests
NewGetNotificationsChannelsTooManyRequests creates a GetNotificationsChannelsTooManyRequests with default headers values
func (*GetNotificationsChannelsTooManyRequests) Error ¶
func (o *GetNotificationsChannelsTooManyRequests) Error() string
func (*GetNotificationsChannelsTooManyRequests) GetPayload ¶
func (o *GetNotificationsChannelsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsTooManyRequests) IsClientError ¶
func (o *GetNotificationsChannelsTooManyRequests) IsClientError() bool
IsClientError returns true when this get notifications channels too many requests response has a 4xx status code
func (*GetNotificationsChannelsTooManyRequests) IsCode ¶
func (o *GetNotificationsChannelsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get notifications channels too many requests response a status code equal to that given
func (*GetNotificationsChannelsTooManyRequests) IsRedirect ¶
func (o *GetNotificationsChannelsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get notifications channels too many requests response has a 3xx status code
func (*GetNotificationsChannelsTooManyRequests) IsServerError ¶
func (o *GetNotificationsChannelsTooManyRequests) IsServerError() bool
IsServerError returns true when this get notifications channels too many requests response has a 5xx status code
func (*GetNotificationsChannelsTooManyRequests) IsSuccess ¶
func (o *GetNotificationsChannelsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get notifications channels too many requests response has a 2xx status code
func (*GetNotificationsChannelsTooManyRequests) String ¶
func (o *GetNotificationsChannelsTooManyRequests) String() string
type GetNotificationsChannelsUnauthorized ¶
type GetNotificationsChannelsUnauthorized struct {
}GetNotificationsChannelsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetNotificationsChannelsUnauthorized ¶
func NewGetNotificationsChannelsUnauthorized() *GetNotificationsChannelsUnauthorized
NewGetNotificationsChannelsUnauthorized creates a GetNotificationsChannelsUnauthorized with default headers values
func (*GetNotificationsChannelsUnauthorized) Error ¶
func (o *GetNotificationsChannelsUnauthorized) Error() string
func (*GetNotificationsChannelsUnauthorized) GetPayload ¶
func (o *GetNotificationsChannelsUnauthorized) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsUnauthorized) IsClientError ¶
func (o *GetNotificationsChannelsUnauthorized) IsClientError() bool
IsClientError returns true when this get notifications channels unauthorized response has a 4xx status code
func (*GetNotificationsChannelsUnauthorized) IsCode ¶
func (o *GetNotificationsChannelsUnauthorized) IsCode(code int) bool
IsCode returns true when this get notifications channels unauthorized response a status code equal to that given
func (*GetNotificationsChannelsUnauthorized) IsRedirect ¶
func (o *GetNotificationsChannelsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get notifications channels unauthorized response has a 3xx status code
func (*GetNotificationsChannelsUnauthorized) IsServerError ¶
func (o *GetNotificationsChannelsUnauthorized) IsServerError() bool
IsServerError returns true when this get notifications channels unauthorized response has a 5xx status code
func (*GetNotificationsChannelsUnauthorized) IsSuccess ¶
func (o *GetNotificationsChannelsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get notifications channels unauthorized response has a 2xx status code
func (*GetNotificationsChannelsUnauthorized) String ¶
func (o *GetNotificationsChannelsUnauthorized) String() string
type GetNotificationsChannelsUnsupportedMediaType ¶
GetNotificationsChannelsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetNotificationsChannelsUnsupportedMediaType ¶
func NewGetNotificationsChannelsUnsupportedMediaType() *GetNotificationsChannelsUnsupportedMediaType
NewGetNotificationsChannelsUnsupportedMediaType creates a GetNotificationsChannelsUnsupportedMediaType with default headers values
func (*GetNotificationsChannelsUnsupportedMediaType) Error ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) Error() string
func (*GetNotificationsChannelsUnsupportedMediaType) GetPayload ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetNotificationsChannelsUnsupportedMediaType) IsClientError ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get notifications channels unsupported media type response has a 4xx status code
func (*GetNotificationsChannelsUnsupportedMediaType) IsCode ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get notifications channels unsupported media type response a status code equal to that given
func (*GetNotificationsChannelsUnsupportedMediaType) IsRedirect ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get notifications channels unsupported media type response has a 3xx status code
func (*GetNotificationsChannelsUnsupportedMediaType) IsServerError ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get notifications channels unsupported media type response has a 5xx status code
func (*GetNotificationsChannelsUnsupportedMediaType) IsSuccess ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get notifications channels unsupported media type response has a 2xx status code
func (*GetNotificationsChannelsUnsupportedMediaType) String ¶
func (o *GetNotificationsChannelsUnsupportedMediaType) String() string
type HeadNotificationsChannelBadRequest ¶
HeadNotificationsChannelBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewHeadNotificationsChannelBadRequest ¶
func NewHeadNotificationsChannelBadRequest() *HeadNotificationsChannelBadRequest
NewHeadNotificationsChannelBadRequest creates a HeadNotificationsChannelBadRequest with default headers values
func (*HeadNotificationsChannelBadRequest) Error ¶
func (o *HeadNotificationsChannelBadRequest) Error() string
func (*HeadNotificationsChannelBadRequest) GetPayload ¶
func (o *HeadNotificationsChannelBadRequest) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelBadRequest) IsClientError ¶
func (o *HeadNotificationsChannelBadRequest) IsClientError() bool
IsClientError returns true when this head notifications channel bad request response has a 4xx status code
func (*HeadNotificationsChannelBadRequest) IsCode ¶
func (o *HeadNotificationsChannelBadRequest) IsCode(code int) bool
IsCode returns true when this head notifications channel bad request response a status code equal to that given
func (*HeadNotificationsChannelBadRequest) IsRedirect ¶
func (o *HeadNotificationsChannelBadRequest) IsRedirect() bool
IsRedirect returns true when this head notifications channel bad request response has a 3xx status code
func (*HeadNotificationsChannelBadRequest) IsServerError ¶
func (o *HeadNotificationsChannelBadRequest) IsServerError() bool
IsServerError returns true when this head notifications channel bad request response has a 5xx status code
func (*HeadNotificationsChannelBadRequest) IsSuccess ¶
func (o *HeadNotificationsChannelBadRequest) IsSuccess() bool
IsSuccess returns true when this head notifications channel bad request response has a 2xx status code
func (*HeadNotificationsChannelBadRequest) String ¶
func (o *HeadNotificationsChannelBadRequest) String() string
type HeadNotificationsChannelDefault ¶
type HeadNotificationsChannelDefault struct {
// contains filtered or unexported fields
}
HeadNotificationsChannelDefault describes a response with status code -1, with default header values.
successful operation
func NewHeadNotificationsChannelDefault ¶
func NewHeadNotificationsChannelDefault(code int) *HeadNotificationsChannelDefault
NewHeadNotificationsChannelDefault creates a HeadNotificationsChannelDefault with default headers values
func (*HeadNotificationsChannelDefault) Code ¶
func (o *HeadNotificationsChannelDefault) Code() int
Code gets the status code for the head notifications channel default response
func (*HeadNotificationsChannelDefault) Error ¶
func (o *HeadNotificationsChannelDefault) Error() string
func (*HeadNotificationsChannelDefault) IsClientError ¶
func (o *HeadNotificationsChannelDefault) IsClientError() bool
IsClientError returns true when this head notifications channel default response has a 4xx status code
func (*HeadNotificationsChannelDefault) IsCode ¶
func (o *HeadNotificationsChannelDefault) IsCode(code int) bool
IsCode returns true when this head notifications channel default response a status code equal to that given
func (*HeadNotificationsChannelDefault) IsRedirect ¶
func (o *HeadNotificationsChannelDefault) IsRedirect() bool
IsRedirect returns true when this head notifications channel default response has a 3xx status code
func (*HeadNotificationsChannelDefault) IsServerError ¶
func (o *HeadNotificationsChannelDefault) IsServerError() bool
IsServerError returns true when this head notifications channel default response has a 5xx status code
func (*HeadNotificationsChannelDefault) IsSuccess ¶
func (o *HeadNotificationsChannelDefault) IsSuccess() bool
IsSuccess returns true when this head notifications channel default response has a 2xx status code
func (*HeadNotificationsChannelDefault) String ¶
func (o *HeadNotificationsChannelDefault) String() string
type HeadNotificationsChannelForbidden ¶
HeadNotificationsChannelForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewHeadNotificationsChannelForbidden ¶
func NewHeadNotificationsChannelForbidden() *HeadNotificationsChannelForbidden
NewHeadNotificationsChannelForbidden creates a HeadNotificationsChannelForbidden with default headers values
func (*HeadNotificationsChannelForbidden) Error ¶
func (o *HeadNotificationsChannelForbidden) Error() string
func (*HeadNotificationsChannelForbidden) GetPayload ¶
func (o *HeadNotificationsChannelForbidden) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelForbidden) IsClientError ¶
func (o *HeadNotificationsChannelForbidden) IsClientError() bool
IsClientError returns true when this head notifications channel forbidden response has a 4xx status code
func (*HeadNotificationsChannelForbidden) IsCode ¶
func (o *HeadNotificationsChannelForbidden) IsCode(code int) bool
IsCode returns true when this head notifications channel forbidden response a status code equal to that given
func (*HeadNotificationsChannelForbidden) IsRedirect ¶
func (o *HeadNotificationsChannelForbidden) IsRedirect() bool
IsRedirect returns true when this head notifications channel forbidden response has a 3xx status code
func (*HeadNotificationsChannelForbidden) IsServerError ¶
func (o *HeadNotificationsChannelForbidden) IsServerError() bool
IsServerError returns true when this head notifications channel forbidden response has a 5xx status code
func (*HeadNotificationsChannelForbidden) IsSuccess ¶
func (o *HeadNotificationsChannelForbidden) IsSuccess() bool
IsSuccess returns true when this head notifications channel forbidden response has a 2xx status code
func (*HeadNotificationsChannelForbidden) String ¶
func (o *HeadNotificationsChannelForbidden) String() string
type HeadNotificationsChannelGatewayTimeout ¶
HeadNotificationsChannelGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewHeadNotificationsChannelGatewayTimeout ¶
func NewHeadNotificationsChannelGatewayTimeout() *HeadNotificationsChannelGatewayTimeout
NewHeadNotificationsChannelGatewayTimeout creates a HeadNotificationsChannelGatewayTimeout with default headers values
func (*HeadNotificationsChannelGatewayTimeout) Error ¶
func (o *HeadNotificationsChannelGatewayTimeout) Error() string
func (*HeadNotificationsChannelGatewayTimeout) GetPayload ¶
func (o *HeadNotificationsChannelGatewayTimeout) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelGatewayTimeout) IsClientError ¶
func (o *HeadNotificationsChannelGatewayTimeout) IsClientError() bool
IsClientError returns true when this head notifications channel gateway timeout response has a 4xx status code
func (*HeadNotificationsChannelGatewayTimeout) IsCode ¶
func (o *HeadNotificationsChannelGatewayTimeout) IsCode(code int) bool
IsCode returns true when this head notifications channel gateway timeout response a status code equal to that given
func (*HeadNotificationsChannelGatewayTimeout) IsRedirect ¶
func (o *HeadNotificationsChannelGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this head notifications channel gateway timeout response has a 3xx status code
func (*HeadNotificationsChannelGatewayTimeout) IsServerError ¶
func (o *HeadNotificationsChannelGatewayTimeout) IsServerError() bool
IsServerError returns true when this head notifications channel gateway timeout response has a 5xx status code
func (*HeadNotificationsChannelGatewayTimeout) IsSuccess ¶
func (o *HeadNotificationsChannelGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this head notifications channel gateway timeout response has a 2xx status code
func (*HeadNotificationsChannelGatewayTimeout) String ¶
func (o *HeadNotificationsChannelGatewayTimeout) String() string
type HeadNotificationsChannelInternalServerError ¶
HeadNotificationsChannelInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewHeadNotificationsChannelInternalServerError ¶
func NewHeadNotificationsChannelInternalServerError() *HeadNotificationsChannelInternalServerError
NewHeadNotificationsChannelInternalServerError creates a HeadNotificationsChannelInternalServerError with default headers values
func (*HeadNotificationsChannelInternalServerError) Error ¶
func (o *HeadNotificationsChannelInternalServerError) Error() string
func (*HeadNotificationsChannelInternalServerError) GetPayload ¶
func (o *HeadNotificationsChannelInternalServerError) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelInternalServerError) IsClientError ¶
func (o *HeadNotificationsChannelInternalServerError) IsClientError() bool
IsClientError returns true when this head notifications channel internal server error response has a 4xx status code
func (*HeadNotificationsChannelInternalServerError) IsCode ¶
func (o *HeadNotificationsChannelInternalServerError) IsCode(code int) bool
IsCode returns true when this head notifications channel internal server error response a status code equal to that given
func (*HeadNotificationsChannelInternalServerError) IsRedirect ¶
func (o *HeadNotificationsChannelInternalServerError) IsRedirect() bool
IsRedirect returns true when this head notifications channel internal server error response has a 3xx status code
func (*HeadNotificationsChannelInternalServerError) IsServerError ¶
func (o *HeadNotificationsChannelInternalServerError) IsServerError() bool
IsServerError returns true when this head notifications channel internal server error response has a 5xx status code
func (*HeadNotificationsChannelInternalServerError) IsSuccess ¶
func (o *HeadNotificationsChannelInternalServerError) IsSuccess() bool
IsSuccess returns true when this head notifications channel internal server error response has a 2xx status code
func (*HeadNotificationsChannelInternalServerError) String ¶
func (o *HeadNotificationsChannelInternalServerError) String() string
type HeadNotificationsChannelNotFound ¶
HeadNotificationsChannelNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewHeadNotificationsChannelNotFound ¶
func NewHeadNotificationsChannelNotFound() *HeadNotificationsChannelNotFound
NewHeadNotificationsChannelNotFound creates a HeadNotificationsChannelNotFound with default headers values
func (*HeadNotificationsChannelNotFound) Error ¶
func (o *HeadNotificationsChannelNotFound) Error() string
func (*HeadNotificationsChannelNotFound) GetPayload ¶
func (o *HeadNotificationsChannelNotFound) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelNotFound) IsClientError ¶
func (o *HeadNotificationsChannelNotFound) IsClientError() bool
IsClientError returns true when this head notifications channel not found response has a 4xx status code
func (*HeadNotificationsChannelNotFound) IsCode ¶
func (o *HeadNotificationsChannelNotFound) IsCode(code int) bool
IsCode returns true when this head notifications channel not found response a status code equal to that given
func (*HeadNotificationsChannelNotFound) IsRedirect ¶
func (o *HeadNotificationsChannelNotFound) IsRedirect() bool
IsRedirect returns true when this head notifications channel not found response has a 3xx status code
func (*HeadNotificationsChannelNotFound) IsServerError ¶
func (o *HeadNotificationsChannelNotFound) IsServerError() bool
IsServerError returns true when this head notifications channel not found response has a 5xx status code
func (*HeadNotificationsChannelNotFound) IsSuccess ¶
func (o *HeadNotificationsChannelNotFound) IsSuccess() bool
IsSuccess returns true when this head notifications channel not found response has a 2xx status code
func (*HeadNotificationsChannelNotFound) String ¶
func (o *HeadNotificationsChannelNotFound) String() string
type HeadNotificationsChannelParams ¶
type HeadNotificationsChannelParams struct { /* ChannelID. Channel ID */ ChannelID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
HeadNotificationsChannelParams contains all the parameters to send to the API endpoint
for the head notifications channel operation. Typically these are written to a http.Request.
func NewHeadNotificationsChannelParams ¶
func NewHeadNotificationsChannelParams() *HeadNotificationsChannelParams
NewHeadNotificationsChannelParams creates a new HeadNotificationsChannelParams 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 NewHeadNotificationsChannelParamsWithContext ¶
func NewHeadNotificationsChannelParamsWithContext(ctx context.Context) *HeadNotificationsChannelParams
NewHeadNotificationsChannelParamsWithContext creates a new HeadNotificationsChannelParams object with the ability to set a context for a request.
func NewHeadNotificationsChannelParamsWithHTTPClient ¶
func NewHeadNotificationsChannelParamsWithHTTPClient(client *http.Client) *HeadNotificationsChannelParams
NewHeadNotificationsChannelParamsWithHTTPClient creates a new HeadNotificationsChannelParams object with the ability to set a custom HTTPClient for a request.
func NewHeadNotificationsChannelParamsWithTimeout ¶
func NewHeadNotificationsChannelParamsWithTimeout(timeout time.Duration) *HeadNotificationsChannelParams
NewHeadNotificationsChannelParamsWithTimeout creates a new HeadNotificationsChannelParams object with the ability to set a timeout on a request.
func (*HeadNotificationsChannelParams) SetChannelID ¶
func (o *HeadNotificationsChannelParams) SetChannelID(channelID string)
SetChannelID adds the channelId to the head notifications channel params
func (*HeadNotificationsChannelParams) SetContext ¶
func (o *HeadNotificationsChannelParams) SetContext(ctx context.Context)
SetContext adds the context to the head notifications channel params
func (*HeadNotificationsChannelParams) SetDefaults ¶
func (o *HeadNotificationsChannelParams) SetDefaults()
SetDefaults hydrates default values in the head notifications channel params (not the query body).
All values with no default are reset to their zero value.
func (*HeadNotificationsChannelParams) SetHTTPClient ¶
func (o *HeadNotificationsChannelParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the head notifications channel params
func (*HeadNotificationsChannelParams) SetTimeout ¶
func (o *HeadNotificationsChannelParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the head notifications channel params
func (*HeadNotificationsChannelParams) WithChannelID ¶
func (o *HeadNotificationsChannelParams) WithChannelID(channelID string) *HeadNotificationsChannelParams
WithChannelID adds the channelID to the head notifications channel params
func (*HeadNotificationsChannelParams) WithContext ¶
func (o *HeadNotificationsChannelParams) WithContext(ctx context.Context) *HeadNotificationsChannelParams
WithContext adds the context to the head notifications channel params
func (*HeadNotificationsChannelParams) WithDefaults ¶
func (o *HeadNotificationsChannelParams) WithDefaults() *HeadNotificationsChannelParams
WithDefaults hydrates default values in the head notifications channel params (not the query body).
All values with no default are reset to their zero value.
func (*HeadNotificationsChannelParams) WithHTTPClient ¶
func (o *HeadNotificationsChannelParams) WithHTTPClient(client *http.Client) *HeadNotificationsChannelParams
WithHTTPClient adds the HTTPClient to the head notifications channel params
func (*HeadNotificationsChannelParams) WithTimeout ¶
func (o *HeadNotificationsChannelParams) WithTimeout(timeout time.Duration) *HeadNotificationsChannelParams
WithTimeout adds the timeout to the head notifications channel params
func (*HeadNotificationsChannelParams) WriteToRequest ¶
func (o *HeadNotificationsChannelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type HeadNotificationsChannelReader ¶
type HeadNotificationsChannelReader struct {
// contains filtered or unexported fields
}
HeadNotificationsChannelReader is a Reader for the HeadNotificationsChannel structure.
func (*HeadNotificationsChannelReader) ReadResponse ¶
func (o *HeadNotificationsChannelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type HeadNotificationsChannelRequestEntityTooLarge ¶
HeadNotificationsChannelRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewHeadNotificationsChannelRequestEntityTooLarge ¶
func NewHeadNotificationsChannelRequestEntityTooLarge() *HeadNotificationsChannelRequestEntityTooLarge
NewHeadNotificationsChannelRequestEntityTooLarge creates a HeadNotificationsChannelRequestEntityTooLarge with default headers values
func (*HeadNotificationsChannelRequestEntityTooLarge) Error ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) Error() string
func (*HeadNotificationsChannelRequestEntityTooLarge) GetPayload ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelRequestEntityTooLarge) IsClientError ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this head notifications channel request entity too large response has a 4xx status code
func (*HeadNotificationsChannelRequestEntityTooLarge) IsCode ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this head notifications channel request entity too large response a status code equal to that given
func (*HeadNotificationsChannelRequestEntityTooLarge) IsRedirect ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this head notifications channel request entity too large response has a 3xx status code
func (*HeadNotificationsChannelRequestEntityTooLarge) IsServerError ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this head notifications channel request entity too large response has a 5xx status code
func (*HeadNotificationsChannelRequestEntityTooLarge) IsSuccess ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this head notifications channel request entity too large response has a 2xx status code
func (*HeadNotificationsChannelRequestEntityTooLarge) String ¶
func (o *HeadNotificationsChannelRequestEntityTooLarge) String() string
type HeadNotificationsChannelRequestTimeout ¶
HeadNotificationsChannelRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewHeadNotificationsChannelRequestTimeout ¶
func NewHeadNotificationsChannelRequestTimeout() *HeadNotificationsChannelRequestTimeout
NewHeadNotificationsChannelRequestTimeout creates a HeadNotificationsChannelRequestTimeout with default headers values
func (*HeadNotificationsChannelRequestTimeout) Error ¶
func (o *HeadNotificationsChannelRequestTimeout) Error() string
func (*HeadNotificationsChannelRequestTimeout) GetPayload ¶
func (o *HeadNotificationsChannelRequestTimeout) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelRequestTimeout) IsClientError ¶
func (o *HeadNotificationsChannelRequestTimeout) IsClientError() bool
IsClientError returns true when this head notifications channel request timeout response has a 4xx status code
func (*HeadNotificationsChannelRequestTimeout) IsCode ¶
func (o *HeadNotificationsChannelRequestTimeout) IsCode(code int) bool
IsCode returns true when this head notifications channel request timeout response a status code equal to that given
func (*HeadNotificationsChannelRequestTimeout) IsRedirect ¶
func (o *HeadNotificationsChannelRequestTimeout) IsRedirect() bool
IsRedirect returns true when this head notifications channel request timeout response has a 3xx status code
func (*HeadNotificationsChannelRequestTimeout) IsServerError ¶
func (o *HeadNotificationsChannelRequestTimeout) IsServerError() bool
IsServerError returns true when this head notifications channel request timeout response has a 5xx status code
func (*HeadNotificationsChannelRequestTimeout) IsSuccess ¶
func (o *HeadNotificationsChannelRequestTimeout) IsSuccess() bool
IsSuccess returns true when this head notifications channel request timeout response has a 2xx status code
func (*HeadNotificationsChannelRequestTimeout) String ¶
func (o *HeadNotificationsChannelRequestTimeout) String() string
type HeadNotificationsChannelServiceUnavailable ¶
type HeadNotificationsChannelServiceUnavailable struct {
}HeadNotificationsChannelServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewHeadNotificationsChannelServiceUnavailable ¶
func NewHeadNotificationsChannelServiceUnavailable() *HeadNotificationsChannelServiceUnavailable
NewHeadNotificationsChannelServiceUnavailable creates a HeadNotificationsChannelServiceUnavailable with default headers values
func (*HeadNotificationsChannelServiceUnavailable) Error ¶
func (o *HeadNotificationsChannelServiceUnavailable) Error() string
func (*HeadNotificationsChannelServiceUnavailable) GetPayload ¶
func (o *HeadNotificationsChannelServiceUnavailable) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelServiceUnavailable) IsClientError ¶
func (o *HeadNotificationsChannelServiceUnavailable) IsClientError() bool
IsClientError returns true when this head notifications channel service unavailable response has a 4xx status code
func (*HeadNotificationsChannelServiceUnavailable) IsCode ¶
func (o *HeadNotificationsChannelServiceUnavailable) IsCode(code int) bool
IsCode returns true when this head notifications channel service unavailable response a status code equal to that given
func (*HeadNotificationsChannelServiceUnavailable) IsRedirect ¶
func (o *HeadNotificationsChannelServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this head notifications channel service unavailable response has a 3xx status code
func (*HeadNotificationsChannelServiceUnavailable) IsServerError ¶
func (o *HeadNotificationsChannelServiceUnavailable) IsServerError() bool
IsServerError returns true when this head notifications channel service unavailable response has a 5xx status code
func (*HeadNotificationsChannelServiceUnavailable) IsSuccess ¶
func (o *HeadNotificationsChannelServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this head notifications channel service unavailable response has a 2xx status code
func (*HeadNotificationsChannelServiceUnavailable) String ¶
func (o *HeadNotificationsChannelServiceUnavailable) String() string
type HeadNotificationsChannelTooManyRequests ¶
HeadNotificationsChannelTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewHeadNotificationsChannelTooManyRequests ¶
func NewHeadNotificationsChannelTooManyRequests() *HeadNotificationsChannelTooManyRequests
NewHeadNotificationsChannelTooManyRequests creates a HeadNotificationsChannelTooManyRequests with default headers values
func (*HeadNotificationsChannelTooManyRequests) Error ¶
func (o *HeadNotificationsChannelTooManyRequests) Error() string
func (*HeadNotificationsChannelTooManyRequests) GetPayload ¶
func (o *HeadNotificationsChannelTooManyRequests) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelTooManyRequests) IsClientError ¶
func (o *HeadNotificationsChannelTooManyRequests) IsClientError() bool
IsClientError returns true when this head notifications channel too many requests response has a 4xx status code
func (*HeadNotificationsChannelTooManyRequests) IsCode ¶
func (o *HeadNotificationsChannelTooManyRequests) IsCode(code int) bool
IsCode returns true when this head notifications channel too many requests response a status code equal to that given
func (*HeadNotificationsChannelTooManyRequests) IsRedirect ¶
func (o *HeadNotificationsChannelTooManyRequests) IsRedirect() bool
IsRedirect returns true when this head notifications channel too many requests response has a 3xx status code
func (*HeadNotificationsChannelTooManyRequests) IsServerError ¶
func (o *HeadNotificationsChannelTooManyRequests) IsServerError() bool
IsServerError returns true when this head notifications channel too many requests response has a 5xx status code
func (*HeadNotificationsChannelTooManyRequests) IsSuccess ¶
func (o *HeadNotificationsChannelTooManyRequests) IsSuccess() bool
IsSuccess returns true when this head notifications channel too many requests response has a 2xx status code
func (*HeadNotificationsChannelTooManyRequests) String ¶
func (o *HeadNotificationsChannelTooManyRequests) String() string
type HeadNotificationsChannelUnauthorized ¶
type HeadNotificationsChannelUnauthorized struct {
}HeadNotificationsChannelUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewHeadNotificationsChannelUnauthorized ¶
func NewHeadNotificationsChannelUnauthorized() *HeadNotificationsChannelUnauthorized
NewHeadNotificationsChannelUnauthorized creates a HeadNotificationsChannelUnauthorized with default headers values
func (*HeadNotificationsChannelUnauthorized) Error ¶
func (o *HeadNotificationsChannelUnauthorized) Error() string
func (*HeadNotificationsChannelUnauthorized) GetPayload ¶
func (o *HeadNotificationsChannelUnauthorized) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelUnauthorized) IsClientError ¶
func (o *HeadNotificationsChannelUnauthorized) IsClientError() bool
IsClientError returns true when this head notifications channel unauthorized response has a 4xx status code
func (*HeadNotificationsChannelUnauthorized) IsCode ¶
func (o *HeadNotificationsChannelUnauthorized) IsCode(code int) bool
IsCode returns true when this head notifications channel unauthorized response a status code equal to that given
func (*HeadNotificationsChannelUnauthorized) IsRedirect ¶
func (o *HeadNotificationsChannelUnauthorized) IsRedirect() bool
IsRedirect returns true when this head notifications channel unauthorized response has a 3xx status code
func (*HeadNotificationsChannelUnauthorized) IsServerError ¶
func (o *HeadNotificationsChannelUnauthorized) IsServerError() bool
IsServerError returns true when this head notifications channel unauthorized response has a 5xx status code
func (*HeadNotificationsChannelUnauthorized) IsSuccess ¶
func (o *HeadNotificationsChannelUnauthorized) IsSuccess() bool
IsSuccess returns true when this head notifications channel unauthorized response has a 2xx status code
func (*HeadNotificationsChannelUnauthorized) String ¶
func (o *HeadNotificationsChannelUnauthorized) String() string
type HeadNotificationsChannelUnsupportedMediaType ¶
HeadNotificationsChannelUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewHeadNotificationsChannelUnsupportedMediaType ¶
func NewHeadNotificationsChannelUnsupportedMediaType() *HeadNotificationsChannelUnsupportedMediaType
NewHeadNotificationsChannelUnsupportedMediaType creates a HeadNotificationsChannelUnsupportedMediaType with default headers values
func (*HeadNotificationsChannelUnsupportedMediaType) Error ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) Error() string
func (*HeadNotificationsChannelUnsupportedMediaType) GetPayload ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*HeadNotificationsChannelUnsupportedMediaType) IsClientError ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this head notifications channel unsupported media type response has a 4xx status code
func (*HeadNotificationsChannelUnsupportedMediaType) IsCode ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this head notifications channel unsupported media type response a status code equal to that given
func (*HeadNotificationsChannelUnsupportedMediaType) IsRedirect ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this head notifications channel unsupported media type response has a 3xx status code
func (*HeadNotificationsChannelUnsupportedMediaType) IsServerError ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this head notifications channel unsupported media type response has a 5xx status code
func (*HeadNotificationsChannelUnsupportedMediaType) IsSuccess ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this head notifications channel unsupported media type response has a 2xx status code
func (*HeadNotificationsChannelUnsupportedMediaType) String ¶
func (o *HeadNotificationsChannelUnsupportedMediaType) String() string
type PostNotificationsChannelSubscriptionsBadRequest ¶
PostNotificationsChannelSubscriptionsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPostNotificationsChannelSubscriptionsBadRequest ¶
func NewPostNotificationsChannelSubscriptionsBadRequest() *PostNotificationsChannelSubscriptionsBadRequest
NewPostNotificationsChannelSubscriptionsBadRequest creates a PostNotificationsChannelSubscriptionsBadRequest with default headers values
func (*PostNotificationsChannelSubscriptionsBadRequest) Error ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) Error() string
func (*PostNotificationsChannelSubscriptionsBadRequest) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsBadRequest) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions bad request response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsBadRequest) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions bad request response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsBadRequest) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions bad request response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsBadRequest) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions bad request response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsBadRequest) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions bad request response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsBadRequest) String ¶
func (o *PostNotificationsChannelSubscriptionsBadRequest) String() string
type PostNotificationsChannelSubscriptionsForbidden ¶
PostNotificationsChannelSubscriptionsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostNotificationsChannelSubscriptionsForbidden ¶
func NewPostNotificationsChannelSubscriptionsForbidden() *PostNotificationsChannelSubscriptionsForbidden
NewPostNotificationsChannelSubscriptionsForbidden creates a PostNotificationsChannelSubscriptionsForbidden with default headers values
func (*PostNotificationsChannelSubscriptionsForbidden) Error ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) Error() string
func (*PostNotificationsChannelSubscriptionsForbidden) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsForbidden) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions forbidden response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsForbidden) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions forbidden response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsForbidden) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions forbidden response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsForbidden) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions forbidden response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsForbidden) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions forbidden response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsForbidden) String ¶
func (o *PostNotificationsChannelSubscriptionsForbidden) String() string
type PostNotificationsChannelSubscriptionsGatewayTimeout ¶
PostNotificationsChannelSubscriptionsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostNotificationsChannelSubscriptionsGatewayTimeout ¶
func NewPostNotificationsChannelSubscriptionsGatewayTimeout() *PostNotificationsChannelSubscriptionsGatewayTimeout
NewPostNotificationsChannelSubscriptionsGatewayTimeout creates a PostNotificationsChannelSubscriptionsGatewayTimeout with default headers values
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) Error ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) Error() string
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions gateway timeout response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions gateway timeout response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions gateway timeout response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions gateway timeout response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions gateway timeout response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsGatewayTimeout) String ¶
func (o *PostNotificationsChannelSubscriptionsGatewayTimeout) String() string
type PostNotificationsChannelSubscriptionsInternalServerError ¶
PostNotificationsChannelSubscriptionsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPostNotificationsChannelSubscriptionsInternalServerError ¶
func NewPostNotificationsChannelSubscriptionsInternalServerError() *PostNotificationsChannelSubscriptionsInternalServerError
NewPostNotificationsChannelSubscriptionsInternalServerError creates a PostNotificationsChannelSubscriptionsInternalServerError with default headers values
func (*PostNotificationsChannelSubscriptionsInternalServerError) Error ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) Error() string
func (*PostNotificationsChannelSubscriptionsInternalServerError) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsInternalServerError) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions internal server error response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsInternalServerError) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions internal server error response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsInternalServerError) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions internal server error response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsInternalServerError) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions internal server error response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsInternalServerError) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions internal server error response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsInternalServerError) String ¶
func (o *PostNotificationsChannelSubscriptionsInternalServerError) String() string
type PostNotificationsChannelSubscriptionsNotFound ¶
PostNotificationsChannelSubscriptionsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostNotificationsChannelSubscriptionsNotFound ¶
func NewPostNotificationsChannelSubscriptionsNotFound() *PostNotificationsChannelSubscriptionsNotFound
NewPostNotificationsChannelSubscriptionsNotFound creates a PostNotificationsChannelSubscriptionsNotFound with default headers values
func (*PostNotificationsChannelSubscriptionsNotFound) Error ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) Error() string
func (*PostNotificationsChannelSubscriptionsNotFound) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsNotFound) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions not found response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsNotFound) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions not found response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsNotFound) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions not found response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsNotFound) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions not found response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsNotFound) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions not found response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsNotFound) String ¶
func (o *PostNotificationsChannelSubscriptionsNotFound) String() string
type PostNotificationsChannelSubscriptionsOK ¶
type PostNotificationsChannelSubscriptionsOK struct {
Payload *models.ChannelTopicEntityListing
}
PostNotificationsChannelSubscriptionsOK describes a response with status code 200, with default header values.
successful operation
func NewPostNotificationsChannelSubscriptionsOK ¶
func NewPostNotificationsChannelSubscriptionsOK() *PostNotificationsChannelSubscriptionsOK
NewPostNotificationsChannelSubscriptionsOK creates a PostNotificationsChannelSubscriptionsOK with default headers values
func (*PostNotificationsChannelSubscriptionsOK) Error ¶
func (o *PostNotificationsChannelSubscriptionsOK) Error() string
func (*PostNotificationsChannelSubscriptionsOK) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsOK) GetPayload() *models.ChannelTopicEntityListing
func (*PostNotificationsChannelSubscriptionsOK) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsOK) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions o k response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsOK) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsOK) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions o k response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsOK) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsOK) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions o k response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsOK) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsOK) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions o k response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsOK) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsOK) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions o k response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsOK) String ¶
func (o *PostNotificationsChannelSubscriptionsOK) String() string
type PostNotificationsChannelSubscriptionsParams ¶
type PostNotificationsChannelSubscriptionsParams struct { /* Body. Body */ Body []*models.ChannelTopic /* ChannelID. Channel ID */ ChannelID string /* IgnoreErrors. Optionally prevent throwing of errors for failed permissions checks. */ IgnoreErrors *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostNotificationsChannelSubscriptionsParams contains all the parameters to send to the API endpoint
for the post notifications channel subscriptions operation. Typically these are written to a http.Request.
func NewPostNotificationsChannelSubscriptionsParams ¶
func NewPostNotificationsChannelSubscriptionsParams() *PostNotificationsChannelSubscriptionsParams
NewPostNotificationsChannelSubscriptionsParams creates a new PostNotificationsChannelSubscriptionsParams 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 NewPostNotificationsChannelSubscriptionsParamsWithContext ¶
func NewPostNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *PostNotificationsChannelSubscriptionsParams
NewPostNotificationsChannelSubscriptionsParamsWithContext creates a new PostNotificationsChannelSubscriptionsParams object with the ability to set a context for a request.
func NewPostNotificationsChannelSubscriptionsParamsWithHTTPClient ¶
func NewPostNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *PostNotificationsChannelSubscriptionsParams
NewPostNotificationsChannelSubscriptionsParamsWithHTTPClient creates a new PostNotificationsChannelSubscriptionsParams object with the ability to set a custom HTTPClient for a request.
func NewPostNotificationsChannelSubscriptionsParamsWithTimeout ¶
func NewPostNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *PostNotificationsChannelSubscriptionsParams
NewPostNotificationsChannelSubscriptionsParamsWithTimeout creates a new PostNotificationsChannelSubscriptionsParams object with the ability to set a timeout on a request.
func (*PostNotificationsChannelSubscriptionsParams) SetBody ¶
func (o *PostNotificationsChannelSubscriptionsParams) SetBody(body []*models.ChannelTopic)
SetBody adds the body to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) SetChannelID ¶
func (o *PostNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
SetChannelID adds the channelId to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) SetContext ¶
func (o *PostNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
SetContext adds the context to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) SetDefaults ¶
func (o *PostNotificationsChannelSubscriptionsParams) SetDefaults()
SetDefaults hydrates default values in the post notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*PostNotificationsChannelSubscriptionsParams) SetHTTPClient ¶
func (o *PostNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) SetIgnoreErrors ¶
func (o *PostNotificationsChannelSubscriptionsParams) SetIgnoreErrors(ignoreErrors *bool)
SetIgnoreErrors adds the ignoreErrors to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) SetTimeout ¶
func (o *PostNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) WithBody ¶
func (o *PostNotificationsChannelSubscriptionsParams) WithBody(body []*models.ChannelTopic) *PostNotificationsChannelSubscriptionsParams
WithBody adds the body to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) WithChannelID ¶
func (o *PostNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *PostNotificationsChannelSubscriptionsParams
WithChannelID adds the channelID to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) WithContext ¶
func (o *PostNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *PostNotificationsChannelSubscriptionsParams
WithContext adds the context to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) WithDefaults ¶
func (o *PostNotificationsChannelSubscriptionsParams) WithDefaults() *PostNotificationsChannelSubscriptionsParams
WithDefaults hydrates default values in the post notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*PostNotificationsChannelSubscriptionsParams) WithHTTPClient ¶
func (o *PostNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *PostNotificationsChannelSubscriptionsParams
WithHTTPClient adds the HTTPClient to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) WithIgnoreErrors ¶
func (o *PostNotificationsChannelSubscriptionsParams) WithIgnoreErrors(ignoreErrors *bool) *PostNotificationsChannelSubscriptionsParams
WithIgnoreErrors adds the ignoreErrors to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) WithTimeout ¶
func (o *PostNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *PostNotificationsChannelSubscriptionsParams
WithTimeout adds the timeout to the post notifications channel subscriptions params
func (*PostNotificationsChannelSubscriptionsParams) WriteToRequest ¶
func (o *PostNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostNotificationsChannelSubscriptionsReader ¶
type PostNotificationsChannelSubscriptionsReader struct {
// contains filtered or unexported fields
}
PostNotificationsChannelSubscriptionsReader is a Reader for the PostNotificationsChannelSubscriptions structure.
func (*PostNotificationsChannelSubscriptionsReader) ReadResponse ¶
func (o *PostNotificationsChannelSubscriptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
type PostNotificationsChannelSubscriptionsRequestEntityTooLarge struct {
Payload *models.ErrorBody
}
PostNotificationsChannelSubscriptionsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
func NewPostNotificationsChannelSubscriptionsRequestEntityTooLarge() *PostNotificationsChannelSubscriptionsRequestEntityTooLarge
NewPostNotificationsChannelSubscriptionsRequestEntityTooLarge creates a PostNotificationsChannelSubscriptionsRequestEntityTooLarge with default headers values
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) Error ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions request entity too large response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions request entity too large response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions request entity too large response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions request entity too large response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions request entity too large response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsRequestEntityTooLarge) String ¶
func (o *PostNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
type PostNotificationsChannelSubscriptionsRequestTimeout ¶
PostNotificationsChannelSubscriptionsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPostNotificationsChannelSubscriptionsRequestTimeout ¶
func NewPostNotificationsChannelSubscriptionsRequestTimeout() *PostNotificationsChannelSubscriptionsRequestTimeout
NewPostNotificationsChannelSubscriptionsRequestTimeout creates a PostNotificationsChannelSubscriptionsRequestTimeout with default headers values
func (*PostNotificationsChannelSubscriptionsRequestTimeout) Error ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) Error() string
func (*PostNotificationsChannelSubscriptionsRequestTimeout) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsRequestTimeout) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions request timeout response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsRequestTimeout) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions request timeout response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsRequestTimeout) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions request timeout response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsRequestTimeout) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions request timeout response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsRequestTimeout) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions request timeout response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsRequestTimeout) String ¶
func (o *PostNotificationsChannelSubscriptionsRequestTimeout) String() string
type PostNotificationsChannelSubscriptionsServiceUnavailable ¶
type PostNotificationsChannelSubscriptionsServiceUnavailable struct {
}PostNotificationsChannelSubscriptionsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPostNotificationsChannelSubscriptionsServiceUnavailable ¶
func NewPostNotificationsChannelSubscriptionsServiceUnavailable() *PostNotificationsChannelSubscriptionsServiceUnavailable
NewPostNotificationsChannelSubscriptionsServiceUnavailable creates a PostNotificationsChannelSubscriptionsServiceUnavailable with default headers values
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) Error ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) Error() string
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions service unavailable response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions service unavailable response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions service unavailable response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions service unavailable response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions service unavailable response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsServiceUnavailable) String ¶
func (o *PostNotificationsChannelSubscriptionsServiceUnavailable) String() string
type PostNotificationsChannelSubscriptionsTooManyRequests ¶
PostNotificationsChannelSubscriptionsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostNotificationsChannelSubscriptionsTooManyRequests ¶
func NewPostNotificationsChannelSubscriptionsTooManyRequests() *PostNotificationsChannelSubscriptionsTooManyRequests
NewPostNotificationsChannelSubscriptionsTooManyRequests creates a PostNotificationsChannelSubscriptionsTooManyRequests with default headers values
func (*PostNotificationsChannelSubscriptionsTooManyRequests) Error ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) Error() string
func (*PostNotificationsChannelSubscriptionsTooManyRequests) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsTooManyRequests) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions too many requests response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsTooManyRequests) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions too many requests response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsTooManyRequests) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions too many requests response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsTooManyRequests) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions too many requests response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsTooManyRequests) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions too many requests response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsTooManyRequests) String ¶
func (o *PostNotificationsChannelSubscriptionsTooManyRequests) String() string
type PostNotificationsChannelSubscriptionsUnauthorized ¶
type PostNotificationsChannelSubscriptionsUnauthorized struct {
}PostNotificationsChannelSubscriptionsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostNotificationsChannelSubscriptionsUnauthorized ¶
func NewPostNotificationsChannelSubscriptionsUnauthorized() *PostNotificationsChannelSubscriptionsUnauthorized
NewPostNotificationsChannelSubscriptionsUnauthorized creates a PostNotificationsChannelSubscriptionsUnauthorized with default headers values
func (*PostNotificationsChannelSubscriptionsUnauthorized) Error ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) Error() string
func (*PostNotificationsChannelSubscriptionsUnauthorized) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsUnauthorized) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions unauthorized response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsUnauthorized) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions unauthorized response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsUnauthorized) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions unauthorized response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsUnauthorized) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions unauthorized response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsUnauthorized) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions unauthorized response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsUnauthorized) String ¶
func (o *PostNotificationsChannelSubscriptionsUnauthorized) String() string
type PostNotificationsChannelSubscriptionsUnsupportedMediaType ¶
PostNotificationsChannelSubscriptionsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPostNotificationsChannelSubscriptionsUnsupportedMediaType ¶
func NewPostNotificationsChannelSubscriptionsUnsupportedMediaType() *PostNotificationsChannelSubscriptionsUnsupportedMediaType
NewPostNotificationsChannelSubscriptionsUnsupportedMediaType creates a PostNotificationsChannelSubscriptionsUnsupportedMediaType with default headers values
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) Error ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post notifications channel subscriptions unsupported media type response has a 4xx status code
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post notifications channel subscriptions unsupported media type response a status code equal to that given
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post notifications channel subscriptions unsupported media type response has a 3xx status code
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post notifications channel subscriptions unsupported media type response has a 5xx status code
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post notifications channel subscriptions unsupported media type response has a 2xx status code
func (*PostNotificationsChannelSubscriptionsUnsupportedMediaType) String ¶
func (o *PostNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
type PostNotificationsChannelsBadRequest ¶
PostNotificationsChannelsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPostNotificationsChannelsBadRequest ¶
func NewPostNotificationsChannelsBadRequest() *PostNotificationsChannelsBadRequest
NewPostNotificationsChannelsBadRequest creates a PostNotificationsChannelsBadRequest with default headers values
func (*PostNotificationsChannelsBadRequest) Error ¶
func (o *PostNotificationsChannelsBadRequest) Error() string
func (*PostNotificationsChannelsBadRequest) GetPayload ¶
func (o *PostNotificationsChannelsBadRequest) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsBadRequest) IsClientError ¶
func (o *PostNotificationsChannelsBadRequest) IsClientError() bool
IsClientError returns true when this post notifications channels bad request response has a 4xx status code
func (*PostNotificationsChannelsBadRequest) IsCode ¶
func (o *PostNotificationsChannelsBadRequest) IsCode(code int) bool
IsCode returns true when this post notifications channels bad request response a status code equal to that given
func (*PostNotificationsChannelsBadRequest) IsRedirect ¶
func (o *PostNotificationsChannelsBadRequest) IsRedirect() bool
IsRedirect returns true when this post notifications channels bad request response has a 3xx status code
func (*PostNotificationsChannelsBadRequest) IsServerError ¶
func (o *PostNotificationsChannelsBadRequest) IsServerError() bool
IsServerError returns true when this post notifications channels bad request response has a 5xx status code
func (*PostNotificationsChannelsBadRequest) IsSuccess ¶
func (o *PostNotificationsChannelsBadRequest) IsSuccess() bool
IsSuccess returns true when this post notifications channels bad request response has a 2xx status code
func (*PostNotificationsChannelsBadRequest) String ¶
func (o *PostNotificationsChannelsBadRequest) String() string
type PostNotificationsChannelsForbidden ¶
PostNotificationsChannelsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostNotificationsChannelsForbidden ¶
func NewPostNotificationsChannelsForbidden() *PostNotificationsChannelsForbidden
NewPostNotificationsChannelsForbidden creates a PostNotificationsChannelsForbidden with default headers values
func (*PostNotificationsChannelsForbidden) Error ¶
func (o *PostNotificationsChannelsForbidden) Error() string
func (*PostNotificationsChannelsForbidden) GetPayload ¶
func (o *PostNotificationsChannelsForbidden) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsForbidden) IsClientError ¶
func (o *PostNotificationsChannelsForbidden) IsClientError() bool
IsClientError returns true when this post notifications channels forbidden response has a 4xx status code
func (*PostNotificationsChannelsForbidden) IsCode ¶
func (o *PostNotificationsChannelsForbidden) IsCode(code int) bool
IsCode returns true when this post notifications channels forbidden response a status code equal to that given
func (*PostNotificationsChannelsForbidden) IsRedirect ¶
func (o *PostNotificationsChannelsForbidden) IsRedirect() bool
IsRedirect returns true when this post notifications channels forbidden response has a 3xx status code
func (*PostNotificationsChannelsForbidden) IsServerError ¶
func (o *PostNotificationsChannelsForbidden) IsServerError() bool
IsServerError returns true when this post notifications channels forbidden response has a 5xx status code
func (*PostNotificationsChannelsForbidden) IsSuccess ¶
func (o *PostNotificationsChannelsForbidden) IsSuccess() bool
IsSuccess returns true when this post notifications channels forbidden response has a 2xx status code
func (*PostNotificationsChannelsForbidden) String ¶
func (o *PostNotificationsChannelsForbidden) String() string
type PostNotificationsChannelsGatewayTimeout ¶
PostNotificationsChannelsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostNotificationsChannelsGatewayTimeout ¶
func NewPostNotificationsChannelsGatewayTimeout() *PostNotificationsChannelsGatewayTimeout
NewPostNotificationsChannelsGatewayTimeout creates a PostNotificationsChannelsGatewayTimeout with default headers values
func (*PostNotificationsChannelsGatewayTimeout) Error ¶
func (o *PostNotificationsChannelsGatewayTimeout) Error() string
func (*PostNotificationsChannelsGatewayTimeout) GetPayload ¶
func (o *PostNotificationsChannelsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsGatewayTimeout) IsClientError ¶
func (o *PostNotificationsChannelsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post notifications channels gateway timeout response has a 4xx status code
func (*PostNotificationsChannelsGatewayTimeout) IsCode ¶
func (o *PostNotificationsChannelsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post notifications channels gateway timeout response a status code equal to that given
func (*PostNotificationsChannelsGatewayTimeout) IsRedirect ¶
func (o *PostNotificationsChannelsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post notifications channels gateway timeout response has a 3xx status code
func (*PostNotificationsChannelsGatewayTimeout) IsServerError ¶
func (o *PostNotificationsChannelsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post notifications channels gateway timeout response has a 5xx status code
func (*PostNotificationsChannelsGatewayTimeout) IsSuccess ¶
func (o *PostNotificationsChannelsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post notifications channels gateway timeout response has a 2xx status code
func (*PostNotificationsChannelsGatewayTimeout) String ¶
func (o *PostNotificationsChannelsGatewayTimeout) String() string
type PostNotificationsChannelsInternalServerError ¶
PostNotificationsChannelsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPostNotificationsChannelsInternalServerError ¶
func NewPostNotificationsChannelsInternalServerError() *PostNotificationsChannelsInternalServerError
NewPostNotificationsChannelsInternalServerError creates a PostNotificationsChannelsInternalServerError with default headers values
func (*PostNotificationsChannelsInternalServerError) Error ¶
func (o *PostNotificationsChannelsInternalServerError) Error() string
func (*PostNotificationsChannelsInternalServerError) GetPayload ¶
func (o *PostNotificationsChannelsInternalServerError) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsInternalServerError) IsClientError ¶
func (o *PostNotificationsChannelsInternalServerError) IsClientError() bool
IsClientError returns true when this post notifications channels internal server error response has a 4xx status code
func (*PostNotificationsChannelsInternalServerError) IsCode ¶
func (o *PostNotificationsChannelsInternalServerError) IsCode(code int) bool
IsCode returns true when this post notifications channels internal server error response a status code equal to that given
func (*PostNotificationsChannelsInternalServerError) IsRedirect ¶
func (o *PostNotificationsChannelsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post notifications channels internal server error response has a 3xx status code
func (*PostNotificationsChannelsInternalServerError) IsServerError ¶
func (o *PostNotificationsChannelsInternalServerError) IsServerError() bool
IsServerError returns true when this post notifications channels internal server error response has a 5xx status code
func (*PostNotificationsChannelsInternalServerError) IsSuccess ¶
func (o *PostNotificationsChannelsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post notifications channels internal server error response has a 2xx status code
func (*PostNotificationsChannelsInternalServerError) String ¶
func (o *PostNotificationsChannelsInternalServerError) String() string
type PostNotificationsChannelsNotFound ¶
PostNotificationsChannelsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostNotificationsChannelsNotFound ¶
func NewPostNotificationsChannelsNotFound() *PostNotificationsChannelsNotFound
NewPostNotificationsChannelsNotFound creates a PostNotificationsChannelsNotFound with default headers values
func (*PostNotificationsChannelsNotFound) Error ¶
func (o *PostNotificationsChannelsNotFound) Error() string
func (*PostNotificationsChannelsNotFound) GetPayload ¶
func (o *PostNotificationsChannelsNotFound) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsNotFound) IsClientError ¶
func (o *PostNotificationsChannelsNotFound) IsClientError() bool
IsClientError returns true when this post notifications channels not found response has a 4xx status code
func (*PostNotificationsChannelsNotFound) IsCode ¶
func (o *PostNotificationsChannelsNotFound) IsCode(code int) bool
IsCode returns true when this post notifications channels not found response a status code equal to that given
func (*PostNotificationsChannelsNotFound) IsRedirect ¶
func (o *PostNotificationsChannelsNotFound) IsRedirect() bool
IsRedirect returns true when this post notifications channels not found response has a 3xx status code
func (*PostNotificationsChannelsNotFound) IsServerError ¶
func (o *PostNotificationsChannelsNotFound) IsServerError() bool
IsServerError returns true when this post notifications channels not found response has a 5xx status code
func (*PostNotificationsChannelsNotFound) IsSuccess ¶
func (o *PostNotificationsChannelsNotFound) IsSuccess() bool
IsSuccess returns true when this post notifications channels not found response has a 2xx status code
func (*PostNotificationsChannelsNotFound) String ¶
func (o *PostNotificationsChannelsNotFound) String() string
type PostNotificationsChannelsOK ¶
PostNotificationsChannelsOK describes a response with status code 200, with default header values.
successful operation
func NewPostNotificationsChannelsOK ¶
func NewPostNotificationsChannelsOK() *PostNotificationsChannelsOK
NewPostNotificationsChannelsOK creates a PostNotificationsChannelsOK with default headers values
func (*PostNotificationsChannelsOK) Error ¶
func (o *PostNotificationsChannelsOK) Error() string
func (*PostNotificationsChannelsOK) GetPayload ¶
func (o *PostNotificationsChannelsOK) GetPayload() *models.Channel
func (*PostNotificationsChannelsOK) IsClientError ¶
func (o *PostNotificationsChannelsOK) IsClientError() bool
IsClientError returns true when this post notifications channels o k response has a 4xx status code
func (*PostNotificationsChannelsOK) IsCode ¶
func (o *PostNotificationsChannelsOK) IsCode(code int) bool
IsCode returns true when this post notifications channels o k response a status code equal to that given
func (*PostNotificationsChannelsOK) IsRedirect ¶
func (o *PostNotificationsChannelsOK) IsRedirect() bool
IsRedirect returns true when this post notifications channels o k response has a 3xx status code
func (*PostNotificationsChannelsOK) IsServerError ¶
func (o *PostNotificationsChannelsOK) IsServerError() bool
IsServerError returns true when this post notifications channels o k response has a 5xx status code
func (*PostNotificationsChannelsOK) IsSuccess ¶
func (o *PostNotificationsChannelsOK) IsSuccess() bool
IsSuccess returns true when this post notifications channels o k response has a 2xx status code
func (*PostNotificationsChannelsOK) String ¶
func (o *PostNotificationsChannelsOK) String() string
type PostNotificationsChannelsParams ¶
type PostNotificationsChannelsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostNotificationsChannelsParams contains all the parameters to send to the API endpoint
for the post notifications channels operation. Typically these are written to a http.Request.
func NewPostNotificationsChannelsParams ¶
func NewPostNotificationsChannelsParams() *PostNotificationsChannelsParams
NewPostNotificationsChannelsParams creates a new PostNotificationsChannelsParams 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 NewPostNotificationsChannelsParamsWithContext ¶
func NewPostNotificationsChannelsParamsWithContext(ctx context.Context) *PostNotificationsChannelsParams
NewPostNotificationsChannelsParamsWithContext creates a new PostNotificationsChannelsParams object with the ability to set a context for a request.
func NewPostNotificationsChannelsParamsWithHTTPClient ¶
func NewPostNotificationsChannelsParamsWithHTTPClient(client *http.Client) *PostNotificationsChannelsParams
NewPostNotificationsChannelsParamsWithHTTPClient creates a new PostNotificationsChannelsParams object with the ability to set a custom HTTPClient for a request.
func NewPostNotificationsChannelsParamsWithTimeout ¶
func NewPostNotificationsChannelsParamsWithTimeout(timeout time.Duration) *PostNotificationsChannelsParams
NewPostNotificationsChannelsParamsWithTimeout creates a new PostNotificationsChannelsParams object with the ability to set a timeout on a request.
func (*PostNotificationsChannelsParams) SetContext ¶
func (o *PostNotificationsChannelsParams) SetContext(ctx context.Context)
SetContext adds the context to the post notifications channels params
func (*PostNotificationsChannelsParams) SetDefaults ¶
func (o *PostNotificationsChannelsParams) SetDefaults()
SetDefaults hydrates default values in the post notifications channels params (not the query body).
All values with no default are reset to their zero value.
func (*PostNotificationsChannelsParams) SetHTTPClient ¶
func (o *PostNotificationsChannelsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post notifications channels params
func (*PostNotificationsChannelsParams) SetTimeout ¶
func (o *PostNotificationsChannelsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post notifications channels params
func (*PostNotificationsChannelsParams) WithContext ¶
func (o *PostNotificationsChannelsParams) WithContext(ctx context.Context) *PostNotificationsChannelsParams
WithContext adds the context to the post notifications channels params
func (*PostNotificationsChannelsParams) WithDefaults ¶
func (o *PostNotificationsChannelsParams) WithDefaults() *PostNotificationsChannelsParams
WithDefaults hydrates default values in the post notifications channels params (not the query body).
All values with no default are reset to their zero value.
func (*PostNotificationsChannelsParams) WithHTTPClient ¶
func (o *PostNotificationsChannelsParams) WithHTTPClient(client *http.Client) *PostNotificationsChannelsParams
WithHTTPClient adds the HTTPClient to the post notifications channels params
func (*PostNotificationsChannelsParams) WithTimeout ¶
func (o *PostNotificationsChannelsParams) WithTimeout(timeout time.Duration) *PostNotificationsChannelsParams
WithTimeout adds the timeout to the post notifications channels params
func (*PostNotificationsChannelsParams) WriteToRequest ¶
func (o *PostNotificationsChannelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostNotificationsChannelsReader ¶
type PostNotificationsChannelsReader struct {
// contains filtered or unexported fields
}
PostNotificationsChannelsReader is a Reader for the PostNotificationsChannels structure.
func (*PostNotificationsChannelsReader) ReadResponse ¶
func (o *PostNotificationsChannelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostNotificationsChannelsRequestEntityTooLarge ¶
PostNotificationsChannelsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostNotificationsChannelsRequestEntityTooLarge ¶
func NewPostNotificationsChannelsRequestEntityTooLarge() *PostNotificationsChannelsRequestEntityTooLarge
NewPostNotificationsChannelsRequestEntityTooLarge creates a PostNotificationsChannelsRequestEntityTooLarge with default headers values
func (*PostNotificationsChannelsRequestEntityTooLarge) Error ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) Error() string
func (*PostNotificationsChannelsRequestEntityTooLarge) GetPayload ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsRequestEntityTooLarge) IsClientError ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post notifications channels request entity too large response has a 4xx status code
func (*PostNotificationsChannelsRequestEntityTooLarge) IsCode ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post notifications channels request entity too large response a status code equal to that given
func (*PostNotificationsChannelsRequestEntityTooLarge) IsRedirect ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post notifications channels request entity too large response has a 3xx status code
func (*PostNotificationsChannelsRequestEntityTooLarge) IsServerError ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post notifications channels request entity too large response has a 5xx status code
func (*PostNotificationsChannelsRequestEntityTooLarge) IsSuccess ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post notifications channels request entity too large response has a 2xx status code
func (*PostNotificationsChannelsRequestEntityTooLarge) String ¶
func (o *PostNotificationsChannelsRequestEntityTooLarge) String() string
type PostNotificationsChannelsRequestTimeout ¶
PostNotificationsChannelsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPostNotificationsChannelsRequestTimeout ¶
func NewPostNotificationsChannelsRequestTimeout() *PostNotificationsChannelsRequestTimeout
NewPostNotificationsChannelsRequestTimeout creates a PostNotificationsChannelsRequestTimeout with default headers values
func (*PostNotificationsChannelsRequestTimeout) Error ¶
func (o *PostNotificationsChannelsRequestTimeout) Error() string
func (*PostNotificationsChannelsRequestTimeout) GetPayload ¶
func (o *PostNotificationsChannelsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsRequestTimeout) IsClientError ¶
func (o *PostNotificationsChannelsRequestTimeout) IsClientError() bool
IsClientError returns true when this post notifications channels request timeout response has a 4xx status code
func (*PostNotificationsChannelsRequestTimeout) IsCode ¶
func (o *PostNotificationsChannelsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post notifications channels request timeout response a status code equal to that given
func (*PostNotificationsChannelsRequestTimeout) IsRedirect ¶
func (o *PostNotificationsChannelsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post notifications channels request timeout response has a 3xx status code
func (*PostNotificationsChannelsRequestTimeout) IsServerError ¶
func (o *PostNotificationsChannelsRequestTimeout) IsServerError() bool
IsServerError returns true when this post notifications channels request timeout response has a 5xx status code
func (*PostNotificationsChannelsRequestTimeout) IsSuccess ¶
func (o *PostNotificationsChannelsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post notifications channels request timeout response has a 2xx status code
func (*PostNotificationsChannelsRequestTimeout) String ¶
func (o *PostNotificationsChannelsRequestTimeout) String() string
type PostNotificationsChannelsServiceUnavailable ¶
type PostNotificationsChannelsServiceUnavailable struct {
}PostNotificationsChannelsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPostNotificationsChannelsServiceUnavailable ¶
func NewPostNotificationsChannelsServiceUnavailable() *PostNotificationsChannelsServiceUnavailable
NewPostNotificationsChannelsServiceUnavailable creates a PostNotificationsChannelsServiceUnavailable with default headers values
func (*PostNotificationsChannelsServiceUnavailable) Error ¶
func (o *PostNotificationsChannelsServiceUnavailable) Error() string
func (*PostNotificationsChannelsServiceUnavailable) GetPayload ¶
func (o *PostNotificationsChannelsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsServiceUnavailable) IsClientError ¶
func (o *PostNotificationsChannelsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post notifications channels service unavailable response has a 4xx status code
func (*PostNotificationsChannelsServiceUnavailable) IsCode ¶
func (o *PostNotificationsChannelsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post notifications channels service unavailable response a status code equal to that given
func (*PostNotificationsChannelsServiceUnavailable) IsRedirect ¶
func (o *PostNotificationsChannelsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post notifications channels service unavailable response has a 3xx status code
func (*PostNotificationsChannelsServiceUnavailable) IsServerError ¶
func (o *PostNotificationsChannelsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post notifications channels service unavailable response has a 5xx status code
func (*PostNotificationsChannelsServiceUnavailable) IsSuccess ¶
func (o *PostNotificationsChannelsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post notifications channels service unavailable response has a 2xx status code
func (*PostNotificationsChannelsServiceUnavailable) String ¶
func (o *PostNotificationsChannelsServiceUnavailable) String() string
type PostNotificationsChannelsTooManyRequests ¶
PostNotificationsChannelsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostNotificationsChannelsTooManyRequests ¶
func NewPostNotificationsChannelsTooManyRequests() *PostNotificationsChannelsTooManyRequests
NewPostNotificationsChannelsTooManyRequests creates a PostNotificationsChannelsTooManyRequests with default headers values
func (*PostNotificationsChannelsTooManyRequests) Error ¶
func (o *PostNotificationsChannelsTooManyRequests) Error() string
func (*PostNotificationsChannelsTooManyRequests) GetPayload ¶
func (o *PostNotificationsChannelsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsTooManyRequests) IsClientError ¶
func (o *PostNotificationsChannelsTooManyRequests) IsClientError() bool
IsClientError returns true when this post notifications channels too many requests response has a 4xx status code
func (*PostNotificationsChannelsTooManyRequests) IsCode ¶
func (o *PostNotificationsChannelsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post notifications channels too many requests response a status code equal to that given
func (*PostNotificationsChannelsTooManyRequests) IsRedirect ¶
func (o *PostNotificationsChannelsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post notifications channels too many requests response has a 3xx status code
func (*PostNotificationsChannelsTooManyRequests) IsServerError ¶
func (o *PostNotificationsChannelsTooManyRequests) IsServerError() bool
IsServerError returns true when this post notifications channels too many requests response has a 5xx status code
func (*PostNotificationsChannelsTooManyRequests) IsSuccess ¶
func (o *PostNotificationsChannelsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post notifications channels too many requests response has a 2xx status code
func (*PostNotificationsChannelsTooManyRequests) String ¶
func (o *PostNotificationsChannelsTooManyRequests) String() string
type PostNotificationsChannelsUnauthorized ¶
type PostNotificationsChannelsUnauthorized struct {
}PostNotificationsChannelsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostNotificationsChannelsUnauthorized ¶
func NewPostNotificationsChannelsUnauthorized() *PostNotificationsChannelsUnauthorized
NewPostNotificationsChannelsUnauthorized creates a PostNotificationsChannelsUnauthorized with default headers values
func (*PostNotificationsChannelsUnauthorized) Error ¶
func (o *PostNotificationsChannelsUnauthorized) Error() string
func (*PostNotificationsChannelsUnauthorized) GetPayload ¶
func (o *PostNotificationsChannelsUnauthorized) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsUnauthorized) IsClientError ¶
func (o *PostNotificationsChannelsUnauthorized) IsClientError() bool
IsClientError returns true when this post notifications channels unauthorized response has a 4xx status code
func (*PostNotificationsChannelsUnauthorized) IsCode ¶
func (o *PostNotificationsChannelsUnauthorized) IsCode(code int) bool
IsCode returns true when this post notifications channels unauthorized response a status code equal to that given
func (*PostNotificationsChannelsUnauthorized) IsRedirect ¶
func (o *PostNotificationsChannelsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post notifications channels unauthorized response has a 3xx status code
func (*PostNotificationsChannelsUnauthorized) IsServerError ¶
func (o *PostNotificationsChannelsUnauthorized) IsServerError() bool
IsServerError returns true when this post notifications channels unauthorized response has a 5xx status code
func (*PostNotificationsChannelsUnauthorized) IsSuccess ¶
func (o *PostNotificationsChannelsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post notifications channels unauthorized response has a 2xx status code
func (*PostNotificationsChannelsUnauthorized) String ¶
func (o *PostNotificationsChannelsUnauthorized) String() string
type PostNotificationsChannelsUnsupportedMediaType ¶
PostNotificationsChannelsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPostNotificationsChannelsUnsupportedMediaType ¶
func NewPostNotificationsChannelsUnsupportedMediaType() *PostNotificationsChannelsUnsupportedMediaType
NewPostNotificationsChannelsUnsupportedMediaType creates a PostNotificationsChannelsUnsupportedMediaType with default headers values
func (*PostNotificationsChannelsUnsupportedMediaType) Error ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) Error() string
func (*PostNotificationsChannelsUnsupportedMediaType) GetPayload ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostNotificationsChannelsUnsupportedMediaType) IsClientError ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post notifications channels unsupported media type response has a 4xx status code
func (*PostNotificationsChannelsUnsupportedMediaType) IsCode ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post notifications channels unsupported media type response a status code equal to that given
func (*PostNotificationsChannelsUnsupportedMediaType) IsRedirect ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post notifications channels unsupported media type response has a 3xx status code
func (*PostNotificationsChannelsUnsupportedMediaType) IsServerError ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post notifications channels unsupported media type response has a 5xx status code
func (*PostNotificationsChannelsUnsupportedMediaType) IsSuccess ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post notifications channels unsupported media type response has a 2xx status code
func (*PostNotificationsChannelsUnsupportedMediaType) String ¶
func (o *PostNotificationsChannelsUnsupportedMediaType) String() string
type PutNotificationsChannelSubscriptionsBadRequest ¶
PutNotificationsChannelSubscriptionsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPutNotificationsChannelSubscriptionsBadRequest ¶
func NewPutNotificationsChannelSubscriptionsBadRequest() *PutNotificationsChannelSubscriptionsBadRequest
NewPutNotificationsChannelSubscriptionsBadRequest creates a PutNotificationsChannelSubscriptionsBadRequest with default headers values
func (*PutNotificationsChannelSubscriptionsBadRequest) Error ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) Error() string
func (*PutNotificationsChannelSubscriptionsBadRequest) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsBadRequest) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions bad request response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsBadRequest) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions bad request response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsBadRequest) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions bad request response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsBadRequest) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions bad request response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsBadRequest) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions bad request response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsBadRequest) String ¶
func (o *PutNotificationsChannelSubscriptionsBadRequest) String() string
type PutNotificationsChannelSubscriptionsForbidden ¶
PutNotificationsChannelSubscriptionsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutNotificationsChannelSubscriptionsForbidden ¶
func NewPutNotificationsChannelSubscriptionsForbidden() *PutNotificationsChannelSubscriptionsForbidden
NewPutNotificationsChannelSubscriptionsForbidden creates a PutNotificationsChannelSubscriptionsForbidden with default headers values
func (*PutNotificationsChannelSubscriptionsForbidden) Error ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) Error() string
func (*PutNotificationsChannelSubscriptionsForbidden) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsForbidden) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions forbidden response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsForbidden) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions forbidden response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsForbidden) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions forbidden response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsForbidden) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions forbidden response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsForbidden) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions forbidden response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsForbidden) String ¶
func (o *PutNotificationsChannelSubscriptionsForbidden) String() string
type PutNotificationsChannelSubscriptionsGatewayTimeout ¶
PutNotificationsChannelSubscriptionsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutNotificationsChannelSubscriptionsGatewayTimeout ¶
func NewPutNotificationsChannelSubscriptionsGatewayTimeout() *PutNotificationsChannelSubscriptionsGatewayTimeout
NewPutNotificationsChannelSubscriptionsGatewayTimeout creates a PutNotificationsChannelSubscriptionsGatewayTimeout with default headers values
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) Error ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) Error() string
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions gateway timeout response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions gateway timeout response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions gateway timeout response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions gateway timeout response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions gateway timeout response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsGatewayTimeout) String ¶
func (o *PutNotificationsChannelSubscriptionsGatewayTimeout) String() string
type PutNotificationsChannelSubscriptionsInternalServerError ¶
PutNotificationsChannelSubscriptionsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPutNotificationsChannelSubscriptionsInternalServerError ¶
func NewPutNotificationsChannelSubscriptionsInternalServerError() *PutNotificationsChannelSubscriptionsInternalServerError
NewPutNotificationsChannelSubscriptionsInternalServerError creates a PutNotificationsChannelSubscriptionsInternalServerError with default headers values
func (*PutNotificationsChannelSubscriptionsInternalServerError) Error ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) Error() string
func (*PutNotificationsChannelSubscriptionsInternalServerError) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsInternalServerError) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions internal server error response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsInternalServerError) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions internal server error response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsInternalServerError) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions internal server error response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsInternalServerError) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions internal server error response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsInternalServerError) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions internal server error response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsInternalServerError) String ¶
func (o *PutNotificationsChannelSubscriptionsInternalServerError) String() string
type PutNotificationsChannelSubscriptionsNotFound ¶
PutNotificationsChannelSubscriptionsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutNotificationsChannelSubscriptionsNotFound ¶
func NewPutNotificationsChannelSubscriptionsNotFound() *PutNotificationsChannelSubscriptionsNotFound
NewPutNotificationsChannelSubscriptionsNotFound creates a PutNotificationsChannelSubscriptionsNotFound with default headers values
func (*PutNotificationsChannelSubscriptionsNotFound) Error ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) Error() string
func (*PutNotificationsChannelSubscriptionsNotFound) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsNotFound) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions not found response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsNotFound) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions not found response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsNotFound) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions not found response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsNotFound) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions not found response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsNotFound) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions not found response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsNotFound) String ¶
func (o *PutNotificationsChannelSubscriptionsNotFound) String() string
type PutNotificationsChannelSubscriptionsOK ¶
type PutNotificationsChannelSubscriptionsOK struct {
Payload *models.ChannelTopicEntityListing
}
PutNotificationsChannelSubscriptionsOK describes a response with status code 200, with default header values.
successful operation
func NewPutNotificationsChannelSubscriptionsOK ¶
func NewPutNotificationsChannelSubscriptionsOK() *PutNotificationsChannelSubscriptionsOK
NewPutNotificationsChannelSubscriptionsOK creates a PutNotificationsChannelSubscriptionsOK with default headers values
func (*PutNotificationsChannelSubscriptionsOK) Error ¶
func (o *PutNotificationsChannelSubscriptionsOK) Error() string
func (*PutNotificationsChannelSubscriptionsOK) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsOK) GetPayload() *models.ChannelTopicEntityListing
func (*PutNotificationsChannelSubscriptionsOK) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsOK) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions o k response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsOK) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsOK) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions o k response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsOK) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsOK) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions o k response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsOK) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsOK) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions o k response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsOK) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsOK) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions o k response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsOK) String ¶
func (o *PutNotificationsChannelSubscriptionsOK) String() string
type PutNotificationsChannelSubscriptionsParams ¶
type PutNotificationsChannelSubscriptionsParams struct { /* Body. Body */ Body []*models.ChannelTopic /* ChannelID. Channel ID */ ChannelID string /* IgnoreErrors. Optionally prevent throwing of errors for failed permissions checks. */ IgnoreErrors *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutNotificationsChannelSubscriptionsParams contains all the parameters to send to the API endpoint
for the put notifications channel subscriptions operation. Typically these are written to a http.Request.
func NewPutNotificationsChannelSubscriptionsParams ¶
func NewPutNotificationsChannelSubscriptionsParams() *PutNotificationsChannelSubscriptionsParams
NewPutNotificationsChannelSubscriptionsParams creates a new PutNotificationsChannelSubscriptionsParams 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 NewPutNotificationsChannelSubscriptionsParamsWithContext ¶
func NewPutNotificationsChannelSubscriptionsParamsWithContext(ctx context.Context) *PutNotificationsChannelSubscriptionsParams
NewPutNotificationsChannelSubscriptionsParamsWithContext creates a new PutNotificationsChannelSubscriptionsParams object with the ability to set a context for a request.
func NewPutNotificationsChannelSubscriptionsParamsWithHTTPClient ¶
func NewPutNotificationsChannelSubscriptionsParamsWithHTTPClient(client *http.Client) *PutNotificationsChannelSubscriptionsParams
NewPutNotificationsChannelSubscriptionsParamsWithHTTPClient creates a new PutNotificationsChannelSubscriptionsParams object with the ability to set a custom HTTPClient for a request.
func NewPutNotificationsChannelSubscriptionsParamsWithTimeout ¶
func NewPutNotificationsChannelSubscriptionsParamsWithTimeout(timeout time.Duration) *PutNotificationsChannelSubscriptionsParams
NewPutNotificationsChannelSubscriptionsParamsWithTimeout creates a new PutNotificationsChannelSubscriptionsParams object with the ability to set a timeout on a request.
func (*PutNotificationsChannelSubscriptionsParams) SetBody ¶
func (o *PutNotificationsChannelSubscriptionsParams) SetBody(body []*models.ChannelTopic)
SetBody adds the body to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) SetChannelID ¶
func (o *PutNotificationsChannelSubscriptionsParams) SetChannelID(channelID string)
SetChannelID adds the channelId to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) SetContext ¶
func (o *PutNotificationsChannelSubscriptionsParams) SetContext(ctx context.Context)
SetContext adds the context to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) SetDefaults ¶
func (o *PutNotificationsChannelSubscriptionsParams) SetDefaults()
SetDefaults hydrates default values in the put notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*PutNotificationsChannelSubscriptionsParams) SetHTTPClient ¶
func (o *PutNotificationsChannelSubscriptionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) SetIgnoreErrors ¶
func (o *PutNotificationsChannelSubscriptionsParams) SetIgnoreErrors(ignoreErrors *bool)
SetIgnoreErrors adds the ignoreErrors to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) SetTimeout ¶
func (o *PutNotificationsChannelSubscriptionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) WithBody ¶
func (o *PutNotificationsChannelSubscriptionsParams) WithBody(body []*models.ChannelTopic) *PutNotificationsChannelSubscriptionsParams
WithBody adds the body to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) WithChannelID ¶
func (o *PutNotificationsChannelSubscriptionsParams) WithChannelID(channelID string) *PutNotificationsChannelSubscriptionsParams
WithChannelID adds the channelID to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) WithContext ¶
func (o *PutNotificationsChannelSubscriptionsParams) WithContext(ctx context.Context) *PutNotificationsChannelSubscriptionsParams
WithContext adds the context to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) WithDefaults ¶
func (o *PutNotificationsChannelSubscriptionsParams) WithDefaults() *PutNotificationsChannelSubscriptionsParams
WithDefaults hydrates default values in the put notifications channel subscriptions params (not the query body).
All values with no default are reset to their zero value.
func (*PutNotificationsChannelSubscriptionsParams) WithHTTPClient ¶
func (o *PutNotificationsChannelSubscriptionsParams) WithHTTPClient(client *http.Client) *PutNotificationsChannelSubscriptionsParams
WithHTTPClient adds the HTTPClient to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) WithIgnoreErrors ¶
func (o *PutNotificationsChannelSubscriptionsParams) WithIgnoreErrors(ignoreErrors *bool) *PutNotificationsChannelSubscriptionsParams
WithIgnoreErrors adds the ignoreErrors to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) WithTimeout ¶
func (o *PutNotificationsChannelSubscriptionsParams) WithTimeout(timeout time.Duration) *PutNotificationsChannelSubscriptionsParams
WithTimeout adds the timeout to the put notifications channel subscriptions params
func (*PutNotificationsChannelSubscriptionsParams) WriteToRequest ¶
func (o *PutNotificationsChannelSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutNotificationsChannelSubscriptionsReader ¶
type PutNotificationsChannelSubscriptionsReader struct {
// contains filtered or unexported fields
}
PutNotificationsChannelSubscriptionsReader is a Reader for the PutNotificationsChannelSubscriptions structure.
func (*PutNotificationsChannelSubscriptionsReader) ReadResponse ¶
func (o *PutNotificationsChannelSubscriptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
PutNotificationsChannelSubscriptionsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutNotificationsChannelSubscriptionsRequestEntityTooLarge ¶
func NewPutNotificationsChannelSubscriptionsRequestEntityTooLarge() *PutNotificationsChannelSubscriptionsRequestEntityTooLarge
NewPutNotificationsChannelSubscriptionsRequestEntityTooLarge creates a PutNotificationsChannelSubscriptionsRequestEntityTooLarge with default headers values
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) Error ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) Error() string
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions request entity too large response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions request entity too large response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions request entity too large response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions request entity too large response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions request entity too large response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsRequestEntityTooLarge) String ¶
func (o *PutNotificationsChannelSubscriptionsRequestEntityTooLarge) String() string
type PutNotificationsChannelSubscriptionsRequestTimeout ¶
PutNotificationsChannelSubscriptionsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPutNotificationsChannelSubscriptionsRequestTimeout ¶
func NewPutNotificationsChannelSubscriptionsRequestTimeout() *PutNotificationsChannelSubscriptionsRequestTimeout
NewPutNotificationsChannelSubscriptionsRequestTimeout creates a PutNotificationsChannelSubscriptionsRequestTimeout with default headers values
func (*PutNotificationsChannelSubscriptionsRequestTimeout) Error ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) Error() string
func (*PutNotificationsChannelSubscriptionsRequestTimeout) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsRequestTimeout) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions request timeout response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsRequestTimeout) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions request timeout response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsRequestTimeout) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions request timeout response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsRequestTimeout) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions request timeout response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsRequestTimeout) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions request timeout response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsRequestTimeout) String ¶
func (o *PutNotificationsChannelSubscriptionsRequestTimeout) String() string
type PutNotificationsChannelSubscriptionsServiceUnavailable ¶
type PutNotificationsChannelSubscriptionsServiceUnavailable struct {
}PutNotificationsChannelSubscriptionsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPutNotificationsChannelSubscriptionsServiceUnavailable ¶
func NewPutNotificationsChannelSubscriptionsServiceUnavailable() *PutNotificationsChannelSubscriptionsServiceUnavailable
NewPutNotificationsChannelSubscriptionsServiceUnavailable creates a PutNotificationsChannelSubscriptionsServiceUnavailable with default headers values
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) Error ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) Error() string
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions service unavailable response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions service unavailable response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions service unavailable response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions service unavailable response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions service unavailable response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsServiceUnavailable) String ¶
func (o *PutNotificationsChannelSubscriptionsServiceUnavailable) String() string
type PutNotificationsChannelSubscriptionsTooManyRequests ¶
PutNotificationsChannelSubscriptionsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutNotificationsChannelSubscriptionsTooManyRequests ¶
func NewPutNotificationsChannelSubscriptionsTooManyRequests() *PutNotificationsChannelSubscriptionsTooManyRequests
NewPutNotificationsChannelSubscriptionsTooManyRequests creates a PutNotificationsChannelSubscriptionsTooManyRequests with default headers values
func (*PutNotificationsChannelSubscriptionsTooManyRequests) Error ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) Error() string
func (*PutNotificationsChannelSubscriptionsTooManyRequests) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsTooManyRequests) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions too many requests response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsTooManyRequests) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions too many requests response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsTooManyRequests) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions too many requests response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsTooManyRequests) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions too many requests response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsTooManyRequests) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions too many requests response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsTooManyRequests) String ¶
func (o *PutNotificationsChannelSubscriptionsTooManyRequests) String() string
type PutNotificationsChannelSubscriptionsUnauthorized ¶
type PutNotificationsChannelSubscriptionsUnauthorized struct {
}PutNotificationsChannelSubscriptionsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutNotificationsChannelSubscriptionsUnauthorized ¶
func NewPutNotificationsChannelSubscriptionsUnauthorized() *PutNotificationsChannelSubscriptionsUnauthorized
NewPutNotificationsChannelSubscriptionsUnauthorized creates a PutNotificationsChannelSubscriptionsUnauthorized with default headers values
func (*PutNotificationsChannelSubscriptionsUnauthorized) Error ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) Error() string
func (*PutNotificationsChannelSubscriptionsUnauthorized) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsUnauthorized) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions unauthorized response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsUnauthorized) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions unauthorized response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsUnauthorized) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions unauthorized response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsUnauthorized) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions unauthorized response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsUnauthorized) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions unauthorized response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsUnauthorized) String ¶
func (o *PutNotificationsChannelSubscriptionsUnauthorized) String() string
type PutNotificationsChannelSubscriptionsUnsupportedMediaType ¶
PutNotificationsChannelSubscriptionsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPutNotificationsChannelSubscriptionsUnsupportedMediaType ¶
func NewPutNotificationsChannelSubscriptionsUnsupportedMediaType() *PutNotificationsChannelSubscriptionsUnsupportedMediaType
NewPutNotificationsChannelSubscriptionsUnsupportedMediaType creates a PutNotificationsChannelSubscriptionsUnsupportedMediaType with default headers values
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) Error ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) Error() string
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put notifications channel subscriptions unsupported media type response has a 4xx status code
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put notifications channel subscriptions unsupported media type response a status code equal to that given
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put notifications channel subscriptions unsupported media type response has a 3xx status code
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put notifications channel subscriptions unsupported media type response has a 5xx status code
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put notifications channel subscriptions unsupported media type response has a 2xx status code
func (*PutNotificationsChannelSubscriptionsUnsupportedMediaType) String ¶
func (o *PutNotificationsChannelSubscriptionsUnsupportedMediaType) String() string
Source Files
¶
- delete_notifications_channel_subscriptions_parameters.go
- delete_notifications_channel_subscriptions_responses.go
- get_notifications_availabletopics_parameters.go
- get_notifications_availabletopics_responses.go
- get_notifications_channel_subscriptions_parameters.go
- get_notifications_channel_subscriptions_responses.go
- get_notifications_channels_parameters.go
- get_notifications_channels_responses.go
- head_notifications_channel_parameters.go
- head_notifications_channel_responses.go
- notifications_client.go
- post_notifications_channel_subscriptions_parameters.go
- post_notifications_channel_subscriptions_responses.go
- post_notifications_channels_parameters.go
- post_notifications_channels_responses.go
- put_notifications_channel_subscriptions_parameters.go
- put_notifications_channel_subscriptions_responses.go