Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteGreeting(ctx context.Context, params *DeleteGreetingParams) error
- func (a *Client) GetGreeting(ctx context.Context, params *GetGreetingParams) (*GetGreetingOK, error)
- func (a *Client) GetGreetingMedia(ctx context.Context, params *GetGreetingMediaParams) (*GetGreetingMediaOK, error)
- func (a *Client) GetGreetings(ctx context.Context, params *GetGreetingsParams) (*GetGreetingsOK, error)
- func (a *Client) GetGreetingsDefaults(ctx context.Context, params *GetGreetingsDefaultsParams) (*GetGreetingsDefaultsOK, error)
- func (a *Client) GetGroupGreetings(ctx context.Context, params *GetGroupGreetingsParams) (*GetGroupGreetingsOK, error)
- func (a *Client) GetGroupGreetingsDefaults(ctx context.Context, params *GetGroupGreetingsDefaultsParams) (*GetGroupGreetingsDefaultsOK, error)
- func (a *Client) GetUserGreetings(ctx context.Context, params *GetUserGreetingsParams) (*GetUserGreetingsOK, error)
- func (a *Client) GetUserGreetingsDefaults(ctx context.Context, params *GetUserGreetingsDefaultsParams) (*GetUserGreetingsDefaultsOK, error)
- func (a *Client) PostGreetings(ctx context.Context, params *PostGreetingsParams) (*PostGreetingsOK, error)
- func (a *Client) PostGroupGreetings(ctx context.Context, params *PostGroupGreetingsParams) (*PostGroupGreetingsOK, error)
- func (a *Client) PostUserGreetings(ctx context.Context, params *PostUserGreetingsParams) (*PostUserGreetingsOK, error)
- func (a *Client) PutGreeting(ctx context.Context, params *PutGreetingParams) (*PutGreetingOK, error)
- func (a *Client) PutGreetingsDefaults(ctx context.Context, params *PutGreetingsDefaultsParams) (*PutGreetingsDefaultsOK, error)
- func (a *Client) PutGroupGreetingsDefaults(ctx context.Context, params *PutGroupGreetingsDefaultsParams) (*PutGroupGreetingsDefaultsOK, error)
- func (a *Client) PutUserGreetingsDefaults(ctx context.Context, params *PutUserGreetingsDefaultsParams) (*PutUserGreetingsDefaultsOK, error)
- type DeleteGreetingBadRequest
- func (o *DeleteGreetingBadRequest) Error() string
- func (o *DeleteGreetingBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingBadRequest) IsClientError() bool
- func (o *DeleteGreetingBadRequest) IsCode(code int) bool
- func (o *DeleteGreetingBadRequest) IsRedirect() bool
- func (o *DeleteGreetingBadRequest) IsServerError() bool
- func (o *DeleteGreetingBadRequest) IsSuccess() bool
- func (o *DeleteGreetingBadRequest) String() string
- type DeleteGreetingDefault
- func (o *DeleteGreetingDefault) Code() int
- func (o *DeleteGreetingDefault) Error() string
- func (o *DeleteGreetingDefault) IsClientError() bool
- func (o *DeleteGreetingDefault) IsCode(code int) bool
- func (o *DeleteGreetingDefault) IsRedirect() bool
- func (o *DeleteGreetingDefault) IsServerError() bool
- func (o *DeleteGreetingDefault) IsSuccess() bool
- func (o *DeleteGreetingDefault) String() string
- type DeleteGreetingForbidden
- func (o *DeleteGreetingForbidden) Error() string
- func (o *DeleteGreetingForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingForbidden) IsClientError() bool
- func (o *DeleteGreetingForbidden) IsCode(code int) bool
- func (o *DeleteGreetingForbidden) IsRedirect() bool
- func (o *DeleteGreetingForbidden) IsServerError() bool
- func (o *DeleteGreetingForbidden) IsSuccess() bool
- func (o *DeleteGreetingForbidden) String() string
- type DeleteGreetingGatewayTimeout
- func (o *DeleteGreetingGatewayTimeout) Error() string
- func (o *DeleteGreetingGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingGatewayTimeout) IsClientError() bool
- func (o *DeleteGreetingGatewayTimeout) IsCode(code int) bool
- func (o *DeleteGreetingGatewayTimeout) IsRedirect() bool
- func (o *DeleteGreetingGatewayTimeout) IsServerError() bool
- func (o *DeleteGreetingGatewayTimeout) IsSuccess() bool
- func (o *DeleteGreetingGatewayTimeout) String() string
- type DeleteGreetingInternalServerError
- func (o *DeleteGreetingInternalServerError) Error() string
- func (o *DeleteGreetingInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingInternalServerError) IsClientError() bool
- func (o *DeleteGreetingInternalServerError) IsCode(code int) bool
- func (o *DeleteGreetingInternalServerError) IsRedirect() bool
- func (o *DeleteGreetingInternalServerError) IsServerError() bool
- func (o *DeleteGreetingInternalServerError) IsSuccess() bool
- func (o *DeleteGreetingInternalServerError) String() string
- type DeleteGreetingNotFound
- func (o *DeleteGreetingNotFound) Error() string
- func (o *DeleteGreetingNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingNotFound) IsClientError() bool
- func (o *DeleteGreetingNotFound) IsCode(code int) bool
- func (o *DeleteGreetingNotFound) IsRedirect() bool
- func (o *DeleteGreetingNotFound) IsServerError() bool
- func (o *DeleteGreetingNotFound) IsSuccess() bool
- func (o *DeleteGreetingNotFound) String() string
- type DeleteGreetingParams
- func NewDeleteGreetingParams() *DeleteGreetingParams
- func NewDeleteGreetingParamsWithContext(ctx context.Context) *DeleteGreetingParams
- func NewDeleteGreetingParamsWithHTTPClient(client *http.Client) *DeleteGreetingParams
- func NewDeleteGreetingParamsWithTimeout(timeout time.Duration) *DeleteGreetingParams
- func (o *DeleteGreetingParams) SetContext(ctx context.Context)
- func (o *DeleteGreetingParams) SetDefaults()
- func (o *DeleteGreetingParams) SetGreetingID(greetingID string)
- func (o *DeleteGreetingParams) SetHTTPClient(client *http.Client)
- func (o *DeleteGreetingParams) SetTimeout(timeout time.Duration)
- func (o *DeleteGreetingParams) WithContext(ctx context.Context) *DeleteGreetingParams
- func (o *DeleteGreetingParams) WithDefaults() *DeleteGreetingParams
- func (o *DeleteGreetingParams) WithGreetingID(greetingID string) *DeleteGreetingParams
- func (o *DeleteGreetingParams) WithHTTPClient(client *http.Client) *DeleteGreetingParams
- func (o *DeleteGreetingParams) WithTimeout(timeout time.Duration) *DeleteGreetingParams
- func (o *DeleteGreetingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteGreetingReader
- type DeleteGreetingRequestEntityTooLarge
- func (o *DeleteGreetingRequestEntityTooLarge) Error() string
- func (o *DeleteGreetingRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteGreetingRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteGreetingRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteGreetingRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteGreetingRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteGreetingRequestEntityTooLarge) String() string
- type DeleteGreetingRequestTimeout
- func (o *DeleteGreetingRequestTimeout) Error() string
- func (o *DeleteGreetingRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingRequestTimeout) IsClientError() bool
- func (o *DeleteGreetingRequestTimeout) IsCode(code int) bool
- func (o *DeleteGreetingRequestTimeout) IsRedirect() bool
- func (o *DeleteGreetingRequestTimeout) IsServerError() bool
- func (o *DeleteGreetingRequestTimeout) IsSuccess() bool
- func (o *DeleteGreetingRequestTimeout) String() string
- type DeleteGreetingServiceUnavailable
- func (o *DeleteGreetingServiceUnavailable) Error() string
- func (o *DeleteGreetingServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingServiceUnavailable) IsClientError() bool
- func (o *DeleteGreetingServiceUnavailable) IsCode(code int) bool
- func (o *DeleteGreetingServiceUnavailable) IsRedirect() bool
- func (o *DeleteGreetingServiceUnavailable) IsServerError() bool
- func (o *DeleteGreetingServiceUnavailable) IsSuccess() bool
- func (o *DeleteGreetingServiceUnavailable) String() string
- type DeleteGreetingTooManyRequests
- func (o *DeleteGreetingTooManyRequests) Error() string
- func (o *DeleteGreetingTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingTooManyRequests) IsClientError() bool
- func (o *DeleteGreetingTooManyRequests) IsCode(code int) bool
- func (o *DeleteGreetingTooManyRequests) IsRedirect() bool
- func (o *DeleteGreetingTooManyRequests) IsServerError() bool
- func (o *DeleteGreetingTooManyRequests) IsSuccess() bool
- func (o *DeleteGreetingTooManyRequests) String() string
- type DeleteGreetingUnauthorized
- func (o *DeleteGreetingUnauthorized) Error() string
- func (o *DeleteGreetingUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingUnauthorized) IsClientError() bool
- func (o *DeleteGreetingUnauthorized) IsCode(code int) bool
- func (o *DeleteGreetingUnauthorized) IsRedirect() bool
- func (o *DeleteGreetingUnauthorized) IsServerError() bool
- func (o *DeleteGreetingUnauthorized) IsSuccess() bool
- func (o *DeleteGreetingUnauthorized) String() string
- type DeleteGreetingUnsupportedMediaType
- func (o *DeleteGreetingUnsupportedMediaType) Error() string
- func (o *DeleteGreetingUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteGreetingUnsupportedMediaType) IsClientError() bool
- func (o *DeleteGreetingUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteGreetingUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteGreetingUnsupportedMediaType) IsServerError() bool
- func (o *DeleteGreetingUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteGreetingUnsupportedMediaType) String() string
- type GetGreetingBadRequest
- func (o *GetGreetingBadRequest) Error() string
- func (o *GetGreetingBadRequest) GetPayload() *models.ErrorBody
- func (o *GetGreetingBadRequest) IsClientError() bool
- func (o *GetGreetingBadRequest) IsCode(code int) bool
- func (o *GetGreetingBadRequest) IsRedirect() bool
- func (o *GetGreetingBadRequest) IsServerError() bool
- func (o *GetGreetingBadRequest) IsSuccess() bool
- func (o *GetGreetingBadRequest) String() string
- type GetGreetingForbidden
- func (o *GetGreetingForbidden) Error() string
- func (o *GetGreetingForbidden) GetPayload() *models.ErrorBody
- func (o *GetGreetingForbidden) IsClientError() bool
- func (o *GetGreetingForbidden) IsCode(code int) bool
- func (o *GetGreetingForbidden) IsRedirect() bool
- func (o *GetGreetingForbidden) IsServerError() bool
- func (o *GetGreetingForbidden) IsSuccess() bool
- func (o *GetGreetingForbidden) String() string
- type GetGreetingGatewayTimeout
- func (o *GetGreetingGatewayTimeout) Error() string
- func (o *GetGreetingGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingGatewayTimeout) IsClientError() bool
- func (o *GetGreetingGatewayTimeout) IsCode(code int) bool
- func (o *GetGreetingGatewayTimeout) IsRedirect() bool
- func (o *GetGreetingGatewayTimeout) IsServerError() bool
- func (o *GetGreetingGatewayTimeout) IsSuccess() bool
- func (o *GetGreetingGatewayTimeout) String() string
- type GetGreetingInternalServerError
- func (o *GetGreetingInternalServerError) Error() string
- func (o *GetGreetingInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetGreetingInternalServerError) IsClientError() bool
- func (o *GetGreetingInternalServerError) IsCode(code int) bool
- func (o *GetGreetingInternalServerError) IsRedirect() bool
- func (o *GetGreetingInternalServerError) IsServerError() bool
- func (o *GetGreetingInternalServerError) IsSuccess() bool
- func (o *GetGreetingInternalServerError) String() string
- type GetGreetingMediaBadRequest
- func (o *GetGreetingMediaBadRequest) Error() string
- func (o *GetGreetingMediaBadRequest) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaBadRequest) IsClientError() bool
- func (o *GetGreetingMediaBadRequest) IsCode(code int) bool
- func (o *GetGreetingMediaBadRequest) IsRedirect() bool
- func (o *GetGreetingMediaBadRequest) IsServerError() bool
- func (o *GetGreetingMediaBadRequest) IsSuccess() bool
- func (o *GetGreetingMediaBadRequest) String() string
- type GetGreetingMediaForbidden
- func (o *GetGreetingMediaForbidden) Error() string
- func (o *GetGreetingMediaForbidden) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaForbidden) IsClientError() bool
- func (o *GetGreetingMediaForbidden) IsCode(code int) bool
- func (o *GetGreetingMediaForbidden) IsRedirect() bool
- func (o *GetGreetingMediaForbidden) IsServerError() bool
- func (o *GetGreetingMediaForbidden) IsSuccess() bool
- func (o *GetGreetingMediaForbidden) String() string
- type GetGreetingMediaGatewayTimeout
- func (o *GetGreetingMediaGatewayTimeout) Error() string
- func (o *GetGreetingMediaGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaGatewayTimeout) IsClientError() bool
- func (o *GetGreetingMediaGatewayTimeout) IsCode(code int) bool
- func (o *GetGreetingMediaGatewayTimeout) IsRedirect() bool
- func (o *GetGreetingMediaGatewayTimeout) IsServerError() bool
- func (o *GetGreetingMediaGatewayTimeout) IsSuccess() bool
- func (o *GetGreetingMediaGatewayTimeout) String() string
- type GetGreetingMediaInternalServerError
- func (o *GetGreetingMediaInternalServerError) Error() string
- func (o *GetGreetingMediaInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaInternalServerError) IsClientError() bool
- func (o *GetGreetingMediaInternalServerError) IsCode(code int) bool
- func (o *GetGreetingMediaInternalServerError) IsRedirect() bool
- func (o *GetGreetingMediaInternalServerError) IsServerError() bool
- func (o *GetGreetingMediaInternalServerError) IsSuccess() bool
- func (o *GetGreetingMediaInternalServerError) String() string
- type GetGreetingMediaNotFound
- func (o *GetGreetingMediaNotFound) Error() string
- func (o *GetGreetingMediaNotFound) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaNotFound) IsClientError() bool
- func (o *GetGreetingMediaNotFound) IsCode(code int) bool
- func (o *GetGreetingMediaNotFound) IsRedirect() bool
- func (o *GetGreetingMediaNotFound) IsServerError() bool
- func (o *GetGreetingMediaNotFound) IsSuccess() bool
- func (o *GetGreetingMediaNotFound) String() string
- type GetGreetingMediaOK
- func (o *GetGreetingMediaOK) Error() string
- func (o *GetGreetingMediaOK) GetPayload() *models.GreetingMediaInfo
- func (o *GetGreetingMediaOK) IsClientError() bool
- func (o *GetGreetingMediaOK) IsCode(code int) bool
- func (o *GetGreetingMediaOK) IsRedirect() bool
- func (o *GetGreetingMediaOK) IsServerError() bool
- func (o *GetGreetingMediaOK) IsSuccess() bool
- func (o *GetGreetingMediaOK) String() string
- type GetGreetingMediaParams
- func NewGetGreetingMediaParams() *GetGreetingMediaParams
- func NewGetGreetingMediaParamsWithContext(ctx context.Context) *GetGreetingMediaParams
- func NewGetGreetingMediaParamsWithHTTPClient(client *http.Client) *GetGreetingMediaParams
- func NewGetGreetingMediaParamsWithTimeout(timeout time.Duration) *GetGreetingMediaParams
- func (o *GetGreetingMediaParams) SetContext(ctx context.Context)
- func (o *GetGreetingMediaParams) SetDefaults()
- func (o *GetGreetingMediaParams) SetFormatID(formatID *string)
- func (o *GetGreetingMediaParams) SetGreetingID(greetingID string)
- func (o *GetGreetingMediaParams) SetHTTPClient(client *http.Client)
- func (o *GetGreetingMediaParams) SetTimeout(timeout time.Duration)
- func (o *GetGreetingMediaParams) WithContext(ctx context.Context) *GetGreetingMediaParams
- func (o *GetGreetingMediaParams) WithDefaults() *GetGreetingMediaParams
- func (o *GetGreetingMediaParams) WithFormatID(formatID *string) *GetGreetingMediaParams
- func (o *GetGreetingMediaParams) WithGreetingID(greetingID string) *GetGreetingMediaParams
- func (o *GetGreetingMediaParams) WithHTTPClient(client *http.Client) *GetGreetingMediaParams
- func (o *GetGreetingMediaParams) WithTimeout(timeout time.Duration) *GetGreetingMediaParams
- func (o *GetGreetingMediaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGreetingMediaReader
- type GetGreetingMediaRequestEntityTooLarge
- func (o *GetGreetingMediaRequestEntityTooLarge) Error() string
- func (o *GetGreetingMediaRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaRequestEntityTooLarge) IsClientError() bool
- func (o *GetGreetingMediaRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetGreetingMediaRequestEntityTooLarge) IsRedirect() bool
- func (o *GetGreetingMediaRequestEntityTooLarge) IsServerError() bool
- func (o *GetGreetingMediaRequestEntityTooLarge) IsSuccess() bool
- func (o *GetGreetingMediaRequestEntityTooLarge) String() string
- type GetGreetingMediaRequestTimeout
- func (o *GetGreetingMediaRequestTimeout) Error() string
- func (o *GetGreetingMediaRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaRequestTimeout) IsClientError() bool
- func (o *GetGreetingMediaRequestTimeout) IsCode(code int) bool
- func (o *GetGreetingMediaRequestTimeout) IsRedirect() bool
- func (o *GetGreetingMediaRequestTimeout) IsServerError() bool
- func (o *GetGreetingMediaRequestTimeout) IsSuccess() bool
- func (o *GetGreetingMediaRequestTimeout) String() string
- type GetGreetingMediaServiceUnavailable
- func (o *GetGreetingMediaServiceUnavailable) Error() string
- func (o *GetGreetingMediaServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaServiceUnavailable) IsClientError() bool
- func (o *GetGreetingMediaServiceUnavailable) IsCode(code int) bool
- func (o *GetGreetingMediaServiceUnavailable) IsRedirect() bool
- func (o *GetGreetingMediaServiceUnavailable) IsServerError() bool
- func (o *GetGreetingMediaServiceUnavailable) IsSuccess() bool
- func (o *GetGreetingMediaServiceUnavailable) String() string
- type GetGreetingMediaTooManyRequests
- func (o *GetGreetingMediaTooManyRequests) Error() string
- func (o *GetGreetingMediaTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaTooManyRequests) IsClientError() bool
- func (o *GetGreetingMediaTooManyRequests) IsCode(code int) bool
- func (o *GetGreetingMediaTooManyRequests) IsRedirect() bool
- func (o *GetGreetingMediaTooManyRequests) IsServerError() bool
- func (o *GetGreetingMediaTooManyRequests) IsSuccess() bool
- func (o *GetGreetingMediaTooManyRequests) String() string
- type GetGreetingMediaUnauthorized
- func (o *GetGreetingMediaUnauthorized) Error() string
- func (o *GetGreetingMediaUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaUnauthorized) IsClientError() bool
- func (o *GetGreetingMediaUnauthorized) IsCode(code int) bool
- func (o *GetGreetingMediaUnauthorized) IsRedirect() bool
- func (o *GetGreetingMediaUnauthorized) IsServerError() bool
- func (o *GetGreetingMediaUnauthorized) IsSuccess() bool
- func (o *GetGreetingMediaUnauthorized) String() string
- type GetGreetingMediaUnsupportedMediaType
- func (o *GetGreetingMediaUnsupportedMediaType) Error() string
- func (o *GetGreetingMediaUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetGreetingMediaUnsupportedMediaType) IsClientError() bool
- func (o *GetGreetingMediaUnsupportedMediaType) IsCode(code int) bool
- func (o *GetGreetingMediaUnsupportedMediaType) IsRedirect() bool
- func (o *GetGreetingMediaUnsupportedMediaType) IsServerError() bool
- func (o *GetGreetingMediaUnsupportedMediaType) IsSuccess() bool
- func (o *GetGreetingMediaUnsupportedMediaType) String() string
- type GetGreetingNotFound
- func (o *GetGreetingNotFound) Error() string
- func (o *GetGreetingNotFound) GetPayload() *models.ErrorBody
- func (o *GetGreetingNotFound) IsClientError() bool
- func (o *GetGreetingNotFound) IsCode(code int) bool
- func (o *GetGreetingNotFound) IsRedirect() bool
- func (o *GetGreetingNotFound) IsServerError() bool
- func (o *GetGreetingNotFound) IsSuccess() bool
- func (o *GetGreetingNotFound) String() string
- type GetGreetingOK
- func (o *GetGreetingOK) Error() string
- func (o *GetGreetingOK) GetPayload() *models.Greeting
- func (o *GetGreetingOK) IsClientError() bool
- func (o *GetGreetingOK) IsCode(code int) bool
- func (o *GetGreetingOK) IsRedirect() bool
- func (o *GetGreetingOK) IsServerError() bool
- func (o *GetGreetingOK) IsSuccess() bool
- func (o *GetGreetingOK) String() string
- type GetGreetingParams
- func (o *GetGreetingParams) SetContext(ctx context.Context)
- func (o *GetGreetingParams) SetDefaults()
- func (o *GetGreetingParams) SetGreetingID(greetingID string)
- func (o *GetGreetingParams) SetHTTPClient(client *http.Client)
- func (o *GetGreetingParams) SetTimeout(timeout time.Duration)
- func (o *GetGreetingParams) WithContext(ctx context.Context) *GetGreetingParams
- func (o *GetGreetingParams) WithDefaults() *GetGreetingParams
- func (o *GetGreetingParams) WithGreetingID(greetingID string) *GetGreetingParams
- func (o *GetGreetingParams) WithHTTPClient(client *http.Client) *GetGreetingParams
- func (o *GetGreetingParams) WithTimeout(timeout time.Duration) *GetGreetingParams
- func (o *GetGreetingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGreetingReader
- type GetGreetingRequestEntityTooLarge
- func (o *GetGreetingRequestEntityTooLarge) Error() string
- func (o *GetGreetingRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetGreetingRequestEntityTooLarge) IsClientError() bool
- func (o *GetGreetingRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetGreetingRequestEntityTooLarge) IsRedirect() bool
- func (o *GetGreetingRequestEntityTooLarge) IsServerError() bool
- func (o *GetGreetingRequestEntityTooLarge) IsSuccess() bool
- func (o *GetGreetingRequestEntityTooLarge) String() string
- type GetGreetingRequestTimeout
- func (o *GetGreetingRequestTimeout) Error() string
- func (o *GetGreetingRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingRequestTimeout) IsClientError() bool
- func (o *GetGreetingRequestTimeout) IsCode(code int) bool
- func (o *GetGreetingRequestTimeout) IsRedirect() bool
- func (o *GetGreetingRequestTimeout) IsServerError() bool
- func (o *GetGreetingRequestTimeout) IsSuccess() bool
- func (o *GetGreetingRequestTimeout) String() string
- type GetGreetingServiceUnavailable
- func (o *GetGreetingServiceUnavailable) Error() string
- func (o *GetGreetingServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetGreetingServiceUnavailable) IsClientError() bool
- func (o *GetGreetingServiceUnavailable) IsCode(code int) bool
- func (o *GetGreetingServiceUnavailable) IsRedirect() bool
- func (o *GetGreetingServiceUnavailable) IsServerError() bool
- func (o *GetGreetingServiceUnavailable) IsSuccess() bool
- func (o *GetGreetingServiceUnavailable) String() string
- type GetGreetingTooManyRequests
- func (o *GetGreetingTooManyRequests) Error() string
- func (o *GetGreetingTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetGreetingTooManyRequests) IsClientError() bool
- func (o *GetGreetingTooManyRequests) IsCode(code int) bool
- func (o *GetGreetingTooManyRequests) IsRedirect() bool
- func (o *GetGreetingTooManyRequests) IsServerError() bool
- func (o *GetGreetingTooManyRequests) IsSuccess() bool
- func (o *GetGreetingTooManyRequests) String() string
- type GetGreetingUnauthorized
- func (o *GetGreetingUnauthorized) Error() string
- func (o *GetGreetingUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetGreetingUnauthorized) IsClientError() bool
- func (o *GetGreetingUnauthorized) IsCode(code int) bool
- func (o *GetGreetingUnauthorized) IsRedirect() bool
- func (o *GetGreetingUnauthorized) IsServerError() bool
- func (o *GetGreetingUnauthorized) IsSuccess() bool
- func (o *GetGreetingUnauthorized) String() string
- type GetGreetingUnsupportedMediaType
- func (o *GetGreetingUnsupportedMediaType) Error() string
- func (o *GetGreetingUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetGreetingUnsupportedMediaType) IsClientError() bool
- func (o *GetGreetingUnsupportedMediaType) IsCode(code int) bool
- func (o *GetGreetingUnsupportedMediaType) IsRedirect() bool
- func (o *GetGreetingUnsupportedMediaType) IsServerError() bool
- func (o *GetGreetingUnsupportedMediaType) IsSuccess() bool
- func (o *GetGreetingUnsupportedMediaType) String() string
- type GetGreetingsBadRequest
- func (o *GetGreetingsBadRequest) Error() string
- func (o *GetGreetingsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetGreetingsBadRequest) IsClientError() bool
- func (o *GetGreetingsBadRequest) IsCode(code int) bool
- func (o *GetGreetingsBadRequest) IsRedirect() bool
- func (o *GetGreetingsBadRequest) IsServerError() bool
- func (o *GetGreetingsBadRequest) IsSuccess() bool
- func (o *GetGreetingsBadRequest) String() string
- type GetGreetingsDefaultsBadRequest
- func (o *GetGreetingsDefaultsBadRequest) Error() string
- func (o *GetGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsBadRequest) IsClientError() bool
- func (o *GetGreetingsDefaultsBadRequest) IsCode(code int) bool
- func (o *GetGreetingsDefaultsBadRequest) IsRedirect() bool
- func (o *GetGreetingsDefaultsBadRequest) IsServerError() bool
- func (o *GetGreetingsDefaultsBadRequest) IsSuccess() bool
- func (o *GetGreetingsDefaultsBadRequest) String() string
- type GetGreetingsDefaultsForbidden
- func (o *GetGreetingsDefaultsForbidden) Error() string
- func (o *GetGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsForbidden) IsClientError() bool
- func (o *GetGreetingsDefaultsForbidden) IsCode(code int) bool
- func (o *GetGreetingsDefaultsForbidden) IsRedirect() bool
- func (o *GetGreetingsDefaultsForbidden) IsServerError() bool
- func (o *GetGreetingsDefaultsForbidden) IsSuccess() bool
- func (o *GetGreetingsDefaultsForbidden) String() string
- type GetGreetingsDefaultsGatewayTimeout
- func (o *GetGreetingsDefaultsGatewayTimeout) Error() string
- func (o *GetGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsGatewayTimeout) IsClientError() bool
- func (o *GetGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
- func (o *GetGreetingsDefaultsGatewayTimeout) IsRedirect() bool
- func (o *GetGreetingsDefaultsGatewayTimeout) IsServerError() bool
- func (o *GetGreetingsDefaultsGatewayTimeout) IsSuccess() bool
- func (o *GetGreetingsDefaultsGatewayTimeout) String() string
- type GetGreetingsDefaultsInternalServerError
- func (o *GetGreetingsDefaultsInternalServerError) Error() string
- func (o *GetGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsInternalServerError) IsClientError() bool
- func (o *GetGreetingsDefaultsInternalServerError) IsCode(code int) bool
- func (o *GetGreetingsDefaultsInternalServerError) IsRedirect() bool
- func (o *GetGreetingsDefaultsInternalServerError) IsServerError() bool
- func (o *GetGreetingsDefaultsInternalServerError) IsSuccess() bool
- func (o *GetGreetingsDefaultsInternalServerError) String() string
- type GetGreetingsDefaultsNotFound
- func (o *GetGreetingsDefaultsNotFound) Error() string
- func (o *GetGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsNotFound) IsClientError() bool
- func (o *GetGreetingsDefaultsNotFound) IsCode(code int) bool
- func (o *GetGreetingsDefaultsNotFound) IsRedirect() bool
- func (o *GetGreetingsDefaultsNotFound) IsServerError() bool
- func (o *GetGreetingsDefaultsNotFound) IsSuccess() bool
- func (o *GetGreetingsDefaultsNotFound) String() string
- type GetGreetingsDefaultsOK
- func (o *GetGreetingsDefaultsOK) Error() string
- func (o *GetGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
- func (o *GetGreetingsDefaultsOK) IsClientError() bool
- func (o *GetGreetingsDefaultsOK) IsCode(code int) bool
- func (o *GetGreetingsDefaultsOK) IsRedirect() bool
- func (o *GetGreetingsDefaultsOK) IsServerError() bool
- func (o *GetGreetingsDefaultsOK) IsSuccess() bool
- func (o *GetGreetingsDefaultsOK) String() string
- type GetGreetingsDefaultsParams
- func NewGetGreetingsDefaultsParams() *GetGreetingsDefaultsParams
- func NewGetGreetingsDefaultsParamsWithContext(ctx context.Context) *GetGreetingsDefaultsParams
- func NewGetGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *GetGreetingsDefaultsParams
- func NewGetGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *GetGreetingsDefaultsParams
- func (o *GetGreetingsDefaultsParams) SetContext(ctx context.Context)
- func (o *GetGreetingsDefaultsParams) SetDefaults()
- func (o *GetGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
- func (o *GetGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
- func (o *GetGreetingsDefaultsParams) WithContext(ctx context.Context) *GetGreetingsDefaultsParams
- func (o *GetGreetingsDefaultsParams) WithDefaults() *GetGreetingsDefaultsParams
- func (o *GetGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *GetGreetingsDefaultsParams
- func (o *GetGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *GetGreetingsDefaultsParams
- func (o *GetGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGreetingsDefaultsReader
- type GetGreetingsDefaultsRequestEntityTooLarge
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) Error() string
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetGreetingsDefaultsRequestEntityTooLarge) String() string
- type GetGreetingsDefaultsRequestTimeout
- func (o *GetGreetingsDefaultsRequestTimeout) Error() string
- func (o *GetGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsRequestTimeout) IsClientError() bool
- func (o *GetGreetingsDefaultsRequestTimeout) IsCode(code int) bool
- func (o *GetGreetingsDefaultsRequestTimeout) IsRedirect() bool
- func (o *GetGreetingsDefaultsRequestTimeout) IsServerError() bool
- func (o *GetGreetingsDefaultsRequestTimeout) IsSuccess() bool
- func (o *GetGreetingsDefaultsRequestTimeout) String() string
- type GetGreetingsDefaultsServiceUnavailable
- func (o *GetGreetingsDefaultsServiceUnavailable) Error() string
- func (o *GetGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsServiceUnavailable) IsClientError() bool
- func (o *GetGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
- func (o *GetGreetingsDefaultsServiceUnavailable) IsRedirect() bool
- func (o *GetGreetingsDefaultsServiceUnavailable) IsServerError() bool
- func (o *GetGreetingsDefaultsServiceUnavailable) IsSuccess() bool
- func (o *GetGreetingsDefaultsServiceUnavailable) String() string
- type GetGreetingsDefaultsTooManyRequests
- func (o *GetGreetingsDefaultsTooManyRequests) Error() string
- func (o *GetGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsTooManyRequests) IsClientError() bool
- func (o *GetGreetingsDefaultsTooManyRequests) IsCode(code int) bool
- func (o *GetGreetingsDefaultsTooManyRequests) IsRedirect() bool
- func (o *GetGreetingsDefaultsTooManyRequests) IsServerError() bool
- func (o *GetGreetingsDefaultsTooManyRequests) IsSuccess() bool
- func (o *GetGreetingsDefaultsTooManyRequests) String() string
- type GetGreetingsDefaultsUnauthorized
- func (o *GetGreetingsDefaultsUnauthorized) Error() string
- func (o *GetGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsUnauthorized) IsClientError() bool
- func (o *GetGreetingsDefaultsUnauthorized) IsCode(code int) bool
- func (o *GetGreetingsDefaultsUnauthorized) IsRedirect() bool
- func (o *GetGreetingsDefaultsUnauthorized) IsServerError() bool
- func (o *GetGreetingsDefaultsUnauthorized) IsSuccess() bool
- func (o *GetGreetingsDefaultsUnauthorized) String() string
- type GetGreetingsDefaultsUnsupportedMediaType
- func (o *GetGreetingsDefaultsUnsupportedMediaType) Error() string
- func (o *GetGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
- func (o *GetGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
- func (o *GetGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
- func (o *GetGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
- func (o *GetGreetingsDefaultsUnsupportedMediaType) String() string
- type GetGreetingsForbidden
- func (o *GetGreetingsForbidden) Error() string
- func (o *GetGreetingsForbidden) GetPayload() *models.ErrorBody
- func (o *GetGreetingsForbidden) IsClientError() bool
- func (o *GetGreetingsForbidden) IsCode(code int) bool
- func (o *GetGreetingsForbidden) IsRedirect() bool
- func (o *GetGreetingsForbidden) IsServerError() bool
- func (o *GetGreetingsForbidden) IsSuccess() bool
- func (o *GetGreetingsForbidden) String() string
- type GetGreetingsGatewayTimeout
- func (o *GetGreetingsGatewayTimeout) Error() string
- func (o *GetGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingsGatewayTimeout) IsClientError() bool
- func (o *GetGreetingsGatewayTimeout) IsCode(code int) bool
- func (o *GetGreetingsGatewayTimeout) IsRedirect() bool
- func (o *GetGreetingsGatewayTimeout) IsServerError() bool
- func (o *GetGreetingsGatewayTimeout) IsSuccess() bool
- func (o *GetGreetingsGatewayTimeout) String() string
- type GetGreetingsInternalServerError
- func (o *GetGreetingsInternalServerError) Error() string
- func (o *GetGreetingsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetGreetingsInternalServerError) IsClientError() bool
- func (o *GetGreetingsInternalServerError) IsCode(code int) bool
- func (o *GetGreetingsInternalServerError) IsRedirect() bool
- func (o *GetGreetingsInternalServerError) IsServerError() bool
- func (o *GetGreetingsInternalServerError) IsSuccess() bool
- func (o *GetGreetingsInternalServerError) String() string
- type GetGreetingsNotFound
- func (o *GetGreetingsNotFound) Error() string
- func (o *GetGreetingsNotFound) GetPayload() *models.ErrorBody
- func (o *GetGreetingsNotFound) IsClientError() bool
- func (o *GetGreetingsNotFound) IsCode(code int) bool
- func (o *GetGreetingsNotFound) IsRedirect() bool
- func (o *GetGreetingsNotFound) IsServerError() bool
- func (o *GetGreetingsNotFound) IsSuccess() bool
- func (o *GetGreetingsNotFound) String() string
- type GetGreetingsOK
- func (o *GetGreetingsOK) Error() string
- func (o *GetGreetingsOK) GetPayload() *models.DomainEntityListing
- func (o *GetGreetingsOK) IsClientError() bool
- func (o *GetGreetingsOK) IsCode(code int) bool
- func (o *GetGreetingsOK) IsRedirect() bool
- func (o *GetGreetingsOK) IsServerError() bool
- func (o *GetGreetingsOK) IsSuccess() bool
- func (o *GetGreetingsOK) String() string
- type GetGreetingsParams
- func (o *GetGreetingsParams) SetContext(ctx context.Context)
- func (o *GetGreetingsParams) SetDefaults()
- func (o *GetGreetingsParams) SetHTTPClient(client *http.Client)
- func (o *GetGreetingsParams) SetPageNumber(pageNumber *int32)
- func (o *GetGreetingsParams) SetPageSize(pageSize *int32)
- func (o *GetGreetingsParams) SetTimeout(timeout time.Duration)
- func (o *GetGreetingsParams) WithContext(ctx context.Context) *GetGreetingsParams
- func (o *GetGreetingsParams) WithDefaults() *GetGreetingsParams
- func (o *GetGreetingsParams) WithHTTPClient(client *http.Client) *GetGreetingsParams
- func (o *GetGreetingsParams) WithPageNumber(pageNumber *int32) *GetGreetingsParams
- func (o *GetGreetingsParams) WithPageSize(pageSize *int32) *GetGreetingsParams
- func (o *GetGreetingsParams) WithTimeout(timeout time.Duration) *GetGreetingsParams
- func (o *GetGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGreetingsReader
- type GetGreetingsRequestEntityTooLarge
- func (o *GetGreetingsRequestEntityTooLarge) Error() string
- func (o *GetGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetGreetingsRequestEntityTooLarge) IsClientError() bool
- func (o *GetGreetingsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetGreetingsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetGreetingsRequestEntityTooLarge) IsServerError() bool
- func (o *GetGreetingsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetGreetingsRequestEntityTooLarge) String() string
- type GetGreetingsRequestTimeout
- func (o *GetGreetingsRequestTimeout) Error() string
- func (o *GetGreetingsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetGreetingsRequestTimeout) IsClientError() bool
- func (o *GetGreetingsRequestTimeout) IsCode(code int) bool
- func (o *GetGreetingsRequestTimeout) IsRedirect() bool
- func (o *GetGreetingsRequestTimeout) IsServerError() bool
- func (o *GetGreetingsRequestTimeout) IsSuccess() bool
- func (o *GetGreetingsRequestTimeout) String() string
- type GetGreetingsServiceUnavailable
- func (o *GetGreetingsServiceUnavailable) Error() string
- func (o *GetGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetGreetingsServiceUnavailable) IsClientError() bool
- func (o *GetGreetingsServiceUnavailable) IsCode(code int) bool
- func (o *GetGreetingsServiceUnavailable) IsRedirect() bool
- func (o *GetGreetingsServiceUnavailable) IsServerError() bool
- func (o *GetGreetingsServiceUnavailable) IsSuccess() bool
- func (o *GetGreetingsServiceUnavailable) String() string
- type GetGreetingsTooManyRequests
- func (o *GetGreetingsTooManyRequests) Error() string
- func (o *GetGreetingsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetGreetingsTooManyRequests) IsClientError() bool
- func (o *GetGreetingsTooManyRequests) IsCode(code int) bool
- func (o *GetGreetingsTooManyRequests) IsRedirect() bool
- func (o *GetGreetingsTooManyRequests) IsServerError() bool
- func (o *GetGreetingsTooManyRequests) IsSuccess() bool
- func (o *GetGreetingsTooManyRequests) String() string
- type GetGreetingsUnauthorized
- func (o *GetGreetingsUnauthorized) Error() string
- func (o *GetGreetingsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetGreetingsUnauthorized) IsClientError() bool
- func (o *GetGreetingsUnauthorized) IsCode(code int) bool
- func (o *GetGreetingsUnauthorized) IsRedirect() bool
- func (o *GetGreetingsUnauthorized) IsServerError() bool
- func (o *GetGreetingsUnauthorized) IsSuccess() bool
- func (o *GetGreetingsUnauthorized) String() string
- type GetGreetingsUnsupportedMediaType
- func (o *GetGreetingsUnsupportedMediaType) Error() string
- func (o *GetGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetGreetingsUnsupportedMediaType) IsClientError() bool
- func (o *GetGreetingsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetGreetingsUnsupportedMediaType) IsRedirect() bool
- func (o *GetGreetingsUnsupportedMediaType) IsServerError() bool
- func (o *GetGreetingsUnsupportedMediaType) IsSuccess() bool
- func (o *GetGreetingsUnsupportedMediaType) String() string
- type GetGroupGreetingsBadRequest
- func (o *GetGroupGreetingsBadRequest) Error() string
- func (o *GetGroupGreetingsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsBadRequest) IsClientError() bool
- func (o *GetGroupGreetingsBadRequest) IsCode(code int) bool
- func (o *GetGroupGreetingsBadRequest) IsRedirect() bool
- func (o *GetGroupGreetingsBadRequest) IsServerError() bool
- func (o *GetGroupGreetingsBadRequest) IsSuccess() bool
- func (o *GetGroupGreetingsBadRequest) String() string
- type GetGroupGreetingsDefaultsBadRequest
- func (o *GetGroupGreetingsDefaultsBadRequest) Error() string
- func (o *GetGroupGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsBadRequest) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsBadRequest) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsBadRequest) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsBadRequest) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsBadRequest) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsBadRequest) String() string
- type GetGroupGreetingsDefaultsForbidden
- func (o *GetGroupGreetingsDefaultsForbidden) Error() string
- func (o *GetGroupGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsForbidden) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsForbidden) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsForbidden) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsForbidden) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsForbidden) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsForbidden) String() string
- type GetGroupGreetingsDefaultsGatewayTimeout
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) Error() string
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsGatewayTimeout) String() string
- type GetGroupGreetingsDefaultsInternalServerError
- func (o *GetGroupGreetingsDefaultsInternalServerError) Error() string
- func (o *GetGroupGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsInternalServerError) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsInternalServerError) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsInternalServerError) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsInternalServerError) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsInternalServerError) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsInternalServerError) String() string
- type GetGroupGreetingsDefaultsNotFound
- func (o *GetGroupGreetingsDefaultsNotFound) Error() string
- func (o *GetGroupGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsNotFound) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsNotFound) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsNotFound) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsNotFound) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsNotFound) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsNotFound) String() string
- type GetGroupGreetingsDefaultsOK
- func (o *GetGroupGreetingsDefaultsOK) Error() string
- func (o *GetGroupGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
- func (o *GetGroupGreetingsDefaultsOK) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsOK) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsOK) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsOK) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsOK) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsOK) String() string
- type GetGroupGreetingsDefaultsParams
- func NewGetGroupGreetingsDefaultsParams() *GetGroupGreetingsDefaultsParams
- func NewGetGroupGreetingsDefaultsParamsWithContext(ctx context.Context) *GetGroupGreetingsDefaultsParams
- func NewGetGroupGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *GetGroupGreetingsDefaultsParams
- func NewGetGroupGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *GetGroupGreetingsDefaultsParams
- func (o *GetGroupGreetingsDefaultsParams) SetContext(ctx context.Context)
- func (o *GetGroupGreetingsDefaultsParams) SetDefaults()
- func (o *GetGroupGreetingsDefaultsParams) SetGroupID(groupID string)
- func (o *GetGroupGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
- func (o *GetGroupGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
- func (o *GetGroupGreetingsDefaultsParams) WithContext(ctx context.Context) *GetGroupGreetingsDefaultsParams
- func (o *GetGroupGreetingsDefaultsParams) WithDefaults() *GetGroupGreetingsDefaultsParams
- func (o *GetGroupGreetingsDefaultsParams) WithGroupID(groupID string) *GetGroupGreetingsDefaultsParams
- func (o *GetGroupGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *GetGroupGreetingsDefaultsParams
- func (o *GetGroupGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *GetGroupGreetingsDefaultsParams
- func (o *GetGroupGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGroupGreetingsDefaultsReader
- type GetGroupGreetingsDefaultsRequestEntityTooLarge
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) Error() string
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) String() string
- type GetGroupGreetingsDefaultsRequestTimeout
- func (o *GetGroupGreetingsDefaultsRequestTimeout) Error() string
- func (o *GetGroupGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsRequestTimeout) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsRequestTimeout) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsRequestTimeout) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsRequestTimeout) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsRequestTimeout) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsRequestTimeout) String() string
- type GetGroupGreetingsDefaultsServiceUnavailable
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) Error() string
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsServiceUnavailable) String() string
- type GetGroupGreetingsDefaultsTooManyRequests
- func (o *GetGroupGreetingsDefaultsTooManyRequests) Error() string
- func (o *GetGroupGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsTooManyRequests) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsTooManyRequests) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsTooManyRequests) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsTooManyRequests) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsTooManyRequests) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsTooManyRequests) String() string
- type GetGroupGreetingsDefaultsUnauthorized
- func (o *GetGroupGreetingsDefaultsUnauthorized) Error() string
- func (o *GetGroupGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsUnauthorized) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsUnauthorized) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsUnauthorized) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsUnauthorized) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsUnauthorized) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsUnauthorized) String() string
- type GetGroupGreetingsDefaultsUnsupportedMediaType
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) Error() string
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
- func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) String() string
- type GetGroupGreetingsForbidden
- func (o *GetGroupGreetingsForbidden) Error() string
- func (o *GetGroupGreetingsForbidden) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsForbidden) IsClientError() bool
- func (o *GetGroupGreetingsForbidden) IsCode(code int) bool
- func (o *GetGroupGreetingsForbidden) IsRedirect() bool
- func (o *GetGroupGreetingsForbidden) IsServerError() bool
- func (o *GetGroupGreetingsForbidden) IsSuccess() bool
- func (o *GetGroupGreetingsForbidden) String() string
- type GetGroupGreetingsGatewayTimeout
- func (o *GetGroupGreetingsGatewayTimeout) Error() string
- func (o *GetGroupGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsGatewayTimeout) IsClientError() bool
- func (o *GetGroupGreetingsGatewayTimeout) IsCode(code int) bool
- func (o *GetGroupGreetingsGatewayTimeout) IsRedirect() bool
- func (o *GetGroupGreetingsGatewayTimeout) IsServerError() bool
- func (o *GetGroupGreetingsGatewayTimeout) IsSuccess() bool
- func (o *GetGroupGreetingsGatewayTimeout) String() string
- type GetGroupGreetingsInternalServerError
- func (o *GetGroupGreetingsInternalServerError) Error() string
- func (o *GetGroupGreetingsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsInternalServerError) IsClientError() bool
- func (o *GetGroupGreetingsInternalServerError) IsCode(code int) bool
- func (o *GetGroupGreetingsInternalServerError) IsRedirect() bool
- func (o *GetGroupGreetingsInternalServerError) IsServerError() bool
- func (o *GetGroupGreetingsInternalServerError) IsSuccess() bool
- func (o *GetGroupGreetingsInternalServerError) String() string
- type GetGroupGreetingsNotFound
- func (o *GetGroupGreetingsNotFound) Error() string
- func (o *GetGroupGreetingsNotFound) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsNotFound) IsClientError() bool
- func (o *GetGroupGreetingsNotFound) IsCode(code int) bool
- func (o *GetGroupGreetingsNotFound) IsRedirect() bool
- func (o *GetGroupGreetingsNotFound) IsServerError() bool
- func (o *GetGroupGreetingsNotFound) IsSuccess() bool
- func (o *GetGroupGreetingsNotFound) String() string
- type GetGroupGreetingsOK
- func (o *GetGroupGreetingsOK) Error() string
- func (o *GetGroupGreetingsOK) GetPayload() *models.GreetingListing
- func (o *GetGroupGreetingsOK) IsClientError() bool
- func (o *GetGroupGreetingsOK) IsCode(code int) bool
- func (o *GetGroupGreetingsOK) IsRedirect() bool
- func (o *GetGroupGreetingsOK) IsServerError() bool
- func (o *GetGroupGreetingsOK) IsSuccess() bool
- func (o *GetGroupGreetingsOK) String() string
- type GetGroupGreetingsParams
- func NewGetGroupGreetingsParams() *GetGroupGreetingsParams
- func NewGetGroupGreetingsParamsWithContext(ctx context.Context) *GetGroupGreetingsParams
- func NewGetGroupGreetingsParamsWithHTTPClient(client *http.Client) *GetGroupGreetingsParams
- func NewGetGroupGreetingsParamsWithTimeout(timeout time.Duration) *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) SetContext(ctx context.Context)
- func (o *GetGroupGreetingsParams) SetDefaults()
- func (o *GetGroupGreetingsParams) SetGroupID(groupID string)
- func (o *GetGroupGreetingsParams) SetHTTPClient(client *http.Client)
- func (o *GetGroupGreetingsParams) SetPageNumber(pageNumber *int32)
- func (o *GetGroupGreetingsParams) SetPageSize(pageSize *int32)
- func (o *GetGroupGreetingsParams) SetTimeout(timeout time.Duration)
- func (o *GetGroupGreetingsParams) WithContext(ctx context.Context) *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) WithDefaults() *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) WithGroupID(groupID string) *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) WithHTTPClient(client *http.Client) *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) WithPageNumber(pageNumber *int32) *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) WithPageSize(pageSize *int32) *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) WithTimeout(timeout time.Duration) *GetGroupGreetingsParams
- func (o *GetGroupGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGroupGreetingsReader
- type GetGroupGreetingsRequestEntityTooLarge
- func (o *GetGroupGreetingsRequestEntityTooLarge) Error() string
- func (o *GetGroupGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsRequestEntityTooLarge) IsClientError() bool
- func (o *GetGroupGreetingsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetGroupGreetingsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetGroupGreetingsRequestEntityTooLarge) IsServerError() bool
- func (o *GetGroupGreetingsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetGroupGreetingsRequestEntityTooLarge) String() string
- type GetGroupGreetingsRequestTimeout
- func (o *GetGroupGreetingsRequestTimeout) Error() string
- func (o *GetGroupGreetingsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsRequestTimeout) IsClientError() bool
- func (o *GetGroupGreetingsRequestTimeout) IsCode(code int) bool
- func (o *GetGroupGreetingsRequestTimeout) IsRedirect() bool
- func (o *GetGroupGreetingsRequestTimeout) IsServerError() bool
- func (o *GetGroupGreetingsRequestTimeout) IsSuccess() bool
- func (o *GetGroupGreetingsRequestTimeout) String() string
- type GetGroupGreetingsServiceUnavailable
- func (o *GetGroupGreetingsServiceUnavailable) Error() string
- func (o *GetGroupGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsServiceUnavailable) IsClientError() bool
- func (o *GetGroupGreetingsServiceUnavailable) IsCode(code int) bool
- func (o *GetGroupGreetingsServiceUnavailable) IsRedirect() bool
- func (o *GetGroupGreetingsServiceUnavailable) IsServerError() bool
- func (o *GetGroupGreetingsServiceUnavailable) IsSuccess() bool
- func (o *GetGroupGreetingsServiceUnavailable) String() string
- type GetGroupGreetingsTooManyRequests
- func (o *GetGroupGreetingsTooManyRequests) Error() string
- func (o *GetGroupGreetingsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsTooManyRequests) IsClientError() bool
- func (o *GetGroupGreetingsTooManyRequests) IsCode(code int) bool
- func (o *GetGroupGreetingsTooManyRequests) IsRedirect() bool
- func (o *GetGroupGreetingsTooManyRequests) IsServerError() bool
- func (o *GetGroupGreetingsTooManyRequests) IsSuccess() bool
- func (o *GetGroupGreetingsTooManyRequests) String() string
- type GetGroupGreetingsUnauthorized
- func (o *GetGroupGreetingsUnauthorized) Error() string
- func (o *GetGroupGreetingsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsUnauthorized) IsClientError() bool
- func (o *GetGroupGreetingsUnauthorized) IsCode(code int) bool
- func (o *GetGroupGreetingsUnauthorized) IsRedirect() bool
- func (o *GetGroupGreetingsUnauthorized) IsServerError() bool
- func (o *GetGroupGreetingsUnauthorized) IsSuccess() bool
- func (o *GetGroupGreetingsUnauthorized) String() string
- type GetGroupGreetingsUnsupportedMediaType
- func (o *GetGroupGreetingsUnsupportedMediaType) Error() string
- func (o *GetGroupGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetGroupGreetingsUnsupportedMediaType) IsClientError() bool
- func (o *GetGroupGreetingsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetGroupGreetingsUnsupportedMediaType) IsRedirect() bool
- func (o *GetGroupGreetingsUnsupportedMediaType) IsServerError() bool
- func (o *GetGroupGreetingsUnsupportedMediaType) IsSuccess() bool
- func (o *GetGroupGreetingsUnsupportedMediaType) String() string
- type GetUserGreetingsBadRequest
- func (o *GetUserGreetingsBadRequest) Error() string
- func (o *GetUserGreetingsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsBadRequest) IsClientError() bool
- func (o *GetUserGreetingsBadRequest) IsCode(code int) bool
- func (o *GetUserGreetingsBadRequest) IsRedirect() bool
- func (o *GetUserGreetingsBadRequest) IsServerError() bool
- func (o *GetUserGreetingsBadRequest) IsSuccess() bool
- func (o *GetUserGreetingsBadRequest) String() string
- type GetUserGreetingsDefaultsBadRequest
- func (o *GetUserGreetingsDefaultsBadRequest) Error() string
- func (o *GetUserGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsBadRequest) IsClientError() bool
- func (o *GetUserGreetingsDefaultsBadRequest) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsBadRequest) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsBadRequest) IsServerError() bool
- func (o *GetUserGreetingsDefaultsBadRequest) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsBadRequest) String() string
- type GetUserGreetingsDefaultsForbidden
- func (o *GetUserGreetingsDefaultsForbidden) Error() string
- func (o *GetUserGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsForbidden) IsClientError() bool
- func (o *GetUserGreetingsDefaultsForbidden) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsForbidden) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsForbidden) IsServerError() bool
- func (o *GetUserGreetingsDefaultsForbidden) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsForbidden) String() string
- type GetUserGreetingsDefaultsGatewayTimeout
- func (o *GetUserGreetingsDefaultsGatewayTimeout) Error() string
- func (o *GetUserGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsGatewayTimeout) IsClientError() bool
- func (o *GetUserGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsGatewayTimeout) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsGatewayTimeout) IsServerError() bool
- func (o *GetUserGreetingsDefaultsGatewayTimeout) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsGatewayTimeout) String() string
- type GetUserGreetingsDefaultsInternalServerError
- func (o *GetUserGreetingsDefaultsInternalServerError) Error() string
- func (o *GetUserGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsInternalServerError) IsClientError() bool
- func (o *GetUserGreetingsDefaultsInternalServerError) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsInternalServerError) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsInternalServerError) IsServerError() bool
- func (o *GetUserGreetingsDefaultsInternalServerError) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsInternalServerError) String() string
- type GetUserGreetingsDefaultsNotFound
- func (o *GetUserGreetingsDefaultsNotFound) Error() string
- func (o *GetUserGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsNotFound) IsClientError() bool
- func (o *GetUserGreetingsDefaultsNotFound) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsNotFound) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsNotFound) IsServerError() bool
- func (o *GetUserGreetingsDefaultsNotFound) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsNotFound) String() string
- type GetUserGreetingsDefaultsOK
- func (o *GetUserGreetingsDefaultsOK) Error() string
- func (o *GetUserGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
- func (o *GetUserGreetingsDefaultsOK) IsClientError() bool
- func (o *GetUserGreetingsDefaultsOK) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsOK) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsOK) IsServerError() bool
- func (o *GetUserGreetingsDefaultsOK) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsOK) String() string
- type GetUserGreetingsDefaultsParams
- func NewGetUserGreetingsDefaultsParams() *GetUserGreetingsDefaultsParams
- func NewGetUserGreetingsDefaultsParamsWithContext(ctx context.Context) *GetUserGreetingsDefaultsParams
- func NewGetUserGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *GetUserGreetingsDefaultsParams
- func NewGetUserGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *GetUserGreetingsDefaultsParams
- func (o *GetUserGreetingsDefaultsParams) SetContext(ctx context.Context)
- func (o *GetUserGreetingsDefaultsParams) SetDefaults()
- func (o *GetUserGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserGreetingsDefaultsParams) SetUserID(userID string)
- func (o *GetUserGreetingsDefaultsParams) WithContext(ctx context.Context) *GetUserGreetingsDefaultsParams
- func (o *GetUserGreetingsDefaultsParams) WithDefaults() *GetUserGreetingsDefaultsParams
- func (o *GetUserGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *GetUserGreetingsDefaultsParams
- func (o *GetUserGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *GetUserGreetingsDefaultsParams
- func (o *GetUserGreetingsDefaultsParams) WithUserID(userID string) *GetUserGreetingsDefaultsParams
- func (o *GetUserGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserGreetingsDefaultsReader
- type GetUserGreetingsDefaultsRequestEntityTooLarge
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) Error() string
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) String() string
- type GetUserGreetingsDefaultsRequestTimeout
- func (o *GetUserGreetingsDefaultsRequestTimeout) Error() string
- func (o *GetUserGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsRequestTimeout) IsClientError() bool
- func (o *GetUserGreetingsDefaultsRequestTimeout) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsRequestTimeout) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsRequestTimeout) IsServerError() bool
- func (o *GetUserGreetingsDefaultsRequestTimeout) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsRequestTimeout) String() string
- type GetUserGreetingsDefaultsServiceUnavailable
- func (o *GetUserGreetingsDefaultsServiceUnavailable) Error() string
- func (o *GetUserGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsServiceUnavailable) IsClientError() bool
- func (o *GetUserGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsServiceUnavailable) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsServiceUnavailable) IsServerError() bool
- func (o *GetUserGreetingsDefaultsServiceUnavailable) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsServiceUnavailable) String() string
- type GetUserGreetingsDefaultsTooManyRequests
- func (o *GetUserGreetingsDefaultsTooManyRequests) Error() string
- func (o *GetUserGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsTooManyRequests) IsClientError() bool
- func (o *GetUserGreetingsDefaultsTooManyRequests) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsTooManyRequests) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsTooManyRequests) IsServerError() bool
- func (o *GetUserGreetingsDefaultsTooManyRequests) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsTooManyRequests) String() string
- type GetUserGreetingsDefaultsUnauthorized
- func (o *GetUserGreetingsDefaultsUnauthorized) Error() string
- func (o *GetUserGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsUnauthorized) IsClientError() bool
- func (o *GetUserGreetingsDefaultsUnauthorized) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsUnauthorized) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsUnauthorized) IsServerError() bool
- func (o *GetUserGreetingsDefaultsUnauthorized) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsUnauthorized) String() string
- type GetUserGreetingsDefaultsUnsupportedMediaType
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) Error() string
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
- func (o *GetUserGreetingsDefaultsUnsupportedMediaType) String() string
- type GetUserGreetingsForbidden
- func (o *GetUserGreetingsForbidden) Error() string
- func (o *GetUserGreetingsForbidden) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsForbidden) IsClientError() bool
- func (o *GetUserGreetingsForbidden) IsCode(code int) bool
- func (o *GetUserGreetingsForbidden) IsRedirect() bool
- func (o *GetUserGreetingsForbidden) IsServerError() bool
- func (o *GetUserGreetingsForbidden) IsSuccess() bool
- func (o *GetUserGreetingsForbidden) String() string
- type GetUserGreetingsGatewayTimeout
- func (o *GetUserGreetingsGatewayTimeout) Error() string
- func (o *GetUserGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsGatewayTimeout) IsClientError() bool
- func (o *GetUserGreetingsGatewayTimeout) IsCode(code int) bool
- func (o *GetUserGreetingsGatewayTimeout) IsRedirect() bool
- func (o *GetUserGreetingsGatewayTimeout) IsServerError() bool
- func (o *GetUserGreetingsGatewayTimeout) IsSuccess() bool
- func (o *GetUserGreetingsGatewayTimeout) String() string
- type GetUserGreetingsInternalServerError
- func (o *GetUserGreetingsInternalServerError) Error() string
- func (o *GetUserGreetingsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsInternalServerError) IsClientError() bool
- func (o *GetUserGreetingsInternalServerError) IsCode(code int) bool
- func (o *GetUserGreetingsInternalServerError) IsRedirect() bool
- func (o *GetUserGreetingsInternalServerError) IsServerError() bool
- func (o *GetUserGreetingsInternalServerError) IsSuccess() bool
- func (o *GetUserGreetingsInternalServerError) String() string
- type GetUserGreetingsNotFound
- func (o *GetUserGreetingsNotFound) Error() string
- func (o *GetUserGreetingsNotFound) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsNotFound) IsClientError() bool
- func (o *GetUserGreetingsNotFound) IsCode(code int) bool
- func (o *GetUserGreetingsNotFound) IsRedirect() bool
- func (o *GetUserGreetingsNotFound) IsServerError() bool
- func (o *GetUserGreetingsNotFound) IsSuccess() bool
- func (o *GetUserGreetingsNotFound) String() string
- type GetUserGreetingsOK
- func (o *GetUserGreetingsOK) Error() string
- func (o *GetUserGreetingsOK) GetPayload() *models.DomainEntityListing
- func (o *GetUserGreetingsOK) IsClientError() bool
- func (o *GetUserGreetingsOK) IsCode(code int) bool
- func (o *GetUserGreetingsOK) IsRedirect() bool
- func (o *GetUserGreetingsOK) IsServerError() bool
- func (o *GetUserGreetingsOK) IsSuccess() bool
- func (o *GetUserGreetingsOK) String() string
- type GetUserGreetingsParams
- func NewGetUserGreetingsParams() *GetUserGreetingsParams
- func NewGetUserGreetingsParamsWithContext(ctx context.Context) *GetUserGreetingsParams
- func NewGetUserGreetingsParamsWithHTTPClient(client *http.Client) *GetUserGreetingsParams
- func NewGetUserGreetingsParamsWithTimeout(timeout time.Duration) *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) SetContext(ctx context.Context)
- func (o *GetUserGreetingsParams) SetDefaults()
- func (o *GetUserGreetingsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserGreetingsParams) SetPageNumber(pageNumber *int32)
- func (o *GetUserGreetingsParams) SetPageSize(pageSize *int32)
- func (o *GetUserGreetingsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserGreetingsParams) SetUserID(userID string)
- func (o *GetUserGreetingsParams) WithContext(ctx context.Context) *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) WithDefaults() *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) WithHTTPClient(client *http.Client) *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) WithPageNumber(pageNumber *int32) *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) WithPageSize(pageSize *int32) *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) WithTimeout(timeout time.Duration) *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) WithUserID(userID string) *GetUserGreetingsParams
- func (o *GetUserGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserGreetingsReader
- type GetUserGreetingsRequestEntityTooLarge
- func (o *GetUserGreetingsRequestEntityTooLarge) Error() string
- func (o *GetUserGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsRequestEntityTooLarge) IsClientError() bool
- func (o *GetUserGreetingsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetUserGreetingsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetUserGreetingsRequestEntityTooLarge) IsServerError() bool
- func (o *GetUserGreetingsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetUserGreetingsRequestEntityTooLarge) String() string
- type GetUserGreetingsRequestTimeout
- func (o *GetUserGreetingsRequestTimeout) Error() string
- func (o *GetUserGreetingsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsRequestTimeout) IsClientError() bool
- func (o *GetUserGreetingsRequestTimeout) IsCode(code int) bool
- func (o *GetUserGreetingsRequestTimeout) IsRedirect() bool
- func (o *GetUserGreetingsRequestTimeout) IsServerError() bool
- func (o *GetUserGreetingsRequestTimeout) IsSuccess() bool
- func (o *GetUserGreetingsRequestTimeout) String() string
- type GetUserGreetingsServiceUnavailable
- func (o *GetUserGreetingsServiceUnavailable) Error() string
- func (o *GetUserGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsServiceUnavailable) IsClientError() bool
- func (o *GetUserGreetingsServiceUnavailable) IsCode(code int) bool
- func (o *GetUserGreetingsServiceUnavailable) IsRedirect() bool
- func (o *GetUserGreetingsServiceUnavailable) IsServerError() bool
- func (o *GetUserGreetingsServiceUnavailable) IsSuccess() bool
- func (o *GetUserGreetingsServiceUnavailable) String() string
- type GetUserGreetingsTooManyRequests
- func (o *GetUserGreetingsTooManyRequests) Error() string
- func (o *GetUserGreetingsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsTooManyRequests) IsClientError() bool
- func (o *GetUserGreetingsTooManyRequests) IsCode(code int) bool
- func (o *GetUserGreetingsTooManyRequests) IsRedirect() bool
- func (o *GetUserGreetingsTooManyRequests) IsServerError() bool
- func (o *GetUserGreetingsTooManyRequests) IsSuccess() bool
- func (o *GetUserGreetingsTooManyRequests) String() string
- type GetUserGreetingsUnauthorized
- func (o *GetUserGreetingsUnauthorized) Error() string
- func (o *GetUserGreetingsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsUnauthorized) IsClientError() bool
- func (o *GetUserGreetingsUnauthorized) IsCode(code int) bool
- func (o *GetUserGreetingsUnauthorized) IsRedirect() bool
- func (o *GetUserGreetingsUnauthorized) IsServerError() bool
- func (o *GetUserGreetingsUnauthorized) IsSuccess() bool
- func (o *GetUserGreetingsUnauthorized) String() string
- type GetUserGreetingsUnsupportedMediaType
- func (o *GetUserGreetingsUnsupportedMediaType) Error() string
- func (o *GetUserGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetUserGreetingsUnsupportedMediaType) IsClientError() bool
- func (o *GetUserGreetingsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetUserGreetingsUnsupportedMediaType) IsRedirect() bool
- func (o *GetUserGreetingsUnsupportedMediaType) IsServerError() bool
- func (o *GetUserGreetingsUnsupportedMediaType) IsSuccess() bool
- func (o *GetUserGreetingsUnsupportedMediaType) String() string
- type PostGreetingsBadRequest
- func (o *PostGreetingsBadRequest) Error() string
- func (o *PostGreetingsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostGreetingsBadRequest) IsClientError() bool
- func (o *PostGreetingsBadRequest) IsCode(code int) bool
- func (o *PostGreetingsBadRequest) IsRedirect() bool
- func (o *PostGreetingsBadRequest) IsServerError() bool
- func (o *PostGreetingsBadRequest) IsSuccess() bool
- func (o *PostGreetingsBadRequest) String() string
- type PostGreetingsForbidden
- func (o *PostGreetingsForbidden) Error() string
- func (o *PostGreetingsForbidden) GetPayload() *models.ErrorBody
- func (o *PostGreetingsForbidden) IsClientError() bool
- func (o *PostGreetingsForbidden) IsCode(code int) bool
- func (o *PostGreetingsForbidden) IsRedirect() bool
- func (o *PostGreetingsForbidden) IsServerError() bool
- func (o *PostGreetingsForbidden) IsSuccess() bool
- func (o *PostGreetingsForbidden) String() string
- type PostGreetingsGatewayTimeout
- func (o *PostGreetingsGatewayTimeout) Error() string
- func (o *PostGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostGreetingsGatewayTimeout) IsClientError() bool
- func (o *PostGreetingsGatewayTimeout) IsCode(code int) bool
- func (o *PostGreetingsGatewayTimeout) IsRedirect() bool
- func (o *PostGreetingsGatewayTimeout) IsServerError() bool
- func (o *PostGreetingsGatewayTimeout) IsSuccess() bool
- func (o *PostGreetingsGatewayTimeout) String() string
- type PostGreetingsInternalServerError
- func (o *PostGreetingsInternalServerError) Error() string
- func (o *PostGreetingsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostGreetingsInternalServerError) IsClientError() bool
- func (o *PostGreetingsInternalServerError) IsCode(code int) bool
- func (o *PostGreetingsInternalServerError) IsRedirect() bool
- func (o *PostGreetingsInternalServerError) IsServerError() bool
- func (o *PostGreetingsInternalServerError) IsSuccess() bool
- func (o *PostGreetingsInternalServerError) String() string
- type PostGreetingsNotFound
- func (o *PostGreetingsNotFound) Error() string
- func (o *PostGreetingsNotFound) GetPayload() *models.ErrorBody
- func (o *PostGreetingsNotFound) IsClientError() bool
- func (o *PostGreetingsNotFound) IsCode(code int) bool
- func (o *PostGreetingsNotFound) IsRedirect() bool
- func (o *PostGreetingsNotFound) IsServerError() bool
- func (o *PostGreetingsNotFound) IsSuccess() bool
- func (o *PostGreetingsNotFound) String() string
- type PostGreetingsOK
- func (o *PostGreetingsOK) Error() string
- func (o *PostGreetingsOK) GetPayload() *models.Greeting
- func (o *PostGreetingsOK) IsClientError() bool
- func (o *PostGreetingsOK) IsCode(code int) bool
- func (o *PostGreetingsOK) IsRedirect() bool
- func (o *PostGreetingsOK) IsServerError() bool
- func (o *PostGreetingsOK) IsSuccess() bool
- func (o *PostGreetingsOK) String() string
- type PostGreetingsParams
- func (o *PostGreetingsParams) SetBody(body *models.Greeting)
- func (o *PostGreetingsParams) SetContext(ctx context.Context)
- func (o *PostGreetingsParams) SetDefaults()
- func (o *PostGreetingsParams) SetHTTPClient(client *http.Client)
- func (o *PostGreetingsParams) SetTimeout(timeout time.Duration)
- func (o *PostGreetingsParams) WithBody(body *models.Greeting) *PostGreetingsParams
- func (o *PostGreetingsParams) WithContext(ctx context.Context) *PostGreetingsParams
- func (o *PostGreetingsParams) WithDefaults() *PostGreetingsParams
- func (o *PostGreetingsParams) WithHTTPClient(client *http.Client) *PostGreetingsParams
- func (o *PostGreetingsParams) WithTimeout(timeout time.Duration) *PostGreetingsParams
- func (o *PostGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostGreetingsReader
- type PostGreetingsRequestEntityTooLarge
- func (o *PostGreetingsRequestEntityTooLarge) Error() string
- func (o *PostGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostGreetingsRequestEntityTooLarge) IsClientError() bool
- func (o *PostGreetingsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostGreetingsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostGreetingsRequestEntityTooLarge) IsServerError() bool
- func (o *PostGreetingsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostGreetingsRequestEntityTooLarge) String() string
- type PostGreetingsRequestTimeout
- func (o *PostGreetingsRequestTimeout) Error() string
- func (o *PostGreetingsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostGreetingsRequestTimeout) IsClientError() bool
- func (o *PostGreetingsRequestTimeout) IsCode(code int) bool
- func (o *PostGreetingsRequestTimeout) IsRedirect() bool
- func (o *PostGreetingsRequestTimeout) IsServerError() bool
- func (o *PostGreetingsRequestTimeout) IsSuccess() bool
- func (o *PostGreetingsRequestTimeout) String() string
- type PostGreetingsServiceUnavailable
- func (o *PostGreetingsServiceUnavailable) Error() string
- func (o *PostGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostGreetingsServiceUnavailable) IsClientError() bool
- func (o *PostGreetingsServiceUnavailable) IsCode(code int) bool
- func (o *PostGreetingsServiceUnavailable) IsRedirect() bool
- func (o *PostGreetingsServiceUnavailable) IsServerError() bool
- func (o *PostGreetingsServiceUnavailable) IsSuccess() bool
- func (o *PostGreetingsServiceUnavailable) String() string
- type PostGreetingsTooManyRequests
- func (o *PostGreetingsTooManyRequests) Error() string
- func (o *PostGreetingsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostGreetingsTooManyRequests) IsClientError() bool
- func (o *PostGreetingsTooManyRequests) IsCode(code int) bool
- func (o *PostGreetingsTooManyRequests) IsRedirect() bool
- func (o *PostGreetingsTooManyRequests) IsServerError() bool
- func (o *PostGreetingsTooManyRequests) IsSuccess() bool
- func (o *PostGreetingsTooManyRequests) String() string
- type PostGreetingsUnauthorized
- func (o *PostGreetingsUnauthorized) Error() string
- func (o *PostGreetingsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostGreetingsUnauthorized) IsClientError() bool
- func (o *PostGreetingsUnauthorized) IsCode(code int) bool
- func (o *PostGreetingsUnauthorized) IsRedirect() bool
- func (o *PostGreetingsUnauthorized) IsServerError() bool
- func (o *PostGreetingsUnauthorized) IsSuccess() bool
- func (o *PostGreetingsUnauthorized) String() string
- type PostGreetingsUnsupportedMediaType
- func (o *PostGreetingsUnsupportedMediaType) Error() string
- func (o *PostGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostGreetingsUnsupportedMediaType) IsClientError() bool
- func (o *PostGreetingsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostGreetingsUnsupportedMediaType) IsRedirect() bool
- func (o *PostGreetingsUnsupportedMediaType) IsServerError() bool
- func (o *PostGreetingsUnsupportedMediaType) IsSuccess() bool
- func (o *PostGreetingsUnsupportedMediaType) String() string
- type PostGroupGreetingsBadRequest
- func (o *PostGroupGreetingsBadRequest) Error() string
- func (o *PostGroupGreetingsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsBadRequest) IsClientError() bool
- func (o *PostGroupGreetingsBadRequest) IsCode(code int) bool
- func (o *PostGroupGreetingsBadRequest) IsRedirect() bool
- func (o *PostGroupGreetingsBadRequest) IsServerError() bool
- func (o *PostGroupGreetingsBadRequest) IsSuccess() bool
- func (o *PostGroupGreetingsBadRequest) String() string
- type PostGroupGreetingsForbidden
- func (o *PostGroupGreetingsForbidden) Error() string
- func (o *PostGroupGreetingsForbidden) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsForbidden) IsClientError() bool
- func (o *PostGroupGreetingsForbidden) IsCode(code int) bool
- func (o *PostGroupGreetingsForbidden) IsRedirect() bool
- func (o *PostGroupGreetingsForbidden) IsServerError() bool
- func (o *PostGroupGreetingsForbidden) IsSuccess() bool
- func (o *PostGroupGreetingsForbidden) String() string
- type PostGroupGreetingsGatewayTimeout
- func (o *PostGroupGreetingsGatewayTimeout) Error() string
- func (o *PostGroupGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsGatewayTimeout) IsClientError() bool
- func (o *PostGroupGreetingsGatewayTimeout) IsCode(code int) bool
- func (o *PostGroupGreetingsGatewayTimeout) IsRedirect() bool
- func (o *PostGroupGreetingsGatewayTimeout) IsServerError() bool
- func (o *PostGroupGreetingsGatewayTimeout) IsSuccess() bool
- func (o *PostGroupGreetingsGatewayTimeout) String() string
- type PostGroupGreetingsInternalServerError
- func (o *PostGroupGreetingsInternalServerError) Error() string
- func (o *PostGroupGreetingsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsInternalServerError) IsClientError() bool
- func (o *PostGroupGreetingsInternalServerError) IsCode(code int) bool
- func (o *PostGroupGreetingsInternalServerError) IsRedirect() bool
- func (o *PostGroupGreetingsInternalServerError) IsServerError() bool
- func (o *PostGroupGreetingsInternalServerError) IsSuccess() bool
- func (o *PostGroupGreetingsInternalServerError) String() string
- type PostGroupGreetingsNotFound
- func (o *PostGroupGreetingsNotFound) Error() string
- func (o *PostGroupGreetingsNotFound) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsNotFound) IsClientError() bool
- func (o *PostGroupGreetingsNotFound) IsCode(code int) bool
- func (o *PostGroupGreetingsNotFound) IsRedirect() bool
- func (o *PostGroupGreetingsNotFound) IsServerError() bool
- func (o *PostGroupGreetingsNotFound) IsSuccess() bool
- func (o *PostGroupGreetingsNotFound) String() string
- type PostGroupGreetingsOK
- func (o *PostGroupGreetingsOK) Error() string
- func (o *PostGroupGreetingsOK) GetPayload() *models.Greeting
- func (o *PostGroupGreetingsOK) IsClientError() bool
- func (o *PostGroupGreetingsOK) IsCode(code int) bool
- func (o *PostGroupGreetingsOK) IsRedirect() bool
- func (o *PostGroupGreetingsOK) IsServerError() bool
- func (o *PostGroupGreetingsOK) IsSuccess() bool
- func (o *PostGroupGreetingsOK) String() string
- type PostGroupGreetingsParams
- func NewPostGroupGreetingsParams() *PostGroupGreetingsParams
- func NewPostGroupGreetingsParamsWithContext(ctx context.Context) *PostGroupGreetingsParams
- func NewPostGroupGreetingsParamsWithHTTPClient(client *http.Client) *PostGroupGreetingsParams
- func NewPostGroupGreetingsParamsWithTimeout(timeout time.Duration) *PostGroupGreetingsParams
- func (o *PostGroupGreetingsParams) SetBody(body *models.Greeting)
- func (o *PostGroupGreetingsParams) SetContext(ctx context.Context)
- func (o *PostGroupGreetingsParams) SetDefaults()
- func (o *PostGroupGreetingsParams) SetGroupID(groupID string)
- func (o *PostGroupGreetingsParams) SetHTTPClient(client *http.Client)
- func (o *PostGroupGreetingsParams) SetTimeout(timeout time.Duration)
- func (o *PostGroupGreetingsParams) WithBody(body *models.Greeting) *PostGroupGreetingsParams
- func (o *PostGroupGreetingsParams) WithContext(ctx context.Context) *PostGroupGreetingsParams
- func (o *PostGroupGreetingsParams) WithDefaults() *PostGroupGreetingsParams
- func (o *PostGroupGreetingsParams) WithGroupID(groupID string) *PostGroupGreetingsParams
- func (o *PostGroupGreetingsParams) WithHTTPClient(client *http.Client) *PostGroupGreetingsParams
- func (o *PostGroupGreetingsParams) WithTimeout(timeout time.Duration) *PostGroupGreetingsParams
- func (o *PostGroupGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostGroupGreetingsReader
- type PostGroupGreetingsRequestEntityTooLarge
- func (o *PostGroupGreetingsRequestEntityTooLarge) Error() string
- func (o *PostGroupGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsRequestEntityTooLarge) IsClientError() bool
- func (o *PostGroupGreetingsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostGroupGreetingsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostGroupGreetingsRequestEntityTooLarge) IsServerError() bool
- func (o *PostGroupGreetingsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostGroupGreetingsRequestEntityTooLarge) String() string
- type PostGroupGreetingsRequestTimeout
- func (o *PostGroupGreetingsRequestTimeout) Error() string
- func (o *PostGroupGreetingsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsRequestTimeout) IsClientError() bool
- func (o *PostGroupGreetingsRequestTimeout) IsCode(code int) bool
- func (o *PostGroupGreetingsRequestTimeout) IsRedirect() bool
- func (o *PostGroupGreetingsRequestTimeout) IsServerError() bool
- func (o *PostGroupGreetingsRequestTimeout) IsSuccess() bool
- func (o *PostGroupGreetingsRequestTimeout) String() string
- type PostGroupGreetingsServiceUnavailable
- func (o *PostGroupGreetingsServiceUnavailable) Error() string
- func (o *PostGroupGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsServiceUnavailable) IsClientError() bool
- func (o *PostGroupGreetingsServiceUnavailable) IsCode(code int) bool
- func (o *PostGroupGreetingsServiceUnavailable) IsRedirect() bool
- func (o *PostGroupGreetingsServiceUnavailable) IsServerError() bool
- func (o *PostGroupGreetingsServiceUnavailable) IsSuccess() bool
- func (o *PostGroupGreetingsServiceUnavailable) String() string
- type PostGroupGreetingsTooManyRequests
- func (o *PostGroupGreetingsTooManyRequests) Error() string
- func (o *PostGroupGreetingsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsTooManyRequests) IsClientError() bool
- func (o *PostGroupGreetingsTooManyRequests) IsCode(code int) bool
- func (o *PostGroupGreetingsTooManyRequests) IsRedirect() bool
- func (o *PostGroupGreetingsTooManyRequests) IsServerError() bool
- func (o *PostGroupGreetingsTooManyRequests) IsSuccess() bool
- func (o *PostGroupGreetingsTooManyRequests) String() string
- type PostGroupGreetingsUnauthorized
- func (o *PostGroupGreetingsUnauthorized) Error() string
- func (o *PostGroupGreetingsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsUnauthorized) IsClientError() bool
- func (o *PostGroupGreetingsUnauthorized) IsCode(code int) bool
- func (o *PostGroupGreetingsUnauthorized) IsRedirect() bool
- func (o *PostGroupGreetingsUnauthorized) IsServerError() bool
- func (o *PostGroupGreetingsUnauthorized) IsSuccess() bool
- func (o *PostGroupGreetingsUnauthorized) String() string
- type PostGroupGreetingsUnsupportedMediaType
- func (o *PostGroupGreetingsUnsupportedMediaType) Error() string
- func (o *PostGroupGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostGroupGreetingsUnsupportedMediaType) IsClientError() bool
- func (o *PostGroupGreetingsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostGroupGreetingsUnsupportedMediaType) IsRedirect() bool
- func (o *PostGroupGreetingsUnsupportedMediaType) IsServerError() bool
- func (o *PostGroupGreetingsUnsupportedMediaType) IsSuccess() bool
- func (o *PostGroupGreetingsUnsupportedMediaType) String() string
- type PostUserGreetingsBadRequest
- func (o *PostUserGreetingsBadRequest) Error() string
- func (o *PostUserGreetingsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsBadRequest) IsClientError() bool
- func (o *PostUserGreetingsBadRequest) IsCode(code int) bool
- func (o *PostUserGreetingsBadRequest) IsRedirect() bool
- func (o *PostUserGreetingsBadRequest) IsServerError() bool
- func (o *PostUserGreetingsBadRequest) IsSuccess() bool
- func (o *PostUserGreetingsBadRequest) String() string
- type PostUserGreetingsForbidden
- func (o *PostUserGreetingsForbidden) Error() string
- func (o *PostUserGreetingsForbidden) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsForbidden) IsClientError() bool
- func (o *PostUserGreetingsForbidden) IsCode(code int) bool
- func (o *PostUserGreetingsForbidden) IsRedirect() bool
- func (o *PostUserGreetingsForbidden) IsServerError() bool
- func (o *PostUserGreetingsForbidden) IsSuccess() bool
- func (o *PostUserGreetingsForbidden) String() string
- type PostUserGreetingsGatewayTimeout
- func (o *PostUserGreetingsGatewayTimeout) Error() string
- func (o *PostUserGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsGatewayTimeout) IsClientError() bool
- func (o *PostUserGreetingsGatewayTimeout) IsCode(code int) bool
- func (o *PostUserGreetingsGatewayTimeout) IsRedirect() bool
- func (o *PostUserGreetingsGatewayTimeout) IsServerError() bool
- func (o *PostUserGreetingsGatewayTimeout) IsSuccess() bool
- func (o *PostUserGreetingsGatewayTimeout) String() string
- type PostUserGreetingsInternalServerError
- func (o *PostUserGreetingsInternalServerError) Error() string
- func (o *PostUserGreetingsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsInternalServerError) IsClientError() bool
- func (o *PostUserGreetingsInternalServerError) IsCode(code int) bool
- func (o *PostUserGreetingsInternalServerError) IsRedirect() bool
- func (o *PostUserGreetingsInternalServerError) IsServerError() bool
- func (o *PostUserGreetingsInternalServerError) IsSuccess() bool
- func (o *PostUserGreetingsInternalServerError) String() string
- type PostUserGreetingsNotFound
- func (o *PostUserGreetingsNotFound) Error() string
- func (o *PostUserGreetingsNotFound) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsNotFound) IsClientError() bool
- func (o *PostUserGreetingsNotFound) IsCode(code int) bool
- func (o *PostUserGreetingsNotFound) IsRedirect() bool
- func (o *PostUserGreetingsNotFound) IsServerError() bool
- func (o *PostUserGreetingsNotFound) IsSuccess() bool
- func (o *PostUserGreetingsNotFound) String() string
- type PostUserGreetingsOK
- func (o *PostUserGreetingsOK) Error() string
- func (o *PostUserGreetingsOK) GetPayload() *models.Greeting
- func (o *PostUserGreetingsOK) IsClientError() bool
- func (o *PostUserGreetingsOK) IsCode(code int) bool
- func (o *PostUserGreetingsOK) IsRedirect() bool
- func (o *PostUserGreetingsOK) IsServerError() bool
- func (o *PostUserGreetingsOK) IsSuccess() bool
- func (o *PostUserGreetingsOK) String() string
- type PostUserGreetingsParams
- func NewPostUserGreetingsParams() *PostUserGreetingsParams
- func NewPostUserGreetingsParamsWithContext(ctx context.Context) *PostUserGreetingsParams
- func NewPostUserGreetingsParamsWithHTTPClient(client *http.Client) *PostUserGreetingsParams
- func NewPostUserGreetingsParamsWithTimeout(timeout time.Duration) *PostUserGreetingsParams
- func (o *PostUserGreetingsParams) SetBody(body *models.Greeting)
- func (o *PostUserGreetingsParams) SetContext(ctx context.Context)
- func (o *PostUserGreetingsParams) SetDefaults()
- func (o *PostUserGreetingsParams) SetHTTPClient(client *http.Client)
- func (o *PostUserGreetingsParams) SetTimeout(timeout time.Duration)
- func (o *PostUserGreetingsParams) SetUserID(userID string)
- func (o *PostUserGreetingsParams) WithBody(body *models.Greeting) *PostUserGreetingsParams
- func (o *PostUserGreetingsParams) WithContext(ctx context.Context) *PostUserGreetingsParams
- func (o *PostUserGreetingsParams) WithDefaults() *PostUserGreetingsParams
- func (o *PostUserGreetingsParams) WithHTTPClient(client *http.Client) *PostUserGreetingsParams
- func (o *PostUserGreetingsParams) WithTimeout(timeout time.Duration) *PostUserGreetingsParams
- func (o *PostUserGreetingsParams) WithUserID(userID string) *PostUserGreetingsParams
- func (o *PostUserGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostUserGreetingsReader
- type PostUserGreetingsRequestEntityTooLarge
- func (o *PostUserGreetingsRequestEntityTooLarge) Error() string
- func (o *PostUserGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsRequestEntityTooLarge) IsClientError() bool
- func (o *PostUserGreetingsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostUserGreetingsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostUserGreetingsRequestEntityTooLarge) IsServerError() bool
- func (o *PostUserGreetingsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostUserGreetingsRequestEntityTooLarge) String() string
- type PostUserGreetingsRequestTimeout
- func (o *PostUserGreetingsRequestTimeout) Error() string
- func (o *PostUserGreetingsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsRequestTimeout) IsClientError() bool
- func (o *PostUserGreetingsRequestTimeout) IsCode(code int) bool
- func (o *PostUserGreetingsRequestTimeout) IsRedirect() bool
- func (o *PostUserGreetingsRequestTimeout) IsServerError() bool
- func (o *PostUserGreetingsRequestTimeout) IsSuccess() bool
- func (o *PostUserGreetingsRequestTimeout) String() string
- type PostUserGreetingsServiceUnavailable
- func (o *PostUserGreetingsServiceUnavailable) Error() string
- func (o *PostUserGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsServiceUnavailable) IsClientError() bool
- func (o *PostUserGreetingsServiceUnavailable) IsCode(code int) bool
- func (o *PostUserGreetingsServiceUnavailable) IsRedirect() bool
- func (o *PostUserGreetingsServiceUnavailable) IsServerError() bool
- func (o *PostUserGreetingsServiceUnavailable) IsSuccess() bool
- func (o *PostUserGreetingsServiceUnavailable) String() string
- type PostUserGreetingsTooManyRequests
- func (o *PostUserGreetingsTooManyRequests) Error() string
- func (o *PostUserGreetingsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsTooManyRequests) IsClientError() bool
- func (o *PostUserGreetingsTooManyRequests) IsCode(code int) bool
- func (o *PostUserGreetingsTooManyRequests) IsRedirect() bool
- func (o *PostUserGreetingsTooManyRequests) IsServerError() bool
- func (o *PostUserGreetingsTooManyRequests) IsSuccess() bool
- func (o *PostUserGreetingsTooManyRequests) String() string
- type PostUserGreetingsUnauthorized
- func (o *PostUserGreetingsUnauthorized) Error() string
- func (o *PostUserGreetingsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsUnauthorized) IsClientError() bool
- func (o *PostUserGreetingsUnauthorized) IsCode(code int) bool
- func (o *PostUserGreetingsUnauthorized) IsRedirect() bool
- func (o *PostUserGreetingsUnauthorized) IsServerError() bool
- func (o *PostUserGreetingsUnauthorized) IsSuccess() bool
- func (o *PostUserGreetingsUnauthorized) String() string
- type PostUserGreetingsUnsupportedMediaType
- func (o *PostUserGreetingsUnsupportedMediaType) Error() string
- func (o *PostUserGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostUserGreetingsUnsupportedMediaType) IsClientError() bool
- func (o *PostUserGreetingsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostUserGreetingsUnsupportedMediaType) IsRedirect() bool
- func (o *PostUserGreetingsUnsupportedMediaType) IsServerError() bool
- func (o *PostUserGreetingsUnsupportedMediaType) IsSuccess() bool
- func (o *PostUserGreetingsUnsupportedMediaType) String() string
- type PutGreetingBadRequest
- func (o *PutGreetingBadRequest) Error() string
- func (o *PutGreetingBadRequest) GetPayload() *models.ErrorBody
- func (o *PutGreetingBadRequest) IsClientError() bool
- func (o *PutGreetingBadRequest) IsCode(code int) bool
- func (o *PutGreetingBadRequest) IsRedirect() bool
- func (o *PutGreetingBadRequest) IsServerError() bool
- func (o *PutGreetingBadRequest) IsSuccess() bool
- func (o *PutGreetingBadRequest) String() string
- type PutGreetingForbidden
- func (o *PutGreetingForbidden) Error() string
- func (o *PutGreetingForbidden) GetPayload() *models.ErrorBody
- func (o *PutGreetingForbidden) IsClientError() bool
- func (o *PutGreetingForbidden) IsCode(code int) bool
- func (o *PutGreetingForbidden) IsRedirect() bool
- func (o *PutGreetingForbidden) IsServerError() bool
- func (o *PutGreetingForbidden) IsSuccess() bool
- func (o *PutGreetingForbidden) String() string
- type PutGreetingGatewayTimeout
- func (o *PutGreetingGatewayTimeout) Error() string
- func (o *PutGreetingGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutGreetingGatewayTimeout) IsClientError() bool
- func (o *PutGreetingGatewayTimeout) IsCode(code int) bool
- func (o *PutGreetingGatewayTimeout) IsRedirect() bool
- func (o *PutGreetingGatewayTimeout) IsServerError() bool
- func (o *PutGreetingGatewayTimeout) IsSuccess() bool
- func (o *PutGreetingGatewayTimeout) String() string
- type PutGreetingInternalServerError
- func (o *PutGreetingInternalServerError) Error() string
- func (o *PutGreetingInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutGreetingInternalServerError) IsClientError() bool
- func (o *PutGreetingInternalServerError) IsCode(code int) bool
- func (o *PutGreetingInternalServerError) IsRedirect() bool
- func (o *PutGreetingInternalServerError) IsServerError() bool
- func (o *PutGreetingInternalServerError) IsSuccess() bool
- func (o *PutGreetingInternalServerError) String() string
- type PutGreetingNotFound
- func (o *PutGreetingNotFound) Error() string
- func (o *PutGreetingNotFound) GetPayload() *models.ErrorBody
- func (o *PutGreetingNotFound) IsClientError() bool
- func (o *PutGreetingNotFound) IsCode(code int) bool
- func (o *PutGreetingNotFound) IsRedirect() bool
- func (o *PutGreetingNotFound) IsServerError() bool
- func (o *PutGreetingNotFound) IsSuccess() bool
- func (o *PutGreetingNotFound) String() string
- type PutGreetingOK
- func (o *PutGreetingOK) Error() string
- func (o *PutGreetingOK) GetPayload() *models.Greeting
- func (o *PutGreetingOK) IsClientError() bool
- func (o *PutGreetingOK) IsCode(code int) bool
- func (o *PutGreetingOK) IsRedirect() bool
- func (o *PutGreetingOK) IsServerError() bool
- func (o *PutGreetingOK) IsSuccess() bool
- func (o *PutGreetingOK) String() string
- type PutGreetingParams
- func (o *PutGreetingParams) SetBody(body *models.Greeting)
- func (o *PutGreetingParams) SetContext(ctx context.Context)
- func (o *PutGreetingParams) SetDefaults()
- func (o *PutGreetingParams) SetGreetingID(greetingID string)
- func (o *PutGreetingParams) SetHTTPClient(client *http.Client)
- func (o *PutGreetingParams) SetTimeout(timeout time.Duration)
- func (o *PutGreetingParams) WithBody(body *models.Greeting) *PutGreetingParams
- func (o *PutGreetingParams) WithContext(ctx context.Context) *PutGreetingParams
- func (o *PutGreetingParams) WithDefaults() *PutGreetingParams
- func (o *PutGreetingParams) WithGreetingID(greetingID string) *PutGreetingParams
- func (o *PutGreetingParams) WithHTTPClient(client *http.Client) *PutGreetingParams
- func (o *PutGreetingParams) WithTimeout(timeout time.Duration) *PutGreetingParams
- func (o *PutGreetingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutGreetingReader
- type PutGreetingRequestEntityTooLarge
- func (o *PutGreetingRequestEntityTooLarge) Error() string
- func (o *PutGreetingRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutGreetingRequestEntityTooLarge) IsClientError() bool
- func (o *PutGreetingRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutGreetingRequestEntityTooLarge) IsRedirect() bool
- func (o *PutGreetingRequestEntityTooLarge) IsServerError() bool
- func (o *PutGreetingRequestEntityTooLarge) IsSuccess() bool
- func (o *PutGreetingRequestEntityTooLarge) String() string
- type PutGreetingRequestTimeout
- func (o *PutGreetingRequestTimeout) Error() string
- func (o *PutGreetingRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutGreetingRequestTimeout) IsClientError() bool
- func (o *PutGreetingRequestTimeout) IsCode(code int) bool
- func (o *PutGreetingRequestTimeout) IsRedirect() bool
- func (o *PutGreetingRequestTimeout) IsServerError() bool
- func (o *PutGreetingRequestTimeout) IsSuccess() bool
- func (o *PutGreetingRequestTimeout) String() string
- type PutGreetingServiceUnavailable
- func (o *PutGreetingServiceUnavailable) Error() string
- func (o *PutGreetingServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutGreetingServiceUnavailable) IsClientError() bool
- func (o *PutGreetingServiceUnavailable) IsCode(code int) bool
- func (o *PutGreetingServiceUnavailable) IsRedirect() bool
- func (o *PutGreetingServiceUnavailable) IsServerError() bool
- func (o *PutGreetingServiceUnavailable) IsSuccess() bool
- func (o *PutGreetingServiceUnavailable) String() string
- type PutGreetingTooManyRequests
- func (o *PutGreetingTooManyRequests) Error() string
- func (o *PutGreetingTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutGreetingTooManyRequests) IsClientError() bool
- func (o *PutGreetingTooManyRequests) IsCode(code int) bool
- func (o *PutGreetingTooManyRequests) IsRedirect() bool
- func (o *PutGreetingTooManyRequests) IsServerError() bool
- func (o *PutGreetingTooManyRequests) IsSuccess() bool
- func (o *PutGreetingTooManyRequests) String() string
- type PutGreetingUnauthorized
- func (o *PutGreetingUnauthorized) Error() string
- func (o *PutGreetingUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutGreetingUnauthorized) IsClientError() bool
- func (o *PutGreetingUnauthorized) IsCode(code int) bool
- func (o *PutGreetingUnauthorized) IsRedirect() bool
- func (o *PutGreetingUnauthorized) IsServerError() bool
- func (o *PutGreetingUnauthorized) IsSuccess() bool
- func (o *PutGreetingUnauthorized) String() string
- type PutGreetingUnsupportedMediaType
- func (o *PutGreetingUnsupportedMediaType) Error() string
- func (o *PutGreetingUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutGreetingUnsupportedMediaType) IsClientError() bool
- func (o *PutGreetingUnsupportedMediaType) IsCode(code int) bool
- func (o *PutGreetingUnsupportedMediaType) IsRedirect() bool
- func (o *PutGreetingUnsupportedMediaType) IsServerError() bool
- func (o *PutGreetingUnsupportedMediaType) IsSuccess() bool
- func (o *PutGreetingUnsupportedMediaType) String() string
- type PutGreetingsDefaultsBadRequest
- func (o *PutGreetingsDefaultsBadRequest) Error() string
- func (o *PutGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsBadRequest) IsClientError() bool
- func (o *PutGreetingsDefaultsBadRequest) IsCode(code int) bool
- func (o *PutGreetingsDefaultsBadRequest) IsRedirect() bool
- func (o *PutGreetingsDefaultsBadRequest) IsServerError() bool
- func (o *PutGreetingsDefaultsBadRequest) IsSuccess() bool
- func (o *PutGreetingsDefaultsBadRequest) String() string
- type PutGreetingsDefaultsForbidden
- func (o *PutGreetingsDefaultsForbidden) Error() string
- func (o *PutGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsForbidden) IsClientError() bool
- func (o *PutGreetingsDefaultsForbidden) IsCode(code int) bool
- func (o *PutGreetingsDefaultsForbidden) IsRedirect() bool
- func (o *PutGreetingsDefaultsForbidden) IsServerError() bool
- func (o *PutGreetingsDefaultsForbidden) IsSuccess() bool
- func (o *PutGreetingsDefaultsForbidden) String() string
- type PutGreetingsDefaultsGatewayTimeout
- func (o *PutGreetingsDefaultsGatewayTimeout) Error() string
- func (o *PutGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsGatewayTimeout) IsClientError() bool
- func (o *PutGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
- func (o *PutGreetingsDefaultsGatewayTimeout) IsRedirect() bool
- func (o *PutGreetingsDefaultsGatewayTimeout) IsServerError() bool
- func (o *PutGreetingsDefaultsGatewayTimeout) IsSuccess() bool
- func (o *PutGreetingsDefaultsGatewayTimeout) String() string
- type PutGreetingsDefaultsInternalServerError
- func (o *PutGreetingsDefaultsInternalServerError) Error() string
- func (o *PutGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsInternalServerError) IsClientError() bool
- func (o *PutGreetingsDefaultsInternalServerError) IsCode(code int) bool
- func (o *PutGreetingsDefaultsInternalServerError) IsRedirect() bool
- func (o *PutGreetingsDefaultsInternalServerError) IsServerError() bool
- func (o *PutGreetingsDefaultsInternalServerError) IsSuccess() bool
- func (o *PutGreetingsDefaultsInternalServerError) String() string
- type PutGreetingsDefaultsNotFound
- func (o *PutGreetingsDefaultsNotFound) Error() string
- func (o *PutGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsNotFound) IsClientError() bool
- func (o *PutGreetingsDefaultsNotFound) IsCode(code int) bool
- func (o *PutGreetingsDefaultsNotFound) IsRedirect() bool
- func (o *PutGreetingsDefaultsNotFound) IsServerError() bool
- func (o *PutGreetingsDefaultsNotFound) IsSuccess() bool
- func (o *PutGreetingsDefaultsNotFound) String() string
- type PutGreetingsDefaultsOK
- func (o *PutGreetingsDefaultsOK) Error() string
- func (o *PutGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
- func (o *PutGreetingsDefaultsOK) IsClientError() bool
- func (o *PutGreetingsDefaultsOK) IsCode(code int) bool
- func (o *PutGreetingsDefaultsOK) IsRedirect() bool
- func (o *PutGreetingsDefaultsOK) IsServerError() bool
- func (o *PutGreetingsDefaultsOK) IsSuccess() bool
- func (o *PutGreetingsDefaultsOK) String() string
- type PutGreetingsDefaultsParams
- func NewPutGreetingsDefaultsParams() *PutGreetingsDefaultsParams
- func NewPutGreetingsDefaultsParamsWithContext(ctx context.Context) *PutGreetingsDefaultsParams
- func NewPutGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *PutGreetingsDefaultsParams
- func NewPutGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *PutGreetingsDefaultsParams
- func (o *PutGreetingsDefaultsParams) SetBody(body *models.DefaultGreetingList)
- func (o *PutGreetingsDefaultsParams) SetContext(ctx context.Context)
- func (o *PutGreetingsDefaultsParams) SetDefaults()
- func (o *PutGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
- func (o *PutGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
- func (o *PutGreetingsDefaultsParams) WithBody(body *models.DefaultGreetingList) *PutGreetingsDefaultsParams
- func (o *PutGreetingsDefaultsParams) WithContext(ctx context.Context) *PutGreetingsDefaultsParams
- func (o *PutGreetingsDefaultsParams) WithDefaults() *PutGreetingsDefaultsParams
- func (o *PutGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *PutGreetingsDefaultsParams
- func (o *PutGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *PutGreetingsDefaultsParams
- func (o *PutGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutGreetingsDefaultsReader
- type PutGreetingsDefaultsRequestEntityTooLarge
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) Error() string
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
- func (o *PutGreetingsDefaultsRequestEntityTooLarge) String() string
- type PutGreetingsDefaultsRequestTimeout
- func (o *PutGreetingsDefaultsRequestTimeout) Error() string
- func (o *PutGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsRequestTimeout) IsClientError() bool
- func (o *PutGreetingsDefaultsRequestTimeout) IsCode(code int) bool
- func (o *PutGreetingsDefaultsRequestTimeout) IsRedirect() bool
- func (o *PutGreetingsDefaultsRequestTimeout) IsServerError() bool
- func (o *PutGreetingsDefaultsRequestTimeout) IsSuccess() bool
- func (o *PutGreetingsDefaultsRequestTimeout) String() string
- type PutGreetingsDefaultsServiceUnavailable
- func (o *PutGreetingsDefaultsServiceUnavailable) Error() string
- func (o *PutGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsServiceUnavailable) IsClientError() bool
- func (o *PutGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
- func (o *PutGreetingsDefaultsServiceUnavailable) IsRedirect() bool
- func (o *PutGreetingsDefaultsServiceUnavailable) IsServerError() bool
- func (o *PutGreetingsDefaultsServiceUnavailable) IsSuccess() bool
- func (o *PutGreetingsDefaultsServiceUnavailable) String() string
- type PutGreetingsDefaultsTooManyRequests
- func (o *PutGreetingsDefaultsTooManyRequests) Error() string
- func (o *PutGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsTooManyRequests) IsClientError() bool
- func (o *PutGreetingsDefaultsTooManyRequests) IsCode(code int) bool
- func (o *PutGreetingsDefaultsTooManyRequests) IsRedirect() bool
- func (o *PutGreetingsDefaultsTooManyRequests) IsServerError() bool
- func (o *PutGreetingsDefaultsTooManyRequests) IsSuccess() bool
- func (o *PutGreetingsDefaultsTooManyRequests) String() string
- type PutGreetingsDefaultsUnauthorized
- func (o *PutGreetingsDefaultsUnauthorized) Error() string
- func (o *PutGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsUnauthorized) IsClientError() bool
- func (o *PutGreetingsDefaultsUnauthorized) IsCode(code int) bool
- func (o *PutGreetingsDefaultsUnauthorized) IsRedirect() bool
- func (o *PutGreetingsDefaultsUnauthorized) IsServerError() bool
- func (o *PutGreetingsDefaultsUnauthorized) IsSuccess() bool
- func (o *PutGreetingsDefaultsUnauthorized) String() string
- type PutGreetingsDefaultsUnsupportedMediaType
- func (o *PutGreetingsDefaultsUnsupportedMediaType) Error() string
- func (o *PutGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
- func (o *PutGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
- func (o *PutGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
- func (o *PutGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
- func (o *PutGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
- func (o *PutGreetingsDefaultsUnsupportedMediaType) String() string
- type PutGroupGreetingsDefaultsBadRequest
- func (o *PutGroupGreetingsDefaultsBadRequest) Error() string
- func (o *PutGroupGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsBadRequest) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsBadRequest) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsBadRequest) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsBadRequest) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsBadRequest) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsBadRequest) String() string
- type PutGroupGreetingsDefaultsForbidden
- func (o *PutGroupGreetingsDefaultsForbidden) Error() string
- func (o *PutGroupGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsForbidden) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsForbidden) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsForbidden) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsForbidden) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsForbidden) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsForbidden) String() string
- type PutGroupGreetingsDefaultsGatewayTimeout
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) Error() string
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsGatewayTimeout) String() string
- type PutGroupGreetingsDefaultsInternalServerError
- func (o *PutGroupGreetingsDefaultsInternalServerError) Error() string
- func (o *PutGroupGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsInternalServerError) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsInternalServerError) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsInternalServerError) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsInternalServerError) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsInternalServerError) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsInternalServerError) String() string
- type PutGroupGreetingsDefaultsNotFound
- func (o *PutGroupGreetingsDefaultsNotFound) Error() string
- func (o *PutGroupGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsNotFound) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsNotFound) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsNotFound) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsNotFound) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsNotFound) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsNotFound) String() string
- type PutGroupGreetingsDefaultsOK
- func (o *PutGroupGreetingsDefaultsOK) Error() string
- func (o *PutGroupGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
- func (o *PutGroupGreetingsDefaultsOK) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsOK) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsOK) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsOK) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsOK) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsOK) String() string
- type PutGroupGreetingsDefaultsParams
- func NewPutGroupGreetingsDefaultsParams() *PutGroupGreetingsDefaultsParams
- func NewPutGroupGreetingsDefaultsParamsWithContext(ctx context.Context) *PutGroupGreetingsDefaultsParams
- func NewPutGroupGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *PutGroupGreetingsDefaultsParams
- func NewPutGroupGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *PutGroupGreetingsDefaultsParams
- func (o *PutGroupGreetingsDefaultsParams) SetBody(body *models.DefaultGreetingList)
- func (o *PutGroupGreetingsDefaultsParams) SetContext(ctx context.Context)
- func (o *PutGroupGreetingsDefaultsParams) SetDefaults()
- func (o *PutGroupGreetingsDefaultsParams) SetGroupID(groupID string)
- func (o *PutGroupGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
- func (o *PutGroupGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
- func (o *PutGroupGreetingsDefaultsParams) WithBody(body *models.DefaultGreetingList) *PutGroupGreetingsDefaultsParams
- func (o *PutGroupGreetingsDefaultsParams) WithContext(ctx context.Context) *PutGroupGreetingsDefaultsParams
- func (o *PutGroupGreetingsDefaultsParams) WithDefaults() *PutGroupGreetingsDefaultsParams
- func (o *PutGroupGreetingsDefaultsParams) WithGroupID(groupID string) *PutGroupGreetingsDefaultsParams
- func (o *PutGroupGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *PutGroupGreetingsDefaultsParams
- func (o *PutGroupGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *PutGroupGreetingsDefaultsParams
- func (o *PutGroupGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutGroupGreetingsDefaultsReader
- type PutGroupGreetingsDefaultsRequestEntityTooLarge
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) Error() string
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) String() string
- type PutGroupGreetingsDefaultsRequestTimeout
- func (o *PutGroupGreetingsDefaultsRequestTimeout) Error() string
- func (o *PutGroupGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsRequestTimeout) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsRequestTimeout) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsRequestTimeout) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsRequestTimeout) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsRequestTimeout) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsRequestTimeout) String() string
- type PutGroupGreetingsDefaultsServiceUnavailable
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) Error() string
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsServiceUnavailable) String() string
- type PutGroupGreetingsDefaultsTooManyRequests
- func (o *PutGroupGreetingsDefaultsTooManyRequests) Error() string
- func (o *PutGroupGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsTooManyRequests) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsTooManyRequests) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsTooManyRequests) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsTooManyRequests) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsTooManyRequests) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsTooManyRequests) String() string
- type PutGroupGreetingsDefaultsUnauthorized
- func (o *PutGroupGreetingsDefaultsUnauthorized) Error() string
- func (o *PutGroupGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsUnauthorized) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsUnauthorized) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsUnauthorized) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsUnauthorized) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsUnauthorized) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsUnauthorized) String() string
- type PutGroupGreetingsDefaultsUnsupportedMediaType
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) Error() string
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
- func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) String() string
- type PutUserGreetingsDefaultsBadRequest
- func (o *PutUserGreetingsDefaultsBadRequest) Error() string
- func (o *PutUserGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsBadRequest) IsClientError() bool
- func (o *PutUserGreetingsDefaultsBadRequest) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsBadRequest) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsBadRequest) IsServerError() bool
- func (o *PutUserGreetingsDefaultsBadRequest) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsBadRequest) String() string
- type PutUserGreetingsDefaultsForbidden
- func (o *PutUserGreetingsDefaultsForbidden) Error() string
- func (o *PutUserGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsForbidden) IsClientError() bool
- func (o *PutUserGreetingsDefaultsForbidden) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsForbidden) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsForbidden) IsServerError() bool
- func (o *PutUserGreetingsDefaultsForbidden) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsForbidden) String() string
- type PutUserGreetingsDefaultsGatewayTimeout
- func (o *PutUserGreetingsDefaultsGatewayTimeout) Error() string
- func (o *PutUserGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsGatewayTimeout) IsClientError() bool
- func (o *PutUserGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsGatewayTimeout) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsGatewayTimeout) IsServerError() bool
- func (o *PutUserGreetingsDefaultsGatewayTimeout) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsGatewayTimeout) String() string
- type PutUserGreetingsDefaultsInternalServerError
- func (o *PutUserGreetingsDefaultsInternalServerError) Error() string
- func (o *PutUserGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsInternalServerError) IsClientError() bool
- func (o *PutUserGreetingsDefaultsInternalServerError) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsInternalServerError) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsInternalServerError) IsServerError() bool
- func (o *PutUserGreetingsDefaultsInternalServerError) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsInternalServerError) String() string
- type PutUserGreetingsDefaultsNotFound
- func (o *PutUserGreetingsDefaultsNotFound) Error() string
- func (o *PutUserGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsNotFound) IsClientError() bool
- func (o *PutUserGreetingsDefaultsNotFound) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsNotFound) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsNotFound) IsServerError() bool
- func (o *PutUserGreetingsDefaultsNotFound) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsNotFound) String() string
- type PutUserGreetingsDefaultsOK
- func (o *PutUserGreetingsDefaultsOK) Error() string
- func (o *PutUserGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
- func (o *PutUserGreetingsDefaultsOK) IsClientError() bool
- func (o *PutUserGreetingsDefaultsOK) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsOK) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsOK) IsServerError() bool
- func (o *PutUserGreetingsDefaultsOK) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsOK) String() string
- type PutUserGreetingsDefaultsParams
- func NewPutUserGreetingsDefaultsParams() *PutUserGreetingsDefaultsParams
- func NewPutUserGreetingsDefaultsParamsWithContext(ctx context.Context) *PutUserGreetingsDefaultsParams
- func NewPutUserGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *PutUserGreetingsDefaultsParams
- func NewPutUserGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *PutUserGreetingsDefaultsParams
- func (o *PutUserGreetingsDefaultsParams) SetBody(body *models.DefaultGreetingList)
- func (o *PutUserGreetingsDefaultsParams) SetContext(ctx context.Context)
- func (o *PutUserGreetingsDefaultsParams) SetDefaults()
- func (o *PutUserGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
- func (o *PutUserGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
- func (o *PutUserGreetingsDefaultsParams) SetUserID(userID string)
- func (o *PutUserGreetingsDefaultsParams) WithBody(body *models.DefaultGreetingList) *PutUserGreetingsDefaultsParams
- func (o *PutUserGreetingsDefaultsParams) WithContext(ctx context.Context) *PutUserGreetingsDefaultsParams
- func (o *PutUserGreetingsDefaultsParams) WithDefaults() *PutUserGreetingsDefaultsParams
- func (o *PutUserGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *PutUserGreetingsDefaultsParams
- func (o *PutUserGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *PutUserGreetingsDefaultsParams
- func (o *PutUserGreetingsDefaultsParams) WithUserID(userID string) *PutUserGreetingsDefaultsParams
- func (o *PutUserGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutUserGreetingsDefaultsReader
- type PutUserGreetingsDefaultsRequestEntityTooLarge
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) Error() string
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) String() string
- type PutUserGreetingsDefaultsRequestTimeout
- func (o *PutUserGreetingsDefaultsRequestTimeout) Error() string
- func (o *PutUserGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsRequestTimeout) IsClientError() bool
- func (o *PutUserGreetingsDefaultsRequestTimeout) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsRequestTimeout) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsRequestTimeout) IsServerError() bool
- func (o *PutUserGreetingsDefaultsRequestTimeout) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsRequestTimeout) String() string
- type PutUserGreetingsDefaultsServiceUnavailable
- func (o *PutUserGreetingsDefaultsServiceUnavailable) Error() string
- func (o *PutUserGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsServiceUnavailable) IsClientError() bool
- func (o *PutUserGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsServiceUnavailable) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsServiceUnavailable) IsServerError() bool
- func (o *PutUserGreetingsDefaultsServiceUnavailable) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsServiceUnavailable) String() string
- type PutUserGreetingsDefaultsTooManyRequests
- func (o *PutUserGreetingsDefaultsTooManyRequests) Error() string
- func (o *PutUserGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsTooManyRequests) IsClientError() bool
- func (o *PutUserGreetingsDefaultsTooManyRequests) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsTooManyRequests) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsTooManyRequests) IsServerError() bool
- func (o *PutUserGreetingsDefaultsTooManyRequests) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsTooManyRequests) String() string
- type PutUserGreetingsDefaultsUnauthorized
- func (o *PutUserGreetingsDefaultsUnauthorized) Error() string
- func (o *PutUserGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsUnauthorized) IsClientError() bool
- func (o *PutUserGreetingsDefaultsUnauthorized) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsUnauthorized) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsUnauthorized) IsServerError() bool
- func (o *PutUserGreetingsDefaultsUnauthorized) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsUnauthorized) String() string
- type PutUserGreetingsDefaultsUnsupportedMediaType
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) Error() string
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
- func (o *PutUserGreetingsDefaultsUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
/*
DeleteGreeting deletes a greeting with the given greeting Id
*/
DeleteGreeting(ctx context.Context, params *DeleteGreetingParams) error
/*
GetGreeting gets a greeting with the given greeting Id
*/
GetGreeting(ctx context.Context, params *GetGreetingParams) (*GetGreetingOK, error)
/*
GetGreetingMedia gets media playback URI for this greeting
*/
GetGreetingMedia(ctx context.Context, params *GetGreetingMediaParams) (*GetGreetingMediaOK, error)
/*
GetGreetings gets an organization s greetings
*/
GetGreetings(ctx context.Context, params *GetGreetingsParams) (*GetGreetingsOK, error)
/*
GetGreetingsDefaults gets an organization s default greeting list
*/
GetGreetingsDefaults(ctx context.Context, params *GetGreetingsDefaultsParams) (*GetGreetingsDefaultsOK, error)
/*
GetGroupGreetings gets a list of the group s greetings
*/
GetGroupGreetings(ctx context.Context, params *GetGroupGreetingsParams) (*GetGroupGreetingsOK, error)
/*
GetGroupGreetingsDefaults grabs the list of default greetings given a group s ID
*/
GetGroupGreetingsDefaults(ctx context.Context, params *GetGroupGreetingsDefaultsParams) (*GetGroupGreetingsDefaultsOK, error)
/*
GetUserGreetings gets a list of the user s greetings
*/
GetUserGreetings(ctx context.Context, params *GetUserGreetingsParams) (*GetUserGreetingsOK, error)
/*
GetUserGreetingsDefaults grabs the list of default greetings given a user s ID
*/
GetUserGreetingsDefaults(ctx context.Context, params *GetUserGreetingsDefaultsParams) (*GetUserGreetingsDefaultsOK, error)
/*
PostGreetings creates a greeting for an organization
*/
PostGreetings(ctx context.Context, params *PostGreetingsParams) (*PostGreetingsOK, error)
/*
PostGroupGreetings creates a greeting for a group
*/
PostGroupGreetings(ctx context.Context, params *PostGroupGreetingsParams) (*PostGroupGreetingsOK, error)
/*
PostUserGreetings creates a greeting for a user
*/
PostUserGreetings(ctx context.Context, params *PostUserGreetingsParams) (*PostUserGreetingsOK, error)
/*
PutGreeting updates the greeting with the given greeting Id
*/
PutGreeting(ctx context.Context, params *PutGreetingParams) (*PutGreetingOK, error)
/*
PutGreetingsDefaults updates an organization s default greeting list
*/
PutGreetingsDefaults(ctx context.Context, params *PutGreetingsDefaultsParams) (*PutGreetingsDefaultsOK, error)
/*
PutGroupGreetingsDefaults updates the default greeting list of the specified group
*/
PutGroupGreetingsDefaults(ctx context.Context, params *PutGroupGreetingsDefaultsParams) (*PutGroupGreetingsDefaultsOK, error)
/*
PutUserGreetingsDefaults updates the default greeting list of the specified user
*/
PutUserGreetingsDefaults(ctx context.Context, params *PutUserGreetingsDefaultsParams) (*PutUserGreetingsDefaultsOK, error)
}
API is the interface of the greetings client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for greetings API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new greetings API client.
func (*Client) DeleteGreeting ¶
func (a *Client) DeleteGreeting(ctx context.Context, params *DeleteGreetingParams) error
DeleteGreeting deletes a greeting with the given greeting Id
func (*Client) GetGreeting ¶
func (a *Client) GetGreeting(ctx context.Context, params *GetGreetingParams) (*GetGreetingOK, error)
GetGreeting gets a greeting with the given greeting Id
func (*Client) GetGreetingMedia ¶
func (a *Client) GetGreetingMedia(ctx context.Context, params *GetGreetingMediaParams) (*GetGreetingMediaOK, error)
GetGreetingMedia gets media playback URI for this greeting
func (*Client) GetGreetings ¶
func (a *Client) GetGreetings(ctx context.Context, params *GetGreetingsParams) (*GetGreetingsOK, error)
GetGreetings gets an organization s greetings
func (*Client) GetGreetingsDefaults ¶
func (a *Client) GetGreetingsDefaults(ctx context.Context, params *GetGreetingsDefaultsParams) (*GetGreetingsDefaultsOK, error)
GetGreetingsDefaults gets an organization s default greeting list
func (*Client) GetGroupGreetings ¶
func (a *Client) GetGroupGreetings(ctx context.Context, params *GetGroupGreetingsParams) (*GetGroupGreetingsOK, error)
GetGroupGreetings gets a list of the group s greetings
func (*Client) GetGroupGreetingsDefaults ¶
func (a *Client) GetGroupGreetingsDefaults(ctx context.Context, params *GetGroupGreetingsDefaultsParams) (*GetGroupGreetingsDefaultsOK, error)
GetGroupGreetingsDefaults grabs the list of default greetings given a group s ID
func (*Client) GetUserGreetings ¶
func (a *Client) GetUserGreetings(ctx context.Context, params *GetUserGreetingsParams) (*GetUserGreetingsOK, error)
GetUserGreetings gets a list of the user s greetings
func (*Client) GetUserGreetingsDefaults ¶
func (a *Client) GetUserGreetingsDefaults(ctx context.Context, params *GetUserGreetingsDefaultsParams) (*GetUserGreetingsDefaultsOK, error)
GetUserGreetingsDefaults grabs the list of default greetings given a user s ID
func (*Client) PostGreetings ¶
func (a *Client) PostGreetings(ctx context.Context, params *PostGreetingsParams) (*PostGreetingsOK, error)
PostGreetings creates a greeting for an organization
func (*Client) PostGroupGreetings ¶
func (a *Client) PostGroupGreetings(ctx context.Context, params *PostGroupGreetingsParams) (*PostGroupGreetingsOK, error)
PostGroupGreetings creates a greeting for a group
func (*Client) PostUserGreetings ¶
func (a *Client) PostUserGreetings(ctx context.Context, params *PostUserGreetingsParams) (*PostUserGreetingsOK, error)
PostUserGreetings creates a greeting for a user
func (*Client) PutGreeting ¶
func (a *Client) PutGreeting(ctx context.Context, params *PutGreetingParams) (*PutGreetingOK, error)
PutGreeting updates the greeting with the given greeting Id
func (*Client) PutGreetingsDefaults ¶
func (a *Client) PutGreetingsDefaults(ctx context.Context, params *PutGreetingsDefaultsParams) (*PutGreetingsDefaultsOK, error)
PutGreetingsDefaults updates an organization s default greeting list
func (*Client) PutGroupGreetingsDefaults ¶
func (a *Client) PutGroupGreetingsDefaults(ctx context.Context, params *PutGroupGreetingsDefaultsParams) (*PutGroupGreetingsDefaultsOK, error)
PutGroupGreetingsDefaults updates the default greeting list of the specified group
func (*Client) PutUserGreetingsDefaults ¶
func (a *Client) PutUserGreetingsDefaults(ctx context.Context, params *PutUserGreetingsDefaultsParams) (*PutUserGreetingsDefaultsOK, error)
PutUserGreetingsDefaults updates the default greeting list of the specified user
type DeleteGreetingBadRequest ¶
DeleteGreetingBadRequest 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 NewDeleteGreetingBadRequest ¶
func NewDeleteGreetingBadRequest() *DeleteGreetingBadRequest
NewDeleteGreetingBadRequest creates a DeleteGreetingBadRequest with default headers values
func (*DeleteGreetingBadRequest) Error ¶
func (o *DeleteGreetingBadRequest) Error() string
func (*DeleteGreetingBadRequest) GetPayload ¶
func (o *DeleteGreetingBadRequest) GetPayload() *models.ErrorBody
func (*DeleteGreetingBadRequest) IsClientError ¶
func (o *DeleteGreetingBadRequest) IsClientError() bool
IsClientError returns true when this delete greeting bad request response has a 4xx status code
func (*DeleteGreetingBadRequest) IsCode ¶
func (o *DeleteGreetingBadRequest) IsCode(code int) bool
IsCode returns true when this delete greeting bad request response a status code equal to that given
func (*DeleteGreetingBadRequest) IsRedirect ¶
func (o *DeleteGreetingBadRequest) IsRedirect() bool
IsRedirect returns true when this delete greeting bad request response has a 3xx status code
func (*DeleteGreetingBadRequest) IsServerError ¶
func (o *DeleteGreetingBadRequest) IsServerError() bool
IsServerError returns true when this delete greeting bad request response has a 5xx status code
func (*DeleteGreetingBadRequest) IsSuccess ¶
func (o *DeleteGreetingBadRequest) IsSuccess() bool
IsSuccess returns true when this delete greeting bad request response has a 2xx status code
func (*DeleteGreetingBadRequest) String ¶
func (o *DeleteGreetingBadRequest) String() string
type DeleteGreetingDefault ¶
type DeleteGreetingDefault struct {
// contains filtered or unexported fields
}
DeleteGreetingDefault describes a response with status code -1, with default header values.
successful operation
func NewDeleteGreetingDefault ¶
func NewDeleteGreetingDefault(code int) *DeleteGreetingDefault
NewDeleteGreetingDefault creates a DeleteGreetingDefault with default headers values
func (*DeleteGreetingDefault) Code ¶
func (o *DeleteGreetingDefault) Code() int
Code gets the status code for the delete greeting default response
func (*DeleteGreetingDefault) Error ¶
func (o *DeleteGreetingDefault) Error() string
func (*DeleteGreetingDefault) IsClientError ¶
func (o *DeleteGreetingDefault) IsClientError() bool
IsClientError returns true when this delete greeting default response has a 4xx status code
func (*DeleteGreetingDefault) IsCode ¶
func (o *DeleteGreetingDefault) IsCode(code int) bool
IsCode returns true when this delete greeting default response a status code equal to that given
func (*DeleteGreetingDefault) IsRedirect ¶
func (o *DeleteGreetingDefault) IsRedirect() bool
IsRedirect returns true when this delete greeting default response has a 3xx status code
func (*DeleteGreetingDefault) IsServerError ¶
func (o *DeleteGreetingDefault) IsServerError() bool
IsServerError returns true when this delete greeting default response has a 5xx status code
func (*DeleteGreetingDefault) IsSuccess ¶
func (o *DeleteGreetingDefault) IsSuccess() bool
IsSuccess returns true when this delete greeting default response has a 2xx status code
func (*DeleteGreetingDefault) String ¶
func (o *DeleteGreetingDefault) String() string
type DeleteGreetingForbidden ¶
DeleteGreetingForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteGreetingForbidden ¶
func NewDeleteGreetingForbidden() *DeleteGreetingForbidden
NewDeleteGreetingForbidden creates a DeleteGreetingForbidden with default headers values
func (*DeleteGreetingForbidden) Error ¶
func (o *DeleteGreetingForbidden) Error() string
func (*DeleteGreetingForbidden) GetPayload ¶
func (o *DeleteGreetingForbidden) GetPayload() *models.ErrorBody
func (*DeleteGreetingForbidden) IsClientError ¶
func (o *DeleteGreetingForbidden) IsClientError() bool
IsClientError returns true when this delete greeting forbidden response has a 4xx status code
func (*DeleteGreetingForbidden) IsCode ¶
func (o *DeleteGreetingForbidden) IsCode(code int) bool
IsCode returns true when this delete greeting forbidden response a status code equal to that given
func (*DeleteGreetingForbidden) IsRedirect ¶
func (o *DeleteGreetingForbidden) IsRedirect() bool
IsRedirect returns true when this delete greeting forbidden response has a 3xx status code
func (*DeleteGreetingForbidden) IsServerError ¶
func (o *DeleteGreetingForbidden) IsServerError() bool
IsServerError returns true when this delete greeting forbidden response has a 5xx status code
func (*DeleteGreetingForbidden) IsSuccess ¶
func (o *DeleteGreetingForbidden) IsSuccess() bool
IsSuccess returns true when this delete greeting forbidden response has a 2xx status code
func (*DeleteGreetingForbidden) String ¶
func (o *DeleteGreetingForbidden) String() string
type DeleteGreetingGatewayTimeout ¶
DeleteGreetingGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteGreetingGatewayTimeout ¶
func NewDeleteGreetingGatewayTimeout() *DeleteGreetingGatewayTimeout
NewDeleteGreetingGatewayTimeout creates a DeleteGreetingGatewayTimeout with default headers values
func (*DeleteGreetingGatewayTimeout) Error ¶
func (o *DeleteGreetingGatewayTimeout) Error() string
func (*DeleteGreetingGatewayTimeout) GetPayload ¶
func (o *DeleteGreetingGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteGreetingGatewayTimeout) IsClientError ¶
func (o *DeleteGreetingGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete greeting gateway timeout response has a 4xx status code
func (*DeleteGreetingGatewayTimeout) IsCode ¶
func (o *DeleteGreetingGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete greeting gateway timeout response a status code equal to that given
func (*DeleteGreetingGatewayTimeout) IsRedirect ¶
func (o *DeleteGreetingGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete greeting gateway timeout response has a 3xx status code
func (*DeleteGreetingGatewayTimeout) IsServerError ¶
func (o *DeleteGreetingGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete greeting gateway timeout response has a 5xx status code
func (*DeleteGreetingGatewayTimeout) IsSuccess ¶
func (o *DeleteGreetingGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete greeting gateway timeout response has a 2xx status code
func (*DeleteGreetingGatewayTimeout) String ¶
func (o *DeleteGreetingGatewayTimeout) String() string
type DeleteGreetingInternalServerError ¶
DeleteGreetingInternalServerError 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 NewDeleteGreetingInternalServerError ¶
func NewDeleteGreetingInternalServerError() *DeleteGreetingInternalServerError
NewDeleteGreetingInternalServerError creates a DeleteGreetingInternalServerError with default headers values
func (*DeleteGreetingInternalServerError) Error ¶
func (o *DeleteGreetingInternalServerError) Error() string
func (*DeleteGreetingInternalServerError) GetPayload ¶
func (o *DeleteGreetingInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteGreetingInternalServerError) IsClientError ¶
func (o *DeleteGreetingInternalServerError) IsClientError() bool
IsClientError returns true when this delete greeting internal server error response has a 4xx status code
func (*DeleteGreetingInternalServerError) IsCode ¶
func (o *DeleteGreetingInternalServerError) IsCode(code int) bool
IsCode returns true when this delete greeting internal server error response a status code equal to that given
func (*DeleteGreetingInternalServerError) IsRedirect ¶
func (o *DeleteGreetingInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete greeting internal server error response has a 3xx status code
func (*DeleteGreetingInternalServerError) IsServerError ¶
func (o *DeleteGreetingInternalServerError) IsServerError() bool
IsServerError returns true when this delete greeting internal server error response has a 5xx status code
func (*DeleteGreetingInternalServerError) IsSuccess ¶
func (o *DeleteGreetingInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete greeting internal server error response has a 2xx status code
func (*DeleteGreetingInternalServerError) String ¶
func (o *DeleteGreetingInternalServerError) String() string
type DeleteGreetingNotFound ¶
DeleteGreetingNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteGreetingNotFound ¶
func NewDeleteGreetingNotFound() *DeleteGreetingNotFound
NewDeleteGreetingNotFound creates a DeleteGreetingNotFound with default headers values
func (*DeleteGreetingNotFound) Error ¶
func (o *DeleteGreetingNotFound) Error() string
func (*DeleteGreetingNotFound) GetPayload ¶
func (o *DeleteGreetingNotFound) GetPayload() *models.ErrorBody
func (*DeleteGreetingNotFound) IsClientError ¶
func (o *DeleteGreetingNotFound) IsClientError() bool
IsClientError returns true when this delete greeting not found response has a 4xx status code
func (*DeleteGreetingNotFound) IsCode ¶
func (o *DeleteGreetingNotFound) IsCode(code int) bool
IsCode returns true when this delete greeting not found response a status code equal to that given
func (*DeleteGreetingNotFound) IsRedirect ¶
func (o *DeleteGreetingNotFound) IsRedirect() bool
IsRedirect returns true when this delete greeting not found response has a 3xx status code
func (*DeleteGreetingNotFound) IsServerError ¶
func (o *DeleteGreetingNotFound) IsServerError() bool
IsServerError returns true when this delete greeting not found response has a 5xx status code
func (*DeleteGreetingNotFound) IsSuccess ¶
func (o *DeleteGreetingNotFound) IsSuccess() bool
IsSuccess returns true when this delete greeting not found response has a 2xx status code
func (*DeleteGreetingNotFound) String ¶
func (o *DeleteGreetingNotFound) String() string
type DeleteGreetingParams ¶
type DeleteGreetingParams struct {
/* GreetingID.
Greeting ID
*/
GreetingID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteGreetingParams contains all the parameters to send to the API endpoint
for the delete greeting operation. Typically these are written to a http.Request.
func NewDeleteGreetingParams ¶
func NewDeleteGreetingParams() *DeleteGreetingParams
NewDeleteGreetingParams creates a new DeleteGreetingParams 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 NewDeleteGreetingParamsWithContext ¶
func NewDeleteGreetingParamsWithContext(ctx context.Context) *DeleteGreetingParams
NewDeleteGreetingParamsWithContext creates a new DeleteGreetingParams object with the ability to set a context for a request.
func NewDeleteGreetingParamsWithHTTPClient ¶
func NewDeleteGreetingParamsWithHTTPClient(client *http.Client) *DeleteGreetingParams
NewDeleteGreetingParamsWithHTTPClient creates a new DeleteGreetingParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteGreetingParamsWithTimeout ¶
func NewDeleteGreetingParamsWithTimeout(timeout time.Duration) *DeleteGreetingParams
NewDeleteGreetingParamsWithTimeout creates a new DeleteGreetingParams object with the ability to set a timeout on a request.
func (*DeleteGreetingParams) SetContext ¶
func (o *DeleteGreetingParams) SetContext(ctx context.Context)
SetContext adds the context to the delete greeting params
func (*DeleteGreetingParams) SetDefaults ¶
func (o *DeleteGreetingParams) SetDefaults()
SetDefaults hydrates default values in the delete greeting params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteGreetingParams) SetGreetingID ¶
func (o *DeleteGreetingParams) SetGreetingID(greetingID string)
SetGreetingID adds the greetingId to the delete greeting params
func (*DeleteGreetingParams) SetHTTPClient ¶
func (o *DeleteGreetingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete greeting params
func (*DeleteGreetingParams) SetTimeout ¶
func (o *DeleteGreetingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete greeting params
func (*DeleteGreetingParams) WithContext ¶
func (o *DeleteGreetingParams) WithContext(ctx context.Context) *DeleteGreetingParams
WithContext adds the context to the delete greeting params
func (*DeleteGreetingParams) WithDefaults ¶
func (o *DeleteGreetingParams) WithDefaults() *DeleteGreetingParams
WithDefaults hydrates default values in the delete greeting params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteGreetingParams) WithGreetingID ¶
func (o *DeleteGreetingParams) WithGreetingID(greetingID string) *DeleteGreetingParams
WithGreetingID adds the greetingID to the delete greeting params
func (*DeleteGreetingParams) WithHTTPClient ¶
func (o *DeleteGreetingParams) WithHTTPClient(client *http.Client) *DeleteGreetingParams
WithHTTPClient adds the HTTPClient to the delete greeting params
func (*DeleteGreetingParams) WithTimeout ¶
func (o *DeleteGreetingParams) WithTimeout(timeout time.Duration) *DeleteGreetingParams
WithTimeout adds the timeout to the delete greeting params
func (*DeleteGreetingParams) WriteToRequest ¶
func (o *DeleteGreetingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteGreetingReader ¶
type DeleteGreetingReader struct {
// contains filtered or unexported fields
}
DeleteGreetingReader is a Reader for the DeleteGreeting structure.
func (*DeleteGreetingReader) ReadResponse ¶
func (o *DeleteGreetingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteGreetingRequestEntityTooLarge ¶
DeleteGreetingRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteGreetingRequestEntityTooLarge ¶
func NewDeleteGreetingRequestEntityTooLarge() *DeleteGreetingRequestEntityTooLarge
NewDeleteGreetingRequestEntityTooLarge creates a DeleteGreetingRequestEntityTooLarge with default headers values
func (*DeleteGreetingRequestEntityTooLarge) Error ¶
func (o *DeleteGreetingRequestEntityTooLarge) Error() string
func (*DeleteGreetingRequestEntityTooLarge) GetPayload ¶
func (o *DeleteGreetingRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteGreetingRequestEntityTooLarge) IsClientError ¶
func (o *DeleteGreetingRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete greeting request entity too large response has a 4xx status code
func (*DeleteGreetingRequestEntityTooLarge) IsCode ¶
func (o *DeleteGreetingRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete greeting request entity too large response a status code equal to that given
func (*DeleteGreetingRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteGreetingRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete greeting request entity too large response has a 3xx status code
func (*DeleteGreetingRequestEntityTooLarge) IsServerError ¶
func (o *DeleteGreetingRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete greeting request entity too large response has a 5xx status code
func (*DeleteGreetingRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteGreetingRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete greeting request entity too large response has a 2xx status code
func (*DeleteGreetingRequestEntityTooLarge) String ¶
func (o *DeleteGreetingRequestEntityTooLarge) String() string
type DeleteGreetingRequestTimeout ¶
DeleteGreetingRequestTimeout 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 NewDeleteGreetingRequestTimeout ¶
func NewDeleteGreetingRequestTimeout() *DeleteGreetingRequestTimeout
NewDeleteGreetingRequestTimeout creates a DeleteGreetingRequestTimeout with default headers values
func (*DeleteGreetingRequestTimeout) Error ¶
func (o *DeleteGreetingRequestTimeout) Error() string
func (*DeleteGreetingRequestTimeout) GetPayload ¶
func (o *DeleteGreetingRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteGreetingRequestTimeout) IsClientError ¶
func (o *DeleteGreetingRequestTimeout) IsClientError() bool
IsClientError returns true when this delete greeting request timeout response has a 4xx status code
func (*DeleteGreetingRequestTimeout) IsCode ¶
func (o *DeleteGreetingRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete greeting request timeout response a status code equal to that given
func (*DeleteGreetingRequestTimeout) IsRedirect ¶
func (o *DeleteGreetingRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete greeting request timeout response has a 3xx status code
func (*DeleteGreetingRequestTimeout) IsServerError ¶
func (o *DeleteGreetingRequestTimeout) IsServerError() bool
IsServerError returns true when this delete greeting request timeout response has a 5xx status code
func (*DeleteGreetingRequestTimeout) IsSuccess ¶
func (o *DeleteGreetingRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete greeting request timeout response has a 2xx status code
func (*DeleteGreetingRequestTimeout) String ¶
func (o *DeleteGreetingRequestTimeout) String() string
type DeleteGreetingServiceUnavailable ¶
type DeleteGreetingServiceUnavailable struct {
}
DeleteGreetingServiceUnavailable 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 NewDeleteGreetingServiceUnavailable ¶
func NewDeleteGreetingServiceUnavailable() *DeleteGreetingServiceUnavailable
NewDeleteGreetingServiceUnavailable creates a DeleteGreetingServiceUnavailable with default headers values
func (*DeleteGreetingServiceUnavailable) Error ¶
func (o *DeleteGreetingServiceUnavailable) Error() string
func (*DeleteGreetingServiceUnavailable) GetPayload ¶
func (o *DeleteGreetingServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteGreetingServiceUnavailable) IsClientError ¶
func (o *DeleteGreetingServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete greeting service unavailable response has a 4xx status code
func (*DeleteGreetingServiceUnavailable) IsCode ¶
func (o *DeleteGreetingServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete greeting service unavailable response a status code equal to that given
func (*DeleteGreetingServiceUnavailable) IsRedirect ¶
func (o *DeleteGreetingServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete greeting service unavailable response has a 3xx status code
func (*DeleteGreetingServiceUnavailable) IsServerError ¶
func (o *DeleteGreetingServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete greeting service unavailable response has a 5xx status code
func (*DeleteGreetingServiceUnavailable) IsSuccess ¶
func (o *DeleteGreetingServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete greeting service unavailable response has a 2xx status code
func (*DeleteGreetingServiceUnavailable) String ¶
func (o *DeleteGreetingServiceUnavailable) String() string
type DeleteGreetingTooManyRequests ¶
DeleteGreetingTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteGreetingTooManyRequests ¶
func NewDeleteGreetingTooManyRequests() *DeleteGreetingTooManyRequests
NewDeleteGreetingTooManyRequests creates a DeleteGreetingTooManyRequests with default headers values
func (*DeleteGreetingTooManyRequests) Error ¶
func (o *DeleteGreetingTooManyRequests) Error() string
func (*DeleteGreetingTooManyRequests) GetPayload ¶
func (o *DeleteGreetingTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteGreetingTooManyRequests) IsClientError ¶
func (o *DeleteGreetingTooManyRequests) IsClientError() bool
IsClientError returns true when this delete greeting too many requests response has a 4xx status code
func (*DeleteGreetingTooManyRequests) IsCode ¶
func (o *DeleteGreetingTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete greeting too many requests response a status code equal to that given
func (*DeleteGreetingTooManyRequests) IsRedirect ¶
func (o *DeleteGreetingTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete greeting too many requests response has a 3xx status code
func (*DeleteGreetingTooManyRequests) IsServerError ¶
func (o *DeleteGreetingTooManyRequests) IsServerError() bool
IsServerError returns true when this delete greeting too many requests response has a 5xx status code
func (*DeleteGreetingTooManyRequests) IsSuccess ¶
func (o *DeleteGreetingTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete greeting too many requests response has a 2xx status code
func (*DeleteGreetingTooManyRequests) String ¶
func (o *DeleteGreetingTooManyRequests) String() string
type DeleteGreetingUnauthorized ¶
type DeleteGreetingUnauthorized struct {
}
DeleteGreetingUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteGreetingUnauthorized ¶
func NewDeleteGreetingUnauthorized() *DeleteGreetingUnauthorized
NewDeleteGreetingUnauthorized creates a DeleteGreetingUnauthorized with default headers values
func (*DeleteGreetingUnauthorized) Error ¶
func (o *DeleteGreetingUnauthorized) Error() string
func (*DeleteGreetingUnauthorized) GetPayload ¶
func (o *DeleteGreetingUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteGreetingUnauthorized) IsClientError ¶
func (o *DeleteGreetingUnauthorized) IsClientError() bool
IsClientError returns true when this delete greeting unauthorized response has a 4xx status code
func (*DeleteGreetingUnauthorized) IsCode ¶
func (o *DeleteGreetingUnauthorized) IsCode(code int) bool
IsCode returns true when this delete greeting unauthorized response a status code equal to that given
func (*DeleteGreetingUnauthorized) IsRedirect ¶
func (o *DeleteGreetingUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete greeting unauthorized response has a 3xx status code
func (*DeleteGreetingUnauthorized) IsServerError ¶
func (o *DeleteGreetingUnauthorized) IsServerError() bool
IsServerError returns true when this delete greeting unauthorized response has a 5xx status code
func (*DeleteGreetingUnauthorized) IsSuccess ¶
func (o *DeleteGreetingUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete greeting unauthorized response has a 2xx status code
func (*DeleteGreetingUnauthorized) String ¶
func (o *DeleteGreetingUnauthorized) String() string
type DeleteGreetingUnsupportedMediaType ¶
DeleteGreetingUnsupportedMediaType 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 NewDeleteGreetingUnsupportedMediaType ¶
func NewDeleteGreetingUnsupportedMediaType() *DeleteGreetingUnsupportedMediaType
NewDeleteGreetingUnsupportedMediaType creates a DeleteGreetingUnsupportedMediaType with default headers values
func (*DeleteGreetingUnsupportedMediaType) Error ¶
func (o *DeleteGreetingUnsupportedMediaType) Error() string
func (*DeleteGreetingUnsupportedMediaType) GetPayload ¶
func (o *DeleteGreetingUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteGreetingUnsupportedMediaType) IsClientError ¶
func (o *DeleteGreetingUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete greeting unsupported media type response has a 4xx status code
func (*DeleteGreetingUnsupportedMediaType) IsCode ¶
func (o *DeleteGreetingUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete greeting unsupported media type response a status code equal to that given
func (*DeleteGreetingUnsupportedMediaType) IsRedirect ¶
func (o *DeleteGreetingUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete greeting unsupported media type response has a 3xx status code
func (*DeleteGreetingUnsupportedMediaType) IsServerError ¶
func (o *DeleteGreetingUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete greeting unsupported media type response has a 5xx status code
func (*DeleteGreetingUnsupportedMediaType) IsSuccess ¶
func (o *DeleteGreetingUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete greeting unsupported media type response has a 2xx status code
func (*DeleteGreetingUnsupportedMediaType) String ¶
func (o *DeleteGreetingUnsupportedMediaType) String() string
type GetGreetingBadRequest ¶
GetGreetingBadRequest 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 NewGetGreetingBadRequest ¶
func NewGetGreetingBadRequest() *GetGreetingBadRequest
NewGetGreetingBadRequest creates a GetGreetingBadRequest with default headers values
func (*GetGreetingBadRequest) Error ¶
func (o *GetGreetingBadRequest) Error() string
func (*GetGreetingBadRequest) GetPayload ¶
func (o *GetGreetingBadRequest) GetPayload() *models.ErrorBody
func (*GetGreetingBadRequest) IsClientError ¶
func (o *GetGreetingBadRequest) IsClientError() bool
IsClientError returns true when this get greeting bad request response has a 4xx status code
func (*GetGreetingBadRequest) IsCode ¶
func (o *GetGreetingBadRequest) IsCode(code int) bool
IsCode returns true when this get greeting bad request response a status code equal to that given
func (*GetGreetingBadRequest) IsRedirect ¶
func (o *GetGreetingBadRequest) IsRedirect() bool
IsRedirect returns true when this get greeting bad request response has a 3xx status code
func (*GetGreetingBadRequest) IsServerError ¶
func (o *GetGreetingBadRequest) IsServerError() bool
IsServerError returns true when this get greeting bad request response has a 5xx status code
func (*GetGreetingBadRequest) IsSuccess ¶
func (o *GetGreetingBadRequest) IsSuccess() bool
IsSuccess returns true when this get greeting bad request response has a 2xx status code
func (*GetGreetingBadRequest) String ¶
func (o *GetGreetingBadRequest) String() string
type GetGreetingForbidden ¶
GetGreetingForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetGreetingForbidden ¶
func NewGetGreetingForbidden() *GetGreetingForbidden
NewGetGreetingForbidden creates a GetGreetingForbidden with default headers values
func (*GetGreetingForbidden) Error ¶
func (o *GetGreetingForbidden) Error() string
func (*GetGreetingForbidden) GetPayload ¶
func (o *GetGreetingForbidden) GetPayload() *models.ErrorBody
func (*GetGreetingForbidden) IsClientError ¶
func (o *GetGreetingForbidden) IsClientError() bool
IsClientError returns true when this get greeting forbidden response has a 4xx status code
func (*GetGreetingForbidden) IsCode ¶
func (o *GetGreetingForbidden) IsCode(code int) bool
IsCode returns true when this get greeting forbidden response a status code equal to that given
func (*GetGreetingForbidden) IsRedirect ¶
func (o *GetGreetingForbidden) IsRedirect() bool
IsRedirect returns true when this get greeting forbidden response has a 3xx status code
func (*GetGreetingForbidden) IsServerError ¶
func (o *GetGreetingForbidden) IsServerError() bool
IsServerError returns true when this get greeting forbidden response has a 5xx status code
func (*GetGreetingForbidden) IsSuccess ¶
func (o *GetGreetingForbidden) IsSuccess() bool
IsSuccess returns true when this get greeting forbidden response has a 2xx status code
func (*GetGreetingForbidden) String ¶
func (o *GetGreetingForbidden) String() string
type GetGreetingGatewayTimeout ¶
GetGreetingGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetGreetingGatewayTimeout ¶
func NewGetGreetingGatewayTimeout() *GetGreetingGatewayTimeout
NewGetGreetingGatewayTimeout creates a GetGreetingGatewayTimeout with default headers values
func (*GetGreetingGatewayTimeout) Error ¶
func (o *GetGreetingGatewayTimeout) Error() string
func (*GetGreetingGatewayTimeout) GetPayload ¶
func (o *GetGreetingGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingGatewayTimeout) IsClientError ¶
func (o *GetGreetingGatewayTimeout) IsClientError() bool
IsClientError returns true when this get greeting gateway timeout response has a 4xx status code
func (*GetGreetingGatewayTimeout) IsCode ¶
func (o *GetGreetingGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get greeting gateway timeout response a status code equal to that given
func (*GetGreetingGatewayTimeout) IsRedirect ¶
func (o *GetGreetingGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get greeting gateway timeout response has a 3xx status code
func (*GetGreetingGatewayTimeout) IsServerError ¶
func (o *GetGreetingGatewayTimeout) IsServerError() bool
IsServerError returns true when this get greeting gateway timeout response has a 5xx status code
func (*GetGreetingGatewayTimeout) IsSuccess ¶
func (o *GetGreetingGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get greeting gateway timeout response has a 2xx status code
func (*GetGreetingGatewayTimeout) String ¶
func (o *GetGreetingGatewayTimeout) String() string
type GetGreetingInternalServerError ¶
GetGreetingInternalServerError 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 NewGetGreetingInternalServerError ¶
func NewGetGreetingInternalServerError() *GetGreetingInternalServerError
NewGetGreetingInternalServerError creates a GetGreetingInternalServerError with default headers values
func (*GetGreetingInternalServerError) Error ¶
func (o *GetGreetingInternalServerError) Error() string
func (*GetGreetingInternalServerError) GetPayload ¶
func (o *GetGreetingInternalServerError) GetPayload() *models.ErrorBody
func (*GetGreetingInternalServerError) IsClientError ¶
func (o *GetGreetingInternalServerError) IsClientError() bool
IsClientError returns true when this get greeting internal server error response has a 4xx status code
func (*GetGreetingInternalServerError) IsCode ¶
func (o *GetGreetingInternalServerError) IsCode(code int) bool
IsCode returns true when this get greeting internal server error response a status code equal to that given
func (*GetGreetingInternalServerError) IsRedirect ¶
func (o *GetGreetingInternalServerError) IsRedirect() bool
IsRedirect returns true when this get greeting internal server error response has a 3xx status code
func (*GetGreetingInternalServerError) IsServerError ¶
func (o *GetGreetingInternalServerError) IsServerError() bool
IsServerError returns true when this get greeting internal server error response has a 5xx status code
func (*GetGreetingInternalServerError) IsSuccess ¶
func (o *GetGreetingInternalServerError) IsSuccess() bool
IsSuccess returns true when this get greeting internal server error response has a 2xx status code
func (*GetGreetingInternalServerError) String ¶
func (o *GetGreetingInternalServerError) String() string
type GetGreetingMediaBadRequest ¶
GetGreetingMediaBadRequest 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 NewGetGreetingMediaBadRequest ¶
func NewGetGreetingMediaBadRequest() *GetGreetingMediaBadRequest
NewGetGreetingMediaBadRequest creates a GetGreetingMediaBadRequest with default headers values
func (*GetGreetingMediaBadRequest) Error ¶
func (o *GetGreetingMediaBadRequest) Error() string
func (*GetGreetingMediaBadRequest) GetPayload ¶
func (o *GetGreetingMediaBadRequest) GetPayload() *models.ErrorBody
func (*GetGreetingMediaBadRequest) IsClientError ¶
func (o *GetGreetingMediaBadRequest) IsClientError() bool
IsClientError returns true when this get greeting media bad request response has a 4xx status code
func (*GetGreetingMediaBadRequest) IsCode ¶
func (o *GetGreetingMediaBadRequest) IsCode(code int) bool
IsCode returns true when this get greeting media bad request response a status code equal to that given
func (*GetGreetingMediaBadRequest) IsRedirect ¶
func (o *GetGreetingMediaBadRequest) IsRedirect() bool
IsRedirect returns true when this get greeting media bad request response has a 3xx status code
func (*GetGreetingMediaBadRequest) IsServerError ¶
func (o *GetGreetingMediaBadRequest) IsServerError() bool
IsServerError returns true when this get greeting media bad request response has a 5xx status code
func (*GetGreetingMediaBadRequest) IsSuccess ¶
func (o *GetGreetingMediaBadRequest) IsSuccess() bool
IsSuccess returns true when this get greeting media bad request response has a 2xx status code
func (*GetGreetingMediaBadRequest) String ¶
func (o *GetGreetingMediaBadRequest) String() string
type GetGreetingMediaForbidden ¶
GetGreetingMediaForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetGreetingMediaForbidden ¶
func NewGetGreetingMediaForbidden() *GetGreetingMediaForbidden
NewGetGreetingMediaForbidden creates a GetGreetingMediaForbidden with default headers values
func (*GetGreetingMediaForbidden) Error ¶
func (o *GetGreetingMediaForbidden) Error() string
func (*GetGreetingMediaForbidden) GetPayload ¶
func (o *GetGreetingMediaForbidden) GetPayload() *models.ErrorBody
func (*GetGreetingMediaForbidden) IsClientError ¶
func (o *GetGreetingMediaForbidden) IsClientError() bool
IsClientError returns true when this get greeting media forbidden response has a 4xx status code
func (*GetGreetingMediaForbidden) IsCode ¶
func (o *GetGreetingMediaForbidden) IsCode(code int) bool
IsCode returns true when this get greeting media forbidden response a status code equal to that given
func (*GetGreetingMediaForbidden) IsRedirect ¶
func (o *GetGreetingMediaForbidden) IsRedirect() bool
IsRedirect returns true when this get greeting media forbidden response has a 3xx status code
func (*GetGreetingMediaForbidden) IsServerError ¶
func (o *GetGreetingMediaForbidden) IsServerError() bool
IsServerError returns true when this get greeting media forbidden response has a 5xx status code
func (*GetGreetingMediaForbidden) IsSuccess ¶
func (o *GetGreetingMediaForbidden) IsSuccess() bool
IsSuccess returns true when this get greeting media forbidden response has a 2xx status code
func (*GetGreetingMediaForbidden) String ¶
func (o *GetGreetingMediaForbidden) String() string
type GetGreetingMediaGatewayTimeout ¶
GetGreetingMediaGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetGreetingMediaGatewayTimeout ¶
func NewGetGreetingMediaGatewayTimeout() *GetGreetingMediaGatewayTimeout
NewGetGreetingMediaGatewayTimeout creates a GetGreetingMediaGatewayTimeout with default headers values
func (*GetGreetingMediaGatewayTimeout) Error ¶
func (o *GetGreetingMediaGatewayTimeout) Error() string
func (*GetGreetingMediaGatewayTimeout) GetPayload ¶
func (o *GetGreetingMediaGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingMediaGatewayTimeout) IsClientError ¶
func (o *GetGreetingMediaGatewayTimeout) IsClientError() bool
IsClientError returns true when this get greeting media gateway timeout response has a 4xx status code
func (*GetGreetingMediaGatewayTimeout) IsCode ¶
func (o *GetGreetingMediaGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get greeting media gateway timeout response a status code equal to that given
func (*GetGreetingMediaGatewayTimeout) IsRedirect ¶
func (o *GetGreetingMediaGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get greeting media gateway timeout response has a 3xx status code
func (*GetGreetingMediaGatewayTimeout) IsServerError ¶
func (o *GetGreetingMediaGatewayTimeout) IsServerError() bool
IsServerError returns true when this get greeting media gateway timeout response has a 5xx status code
func (*GetGreetingMediaGatewayTimeout) IsSuccess ¶
func (o *GetGreetingMediaGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get greeting media gateway timeout response has a 2xx status code
func (*GetGreetingMediaGatewayTimeout) String ¶
func (o *GetGreetingMediaGatewayTimeout) String() string
type GetGreetingMediaInternalServerError ¶
GetGreetingMediaInternalServerError 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 NewGetGreetingMediaInternalServerError ¶
func NewGetGreetingMediaInternalServerError() *GetGreetingMediaInternalServerError
NewGetGreetingMediaInternalServerError creates a GetGreetingMediaInternalServerError with default headers values
func (*GetGreetingMediaInternalServerError) Error ¶
func (o *GetGreetingMediaInternalServerError) Error() string
func (*GetGreetingMediaInternalServerError) GetPayload ¶
func (o *GetGreetingMediaInternalServerError) GetPayload() *models.ErrorBody
func (*GetGreetingMediaInternalServerError) IsClientError ¶
func (o *GetGreetingMediaInternalServerError) IsClientError() bool
IsClientError returns true when this get greeting media internal server error response has a 4xx status code
func (*GetGreetingMediaInternalServerError) IsCode ¶
func (o *GetGreetingMediaInternalServerError) IsCode(code int) bool
IsCode returns true when this get greeting media internal server error response a status code equal to that given
func (*GetGreetingMediaInternalServerError) IsRedirect ¶
func (o *GetGreetingMediaInternalServerError) IsRedirect() bool
IsRedirect returns true when this get greeting media internal server error response has a 3xx status code
func (*GetGreetingMediaInternalServerError) IsServerError ¶
func (o *GetGreetingMediaInternalServerError) IsServerError() bool
IsServerError returns true when this get greeting media internal server error response has a 5xx status code
func (*GetGreetingMediaInternalServerError) IsSuccess ¶
func (o *GetGreetingMediaInternalServerError) IsSuccess() bool
IsSuccess returns true when this get greeting media internal server error response has a 2xx status code
func (*GetGreetingMediaInternalServerError) String ¶
func (o *GetGreetingMediaInternalServerError) String() string
type GetGreetingMediaNotFound ¶
GetGreetingMediaNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetGreetingMediaNotFound ¶
func NewGetGreetingMediaNotFound() *GetGreetingMediaNotFound
NewGetGreetingMediaNotFound creates a GetGreetingMediaNotFound with default headers values
func (*GetGreetingMediaNotFound) Error ¶
func (o *GetGreetingMediaNotFound) Error() string
func (*GetGreetingMediaNotFound) GetPayload ¶
func (o *GetGreetingMediaNotFound) GetPayload() *models.ErrorBody
func (*GetGreetingMediaNotFound) IsClientError ¶
func (o *GetGreetingMediaNotFound) IsClientError() bool
IsClientError returns true when this get greeting media not found response has a 4xx status code
func (*GetGreetingMediaNotFound) IsCode ¶
func (o *GetGreetingMediaNotFound) IsCode(code int) bool
IsCode returns true when this get greeting media not found response a status code equal to that given
func (*GetGreetingMediaNotFound) IsRedirect ¶
func (o *GetGreetingMediaNotFound) IsRedirect() bool
IsRedirect returns true when this get greeting media not found response has a 3xx status code
func (*GetGreetingMediaNotFound) IsServerError ¶
func (o *GetGreetingMediaNotFound) IsServerError() bool
IsServerError returns true when this get greeting media not found response has a 5xx status code
func (*GetGreetingMediaNotFound) IsSuccess ¶
func (o *GetGreetingMediaNotFound) IsSuccess() bool
IsSuccess returns true when this get greeting media not found response has a 2xx status code
func (*GetGreetingMediaNotFound) String ¶
func (o *GetGreetingMediaNotFound) String() string
type GetGreetingMediaOK ¶
type GetGreetingMediaOK struct {
Payload *models.GreetingMediaInfo
}
GetGreetingMediaOK describes a response with status code 200, with default header values.
successful operation
func NewGetGreetingMediaOK ¶
func NewGetGreetingMediaOK() *GetGreetingMediaOK
NewGetGreetingMediaOK creates a GetGreetingMediaOK with default headers values
func (*GetGreetingMediaOK) Error ¶
func (o *GetGreetingMediaOK) Error() string
func (*GetGreetingMediaOK) GetPayload ¶
func (o *GetGreetingMediaOK) GetPayload() *models.GreetingMediaInfo
func (*GetGreetingMediaOK) IsClientError ¶
func (o *GetGreetingMediaOK) IsClientError() bool
IsClientError returns true when this get greeting media o k response has a 4xx status code
func (*GetGreetingMediaOK) IsCode ¶
func (o *GetGreetingMediaOK) IsCode(code int) bool
IsCode returns true when this get greeting media o k response a status code equal to that given
func (*GetGreetingMediaOK) IsRedirect ¶
func (o *GetGreetingMediaOK) IsRedirect() bool
IsRedirect returns true when this get greeting media o k response has a 3xx status code
func (*GetGreetingMediaOK) IsServerError ¶
func (o *GetGreetingMediaOK) IsServerError() bool
IsServerError returns true when this get greeting media o k response has a 5xx status code
func (*GetGreetingMediaOK) IsSuccess ¶
func (o *GetGreetingMediaOK) IsSuccess() bool
IsSuccess returns true when this get greeting media o k response has a 2xx status code
func (*GetGreetingMediaOK) String ¶
func (o *GetGreetingMediaOK) String() string
type GetGreetingMediaParams ¶
type GetGreetingMediaParams struct {
/* FormatID.
The desired media format.
Default: "WAV"
*/
FormatID *string
/* GreetingID.
Greeting ID
*/
GreetingID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetGreetingMediaParams contains all the parameters to send to the API endpoint
for the get greeting media operation. Typically these are written to a http.Request.
func NewGetGreetingMediaParams ¶
func NewGetGreetingMediaParams() *GetGreetingMediaParams
NewGetGreetingMediaParams creates a new GetGreetingMediaParams 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 NewGetGreetingMediaParamsWithContext ¶
func NewGetGreetingMediaParamsWithContext(ctx context.Context) *GetGreetingMediaParams
NewGetGreetingMediaParamsWithContext creates a new GetGreetingMediaParams object with the ability to set a context for a request.
func NewGetGreetingMediaParamsWithHTTPClient ¶
func NewGetGreetingMediaParamsWithHTTPClient(client *http.Client) *GetGreetingMediaParams
NewGetGreetingMediaParamsWithHTTPClient creates a new GetGreetingMediaParams object with the ability to set a custom HTTPClient for a request.
func NewGetGreetingMediaParamsWithTimeout ¶
func NewGetGreetingMediaParamsWithTimeout(timeout time.Duration) *GetGreetingMediaParams
NewGetGreetingMediaParamsWithTimeout creates a new GetGreetingMediaParams object with the ability to set a timeout on a request.
func (*GetGreetingMediaParams) SetContext ¶
func (o *GetGreetingMediaParams) SetContext(ctx context.Context)
SetContext adds the context to the get greeting media params
func (*GetGreetingMediaParams) SetDefaults ¶
func (o *GetGreetingMediaParams) SetDefaults()
SetDefaults hydrates default values in the get greeting media params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingMediaParams) SetFormatID ¶
func (o *GetGreetingMediaParams) SetFormatID(formatID *string)
SetFormatID adds the formatId to the get greeting media params
func (*GetGreetingMediaParams) SetGreetingID ¶
func (o *GetGreetingMediaParams) SetGreetingID(greetingID string)
SetGreetingID adds the greetingId to the get greeting media params
func (*GetGreetingMediaParams) SetHTTPClient ¶
func (o *GetGreetingMediaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get greeting media params
func (*GetGreetingMediaParams) SetTimeout ¶
func (o *GetGreetingMediaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get greeting media params
func (*GetGreetingMediaParams) WithContext ¶
func (o *GetGreetingMediaParams) WithContext(ctx context.Context) *GetGreetingMediaParams
WithContext adds the context to the get greeting media params
func (*GetGreetingMediaParams) WithDefaults ¶
func (o *GetGreetingMediaParams) WithDefaults() *GetGreetingMediaParams
WithDefaults hydrates default values in the get greeting media params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingMediaParams) WithFormatID ¶
func (o *GetGreetingMediaParams) WithFormatID(formatID *string) *GetGreetingMediaParams
WithFormatID adds the formatID to the get greeting media params
func (*GetGreetingMediaParams) WithGreetingID ¶
func (o *GetGreetingMediaParams) WithGreetingID(greetingID string) *GetGreetingMediaParams
WithGreetingID adds the greetingID to the get greeting media params
func (*GetGreetingMediaParams) WithHTTPClient ¶
func (o *GetGreetingMediaParams) WithHTTPClient(client *http.Client) *GetGreetingMediaParams
WithHTTPClient adds the HTTPClient to the get greeting media params
func (*GetGreetingMediaParams) WithTimeout ¶
func (o *GetGreetingMediaParams) WithTimeout(timeout time.Duration) *GetGreetingMediaParams
WithTimeout adds the timeout to the get greeting media params
func (*GetGreetingMediaParams) WriteToRequest ¶
func (o *GetGreetingMediaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGreetingMediaReader ¶
type GetGreetingMediaReader struct {
// contains filtered or unexported fields
}
GetGreetingMediaReader is a Reader for the GetGreetingMedia structure.
func (*GetGreetingMediaReader) ReadResponse ¶
func (o *GetGreetingMediaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGreetingMediaRequestEntityTooLarge ¶
GetGreetingMediaRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetGreetingMediaRequestEntityTooLarge ¶
func NewGetGreetingMediaRequestEntityTooLarge() *GetGreetingMediaRequestEntityTooLarge
NewGetGreetingMediaRequestEntityTooLarge creates a GetGreetingMediaRequestEntityTooLarge with default headers values
func (*GetGreetingMediaRequestEntityTooLarge) Error ¶
func (o *GetGreetingMediaRequestEntityTooLarge) Error() string
func (*GetGreetingMediaRequestEntityTooLarge) GetPayload ¶
func (o *GetGreetingMediaRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetGreetingMediaRequestEntityTooLarge) IsClientError ¶
func (o *GetGreetingMediaRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get greeting media request entity too large response has a 4xx status code
func (*GetGreetingMediaRequestEntityTooLarge) IsCode ¶
func (o *GetGreetingMediaRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get greeting media request entity too large response a status code equal to that given
func (*GetGreetingMediaRequestEntityTooLarge) IsRedirect ¶
func (o *GetGreetingMediaRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get greeting media request entity too large response has a 3xx status code
func (*GetGreetingMediaRequestEntityTooLarge) IsServerError ¶
func (o *GetGreetingMediaRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get greeting media request entity too large response has a 5xx status code
func (*GetGreetingMediaRequestEntityTooLarge) IsSuccess ¶
func (o *GetGreetingMediaRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get greeting media request entity too large response has a 2xx status code
func (*GetGreetingMediaRequestEntityTooLarge) String ¶
func (o *GetGreetingMediaRequestEntityTooLarge) String() string
type GetGreetingMediaRequestTimeout ¶
GetGreetingMediaRequestTimeout 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 NewGetGreetingMediaRequestTimeout ¶
func NewGetGreetingMediaRequestTimeout() *GetGreetingMediaRequestTimeout
NewGetGreetingMediaRequestTimeout creates a GetGreetingMediaRequestTimeout with default headers values
func (*GetGreetingMediaRequestTimeout) Error ¶
func (o *GetGreetingMediaRequestTimeout) Error() string
func (*GetGreetingMediaRequestTimeout) GetPayload ¶
func (o *GetGreetingMediaRequestTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingMediaRequestTimeout) IsClientError ¶
func (o *GetGreetingMediaRequestTimeout) IsClientError() bool
IsClientError returns true when this get greeting media request timeout response has a 4xx status code
func (*GetGreetingMediaRequestTimeout) IsCode ¶
func (o *GetGreetingMediaRequestTimeout) IsCode(code int) bool
IsCode returns true when this get greeting media request timeout response a status code equal to that given
func (*GetGreetingMediaRequestTimeout) IsRedirect ¶
func (o *GetGreetingMediaRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get greeting media request timeout response has a 3xx status code
func (*GetGreetingMediaRequestTimeout) IsServerError ¶
func (o *GetGreetingMediaRequestTimeout) IsServerError() bool
IsServerError returns true when this get greeting media request timeout response has a 5xx status code
func (*GetGreetingMediaRequestTimeout) IsSuccess ¶
func (o *GetGreetingMediaRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get greeting media request timeout response has a 2xx status code
func (*GetGreetingMediaRequestTimeout) String ¶
func (o *GetGreetingMediaRequestTimeout) String() string
type GetGreetingMediaServiceUnavailable ¶
type GetGreetingMediaServiceUnavailable struct {
}
GetGreetingMediaServiceUnavailable 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 NewGetGreetingMediaServiceUnavailable ¶
func NewGetGreetingMediaServiceUnavailable() *GetGreetingMediaServiceUnavailable
NewGetGreetingMediaServiceUnavailable creates a GetGreetingMediaServiceUnavailable with default headers values
func (*GetGreetingMediaServiceUnavailable) Error ¶
func (o *GetGreetingMediaServiceUnavailable) Error() string
func (*GetGreetingMediaServiceUnavailable) GetPayload ¶
func (o *GetGreetingMediaServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetGreetingMediaServiceUnavailable) IsClientError ¶
func (o *GetGreetingMediaServiceUnavailable) IsClientError() bool
IsClientError returns true when this get greeting media service unavailable response has a 4xx status code
func (*GetGreetingMediaServiceUnavailable) IsCode ¶
func (o *GetGreetingMediaServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get greeting media service unavailable response a status code equal to that given
func (*GetGreetingMediaServiceUnavailable) IsRedirect ¶
func (o *GetGreetingMediaServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get greeting media service unavailable response has a 3xx status code
func (*GetGreetingMediaServiceUnavailable) IsServerError ¶
func (o *GetGreetingMediaServiceUnavailable) IsServerError() bool
IsServerError returns true when this get greeting media service unavailable response has a 5xx status code
func (*GetGreetingMediaServiceUnavailable) IsSuccess ¶
func (o *GetGreetingMediaServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get greeting media service unavailable response has a 2xx status code
func (*GetGreetingMediaServiceUnavailable) String ¶
func (o *GetGreetingMediaServiceUnavailable) String() string
type GetGreetingMediaTooManyRequests ¶
GetGreetingMediaTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetGreetingMediaTooManyRequests ¶
func NewGetGreetingMediaTooManyRequests() *GetGreetingMediaTooManyRequests
NewGetGreetingMediaTooManyRequests creates a GetGreetingMediaTooManyRequests with default headers values
func (*GetGreetingMediaTooManyRequests) Error ¶
func (o *GetGreetingMediaTooManyRequests) Error() string
func (*GetGreetingMediaTooManyRequests) GetPayload ¶
func (o *GetGreetingMediaTooManyRequests) GetPayload() *models.ErrorBody
func (*GetGreetingMediaTooManyRequests) IsClientError ¶
func (o *GetGreetingMediaTooManyRequests) IsClientError() bool
IsClientError returns true when this get greeting media too many requests response has a 4xx status code
func (*GetGreetingMediaTooManyRequests) IsCode ¶
func (o *GetGreetingMediaTooManyRequests) IsCode(code int) bool
IsCode returns true when this get greeting media too many requests response a status code equal to that given
func (*GetGreetingMediaTooManyRequests) IsRedirect ¶
func (o *GetGreetingMediaTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get greeting media too many requests response has a 3xx status code
func (*GetGreetingMediaTooManyRequests) IsServerError ¶
func (o *GetGreetingMediaTooManyRequests) IsServerError() bool
IsServerError returns true when this get greeting media too many requests response has a 5xx status code
func (*GetGreetingMediaTooManyRequests) IsSuccess ¶
func (o *GetGreetingMediaTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get greeting media too many requests response has a 2xx status code
func (*GetGreetingMediaTooManyRequests) String ¶
func (o *GetGreetingMediaTooManyRequests) String() string
type GetGreetingMediaUnauthorized ¶
type GetGreetingMediaUnauthorized struct {
}
GetGreetingMediaUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetGreetingMediaUnauthorized ¶
func NewGetGreetingMediaUnauthorized() *GetGreetingMediaUnauthorized
NewGetGreetingMediaUnauthorized creates a GetGreetingMediaUnauthorized with default headers values
func (*GetGreetingMediaUnauthorized) Error ¶
func (o *GetGreetingMediaUnauthorized) Error() string
func (*GetGreetingMediaUnauthorized) GetPayload ¶
func (o *GetGreetingMediaUnauthorized) GetPayload() *models.ErrorBody
func (*GetGreetingMediaUnauthorized) IsClientError ¶
func (o *GetGreetingMediaUnauthorized) IsClientError() bool
IsClientError returns true when this get greeting media unauthorized response has a 4xx status code
func (*GetGreetingMediaUnauthorized) IsCode ¶
func (o *GetGreetingMediaUnauthorized) IsCode(code int) bool
IsCode returns true when this get greeting media unauthorized response a status code equal to that given
func (*GetGreetingMediaUnauthorized) IsRedirect ¶
func (o *GetGreetingMediaUnauthorized) IsRedirect() bool
IsRedirect returns true when this get greeting media unauthorized response has a 3xx status code
func (*GetGreetingMediaUnauthorized) IsServerError ¶
func (o *GetGreetingMediaUnauthorized) IsServerError() bool
IsServerError returns true when this get greeting media unauthorized response has a 5xx status code
func (*GetGreetingMediaUnauthorized) IsSuccess ¶
func (o *GetGreetingMediaUnauthorized) IsSuccess() bool
IsSuccess returns true when this get greeting media unauthorized response has a 2xx status code
func (*GetGreetingMediaUnauthorized) String ¶
func (o *GetGreetingMediaUnauthorized) String() string
type GetGreetingMediaUnsupportedMediaType ¶
GetGreetingMediaUnsupportedMediaType 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 NewGetGreetingMediaUnsupportedMediaType ¶
func NewGetGreetingMediaUnsupportedMediaType() *GetGreetingMediaUnsupportedMediaType
NewGetGreetingMediaUnsupportedMediaType creates a GetGreetingMediaUnsupportedMediaType with default headers values
func (*GetGreetingMediaUnsupportedMediaType) Error ¶
func (o *GetGreetingMediaUnsupportedMediaType) Error() string
func (*GetGreetingMediaUnsupportedMediaType) GetPayload ¶
func (o *GetGreetingMediaUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetGreetingMediaUnsupportedMediaType) IsClientError ¶
func (o *GetGreetingMediaUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get greeting media unsupported media type response has a 4xx status code
func (*GetGreetingMediaUnsupportedMediaType) IsCode ¶
func (o *GetGreetingMediaUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get greeting media unsupported media type response a status code equal to that given
func (*GetGreetingMediaUnsupportedMediaType) IsRedirect ¶
func (o *GetGreetingMediaUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get greeting media unsupported media type response has a 3xx status code
func (*GetGreetingMediaUnsupportedMediaType) IsServerError ¶
func (o *GetGreetingMediaUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get greeting media unsupported media type response has a 5xx status code
func (*GetGreetingMediaUnsupportedMediaType) IsSuccess ¶
func (o *GetGreetingMediaUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get greeting media unsupported media type response has a 2xx status code
func (*GetGreetingMediaUnsupportedMediaType) String ¶
func (o *GetGreetingMediaUnsupportedMediaType) String() string
type GetGreetingNotFound ¶
GetGreetingNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetGreetingNotFound ¶
func NewGetGreetingNotFound() *GetGreetingNotFound
NewGetGreetingNotFound creates a GetGreetingNotFound with default headers values
func (*GetGreetingNotFound) Error ¶
func (o *GetGreetingNotFound) Error() string
func (*GetGreetingNotFound) GetPayload ¶
func (o *GetGreetingNotFound) GetPayload() *models.ErrorBody
func (*GetGreetingNotFound) IsClientError ¶
func (o *GetGreetingNotFound) IsClientError() bool
IsClientError returns true when this get greeting not found response has a 4xx status code
func (*GetGreetingNotFound) IsCode ¶
func (o *GetGreetingNotFound) IsCode(code int) bool
IsCode returns true when this get greeting not found response a status code equal to that given
func (*GetGreetingNotFound) IsRedirect ¶
func (o *GetGreetingNotFound) IsRedirect() bool
IsRedirect returns true when this get greeting not found response has a 3xx status code
func (*GetGreetingNotFound) IsServerError ¶
func (o *GetGreetingNotFound) IsServerError() bool
IsServerError returns true when this get greeting not found response has a 5xx status code
func (*GetGreetingNotFound) IsSuccess ¶
func (o *GetGreetingNotFound) IsSuccess() bool
IsSuccess returns true when this get greeting not found response has a 2xx status code
func (*GetGreetingNotFound) String ¶
func (o *GetGreetingNotFound) String() string
type GetGreetingOK ¶
GetGreetingOK describes a response with status code 200, with default header values.
successful operation
func NewGetGreetingOK ¶
func NewGetGreetingOK() *GetGreetingOK
NewGetGreetingOK creates a GetGreetingOK with default headers values
func (*GetGreetingOK) Error ¶
func (o *GetGreetingOK) Error() string
func (*GetGreetingOK) GetPayload ¶
func (o *GetGreetingOK) GetPayload() *models.Greeting
func (*GetGreetingOK) IsClientError ¶
func (o *GetGreetingOK) IsClientError() bool
IsClientError returns true when this get greeting o k response has a 4xx status code
func (*GetGreetingOK) IsCode ¶
func (o *GetGreetingOK) IsCode(code int) bool
IsCode returns true when this get greeting o k response a status code equal to that given
func (*GetGreetingOK) IsRedirect ¶
func (o *GetGreetingOK) IsRedirect() bool
IsRedirect returns true when this get greeting o k response has a 3xx status code
func (*GetGreetingOK) IsServerError ¶
func (o *GetGreetingOK) IsServerError() bool
IsServerError returns true when this get greeting o k response has a 5xx status code
func (*GetGreetingOK) IsSuccess ¶
func (o *GetGreetingOK) IsSuccess() bool
IsSuccess returns true when this get greeting o k response has a 2xx status code
func (*GetGreetingOK) String ¶
func (o *GetGreetingOK) String() string
type GetGreetingParams ¶
type GetGreetingParams struct {
/* GreetingID.
Greeting ID
*/
GreetingID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetGreetingParams contains all the parameters to send to the API endpoint
for the get greeting operation. Typically these are written to a http.Request.
func NewGetGreetingParams ¶
func NewGetGreetingParams() *GetGreetingParams
NewGetGreetingParams creates a new GetGreetingParams 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 NewGetGreetingParamsWithContext ¶
func NewGetGreetingParamsWithContext(ctx context.Context) *GetGreetingParams
NewGetGreetingParamsWithContext creates a new GetGreetingParams object with the ability to set a context for a request.
func NewGetGreetingParamsWithHTTPClient ¶
func NewGetGreetingParamsWithHTTPClient(client *http.Client) *GetGreetingParams
NewGetGreetingParamsWithHTTPClient creates a new GetGreetingParams object with the ability to set a custom HTTPClient for a request.
func NewGetGreetingParamsWithTimeout ¶
func NewGetGreetingParamsWithTimeout(timeout time.Duration) *GetGreetingParams
NewGetGreetingParamsWithTimeout creates a new GetGreetingParams object with the ability to set a timeout on a request.
func (*GetGreetingParams) SetContext ¶
func (o *GetGreetingParams) SetContext(ctx context.Context)
SetContext adds the context to the get greeting params
func (*GetGreetingParams) SetDefaults ¶
func (o *GetGreetingParams) SetDefaults()
SetDefaults hydrates default values in the get greeting params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingParams) SetGreetingID ¶
func (o *GetGreetingParams) SetGreetingID(greetingID string)
SetGreetingID adds the greetingId to the get greeting params
func (*GetGreetingParams) SetHTTPClient ¶
func (o *GetGreetingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get greeting params
func (*GetGreetingParams) SetTimeout ¶
func (o *GetGreetingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get greeting params
func (*GetGreetingParams) WithContext ¶
func (o *GetGreetingParams) WithContext(ctx context.Context) *GetGreetingParams
WithContext adds the context to the get greeting params
func (*GetGreetingParams) WithDefaults ¶
func (o *GetGreetingParams) WithDefaults() *GetGreetingParams
WithDefaults hydrates default values in the get greeting params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingParams) WithGreetingID ¶
func (o *GetGreetingParams) WithGreetingID(greetingID string) *GetGreetingParams
WithGreetingID adds the greetingID to the get greeting params
func (*GetGreetingParams) WithHTTPClient ¶
func (o *GetGreetingParams) WithHTTPClient(client *http.Client) *GetGreetingParams
WithHTTPClient adds the HTTPClient to the get greeting params
func (*GetGreetingParams) WithTimeout ¶
func (o *GetGreetingParams) WithTimeout(timeout time.Duration) *GetGreetingParams
WithTimeout adds the timeout to the get greeting params
func (*GetGreetingParams) WriteToRequest ¶
func (o *GetGreetingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGreetingReader ¶
type GetGreetingReader struct {
// contains filtered or unexported fields
}
GetGreetingReader is a Reader for the GetGreeting structure.
func (*GetGreetingReader) ReadResponse ¶
func (o *GetGreetingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGreetingRequestEntityTooLarge ¶
GetGreetingRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetGreetingRequestEntityTooLarge ¶
func NewGetGreetingRequestEntityTooLarge() *GetGreetingRequestEntityTooLarge
NewGetGreetingRequestEntityTooLarge creates a GetGreetingRequestEntityTooLarge with default headers values
func (*GetGreetingRequestEntityTooLarge) Error ¶
func (o *GetGreetingRequestEntityTooLarge) Error() string
func (*GetGreetingRequestEntityTooLarge) GetPayload ¶
func (o *GetGreetingRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetGreetingRequestEntityTooLarge) IsClientError ¶
func (o *GetGreetingRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get greeting request entity too large response has a 4xx status code
func (*GetGreetingRequestEntityTooLarge) IsCode ¶
func (o *GetGreetingRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get greeting request entity too large response a status code equal to that given
func (*GetGreetingRequestEntityTooLarge) IsRedirect ¶
func (o *GetGreetingRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get greeting request entity too large response has a 3xx status code
func (*GetGreetingRequestEntityTooLarge) IsServerError ¶
func (o *GetGreetingRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get greeting request entity too large response has a 5xx status code
func (*GetGreetingRequestEntityTooLarge) IsSuccess ¶
func (o *GetGreetingRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get greeting request entity too large response has a 2xx status code
func (*GetGreetingRequestEntityTooLarge) String ¶
func (o *GetGreetingRequestEntityTooLarge) String() string
type GetGreetingRequestTimeout ¶
GetGreetingRequestTimeout 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 NewGetGreetingRequestTimeout ¶
func NewGetGreetingRequestTimeout() *GetGreetingRequestTimeout
NewGetGreetingRequestTimeout creates a GetGreetingRequestTimeout with default headers values
func (*GetGreetingRequestTimeout) Error ¶
func (o *GetGreetingRequestTimeout) Error() string
func (*GetGreetingRequestTimeout) GetPayload ¶
func (o *GetGreetingRequestTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingRequestTimeout) IsClientError ¶
func (o *GetGreetingRequestTimeout) IsClientError() bool
IsClientError returns true when this get greeting request timeout response has a 4xx status code
func (*GetGreetingRequestTimeout) IsCode ¶
func (o *GetGreetingRequestTimeout) IsCode(code int) bool
IsCode returns true when this get greeting request timeout response a status code equal to that given
func (*GetGreetingRequestTimeout) IsRedirect ¶
func (o *GetGreetingRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get greeting request timeout response has a 3xx status code
func (*GetGreetingRequestTimeout) IsServerError ¶
func (o *GetGreetingRequestTimeout) IsServerError() bool
IsServerError returns true when this get greeting request timeout response has a 5xx status code
func (*GetGreetingRequestTimeout) IsSuccess ¶
func (o *GetGreetingRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get greeting request timeout response has a 2xx status code
func (*GetGreetingRequestTimeout) String ¶
func (o *GetGreetingRequestTimeout) String() string
type GetGreetingServiceUnavailable ¶
type GetGreetingServiceUnavailable struct {
}
GetGreetingServiceUnavailable 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 NewGetGreetingServiceUnavailable ¶
func NewGetGreetingServiceUnavailable() *GetGreetingServiceUnavailable
NewGetGreetingServiceUnavailable creates a GetGreetingServiceUnavailable with default headers values
func (*GetGreetingServiceUnavailable) Error ¶
func (o *GetGreetingServiceUnavailable) Error() string
func (*GetGreetingServiceUnavailable) GetPayload ¶
func (o *GetGreetingServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetGreetingServiceUnavailable) IsClientError ¶
func (o *GetGreetingServiceUnavailable) IsClientError() bool
IsClientError returns true when this get greeting service unavailable response has a 4xx status code
func (*GetGreetingServiceUnavailable) IsCode ¶
func (o *GetGreetingServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get greeting service unavailable response a status code equal to that given
func (*GetGreetingServiceUnavailable) IsRedirect ¶
func (o *GetGreetingServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get greeting service unavailable response has a 3xx status code
func (*GetGreetingServiceUnavailable) IsServerError ¶
func (o *GetGreetingServiceUnavailable) IsServerError() bool
IsServerError returns true when this get greeting service unavailable response has a 5xx status code
func (*GetGreetingServiceUnavailable) IsSuccess ¶
func (o *GetGreetingServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get greeting service unavailable response has a 2xx status code
func (*GetGreetingServiceUnavailable) String ¶
func (o *GetGreetingServiceUnavailable) String() string
type GetGreetingTooManyRequests ¶
GetGreetingTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetGreetingTooManyRequests ¶
func NewGetGreetingTooManyRequests() *GetGreetingTooManyRequests
NewGetGreetingTooManyRequests creates a GetGreetingTooManyRequests with default headers values
func (*GetGreetingTooManyRequests) Error ¶
func (o *GetGreetingTooManyRequests) Error() string
func (*GetGreetingTooManyRequests) GetPayload ¶
func (o *GetGreetingTooManyRequests) GetPayload() *models.ErrorBody
func (*GetGreetingTooManyRequests) IsClientError ¶
func (o *GetGreetingTooManyRequests) IsClientError() bool
IsClientError returns true when this get greeting too many requests response has a 4xx status code
func (*GetGreetingTooManyRequests) IsCode ¶
func (o *GetGreetingTooManyRequests) IsCode(code int) bool
IsCode returns true when this get greeting too many requests response a status code equal to that given
func (*GetGreetingTooManyRequests) IsRedirect ¶
func (o *GetGreetingTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get greeting too many requests response has a 3xx status code
func (*GetGreetingTooManyRequests) IsServerError ¶
func (o *GetGreetingTooManyRequests) IsServerError() bool
IsServerError returns true when this get greeting too many requests response has a 5xx status code
func (*GetGreetingTooManyRequests) IsSuccess ¶
func (o *GetGreetingTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get greeting too many requests response has a 2xx status code
func (*GetGreetingTooManyRequests) String ¶
func (o *GetGreetingTooManyRequests) String() string
type GetGreetingUnauthorized ¶
type GetGreetingUnauthorized struct {
}
GetGreetingUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetGreetingUnauthorized ¶
func NewGetGreetingUnauthorized() *GetGreetingUnauthorized
NewGetGreetingUnauthorized creates a GetGreetingUnauthorized with default headers values
func (*GetGreetingUnauthorized) Error ¶
func (o *GetGreetingUnauthorized) Error() string
func (*GetGreetingUnauthorized) GetPayload ¶
func (o *GetGreetingUnauthorized) GetPayload() *models.ErrorBody
func (*GetGreetingUnauthorized) IsClientError ¶
func (o *GetGreetingUnauthorized) IsClientError() bool
IsClientError returns true when this get greeting unauthorized response has a 4xx status code
func (*GetGreetingUnauthorized) IsCode ¶
func (o *GetGreetingUnauthorized) IsCode(code int) bool
IsCode returns true when this get greeting unauthorized response a status code equal to that given
func (*GetGreetingUnauthorized) IsRedirect ¶
func (o *GetGreetingUnauthorized) IsRedirect() bool
IsRedirect returns true when this get greeting unauthorized response has a 3xx status code
func (*GetGreetingUnauthorized) IsServerError ¶
func (o *GetGreetingUnauthorized) IsServerError() bool
IsServerError returns true when this get greeting unauthorized response has a 5xx status code
func (*GetGreetingUnauthorized) IsSuccess ¶
func (o *GetGreetingUnauthorized) IsSuccess() bool
IsSuccess returns true when this get greeting unauthorized response has a 2xx status code
func (*GetGreetingUnauthorized) String ¶
func (o *GetGreetingUnauthorized) String() string
type GetGreetingUnsupportedMediaType ¶
GetGreetingUnsupportedMediaType 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 NewGetGreetingUnsupportedMediaType ¶
func NewGetGreetingUnsupportedMediaType() *GetGreetingUnsupportedMediaType
NewGetGreetingUnsupportedMediaType creates a GetGreetingUnsupportedMediaType with default headers values
func (*GetGreetingUnsupportedMediaType) Error ¶
func (o *GetGreetingUnsupportedMediaType) Error() string
func (*GetGreetingUnsupportedMediaType) GetPayload ¶
func (o *GetGreetingUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetGreetingUnsupportedMediaType) IsClientError ¶
func (o *GetGreetingUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get greeting unsupported media type response has a 4xx status code
func (*GetGreetingUnsupportedMediaType) IsCode ¶
func (o *GetGreetingUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get greeting unsupported media type response a status code equal to that given
func (*GetGreetingUnsupportedMediaType) IsRedirect ¶
func (o *GetGreetingUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get greeting unsupported media type response has a 3xx status code
func (*GetGreetingUnsupportedMediaType) IsServerError ¶
func (o *GetGreetingUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get greeting unsupported media type response has a 5xx status code
func (*GetGreetingUnsupportedMediaType) IsSuccess ¶
func (o *GetGreetingUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get greeting unsupported media type response has a 2xx status code
func (*GetGreetingUnsupportedMediaType) String ¶
func (o *GetGreetingUnsupportedMediaType) String() string
type GetGreetingsBadRequest ¶
GetGreetingsBadRequest 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 NewGetGreetingsBadRequest ¶
func NewGetGreetingsBadRequest() *GetGreetingsBadRequest
NewGetGreetingsBadRequest creates a GetGreetingsBadRequest with default headers values
func (*GetGreetingsBadRequest) Error ¶
func (o *GetGreetingsBadRequest) Error() string
func (*GetGreetingsBadRequest) GetPayload ¶
func (o *GetGreetingsBadRequest) GetPayload() *models.ErrorBody
func (*GetGreetingsBadRequest) IsClientError ¶
func (o *GetGreetingsBadRequest) IsClientError() bool
IsClientError returns true when this get greetings bad request response has a 4xx status code
func (*GetGreetingsBadRequest) IsCode ¶
func (o *GetGreetingsBadRequest) IsCode(code int) bool
IsCode returns true when this get greetings bad request response a status code equal to that given
func (*GetGreetingsBadRequest) IsRedirect ¶
func (o *GetGreetingsBadRequest) IsRedirect() bool
IsRedirect returns true when this get greetings bad request response has a 3xx status code
func (*GetGreetingsBadRequest) IsServerError ¶
func (o *GetGreetingsBadRequest) IsServerError() bool
IsServerError returns true when this get greetings bad request response has a 5xx status code
func (*GetGreetingsBadRequest) IsSuccess ¶
func (o *GetGreetingsBadRequest) IsSuccess() bool
IsSuccess returns true when this get greetings bad request response has a 2xx status code
func (*GetGreetingsBadRequest) String ¶
func (o *GetGreetingsBadRequest) String() string
type GetGreetingsDefaultsBadRequest ¶
GetGreetingsDefaultsBadRequest 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 NewGetGreetingsDefaultsBadRequest ¶
func NewGetGreetingsDefaultsBadRequest() *GetGreetingsDefaultsBadRequest
NewGetGreetingsDefaultsBadRequest creates a GetGreetingsDefaultsBadRequest with default headers values
func (*GetGreetingsDefaultsBadRequest) Error ¶
func (o *GetGreetingsDefaultsBadRequest) Error() string
func (*GetGreetingsDefaultsBadRequest) GetPayload ¶
func (o *GetGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsBadRequest) IsClientError ¶
func (o *GetGreetingsDefaultsBadRequest) IsClientError() bool
IsClientError returns true when this get greetings defaults bad request response has a 4xx status code
func (*GetGreetingsDefaultsBadRequest) IsCode ¶
func (o *GetGreetingsDefaultsBadRequest) IsCode(code int) bool
IsCode returns true when this get greetings defaults bad request response a status code equal to that given
func (*GetGreetingsDefaultsBadRequest) IsRedirect ¶
func (o *GetGreetingsDefaultsBadRequest) IsRedirect() bool
IsRedirect returns true when this get greetings defaults bad request response has a 3xx status code
func (*GetGreetingsDefaultsBadRequest) IsServerError ¶
func (o *GetGreetingsDefaultsBadRequest) IsServerError() bool
IsServerError returns true when this get greetings defaults bad request response has a 5xx status code
func (*GetGreetingsDefaultsBadRequest) IsSuccess ¶
func (o *GetGreetingsDefaultsBadRequest) IsSuccess() bool
IsSuccess returns true when this get greetings defaults bad request response has a 2xx status code
func (*GetGreetingsDefaultsBadRequest) String ¶
func (o *GetGreetingsDefaultsBadRequest) String() string
type GetGreetingsDefaultsForbidden ¶
GetGreetingsDefaultsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetGreetingsDefaultsForbidden ¶
func NewGetGreetingsDefaultsForbidden() *GetGreetingsDefaultsForbidden
NewGetGreetingsDefaultsForbidden creates a GetGreetingsDefaultsForbidden with default headers values
func (*GetGreetingsDefaultsForbidden) Error ¶
func (o *GetGreetingsDefaultsForbidden) Error() string
func (*GetGreetingsDefaultsForbidden) GetPayload ¶
func (o *GetGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsForbidden) IsClientError ¶
func (o *GetGreetingsDefaultsForbidden) IsClientError() bool
IsClientError returns true when this get greetings defaults forbidden response has a 4xx status code
func (*GetGreetingsDefaultsForbidden) IsCode ¶
func (o *GetGreetingsDefaultsForbidden) IsCode(code int) bool
IsCode returns true when this get greetings defaults forbidden response a status code equal to that given
func (*GetGreetingsDefaultsForbidden) IsRedirect ¶
func (o *GetGreetingsDefaultsForbidden) IsRedirect() bool
IsRedirect returns true when this get greetings defaults forbidden response has a 3xx status code
func (*GetGreetingsDefaultsForbidden) IsServerError ¶
func (o *GetGreetingsDefaultsForbidden) IsServerError() bool
IsServerError returns true when this get greetings defaults forbidden response has a 5xx status code
func (*GetGreetingsDefaultsForbidden) IsSuccess ¶
func (o *GetGreetingsDefaultsForbidden) IsSuccess() bool
IsSuccess returns true when this get greetings defaults forbidden response has a 2xx status code
func (*GetGreetingsDefaultsForbidden) String ¶
func (o *GetGreetingsDefaultsForbidden) String() string
type GetGreetingsDefaultsGatewayTimeout ¶
GetGreetingsDefaultsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetGreetingsDefaultsGatewayTimeout ¶
func NewGetGreetingsDefaultsGatewayTimeout() *GetGreetingsDefaultsGatewayTimeout
NewGetGreetingsDefaultsGatewayTimeout creates a GetGreetingsDefaultsGatewayTimeout with default headers values
func (*GetGreetingsDefaultsGatewayTimeout) Error ¶
func (o *GetGreetingsDefaultsGatewayTimeout) Error() string
func (*GetGreetingsDefaultsGatewayTimeout) GetPayload ¶
func (o *GetGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsGatewayTimeout) IsClientError ¶
func (o *GetGreetingsDefaultsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get greetings defaults gateway timeout response has a 4xx status code
func (*GetGreetingsDefaultsGatewayTimeout) IsCode ¶
func (o *GetGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get greetings defaults gateway timeout response a status code equal to that given
func (*GetGreetingsDefaultsGatewayTimeout) IsRedirect ¶
func (o *GetGreetingsDefaultsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get greetings defaults gateway timeout response has a 3xx status code
func (*GetGreetingsDefaultsGatewayTimeout) IsServerError ¶
func (o *GetGreetingsDefaultsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get greetings defaults gateway timeout response has a 5xx status code
func (*GetGreetingsDefaultsGatewayTimeout) IsSuccess ¶
func (o *GetGreetingsDefaultsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get greetings defaults gateway timeout response has a 2xx status code
func (*GetGreetingsDefaultsGatewayTimeout) String ¶
func (o *GetGreetingsDefaultsGatewayTimeout) String() string
type GetGreetingsDefaultsInternalServerError ¶
GetGreetingsDefaultsInternalServerError 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 NewGetGreetingsDefaultsInternalServerError ¶
func NewGetGreetingsDefaultsInternalServerError() *GetGreetingsDefaultsInternalServerError
NewGetGreetingsDefaultsInternalServerError creates a GetGreetingsDefaultsInternalServerError with default headers values
func (*GetGreetingsDefaultsInternalServerError) Error ¶
func (o *GetGreetingsDefaultsInternalServerError) Error() string
func (*GetGreetingsDefaultsInternalServerError) GetPayload ¶
func (o *GetGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsInternalServerError) IsClientError ¶
func (o *GetGreetingsDefaultsInternalServerError) IsClientError() bool
IsClientError returns true when this get greetings defaults internal server error response has a 4xx status code
func (*GetGreetingsDefaultsInternalServerError) IsCode ¶
func (o *GetGreetingsDefaultsInternalServerError) IsCode(code int) bool
IsCode returns true when this get greetings defaults internal server error response a status code equal to that given
func (*GetGreetingsDefaultsInternalServerError) IsRedirect ¶
func (o *GetGreetingsDefaultsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get greetings defaults internal server error response has a 3xx status code
func (*GetGreetingsDefaultsInternalServerError) IsServerError ¶
func (o *GetGreetingsDefaultsInternalServerError) IsServerError() bool
IsServerError returns true when this get greetings defaults internal server error response has a 5xx status code
func (*GetGreetingsDefaultsInternalServerError) IsSuccess ¶
func (o *GetGreetingsDefaultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get greetings defaults internal server error response has a 2xx status code
func (*GetGreetingsDefaultsInternalServerError) String ¶
func (o *GetGreetingsDefaultsInternalServerError) String() string
type GetGreetingsDefaultsNotFound ¶
GetGreetingsDefaultsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetGreetingsDefaultsNotFound ¶
func NewGetGreetingsDefaultsNotFound() *GetGreetingsDefaultsNotFound
NewGetGreetingsDefaultsNotFound creates a GetGreetingsDefaultsNotFound with default headers values
func (*GetGreetingsDefaultsNotFound) Error ¶
func (o *GetGreetingsDefaultsNotFound) Error() string
func (*GetGreetingsDefaultsNotFound) GetPayload ¶
func (o *GetGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsNotFound) IsClientError ¶
func (o *GetGreetingsDefaultsNotFound) IsClientError() bool
IsClientError returns true when this get greetings defaults not found response has a 4xx status code
func (*GetGreetingsDefaultsNotFound) IsCode ¶
func (o *GetGreetingsDefaultsNotFound) IsCode(code int) bool
IsCode returns true when this get greetings defaults not found response a status code equal to that given
func (*GetGreetingsDefaultsNotFound) IsRedirect ¶
func (o *GetGreetingsDefaultsNotFound) IsRedirect() bool
IsRedirect returns true when this get greetings defaults not found response has a 3xx status code
func (*GetGreetingsDefaultsNotFound) IsServerError ¶
func (o *GetGreetingsDefaultsNotFound) IsServerError() bool
IsServerError returns true when this get greetings defaults not found response has a 5xx status code
func (*GetGreetingsDefaultsNotFound) IsSuccess ¶
func (o *GetGreetingsDefaultsNotFound) IsSuccess() bool
IsSuccess returns true when this get greetings defaults not found response has a 2xx status code
func (*GetGreetingsDefaultsNotFound) String ¶
func (o *GetGreetingsDefaultsNotFound) String() string
type GetGreetingsDefaultsOK ¶
type GetGreetingsDefaultsOK struct {
Payload *models.DefaultGreetingList
}
GetGreetingsDefaultsOK describes a response with status code 200, with default header values.
successful operation
func NewGetGreetingsDefaultsOK ¶
func NewGetGreetingsDefaultsOK() *GetGreetingsDefaultsOK
NewGetGreetingsDefaultsOK creates a GetGreetingsDefaultsOK with default headers values
func (*GetGreetingsDefaultsOK) Error ¶
func (o *GetGreetingsDefaultsOK) Error() string
func (*GetGreetingsDefaultsOK) GetPayload ¶
func (o *GetGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
func (*GetGreetingsDefaultsOK) IsClientError ¶
func (o *GetGreetingsDefaultsOK) IsClientError() bool
IsClientError returns true when this get greetings defaults o k response has a 4xx status code
func (*GetGreetingsDefaultsOK) IsCode ¶
func (o *GetGreetingsDefaultsOK) IsCode(code int) bool
IsCode returns true when this get greetings defaults o k response a status code equal to that given
func (*GetGreetingsDefaultsOK) IsRedirect ¶
func (o *GetGreetingsDefaultsOK) IsRedirect() bool
IsRedirect returns true when this get greetings defaults o k response has a 3xx status code
func (*GetGreetingsDefaultsOK) IsServerError ¶
func (o *GetGreetingsDefaultsOK) IsServerError() bool
IsServerError returns true when this get greetings defaults o k response has a 5xx status code
func (*GetGreetingsDefaultsOK) IsSuccess ¶
func (o *GetGreetingsDefaultsOK) IsSuccess() bool
IsSuccess returns true when this get greetings defaults o k response has a 2xx status code
func (*GetGreetingsDefaultsOK) String ¶
func (o *GetGreetingsDefaultsOK) String() string
type GetGreetingsDefaultsParams ¶
type GetGreetingsDefaultsParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetGreetingsDefaultsParams contains all the parameters to send to the API endpoint
for the get greetings defaults operation. Typically these are written to a http.Request.
func NewGetGreetingsDefaultsParams ¶
func NewGetGreetingsDefaultsParams() *GetGreetingsDefaultsParams
NewGetGreetingsDefaultsParams creates a new GetGreetingsDefaultsParams 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 NewGetGreetingsDefaultsParamsWithContext ¶
func NewGetGreetingsDefaultsParamsWithContext(ctx context.Context) *GetGreetingsDefaultsParams
NewGetGreetingsDefaultsParamsWithContext creates a new GetGreetingsDefaultsParams object with the ability to set a context for a request.
func NewGetGreetingsDefaultsParamsWithHTTPClient ¶
func NewGetGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *GetGreetingsDefaultsParams
NewGetGreetingsDefaultsParamsWithHTTPClient creates a new GetGreetingsDefaultsParams object with the ability to set a custom HTTPClient for a request.
func NewGetGreetingsDefaultsParamsWithTimeout ¶
func NewGetGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *GetGreetingsDefaultsParams
NewGetGreetingsDefaultsParamsWithTimeout creates a new GetGreetingsDefaultsParams object with the ability to set a timeout on a request.
func (*GetGreetingsDefaultsParams) SetContext ¶
func (o *GetGreetingsDefaultsParams) SetContext(ctx context.Context)
SetContext adds the context to the get greetings defaults params
func (*GetGreetingsDefaultsParams) SetDefaults ¶
func (o *GetGreetingsDefaultsParams) SetDefaults()
SetDefaults hydrates default values in the get greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingsDefaultsParams) SetHTTPClient ¶
func (o *GetGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get greetings defaults params
func (*GetGreetingsDefaultsParams) SetTimeout ¶
func (o *GetGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get greetings defaults params
func (*GetGreetingsDefaultsParams) WithContext ¶
func (o *GetGreetingsDefaultsParams) WithContext(ctx context.Context) *GetGreetingsDefaultsParams
WithContext adds the context to the get greetings defaults params
func (*GetGreetingsDefaultsParams) WithDefaults ¶
func (o *GetGreetingsDefaultsParams) WithDefaults() *GetGreetingsDefaultsParams
WithDefaults hydrates default values in the get greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingsDefaultsParams) WithHTTPClient ¶
func (o *GetGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *GetGreetingsDefaultsParams
WithHTTPClient adds the HTTPClient to the get greetings defaults params
func (*GetGreetingsDefaultsParams) WithTimeout ¶
func (o *GetGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *GetGreetingsDefaultsParams
WithTimeout adds the timeout to the get greetings defaults params
func (*GetGreetingsDefaultsParams) WriteToRequest ¶
func (o *GetGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGreetingsDefaultsReader ¶
type GetGreetingsDefaultsReader struct {
// contains filtered or unexported fields
}
GetGreetingsDefaultsReader is a Reader for the GetGreetingsDefaults structure.
func (*GetGreetingsDefaultsReader) ReadResponse ¶
func (o *GetGreetingsDefaultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGreetingsDefaultsRequestEntityTooLarge ¶
GetGreetingsDefaultsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetGreetingsDefaultsRequestEntityTooLarge ¶
func NewGetGreetingsDefaultsRequestEntityTooLarge() *GetGreetingsDefaultsRequestEntityTooLarge
NewGetGreetingsDefaultsRequestEntityTooLarge creates a GetGreetingsDefaultsRequestEntityTooLarge with default headers values
func (*GetGreetingsDefaultsRequestEntityTooLarge) Error ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) Error() string
func (*GetGreetingsDefaultsRequestEntityTooLarge) GetPayload ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsRequestEntityTooLarge) IsClientError ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get greetings defaults request entity too large response has a 4xx status code
func (*GetGreetingsDefaultsRequestEntityTooLarge) IsCode ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get greetings defaults request entity too large response a status code equal to that given
func (*GetGreetingsDefaultsRequestEntityTooLarge) IsRedirect ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get greetings defaults request entity too large response has a 3xx status code
func (*GetGreetingsDefaultsRequestEntityTooLarge) IsServerError ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get greetings defaults request entity too large response has a 5xx status code
func (*GetGreetingsDefaultsRequestEntityTooLarge) IsSuccess ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get greetings defaults request entity too large response has a 2xx status code
func (*GetGreetingsDefaultsRequestEntityTooLarge) String ¶
func (o *GetGreetingsDefaultsRequestEntityTooLarge) String() string
type GetGreetingsDefaultsRequestTimeout ¶
GetGreetingsDefaultsRequestTimeout 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 NewGetGreetingsDefaultsRequestTimeout ¶
func NewGetGreetingsDefaultsRequestTimeout() *GetGreetingsDefaultsRequestTimeout
NewGetGreetingsDefaultsRequestTimeout creates a GetGreetingsDefaultsRequestTimeout with default headers values
func (*GetGreetingsDefaultsRequestTimeout) Error ¶
func (o *GetGreetingsDefaultsRequestTimeout) Error() string
func (*GetGreetingsDefaultsRequestTimeout) GetPayload ¶
func (o *GetGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsRequestTimeout) IsClientError ¶
func (o *GetGreetingsDefaultsRequestTimeout) IsClientError() bool
IsClientError returns true when this get greetings defaults request timeout response has a 4xx status code
func (*GetGreetingsDefaultsRequestTimeout) IsCode ¶
func (o *GetGreetingsDefaultsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get greetings defaults request timeout response a status code equal to that given
func (*GetGreetingsDefaultsRequestTimeout) IsRedirect ¶
func (o *GetGreetingsDefaultsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get greetings defaults request timeout response has a 3xx status code
func (*GetGreetingsDefaultsRequestTimeout) IsServerError ¶
func (o *GetGreetingsDefaultsRequestTimeout) IsServerError() bool
IsServerError returns true when this get greetings defaults request timeout response has a 5xx status code
func (*GetGreetingsDefaultsRequestTimeout) IsSuccess ¶
func (o *GetGreetingsDefaultsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get greetings defaults request timeout response has a 2xx status code
func (*GetGreetingsDefaultsRequestTimeout) String ¶
func (o *GetGreetingsDefaultsRequestTimeout) String() string
type GetGreetingsDefaultsServiceUnavailable ¶
type GetGreetingsDefaultsServiceUnavailable struct {
}
GetGreetingsDefaultsServiceUnavailable 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 NewGetGreetingsDefaultsServiceUnavailable ¶
func NewGetGreetingsDefaultsServiceUnavailable() *GetGreetingsDefaultsServiceUnavailable
NewGetGreetingsDefaultsServiceUnavailable creates a GetGreetingsDefaultsServiceUnavailable with default headers values
func (*GetGreetingsDefaultsServiceUnavailable) Error ¶
func (o *GetGreetingsDefaultsServiceUnavailable) Error() string
func (*GetGreetingsDefaultsServiceUnavailable) GetPayload ¶
func (o *GetGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsServiceUnavailable) IsClientError ¶
func (o *GetGreetingsDefaultsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get greetings defaults service unavailable response has a 4xx status code
func (*GetGreetingsDefaultsServiceUnavailable) IsCode ¶
func (o *GetGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get greetings defaults service unavailable response a status code equal to that given
func (*GetGreetingsDefaultsServiceUnavailable) IsRedirect ¶
func (o *GetGreetingsDefaultsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get greetings defaults service unavailable response has a 3xx status code
func (*GetGreetingsDefaultsServiceUnavailable) IsServerError ¶
func (o *GetGreetingsDefaultsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get greetings defaults service unavailable response has a 5xx status code
func (*GetGreetingsDefaultsServiceUnavailable) IsSuccess ¶
func (o *GetGreetingsDefaultsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get greetings defaults service unavailable response has a 2xx status code
func (*GetGreetingsDefaultsServiceUnavailable) String ¶
func (o *GetGreetingsDefaultsServiceUnavailable) String() string
type GetGreetingsDefaultsTooManyRequests ¶
GetGreetingsDefaultsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetGreetingsDefaultsTooManyRequests ¶
func NewGetGreetingsDefaultsTooManyRequests() *GetGreetingsDefaultsTooManyRequests
NewGetGreetingsDefaultsTooManyRequests creates a GetGreetingsDefaultsTooManyRequests with default headers values
func (*GetGreetingsDefaultsTooManyRequests) Error ¶
func (o *GetGreetingsDefaultsTooManyRequests) Error() string
func (*GetGreetingsDefaultsTooManyRequests) GetPayload ¶
func (o *GetGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsTooManyRequests) IsClientError ¶
func (o *GetGreetingsDefaultsTooManyRequests) IsClientError() bool
IsClientError returns true when this get greetings defaults too many requests response has a 4xx status code
func (*GetGreetingsDefaultsTooManyRequests) IsCode ¶
func (o *GetGreetingsDefaultsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get greetings defaults too many requests response a status code equal to that given
func (*GetGreetingsDefaultsTooManyRequests) IsRedirect ¶
func (o *GetGreetingsDefaultsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get greetings defaults too many requests response has a 3xx status code
func (*GetGreetingsDefaultsTooManyRequests) IsServerError ¶
func (o *GetGreetingsDefaultsTooManyRequests) IsServerError() bool
IsServerError returns true when this get greetings defaults too many requests response has a 5xx status code
func (*GetGreetingsDefaultsTooManyRequests) IsSuccess ¶
func (o *GetGreetingsDefaultsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get greetings defaults too many requests response has a 2xx status code
func (*GetGreetingsDefaultsTooManyRequests) String ¶
func (o *GetGreetingsDefaultsTooManyRequests) String() string
type GetGreetingsDefaultsUnauthorized ¶
type GetGreetingsDefaultsUnauthorized struct {
}
GetGreetingsDefaultsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetGreetingsDefaultsUnauthorized ¶
func NewGetGreetingsDefaultsUnauthorized() *GetGreetingsDefaultsUnauthorized
NewGetGreetingsDefaultsUnauthorized creates a GetGreetingsDefaultsUnauthorized with default headers values
func (*GetGreetingsDefaultsUnauthorized) Error ¶
func (o *GetGreetingsDefaultsUnauthorized) Error() string
func (*GetGreetingsDefaultsUnauthorized) GetPayload ¶
func (o *GetGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsUnauthorized) IsClientError ¶
func (o *GetGreetingsDefaultsUnauthorized) IsClientError() bool
IsClientError returns true when this get greetings defaults unauthorized response has a 4xx status code
func (*GetGreetingsDefaultsUnauthorized) IsCode ¶
func (o *GetGreetingsDefaultsUnauthorized) IsCode(code int) bool
IsCode returns true when this get greetings defaults unauthorized response a status code equal to that given
func (*GetGreetingsDefaultsUnauthorized) IsRedirect ¶
func (o *GetGreetingsDefaultsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get greetings defaults unauthorized response has a 3xx status code
func (*GetGreetingsDefaultsUnauthorized) IsServerError ¶
func (o *GetGreetingsDefaultsUnauthorized) IsServerError() bool
IsServerError returns true when this get greetings defaults unauthorized response has a 5xx status code
func (*GetGreetingsDefaultsUnauthorized) IsSuccess ¶
func (o *GetGreetingsDefaultsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get greetings defaults unauthorized response has a 2xx status code
func (*GetGreetingsDefaultsUnauthorized) String ¶
func (o *GetGreetingsDefaultsUnauthorized) String() string
type GetGreetingsDefaultsUnsupportedMediaType ¶
GetGreetingsDefaultsUnsupportedMediaType 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 NewGetGreetingsDefaultsUnsupportedMediaType ¶
func NewGetGreetingsDefaultsUnsupportedMediaType() *GetGreetingsDefaultsUnsupportedMediaType
NewGetGreetingsDefaultsUnsupportedMediaType creates a GetGreetingsDefaultsUnsupportedMediaType with default headers values
func (*GetGreetingsDefaultsUnsupportedMediaType) Error ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) Error() string
func (*GetGreetingsDefaultsUnsupportedMediaType) GetPayload ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetGreetingsDefaultsUnsupportedMediaType) IsClientError ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get greetings defaults unsupported media type response has a 4xx status code
func (*GetGreetingsDefaultsUnsupportedMediaType) IsCode ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get greetings defaults unsupported media type response a status code equal to that given
func (*GetGreetingsDefaultsUnsupportedMediaType) IsRedirect ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get greetings defaults unsupported media type response has a 3xx status code
func (*GetGreetingsDefaultsUnsupportedMediaType) IsServerError ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get greetings defaults unsupported media type response has a 5xx status code
func (*GetGreetingsDefaultsUnsupportedMediaType) IsSuccess ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get greetings defaults unsupported media type response has a 2xx status code
func (*GetGreetingsDefaultsUnsupportedMediaType) String ¶
func (o *GetGreetingsDefaultsUnsupportedMediaType) String() string
type GetGreetingsForbidden ¶
GetGreetingsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetGreetingsForbidden ¶
func NewGetGreetingsForbidden() *GetGreetingsForbidden
NewGetGreetingsForbidden creates a GetGreetingsForbidden with default headers values
func (*GetGreetingsForbidden) Error ¶
func (o *GetGreetingsForbidden) Error() string
func (*GetGreetingsForbidden) GetPayload ¶
func (o *GetGreetingsForbidden) GetPayload() *models.ErrorBody
func (*GetGreetingsForbidden) IsClientError ¶
func (o *GetGreetingsForbidden) IsClientError() bool
IsClientError returns true when this get greetings forbidden response has a 4xx status code
func (*GetGreetingsForbidden) IsCode ¶
func (o *GetGreetingsForbidden) IsCode(code int) bool
IsCode returns true when this get greetings forbidden response a status code equal to that given
func (*GetGreetingsForbidden) IsRedirect ¶
func (o *GetGreetingsForbidden) IsRedirect() bool
IsRedirect returns true when this get greetings forbidden response has a 3xx status code
func (*GetGreetingsForbidden) IsServerError ¶
func (o *GetGreetingsForbidden) IsServerError() bool
IsServerError returns true when this get greetings forbidden response has a 5xx status code
func (*GetGreetingsForbidden) IsSuccess ¶
func (o *GetGreetingsForbidden) IsSuccess() bool
IsSuccess returns true when this get greetings forbidden response has a 2xx status code
func (*GetGreetingsForbidden) String ¶
func (o *GetGreetingsForbidden) String() string
type GetGreetingsGatewayTimeout ¶
GetGreetingsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetGreetingsGatewayTimeout ¶
func NewGetGreetingsGatewayTimeout() *GetGreetingsGatewayTimeout
NewGetGreetingsGatewayTimeout creates a GetGreetingsGatewayTimeout with default headers values
func (*GetGreetingsGatewayTimeout) Error ¶
func (o *GetGreetingsGatewayTimeout) Error() string
func (*GetGreetingsGatewayTimeout) GetPayload ¶
func (o *GetGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingsGatewayTimeout) IsClientError ¶
func (o *GetGreetingsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get greetings gateway timeout response has a 4xx status code
func (*GetGreetingsGatewayTimeout) IsCode ¶
func (o *GetGreetingsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get greetings gateway timeout response a status code equal to that given
func (*GetGreetingsGatewayTimeout) IsRedirect ¶
func (o *GetGreetingsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get greetings gateway timeout response has a 3xx status code
func (*GetGreetingsGatewayTimeout) IsServerError ¶
func (o *GetGreetingsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get greetings gateway timeout response has a 5xx status code
func (*GetGreetingsGatewayTimeout) IsSuccess ¶
func (o *GetGreetingsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get greetings gateway timeout response has a 2xx status code
func (*GetGreetingsGatewayTimeout) String ¶
func (o *GetGreetingsGatewayTimeout) String() string
type GetGreetingsInternalServerError ¶
GetGreetingsInternalServerError 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 NewGetGreetingsInternalServerError ¶
func NewGetGreetingsInternalServerError() *GetGreetingsInternalServerError
NewGetGreetingsInternalServerError creates a GetGreetingsInternalServerError with default headers values
func (*GetGreetingsInternalServerError) Error ¶
func (o *GetGreetingsInternalServerError) Error() string
func (*GetGreetingsInternalServerError) GetPayload ¶
func (o *GetGreetingsInternalServerError) GetPayload() *models.ErrorBody
func (*GetGreetingsInternalServerError) IsClientError ¶
func (o *GetGreetingsInternalServerError) IsClientError() bool
IsClientError returns true when this get greetings internal server error response has a 4xx status code
func (*GetGreetingsInternalServerError) IsCode ¶
func (o *GetGreetingsInternalServerError) IsCode(code int) bool
IsCode returns true when this get greetings internal server error response a status code equal to that given
func (*GetGreetingsInternalServerError) IsRedirect ¶
func (o *GetGreetingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get greetings internal server error response has a 3xx status code
func (*GetGreetingsInternalServerError) IsServerError ¶
func (o *GetGreetingsInternalServerError) IsServerError() bool
IsServerError returns true when this get greetings internal server error response has a 5xx status code
func (*GetGreetingsInternalServerError) IsSuccess ¶
func (o *GetGreetingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get greetings internal server error response has a 2xx status code
func (*GetGreetingsInternalServerError) String ¶
func (o *GetGreetingsInternalServerError) String() string
type GetGreetingsNotFound ¶
GetGreetingsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetGreetingsNotFound ¶
func NewGetGreetingsNotFound() *GetGreetingsNotFound
NewGetGreetingsNotFound creates a GetGreetingsNotFound with default headers values
func (*GetGreetingsNotFound) Error ¶
func (o *GetGreetingsNotFound) Error() string
func (*GetGreetingsNotFound) GetPayload ¶
func (o *GetGreetingsNotFound) GetPayload() *models.ErrorBody
func (*GetGreetingsNotFound) IsClientError ¶
func (o *GetGreetingsNotFound) IsClientError() bool
IsClientError returns true when this get greetings not found response has a 4xx status code
func (*GetGreetingsNotFound) IsCode ¶
func (o *GetGreetingsNotFound) IsCode(code int) bool
IsCode returns true when this get greetings not found response a status code equal to that given
func (*GetGreetingsNotFound) IsRedirect ¶
func (o *GetGreetingsNotFound) IsRedirect() bool
IsRedirect returns true when this get greetings not found response has a 3xx status code
func (*GetGreetingsNotFound) IsServerError ¶
func (o *GetGreetingsNotFound) IsServerError() bool
IsServerError returns true when this get greetings not found response has a 5xx status code
func (*GetGreetingsNotFound) IsSuccess ¶
func (o *GetGreetingsNotFound) IsSuccess() bool
IsSuccess returns true when this get greetings not found response has a 2xx status code
func (*GetGreetingsNotFound) String ¶
func (o *GetGreetingsNotFound) String() string
type GetGreetingsOK ¶
type GetGreetingsOK struct {
Payload *models.DomainEntityListing
}
GetGreetingsOK describes a response with status code 200, with default header values.
successful operation
func NewGetGreetingsOK ¶
func NewGetGreetingsOK() *GetGreetingsOK
NewGetGreetingsOK creates a GetGreetingsOK with default headers values
func (*GetGreetingsOK) Error ¶
func (o *GetGreetingsOK) Error() string
func (*GetGreetingsOK) GetPayload ¶
func (o *GetGreetingsOK) GetPayload() *models.DomainEntityListing
func (*GetGreetingsOK) IsClientError ¶
func (o *GetGreetingsOK) IsClientError() bool
IsClientError returns true when this get greetings o k response has a 4xx status code
func (*GetGreetingsOK) IsCode ¶
func (o *GetGreetingsOK) IsCode(code int) bool
IsCode returns true when this get greetings o k response a status code equal to that given
func (*GetGreetingsOK) IsRedirect ¶
func (o *GetGreetingsOK) IsRedirect() bool
IsRedirect returns true when this get greetings o k response has a 3xx status code
func (*GetGreetingsOK) IsServerError ¶
func (o *GetGreetingsOK) IsServerError() bool
IsServerError returns true when this get greetings o k response has a 5xx status code
func (*GetGreetingsOK) IsSuccess ¶
func (o *GetGreetingsOK) IsSuccess() bool
IsSuccess returns true when this get greetings o k response has a 2xx status code
func (*GetGreetingsOK) String ¶
func (o *GetGreetingsOK) String() string
type GetGreetingsParams ¶
type GetGreetingsParams struct {
/* PageNumber.
Page number
Format: int32
Default: 1
*/
PageNumber *int32
/* PageSize.
Page size
Format: int32
Default: 25
*/
PageSize *int32
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetGreetingsParams contains all the parameters to send to the API endpoint
for the get greetings operation. Typically these are written to a http.Request.
func NewGetGreetingsParams ¶
func NewGetGreetingsParams() *GetGreetingsParams
NewGetGreetingsParams creates a new GetGreetingsParams 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 NewGetGreetingsParamsWithContext ¶
func NewGetGreetingsParamsWithContext(ctx context.Context) *GetGreetingsParams
NewGetGreetingsParamsWithContext creates a new GetGreetingsParams object with the ability to set a context for a request.
func NewGetGreetingsParamsWithHTTPClient ¶
func NewGetGreetingsParamsWithHTTPClient(client *http.Client) *GetGreetingsParams
NewGetGreetingsParamsWithHTTPClient creates a new GetGreetingsParams object with the ability to set a custom HTTPClient for a request.
func NewGetGreetingsParamsWithTimeout ¶
func NewGetGreetingsParamsWithTimeout(timeout time.Duration) *GetGreetingsParams
NewGetGreetingsParamsWithTimeout creates a new GetGreetingsParams object with the ability to set a timeout on a request.
func (*GetGreetingsParams) SetContext ¶
func (o *GetGreetingsParams) SetContext(ctx context.Context)
SetContext adds the context to the get greetings params
func (*GetGreetingsParams) SetDefaults ¶
func (o *GetGreetingsParams) SetDefaults()
SetDefaults hydrates default values in the get greetings params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingsParams) SetHTTPClient ¶
func (o *GetGreetingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get greetings params
func (*GetGreetingsParams) SetPageNumber ¶
func (o *GetGreetingsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get greetings params
func (*GetGreetingsParams) SetPageSize ¶
func (o *GetGreetingsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get greetings params
func (*GetGreetingsParams) SetTimeout ¶
func (o *GetGreetingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get greetings params
func (*GetGreetingsParams) WithContext ¶
func (o *GetGreetingsParams) WithContext(ctx context.Context) *GetGreetingsParams
WithContext adds the context to the get greetings params
func (*GetGreetingsParams) WithDefaults ¶
func (o *GetGreetingsParams) WithDefaults() *GetGreetingsParams
WithDefaults hydrates default values in the get greetings params (not the query body).
All values with no default are reset to their zero value.
func (*GetGreetingsParams) WithHTTPClient ¶
func (o *GetGreetingsParams) WithHTTPClient(client *http.Client) *GetGreetingsParams
WithHTTPClient adds the HTTPClient to the get greetings params
func (*GetGreetingsParams) WithPageNumber ¶
func (o *GetGreetingsParams) WithPageNumber(pageNumber *int32) *GetGreetingsParams
WithPageNumber adds the pageNumber to the get greetings params
func (*GetGreetingsParams) WithPageSize ¶
func (o *GetGreetingsParams) WithPageSize(pageSize *int32) *GetGreetingsParams
WithPageSize adds the pageSize to the get greetings params
func (*GetGreetingsParams) WithTimeout ¶
func (o *GetGreetingsParams) WithTimeout(timeout time.Duration) *GetGreetingsParams
WithTimeout adds the timeout to the get greetings params
func (*GetGreetingsParams) WriteToRequest ¶
func (o *GetGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGreetingsReader ¶
type GetGreetingsReader struct {
// contains filtered or unexported fields
}
GetGreetingsReader is a Reader for the GetGreetings structure.
func (*GetGreetingsReader) ReadResponse ¶
func (o *GetGreetingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGreetingsRequestEntityTooLarge ¶
GetGreetingsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetGreetingsRequestEntityTooLarge ¶
func NewGetGreetingsRequestEntityTooLarge() *GetGreetingsRequestEntityTooLarge
NewGetGreetingsRequestEntityTooLarge creates a GetGreetingsRequestEntityTooLarge with default headers values
func (*GetGreetingsRequestEntityTooLarge) Error ¶
func (o *GetGreetingsRequestEntityTooLarge) Error() string
func (*GetGreetingsRequestEntityTooLarge) GetPayload ¶
func (o *GetGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetGreetingsRequestEntityTooLarge) IsClientError ¶
func (o *GetGreetingsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get greetings request entity too large response has a 4xx status code
func (*GetGreetingsRequestEntityTooLarge) IsCode ¶
func (o *GetGreetingsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get greetings request entity too large response a status code equal to that given
func (*GetGreetingsRequestEntityTooLarge) IsRedirect ¶
func (o *GetGreetingsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get greetings request entity too large response has a 3xx status code
func (*GetGreetingsRequestEntityTooLarge) IsServerError ¶
func (o *GetGreetingsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get greetings request entity too large response has a 5xx status code
func (*GetGreetingsRequestEntityTooLarge) IsSuccess ¶
func (o *GetGreetingsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get greetings request entity too large response has a 2xx status code
func (*GetGreetingsRequestEntityTooLarge) String ¶
func (o *GetGreetingsRequestEntityTooLarge) String() string
type GetGreetingsRequestTimeout ¶
GetGreetingsRequestTimeout 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 NewGetGreetingsRequestTimeout ¶
func NewGetGreetingsRequestTimeout() *GetGreetingsRequestTimeout
NewGetGreetingsRequestTimeout creates a GetGreetingsRequestTimeout with default headers values
func (*GetGreetingsRequestTimeout) Error ¶
func (o *GetGreetingsRequestTimeout) Error() string
func (*GetGreetingsRequestTimeout) GetPayload ¶
func (o *GetGreetingsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetGreetingsRequestTimeout) IsClientError ¶
func (o *GetGreetingsRequestTimeout) IsClientError() bool
IsClientError returns true when this get greetings request timeout response has a 4xx status code
func (*GetGreetingsRequestTimeout) IsCode ¶
func (o *GetGreetingsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get greetings request timeout response a status code equal to that given
func (*GetGreetingsRequestTimeout) IsRedirect ¶
func (o *GetGreetingsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get greetings request timeout response has a 3xx status code
func (*GetGreetingsRequestTimeout) IsServerError ¶
func (o *GetGreetingsRequestTimeout) IsServerError() bool
IsServerError returns true when this get greetings request timeout response has a 5xx status code
func (*GetGreetingsRequestTimeout) IsSuccess ¶
func (o *GetGreetingsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get greetings request timeout response has a 2xx status code
func (*GetGreetingsRequestTimeout) String ¶
func (o *GetGreetingsRequestTimeout) String() string
type GetGreetingsServiceUnavailable ¶
type GetGreetingsServiceUnavailable struct {
}
GetGreetingsServiceUnavailable 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 NewGetGreetingsServiceUnavailable ¶
func NewGetGreetingsServiceUnavailable() *GetGreetingsServiceUnavailable
NewGetGreetingsServiceUnavailable creates a GetGreetingsServiceUnavailable with default headers values
func (*GetGreetingsServiceUnavailable) Error ¶
func (o *GetGreetingsServiceUnavailable) Error() string
func (*GetGreetingsServiceUnavailable) GetPayload ¶
func (o *GetGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetGreetingsServiceUnavailable) IsClientError ¶
func (o *GetGreetingsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get greetings service unavailable response has a 4xx status code
func (*GetGreetingsServiceUnavailable) IsCode ¶
func (o *GetGreetingsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get greetings service unavailable response a status code equal to that given
func (*GetGreetingsServiceUnavailable) IsRedirect ¶
func (o *GetGreetingsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get greetings service unavailable response has a 3xx status code
func (*GetGreetingsServiceUnavailable) IsServerError ¶
func (o *GetGreetingsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get greetings service unavailable response has a 5xx status code
func (*GetGreetingsServiceUnavailable) IsSuccess ¶
func (o *GetGreetingsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get greetings service unavailable response has a 2xx status code
func (*GetGreetingsServiceUnavailable) String ¶
func (o *GetGreetingsServiceUnavailable) String() string
type GetGreetingsTooManyRequests ¶
GetGreetingsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetGreetingsTooManyRequests ¶
func NewGetGreetingsTooManyRequests() *GetGreetingsTooManyRequests
NewGetGreetingsTooManyRequests creates a GetGreetingsTooManyRequests with default headers values
func (*GetGreetingsTooManyRequests) Error ¶
func (o *GetGreetingsTooManyRequests) Error() string
func (*GetGreetingsTooManyRequests) GetPayload ¶
func (o *GetGreetingsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetGreetingsTooManyRequests) IsClientError ¶
func (o *GetGreetingsTooManyRequests) IsClientError() bool
IsClientError returns true when this get greetings too many requests response has a 4xx status code
func (*GetGreetingsTooManyRequests) IsCode ¶
func (o *GetGreetingsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get greetings too many requests response a status code equal to that given
func (*GetGreetingsTooManyRequests) IsRedirect ¶
func (o *GetGreetingsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get greetings too many requests response has a 3xx status code
func (*GetGreetingsTooManyRequests) IsServerError ¶
func (o *GetGreetingsTooManyRequests) IsServerError() bool
IsServerError returns true when this get greetings too many requests response has a 5xx status code
func (*GetGreetingsTooManyRequests) IsSuccess ¶
func (o *GetGreetingsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get greetings too many requests response has a 2xx status code
func (*GetGreetingsTooManyRequests) String ¶
func (o *GetGreetingsTooManyRequests) String() string
type GetGreetingsUnauthorized ¶
type GetGreetingsUnauthorized struct {
}
GetGreetingsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetGreetingsUnauthorized ¶
func NewGetGreetingsUnauthorized() *GetGreetingsUnauthorized
NewGetGreetingsUnauthorized creates a GetGreetingsUnauthorized with default headers values
func (*GetGreetingsUnauthorized) Error ¶
func (o *GetGreetingsUnauthorized) Error() string
func (*GetGreetingsUnauthorized) GetPayload ¶
func (o *GetGreetingsUnauthorized) GetPayload() *models.ErrorBody
func (*GetGreetingsUnauthorized) IsClientError ¶
func (o *GetGreetingsUnauthorized) IsClientError() bool
IsClientError returns true when this get greetings unauthorized response has a 4xx status code
func (*GetGreetingsUnauthorized) IsCode ¶
func (o *GetGreetingsUnauthorized) IsCode(code int) bool
IsCode returns true when this get greetings unauthorized response a status code equal to that given
func (*GetGreetingsUnauthorized) IsRedirect ¶
func (o *GetGreetingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get greetings unauthorized response has a 3xx status code
func (*GetGreetingsUnauthorized) IsServerError ¶
func (o *GetGreetingsUnauthorized) IsServerError() bool
IsServerError returns true when this get greetings unauthorized response has a 5xx status code
func (*GetGreetingsUnauthorized) IsSuccess ¶
func (o *GetGreetingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get greetings unauthorized response has a 2xx status code
func (*GetGreetingsUnauthorized) String ¶
func (o *GetGreetingsUnauthorized) String() string
type GetGreetingsUnsupportedMediaType ¶
GetGreetingsUnsupportedMediaType 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 NewGetGreetingsUnsupportedMediaType ¶
func NewGetGreetingsUnsupportedMediaType() *GetGreetingsUnsupportedMediaType
NewGetGreetingsUnsupportedMediaType creates a GetGreetingsUnsupportedMediaType with default headers values
func (*GetGreetingsUnsupportedMediaType) Error ¶
func (o *GetGreetingsUnsupportedMediaType) Error() string
func (*GetGreetingsUnsupportedMediaType) GetPayload ¶
func (o *GetGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetGreetingsUnsupportedMediaType) IsClientError ¶
func (o *GetGreetingsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get greetings unsupported media type response has a 4xx status code
func (*GetGreetingsUnsupportedMediaType) IsCode ¶
func (o *GetGreetingsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get greetings unsupported media type response a status code equal to that given
func (*GetGreetingsUnsupportedMediaType) IsRedirect ¶
func (o *GetGreetingsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get greetings unsupported media type response has a 3xx status code
func (*GetGreetingsUnsupportedMediaType) IsServerError ¶
func (o *GetGreetingsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get greetings unsupported media type response has a 5xx status code
func (*GetGreetingsUnsupportedMediaType) IsSuccess ¶
func (o *GetGreetingsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get greetings unsupported media type response has a 2xx status code
func (*GetGreetingsUnsupportedMediaType) String ¶
func (o *GetGreetingsUnsupportedMediaType) String() string
type GetGroupGreetingsBadRequest ¶
GetGroupGreetingsBadRequest 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 NewGetGroupGreetingsBadRequest ¶
func NewGetGroupGreetingsBadRequest() *GetGroupGreetingsBadRequest
NewGetGroupGreetingsBadRequest creates a GetGroupGreetingsBadRequest with default headers values
func (*GetGroupGreetingsBadRequest) Error ¶
func (o *GetGroupGreetingsBadRequest) Error() string
func (*GetGroupGreetingsBadRequest) GetPayload ¶
func (o *GetGroupGreetingsBadRequest) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsBadRequest) IsClientError ¶
func (o *GetGroupGreetingsBadRequest) IsClientError() bool
IsClientError returns true when this get group greetings bad request response has a 4xx status code
func (*GetGroupGreetingsBadRequest) IsCode ¶
func (o *GetGroupGreetingsBadRequest) IsCode(code int) bool
IsCode returns true when this get group greetings bad request response a status code equal to that given
func (*GetGroupGreetingsBadRequest) IsRedirect ¶
func (o *GetGroupGreetingsBadRequest) IsRedirect() bool
IsRedirect returns true when this get group greetings bad request response has a 3xx status code
func (*GetGroupGreetingsBadRequest) IsServerError ¶
func (o *GetGroupGreetingsBadRequest) IsServerError() bool
IsServerError returns true when this get group greetings bad request response has a 5xx status code
func (*GetGroupGreetingsBadRequest) IsSuccess ¶
func (o *GetGroupGreetingsBadRequest) IsSuccess() bool
IsSuccess returns true when this get group greetings bad request response has a 2xx status code
func (*GetGroupGreetingsBadRequest) String ¶
func (o *GetGroupGreetingsBadRequest) String() string
type GetGroupGreetingsDefaultsBadRequest ¶
GetGroupGreetingsDefaultsBadRequest 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 NewGetGroupGreetingsDefaultsBadRequest ¶
func NewGetGroupGreetingsDefaultsBadRequest() *GetGroupGreetingsDefaultsBadRequest
NewGetGroupGreetingsDefaultsBadRequest creates a GetGroupGreetingsDefaultsBadRequest with default headers values
func (*GetGroupGreetingsDefaultsBadRequest) Error ¶
func (o *GetGroupGreetingsDefaultsBadRequest) Error() string
func (*GetGroupGreetingsDefaultsBadRequest) GetPayload ¶
func (o *GetGroupGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsBadRequest) IsClientError ¶
func (o *GetGroupGreetingsDefaultsBadRequest) IsClientError() bool
IsClientError returns true when this get group greetings defaults bad request response has a 4xx status code
func (*GetGroupGreetingsDefaultsBadRequest) IsCode ¶
func (o *GetGroupGreetingsDefaultsBadRequest) IsCode(code int) bool
IsCode returns true when this get group greetings defaults bad request response a status code equal to that given
func (*GetGroupGreetingsDefaultsBadRequest) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsBadRequest) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults bad request response has a 3xx status code
func (*GetGroupGreetingsDefaultsBadRequest) IsServerError ¶
func (o *GetGroupGreetingsDefaultsBadRequest) IsServerError() bool
IsServerError returns true when this get group greetings defaults bad request response has a 5xx status code
func (*GetGroupGreetingsDefaultsBadRequest) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsBadRequest) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults bad request response has a 2xx status code
func (*GetGroupGreetingsDefaultsBadRequest) String ¶
func (o *GetGroupGreetingsDefaultsBadRequest) String() string
type GetGroupGreetingsDefaultsForbidden ¶
GetGroupGreetingsDefaultsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetGroupGreetingsDefaultsForbidden ¶
func NewGetGroupGreetingsDefaultsForbidden() *GetGroupGreetingsDefaultsForbidden
NewGetGroupGreetingsDefaultsForbidden creates a GetGroupGreetingsDefaultsForbidden with default headers values
func (*GetGroupGreetingsDefaultsForbidden) Error ¶
func (o *GetGroupGreetingsDefaultsForbidden) Error() string
func (*GetGroupGreetingsDefaultsForbidden) GetPayload ¶
func (o *GetGroupGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsForbidden) IsClientError ¶
func (o *GetGroupGreetingsDefaultsForbidden) IsClientError() bool
IsClientError returns true when this get group greetings defaults forbidden response has a 4xx status code
func (*GetGroupGreetingsDefaultsForbidden) IsCode ¶
func (o *GetGroupGreetingsDefaultsForbidden) IsCode(code int) bool
IsCode returns true when this get group greetings defaults forbidden response a status code equal to that given
func (*GetGroupGreetingsDefaultsForbidden) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsForbidden) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults forbidden response has a 3xx status code
func (*GetGroupGreetingsDefaultsForbidden) IsServerError ¶
func (o *GetGroupGreetingsDefaultsForbidden) IsServerError() bool
IsServerError returns true when this get group greetings defaults forbidden response has a 5xx status code
func (*GetGroupGreetingsDefaultsForbidden) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsForbidden) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults forbidden response has a 2xx status code
func (*GetGroupGreetingsDefaultsForbidden) String ¶
func (o *GetGroupGreetingsDefaultsForbidden) String() string
type GetGroupGreetingsDefaultsGatewayTimeout ¶
GetGroupGreetingsDefaultsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetGroupGreetingsDefaultsGatewayTimeout ¶
func NewGetGroupGreetingsDefaultsGatewayTimeout() *GetGroupGreetingsDefaultsGatewayTimeout
NewGetGroupGreetingsDefaultsGatewayTimeout creates a GetGroupGreetingsDefaultsGatewayTimeout with default headers values
func (*GetGroupGreetingsDefaultsGatewayTimeout) Error ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) Error() string
func (*GetGroupGreetingsDefaultsGatewayTimeout) GetPayload ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsGatewayTimeout) IsClientError ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get group greetings defaults gateway timeout response has a 4xx status code
func (*GetGroupGreetingsDefaultsGatewayTimeout) IsCode ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get group greetings defaults gateway timeout response a status code equal to that given
func (*GetGroupGreetingsDefaultsGatewayTimeout) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults gateway timeout response has a 3xx status code
func (*GetGroupGreetingsDefaultsGatewayTimeout) IsServerError ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get group greetings defaults gateway timeout response has a 5xx status code
func (*GetGroupGreetingsDefaultsGatewayTimeout) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults gateway timeout response has a 2xx status code
func (*GetGroupGreetingsDefaultsGatewayTimeout) String ¶
func (o *GetGroupGreetingsDefaultsGatewayTimeout) String() string
type GetGroupGreetingsDefaultsInternalServerError ¶
GetGroupGreetingsDefaultsInternalServerError 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 NewGetGroupGreetingsDefaultsInternalServerError ¶
func NewGetGroupGreetingsDefaultsInternalServerError() *GetGroupGreetingsDefaultsInternalServerError
NewGetGroupGreetingsDefaultsInternalServerError creates a GetGroupGreetingsDefaultsInternalServerError with default headers values
func (*GetGroupGreetingsDefaultsInternalServerError) Error ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) Error() string
func (*GetGroupGreetingsDefaultsInternalServerError) GetPayload ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsInternalServerError) IsClientError ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) IsClientError() bool
IsClientError returns true when this get group greetings defaults internal server error response has a 4xx status code
func (*GetGroupGreetingsDefaultsInternalServerError) IsCode ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) IsCode(code int) bool
IsCode returns true when this get group greetings defaults internal server error response a status code equal to that given
func (*GetGroupGreetingsDefaultsInternalServerError) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults internal server error response has a 3xx status code
func (*GetGroupGreetingsDefaultsInternalServerError) IsServerError ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) IsServerError() bool
IsServerError returns true when this get group greetings defaults internal server error response has a 5xx status code
func (*GetGroupGreetingsDefaultsInternalServerError) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults internal server error response has a 2xx status code
func (*GetGroupGreetingsDefaultsInternalServerError) String ¶
func (o *GetGroupGreetingsDefaultsInternalServerError) String() string
type GetGroupGreetingsDefaultsNotFound ¶
GetGroupGreetingsDefaultsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetGroupGreetingsDefaultsNotFound ¶
func NewGetGroupGreetingsDefaultsNotFound() *GetGroupGreetingsDefaultsNotFound
NewGetGroupGreetingsDefaultsNotFound creates a GetGroupGreetingsDefaultsNotFound with default headers values
func (*GetGroupGreetingsDefaultsNotFound) Error ¶
func (o *GetGroupGreetingsDefaultsNotFound) Error() string
func (*GetGroupGreetingsDefaultsNotFound) GetPayload ¶
func (o *GetGroupGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsNotFound) IsClientError ¶
func (o *GetGroupGreetingsDefaultsNotFound) IsClientError() bool
IsClientError returns true when this get group greetings defaults not found response has a 4xx status code
func (*GetGroupGreetingsDefaultsNotFound) IsCode ¶
func (o *GetGroupGreetingsDefaultsNotFound) IsCode(code int) bool
IsCode returns true when this get group greetings defaults not found response a status code equal to that given
func (*GetGroupGreetingsDefaultsNotFound) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsNotFound) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults not found response has a 3xx status code
func (*GetGroupGreetingsDefaultsNotFound) IsServerError ¶
func (o *GetGroupGreetingsDefaultsNotFound) IsServerError() bool
IsServerError returns true when this get group greetings defaults not found response has a 5xx status code
func (*GetGroupGreetingsDefaultsNotFound) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsNotFound) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults not found response has a 2xx status code
func (*GetGroupGreetingsDefaultsNotFound) String ¶
func (o *GetGroupGreetingsDefaultsNotFound) String() string
type GetGroupGreetingsDefaultsOK ¶
type GetGroupGreetingsDefaultsOK struct {
Payload *models.DefaultGreetingList
}
GetGroupGreetingsDefaultsOK describes a response with status code 200, with default header values.
successful operation
func NewGetGroupGreetingsDefaultsOK ¶
func NewGetGroupGreetingsDefaultsOK() *GetGroupGreetingsDefaultsOK
NewGetGroupGreetingsDefaultsOK creates a GetGroupGreetingsDefaultsOK with default headers values
func (*GetGroupGreetingsDefaultsOK) Error ¶
func (o *GetGroupGreetingsDefaultsOK) Error() string
func (*GetGroupGreetingsDefaultsOK) GetPayload ¶
func (o *GetGroupGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
func (*GetGroupGreetingsDefaultsOK) IsClientError ¶
func (o *GetGroupGreetingsDefaultsOK) IsClientError() bool
IsClientError returns true when this get group greetings defaults o k response has a 4xx status code
func (*GetGroupGreetingsDefaultsOK) IsCode ¶
func (o *GetGroupGreetingsDefaultsOK) IsCode(code int) bool
IsCode returns true when this get group greetings defaults o k response a status code equal to that given
func (*GetGroupGreetingsDefaultsOK) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsOK) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults o k response has a 3xx status code
func (*GetGroupGreetingsDefaultsOK) IsServerError ¶
func (o *GetGroupGreetingsDefaultsOK) IsServerError() bool
IsServerError returns true when this get group greetings defaults o k response has a 5xx status code
func (*GetGroupGreetingsDefaultsOK) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsOK) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults o k response has a 2xx status code
func (*GetGroupGreetingsDefaultsOK) String ¶
func (o *GetGroupGreetingsDefaultsOK) String() string
type GetGroupGreetingsDefaultsParams ¶
type GetGroupGreetingsDefaultsParams struct {
/* GroupID.
Group ID
*/
GroupID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetGroupGreetingsDefaultsParams contains all the parameters to send to the API endpoint
for the get group greetings defaults operation. Typically these are written to a http.Request.
func NewGetGroupGreetingsDefaultsParams ¶
func NewGetGroupGreetingsDefaultsParams() *GetGroupGreetingsDefaultsParams
NewGetGroupGreetingsDefaultsParams creates a new GetGroupGreetingsDefaultsParams 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 NewGetGroupGreetingsDefaultsParamsWithContext ¶
func NewGetGroupGreetingsDefaultsParamsWithContext(ctx context.Context) *GetGroupGreetingsDefaultsParams
NewGetGroupGreetingsDefaultsParamsWithContext creates a new GetGroupGreetingsDefaultsParams object with the ability to set a context for a request.
func NewGetGroupGreetingsDefaultsParamsWithHTTPClient ¶
func NewGetGroupGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *GetGroupGreetingsDefaultsParams
NewGetGroupGreetingsDefaultsParamsWithHTTPClient creates a new GetGroupGreetingsDefaultsParams object with the ability to set a custom HTTPClient for a request.
func NewGetGroupGreetingsDefaultsParamsWithTimeout ¶
func NewGetGroupGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *GetGroupGreetingsDefaultsParams
NewGetGroupGreetingsDefaultsParamsWithTimeout creates a new GetGroupGreetingsDefaultsParams object with the ability to set a timeout on a request.
func (*GetGroupGreetingsDefaultsParams) SetContext ¶
func (o *GetGroupGreetingsDefaultsParams) SetContext(ctx context.Context)
SetContext adds the context to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) SetDefaults ¶
func (o *GetGroupGreetingsDefaultsParams) SetDefaults()
SetDefaults hydrates default values in the get group greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*GetGroupGreetingsDefaultsParams) SetGroupID ¶
func (o *GetGroupGreetingsDefaultsParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) SetHTTPClient ¶
func (o *GetGroupGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) SetTimeout ¶
func (o *GetGroupGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) WithContext ¶
func (o *GetGroupGreetingsDefaultsParams) WithContext(ctx context.Context) *GetGroupGreetingsDefaultsParams
WithContext adds the context to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) WithDefaults ¶
func (o *GetGroupGreetingsDefaultsParams) WithDefaults() *GetGroupGreetingsDefaultsParams
WithDefaults hydrates default values in the get group greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*GetGroupGreetingsDefaultsParams) WithGroupID ¶
func (o *GetGroupGreetingsDefaultsParams) WithGroupID(groupID string) *GetGroupGreetingsDefaultsParams
WithGroupID adds the groupID to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) WithHTTPClient ¶
func (o *GetGroupGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *GetGroupGreetingsDefaultsParams
WithHTTPClient adds the HTTPClient to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) WithTimeout ¶
func (o *GetGroupGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *GetGroupGreetingsDefaultsParams
WithTimeout adds the timeout to the get group greetings defaults params
func (*GetGroupGreetingsDefaultsParams) WriteToRequest ¶
func (o *GetGroupGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGroupGreetingsDefaultsReader ¶
type GetGroupGreetingsDefaultsReader struct {
// contains filtered or unexported fields
}
GetGroupGreetingsDefaultsReader is a Reader for the GetGroupGreetingsDefaults structure.
func (*GetGroupGreetingsDefaultsReader) ReadResponse ¶
func (o *GetGroupGreetingsDefaultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGroupGreetingsDefaultsRequestEntityTooLarge ¶
GetGroupGreetingsDefaultsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetGroupGreetingsDefaultsRequestEntityTooLarge ¶
func NewGetGroupGreetingsDefaultsRequestEntityTooLarge() *GetGroupGreetingsDefaultsRequestEntityTooLarge
NewGetGroupGreetingsDefaultsRequestEntityTooLarge creates a GetGroupGreetingsDefaultsRequestEntityTooLarge with default headers values
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) Error ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) Error() string
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) GetPayload ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) IsClientError ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get group greetings defaults request entity too large response has a 4xx status code
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) IsCode ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get group greetings defaults request entity too large response a status code equal to that given
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults request entity too large response has a 3xx status code
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) IsServerError ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get group greetings defaults request entity too large response has a 5xx status code
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults request entity too large response has a 2xx status code
func (*GetGroupGreetingsDefaultsRequestEntityTooLarge) String ¶
func (o *GetGroupGreetingsDefaultsRequestEntityTooLarge) String() string
type GetGroupGreetingsDefaultsRequestTimeout ¶
GetGroupGreetingsDefaultsRequestTimeout 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 NewGetGroupGreetingsDefaultsRequestTimeout ¶
func NewGetGroupGreetingsDefaultsRequestTimeout() *GetGroupGreetingsDefaultsRequestTimeout
NewGetGroupGreetingsDefaultsRequestTimeout creates a GetGroupGreetingsDefaultsRequestTimeout with default headers values
func (*GetGroupGreetingsDefaultsRequestTimeout) Error ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) Error() string
func (*GetGroupGreetingsDefaultsRequestTimeout) GetPayload ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsRequestTimeout) IsClientError ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) IsClientError() bool
IsClientError returns true when this get group greetings defaults request timeout response has a 4xx status code
func (*GetGroupGreetingsDefaultsRequestTimeout) IsCode ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get group greetings defaults request timeout response a status code equal to that given
func (*GetGroupGreetingsDefaultsRequestTimeout) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults request timeout response has a 3xx status code
func (*GetGroupGreetingsDefaultsRequestTimeout) IsServerError ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) IsServerError() bool
IsServerError returns true when this get group greetings defaults request timeout response has a 5xx status code
func (*GetGroupGreetingsDefaultsRequestTimeout) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults request timeout response has a 2xx status code
func (*GetGroupGreetingsDefaultsRequestTimeout) String ¶
func (o *GetGroupGreetingsDefaultsRequestTimeout) String() string
type GetGroupGreetingsDefaultsServiceUnavailable ¶
type GetGroupGreetingsDefaultsServiceUnavailable struct {
}
GetGroupGreetingsDefaultsServiceUnavailable 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 NewGetGroupGreetingsDefaultsServiceUnavailable ¶
func NewGetGroupGreetingsDefaultsServiceUnavailable() *GetGroupGreetingsDefaultsServiceUnavailable
NewGetGroupGreetingsDefaultsServiceUnavailable creates a GetGroupGreetingsDefaultsServiceUnavailable with default headers values
func (*GetGroupGreetingsDefaultsServiceUnavailable) Error ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) Error() string
func (*GetGroupGreetingsDefaultsServiceUnavailable) GetPayload ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsServiceUnavailable) IsClientError ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get group greetings defaults service unavailable response has a 4xx status code
func (*GetGroupGreetingsDefaultsServiceUnavailable) IsCode ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get group greetings defaults service unavailable response a status code equal to that given
func (*GetGroupGreetingsDefaultsServiceUnavailable) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults service unavailable response has a 3xx status code
func (*GetGroupGreetingsDefaultsServiceUnavailable) IsServerError ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get group greetings defaults service unavailable response has a 5xx status code
func (*GetGroupGreetingsDefaultsServiceUnavailable) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults service unavailable response has a 2xx status code
func (*GetGroupGreetingsDefaultsServiceUnavailable) String ¶
func (o *GetGroupGreetingsDefaultsServiceUnavailable) String() string
type GetGroupGreetingsDefaultsTooManyRequests ¶
GetGroupGreetingsDefaultsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetGroupGreetingsDefaultsTooManyRequests ¶
func NewGetGroupGreetingsDefaultsTooManyRequests() *GetGroupGreetingsDefaultsTooManyRequests
NewGetGroupGreetingsDefaultsTooManyRequests creates a GetGroupGreetingsDefaultsTooManyRequests with default headers values
func (*GetGroupGreetingsDefaultsTooManyRequests) Error ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) Error() string
func (*GetGroupGreetingsDefaultsTooManyRequests) GetPayload ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsTooManyRequests) IsClientError ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) IsClientError() bool
IsClientError returns true when this get group greetings defaults too many requests response has a 4xx status code
func (*GetGroupGreetingsDefaultsTooManyRequests) IsCode ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get group greetings defaults too many requests response a status code equal to that given
func (*GetGroupGreetingsDefaultsTooManyRequests) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults too many requests response has a 3xx status code
func (*GetGroupGreetingsDefaultsTooManyRequests) IsServerError ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) IsServerError() bool
IsServerError returns true when this get group greetings defaults too many requests response has a 5xx status code
func (*GetGroupGreetingsDefaultsTooManyRequests) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults too many requests response has a 2xx status code
func (*GetGroupGreetingsDefaultsTooManyRequests) String ¶
func (o *GetGroupGreetingsDefaultsTooManyRequests) String() string
type GetGroupGreetingsDefaultsUnauthorized ¶
type GetGroupGreetingsDefaultsUnauthorized struct {
}
GetGroupGreetingsDefaultsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetGroupGreetingsDefaultsUnauthorized ¶
func NewGetGroupGreetingsDefaultsUnauthorized() *GetGroupGreetingsDefaultsUnauthorized
NewGetGroupGreetingsDefaultsUnauthorized creates a GetGroupGreetingsDefaultsUnauthorized with default headers values
func (*GetGroupGreetingsDefaultsUnauthorized) Error ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) Error() string
func (*GetGroupGreetingsDefaultsUnauthorized) GetPayload ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsUnauthorized) IsClientError ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) IsClientError() bool
IsClientError returns true when this get group greetings defaults unauthorized response has a 4xx status code
func (*GetGroupGreetingsDefaultsUnauthorized) IsCode ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) IsCode(code int) bool
IsCode returns true when this get group greetings defaults unauthorized response a status code equal to that given
func (*GetGroupGreetingsDefaultsUnauthorized) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults unauthorized response has a 3xx status code
func (*GetGroupGreetingsDefaultsUnauthorized) IsServerError ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) IsServerError() bool
IsServerError returns true when this get group greetings defaults unauthorized response has a 5xx status code
func (*GetGroupGreetingsDefaultsUnauthorized) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults unauthorized response has a 2xx status code
func (*GetGroupGreetingsDefaultsUnauthorized) String ¶
func (o *GetGroupGreetingsDefaultsUnauthorized) String() string
type GetGroupGreetingsDefaultsUnsupportedMediaType ¶
GetGroupGreetingsDefaultsUnsupportedMediaType 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 NewGetGroupGreetingsDefaultsUnsupportedMediaType ¶
func NewGetGroupGreetingsDefaultsUnsupportedMediaType() *GetGroupGreetingsDefaultsUnsupportedMediaType
NewGetGroupGreetingsDefaultsUnsupportedMediaType creates a GetGroupGreetingsDefaultsUnsupportedMediaType with default headers values
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) Error ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) Error() string
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) GetPayload ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) IsClientError ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get group greetings defaults unsupported media type response has a 4xx status code
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) IsCode ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get group greetings defaults unsupported media type response a status code equal to that given
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) IsRedirect ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get group greetings defaults unsupported media type response has a 3xx status code
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) IsServerError ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get group greetings defaults unsupported media type response has a 5xx status code
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) IsSuccess ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get group greetings defaults unsupported media type response has a 2xx status code
func (*GetGroupGreetingsDefaultsUnsupportedMediaType) String ¶
func (o *GetGroupGreetingsDefaultsUnsupportedMediaType) String() string
type GetGroupGreetingsForbidden ¶
GetGroupGreetingsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetGroupGreetingsForbidden ¶
func NewGetGroupGreetingsForbidden() *GetGroupGreetingsForbidden
NewGetGroupGreetingsForbidden creates a GetGroupGreetingsForbidden with default headers values
func (*GetGroupGreetingsForbidden) Error ¶
func (o *GetGroupGreetingsForbidden) Error() string
func (*GetGroupGreetingsForbidden) GetPayload ¶
func (o *GetGroupGreetingsForbidden) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsForbidden) IsClientError ¶
func (o *GetGroupGreetingsForbidden) IsClientError() bool
IsClientError returns true when this get group greetings forbidden response has a 4xx status code
func (*GetGroupGreetingsForbidden) IsCode ¶
func (o *GetGroupGreetingsForbidden) IsCode(code int) bool
IsCode returns true when this get group greetings forbidden response a status code equal to that given
func (*GetGroupGreetingsForbidden) IsRedirect ¶
func (o *GetGroupGreetingsForbidden) IsRedirect() bool
IsRedirect returns true when this get group greetings forbidden response has a 3xx status code
func (*GetGroupGreetingsForbidden) IsServerError ¶
func (o *GetGroupGreetingsForbidden) IsServerError() bool
IsServerError returns true when this get group greetings forbidden response has a 5xx status code
func (*GetGroupGreetingsForbidden) IsSuccess ¶
func (o *GetGroupGreetingsForbidden) IsSuccess() bool
IsSuccess returns true when this get group greetings forbidden response has a 2xx status code
func (*GetGroupGreetingsForbidden) String ¶
func (o *GetGroupGreetingsForbidden) String() string
type GetGroupGreetingsGatewayTimeout ¶
GetGroupGreetingsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetGroupGreetingsGatewayTimeout ¶
func NewGetGroupGreetingsGatewayTimeout() *GetGroupGreetingsGatewayTimeout
NewGetGroupGreetingsGatewayTimeout creates a GetGroupGreetingsGatewayTimeout with default headers values
func (*GetGroupGreetingsGatewayTimeout) Error ¶
func (o *GetGroupGreetingsGatewayTimeout) Error() string
func (*GetGroupGreetingsGatewayTimeout) GetPayload ¶
func (o *GetGroupGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsGatewayTimeout) IsClientError ¶
func (o *GetGroupGreetingsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get group greetings gateway timeout response has a 4xx status code
func (*GetGroupGreetingsGatewayTimeout) IsCode ¶
func (o *GetGroupGreetingsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get group greetings gateway timeout response a status code equal to that given
func (*GetGroupGreetingsGatewayTimeout) IsRedirect ¶
func (o *GetGroupGreetingsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get group greetings gateway timeout response has a 3xx status code
func (*GetGroupGreetingsGatewayTimeout) IsServerError ¶
func (o *GetGroupGreetingsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get group greetings gateway timeout response has a 5xx status code
func (*GetGroupGreetingsGatewayTimeout) IsSuccess ¶
func (o *GetGroupGreetingsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get group greetings gateway timeout response has a 2xx status code
func (*GetGroupGreetingsGatewayTimeout) String ¶
func (o *GetGroupGreetingsGatewayTimeout) String() string
type GetGroupGreetingsInternalServerError ¶
GetGroupGreetingsInternalServerError 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 NewGetGroupGreetingsInternalServerError ¶
func NewGetGroupGreetingsInternalServerError() *GetGroupGreetingsInternalServerError
NewGetGroupGreetingsInternalServerError creates a GetGroupGreetingsInternalServerError with default headers values
func (*GetGroupGreetingsInternalServerError) Error ¶
func (o *GetGroupGreetingsInternalServerError) Error() string
func (*GetGroupGreetingsInternalServerError) GetPayload ¶
func (o *GetGroupGreetingsInternalServerError) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsInternalServerError) IsClientError ¶
func (o *GetGroupGreetingsInternalServerError) IsClientError() bool
IsClientError returns true when this get group greetings internal server error response has a 4xx status code
func (*GetGroupGreetingsInternalServerError) IsCode ¶
func (o *GetGroupGreetingsInternalServerError) IsCode(code int) bool
IsCode returns true when this get group greetings internal server error response a status code equal to that given
func (*GetGroupGreetingsInternalServerError) IsRedirect ¶
func (o *GetGroupGreetingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get group greetings internal server error response has a 3xx status code
func (*GetGroupGreetingsInternalServerError) IsServerError ¶
func (o *GetGroupGreetingsInternalServerError) IsServerError() bool
IsServerError returns true when this get group greetings internal server error response has a 5xx status code
func (*GetGroupGreetingsInternalServerError) IsSuccess ¶
func (o *GetGroupGreetingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get group greetings internal server error response has a 2xx status code
func (*GetGroupGreetingsInternalServerError) String ¶
func (o *GetGroupGreetingsInternalServerError) String() string
type GetGroupGreetingsNotFound ¶
GetGroupGreetingsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetGroupGreetingsNotFound ¶
func NewGetGroupGreetingsNotFound() *GetGroupGreetingsNotFound
NewGetGroupGreetingsNotFound creates a GetGroupGreetingsNotFound with default headers values
func (*GetGroupGreetingsNotFound) Error ¶
func (o *GetGroupGreetingsNotFound) Error() string
func (*GetGroupGreetingsNotFound) GetPayload ¶
func (o *GetGroupGreetingsNotFound) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsNotFound) IsClientError ¶
func (o *GetGroupGreetingsNotFound) IsClientError() bool
IsClientError returns true when this get group greetings not found response has a 4xx status code
func (*GetGroupGreetingsNotFound) IsCode ¶
func (o *GetGroupGreetingsNotFound) IsCode(code int) bool
IsCode returns true when this get group greetings not found response a status code equal to that given
func (*GetGroupGreetingsNotFound) IsRedirect ¶
func (o *GetGroupGreetingsNotFound) IsRedirect() bool
IsRedirect returns true when this get group greetings not found response has a 3xx status code
func (*GetGroupGreetingsNotFound) IsServerError ¶
func (o *GetGroupGreetingsNotFound) IsServerError() bool
IsServerError returns true when this get group greetings not found response has a 5xx status code
func (*GetGroupGreetingsNotFound) IsSuccess ¶
func (o *GetGroupGreetingsNotFound) IsSuccess() bool
IsSuccess returns true when this get group greetings not found response has a 2xx status code
func (*GetGroupGreetingsNotFound) String ¶
func (o *GetGroupGreetingsNotFound) String() string
type GetGroupGreetingsOK ¶
type GetGroupGreetingsOK struct {
Payload *models.GreetingListing
}
GetGroupGreetingsOK describes a response with status code 200, with default header values.
successful operation
func NewGetGroupGreetingsOK ¶
func NewGetGroupGreetingsOK() *GetGroupGreetingsOK
NewGetGroupGreetingsOK creates a GetGroupGreetingsOK with default headers values
func (*GetGroupGreetingsOK) Error ¶
func (o *GetGroupGreetingsOK) Error() string
func (*GetGroupGreetingsOK) GetPayload ¶
func (o *GetGroupGreetingsOK) GetPayload() *models.GreetingListing
func (*GetGroupGreetingsOK) IsClientError ¶
func (o *GetGroupGreetingsOK) IsClientError() bool
IsClientError returns true when this get group greetings o k response has a 4xx status code
func (*GetGroupGreetingsOK) IsCode ¶
func (o *GetGroupGreetingsOK) IsCode(code int) bool
IsCode returns true when this get group greetings o k response a status code equal to that given
func (*GetGroupGreetingsOK) IsRedirect ¶
func (o *GetGroupGreetingsOK) IsRedirect() bool
IsRedirect returns true when this get group greetings o k response has a 3xx status code
func (*GetGroupGreetingsOK) IsServerError ¶
func (o *GetGroupGreetingsOK) IsServerError() bool
IsServerError returns true when this get group greetings o k response has a 5xx status code
func (*GetGroupGreetingsOK) IsSuccess ¶
func (o *GetGroupGreetingsOK) IsSuccess() bool
IsSuccess returns true when this get group greetings o k response has a 2xx status code
func (*GetGroupGreetingsOK) String ¶
func (o *GetGroupGreetingsOK) String() string
type GetGroupGreetingsParams ¶
type GetGroupGreetingsParams struct {
/* GroupID.
Group ID
*/
GroupID string
/* PageNumber.
Page number
Format: int32
Default: 1
*/
PageNumber *int32
/* PageSize.
Page size
Format: int32
Default: 25
*/
PageSize *int32
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetGroupGreetingsParams contains all the parameters to send to the API endpoint
for the get group greetings operation. Typically these are written to a http.Request.
func NewGetGroupGreetingsParams ¶
func NewGetGroupGreetingsParams() *GetGroupGreetingsParams
NewGetGroupGreetingsParams creates a new GetGroupGreetingsParams 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 NewGetGroupGreetingsParamsWithContext ¶
func NewGetGroupGreetingsParamsWithContext(ctx context.Context) *GetGroupGreetingsParams
NewGetGroupGreetingsParamsWithContext creates a new GetGroupGreetingsParams object with the ability to set a context for a request.
func NewGetGroupGreetingsParamsWithHTTPClient ¶
func NewGetGroupGreetingsParamsWithHTTPClient(client *http.Client) *GetGroupGreetingsParams
NewGetGroupGreetingsParamsWithHTTPClient creates a new GetGroupGreetingsParams object with the ability to set a custom HTTPClient for a request.
func NewGetGroupGreetingsParamsWithTimeout ¶
func NewGetGroupGreetingsParamsWithTimeout(timeout time.Duration) *GetGroupGreetingsParams
NewGetGroupGreetingsParamsWithTimeout creates a new GetGroupGreetingsParams object with the ability to set a timeout on a request.
func (*GetGroupGreetingsParams) SetContext ¶
func (o *GetGroupGreetingsParams) SetContext(ctx context.Context)
SetContext adds the context to the get group greetings params
func (*GetGroupGreetingsParams) SetDefaults ¶
func (o *GetGroupGreetingsParams) SetDefaults()
SetDefaults hydrates default values in the get group greetings params (not the query body).
All values with no default are reset to their zero value.
func (*GetGroupGreetingsParams) SetGroupID ¶
func (o *GetGroupGreetingsParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the get group greetings params
func (*GetGroupGreetingsParams) SetHTTPClient ¶
func (o *GetGroupGreetingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get group greetings params
func (*GetGroupGreetingsParams) SetPageNumber ¶
func (o *GetGroupGreetingsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get group greetings params
func (*GetGroupGreetingsParams) SetPageSize ¶
func (o *GetGroupGreetingsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get group greetings params
func (*GetGroupGreetingsParams) SetTimeout ¶
func (o *GetGroupGreetingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get group greetings params
func (*GetGroupGreetingsParams) WithContext ¶
func (o *GetGroupGreetingsParams) WithContext(ctx context.Context) *GetGroupGreetingsParams
WithContext adds the context to the get group greetings params
func (*GetGroupGreetingsParams) WithDefaults ¶
func (o *GetGroupGreetingsParams) WithDefaults() *GetGroupGreetingsParams
WithDefaults hydrates default values in the get group greetings params (not the query body).
All values with no default are reset to their zero value.
func (*GetGroupGreetingsParams) WithGroupID ¶
func (o *GetGroupGreetingsParams) WithGroupID(groupID string) *GetGroupGreetingsParams
WithGroupID adds the groupID to the get group greetings params
func (*GetGroupGreetingsParams) WithHTTPClient ¶
func (o *GetGroupGreetingsParams) WithHTTPClient(client *http.Client) *GetGroupGreetingsParams
WithHTTPClient adds the HTTPClient to the get group greetings params
func (*GetGroupGreetingsParams) WithPageNumber ¶
func (o *GetGroupGreetingsParams) WithPageNumber(pageNumber *int32) *GetGroupGreetingsParams
WithPageNumber adds the pageNumber to the get group greetings params
func (*GetGroupGreetingsParams) WithPageSize ¶
func (o *GetGroupGreetingsParams) WithPageSize(pageSize *int32) *GetGroupGreetingsParams
WithPageSize adds the pageSize to the get group greetings params
func (*GetGroupGreetingsParams) WithTimeout ¶
func (o *GetGroupGreetingsParams) WithTimeout(timeout time.Duration) *GetGroupGreetingsParams
WithTimeout adds the timeout to the get group greetings params
func (*GetGroupGreetingsParams) WriteToRequest ¶
func (o *GetGroupGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGroupGreetingsReader ¶
type GetGroupGreetingsReader struct {
// contains filtered or unexported fields
}
GetGroupGreetingsReader is a Reader for the GetGroupGreetings structure.
func (*GetGroupGreetingsReader) ReadResponse ¶
func (o *GetGroupGreetingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGroupGreetingsRequestEntityTooLarge ¶
GetGroupGreetingsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetGroupGreetingsRequestEntityTooLarge ¶
func NewGetGroupGreetingsRequestEntityTooLarge() *GetGroupGreetingsRequestEntityTooLarge
NewGetGroupGreetingsRequestEntityTooLarge creates a GetGroupGreetingsRequestEntityTooLarge with default headers values
func (*GetGroupGreetingsRequestEntityTooLarge) Error ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) Error() string
func (*GetGroupGreetingsRequestEntityTooLarge) GetPayload ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsRequestEntityTooLarge) IsClientError ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get group greetings request entity too large response has a 4xx status code
func (*GetGroupGreetingsRequestEntityTooLarge) IsCode ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get group greetings request entity too large response a status code equal to that given
func (*GetGroupGreetingsRequestEntityTooLarge) IsRedirect ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get group greetings request entity too large response has a 3xx status code
func (*GetGroupGreetingsRequestEntityTooLarge) IsServerError ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get group greetings request entity too large response has a 5xx status code
func (*GetGroupGreetingsRequestEntityTooLarge) IsSuccess ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get group greetings request entity too large response has a 2xx status code
func (*GetGroupGreetingsRequestEntityTooLarge) String ¶
func (o *GetGroupGreetingsRequestEntityTooLarge) String() string
type GetGroupGreetingsRequestTimeout ¶
GetGroupGreetingsRequestTimeout 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 NewGetGroupGreetingsRequestTimeout ¶
func NewGetGroupGreetingsRequestTimeout() *GetGroupGreetingsRequestTimeout
NewGetGroupGreetingsRequestTimeout creates a GetGroupGreetingsRequestTimeout with default headers values
func (*GetGroupGreetingsRequestTimeout) Error ¶
func (o *GetGroupGreetingsRequestTimeout) Error() string
func (*GetGroupGreetingsRequestTimeout) GetPayload ¶
func (o *GetGroupGreetingsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsRequestTimeout) IsClientError ¶
func (o *GetGroupGreetingsRequestTimeout) IsClientError() bool
IsClientError returns true when this get group greetings request timeout response has a 4xx status code
func (*GetGroupGreetingsRequestTimeout) IsCode ¶
func (o *GetGroupGreetingsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get group greetings request timeout response a status code equal to that given
func (*GetGroupGreetingsRequestTimeout) IsRedirect ¶
func (o *GetGroupGreetingsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get group greetings request timeout response has a 3xx status code
func (*GetGroupGreetingsRequestTimeout) IsServerError ¶
func (o *GetGroupGreetingsRequestTimeout) IsServerError() bool
IsServerError returns true when this get group greetings request timeout response has a 5xx status code
func (*GetGroupGreetingsRequestTimeout) IsSuccess ¶
func (o *GetGroupGreetingsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get group greetings request timeout response has a 2xx status code
func (*GetGroupGreetingsRequestTimeout) String ¶
func (o *GetGroupGreetingsRequestTimeout) String() string
type GetGroupGreetingsServiceUnavailable ¶
type GetGroupGreetingsServiceUnavailable struct {
}
GetGroupGreetingsServiceUnavailable 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 NewGetGroupGreetingsServiceUnavailable ¶
func NewGetGroupGreetingsServiceUnavailable() *GetGroupGreetingsServiceUnavailable
NewGetGroupGreetingsServiceUnavailable creates a GetGroupGreetingsServiceUnavailable with default headers values
func (*GetGroupGreetingsServiceUnavailable) Error ¶
func (o *GetGroupGreetingsServiceUnavailable) Error() string
func (*GetGroupGreetingsServiceUnavailable) GetPayload ¶
func (o *GetGroupGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsServiceUnavailable) IsClientError ¶
func (o *GetGroupGreetingsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get group greetings service unavailable response has a 4xx status code
func (*GetGroupGreetingsServiceUnavailable) IsCode ¶
func (o *GetGroupGreetingsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get group greetings service unavailable response a status code equal to that given
func (*GetGroupGreetingsServiceUnavailable) IsRedirect ¶
func (o *GetGroupGreetingsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get group greetings service unavailable response has a 3xx status code
func (*GetGroupGreetingsServiceUnavailable) IsServerError ¶
func (o *GetGroupGreetingsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get group greetings service unavailable response has a 5xx status code
func (*GetGroupGreetingsServiceUnavailable) IsSuccess ¶
func (o *GetGroupGreetingsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get group greetings service unavailable response has a 2xx status code
func (*GetGroupGreetingsServiceUnavailable) String ¶
func (o *GetGroupGreetingsServiceUnavailable) String() string
type GetGroupGreetingsTooManyRequests ¶
GetGroupGreetingsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetGroupGreetingsTooManyRequests ¶
func NewGetGroupGreetingsTooManyRequests() *GetGroupGreetingsTooManyRequests
NewGetGroupGreetingsTooManyRequests creates a GetGroupGreetingsTooManyRequests with default headers values
func (*GetGroupGreetingsTooManyRequests) Error ¶
func (o *GetGroupGreetingsTooManyRequests) Error() string
func (*GetGroupGreetingsTooManyRequests) GetPayload ¶
func (o *GetGroupGreetingsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsTooManyRequests) IsClientError ¶
func (o *GetGroupGreetingsTooManyRequests) IsClientError() bool
IsClientError returns true when this get group greetings too many requests response has a 4xx status code
func (*GetGroupGreetingsTooManyRequests) IsCode ¶
func (o *GetGroupGreetingsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get group greetings too many requests response a status code equal to that given
func (*GetGroupGreetingsTooManyRequests) IsRedirect ¶
func (o *GetGroupGreetingsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get group greetings too many requests response has a 3xx status code
func (*GetGroupGreetingsTooManyRequests) IsServerError ¶
func (o *GetGroupGreetingsTooManyRequests) IsServerError() bool
IsServerError returns true when this get group greetings too many requests response has a 5xx status code
func (*GetGroupGreetingsTooManyRequests) IsSuccess ¶
func (o *GetGroupGreetingsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get group greetings too many requests response has a 2xx status code
func (*GetGroupGreetingsTooManyRequests) String ¶
func (o *GetGroupGreetingsTooManyRequests) String() string
type GetGroupGreetingsUnauthorized ¶
type GetGroupGreetingsUnauthorized struct {
}
GetGroupGreetingsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetGroupGreetingsUnauthorized ¶
func NewGetGroupGreetingsUnauthorized() *GetGroupGreetingsUnauthorized
NewGetGroupGreetingsUnauthorized creates a GetGroupGreetingsUnauthorized with default headers values
func (*GetGroupGreetingsUnauthorized) Error ¶
func (o *GetGroupGreetingsUnauthorized) Error() string
func (*GetGroupGreetingsUnauthorized) GetPayload ¶
func (o *GetGroupGreetingsUnauthorized) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsUnauthorized) IsClientError ¶
func (o *GetGroupGreetingsUnauthorized) IsClientError() bool
IsClientError returns true when this get group greetings unauthorized response has a 4xx status code
func (*GetGroupGreetingsUnauthorized) IsCode ¶
func (o *GetGroupGreetingsUnauthorized) IsCode(code int) bool
IsCode returns true when this get group greetings unauthorized response a status code equal to that given
func (*GetGroupGreetingsUnauthorized) IsRedirect ¶
func (o *GetGroupGreetingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get group greetings unauthorized response has a 3xx status code
func (*GetGroupGreetingsUnauthorized) IsServerError ¶
func (o *GetGroupGreetingsUnauthorized) IsServerError() bool
IsServerError returns true when this get group greetings unauthorized response has a 5xx status code
func (*GetGroupGreetingsUnauthorized) IsSuccess ¶
func (o *GetGroupGreetingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get group greetings unauthorized response has a 2xx status code
func (*GetGroupGreetingsUnauthorized) String ¶
func (o *GetGroupGreetingsUnauthorized) String() string
type GetGroupGreetingsUnsupportedMediaType ¶
GetGroupGreetingsUnsupportedMediaType 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 NewGetGroupGreetingsUnsupportedMediaType ¶
func NewGetGroupGreetingsUnsupportedMediaType() *GetGroupGreetingsUnsupportedMediaType
NewGetGroupGreetingsUnsupportedMediaType creates a GetGroupGreetingsUnsupportedMediaType with default headers values
func (*GetGroupGreetingsUnsupportedMediaType) Error ¶
func (o *GetGroupGreetingsUnsupportedMediaType) Error() string
func (*GetGroupGreetingsUnsupportedMediaType) GetPayload ¶
func (o *GetGroupGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetGroupGreetingsUnsupportedMediaType) IsClientError ¶
func (o *GetGroupGreetingsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get group greetings unsupported media type response has a 4xx status code
func (*GetGroupGreetingsUnsupportedMediaType) IsCode ¶
func (o *GetGroupGreetingsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get group greetings unsupported media type response a status code equal to that given
func (*GetGroupGreetingsUnsupportedMediaType) IsRedirect ¶
func (o *GetGroupGreetingsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get group greetings unsupported media type response has a 3xx status code
func (*GetGroupGreetingsUnsupportedMediaType) IsServerError ¶
func (o *GetGroupGreetingsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get group greetings unsupported media type response has a 5xx status code
func (*GetGroupGreetingsUnsupportedMediaType) IsSuccess ¶
func (o *GetGroupGreetingsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get group greetings unsupported media type response has a 2xx status code
func (*GetGroupGreetingsUnsupportedMediaType) String ¶
func (o *GetGroupGreetingsUnsupportedMediaType) String() string
type GetUserGreetingsBadRequest ¶
GetUserGreetingsBadRequest 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 NewGetUserGreetingsBadRequest ¶
func NewGetUserGreetingsBadRequest() *GetUserGreetingsBadRequest
NewGetUserGreetingsBadRequest creates a GetUserGreetingsBadRequest with default headers values
func (*GetUserGreetingsBadRequest) Error ¶
func (o *GetUserGreetingsBadRequest) Error() string
func (*GetUserGreetingsBadRequest) GetPayload ¶
func (o *GetUserGreetingsBadRequest) GetPayload() *models.ErrorBody
func (*GetUserGreetingsBadRequest) IsClientError ¶
func (o *GetUserGreetingsBadRequest) IsClientError() bool
IsClientError returns true when this get user greetings bad request response has a 4xx status code
func (*GetUserGreetingsBadRequest) IsCode ¶
func (o *GetUserGreetingsBadRequest) IsCode(code int) bool
IsCode returns true when this get user greetings bad request response a status code equal to that given
func (*GetUserGreetingsBadRequest) IsRedirect ¶
func (o *GetUserGreetingsBadRequest) IsRedirect() bool
IsRedirect returns true when this get user greetings bad request response has a 3xx status code
func (*GetUserGreetingsBadRequest) IsServerError ¶
func (o *GetUserGreetingsBadRequest) IsServerError() bool
IsServerError returns true when this get user greetings bad request response has a 5xx status code
func (*GetUserGreetingsBadRequest) IsSuccess ¶
func (o *GetUserGreetingsBadRequest) IsSuccess() bool
IsSuccess returns true when this get user greetings bad request response has a 2xx status code
func (*GetUserGreetingsBadRequest) String ¶
func (o *GetUserGreetingsBadRequest) String() string
type GetUserGreetingsDefaultsBadRequest ¶
GetUserGreetingsDefaultsBadRequest 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 NewGetUserGreetingsDefaultsBadRequest ¶
func NewGetUserGreetingsDefaultsBadRequest() *GetUserGreetingsDefaultsBadRequest
NewGetUserGreetingsDefaultsBadRequest creates a GetUserGreetingsDefaultsBadRequest with default headers values
func (*GetUserGreetingsDefaultsBadRequest) Error ¶
func (o *GetUserGreetingsDefaultsBadRequest) Error() string
func (*GetUserGreetingsDefaultsBadRequest) GetPayload ¶
func (o *GetUserGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsBadRequest) IsClientError ¶
func (o *GetUserGreetingsDefaultsBadRequest) IsClientError() bool
IsClientError returns true when this get user greetings defaults bad request response has a 4xx status code
func (*GetUserGreetingsDefaultsBadRequest) IsCode ¶
func (o *GetUserGreetingsDefaultsBadRequest) IsCode(code int) bool
IsCode returns true when this get user greetings defaults bad request response a status code equal to that given
func (*GetUserGreetingsDefaultsBadRequest) IsRedirect ¶
func (o *GetUserGreetingsDefaultsBadRequest) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults bad request response has a 3xx status code
func (*GetUserGreetingsDefaultsBadRequest) IsServerError ¶
func (o *GetUserGreetingsDefaultsBadRequest) IsServerError() bool
IsServerError returns true when this get user greetings defaults bad request response has a 5xx status code
func (*GetUserGreetingsDefaultsBadRequest) IsSuccess ¶
func (o *GetUserGreetingsDefaultsBadRequest) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults bad request response has a 2xx status code
func (*GetUserGreetingsDefaultsBadRequest) String ¶
func (o *GetUserGreetingsDefaultsBadRequest) String() string
type GetUserGreetingsDefaultsForbidden ¶
GetUserGreetingsDefaultsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetUserGreetingsDefaultsForbidden ¶
func NewGetUserGreetingsDefaultsForbidden() *GetUserGreetingsDefaultsForbidden
NewGetUserGreetingsDefaultsForbidden creates a GetUserGreetingsDefaultsForbidden with default headers values
func (*GetUserGreetingsDefaultsForbidden) Error ¶
func (o *GetUserGreetingsDefaultsForbidden) Error() string
func (*GetUserGreetingsDefaultsForbidden) GetPayload ¶
func (o *GetUserGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsForbidden) IsClientError ¶
func (o *GetUserGreetingsDefaultsForbidden) IsClientError() bool
IsClientError returns true when this get user greetings defaults forbidden response has a 4xx status code
func (*GetUserGreetingsDefaultsForbidden) IsCode ¶
func (o *GetUserGreetingsDefaultsForbidden) IsCode(code int) bool
IsCode returns true when this get user greetings defaults forbidden response a status code equal to that given
func (*GetUserGreetingsDefaultsForbidden) IsRedirect ¶
func (o *GetUserGreetingsDefaultsForbidden) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults forbidden response has a 3xx status code
func (*GetUserGreetingsDefaultsForbidden) IsServerError ¶
func (o *GetUserGreetingsDefaultsForbidden) IsServerError() bool
IsServerError returns true when this get user greetings defaults forbidden response has a 5xx status code
func (*GetUserGreetingsDefaultsForbidden) IsSuccess ¶
func (o *GetUserGreetingsDefaultsForbidden) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults forbidden response has a 2xx status code
func (*GetUserGreetingsDefaultsForbidden) String ¶
func (o *GetUserGreetingsDefaultsForbidden) String() string
type GetUserGreetingsDefaultsGatewayTimeout ¶
GetUserGreetingsDefaultsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetUserGreetingsDefaultsGatewayTimeout ¶
func NewGetUserGreetingsDefaultsGatewayTimeout() *GetUserGreetingsDefaultsGatewayTimeout
NewGetUserGreetingsDefaultsGatewayTimeout creates a GetUserGreetingsDefaultsGatewayTimeout with default headers values
func (*GetUserGreetingsDefaultsGatewayTimeout) Error ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) Error() string
func (*GetUserGreetingsDefaultsGatewayTimeout) GetPayload ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsGatewayTimeout) IsClientError ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get user greetings defaults gateway timeout response has a 4xx status code
func (*GetUserGreetingsDefaultsGatewayTimeout) IsCode ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get user greetings defaults gateway timeout response a status code equal to that given
func (*GetUserGreetingsDefaultsGatewayTimeout) IsRedirect ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults gateway timeout response has a 3xx status code
func (*GetUserGreetingsDefaultsGatewayTimeout) IsServerError ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get user greetings defaults gateway timeout response has a 5xx status code
func (*GetUserGreetingsDefaultsGatewayTimeout) IsSuccess ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults gateway timeout response has a 2xx status code
func (*GetUserGreetingsDefaultsGatewayTimeout) String ¶
func (o *GetUserGreetingsDefaultsGatewayTimeout) String() string
type GetUserGreetingsDefaultsInternalServerError ¶
GetUserGreetingsDefaultsInternalServerError 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 NewGetUserGreetingsDefaultsInternalServerError ¶
func NewGetUserGreetingsDefaultsInternalServerError() *GetUserGreetingsDefaultsInternalServerError
NewGetUserGreetingsDefaultsInternalServerError creates a GetUserGreetingsDefaultsInternalServerError with default headers values
func (*GetUserGreetingsDefaultsInternalServerError) Error ¶
func (o *GetUserGreetingsDefaultsInternalServerError) Error() string
func (*GetUserGreetingsDefaultsInternalServerError) GetPayload ¶
func (o *GetUserGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsInternalServerError) IsClientError ¶
func (o *GetUserGreetingsDefaultsInternalServerError) IsClientError() bool
IsClientError returns true when this get user greetings defaults internal server error response has a 4xx status code
func (*GetUserGreetingsDefaultsInternalServerError) IsCode ¶
func (o *GetUserGreetingsDefaultsInternalServerError) IsCode(code int) bool
IsCode returns true when this get user greetings defaults internal server error response a status code equal to that given
func (*GetUserGreetingsDefaultsInternalServerError) IsRedirect ¶
func (o *GetUserGreetingsDefaultsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults internal server error response has a 3xx status code
func (*GetUserGreetingsDefaultsInternalServerError) IsServerError ¶
func (o *GetUserGreetingsDefaultsInternalServerError) IsServerError() bool
IsServerError returns true when this get user greetings defaults internal server error response has a 5xx status code
func (*GetUserGreetingsDefaultsInternalServerError) IsSuccess ¶
func (o *GetUserGreetingsDefaultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults internal server error response has a 2xx status code
func (*GetUserGreetingsDefaultsInternalServerError) String ¶
func (o *GetUserGreetingsDefaultsInternalServerError) String() string
type GetUserGreetingsDefaultsNotFound ¶
GetUserGreetingsDefaultsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetUserGreetingsDefaultsNotFound ¶
func NewGetUserGreetingsDefaultsNotFound() *GetUserGreetingsDefaultsNotFound
NewGetUserGreetingsDefaultsNotFound creates a GetUserGreetingsDefaultsNotFound with default headers values
func (*GetUserGreetingsDefaultsNotFound) Error ¶
func (o *GetUserGreetingsDefaultsNotFound) Error() string
func (*GetUserGreetingsDefaultsNotFound) GetPayload ¶
func (o *GetUserGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsNotFound) IsClientError ¶
func (o *GetUserGreetingsDefaultsNotFound) IsClientError() bool
IsClientError returns true when this get user greetings defaults not found response has a 4xx status code
func (*GetUserGreetingsDefaultsNotFound) IsCode ¶
func (o *GetUserGreetingsDefaultsNotFound) IsCode(code int) bool
IsCode returns true when this get user greetings defaults not found response a status code equal to that given
func (*GetUserGreetingsDefaultsNotFound) IsRedirect ¶
func (o *GetUserGreetingsDefaultsNotFound) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults not found response has a 3xx status code
func (*GetUserGreetingsDefaultsNotFound) IsServerError ¶
func (o *GetUserGreetingsDefaultsNotFound) IsServerError() bool
IsServerError returns true when this get user greetings defaults not found response has a 5xx status code
func (*GetUserGreetingsDefaultsNotFound) IsSuccess ¶
func (o *GetUserGreetingsDefaultsNotFound) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults not found response has a 2xx status code
func (*GetUserGreetingsDefaultsNotFound) String ¶
func (o *GetUserGreetingsDefaultsNotFound) String() string
type GetUserGreetingsDefaultsOK ¶
type GetUserGreetingsDefaultsOK struct {
Payload *models.DefaultGreetingList
}
GetUserGreetingsDefaultsOK describes a response with status code 200, with default header values.
successful operation
func NewGetUserGreetingsDefaultsOK ¶
func NewGetUserGreetingsDefaultsOK() *GetUserGreetingsDefaultsOK
NewGetUserGreetingsDefaultsOK creates a GetUserGreetingsDefaultsOK with default headers values
func (*GetUserGreetingsDefaultsOK) Error ¶
func (o *GetUserGreetingsDefaultsOK) Error() string
func (*GetUserGreetingsDefaultsOK) GetPayload ¶
func (o *GetUserGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
func (*GetUserGreetingsDefaultsOK) IsClientError ¶
func (o *GetUserGreetingsDefaultsOK) IsClientError() bool
IsClientError returns true when this get user greetings defaults o k response has a 4xx status code
func (*GetUserGreetingsDefaultsOK) IsCode ¶
func (o *GetUserGreetingsDefaultsOK) IsCode(code int) bool
IsCode returns true when this get user greetings defaults o k response a status code equal to that given
func (*GetUserGreetingsDefaultsOK) IsRedirect ¶
func (o *GetUserGreetingsDefaultsOK) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults o k response has a 3xx status code
func (*GetUserGreetingsDefaultsOK) IsServerError ¶
func (o *GetUserGreetingsDefaultsOK) IsServerError() bool
IsServerError returns true when this get user greetings defaults o k response has a 5xx status code
func (*GetUserGreetingsDefaultsOK) IsSuccess ¶
func (o *GetUserGreetingsDefaultsOK) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults o k response has a 2xx status code
func (*GetUserGreetingsDefaultsOK) String ¶
func (o *GetUserGreetingsDefaultsOK) String() string
type GetUserGreetingsDefaultsParams ¶
type GetUserGreetingsDefaultsParams struct {
/* UserID.
User ID
*/
UserID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetUserGreetingsDefaultsParams contains all the parameters to send to the API endpoint
for the get user greetings defaults operation. Typically these are written to a http.Request.
func NewGetUserGreetingsDefaultsParams ¶
func NewGetUserGreetingsDefaultsParams() *GetUserGreetingsDefaultsParams
NewGetUserGreetingsDefaultsParams creates a new GetUserGreetingsDefaultsParams 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 NewGetUserGreetingsDefaultsParamsWithContext ¶
func NewGetUserGreetingsDefaultsParamsWithContext(ctx context.Context) *GetUserGreetingsDefaultsParams
NewGetUserGreetingsDefaultsParamsWithContext creates a new GetUserGreetingsDefaultsParams object with the ability to set a context for a request.
func NewGetUserGreetingsDefaultsParamsWithHTTPClient ¶
func NewGetUserGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *GetUserGreetingsDefaultsParams
NewGetUserGreetingsDefaultsParamsWithHTTPClient creates a new GetUserGreetingsDefaultsParams object with the ability to set a custom HTTPClient for a request.
func NewGetUserGreetingsDefaultsParamsWithTimeout ¶
func NewGetUserGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *GetUserGreetingsDefaultsParams
NewGetUserGreetingsDefaultsParamsWithTimeout creates a new GetUserGreetingsDefaultsParams object with the ability to set a timeout on a request.
func (*GetUserGreetingsDefaultsParams) SetContext ¶
func (o *GetUserGreetingsDefaultsParams) SetContext(ctx context.Context)
SetContext adds the context to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) SetDefaults ¶
func (o *GetUserGreetingsDefaultsParams) SetDefaults()
SetDefaults hydrates default values in the get user greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserGreetingsDefaultsParams) SetHTTPClient ¶
func (o *GetUserGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) SetTimeout ¶
func (o *GetUserGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) SetUserID ¶
func (o *GetUserGreetingsDefaultsParams) SetUserID(userID string)
SetUserID adds the userId to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) WithContext ¶
func (o *GetUserGreetingsDefaultsParams) WithContext(ctx context.Context) *GetUserGreetingsDefaultsParams
WithContext adds the context to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) WithDefaults ¶
func (o *GetUserGreetingsDefaultsParams) WithDefaults() *GetUserGreetingsDefaultsParams
WithDefaults hydrates default values in the get user greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserGreetingsDefaultsParams) WithHTTPClient ¶
func (o *GetUserGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *GetUserGreetingsDefaultsParams
WithHTTPClient adds the HTTPClient to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) WithTimeout ¶
func (o *GetUserGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *GetUserGreetingsDefaultsParams
WithTimeout adds the timeout to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) WithUserID ¶
func (o *GetUserGreetingsDefaultsParams) WithUserID(userID string) *GetUserGreetingsDefaultsParams
WithUserID adds the userID to the get user greetings defaults params
func (*GetUserGreetingsDefaultsParams) WriteToRequest ¶
func (o *GetUserGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserGreetingsDefaultsReader ¶
type GetUserGreetingsDefaultsReader struct {
// contains filtered or unexported fields
}
GetUserGreetingsDefaultsReader is a Reader for the GetUserGreetingsDefaults structure.
func (*GetUserGreetingsDefaultsReader) ReadResponse ¶
func (o *GetUserGreetingsDefaultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserGreetingsDefaultsRequestEntityTooLarge ¶
GetUserGreetingsDefaultsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetUserGreetingsDefaultsRequestEntityTooLarge ¶
func NewGetUserGreetingsDefaultsRequestEntityTooLarge() *GetUserGreetingsDefaultsRequestEntityTooLarge
NewGetUserGreetingsDefaultsRequestEntityTooLarge creates a GetUserGreetingsDefaultsRequestEntityTooLarge with default headers values
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) Error ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) Error() string
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) GetPayload ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) IsClientError ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get user greetings defaults request entity too large response has a 4xx status code
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) IsCode ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get user greetings defaults request entity too large response a status code equal to that given
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) IsRedirect ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults request entity too large response has a 3xx status code
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) IsServerError ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get user greetings defaults request entity too large response has a 5xx status code
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) IsSuccess ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults request entity too large response has a 2xx status code
func (*GetUserGreetingsDefaultsRequestEntityTooLarge) String ¶
func (o *GetUserGreetingsDefaultsRequestEntityTooLarge) String() string
type GetUserGreetingsDefaultsRequestTimeout ¶
GetUserGreetingsDefaultsRequestTimeout 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 NewGetUserGreetingsDefaultsRequestTimeout ¶
func NewGetUserGreetingsDefaultsRequestTimeout() *GetUserGreetingsDefaultsRequestTimeout
NewGetUserGreetingsDefaultsRequestTimeout creates a GetUserGreetingsDefaultsRequestTimeout with default headers values
func (*GetUserGreetingsDefaultsRequestTimeout) Error ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) Error() string
func (*GetUserGreetingsDefaultsRequestTimeout) GetPayload ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsRequestTimeout) IsClientError ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) IsClientError() bool
IsClientError returns true when this get user greetings defaults request timeout response has a 4xx status code
func (*GetUserGreetingsDefaultsRequestTimeout) IsCode ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get user greetings defaults request timeout response a status code equal to that given
func (*GetUserGreetingsDefaultsRequestTimeout) IsRedirect ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults request timeout response has a 3xx status code
func (*GetUserGreetingsDefaultsRequestTimeout) IsServerError ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) IsServerError() bool
IsServerError returns true when this get user greetings defaults request timeout response has a 5xx status code
func (*GetUserGreetingsDefaultsRequestTimeout) IsSuccess ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults request timeout response has a 2xx status code
func (*GetUserGreetingsDefaultsRequestTimeout) String ¶
func (o *GetUserGreetingsDefaultsRequestTimeout) String() string
type GetUserGreetingsDefaultsServiceUnavailable ¶
type GetUserGreetingsDefaultsServiceUnavailable struct {
}
GetUserGreetingsDefaultsServiceUnavailable 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 NewGetUserGreetingsDefaultsServiceUnavailable ¶
func NewGetUserGreetingsDefaultsServiceUnavailable() *GetUserGreetingsDefaultsServiceUnavailable
NewGetUserGreetingsDefaultsServiceUnavailable creates a GetUserGreetingsDefaultsServiceUnavailable with default headers values
func (*GetUserGreetingsDefaultsServiceUnavailable) Error ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) Error() string
func (*GetUserGreetingsDefaultsServiceUnavailable) GetPayload ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsServiceUnavailable) IsClientError ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get user greetings defaults service unavailable response has a 4xx status code
func (*GetUserGreetingsDefaultsServiceUnavailable) IsCode ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get user greetings defaults service unavailable response a status code equal to that given
func (*GetUserGreetingsDefaultsServiceUnavailable) IsRedirect ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults service unavailable response has a 3xx status code
func (*GetUserGreetingsDefaultsServiceUnavailable) IsServerError ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get user greetings defaults service unavailable response has a 5xx status code
func (*GetUserGreetingsDefaultsServiceUnavailable) IsSuccess ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults service unavailable response has a 2xx status code
func (*GetUserGreetingsDefaultsServiceUnavailable) String ¶
func (o *GetUserGreetingsDefaultsServiceUnavailable) String() string
type GetUserGreetingsDefaultsTooManyRequests ¶
GetUserGreetingsDefaultsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetUserGreetingsDefaultsTooManyRequests ¶
func NewGetUserGreetingsDefaultsTooManyRequests() *GetUserGreetingsDefaultsTooManyRequests
NewGetUserGreetingsDefaultsTooManyRequests creates a GetUserGreetingsDefaultsTooManyRequests with default headers values
func (*GetUserGreetingsDefaultsTooManyRequests) Error ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) Error() string
func (*GetUserGreetingsDefaultsTooManyRequests) GetPayload ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsTooManyRequests) IsClientError ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) IsClientError() bool
IsClientError returns true when this get user greetings defaults too many requests response has a 4xx status code
func (*GetUserGreetingsDefaultsTooManyRequests) IsCode ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get user greetings defaults too many requests response a status code equal to that given
func (*GetUserGreetingsDefaultsTooManyRequests) IsRedirect ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults too many requests response has a 3xx status code
func (*GetUserGreetingsDefaultsTooManyRequests) IsServerError ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) IsServerError() bool
IsServerError returns true when this get user greetings defaults too many requests response has a 5xx status code
func (*GetUserGreetingsDefaultsTooManyRequests) IsSuccess ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults too many requests response has a 2xx status code
func (*GetUserGreetingsDefaultsTooManyRequests) String ¶
func (o *GetUserGreetingsDefaultsTooManyRequests) String() string
type GetUserGreetingsDefaultsUnauthorized ¶
type GetUserGreetingsDefaultsUnauthorized struct {
}
GetUserGreetingsDefaultsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetUserGreetingsDefaultsUnauthorized ¶
func NewGetUserGreetingsDefaultsUnauthorized() *GetUserGreetingsDefaultsUnauthorized
NewGetUserGreetingsDefaultsUnauthorized creates a GetUserGreetingsDefaultsUnauthorized with default headers values
func (*GetUserGreetingsDefaultsUnauthorized) Error ¶
func (o *GetUserGreetingsDefaultsUnauthorized) Error() string
func (*GetUserGreetingsDefaultsUnauthorized) GetPayload ¶
func (o *GetUserGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsUnauthorized) IsClientError ¶
func (o *GetUserGreetingsDefaultsUnauthorized) IsClientError() bool
IsClientError returns true when this get user greetings defaults unauthorized response has a 4xx status code
func (*GetUserGreetingsDefaultsUnauthorized) IsCode ¶
func (o *GetUserGreetingsDefaultsUnauthorized) IsCode(code int) bool
IsCode returns true when this get user greetings defaults unauthorized response a status code equal to that given
func (*GetUserGreetingsDefaultsUnauthorized) IsRedirect ¶
func (o *GetUserGreetingsDefaultsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults unauthorized response has a 3xx status code
func (*GetUserGreetingsDefaultsUnauthorized) IsServerError ¶
func (o *GetUserGreetingsDefaultsUnauthorized) IsServerError() bool
IsServerError returns true when this get user greetings defaults unauthorized response has a 5xx status code
func (*GetUserGreetingsDefaultsUnauthorized) IsSuccess ¶
func (o *GetUserGreetingsDefaultsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults unauthorized response has a 2xx status code
func (*GetUserGreetingsDefaultsUnauthorized) String ¶
func (o *GetUserGreetingsDefaultsUnauthorized) String() string
type GetUserGreetingsDefaultsUnsupportedMediaType ¶
GetUserGreetingsDefaultsUnsupportedMediaType 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 NewGetUserGreetingsDefaultsUnsupportedMediaType ¶
func NewGetUserGreetingsDefaultsUnsupportedMediaType() *GetUserGreetingsDefaultsUnsupportedMediaType
NewGetUserGreetingsDefaultsUnsupportedMediaType creates a GetUserGreetingsDefaultsUnsupportedMediaType with default headers values
func (*GetUserGreetingsDefaultsUnsupportedMediaType) Error ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) Error() string
func (*GetUserGreetingsDefaultsUnsupportedMediaType) GetPayload ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetUserGreetingsDefaultsUnsupportedMediaType) IsClientError ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get user greetings defaults unsupported media type response has a 4xx status code
func (*GetUserGreetingsDefaultsUnsupportedMediaType) IsCode ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get user greetings defaults unsupported media type response a status code equal to that given
func (*GetUserGreetingsDefaultsUnsupportedMediaType) IsRedirect ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get user greetings defaults unsupported media type response has a 3xx status code
func (*GetUserGreetingsDefaultsUnsupportedMediaType) IsServerError ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get user greetings defaults unsupported media type response has a 5xx status code
func (*GetUserGreetingsDefaultsUnsupportedMediaType) IsSuccess ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get user greetings defaults unsupported media type response has a 2xx status code
func (*GetUserGreetingsDefaultsUnsupportedMediaType) String ¶
func (o *GetUserGreetingsDefaultsUnsupportedMediaType) String() string
type GetUserGreetingsForbidden ¶
GetUserGreetingsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetUserGreetingsForbidden ¶
func NewGetUserGreetingsForbidden() *GetUserGreetingsForbidden
NewGetUserGreetingsForbidden creates a GetUserGreetingsForbidden with default headers values
func (*GetUserGreetingsForbidden) Error ¶
func (o *GetUserGreetingsForbidden) Error() string
func (*GetUserGreetingsForbidden) GetPayload ¶
func (o *GetUserGreetingsForbidden) GetPayload() *models.ErrorBody
func (*GetUserGreetingsForbidden) IsClientError ¶
func (o *GetUserGreetingsForbidden) IsClientError() bool
IsClientError returns true when this get user greetings forbidden response has a 4xx status code
func (*GetUserGreetingsForbidden) IsCode ¶
func (o *GetUserGreetingsForbidden) IsCode(code int) bool
IsCode returns true when this get user greetings forbidden response a status code equal to that given
func (*GetUserGreetingsForbidden) IsRedirect ¶
func (o *GetUserGreetingsForbidden) IsRedirect() bool
IsRedirect returns true when this get user greetings forbidden response has a 3xx status code
func (*GetUserGreetingsForbidden) IsServerError ¶
func (o *GetUserGreetingsForbidden) IsServerError() bool
IsServerError returns true when this get user greetings forbidden response has a 5xx status code
func (*GetUserGreetingsForbidden) IsSuccess ¶
func (o *GetUserGreetingsForbidden) IsSuccess() bool
IsSuccess returns true when this get user greetings forbidden response has a 2xx status code
func (*GetUserGreetingsForbidden) String ¶
func (o *GetUserGreetingsForbidden) String() string
type GetUserGreetingsGatewayTimeout ¶
GetUserGreetingsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetUserGreetingsGatewayTimeout ¶
func NewGetUserGreetingsGatewayTimeout() *GetUserGreetingsGatewayTimeout
NewGetUserGreetingsGatewayTimeout creates a GetUserGreetingsGatewayTimeout with default headers values
func (*GetUserGreetingsGatewayTimeout) Error ¶
func (o *GetUserGreetingsGatewayTimeout) Error() string
func (*GetUserGreetingsGatewayTimeout) GetPayload ¶
func (o *GetUserGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetUserGreetingsGatewayTimeout) IsClientError ¶
func (o *GetUserGreetingsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get user greetings gateway timeout response has a 4xx status code
func (*GetUserGreetingsGatewayTimeout) IsCode ¶
func (o *GetUserGreetingsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get user greetings gateway timeout response a status code equal to that given
func (*GetUserGreetingsGatewayTimeout) IsRedirect ¶
func (o *GetUserGreetingsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get user greetings gateway timeout response has a 3xx status code
func (*GetUserGreetingsGatewayTimeout) IsServerError ¶
func (o *GetUserGreetingsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get user greetings gateway timeout response has a 5xx status code
func (*GetUserGreetingsGatewayTimeout) IsSuccess ¶
func (o *GetUserGreetingsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get user greetings gateway timeout response has a 2xx status code
func (*GetUserGreetingsGatewayTimeout) String ¶
func (o *GetUserGreetingsGatewayTimeout) String() string
type GetUserGreetingsInternalServerError ¶
GetUserGreetingsInternalServerError 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 NewGetUserGreetingsInternalServerError ¶
func NewGetUserGreetingsInternalServerError() *GetUserGreetingsInternalServerError
NewGetUserGreetingsInternalServerError creates a GetUserGreetingsInternalServerError with default headers values
func (*GetUserGreetingsInternalServerError) Error ¶
func (o *GetUserGreetingsInternalServerError) Error() string
func (*GetUserGreetingsInternalServerError) GetPayload ¶
func (o *GetUserGreetingsInternalServerError) GetPayload() *models.ErrorBody
func (*GetUserGreetingsInternalServerError) IsClientError ¶
func (o *GetUserGreetingsInternalServerError) IsClientError() bool
IsClientError returns true when this get user greetings internal server error response has a 4xx status code
func (*GetUserGreetingsInternalServerError) IsCode ¶
func (o *GetUserGreetingsInternalServerError) IsCode(code int) bool
IsCode returns true when this get user greetings internal server error response a status code equal to that given
func (*GetUserGreetingsInternalServerError) IsRedirect ¶
func (o *GetUserGreetingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get user greetings internal server error response has a 3xx status code
func (*GetUserGreetingsInternalServerError) IsServerError ¶
func (o *GetUserGreetingsInternalServerError) IsServerError() bool
IsServerError returns true when this get user greetings internal server error response has a 5xx status code
func (*GetUserGreetingsInternalServerError) IsSuccess ¶
func (o *GetUserGreetingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get user greetings internal server error response has a 2xx status code
func (*GetUserGreetingsInternalServerError) String ¶
func (o *GetUserGreetingsInternalServerError) String() string
type GetUserGreetingsNotFound ¶
GetUserGreetingsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetUserGreetingsNotFound ¶
func NewGetUserGreetingsNotFound() *GetUserGreetingsNotFound
NewGetUserGreetingsNotFound creates a GetUserGreetingsNotFound with default headers values
func (*GetUserGreetingsNotFound) Error ¶
func (o *GetUserGreetingsNotFound) Error() string
func (*GetUserGreetingsNotFound) GetPayload ¶
func (o *GetUserGreetingsNotFound) GetPayload() *models.ErrorBody
func (*GetUserGreetingsNotFound) IsClientError ¶
func (o *GetUserGreetingsNotFound) IsClientError() bool
IsClientError returns true when this get user greetings not found response has a 4xx status code
func (*GetUserGreetingsNotFound) IsCode ¶
func (o *GetUserGreetingsNotFound) IsCode(code int) bool
IsCode returns true when this get user greetings not found response a status code equal to that given
func (*GetUserGreetingsNotFound) IsRedirect ¶
func (o *GetUserGreetingsNotFound) IsRedirect() bool
IsRedirect returns true when this get user greetings not found response has a 3xx status code
func (*GetUserGreetingsNotFound) IsServerError ¶
func (o *GetUserGreetingsNotFound) IsServerError() bool
IsServerError returns true when this get user greetings not found response has a 5xx status code
func (*GetUserGreetingsNotFound) IsSuccess ¶
func (o *GetUserGreetingsNotFound) IsSuccess() bool
IsSuccess returns true when this get user greetings not found response has a 2xx status code
func (*GetUserGreetingsNotFound) String ¶
func (o *GetUserGreetingsNotFound) String() string
type GetUserGreetingsOK ¶
type GetUserGreetingsOK struct {
Payload *models.DomainEntityListing
}
GetUserGreetingsOK describes a response with status code 200, with default header values.
successful operation
func NewGetUserGreetingsOK ¶
func NewGetUserGreetingsOK() *GetUserGreetingsOK
NewGetUserGreetingsOK creates a GetUserGreetingsOK with default headers values
func (*GetUserGreetingsOK) Error ¶
func (o *GetUserGreetingsOK) Error() string
func (*GetUserGreetingsOK) GetPayload ¶
func (o *GetUserGreetingsOK) GetPayload() *models.DomainEntityListing
func (*GetUserGreetingsOK) IsClientError ¶
func (o *GetUserGreetingsOK) IsClientError() bool
IsClientError returns true when this get user greetings o k response has a 4xx status code
func (*GetUserGreetingsOK) IsCode ¶
func (o *GetUserGreetingsOK) IsCode(code int) bool
IsCode returns true when this get user greetings o k response a status code equal to that given
func (*GetUserGreetingsOK) IsRedirect ¶
func (o *GetUserGreetingsOK) IsRedirect() bool
IsRedirect returns true when this get user greetings o k response has a 3xx status code
func (*GetUserGreetingsOK) IsServerError ¶
func (o *GetUserGreetingsOK) IsServerError() bool
IsServerError returns true when this get user greetings o k response has a 5xx status code
func (*GetUserGreetingsOK) IsSuccess ¶
func (o *GetUserGreetingsOK) IsSuccess() bool
IsSuccess returns true when this get user greetings o k response has a 2xx status code
func (*GetUserGreetingsOK) String ¶
func (o *GetUserGreetingsOK) String() string
type GetUserGreetingsParams ¶
type GetUserGreetingsParams struct {
/* PageNumber.
Page number
Format: int32
Default: 1
*/
PageNumber *int32
/* PageSize.
Page size
Format: int32
Default: 25
*/
PageSize *int32
/* UserID.
User ID
*/
UserID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetUserGreetingsParams contains all the parameters to send to the API endpoint
for the get user greetings operation. Typically these are written to a http.Request.
func NewGetUserGreetingsParams ¶
func NewGetUserGreetingsParams() *GetUserGreetingsParams
NewGetUserGreetingsParams creates a new GetUserGreetingsParams 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 NewGetUserGreetingsParamsWithContext ¶
func NewGetUserGreetingsParamsWithContext(ctx context.Context) *GetUserGreetingsParams
NewGetUserGreetingsParamsWithContext creates a new GetUserGreetingsParams object with the ability to set a context for a request.
func NewGetUserGreetingsParamsWithHTTPClient ¶
func NewGetUserGreetingsParamsWithHTTPClient(client *http.Client) *GetUserGreetingsParams
NewGetUserGreetingsParamsWithHTTPClient creates a new GetUserGreetingsParams object with the ability to set a custom HTTPClient for a request.
func NewGetUserGreetingsParamsWithTimeout ¶
func NewGetUserGreetingsParamsWithTimeout(timeout time.Duration) *GetUserGreetingsParams
NewGetUserGreetingsParamsWithTimeout creates a new GetUserGreetingsParams object with the ability to set a timeout on a request.
func (*GetUserGreetingsParams) SetContext ¶
func (o *GetUserGreetingsParams) SetContext(ctx context.Context)
SetContext adds the context to the get user greetings params
func (*GetUserGreetingsParams) SetDefaults ¶
func (o *GetUserGreetingsParams) SetDefaults()
SetDefaults hydrates default values in the get user greetings params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserGreetingsParams) SetHTTPClient ¶
func (o *GetUserGreetingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user greetings params
func (*GetUserGreetingsParams) SetPageNumber ¶
func (o *GetUserGreetingsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get user greetings params
func (*GetUserGreetingsParams) SetPageSize ¶
func (o *GetUserGreetingsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get user greetings params
func (*GetUserGreetingsParams) SetTimeout ¶
func (o *GetUserGreetingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user greetings params
func (*GetUserGreetingsParams) SetUserID ¶
func (o *GetUserGreetingsParams) SetUserID(userID string)
SetUserID adds the userId to the get user greetings params
func (*GetUserGreetingsParams) WithContext ¶
func (o *GetUserGreetingsParams) WithContext(ctx context.Context) *GetUserGreetingsParams
WithContext adds the context to the get user greetings params
func (*GetUserGreetingsParams) WithDefaults ¶
func (o *GetUserGreetingsParams) WithDefaults() *GetUserGreetingsParams
WithDefaults hydrates default values in the get user greetings params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserGreetingsParams) WithHTTPClient ¶
func (o *GetUserGreetingsParams) WithHTTPClient(client *http.Client) *GetUserGreetingsParams
WithHTTPClient adds the HTTPClient to the get user greetings params
func (*GetUserGreetingsParams) WithPageNumber ¶
func (o *GetUserGreetingsParams) WithPageNumber(pageNumber *int32) *GetUserGreetingsParams
WithPageNumber adds the pageNumber to the get user greetings params
func (*GetUserGreetingsParams) WithPageSize ¶
func (o *GetUserGreetingsParams) WithPageSize(pageSize *int32) *GetUserGreetingsParams
WithPageSize adds the pageSize to the get user greetings params
func (*GetUserGreetingsParams) WithTimeout ¶
func (o *GetUserGreetingsParams) WithTimeout(timeout time.Duration) *GetUserGreetingsParams
WithTimeout adds the timeout to the get user greetings params
func (*GetUserGreetingsParams) WithUserID ¶
func (o *GetUserGreetingsParams) WithUserID(userID string) *GetUserGreetingsParams
WithUserID adds the userID to the get user greetings params
func (*GetUserGreetingsParams) WriteToRequest ¶
func (o *GetUserGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserGreetingsReader ¶
type GetUserGreetingsReader struct {
// contains filtered or unexported fields
}
GetUserGreetingsReader is a Reader for the GetUserGreetings structure.
func (*GetUserGreetingsReader) ReadResponse ¶
func (o *GetUserGreetingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserGreetingsRequestEntityTooLarge ¶
GetUserGreetingsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetUserGreetingsRequestEntityTooLarge ¶
func NewGetUserGreetingsRequestEntityTooLarge() *GetUserGreetingsRequestEntityTooLarge
NewGetUserGreetingsRequestEntityTooLarge creates a GetUserGreetingsRequestEntityTooLarge with default headers values
func (*GetUserGreetingsRequestEntityTooLarge) Error ¶
func (o *GetUserGreetingsRequestEntityTooLarge) Error() string
func (*GetUserGreetingsRequestEntityTooLarge) GetPayload ¶
func (o *GetUserGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetUserGreetingsRequestEntityTooLarge) IsClientError ¶
func (o *GetUserGreetingsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get user greetings request entity too large response has a 4xx status code
func (*GetUserGreetingsRequestEntityTooLarge) IsCode ¶
func (o *GetUserGreetingsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get user greetings request entity too large response a status code equal to that given
func (*GetUserGreetingsRequestEntityTooLarge) IsRedirect ¶
func (o *GetUserGreetingsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get user greetings request entity too large response has a 3xx status code
func (*GetUserGreetingsRequestEntityTooLarge) IsServerError ¶
func (o *GetUserGreetingsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get user greetings request entity too large response has a 5xx status code
func (*GetUserGreetingsRequestEntityTooLarge) IsSuccess ¶
func (o *GetUserGreetingsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get user greetings request entity too large response has a 2xx status code
func (*GetUserGreetingsRequestEntityTooLarge) String ¶
func (o *GetUserGreetingsRequestEntityTooLarge) String() string
type GetUserGreetingsRequestTimeout ¶
GetUserGreetingsRequestTimeout 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 NewGetUserGreetingsRequestTimeout ¶
func NewGetUserGreetingsRequestTimeout() *GetUserGreetingsRequestTimeout
NewGetUserGreetingsRequestTimeout creates a GetUserGreetingsRequestTimeout with default headers values
func (*GetUserGreetingsRequestTimeout) Error ¶
func (o *GetUserGreetingsRequestTimeout) Error() string
func (*GetUserGreetingsRequestTimeout) GetPayload ¶
func (o *GetUserGreetingsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetUserGreetingsRequestTimeout) IsClientError ¶
func (o *GetUserGreetingsRequestTimeout) IsClientError() bool
IsClientError returns true when this get user greetings request timeout response has a 4xx status code
func (*GetUserGreetingsRequestTimeout) IsCode ¶
func (o *GetUserGreetingsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get user greetings request timeout response a status code equal to that given
func (*GetUserGreetingsRequestTimeout) IsRedirect ¶
func (o *GetUserGreetingsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get user greetings request timeout response has a 3xx status code
func (*GetUserGreetingsRequestTimeout) IsServerError ¶
func (o *GetUserGreetingsRequestTimeout) IsServerError() bool
IsServerError returns true when this get user greetings request timeout response has a 5xx status code
func (*GetUserGreetingsRequestTimeout) IsSuccess ¶
func (o *GetUserGreetingsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get user greetings request timeout response has a 2xx status code
func (*GetUserGreetingsRequestTimeout) String ¶
func (o *GetUserGreetingsRequestTimeout) String() string
type GetUserGreetingsServiceUnavailable ¶
type GetUserGreetingsServiceUnavailable struct {
}
GetUserGreetingsServiceUnavailable 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 NewGetUserGreetingsServiceUnavailable ¶
func NewGetUserGreetingsServiceUnavailable() *GetUserGreetingsServiceUnavailable
NewGetUserGreetingsServiceUnavailable creates a GetUserGreetingsServiceUnavailable with default headers values
func (*GetUserGreetingsServiceUnavailable) Error ¶
func (o *GetUserGreetingsServiceUnavailable) Error() string
func (*GetUserGreetingsServiceUnavailable) GetPayload ¶
func (o *GetUserGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetUserGreetingsServiceUnavailable) IsClientError ¶
func (o *GetUserGreetingsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get user greetings service unavailable response has a 4xx status code
func (*GetUserGreetingsServiceUnavailable) IsCode ¶
func (o *GetUserGreetingsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get user greetings service unavailable response a status code equal to that given
func (*GetUserGreetingsServiceUnavailable) IsRedirect ¶
func (o *GetUserGreetingsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get user greetings service unavailable response has a 3xx status code
func (*GetUserGreetingsServiceUnavailable) IsServerError ¶
func (o *GetUserGreetingsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get user greetings service unavailable response has a 5xx status code
func (*GetUserGreetingsServiceUnavailable) IsSuccess ¶
func (o *GetUserGreetingsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get user greetings service unavailable response has a 2xx status code
func (*GetUserGreetingsServiceUnavailable) String ¶
func (o *GetUserGreetingsServiceUnavailable) String() string
type GetUserGreetingsTooManyRequests ¶
GetUserGreetingsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetUserGreetingsTooManyRequests ¶
func NewGetUserGreetingsTooManyRequests() *GetUserGreetingsTooManyRequests
NewGetUserGreetingsTooManyRequests creates a GetUserGreetingsTooManyRequests with default headers values
func (*GetUserGreetingsTooManyRequests) Error ¶
func (o *GetUserGreetingsTooManyRequests) Error() string
func (*GetUserGreetingsTooManyRequests) GetPayload ¶
func (o *GetUserGreetingsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetUserGreetingsTooManyRequests) IsClientError ¶
func (o *GetUserGreetingsTooManyRequests) IsClientError() bool
IsClientError returns true when this get user greetings too many requests response has a 4xx status code
func (*GetUserGreetingsTooManyRequests) IsCode ¶
func (o *GetUserGreetingsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get user greetings too many requests response a status code equal to that given
func (*GetUserGreetingsTooManyRequests) IsRedirect ¶
func (o *GetUserGreetingsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get user greetings too many requests response has a 3xx status code
func (*GetUserGreetingsTooManyRequests) IsServerError ¶
func (o *GetUserGreetingsTooManyRequests) IsServerError() bool
IsServerError returns true when this get user greetings too many requests response has a 5xx status code
func (*GetUserGreetingsTooManyRequests) IsSuccess ¶
func (o *GetUserGreetingsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get user greetings too many requests response has a 2xx status code
func (*GetUserGreetingsTooManyRequests) String ¶
func (o *GetUserGreetingsTooManyRequests) String() string
type GetUserGreetingsUnauthorized ¶
type GetUserGreetingsUnauthorized struct {
}
GetUserGreetingsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetUserGreetingsUnauthorized ¶
func NewGetUserGreetingsUnauthorized() *GetUserGreetingsUnauthorized
NewGetUserGreetingsUnauthorized creates a GetUserGreetingsUnauthorized with default headers values
func (*GetUserGreetingsUnauthorized) Error ¶
func (o *GetUserGreetingsUnauthorized) Error() string
func (*GetUserGreetingsUnauthorized) GetPayload ¶
func (o *GetUserGreetingsUnauthorized) GetPayload() *models.ErrorBody
func (*GetUserGreetingsUnauthorized) IsClientError ¶
func (o *GetUserGreetingsUnauthorized) IsClientError() bool
IsClientError returns true when this get user greetings unauthorized response has a 4xx status code
func (*GetUserGreetingsUnauthorized) IsCode ¶
func (o *GetUserGreetingsUnauthorized) IsCode(code int) bool
IsCode returns true when this get user greetings unauthorized response a status code equal to that given
func (*GetUserGreetingsUnauthorized) IsRedirect ¶
func (o *GetUserGreetingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get user greetings unauthorized response has a 3xx status code
func (*GetUserGreetingsUnauthorized) IsServerError ¶
func (o *GetUserGreetingsUnauthorized) IsServerError() bool
IsServerError returns true when this get user greetings unauthorized response has a 5xx status code
func (*GetUserGreetingsUnauthorized) IsSuccess ¶
func (o *GetUserGreetingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get user greetings unauthorized response has a 2xx status code
func (*GetUserGreetingsUnauthorized) String ¶
func (o *GetUserGreetingsUnauthorized) String() string
type GetUserGreetingsUnsupportedMediaType ¶
GetUserGreetingsUnsupportedMediaType 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 NewGetUserGreetingsUnsupportedMediaType ¶
func NewGetUserGreetingsUnsupportedMediaType() *GetUserGreetingsUnsupportedMediaType
NewGetUserGreetingsUnsupportedMediaType creates a GetUserGreetingsUnsupportedMediaType with default headers values
func (*GetUserGreetingsUnsupportedMediaType) Error ¶
func (o *GetUserGreetingsUnsupportedMediaType) Error() string
func (*GetUserGreetingsUnsupportedMediaType) GetPayload ¶
func (o *GetUserGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetUserGreetingsUnsupportedMediaType) IsClientError ¶
func (o *GetUserGreetingsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get user greetings unsupported media type response has a 4xx status code
func (*GetUserGreetingsUnsupportedMediaType) IsCode ¶
func (o *GetUserGreetingsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get user greetings unsupported media type response a status code equal to that given
func (*GetUserGreetingsUnsupportedMediaType) IsRedirect ¶
func (o *GetUserGreetingsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get user greetings unsupported media type response has a 3xx status code
func (*GetUserGreetingsUnsupportedMediaType) IsServerError ¶
func (o *GetUserGreetingsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get user greetings unsupported media type response has a 5xx status code
func (*GetUserGreetingsUnsupportedMediaType) IsSuccess ¶
func (o *GetUserGreetingsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get user greetings unsupported media type response has a 2xx status code
func (*GetUserGreetingsUnsupportedMediaType) String ¶
func (o *GetUserGreetingsUnsupportedMediaType) String() string
type PostGreetingsBadRequest ¶
PostGreetingsBadRequest 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 NewPostGreetingsBadRequest ¶
func NewPostGreetingsBadRequest() *PostGreetingsBadRequest
NewPostGreetingsBadRequest creates a PostGreetingsBadRequest with default headers values
func (*PostGreetingsBadRequest) Error ¶
func (o *PostGreetingsBadRequest) Error() string
func (*PostGreetingsBadRequest) GetPayload ¶
func (o *PostGreetingsBadRequest) GetPayload() *models.ErrorBody
func (*PostGreetingsBadRequest) IsClientError ¶
func (o *PostGreetingsBadRequest) IsClientError() bool
IsClientError returns true when this post greetings bad request response has a 4xx status code
func (*PostGreetingsBadRequest) IsCode ¶
func (o *PostGreetingsBadRequest) IsCode(code int) bool
IsCode returns true when this post greetings bad request response a status code equal to that given
func (*PostGreetingsBadRequest) IsRedirect ¶
func (o *PostGreetingsBadRequest) IsRedirect() bool
IsRedirect returns true when this post greetings bad request response has a 3xx status code
func (*PostGreetingsBadRequest) IsServerError ¶
func (o *PostGreetingsBadRequest) IsServerError() bool
IsServerError returns true when this post greetings bad request response has a 5xx status code
func (*PostGreetingsBadRequest) IsSuccess ¶
func (o *PostGreetingsBadRequest) IsSuccess() bool
IsSuccess returns true when this post greetings bad request response has a 2xx status code
func (*PostGreetingsBadRequest) String ¶
func (o *PostGreetingsBadRequest) String() string
type PostGreetingsForbidden ¶
PostGreetingsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostGreetingsForbidden ¶
func NewPostGreetingsForbidden() *PostGreetingsForbidden
NewPostGreetingsForbidden creates a PostGreetingsForbidden with default headers values
func (*PostGreetingsForbidden) Error ¶
func (o *PostGreetingsForbidden) Error() string
func (*PostGreetingsForbidden) GetPayload ¶
func (o *PostGreetingsForbidden) GetPayload() *models.ErrorBody
func (*PostGreetingsForbidden) IsClientError ¶
func (o *PostGreetingsForbidden) IsClientError() bool
IsClientError returns true when this post greetings forbidden response has a 4xx status code
func (*PostGreetingsForbidden) IsCode ¶
func (o *PostGreetingsForbidden) IsCode(code int) bool
IsCode returns true when this post greetings forbidden response a status code equal to that given
func (*PostGreetingsForbidden) IsRedirect ¶
func (o *PostGreetingsForbidden) IsRedirect() bool
IsRedirect returns true when this post greetings forbidden response has a 3xx status code
func (*PostGreetingsForbidden) IsServerError ¶
func (o *PostGreetingsForbidden) IsServerError() bool
IsServerError returns true when this post greetings forbidden response has a 5xx status code
func (*PostGreetingsForbidden) IsSuccess ¶
func (o *PostGreetingsForbidden) IsSuccess() bool
IsSuccess returns true when this post greetings forbidden response has a 2xx status code
func (*PostGreetingsForbidden) String ¶
func (o *PostGreetingsForbidden) String() string
type PostGreetingsGatewayTimeout ¶
PostGreetingsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostGreetingsGatewayTimeout ¶
func NewPostGreetingsGatewayTimeout() *PostGreetingsGatewayTimeout
NewPostGreetingsGatewayTimeout creates a PostGreetingsGatewayTimeout with default headers values
func (*PostGreetingsGatewayTimeout) Error ¶
func (o *PostGreetingsGatewayTimeout) Error() string
func (*PostGreetingsGatewayTimeout) GetPayload ¶
func (o *PostGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostGreetingsGatewayTimeout) IsClientError ¶
func (o *PostGreetingsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post greetings gateway timeout response has a 4xx status code
func (*PostGreetingsGatewayTimeout) IsCode ¶
func (o *PostGreetingsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post greetings gateway timeout response a status code equal to that given
func (*PostGreetingsGatewayTimeout) IsRedirect ¶
func (o *PostGreetingsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post greetings gateway timeout response has a 3xx status code
func (*PostGreetingsGatewayTimeout) IsServerError ¶
func (o *PostGreetingsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post greetings gateway timeout response has a 5xx status code
func (*PostGreetingsGatewayTimeout) IsSuccess ¶
func (o *PostGreetingsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post greetings gateway timeout response has a 2xx status code
func (*PostGreetingsGatewayTimeout) String ¶
func (o *PostGreetingsGatewayTimeout) String() string
type PostGreetingsInternalServerError ¶
PostGreetingsInternalServerError 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 NewPostGreetingsInternalServerError ¶
func NewPostGreetingsInternalServerError() *PostGreetingsInternalServerError
NewPostGreetingsInternalServerError creates a PostGreetingsInternalServerError with default headers values
func (*PostGreetingsInternalServerError) Error ¶
func (o *PostGreetingsInternalServerError) Error() string
func (*PostGreetingsInternalServerError) GetPayload ¶
func (o *PostGreetingsInternalServerError) GetPayload() *models.ErrorBody
func (*PostGreetingsInternalServerError) IsClientError ¶
func (o *PostGreetingsInternalServerError) IsClientError() bool
IsClientError returns true when this post greetings internal server error response has a 4xx status code
func (*PostGreetingsInternalServerError) IsCode ¶
func (o *PostGreetingsInternalServerError) IsCode(code int) bool
IsCode returns true when this post greetings internal server error response a status code equal to that given
func (*PostGreetingsInternalServerError) IsRedirect ¶
func (o *PostGreetingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post greetings internal server error response has a 3xx status code
func (*PostGreetingsInternalServerError) IsServerError ¶
func (o *PostGreetingsInternalServerError) IsServerError() bool
IsServerError returns true when this post greetings internal server error response has a 5xx status code
func (*PostGreetingsInternalServerError) IsSuccess ¶
func (o *PostGreetingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post greetings internal server error response has a 2xx status code
func (*PostGreetingsInternalServerError) String ¶
func (o *PostGreetingsInternalServerError) String() string
type PostGreetingsNotFound ¶
PostGreetingsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostGreetingsNotFound ¶
func NewPostGreetingsNotFound() *PostGreetingsNotFound
NewPostGreetingsNotFound creates a PostGreetingsNotFound with default headers values
func (*PostGreetingsNotFound) Error ¶
func (o *PostGreetingsNotFound) Error() string
func (*PostGreetingsNotFound) GetPayload ¶
func (o *PostGreetingsNotFound) GetPayload() *models.ErrorBody
func (*PostGreetingsNotFound) IsClientError ¶
func (o *PostGreetingsNotFound) IsClientError() bool
IsClientError returns true when this post greetings not found response has a 4xx status code
func (*PostGreetingsNotFound) IsCode ¶
func (o *PostGreetingsNotFound) IsCode(code int) bool
IsCode returns true when this post greetings not found response a status code equal to that given
func (*PostGreetingsNotFound) IsRedirect ¶
func (o *PostGreetingsNotFound) IsRedirect() bool
IsRedirect returns true when this post greetings not found response has a 3xx status code
func (*PostGreetingsNotFound) IsServerError ¶
func (o *PostGreetingsNotFound) IsServerError() bool
IsServerError returns true when this post greetings not found response has a 5xx status code
func (*PostGreetingsNotFound) IsSuccess ¶
func (o *PostGreetingsNotFound) IsSuccess() bool
IsSuccess returns true when this post greetings not found response has a 2xx status code
func (*PostGreetingsNotFound) String ¶
func (o *PostGreetingsNotFound) String() string
type PostGreetingsOK ¶
PostGreetingsOK describes a response with status code 200, with default header values.
successful operation
func NewPostGreetingsOK ¶
func NewPostGreetingsOK() *PostGreetingsOK
NewPostGreetingsOK creates a PostGreetingsOK with default headers values
func (*PostGreetingsOK) Error ¶
func (o *PostGreetingsOK) Error() string
func (*PostGreetingsOK) GetPayload ¶
func (o *PostGreetingsOK) GetPayload() *models.Greeting
func (*PostGreetingsOK) IsClientError ¶
func (o *PostGreetingsOK) IsClientError() bool
IsClientError returns true when this post greetings o k response has a 4xx status code
func (*PostGreetingsOK) IsCode ¶
func (o *PostGreetingsOK) IsCode(code int) bool
IsCode returns true when this post greetings o k response a status code equal to that given
func (*PostGreetingsOK) IsRedirect ¶
func (o *PostGreetingsOK) IsRedirect() bool
IsRedirect returns true when this post greetings o k response has a 3xx status code
func (*PostGreetingsOK) IsServerError ¶
func (o *PostGreetingsOK) IsServerError() bool
IsServerError returns true when this post greetings o k response has a 5xx status code
func (*PostGreetingsOK) IsSuccess ¶
func (o *PostGreetingsOK) IsSuccess() bool
IsSuccess returns true when this post greetings o k response has a 2xx status code
func (*PostGreetingsOK) String ¶
func (o *PostGreetingsOK) String() string
type PostGreetingsParams ¶
type PostGreetingsParams struct {
/* Body.
The Greeting to create
*/
Body *models.Greeting
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostGreetingsParams contains all the parameters to send to the API endpoint
for the post greetings operation. Typically these are written to a http.Request.
func NewPostGreetingsParams ¶
func NewPostGreetingsParams() *PostGreetingsParams
NewPostGreetingsParams creates a new PostGreetingsParams 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 NewPostGreetingsParamsWithContext ¶
func NewPostGreetingsParamsWithContext(ctx context.Context) *PostGreetingsParams
NewPostGreetingsParamsWithContext creates a new PostGreetingsParams object with the ability to set a context for a request.
func NewPostGreetingsParamsWithHTTPClient ¶
func NewPostGreetingsParamsWithHTTPClient(client *http.Client) *PostGreetingsParams
NewPostGreetingsParamsWithHTTPClient creates a new PostGreetingsParams object with the ability to set a custom HTTPClient for a request.
func NewPostGreetingsParamsWithTimeout ¶
func NewPostGreetingsParamsWithTimeout(timeout time.Duration) *PostGreetingsParams
NewPostGreetingsParamsWithTimeout creates a new PostGreetingsParams object with the ability to set a timeout on a request.
func (*PostGreetingsParams) SetBody ¶
func (o *PostGreetingsParams) SetBody(body *models.Greeting)
SetBody adds the body to the post greetings params
func (*PostGreetingsParams) SetContext ¶
func (o *PostGreetingsParams) SetContext(ctx context.Context)
SetContext adds the context to the post greetings params
func (*PostGreetingsParams) SetDefaults ¶
func (o *PostGreetingsParams) SetDefaults()
SetDefaults hydrates default values in the post greetings params (not the query body).
All values with no default are reset to their zero value.
func (*PostGreetingsParams) SetHTTPClient ¶
func (o *PostGreetingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post greetings params
func (*PostGreetingsParams) SetTimeout ¶
func (o *PostGreetingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post greetings params
func (*PostGreetingsParams) WithBody ¶
func (o *PostGreetingsParams) WithBody(body *models.Greeting) *PostGreetingsParams
WithBody adds the body to the post greetings params
func (*PostGreetingsParams) WithContext ¶
func (o *PostGreetingsParams) WithContext(ctx context.Context) *PostGreetingsParams
WithContext adds the context to the post greetings params
func (*PostGreetingsParams) WithDefaults ¶
func (o *PostGreetingsParams) WithDefaults() *PostGreetingsParams
WithDefaults hydrates default values in the post greetings params (not the query body).
All values with no default are reset to their zero value.
func (*PostGreetingsParams) WithHTTPClient ¶
func (o *PostGreetingsParams) WithHTTPClient(client *http.Client) *PostGreetingsParams
WithHTTPClient adds the HTTPClient to the post greetings params
func (*PostGreetingsParams) WithTimeout ¶
func (o *PostGreetingsParams) WithTimeout(timeout time.Duration) *PostGreetingsParams
WithTimeout adds the timeout to the post greetings params
func (*PostGreetingsParams) WriteToRequest ¶
func (o *PostGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostGreetingsReader ¶
type PostGreetingsReader struct {
// contains filtered or unexported fields
}
PostGreetingsReader is a Reader for the PostGreetings structure.
func (*PostGreetingsReader) ReadResponse ¶
func (o *PostGreetingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostGreetingsRequestEntityTooLarge ¶
PostGreetingsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostGreetingsRequestEntityTooLarge ¶
func NewPostGreetingsRequestEntityTooLarge() *PostGreetingsRequestEntityTooLarge
NewPostGreetingsRequestEntityTooLarge creates a PostGreetingsRequestEntityTooLarge with default headers values
func (*PostGreetingsRequestEntityTooLarge) Error ¶
func (o *PostGreetingsRequestEntityTooLarge) Error() string
func (*PostGreetingsRequestEntityTooLarge) GetPayload ¶
func (o *PostGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostGreetingsRequestEntityTooLarge) IsClientError ¶
func (o *PostGreetingsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post greetings request entity too large response has a 4xx status code
func (*PostGreetingsRequestEntityTooLarge) IsCode ¶
func (o *PostGreetingsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post greetings request entity too large response a status code equal to that given
func (*PostGreetingsRequestEntityTooLarge) IsRedirect ¶
func (o *PostGreetingsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post greetings request entity too large response has a 3xx status code
func (*PostGreetingsRequestEntityTooLarge) IsServerError ¶
func (o *PostGreetingsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post greetings request entity too large response has a 5xx status code
func (*PostGreetingsRequestEntityTooLarge) IsSuccess ¶
func (o *PostGreetingsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post greetings request entity too large response has a 2xx status code
func (*PostGreetingsRequestEntityTooLarge) String ¶
func (o *PostGreetingsRequestEntityTooLarge) String() string
type PostGreetingsRequestTimeout ¶
PostGreetingsRequestTimeout 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 NewPostGreetingsRequestTimeout ¶
func NewPostGreetingsRequestTimeout() *PostGreetingsRequestTimeout
NewPostGreetingsRequestTimeout creates a PostGreetingsRequestTimeout with default headers values
func (*PostGreetingsRequestTimeout) Error ¶
func (o *PostGreetingsRequestTimeout) Error() string
func (*PostGreetingsRequestTimeout) GetPayload ¶
func (o *PostGreetingsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostGreetingsRequestTimeout) IsClientError ¶
func (o *PostGreetingsRequestTimeout) IsClientError() bool
IsClientError returns true when this post greetings request timeout response has a 4xx status code
func (*PostGreetingsRequestTimeout) IsCode ¶
func (o *PostGreetingsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post greetings request timeout response a status code equal to that given
func (*PostGreetingsRequestTimeout) IsRedirect ¶
func (o *PostGreetingsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post greetings request timeout response has a 3xx status code
func (*PostGreetingsRequestTimeout) IsServerError ¶
func (o *PostGreetingsRequestTimeout) IsServerError() bool
IsServerError returns true when this post greetings request timeout response has a 5xx status code
func (*PostGreetingsRequestTimeout) IsSuccess ¶
func (o *PostGreetingsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post greetings request timeout response has a 2xx status code
func (*PostGreetingsRequestTimeout) String ¶
func (o *PostGreetingsRequestTimeout) String() string
type PostGreetingsServiceUnavailable ¶
type PostGreetingsServiceUnavailable struct {
}
PostGreetingsServiceUnavailable 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 NewPostGreetingsServiceUnavailable ¶
func NewPostGreetingsServiceUnavailable() *PostGreetingsServiceUnavailable
NewPostGreetingsServiceUnavailable creates a PostGreetingsServiceUnavailable with default headers values
func (*PostGreetingsServiceUnavailable) Error ¶
func (o *PostGreetingsServiceUnavailable) Error() string
func (*PostGreetingsServiceUnavailable) GetPayload ¶
func (o *PostGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostGreetingsServiceUnavailable) IsClientError ¶
func (o *PostGreetingsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post greetings service unavailable response has a 4xx status code
func (*PostGreetingsServiceUnavailable) IsCode ¶
func (o *PostGreetingsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post greetings service unavailable response a status code equal to that given
func (*PostGreetingsServiceUnavailable) IsRedirect ¶
func (o *PostGreetingsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post greetings service unavailable response has a 3xx status code
func (*PostGreetingsServiceUnavailable) IsServerError ¶
func (o *PostGreetingsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post greetings service unavailable response has a 5xx status code
func (*PostGreetingsServiceUnavailable) IsSuccess ¶
func (o *PostGreetingsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post greetings service unavailable response has a 2xx status code
func (*PostGreetingsServiceUnavailable) String ¶
func (o *PostGreetingsServiceUnavailable) String() string
type PostGreetingsTooManyRequests ¶
PostGreetingsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostGreetingsTooManyRequests ¶
func NewPostGreetingsTooManyRequests() *PostGreetingsTooManyRequests
NewPostGreetingsTooManyRequests creates a PostGreetingsTooManyRequests with default headers values
func (*PostGreetingsTooManyRequests) Error ¶
func (o *PostGreetingsTooManyRequests) Error() string
func (*PostGreetingsTooManyRequests) GetPayload ¶
func (o *PostGreetingsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostGreetingsTooManyRequests) IsClientError ¶
func (o *PostGreetingsTooManyRequests) IsClientError() bool
IsClientError returns true when this post greetings too many requests response has a 4xx status code
func (*PostGreetingsTooManyRequests) IsCode ¶
func (o *PostGreetingsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post greetings too many requests response a status code equal to that given
func (*PostGreetingsTooManyRequests) IsRedirect ¶
func (o *PostGreetingsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post greetings too many requests response has a 3xx status code
func (*PostGreetingsTooManyRequests) IsServerError ¶
func (o *PostGreetingsTooManyRequests) IsServerError() bool
IsServerError returns true when this post greetings too many requests response has a 5xx status code
func (*PostGreetingsTooManyRequests) IsSuccess ¶
func (o *PostGreetingsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post greetings too many requests response has a 2xx status code
func (*PostGreetingsTooManyRequests) String ¶
func (o *PostGreetingsTooManyRequests) String() string
type PostGreetingsUnauthorized ¶
type PostGreetingsUnauthorized struct {
}
PostGreetingsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostGreetingsUnauthorized ¶
func NewPostGreetingsUnauthorized() *PostGreetingsUnauthorized
NewPostGreetingsUnauthorized creates a PostGreetingsUnauthorized with default headers values
func (*PostGreetingsUnauthorized) Error ¶
func (o *PostGreetingsUnauthorized) Error() string
func (*PostGreetingsUnauthorized) GetPayload ¶
func (o *PostGreetingsUnauthorized) GetPayload() *models.ErrorBody
func (*PostGreetingsUnauthorized) IsClientError ¶
func (o *PostGreetingsUnauthorized) IsClientError() bool
IsClientError returns true when this post greetings unauthorized response has a 4xx status code
func (*PostGreetingsUnauthorized) IsCode ¶
func (o *PostGreetingsUnauthorized) IsCode(code int) bool
IsCode returns true when this post greetings unauthorized response a status code equal to that given
func (*PostGreetingsUnauthorized) IsRedirect ¶
func (o *PostGreetingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post greetings unauthorized response has a 3xx status code
func (*PostGreetingsUnauthorized) IsServerError ¶
func (o *PostGreetingsUnauthorized) IsServerError() bool
IsServerError returns true when this post greetings unauthorized response has a 5xx status code
func (*PostGreetingsUnauthorized) IsSuccess ¶
func (o *PostGreetingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post greetings unauthorized response has a 2xx status code
func (*PostGreetingsUnauthorized) String ¶
func (o *PostGreetingsUnauthorized) String() string
type PostGreetingsUnsupportedMediaType ¶
PostGreetingsUnsupportedMediaType 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 NewPostGreetingsUnsupportedMediaType ¶
func NewPostGreetingsUnsupportedMediaType() *PostGreetingsUnsupportedMediaType
NewPostGreetingsUnsupportedMediaType creates a PostGreetingsUnsupportedMediaType with default headers values
func (*PostGreetingsUnsupportedMediaType) Error ¶
func (o *PostGreetingsUnsupportedMediaType) Error() string
func (*PostGreetingsUnsupportedMediaType) GetPayload ¶
func (o *PostGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostGreetingsUnsupportedMediaType) IsClientError ¶
func (o *PostGreetingsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post greetings unsupported media type response has a 4xx status code
func (*PostGreetingsUnsupportedMediaType) IsCode ¶
func (o *PostGreetingsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post greetings unsupported media type response a status code equal to that given
func (*PostGreetingsUnsupportedMediaType) IsRedirect ¶
func (o *PostGreetingsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post greetings unsupported media type response has a 3xx status code
func (*PostGreetingsUnsupportedMediaType) IsServerError ¶
func (o *PostGreetingsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post greetings unsupported media type response has a 5xx status code
func (*PostGreetingsUnsupportedMediaType) IsSuccess ¶
func (o *PostGreetingsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post greetings unsupported media type response has a 2xx status code
func (*PostGreetingsUnsupportedMediaType) String ¶
func (o *PostGreetingsUnsupportedMediaType) String() string
type PostGroupGreetingsBadRequest ¶
PostGroupGreetingsBadRequest 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 NewPostGroupGreetingsBadRequest ¶
func NewPostGroupGreetingsBadRequest() *PostGroupGreetingsBadRequest
NewPostGroupGreetingsBadRequest creates a PostGroupGreetingsBadRequest with default headers values
func (*PostGroupGreetingsBadRequest) Error ¶
func (o *PostGroupGreetingsBadRequest) Error() string
func (*PostGroupGreetingsBadRequest) GetPayload ¶
func (o *PostGroupGreetingsBadRequest) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsBadRequest) IsClientError ¶
func (o *PostGroupGreetingsBadRequest) IsClientError() bool
IsClientError returns true when this post group greetings bad request response has a 4xx status code
func (*PostGroupGreetingsBadRequest) IsCode ¶
func (o *PostGroupGreetingsBadRequest) IsCode(code int) bool
IsCode returns true when this post group greetings bad request response a status code equal to that given
func (*PostGroupGreetingsBadRequest) IsRedirect ¶
func (o *PostGroupGreetingsBadRequest) IsRedirect() bool
IsRedirect returns true when this post group greetings bad request response has a 3xx status code
func (*PostGroupGreetingsBadRequest) IsServerError ¶
func (o *PostGroupGreetingsBadRequest) IsServerError() bool
IsServerError returns true when this post group greetings bad request response has a 5xx status code
func (*PostGroupGreetingsBadRequest) IsSuccess ¶
func (o *PostGroupGreetingsBadRequest) IsSuccess() bool
IsSuccess returns true when this post group greetings bad request response has a 2xx status code
func (*PostGroupGreetingsBadRequest) String ¶
func (o *PostGroupGreetingsBadRequest) String() string
type PostGroupGreetingsForbidden ¶
PostGroupGreetingsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostGroupGreetingsForbidden ¶
func NewPostGroupGreetingsForbidden() *PostGroupGreetingsForbidden
NewPostGroupGreetingsForbidden creates a PostGroupGreetingsForbidden with default headers values
func (*PostGroupGreetingsForbidden) Error ¶
func (o *PostGroupGreetingsForbidden) Error() string
func (*PostGroupGreetingsForbidden) GetPayload ¶
func (o *PostGroupGreetingsForbidden) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsForbidden) IsClientError ¶
func (o *PostGroupGreetingsForbidden) IsClientError() bool
IsClientError returns true when this post group greetings forbidden response has a 4xx status code
func (*PostGroupGreetingsForbidden) IsCode ¶
func (o *PostGroupGreetingsForbidden) IsCode(code int) bool
IsCode returns true when this post group greetings forbidden response a status code equal to that given
func (*PostGroupGreetingsForbidden) IsRedirect ¶
func (o *PostGroupGreetingsForbidden) IsRedirect() bool
IsRedirect returns true when this post group greetings forbidden response has a 3xx status code
func (*PostGroupGreetingsForbidden) IsServerError ¶
func (o *PostGroupGreetingsForbidden) IsServerError() bool
IsServerError returns true when this post group greetings forbidden response has a 5xx status code
func (*PostGroupGreetingsForbidden) IsSuccess ¶
func (o *PostGroupGreetingsForbidden) IsSuccess() bool
IsSuccess returns true when this post group greetings forbidden response has a 2xx status code
func (*PostGroupGreetingsForbidden) String ¶
func (o *PostGroupGreetingsForbidden) String() string
type PostGroupGreetingsGatewayTimeout ¶
PostGroupGreetingsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostGroupGreetingsGatewayTimeout ¶
func NewPostGroupGreetingsGatewayTimeout() *PostGroupGreetingsGatewayTimeout
NewPostGroupGreetingsGatewayTimeout creates a PostGroupGreetingsGatewayTimeout with default headers values
func (*PostGroupGreetingsGatewayTimeout) Error ¶
func (o *PostGroupGreetingsGatewayTimeout) Error() string
func (*PostGroupGreetingsGatewayTimeout) GetPayload ¶
func (o *PostGroupGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsGatewayTimeout) IsClientError ¶
func (o *PostGroupGreetingsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post group greetings gateway timeout response has a 4xx status code
func (*PostGroupGreetingsGatewayTimeout) IsCode ¶
func (o *PostGroupGreetingsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post group greetings gateway timeout response a status code equal to that given
func (*PostGroupGreetingsGatewayTimeout) IsRedirect ¶
func (o *PostGroupGreetingsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post group greetings gateway timeout response has a 3xx status code
func (*PostGroupGreetingsGatewayTimeout) IsServerError ¶
func (o *PostGroupGreetingsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post group greetings gateway timeout response has a 5xx status code
func (*PostGroupGreetingsGatewayTimeout) IsSuccess ¶
func (o *PostGroupGreetingsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post group greetings gateway timeout response has a 2xx status code
func (*PostGroupGreetingsGatewayTimeout) String ¶
func (o *PostGroupGreetingsGatewayTimeout) String() string
type PostGroupGreetingsInternalServerError ¶
PostGroupGreetingsInternalServerError 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 NewPostGroupGreetingsInternalServerError ¶
func NewPostGroupGreetingsInternalServerError() *PostGroupGreetingsInternalServerError
NewPostGroupGreetingsInternalServerError creates a PostGroupGreetingsInternalServerError with default headers values
func (*PostGroupGreetingsInternalServerError) Error ¶
func (o *PostGroupGreetingsInternalServerError) Error() string
func (*PostGroupGreetingsInternalServerError) GetPayload ¶
func (o *PostGroupGreetingsInternalServerError) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsInternalServerError) IsClientError ¶
func (o *PostGroupGreetingsInternalServerError) IsClientError() bool
IsClientError returns true when this post group greetings internal server error response has a 4xx status code
func (*PostGroupGreetingsInternalServerError) IsCode ¶
func (o *PostGroupGreetingsInternalServerError) IsCode(code int) bool
IsCode returns true when this post group greetings internal server error response a status code equal to that given
func (*PostGroupGreetingsInternalServerError) IsRedirect ¶
func (o *PostGroupGreetingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post group greetings internal server error response has a 3xx status code
func (*PostGroupGreetingsInternalServerError) IsServerError ¶
func (o *PostGroupGreetingsInternalServerError) IsServerError() bool
IsServerError returns true when this post group greetings internal server error response has a 5xx status code
func (*PostGroupGreetingsInternalServerError) IsSuccess ¶
func (o *PostGroupGreetingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post group greetings internal server error response has a 2xx status code
func (*PostGroupGreetingsInternalServerError) String ¶
func (o *PostGroupGreetingsInternalServerError) String() string
type PostGroupGreetingsNotFound ¶
PostGroupGreetingsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostGroupGreetingsNotFound ¶
func NewPostGroupGreetingsNotFound() *PostGroupGreetingsNotFound
NewPostGroupGreetingsNotFound creates a PostGroupGreetingsNotFound with default headers values
func (*PostGroupGreetingsNotFound) Error ¶
func (o *PostGroupGreetingsNotFound) Error() string
func (*PostGroupGreetingsNotFound) GetPayload ¶
func (o *PostGroupGreetingsNotFound) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsNotFound) IsClientError ¶
func (o *PostGroupGreetingsNotFound) IsClientError() bool
IsClientError returns true when this post group greetings not found response has a 4xx status code
func (*PostGroupGreetingsNotFound) IsCode ¶
func (o *PostGroupGreetingsNotFound) IsCode(code int) bool
IsCode returns true when this post group greetings not found response a status code equal to that given
func (*PostGroupGreetingsNotFound) IsRedirect ¶
func (o *PostGroupGreetingsNotFound) IsRedirect() bool
IsRedirect returns true when this post group greetings not found response has a 3xx status code
func (*PostGroupGreetingsNotFound) IsServerError ¶
func (o *PostGroupGreetingsNotFound) IsServerError() bool
IsServerError returns true when this post group greetings not found response has a 5xx status code
func (*PostGroupGreetingsNotFound) IsSuccess ¶
func (o *PostGroupGreetingsNotFound) IsSuccess() bool
IsSuccess returns true when this post group greetings not found response has a 2xx status code
func (*PostGroupGreetingsNotFound) String ¶
func (o *PostGroupGreetingsNotFound) String() string
type PostGroupGreetingsOK ¶
PostGroupGreetingsOK describes a response with status code 200, with default header values.
successful operation
func NewPostGroupGreetingsOK ¶
func NewPostGroupGreetingsOK() *PostGroupGreetingsOK
NewPostGroupGreetingsOK creates a PostGroupGreetingsOK with default headers values
func (*PostGroupGreetingsOK) Error ¶
func (o *PostGroupGreetingsOK) Error() string
func (*PostGroupGreetingsOK) GetPayload ¶
func (o *PostGroupGreetingsOK) GetPayload() *models.Greeting
func (*PostGroupGreetingsOK) IsClientError ¶
func (o *PostGroupGreetingsOK) IsClientError() bool
IsClientError returns true when this post group greetings o k response has a 4xx status code
func (*PostGroupGreetingsOK) IsCode ¶
func (o *PostGroupGreetingsOK) IsCode(code int) bool
IsCode returns true when this post group greetings o k response a status code equal to that given
func (*PostGroupGreetingsOK) IsRedirect ¶
func (o *PostGroupGreetingsOK) IsRedirect() bool
IsRedirect returns true when this post group greetings o k response has a 3xx status code
func (*PostGroupGreetingsOK) IsServerError ¶
func (o *PostGroupGreetingsOK) IsServerError() bool
IsServerError returns true when this post group greetings o k response has a 5xx status code
func (*PostGroupGreetingsOK) IsSuccess ¶
func (o *PostGroupGreetingsOK) IsSuccess() bool
IsSuccess returns true when this post group greetings o k response has a 2xx status code
func (*PostGroupGreetingsOK) String ¶
func (o *PostGroupGreetingsOK) String() string
type PostGroupGreetingsParams ¶
type PostGroupGreetingsParams struct {
/* Body.
The Greeting to create
*/
Body *models.Greeting
/* GroupID.
Group ID
*/
GroupID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostGroupGreetingsParams contains all the parameters to send to the API endpoint
for the post group greetings operation. Typically these are written to a http.Request.
func NewPostGroupGreetingsParams ¶
func NewPostGroupGreetingsParams() *PostGroupGreetingsParams
NewPostGroupGreetingsParams creates a new PostGroupGreetingsParams 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 NewPostGroupGreetingsParamsWithContext ¶
func NewPostGroupGreetingsParamsWithContext(ctx context.Context) *PostGroupGreetingsParams
NewPostGroupGreetingsParamsWithContext creates a new PostGroupGreetingsParams object with the ability to set a context for a request.
func NewPostGroupGreetingsParamsWithHTTPClient ¶
func NewPostGroupGreetingsParamsWithHTTPClient(client *http.Client) *PostGroupGreetingsParams
NewPostGroupGreetingsParamsWithHTTPClient creates a new PostGroupGreetingsParams object with the ability to set a custom HTTPClient for a request.
func NewPostGroupGreetingsParamsWithTimeout ¶
func NewPostGroupGreetingsParamsWithTimeout(timeout time.Duration) *PostGroupGreetingsParams
NewPostGroupGreetingsParamsWithTimeout creates a new PostGroupGreetingsParams object with the ability to set a timeout on a request.
func (*PostGroupGreetingsParams) SetBody ¶
func (o *PostGroupGreetingsParams) SetBody(body *models.Greeting)
SetBody adds the body to the post group greetings params
func (*PostGroupGreetingsParams) SetContext ¶
func (o *PostGroupGreetingsParams) SetContext(ctx context.Context)
SetContext adds the context to the post group greetings params
func (*PostGroupGreetingsParams) SetDefaults ¶
func (o *PostGroupGreetingsParams) SetDefaults()
SetDefaults hydrates default values in the post group greetings params (not the query body).
All values with no default are reset to their zero value.
func (*PostGroupGreetingsParams) SetGroupID ¶
func (o *PostGroupGreetingsParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the post group greetings params
func (*PostGroupGreetingsParams) SetHTTPClient ¶
func (o *PostGroupGreetingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post group greetings params
func (*PostGroupGreetingsParams) SetTimeout ¶
func (o *PostGroupGreetingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post group greetings params
func (*PostGroupGreetingsParams) WithBody ¶
func (o *PostGroupGreetingsParams) WithBody(body *models.Greeting) *PostGroupGreetingsParams
WithBody adds the body to the post group greetings params
func (*PostGroupGreetingsParams) WithContext ¶
func (o *PostGroupGreetingsParams) WithContext(ctx context.Context) *PostGroupGreetingsParams
WithContext adds the context to the post group greetings params
func (*PostGroupGreetingsParams) WithDefaults ¶
func (o *PostGroupGreetingsParams) WithDefaults() *PostGroupGreetingsParams
WithDefaults hydrates default values in the post group greetings params (not the query body).
All values with no default are reset to their zero value.
func (*PostGroupGreetingsParams) WithGroupID ¶
func (o *PostGroupGreetingsParams) WithGroupID(groupID string) *PostGroupGreetingsParams
WithGroupID adds the groupID to the post group greetings params
func (*PostGroupGreetingsParams) WithHTTPClient ¶
func (o *PostGroupGreetingsParams) WithHTTPClient(client *http.Client) *PostGroupGreetingsParams
WithHTTPClient adds the HTTPClient to the post group greetings params
func (*PostGroupGreetingsParams) WithTimeout ¶
func (o *PostGroupGreetingsParams) WithTimeout(timeout time.Duration) *PostGroupGreetingsParams
WithTimeout adds the timeout to the post group greetings params
func (*PostGroupGreetingsParams) WriteToRequest ¶
func (o *PostGroupGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostGroupGreetingsReader ¶
type PostGroupGreetingsReader struct {
// contains filtered or unexported fields
}
PostGroupGreetingsReader is a Reader for the PostGroupGreetings structure.
func (*PostGroupGreetingsReader) ReadResponse ¶
func (o *PostGroupGreetingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostGroupGreetingsRequestEntityTooLarge ¶
PostGroupGreetingsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostGroupGreetingsRequestEntityTooLarge ¶
func NewPostGroupGreetingsRequestEntityTooLarge() *PostGroupGreetingsRequestEntityTooLarge
NewPostGroupGreetingsRequestEntityTooLarge creates a PostGroupGreetingsRequestEntityTooLarge with default headers values
func (*PostGroupGreetingsRequestEntityTooLarge) Error ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) Error() string
func (*PostGroupGreetingsRequestEntityTooLarge) GetPayload ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsRequestEntityTooLarge) IsClientError ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post group greetings request entity too large response has a 4xx status code
func (*PostGroupGreetingsRequestEntityTooLarge) IsCode ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post group greetings request entity too large response a status code equal to that given
func (*PostGroupGreetingsRequestEntityTooLarge) IsRedirect ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post group greetings request entity too large response has a 3xx status code
func (*PostGroupGreetingsRequestEntityTooLarge) IsServerError ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post group greetings request entity too large response has a 5xx status code
func (*PostGroupGreetingsRequestEntityTooLarge) IsSuccess ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post group greetings request entity too large response has a 2xx status code
func (*PostGroupGreetingsRequestEntityTooLarge) String ¶
func (o *PostGroupGreetingsRequestEntityTooLarge) String() string
type PostGroupGreetingsRequestTimeout ¶
PostGroupGreetingsRequestTimeout 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 NewPostGroupGreetingsRequestTimeout ¶
func NewPostGroupGreetingsRequestTimeout() *PostGroupGreetingsRequestTimeout
NewPostGroupGreetingsRequestTimeout creates a PostGroupGreetingsRequestTimeout with default headers values
func (*PostGroupGreetingsRequestTimeout) Error ¶
func (o *PostGroupGreetingsRequestTimeout) Error() string
func (*PostGroupGreetingsRequestTimeout) GetPayload ¶
func (o *PostGroupGreetingsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsRequestTimeout) IsClientError ¶
func (o *PostGroupGreetingsRequestTimeout) IsClientError() bool
IsClientError returns true when this post group greetings request timeout response has a 4xx status code
func (*PostGroupGreetingsRequestTimeout) IsCode ¶
func (o *PostGroupGreetingsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post group greetings request timeout response a status code equal to that given
func (*PostGroupGreetingsRequestTimeout) IsRedirect ¶
func (o *PostGroupGreetingsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post group greetings request timeout response has a 3xx status code
func (*PostGroupGreetingsRequestTimeout) IsServerError ¶
func (o *PostGroupGreetingsRequestTimeout) IsServerError() bool
IsServerError returns true when this post group greetings request timeout response has a 5xx status code
func (*PostGroupGreetingsRequestTimeout) IsSuccess ¶
func (o *PostGroupGreetingsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post group greetings request timeout response has a 2xx status code
func (*PostGroupGreetingsRequestTimeout) String ¶
func (o *PostGroupGreetingsRequestTimeout) String() string
type PostGroupGreetingsServiceUnavailable ¶
type PostGroupGreetingsServiceUnavailable struct {
}
PostGroupGreetingsServiceUnavailable 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 NewPostGroupGreetingsServiceUnavailable ¶
func NewPostGroupGreetingsServiceUnavailable() *PostGroupGreetingsServiceUnavailable
NewPostGroupGreetingsServiceUnavailable creates a PostGroupGreetingsServiceUnavailable with default headers values
func (*PostGroupGreetingsServiceUnavailable) Error ¶
func (o *PostGroupGreetingsServiceUnavailable) Error() string
func (*PostGroupGreetingsServiceUnavailable) GetPayload ¶
func (o *PostGroupGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsServiceUnavailable) IsClientError ¶
func (o *PostGroupGreetingsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post group greetings service unavailable response has a 4xx status code
func (*PostGroupGreetingsServiceUnavailable) IsCode ¶
func (o *PostGroupGreetingsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post group greetings service unavailable response a status code equal to that given
func (*PostGroupGreetingsServiceUnavailable) IsRedirect ¶
func (o *PostGroupGreetingsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post group greetings service unavailable response has a 3xx status code
func (*PostGroupGreetingsServiceUnavailable) IsServerError ¶
func (o *PostGroupGreetingsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post group greetings service unavailable response has a 5xx status code
func (*PostGroupGreetingsServiceUnavailable) IsSuccess ¶
func (o *PostGroupGreetingsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post group greetings service unavailable response has a 2xx status code
func (*PostGroupGreetingsServiceUnavailable) String ¶
func (o *PostGroupGreetingsServiceUnavailable) String() string
type PostGroupGreetingsTooManyRequests ¶
PostGroupGreetingsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostGroupGreetingsTooManyRequests ¶
func NewPostGroupGreetingsTooManyRequests() *PostGroupGreetingsTooManyRequests
NewPostGroupGreetingsTooManyRequests creates a PostGroupGreetingsTooManyRequests with default headers values
func (*PostGroupGreetingsTooManyRequests) Error ¶
func (o *PostGroupGreetingsTooManyRequests) Error() string
func (*PostGroupGreetingsTooManyRequests) GetPayload ¶
func (o *PostGroupGreetingsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsTooManyRequests) IsClientError ¶
func (o *PostGroupGreetingsTooManyRequests) IsClientError() bool
IsClientError returns true when this post group greetings too many requests response has a 4xx status code
func (*PostGroupGreetingsTooManyRequests) IsCode ¶
func (o *PostGroupGreetingsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post group greetings too many requests response a status code equal to that given
func (*PostGroupGreetingsTooManyRequests) IsRedirect ¶
func (o *PostGroupGreetingsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post group greetings too many requests response has a 3xx status code
func (*PostGroupGreetingsTooManyRequests) IsServerError ¶
func (o *PostGroupGreetingsTooManyRequests) IsServerError() bool
IsServerError returns true when this post group greetings too many requests response has a 5xx status code
func (*PostGroupGreetingsTooManyRequests) IsSuccess ¶
func (o *PostGroupGreetingsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post group greetings too many requests response has a 2xx status code
func (*PostGroupGreetingsTooManyRequests) String ¶
func (o *PostGroupGreetingsTooManyRequests) String() string
type PostGroupGreetingsUnauthorized ¶
type PostGroupGreetingsUnauthorized struct {
}
PostGroupGreetingsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostGroupGreetingsUnauthorized ¶
func NewPostGroupGreetingsUnauthorized() *PostGroupGreetingsUnauthorized
NewPostGroupGreetingsUnauthorized creates a PostGroupGreetingsUnauthorized with default headers values
func (*PostGroupGreetingsUnauthorized) Error ¶
func (o *PostGroupGreetingsUnauthorized) Error() string
func (*PostGroupGreetingsUnauthorized) GetPayload ¶
func (o *PostGroupGreetingsUnauthorized) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsUnauthorized) IsClientError ¶
func (o *PostGroupGreetingsUnauthorized) IsClientError() bool
IsClientError returns true when this post group greetings unauthorized response has a 4xx status code
func (*PostGroupGreetingsUnauthorized) IsCode ¶
func (o *PostGroupGreetingsUnauthorized) IsCode(code int) bool
IsCode returns true when this post group greetings unauthorized response a status code equal to that given
func (*PostGroupGreetingsUnauthorized) IsRedirect ¶
func (o *PostGroupGreetingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post group greetings unauthorized response has a 3xx status code
func (*PostGroupGreetingsUnauthorized) IsServerError ¶
func (o *PostGroupGreetingsUnauthorized) IsServerError() bool
IsServerError returns true when this post group greetings unauthorized response has a 5xx status code
func (*PostGroupGreetingsUnauthorized) IsSuccess ¶
func (o *PostGroupGreetingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post group greetings unauthorized response has a 2xx status code
func (*PostGroupGreetingsUnauthorized) String ¶
func (o *PostGroupGreetingsUnauthorized) String() string
type PostGroupGreetingsUnsupportedMediaType ¶
PostGroupGreetingsUnsupportedMediaType 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 NewPostGroupGreetingsUnsupportedMediaType ¶
func NewPostGroupGreetingsUnsupportedMediaType() *PostGroupGreetingsUnsupportedMediaType
NewPostGroupGreetingsUnsupportedMediaType creates a PostGroupGreetingsUnsupportedMediaType with default headers values
func (*PostGroupGreetingsUnsupportedMediaType) Error ¶
func (o *PostGroupGreetingsUnsupportedMediaType) Error() string
func (*PostGroupGreetingsUnsupportedMediaType) GetPayload ¶
func (o *PostGroupGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostGroupGreetingsUnsupportedMediaType) IsClientError ¶
func (o *PostGroupGreetingsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post group greetings unsupported media type response has a 4xx status code
func (*PostGroupGreetingsUnsupportedMediaType) IsCode ¶
func (o *PostGroupGreetingsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post group greetings unsupported media type response a status code equal to that given
func (*PostGroupGreetingsUnsupportedMediaType) IsRedirect ¶
func (o *PostGroupGreetingsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post group greetings unsupported media type response has a 3xx status code
func (*PostGroupGreetingsUnsupportedMediaType) IsServerError ¶
func (o *PostGroupGreetingsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post group greetings unsupported media type response has a 5xx status code
func (*PostGroupGreetingsUnsupportedMediaType) IsSuccess ¶
func (o *PostGroupGreetingsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post group greetings unsupported media type response has a 2xx status code
func (*PostGroupGreetingsUnsupportedMediaType) String ¶
func (o *PostGroupGreetingsUnsupportedMediaType) String() string
type PostUserGreetingsBadRequest ¶
PostUserGreetingsBadRequest 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 NewPostUserGreetingsBadRequest ¶
func NewPostUserGreetingsBadRequest() *PostUserGreetingsBadRequest
NewPostUserGreetingsBadRequest creates a PostUserGreetingsBadRequest with default headers values
func (*PostUserGreetingsBadRequest) Error ¶
func (o *PostUserGreetingsBadRequest) Error() string
func (*PostUserGreetingsBadRequest) GetPayload ¶
func (o *PostUserGreetingsBadRequest) GetPayload() *models.ErrorBody
func (*PostUserGreetingsBadRequest) IsClientError ¶
func (o *PostUserGreetingsBadRequest) IsClientError() bool
IsClientError returns true when this post user greetings bad request response has a 4xx status code
func (*PostUserGreetingsBadRequest) IsCode ¶
func (o *PostUserGreetingsBadRequest) IsCode(code int) bool
IsCode returns true when this post user greetings bad request response a status code equal to that given
func (*PostUserGreetingsBadRequest) IsRedirect ¶
func (o *PostUserGreetingsBadRequest) IsRedirect() bool
IsRedirect returns true when this post user greetings bad request response has a 3xx status code
func (*PostUserGreetingsBadRequest) IsServerError ¶
func (o *PostUserGreetingsBadRequest) IsServerError() bool
IsServerError returns true when this post user greetings bad request response has a 5xx status code
func (*PostUserGreetingsBadRequest) IsSuccess ¶
func (o *PostUserGreetingsBadRequest) IsSuccess() bool
IsSuccess returns true when this post user greetings bad request response has a 2xx status code
func (*PostUserGreetingsBadRequest) String ¶
func (o *PostUserGreetingsBadRequest) String() string
type PostUserGreetingsForbidden ¶
PostUserGreetingsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostUserGreetingsForbidden ¶
func NewPostUserGreetingsForbidden() *PostUserGreetingsForbidden
NewPostUserGreetingsForbidden creates a PostUserGreetingsForbidden with default headers values
func (*PostUserGreetingsForbidden) Error ¶
func (o *PostUserGreetingsForbidden) Error() string
func (*PostUserGreetingsForbidden) GetPayload ¶
func (o *PostUserGreetingsForbidden) GetPayload() *models.ErrorBody
func (*PostUserGreetingsForbidden) IsClientError ¶
func (o *PostUserGreetingsForbidden) IsClientError() bool
IsClientError returns true when this post user greetings forbidden response has a 4xx status code
func (*PostUserGreetingsForbidden) IsCode ¶
func (o *PostUserGreetingsForbidden) IsCode(code int) bool
IsCode returns true when this post user greetings forbidden response a status code equal to that given
func (*PostUserGreetingsForbidden) IsRedirect ¶
func (o *PostUserGreetingsForbidden) IsRedirect() bool
IsRedirect returns true when this post user greetings forbidden response has a 3xx status code
func (*PostUserGreetingsForbidden) IsServerError ¶
func (o *PostUserGreetingsForbidden) IsServerError() bool
IsServerError returns true when this post user greetings forbidden response has a 5xx status code
func (*PostUserGreetingsForbidden) IsSuccess ¶
func (o *PostUserGreetingsForbidden) IsSuccess() bool
IsSuccess returns true when this post user greetings forbidden response has a 2xx status code
func (*PostUserGreetingsForbidden) String ¶
func (o *PostUserGreetingsForbidden) String() string
type PostUserGreetingsGatewayTimeout ¶
PostUserGreetingsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostUserGreetingsGatewayTimeout ¶
func NewPostUserGreetingsGatewayTimeout() *PostUserGreetingsGatewayTimeout
NewPostUserGreetingsGatewayTimeout creates a PostUserGreetingsGatewayTimeout with default headers values
func (*PostUserGreetingsGatewayTimeout) Error ¶
func (o *PostUserGreetingsGatewayTimeout) Error() string
func (*PostUserGreetingsGatewayTimeout) GetPayload ¶
func (o *PostUserGreetingsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostUserGreetingsGatewayTimeout) IsClientError ¶
func (o *PostUserGreetingsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post user greetings gateway timeout response has a 4xx status code
func (*PostUserGreetingsGatewayTimeout) IsCode ¶
func (o *PostUserGreetingsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post user greetings gateway timeout response a status code equal to that given
func (*PostUserGreetingsGatewayTimeout) IsRedirect ¶
func (o *PostUserGreetingsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post user greetings gateway timeout response has a 3xx status code
func (*PostUserGreetingsGatewayTimeout) IsServerError ¶
func (o *PostUserGreetingsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post user greetings gateway timeout response has a 5xx status code
func (*PostUserGreetingsGatewayTimeout) IsSuccess ¶
func (o *PostUserGreetingsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post user greetings gateway timeout response has a 2xx status code
func (*PostUserGreetingsGatewayTimeout) String ¶
func (o *PostUserGreetingsGatewayTimeout) String() string
type PostUserGreetingsInternalServerError ¶
PostUserGreetingsInternalServerError 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 NewPostUserGreetingsInternalServerError ¶
func NewPostUserGreetingsInternalServerError() *PostUserGreetingsInternalServerError
NewPostUserGreetingsInternalServerError creates a PostUserGreetingsInternalServerError with default headers values
func (*PostUserGreetingsInternalServerError) Error ¶
func (o *PostUserGreetingsInternalServerError) Error() string
func (*PostUserGreetingsInternalServerError) GetPayload ¶
func (o *PostUserGreetingsInternalServerError) GetPayload() *models.ErrorBody
func (*PostUserGreetingsInternalServerError) IsClientError ¶
func (o *PostUserGreetingsInternalServerError) IsClientError() bool
IsClientError returns true when this post user greetings internal server error response has a 4xx status code
func (*PostUserGreetingsInternalServerError) IsCode ¶
func (o *PostUserGreetingsInternalServerError) IsCode(code int) bool
IsCode returns true when this post user greetings internal server error response a status code equal to that given
func (*PostUserGreetingsInternalServerError) IsRedirect ¶
func (o *PostUserGreetingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post user greetings internal server error response has a 3xx status code
func (*PostUserGreetingsInternalServerError) IsServerError ¶
func (o *PostUserGreetingsInternalServerError) IsServerError() bool
IsServerError returns true when this post user greetings internal server error response has a 5xx status code
func (*PostUserGreetingsInternalServerError) IsSuccess ¶
func (o *PostUserGreetingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post user greetings internal server error response has a 2xx status code
func (*PostUserGreetingsInternalServerError) String ¶
func (o *PostUserGreetingsInternalServerError) String() string
type PostUserGreetingsNotFound ¶
PostUserGreetingsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostUserGreetingsNotFound ¶
func NewPostUserGreetingsNotFound() *PostUserGreetingsNotFound
NewPostUserGreetingsNotFound creates a PostUserGreetingsNotFound with default headers values
func (*PostUserGreetingsNotFound) Error ¶
func (o *PostUserGreetingsNotFound) Error() string
func (*PostUserGreetingsNotFound) GetPayload ¶
func (o *PostUserGreetingsNotFound) GetPayload() *models.ErrorBody
func (*PostUserGreetingsNotFound) IsClientError ¶
func (o *PostUserGreetingsNotFound) IsClientError() bool
IsClientError returns true when this post user greetings not found response has a 4xx status code
func (*PostUserGreetingsNotFound) IsCode ¶
func (o *PostUserGreetingsNotFound) IsCode(code int) bool
IsCode returns true when this post user greetings not found response a status code equal to that given
func (*PostUserGreetingsNotFound) IsRedirect ¶
func (o *PostUserGreetingsNotFound) IsRedirect() bool
IsRedirect returns true when this post user greetings not found response has a 3xx status code
func (*PostUserGreetingsNotFound) IsServerError ¶
func (o *PostUserGreetingsNotFound) IsServerError() bool
IsServerError returns true when this post user greetings not found response has a 5xx status code
func (*PostUserGreetingsNotFound) IsSuccess ¶
func (o *PostUserGreetingsNotFound) IsSuccess() bool
IsSuccess returns true when this post user greetings not found response has a 2xx status code
func (*PostUserGreetingsNotFound) String ¶
func (o *PostUserGreetingsNotFound) String() string
type PostUserGreetingsOK ¶
PostUserGreetingsOK describes a response with status code 200, with default header values.
successful operation
func NewPostUserGreetingsOK ¶
func NewPostUserGreetingsOK() *PostUserGreetingsOK
NewPostUserGreetingsOK creates a PostUserGreetingsOK with default headers values
func (*PostUserGreetingsOK) Error ¶
func (o *PostUserGreetingsOK) Error() string
func (*PostUserGreetingsOK) GetPayload ¶
func (o *PostUserGreetingsOK) GetPayload() *models.Greeting
func (*PostUserGreetingsOK) IsClientError ¶
func (o *PostUserGreetingsOK) IsClientError() bool
IsClientError returns true when this post user greetings o k response has a 4xx status code
func (*PostUserGreetingsOK) IsCode ¶
func (o *PostUserGreetingsOK) IsCode(code int) bool
IsCode returns true when this post user greetings o k response a status code equal to that given
func (*PostUserGreetingsOK) IsRedirect ¶
func (o *PostUserGreetingsOK) IsRedirect() bool
IsRedirect returns true when this post user greetings o k response has a 3xx status code
func (*PostUserGreetingsOK) IsServerError ¶
func (o *PostUserGreetingsOK) IsServerError() bool
IsServerError returns true when this post user greetings o k response has a 5xx status code
func (*PostUserGreetingsOK) IsSuccess ¶
func (o *PostUserGreetingsOK) IsSuccess() bool
IsSuccess returns true when this post user greetings o k response has a 2xx status code
func (*PostUserGreetingsOK) String ¶
func (o *PostUserGreetingsOK) String() string
type PostUserGreetingsParams ¶
type PostUserGreetingsParams struct {
/* Body.
The Greeting to create
*/
Body *models.Greeting
/* UserID.
User ID
*/
UserID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostUserGreetingsParams contains all the parameters to send to the API endpoint
for the post user greetings operation. Typically these are written to a http.Request.
func NewPostUserGreetingsParams ¶
func NewPostUserGreetingsParams() *PostUserGreetingsParams
NewPostUserGreetingsParams creates a new PostUserGreetingsParams 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 NewPostUserGreetingsParamsWithContext ¶
func NewPostUserGreetingsParamsWithContext(ctx context.Context) *PostUserGreetingsParams
NewPostUserGreetingsParamsWithContext creates a new PostUserGreetingsParams object with the ability to set a context for a request.
func NewPostUserGreetingsParamsWithHTTPClient ¶
func NewPostUserGreetingsParamsWithHTTPClient(client *http.Client) *PostUserGreetingsParams
NewPostUserGreetingsParamsWithHTTPClient creates a new PostUserGreetingsParams object with the ability to set a custom HTTPClient for a request.
func NewPostUserGreetingsParamsWithTimeout ¶
func NewPostUserGreetingsParamsWithTimeout(timeout time.Duration) *PostUserGreetingsParams
NewPostUserGreetingsParamsWithTimeout creates a new PostUserGreetingsParams object with the ability to set a timeout on a request.
func (*PostUserGreetingsParams) SetBody ¶
func (o *PostUserGreetingsParams) SetBody(body *models.Greeting)
SetBody adds the body to the post user greetings params
func (*PostUserGreetingsParams) SetContext ¶
func (o *PostUserGreetingsParams) SetContext(ctx context.Context)
SetContext adds the context to the post user greetings params
func (*PostUserGreetingsParams) SetDefaults ¶
func (o *PostUserGreetingsParams) SetDefaults()
SetDefaults hydrates default values in the post user greetings params (not the query body).
All values with no default are reset to their zero value.
func (*PostUserGreetingsParams) SetHTTPClient ¶
func (o *PostUserGreetingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post user greetings params
func (*PostUserGreetingsParams) SetTimeout ¶
func (o *PostUserGreetingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post user greetings params
func (*PostUserGreetingsParams) SetUserID ¶
func (o *PostUserGreetingsParams) SetUserID(userID string)
SetUserID adds the userId to the post user greetings params
func (*PostUserGreetingsParams) WithBody ¶
func (o *PostUserGreetingsParams) WithBody(body *models.Greeting) *PostUserGreetingsParams
WithBody adds the body to the post user greetings params
func (*PostUserGreetingsParams) WithContext ¶
func (o *PostUserGreetingsParams) WithContext(ctx context.Context) *PostUserGreetingsParams
WithContext adds the context to the post user greetings params
func (*PostUserGreetingsParams) WithDefaults ¶
func (o *PostUserGreetingsParams) WithDefaults() *PostUserGreetingsParams
WithDefaults hydrates default values in the post user greetings params (not the query body).
All values with no default are reset to their zero value.
func (*PostUserGreetingsParams) WithHTTPClient ¶
func (o *PostUserGreetingsParams) WithHTTPClient(client *http.Client) *PostUserGreetingsParams
WithHTTPClient adds the HTTPClient to the post user greetings params
func (*PostUserGreetingsParams) WithTimeout ¶
func (o *PostUserGreetingsParams) WithTimeout(timeout time.Duration) *PostUserGreetingsParams
WithTimeout adds the timeout to the post user greetings params
func (*PostUserGreetingsParams) WithUserID ¶
func (o *PostUserGreetingsParams) WithUserID(userID string) *PostUserGreetingsParams
WithUserID adds the userID to the post user greetings params
func (*PostUserGreetingsParams) WriteToRequest ¶
func (o *PostUserGreetingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostUserGreetingsReader ¶
type PostUserGreetingsReader struct {
// contains filtered or unexported fields
}
PostUserGreetingsReader is a Reader for the PostUserGreetings structure.
func (*PostUserGreetingsReader) ReadResponse ¶
func (o *PostUserGreetingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostUserGreetingsRequestEntityTooLarge ¶
PostUserGreetingsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostUserGreetingsRequestEntityTooLarge ¶
func NewPostUserGreetingsRequestEntityTooLarge() *PostUserGreetingsRequestEntityTooLarge
NewPostUserGreetingsRequestEntityTooLarge creates a PostUserGreetingsRequestEntityTooLarge with default headers values
func (*PostUserGreetingsRequestEntityTooLarge) Error ¶
func (o *PostUserGreetingsRequestEntityTooLarge) Error() string
func (*PostUserGreetingsRequestEntityTooLarge) GetPayload ¶
func (o *PostUserGreetingsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostUserGreetingsRequestEntityTooLarge) IsClientError ¶
func (o *PostUserGreetingsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post user greetings request entity too large response has a 4xx status code
func (*PostUserGreetingsRequestEntityTooLarge) IsCode ¶
func (o *PostUserGreetingsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post user greetings request entity too large response a status code equal to that given
func (*PostUserGreetingsRequestEntityTooLarge) IsRedirect ¶
func (o *PostUserGreetingsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post user greetings request entity too large response has a 3xx status code
func (*PostUserGreetingsRequestEntityTooLarge) IsServerError ¶
func (o *PostUserGreetingsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post user greetings request entity too large response has a 5xx status code
func (*PostUserGreetingsRequestEntityTooLarge) IsSuccess ¶
func (o *PostUserGreetingsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post user greetings request entity too large response has a 2xx status code
func (*PostUserGreetingsRequestEntityTooLarge) String ¶
func (o *PostUserGreetingsRequestEntityTooLarge) String() string
type PostUserGreetingsRequestTimeout ¶
PostUserGreetingsRequestTimeout 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 NewPostUserGreetingsRequestTimeout ¶
func NewPostUserGreetingsRequestTimeout() *PostUserGreetingsRequestTimeout
NewPostUserGreetingsRequestTimeout creates a PostUserGreetingsRequestTimeout with default headers values
func (*PostUserGreetingsRequestTimeout) Error ¶
func (o *PostUserGreetingsRequestTimeout) Error() string
func (*PostUserGreetingsRequestTimeout) GetPayload ¶
func (o *PostUserGreetingsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostUserGreetingsRequestTimeout) IsClientError ¶
func (o *PostUserGreetingsRequestTimeout) IsClientError() bool
IsClientError returns true when this post user greetings request timeout response has a 4xx status code
func (*PostUserGreetingsRequestTimeout) IsCode ¶
func (o *PostUserGreetingsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post user greetings request timeout response a status code equal to that given
func (*PostUserGreetingsRequestTimeout) IsRedirect ¶
func (o *PostUserGreetingsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post user greetings request timeout response has a 3xx status code
func (*PostUserGreetingsRequestTimeout) IsServerError ¶
func (o *PostUserGreetingsRequestTimeout) IsServerError() bool
IsServerError returns true when this post user greetings request timeout response has a 5xx status code
func (*PostUserGreetingsRequestTimeout) IsSuccess ¶
func (o *PostUserGreetingsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post user greetings request timeout response has a 2xx status code
func (*PostUserGreetingsRequestTimeout) String ¶
func (o *PostUserGreetingsRequestTimeout) String() string
type PostUserGreetingsServiceUnavailable ¶
type PostUserGreetingsServiceUnavailable struct {
}
PostUserGreetingsServiceUnavailable 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 NewPostUserGreetingsServiceUnavailable ¶
func NewPostUserGreetingsServiceUnavailable() *PostUserGreetingsServiceUnavailable
NewPostUserGreetingsServiceUnavailable creates a PostUserGreetingsServiceUnavailable with default headers values
func (*PostUserGreetingsServiceUnavailable) Error ¶
func (o *PostUserGreetingsServiceUnavailable) Error() string
func (*PostUserGreetingsServiceUnavailable) GetPayload ¶
func (o *PostUserGreetingsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostUserGreetingsServiceUnavailable) IsClientError ¶
func (o *PostUserGreetingsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post user greetings service unavailable response has a 4xx status code
func (*PostUserGreetingsServiceUnavailable) IsCode ¶
func (o *PostUserGreetingsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post user greetings service unavailable response a status code equal to that given
func (*PostUserGreetingsServiceUnavailable) IsRedirect ¶
func (o *PostUserGreetingsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post user greetings service unavailable response has a 3xx status code
func (*PostUserGreetingsServiceUnavailable) IsServerError ¶
func (o *PostUserGreetingsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post user greetings service unavailable response has a 5xx status code
func (*PostUserGreetingsServiceUnavailable) IsSuccess ¶
func (o *PostUserGreetingsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post user greetings service unavailable response has a 2xx status code
func (*PostUserGreetingsServiceUnavailable) String ¶
func (o *PostUserGreetingsServiceUnavailable) String() string
type PostUserGreetingsTooManyRequests ¶
PostUserGreetingsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostUserGreetingsTooManyRequests ¶
func NewPostUserGreetingsTooManyRequests() *PostUserGreetingsTooManyRequests
NewPostUserGreetingsTooManyRequests creates a PostUserGreetingsTooManyRequests with default headers values
func (*PostUserGreetingsTooManyRequests) Error ¶
func (o *PostUserGreetingsTooManyRequests) Error() string
func (*PostUserGreetingsTooManyRequests) GetPayload ¶
func (o *PostUserGreetingsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostUserGreetingsTooManyRequests) IsClientError ¶
func (o *PostUserGreetingsTooManyRequests) IsClientError() bool
IsClientError returns true when this post user greetings too many requests response has a 4xx status code
func (*PostUserGreetingsTooManyRequests) IsCode ¶
func (o *PostUserGreetingsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post user greetings too many requests response a status code equal to that given
func (*PostUserGreetingsTooManyRequests) IsRedirect ¶
func (o *PostUserGreetingsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post user greetings too many requests response has a 3xx status code
func (*PostUserGreetingsTooManyRequests) IsServerError ¶
func (o *PostUserGreetingsTooManyRequests) IsServerError() bool
IsServerError returns true when this post user greetings too many requests response has a 5xx status code
func (*PostUserGreetingsTooManyRequests) IsSuccess ¶
func (o *PostUserGreetingsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post user greetings too many requests response has a 2xx status code
func (*PostUserGreetingsTooManyRequests) String ¶
func (o *PostUserGreetingsTooManyRequests) String() string
type PostUserGreetingsUnauthorized ¶
type PostUserGreetingsUnauthorized struct {
}
PostUserGreetingsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostUserGreetingsUnauthorized ¶
func NewPostUserGreetingsUnauthorized() *PostUserGreetingsUnauthorized
NewPostUserGreetingsUnauthorized creates a PostUserGreetingsUnauthorized with default headers values
func (*PostUserGreetingsUnauthorized) Error ¶
func (o *PostUserGreetingsUnauthorized) Error() string
func (*PostUserGreetingsUnauthorized) GetPayload ¶
func (o *PostUserGreetingsUnauthorized) GetPayload() *models.ErrorBody
func (*PostUserGreetingsUnauthorized) IsClientError ¶
func (o *PostUserGreetingsUnauthorized) IsClientError() bool
IsClientError returns true when this post user greetings unauthorized response has a 4xx status code
func (*PostUserGreetingsUnauthorized) IsCode ¶
func (o *PostUserGreetingsUnauthorized) IsCode(code int) bool
IsCode returns true when this post user greetings unauthorized response a status code equal to that given
func (*PostUserGreetingsUnauthorized) IsRedirect ¶
func (o *PostUserGreetingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post user greetings unauthorized response has a 3xx status code
func (*PostUserGreetingsUnauthorized) IsServerError ¶
func (o *PostUserGreetingsUnauthorized) IsServerError() bool
IsServerError returns true when this post user greetings unauthorized response has a 5xx status code
func (*PostUserGreetingsUnauthorized) IsSuccess ¶
func (o *PostUserGreetingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post user greetings unauthorized response has a 2xx status code
func (*PostUserGreetingsUnauthorized) String ¶
func (o *PostUserGreetingsUnauthorized) String() string
type PostUserGreetingsUnsupportedMediaType ¶
PostUserGreetingsUnsupportedMediaType 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 NewPostUserGreetingsUnsupportedMediaType ¶
func NewPostUserGreetingsUnsupportedMediaType() *PostUserGreetingsUnsupportedMediaType
NewPostUserGreetingsUnsupportedMediaType creates a PostUserGreetingsUnsupportedMediaType with default headers values
func (*PostUserGreetingsUnsupportedMediaType) Error ¶
func (o *PostUserGreetingsUnsupportedMediaType) Error() string
func (*PostUserGreetingsUnsupportedMediaType) GetPayload ¶
func (o *PostUserGreetingsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostUserGreetingsUnsupportedMediaType) IsClientError ¶
func (o *PostUserGreetingsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post user greetings unsupported media type response has a 4xx status code
func (*PostUserGreetingsUnsupportedMediaType) IsCode ¶
func (o *PostUserGreetingsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post user greetings unsupported media type response a status code equal to that given
func (*PostUserGreetingsUnsupportedMediaType) IsRedirect ¶
func (o *PostUserGreetingsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post user greetings unsupported media type response has a 3xx status code
func (*PostUserGreetingsUnsupportedMediaType) IsServerError ¶
func (o *PostUserGreetingsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post user greetings unsupported media type response has a 5xx status code
func (*PostUserGreetingsUnsupportedMediaType) IsSuccess ¶
func (o *PostUserGreetingsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post user greetings unsupported media type response has a 2xx status code
func (*PostUserGreetingsUnsupportedMediaType) String ¶
func (o *PostUserGreetingsUnsupportedMediaType) String() string
type PutGreetingBadRequest ¶
PutGreetingBadRequest 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 NewPutGreetingBadRequest ¶
func NewPutGreetingBadRequest() *PutGreetingBadRequest
NewPutGreetingBadRequest creates a PutGreetingBadRequest with default headers values
func (*PutGreetingBadRequest) Error ¶
func (o *PutGreetingBadRequest) Error() string
func (*PutGreetingBadRequest) GetPayload ¶
func (o *PutGreetingBadRequest) GetPayload() *models.ErrorBody
func (*PutGreetingBadRequest) IsClientError ¶
func (o *PutGreetingBadRequest) IsClientError() bool
IsClientError returns true when this put greeting bad request response has a 4xx status code
func (*PutGreetingBadRequest) IsCode ¶
func (o *PutGreetingBadRequest) IsCode(code int) bool
IsCode returns true when this put greeting bad request response a status code equal to that given
func (*PutGreetingBadRequest) IsRedirect ¶
func (o *PutGreetingBadRequest) IsRedirect() bool
IsRedirect returns true when this put greeting bad request response has a 3xx status code
func (*PutGreetingBadRequest) IsServerError ¶
func (o *PutGreetingBadRequest) IsServerError() bool
IsServerError returns true when this put greeting bad request response has a 5xx status code
func (*PutGreetingBadRequest) IsSuccess ¶
func (o *PutGreetingBadRequest) IsSuccess() bool
IsSuccess returns true when this put greeting bad request response has a 2xx status code
func (*PutGreetingBadRequest) String ¶
func (o *PutGreetingBadRequest) String() string
type PutGreetingForbidden ¶
PutGreetingForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutGreetingForbidden ¶
func NewPutGreetingForbidden() *PutGreetingForbidden
NewPutGreetingForbidden creates a PutGreetingForbidden with default headers values
func (*PutGreetingForbidden) Error ¶
func (o *PutGreetingForbidden) Error() string
func (*PutGreetingForbidden) GetPayload ¶
func (o *PutGreetingForbidden) GetPayload() *models.ErrorBody
func (*PutGreetingForbidden) IsClientError ¶
func (o *PutGreetingForbidden) IsClientError() bool
IsClientError returns true when this put greeting forbidden response has a 4xx status code
func (*PutGreetingForbidden) IsCode ¶
func (o *PutGreetingForbidden) IsCode(code int) bool
IsCode returns true when this put greeting forbidden response a status code equal to that given
func (*PutGreetingForbidden) IsRedirect ¶
func (o *PutGreetingForbidden) IsRedirect() bool
IsRedirect returns true when this put greeting forbidden response has a 3xx status code
func (*PutGreetingForbidden) IsServerError ¶
func (o *PutGreetingForbidden) IsServerError() bool
IsServerError returns true when this put greeting forbidden response has a 5xx status code
func (*PutGreetingForbidden) IsSuccess ¶
func (o *PutGreetingForbidden) IsSuccess() bool
IsSuccess returns true when this put greeting forbidden response has a 2xx status code
func (*PutGreetingForbidden) String ¶
func (o *PutGreetingForbidden) String() string
type PutGreetingGatewayTimeout ¶
PutGreetingGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutGreetingGatewayTimeout ¶
func NewPutGreetingGatewayTimeout() *PutGreetingGatewayTimeout
NewPutGreetingGatewayTimeout creates a PutGreetingGatewayTimeout with default headers values
func (*PutGreetingGatewayTimeout) Error ¶
func (o *PutGreetingGatewayTimeout) Error() string
func (*PutGreetingGatewayTimeout) GetPayload ¶
func (o *PutGreetingGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutGreetingGatewayTimeout) IsClientError ¶
func (o *PutGreetingGatewayTimeout) IsClientError() bool
IsClientError returns true when this put greeting gateway timeout response has a 4xx status code
func (*PutGreetingGatewayTimeout) IsCode ¶
func (o *PutGreetingGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put greeting gateway timeout response a status code equal to that given
func (*PutGreetingGatewayTimeout) IsRedirect ¶
func (o *PutGreetingGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put greeting gateway timeout response has a 3xx status code
func (*PutGreetingGatewayTimeout) IsServerError ¶
func (o *PutGreetingGatewayTimeout) IsServerError() bool
IsServerError returns true when this put greeting gateway timeout response has a 5xx status code
func (*PutGreetingGatewayTimeout) IsSuccess ¶
func (o *PutGreetingGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put greeting gateway timeout response has a 2xx status code
func (*PutGreetingGatewayTimeout) String ¶
func (o *PutGreetingGatewayTimeout) String() string
type PutGreetingInternalServerError ¶
PutGreetingInternalServerError 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 NewPutGreetingInternalServerError ¶
func NewPutGreetingInternalServerError() *PutGreetingInternalServerError
NewPutGreetingInternalServerError creates a PutGreetingInternalServerError with default headers values
func (*PutGreetingInternalServerError) Error ¶
func (o *PutGreetingInternalServerError) Error() string
func (*PutGreetingInternalServerError) GetPayload ¶
func (o *PutGreetingInternalServerError) GetPayload() *models.ErrorBody
func (*PutGreetingInternalServerError) IsClientError ¶
func (o *PutGreetingInternalServerError) IsClientError() bool
IsClientError returns true when this put greeting internal server error response has a 4xx status code
func (*PutGreetingInternalServerError) IsCode ¶
func (o *PutGreetingInternalServerError) IsCode(code int) bool
IsCode returns true when this put greeting internal server error response a status code equal to that given
func (*PutGreetingInternalServerError) IsRedirect ¶
func (o *PutGreetingInternalServerError) IsRedirect() bool
IsRedirect returns true when this put greeting internal server error response has a 3xx status code
func (*PutGreetingInternalServerError) IsServerError ¶
func (o *PutGreetingInternalServerError) IsServerError() bool
IsServerError returns true when this put greeting internal server error response has a 5xx status code
func (*PutGreetingInternalServerError) IsSuccess ¶
func (o *PutGreetingInternalServerError) IsSuccess() bool
IsSuccess returns true when this put greeting internal server error response has a 2xx status code
func (*PutGreetingInternalServerError) String ¶
func (o *PutGreetingInternalServerError) String() string
type PutGreetingNotFound ¶
PutGreetingNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutGreetingNotFound ¶
func NewPutGreetingNotFound() *PutGreetingNotFound
NewPutGreetingNotFound creates a PutGreetingNotFound with default headers values
func (*PutGreetingNotFound) Error ¶
func (o *PutGreetingNotFound) Error() string
func (*PutGreetingNotFound) GetPayload ¶
func (o *PutGreetingNotFound) GetPayload() *models.ErrorBody
func (*PutGreetingNotFound) IsClientError ¶
func (o *PutGreetingNotFound) IsClientError() bool
IsClientError returns true when this put greeting not found response has a 4xx status code
func (*PutGreetingNotFound) IsCode ¶
func (o *PutGreetingNotFound) IsCode(code int) bool
IsCode returns true when this put greeting not found response a status code equal to that given
func (*PutGreetingNotFound) IsRedirect ¶
func (o *PutGreetingNotFound) IsRedirect() bool
IsRedirect returns true when this put greeting not found response has a 3xx status code
func (*PutGreetingNotFound) IsServerError ¶
func (o *PutGreetingNotFound) IsServerError() bool
IsServerError returns true when this put greeting not found response has a 5xx status code
func (*PutGreetingNotFound) IsSuccess ¶
func (o *PutGreetingNotFound) IsSuccess() bool
IsSuccess returns true when this put greeting not found response has a 2xx status code
func (*PutGreetingNotFound) String ¶
func (o *PutGreetingNotFound) String() string
type PutGreetingOK ¶
PutGreetingOK describes a response with status code 200, with default header values.
successful operation
func NewPutGreetingOK ¶
func NewPutGreetingOK() *PutGreetingOK
NewPutGreetingOK creates a PutGreetingOK with default headers values
func (*PutGreetingOK) Error ¶
func (o *PutGreetingOK) Error() string
func (*PutGreetingOK) GetPayload ¶
func (o *PutGreetingOK) GetPayload() *models.Greeting
func (*PutGreetingOK) IsClientError ¶
func (o *PutGreetingOK) IsClientError() bool
IsClientError returns true when this put greeting o k response has a 4xx status code
func (*PutGreetingOK) IsCode ¶
func (o *PutGreetingOK) IsCode(code int) bool
IsCode returns true when this put greeting o k response a status code equal to that given
func (*PutGreetingOK) IsRedirect ¶
func (o *PutGreetingOK) IsRedirect() bool
IsRedirect returns true when this put greeting o k response has a 3xx status code
func (*PutGreetingOK) IsServerError ¶
func (o *PutGreetingOK) IsServerError() bool
IsServerError returns true when this put greeting o k response has a 5xx status code
func (*PutGreetingOK) IsSuccess ¶
func (o *PutGreetingOK) IsSuccess() bool
IsSuccess returns true when this put greeting o k response has a 2xx status code
func (*PutGreetingOK) String ¶
func (o *PutGreetingOK) String() string
type PutGreetingParams ¶
type PutGreetingParams struct {
/* Body.
The updated Greeting
*/
Body *models.Greeting
/* GreetingID.
Greeting ID
*/
GreetingID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PutGreetingParams contains all the parameters to send to the API endpoint
for the put greeting operation. Typically these are written to a http.Request.
func NewPutGreetingParams ¶
func NewPutGreetingParams() *PutGreetingParams
NewPutGreetingParams creates a new PutGreetingParams 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 NewPutGreetingParamsWithContext ¶
func NewPutGreetingParamsWithContext(ctx context.Context) *PutGreetingParams
NewPutGreetingParamsWithContext creates a new PutGreetingParams object with the ability to set a context for a request.
func NewPutGreetingParamsWithHTTPClient ¶
func NewPutGreetingParamsWithHTTPClient(client *http.Client) *PutGreetingParams
NewPutGreetingParamsWithHTTPClient creates a new PutGreetingParams object with the ability to set a custom HTTPClient for a request.
func NewPutGreetingParamsWithTimeout ¶
func NewPutGreetingParamsWithTimeout(timeout time.Duration) *PutGreetingParams
NewPutGreetingParamsWithTimeout creates a new PutGreetingParams object with the ability to set a timeout on a request.
func (*PutGreetingParams) SetBody ¶
func (o *PutGreetingParams) SetBody(body *models.Greeting)
SetBody adds the body to the put greeting params
func (*PutGreetingParams) SetContext ¶
func (o *PutGreetingParams) SetContext(ctx context.Context)
SetContext adds the context to the put greeting params
func (*PutGreetingParams) SetDefaults ¶
func (o *PutGreetingParams) SetDefaults()
SetDefaults hydrates default values in the put greeting params (not the query body).
All values with no default are reset to their zero value.
func (*PutGreetingParams) SetGreetingID ¶
func (o *PutGreetingParams) SetGreetingID(greetingID string)
SetGreetingID adds the greetingId to the put greeting params
func (*PutGreetingParams) SetHTTPClient ¶
func (o *PutGreetingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put greeting params
func (*PutGreetingParams) SetTimeout ¶
func (o *PutGreetingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put greeting params
func (*PutGreetingParams) WithBody ¶
func (o *PutGreetingParams) WithBody(body *models.Greeting) *PutGreetingParams
WithBody adds the body to the put greeting params
func (*PutGreetingParams) WithContext ¶
func (o *PutGreetingParams) WithContext(ctx context.Context) *PutGreetingParams
WithContext adds the context to the put greeting params
func (*PutGreetingParams) WithDefaults ¶
func (o *PutGreetingParams) WithDefaults() *PutGreetingParams
WithDefaults hydrates default values in the put greeting params (not the query body).
All values with no default are reset to their zero value.
func (*PutGreetingParams) WithGreetingID ¶
func (o *PutGreetingParams) WithGreetingID(greetingID string) *PutGreetingParams
WithGreetingID adds the greetingID to the put greeting params
func (*PutGreetingParams) WithHTTPClient ¶
func (o *PutGreetingParams) WithHTTPClient(client *http.Client) *PutGreetingParams
WithHTTPClient adds the HTTPClient to the put greeting params
func (*PutGreetingParams) WithTimeout ¶
func (o *PutGreetingParams) WithTimeout(timeout time.Duration) *PutGreetingParams
WithTimeout adds the timeout to the put greeting params
func (*PutGreetingParams) WriteToRequest ¶
func (o *PutGreetingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutGreetingReader ¶
type PutGreetingReader struct {
// contains filtered or unexported fields
}
PutGreetingReader is a Reader for the PutGreeting structure.
func (*PutGreetingReader) ReadResponse ¶
func (o *PutGreetingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutGreetingRequestEntityTooLarge ¶
PutGreetingRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutGreetingRequestEntityTooLarge ¶
func NewPutGreetingRequestEntityTooLarge() *PutGreetingRequestEntityTooLarge
NewPutGreetingRequestEntityTooLarge creates a PutGreetingRequestEntityTooLarge with default headers values
func (*PutGreetingRequestEntityTooLarge) Error ¶
func (o *PutGreetingRequestEntityTooLarge) Error() string
func (*PutGreetingRequestEntityTooLarge) GetPayload ¶
func (o *PutGreetingRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutGreetingRequestEntityTooLarge) IsClientError ¶
func (o *PutGreetingRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put greeting request entity too large response has a 4xx status code
func (*PutGreetingRequestEntityTooLarge) IsCode ¶
func (o *PutGreetingRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put greeting request entity too large response a status code equal to that given
func (*PutGreetingRequestEntityTooLarge) IsRedirect ¶
func (o *PutGreetingRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put greeting request entity too large response has a 3xx status code
func (*PutGreetingRequestEntityTooLarge) IsServerError ¶
func (o *PutGreetingRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put greeting request entity too large response has a 5xx status code
func (*PutGreetingRequestEntityTooLarge) IsSuccess ¶
func (o *PutGreetingRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put greeting request entity too large response has a 2xx status code
func (*PutGreetingRequestEntityTooLarge) String ¶
func (o *PutGreetingRequestEntityTooLarge) String() string
type PutGreetingRequestTimeout ¶
PutGreetingRequestTimeout 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 NewPutGreetingRequestTimeout ¶
func NewPutGreetingRequestTimeout() *PutGreetingRequestTimeout
NewPutGreetingRequestTimeout creates a PutGreetingRequestTimeout with default headers values
func (*PutGreetingRequestTimeout) Error ¶
func (o *PutGreetingRequestTimeout) Error() string
func (*PutGreetingRequestTimeout) GetPayload ¶
func (o *PutGreetingRequestTimeout) GetPayload() *models.ErrorBody
func (*PutGreetingRequestTimeout) IsClientError ¶
func (o *PutGreetingRequestTimeout) IsClientError() bool
IsClientError returns true when this put greeting request timeout response has a 4xx status code
func (*PutGreetingRequestTimeout) IsCode ¶
func (o *PutGreetingRequestTimeout) IsCode(code int) bool
IsCode returns true when this put greeting request timeout response a status code equal to that given
func (*PutGreetingRequestTimeout) IsRedirect ¶
func (o *PutGreetingRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put greeting request timeout response has a 3xx status code
func (*PutGreetingRequestTimeout) IsServerError ¶
func (o *PutGreetingRequestTimeout) IsServerError() bool
IsServerError returns true when this put greeting request timeout response has a 5xx status code
func (*PutGreetingRequestTimeout) IsSuccess ¶
func (o *PutGreetingRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put greeting request timeout response has a 2xx status code
func (*PutGreetingRequestTimeout) String ¶
func (o *PutGreetingRequestTimeout) String() string
type PutGreetingServiceUnavailable ¶
type PutGreetingServiceUnavailable struct {
}
PutGreetingServiceUnavailable 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 NewPutGreetingServiceUnavailable ¶
func NewPutGreetingServiceUnavailable() *PutGreetingServiceUnavailable
NewPutGreetingServiceUnavailable creates a PutGreetingServiceUnavailable with default headers values
func (*PutGreetingServiceUnavailable) Error ¶
func (o *PutGreetingServiceUnavailable) Error() string
func (*PutGreetingServiceUnavailable) GetPayload ¶
func (o *PutGreetingServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutGreetingServiceUnavailable) IsClientError ¶
func (o *PutGreetingServiceUnavailable) IsClientError() bool
IsClientError returns true when this put greeting service unavailable response has a 4xx status code
func (*PutGreetingServiceUnavailable) IsCode ¶
func (o *PutGreetingServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put greeting service unavailable response a status code equal to that given
func (*PutGreetingServiceUnavailable) IsRedirect ¶
func (o *PutGreetingServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put greeting service unavailable response has a 3xx status code
func (*PutGreetingServiceUnavailable) IsServerError ¶
func (o *PutGreetingServiceUnavailable) IsServerError() bool
IsServerError returns true when this put greeting service unavailable response has a 5xx status code
func (*PutGreetingServiceUnavailable) IsSuccess ¶
func (o *PutGreetingServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put greeting service unavailable response has a 2xx status code
func (*PutGreetingServiceUnavailable) String ¶
func (o *PutGreetingServiceUnavailable) String() string
type PutGreetingTooManyRequests ¶
PutGreetingTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutGreetingTooManyRequests ¶
func NewPutGreetingTooManyRequests() *PutGreetingTooManyRequests
NewPutGreetingTooManyRequests creates a PutGreetingTooManyRequests with default headers values
func (*PutGreetingTooManyRequests) Error ¶
func (o *PutGreetingTooManyRequests) Error() string
func (*PutGreetingTooManyRequests) GetPayload ¶
func (o *PutGreetingTooManyRequests) GetPayload() *models.ErrorBody
func (*PutGreetingTooManyRequests) IsClientError ¶
func (o *PutGreetingTooManyRequests) IsClientError() bool
IsClientError returns true when this put greeting too many requests response has a 4xx status code
func (*PutGreetingTooManyRequests) IsCode ¶
func (o *PutGreetingTooManyRequests) IsCode(code int) bool
IsCode returns true when this put greeting too many requests response a status code equal to that given
func (*PutGreetingTooManyRequests) IsRedirect ¶
func (o *PutGreetingTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put greeting too many requests response has a 3xx status code
func (*PutGreetingTooManyRequests) IsServerError ¶
func (o *PutGreetingTooManyRequests) IsServerError() bool
IsServerError returns true when this put greeting too many requests response has a 5xx status code
func (*PutGreetingTooManyRequests) IsSuccess ¶
func (o *PutGreetingTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put greeting too many requests response has a 2xx status code
func (*PutGreetingTooManyRequests) String ¶
func (o *PutGreetingTooManyRequests) String() string
type PutGreetingUnauthorized ¶
type PutGreetingUnauthorized struct {
}
PutGreetingUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutGreetingUnauthorized ¶
func NewPutGreetingUnauthorized() *PutGreetingUnauthorized
NewPutGreetingUnauthorized creates a PutGreetingUnauthorized with default headers values
func (*PutGreetingUnauthorized) Error ¶
func (o *PutGreetingUnauthorized) Error() string
func (*PutGreetingUnauthorized) GetPayload ¶
func (o *PutGreetingUnauthorized) GetPayload() *models.ErrorBody
func (*PutGreetingUnauthorized) IsClientError ¶
func (o *PutGreetingUnauthorized) IsClientError() bool
IsClientError returns true when this put greeting unauthorized response has a 4xx status code
func (*PutGreetingUnauthorized) IsCode ¶
func (o *PutGreetingUnauthorized) IsCode(code int) bool
IsCode returns true when this put greeting unauthorized response a status code equal to that given
func (*PutGreetingUnauthorized) IsRedirect ¶
func (o *PutGreetingUnauthorized) IsRedirect() bool
IsRedirect returns true when this put greeting unauthorized response has a 3xx status code
func (*PutGreetingUnauthorized) IsServerError ¶
func (o *PutGreetingUnauthorized) IsServerError() bool
IsServerError returns true when this put greeting unauthorized response has a 5xx status code
func (*PutGreetingUnauthorized) IsSuccess ¶
func (o *PutGreetingUnauthorized) IsSuccess() bool
IsSuccess returns true when this put greeting unauthorized response has a 2xx status code
func (*PutGreetingUnauthorized) String ¶
func (o *PutGreetingUnauthorized) String() string
type PutGreetingUnsupportedMediaType ¶
PutGreetingUnsupportedMediaType 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 NewPutGreetingUnsupportedMediaType ¶
func NewPutGreetingUnsupportedMediaType() *PutGreetingUnsupportedMediaType
NewPutGreetingUnsupportedMediaType creates a PutGreetingUnsupportedMediaType with default headers values
func (*PutGreetingUnsupportedMediaType) Error ¶
func (o *PutGreetingUnsupportedMediaType) Error() string
func (*PutGreetingUnsupportedMediaType) GetPayload ¶
func (o *PutGreetingUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutGreetingUnsupportedMediaType) IsClientError ¶
func (o *PutGreetingUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put greeting unsupported media type response has a 4xx status code
func (*PutGreetingUnsupportedMediaType) IsCode ¶
func (o *PutGreetingUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put greeting unsupported media type response a status code equal to that given
func (*PutGreetingUnsupportedMediaType) IsRedirect ¶
func (o *PutGreetingUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put greeting unsupported media type response has a 3xx status code
func (*PutGreetingUnsupportedMediaType) IsServerError ¶
func (o *PutGreetingUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put greeting unsupported media type response has a 5xx status code
func (*PutGreetingUnsupportedMediaType) IsSuccess ¶
func (o *PutGreetingUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put greeting unsupported media type response has a 2xx status code
func (*PutGreetingUnsupportedMediaType) String ¶
func (o *PutGreetingUnsupportedMediaType) String() string
type PutGreetingsDefaultsBadRequest ¶
PutGreetingsDefaultsBadRequest 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 NewPutGreetingsDefaultsBadRequest ¶
func NewPutGreetingsDefaultsBadRequest() *PutGreetingsDefaultsBadRequest
NewPutGreetingsDefaultsBadRequest creates a PutGreetingsDefaultsBadRequest with default headers values
func (*PutGreetingsDefaultsBadRequest) Error ¶
func (o *PutGreetingsDefaultsBadRequest) Error() string
func (*PutGreetingsDefaultsBadRequest) GetPayload ¶
func (o *PutGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsBadRequest) IsClientError ¶
func (o *PutGreetingsDefaultsBadRequest) IsClientError() bool
IsClientError returns true when this put greetings defaults bad request response has a 4xx status code
func (*PutGreetingsDefaultsBadRequest) IsCode ¶
func (o *PutGreetingsDefaultsBadRequest) IsCode(code int) bool
IsCode returns true when this put greetings defaults bad request response a status code equal to that given
func (*PutGreetingsDefaultsBadRequest) IsRedirect ¶
func (o *PutGreetingsDefaultsBadRequest) IsRedirect() bool
IsRedirect returns true when this put greetings defaults bad request response has a 3xx status code
func (*PutGreetingsDefaultsBadRequest) IsServerError ¶
func (o *PutGreetingsDefaultsBadRequest) IsServerError() bool
IsServerError returns true when this put greetings defaults bad request response has a 5xx status code
func (*PutGreetingsDefaultsBadRequest) IsSuccess ¶
func (o *PutGreetingsDefaultsBadRequest) IsSuccess() bool
IsSuccess returns true when this put greetings defaults bad request response has a 2xx status code
func (*PutGreetingsDefaultsBadRequest) String ¶
func (o *PutGreetingsDefaultsBadRequest) String() string
type PutGreetingsDefaultsForbidden ¶
PutGreetingsDefaultsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutGreetingsDefaultsForbidden ¶
func NewPutGreetingsDefaultsForbidden() *PutGreetingsDefaultsForbidden
NewPutGreetingsDefaultsForbidden creates a PutGreetingsDefaultsForbidden with default headers values
func (*PutGreetingsDefaultsForbidden) Error ¶
func (o *PutGreetingsDefaultsForbidden) Error() string
func (*PutGreetingsDefaultsForbidden) GetPayload ¶
func (o *PutGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsForbidden) IsClientError ¶
func (o *PutGreetingsDefaultsForbidden) IsClientError() bool
IsClientError returns true when this put greetings defaults forbidden response has a 4xx status code
func (*PutGreetingsDefaultsForbidden) IsCode ¶
func (o *PutGreetingsDefaultsForbidden) IsCode(code int) bool
IsCode returns true when this put greetings defaults forbidden response a status code equal to that given
func (*PutGreetingsDefaultsForbidden) IsRedirect ¶
func (o *PutGreetingsDefaultsForbidden) IsRedirect() bool
IsRedirect returns true when this put greetings defaults forbidden response has a 3xx status code
func (*PutGreetingsDefaultsForbidden) IsServerError ¶
func (o *PutGreetingsDefaultsForbidden) IsServerError() bool
IsServerError returns true when this put greetings defaults forbidden response has a 5xx status code
func (*PutGreetingsDefaultsForbidden) IsSuccess ¶
func (o *PutGreetingsDefaultsForbidden) IsSuccess() bool
IsSuccess returns true when this put greetings defaults forbidden response has a 2xx status code
func (*PutGreetingsDefaultsForbidden) String ¶
func (o *PutGreetingsDefaultsForbidden) String() string
type PutGreetingsDefaultsGatewayTimeout ¶
PutGreetingsDefaultsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutGreetingsDefaultsGatewayTimeout ¶
func NewPutGreetingsDefaultsGatewayTimeout() *PutGreetingsDefaultsGatewayTimeout
NewPutGreetingsDefaultsGatewayTimeout creates a PutGreetingsDefaultsGatewayTimeout with default headers values
func (*PutGreetingsDefaultsGatewayTimeout) Error ¶
func (o *PutGreetingsDefaultsGatewayTimeout) Error() string
func (*PutGreetingsDefaultsGatewayTimeout) GetPayload ¶
func (o *PutGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsGatewayTimeout) IsClientError ¶
func (o *PutGreetingsDefaultsGatewayTimeout) IsClientError() bool
IsClientError returns true when this put greetings defaults gateway timeout response has a 4xx status code
func (*PutGreetingsDefaultsGatewayTimeout) IsCode ¶
func (o *PutGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put greetings defaults gateway timeout response a status code equal to that given
func (*PutGreetingsDefaultsGatewayTimeout) IsRedirect ¶
func (o *PutGreetingsDefaultsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put greetings defaults gateway timeout response has a 3xx status code
func (*PutGreetingsDefaultsGatewayTimeout) IsServerError ¶
func (o *PutGreetingsDefaultsGatewayTimeout) IsServerError() bool
IsServerError returns true when this put greetings defaults gateway timeout response has a 5xx status code
func (*PutGreetingsDefaultsGatewayTimeout) IsSuccess ¶
func (o *PutGreetingsDefaultsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put greetings defaults gateway timeout response has a 2xx status code
func (*PutGreetingsDefaultsGatewayTimeout) String ¶
func (o *PutGreetingsDefaultsGatewayTimeout) String() string
type PutGreetingsDefaultsInternalServerError ¶
PutGreetingsDefaultsInternalServerError 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 NewPutGreetingsDefaultsInternalServerError ¶
func NewPutGreetingsDefaultsInternalServerError() *PutGreetingsDefaultsInternalServerError
NewPutGreetingsDefaultsInternalServerError creates a PutGreetingsDefaultsInternalServerError with default headers values
func (*PutGreetingsDefaultsInternalServerError) Error ¶
func (o *PutGreetingsDefaultsInternalServerError) Error() string
func (*PutGreetingsDefaultsInternalServerError) GetPayload ¶
func (o *PutGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsInternalServerError) IsClientError ¶
func (o *PutGreetingsDefaultsInternalServerError) IsClientError() bool
IsClientError returns true when this put greetings defaults internal server error response has a 4xx status code
func (*PutGreetingsDefaultsInternalServerError) IsCode ¶
func (o *PutGreetingsDefaultsInternalServerError) IsCode(code int) bool
IsCode returns true when this put greetings defaults internal server error response a status code equal to that given
func (*PutGreetingsDefaultsInternalServerError) IsRedirect ¶
func (o *PutGreetingsDefaultsInternalServerError) IsRedirect() bool
IsRedirect returns true when this put greetings defaults internal server error response has a 3xx status code
func (*PutGreetingsDefaultsInternalServerError) IsServerError ¶
func (o *PutGreetingsDefaultsInternalServerError) IsServerError() bool
IsServerError returns true when this put greetings defaults internal server error response has a 5xx status code
func (*PutGreetingsDefaultsInternalServerError) IsSuccess ¶
func (o *PutGreetingsDefaultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this put greetings defaults internal server error response has a 2xx status code
func (*PutGreetingsDefaultsInternalServerError) String ¶
func (o *PutGreetingsDefaultsInternalServerError) String() string
type PutGreetingsDefaultsNotFound ¶
PutGreetingsDefaultsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutGreetingsDefaultsNotFound ¶
func NewPutGreetingsDefaultsNotFound() *PutGreetingsDefaultsNotFound
NewPutGreetingsDefaultsNotFound creates a PutGreetingsDefaultsNotFound with default headers values
func (*PutGreetingsDefaultsNotFound) Error ¶
func (o *PutGreetingsDefaultsNotFound) Error() string
func (*PutGreetingsDefaultsNotFound) GetPayload ¶
func (o *PutGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsNotFound) IsClientError ¶
func (o *PutGreetingsDefaultsNotFound) IsClientError() bool
IsClientError returns true when this put greetings defaults not found response has a 4xx status code
func (*PutGreetingsDefaultsNotFound) IsCode ¶
func (o *PutGreetingsDefaultsNotFound) IsCode(code int) bool
IsCode returns true when this put greetings defaults not found response a status code equal to that given
func (*PutGreetingsDefaultsNotFound) IsRedirect ¶
func (o *PutGreetingsDefaultsNotFound) IsRedirect() bool
IsRedirect returns true when this put greetings defaults not found response has a 3xx status code
func (*PutGreetingsDefaultsNotFound) IsServerError ¶
func (o *PutGreetingsDefaultsNotFound) IsServerError() bool
IsServerError returns true when this put greetings defaults not found response has a 5xx status code
func (*PutGreetingsDefaultsNotFound) IsSuccess ¶
func (o *PutGreetingsDefaultsNotFound) IsSuccess() bool
IsSuccess returns true when this put greetings defaults not found response has a 2xx status code
func (*PutGreetingsDefaultsNotFound) String ¶
func (o *PutGreetingsDefaultsNotFound) String() string
type PutGreetingsDefaultsOK ¶
type PutGreetingsDefaultsOK struct {
Payload *models.DefaultGreetingList
}
PutGreetingsDefaultsOK describes a response with status code 200, with default header values.
successful operation
func NewPutGreetingsDefaultsOK ¶
func NewPutGreetingsDefaultsOK() *PutGreetingsDefaultsOK
NewPutGreetingsDefaultsOK creates a PutGreetingsDefaultsOK with default headers values
func (*PutGreetingsDefaultsOK) Error ¶
func (o *PutGreetingsDefaultsOK) Error() string
func (*PutGreetingsDefaultsOK) GetPayload ¶
func (o *PutGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
func (*PutGreetingsDefaultsOK) IsClientError ¶
func (o *PutGreetingsDefaultsOK) IsClientError() bool
IsClientError returns true when this put greetings defaults o k response has a 4xx status code
func (*PutGreetingsDefaultsOK) IsCode ¶
func (o *PutGreetingsDefaultsOK) IsCode(code int) bool
IsCode returns true when this put greetings defaults o k response a status code equal to that given
func (*PutGreetingsDefaultsOK) IsRedirect ¶
func (o *PutGreetingsDefaultsOK) IsRedirect() bool
IsRedirect returns true when this put greetings defaults o k response has a 3xx status code
func (*PutGreetingsDefaultsOK) IsServerError ¶
func (o *PutGreetingsDefaultsOK) IsServerError() bool
IsServerError returns true when this put greetings defaults o k response has a 5xx status code
func (*PutGreetingsDefaultsOK) IsSuccess ¶
func (o *PutGreetingsDefaultsOK) IsSuccess() bool
IsSuccess returns true when this put greetings defaults o k response has a 2xx status code
func (*PutGreetingsDefaultsOK) String ¶
func (o *PutGreetingsDefaultsOK) String() string
type PutGreetingsDefaultsParams ¶
type PutGreetingsDefaultsParams struct {
/* Body.
The updated defaultGreetingList
*/
Body *models.DefaultGreetingList
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PutGreetingsDefaultsParams contains all the parameters to send to the API endpoint
for the put greetings defaults operation. Typically these are written to a http.Request.
func NewPutGreetingsDefaultsParams ¶
func NewPutGreetingsDefaultsParams() *PutGreetingsDefaultsParams
NewPutGreetingsDefaultsParams creates a new PutGreetingsDefaultsParams 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 NewPutGreetingsDefaultsParamsWithContext ¶
func NewPutGreetingsDefaultsParamsWithContext(ctx context.Context) *PutGreetingsDefaultsParams
NewPutGreetingsDefaultsParamsWithContext creates a new PutGreetingsDefaultsParams object with the ability to set a context for a request.
func NewPutGreetingsDefaultsParamsWithHTTPClient ¶
func NewPutGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *PutGreetingsDefaultsParams
NewPutGreetingsDefaultsParamsWithHTTPClient creates a new PutGreetingsDefaultsParams object with the ability to set a custom HTTPClient for a request.
func NewPutGreetingsDefaultsParamsWithTimeout ¶
func NewPutGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *PutGreetingsDefaultsParams
NewPutGreetingsDefaultsParamsWithTimeout creates a new PutGreetingsDefaultsParams object with the ability to set a timeout on a request.
func (*PutGreetingsDefaultsParams) SetBody ¶
func (o *PutGreetingsDefaultsParams) SetBody(body *models.DefaultGreetingList)
SetBody adds the body to the put greetings defaults params
func (*PutGreetingsDefaultsParams) SetContext ¶
func (o *PutGreetingsDefaultsParams) SetContext(ctx context.Context)
SetContext adds the context to the put greetings defaults params
func (*PutGreetingsDefaultsParams) SetDefaults ¶
func (o *PutGreetingsDefaultsParams) SetDefaults()
SetDefaults hydrates default values in the put greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*PutGreetingsDefaultsParams) SetHTTPClient ¶
func (o *PutGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put greetings defaults params
func (*PutGreetingsDefaultsParams) SetTimeout ¶
func (o *PutGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put greetings defaults params
func (*PutGreetingsDefaultsParams) WithBody ¶
func (o *PutGreetingsDefaultsParams) WithBody(body *models.DefaultGreetingList) *PutGreetingsDefaultsParams
WithBody adds the body to the put greetings defaults params
func (*PutGreetingsDefaultsParams) WithContext ¶
func (o *PutGreetingsDefaultsParams) WithContext(ctx context.Context) *PutGreetingsDefaultsParams
WithContext adds the context to the put greetings defaults params
func (*PutGreetingsDefaultsParams) WithDefaults ¶
func (o *PutGreetingsDefaultsParams) WithDefaults() *PutGreetingsDefaultsParams
WithDefaults hydrates default values in the put greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*PutGreetingsDefaultsParams) WithHTTPClient ¶
func (o *PutGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *PutGreetingsDefaultsParams
WithHTTPClient adds the HTTPClient to the put greetings defaults params
func (*PutGreetingsDefaultsParams) WithTimeout ¶
func (o *PutGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *PutGreetingsDefaultsParams
WithTimeout adds the timeout to the put greetings defaults params
func (*PutGreetingsDefaultsParams) WriteToRequest ¶
func (o *PutGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutGreetingsDefaultsReader ¶
type PutGreetingsDefaultsReader struct {
// contains filtered or unexported fields
}
PutGreetingsDefaultsReader is a Reader for the PutGreetingsDefaults structure.
func (*PutGreetingsDefaultsReader) ReadResponse ¶
func (o *PutGreetingsDefaultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutGreetingsDefaultsRequestEntityTooLarge ¶
PutGreetingsDefaultsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutGreetingsDefaultsRequestEntityTooLarge ¶
func NewPutGreetingsDefaultsRequestEntityTooLarge() *PutGreetingsDefaultsRequestEntityTooLarge
NewPutGreetingsDefaultsRequestEntityTooLarge creates a PutGreetingsDefaultsRequestEntityTooLarge with default headers values
func (*PutGreetingsDefaultsRequestEntityTooLarge) Error ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) Error() string
func (*PutGreetingsDefaultsRequestEntityTooLarge) GetPayload ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsRequestEntityTooLarge) IsClientError ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put greetings defaults request entity too large response has a 4xx status code
func (*PutGreetingsDefaultsRequestEntityTooLarge) IsCode ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put greetings defaults request entity too large response a status code equal to that given
func (*PutGreetingsDefaultsRequestEntityTooLarge) IsRedirect ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put greetings defaults request entity too large response has a 3xx status code
func (*PutGreetingsDefaultsRequestEntityTooLarge) IsServerError ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put greetings defaults request entity too large response has a 5xx status code
func (*PutGreetingsDefaultsRequestEntityTooLarge) IsSuccess ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put greetings defaults request entity too large response has a 2xx status code
func (*PutGreetingsDefaultsRequestEntityTooLarge) String ¶
func (o *PutGreetingsDefaultsRequestEntityTooLarge) String() string
type PutGreetingsDefaultsRequestTimeout ¶
PutGreetingsDefaultsRequestTimeout 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 NewPutGreetingsDefaultsRequestTimeout ¶
func NewPutGreetingsDefaultsRequestTimeout() *PutGreetingsDefaultsRequestTimeout
NewPutGreetingsDefaultsRequestTimeout creates a PutGreetingsDefaultsRequestTimeout with default headers values
func (*PutGreetingsDefaultsRequestTimeout) Error ¶
func (o *PutGreetingsDefaultsRequestTimeout) Error() string
func (*PutGreetingsDefaultsRequestTimeout) GetPayload ¶
func (o *PutGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsRequestTimeout) IsClientError ¶
func (o *PutGreetingsDefaultsRequestTimeout) IsClientError() bool
IsClientError returns true when this put greetings defaults request timeout response has a 4xx status code
func (*PutGreetingsDefaultsRequestTimeout) IsCode ¶
func (o *PutGreetingsDefaultsRequestTimeout) IsCode(code int) bool
IsCode returns true when this put greetings defaults request timeout response a status code equal to that given
func (*PutGreetingsDefaultsRequestTimeout) IsRedirect ¶
func (o *PutGreetingsDefaultsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put greetings defaults request timeout response has a 3xx status code
func (*PutGreetingsDefaultsRequestTimeout) IsServerError ¶
func (o *PutGreetingsDefaultsRequestTimeout) IsServerError() bool
IsServerError returns true when this put greetings defaults request timeout response has a 5xx status code
func (*PutGreetingsDefaultsRequestTimeout) IsSuccess ¶
func (o *PutGreetingsDefaultsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put greetings defaults request timeout response has a 2xx status code
func (*PutGreetingsDefaultsRequestTimeout) String ¶
func (o *PutGreetingsDefaultsRequestTimeout) String() string
type PutGreetingsDefaultsServiceUnavailable ¶
type PutGreetingsDefaultsServiceUnavailable struct {
}
PutGreetingsDefaultsServiceUnavailable 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 NewPutGreetingsDefaultsServiceUnavailable ¶
func NewPutGreetingsDefaultsServiceUnavailable() *PutGreetingsDefaultsServiceUnavailable
NewPutGreetingsDefaultsServiceUnavailable creates a PutGreetingsDefaultsServiceUnavailable with default headers values
func (*PutGreetingsDefaultsServiceUnavailable) Error ¶
func (o *PutGreetingsDefaultsServiceUnavailable) Error() string
func (*PutGreetingsDefaultsServiceUnavailable) GetPayload ¶
func (o *PutGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsServiceUnavailable) IsClientError ¶
func (o *PutGreetingsDefaultsServiceUnavailable) IsClientError() bool
IsClientError returns true when this put greetings defaults service unavailable response has a 4xx status code
func (*PutGreetingsDefaultsServiceUnavailable) IsCode ¶
func (o *PutGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put greetings defaults service unavailable response a status code equal to that given
func (*PutGreetingsDefaultsServiceUnavailable) IsRedirect ¶
func (o *PutGreetingsDefaultsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put greetings defaults service unavailable response has a 3xx status code
func (*PutGreetingsDefaultsServiceUnavailable) IsServerError ¶
func (o *PutGreetingsDefaultsServiceUnavailable) IsServerError() bool
IsServerError returns true when this put greetings defaults service unavailable response has a 5xx status code
func (*PutGreetingsDefaultsServiceUnavailable) IsSuccess ¶
func (o *PutGreetingsDefaultsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put greetings defaults service unavailable response has a 2xx status code
func (*PutGreetingsDefaultsServiceUnavailable) String ¶
func (o *PutGreetingsDefaultsServiceUnavailable) String() string
type PutGreetingsDefaultsTooManyRequests ¶
PutGreetingsDefaultsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutGreetingsDefaultsTooManyRequests ¶
func NewPutGreetingsDefaultsTooManyRequests() *PutGreetingsDefaultsTooManyRequests
NewPutGreetingsDefaultsTooManyRequests creates a PutGreetingsDefaultsTooManyRequests with default headers values
func (*PutGreetingsDefaultsTooManyRequests) Error ¶
func (o *PutGreetingsDefaultsTooManyRequests) Error() string
func (*PutGreetingsDefaultsTooManyRequests) GetPayload ¶
func (o *PutGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsTooManyRequests) IsClientError ¶
func (o *PutGreetingsDefaultsTooManyRequests) IsClientError() bool
IsClientError returns true when this put greetings defaults too many requests response has a 4xx status code
func (*PutGreetingsDefaultsTooManyRequests) IsCode ¶
func (o *PutGreetingsDefaultsTooManyRequests) IsCode(code int) bool
IsCode returns true when this put greetings defaults too many requests response a status code equal to that given
func (*PutGreetingsDefaultsTooManyRequests) IsRedirect ¶
func (o *PutGreetingsDefaultsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put greetings defaults too many requests response has a 3xx status code
func (*PutGreetingsDefaultsTooManyRequests) IsServerError ¶
func (o *PutGreetingsDefaultsTooManyRequests) IsServerError() bool
IsServerError returns true when this put greetings defaults too many requests response has a 5xx status code
func (*PutGreetingsDefaultsTooManyRequests) IsSuccess ¶
func (o *PutGreetingsDefaultsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put greetings defaults too many requests response has a 2xx status code
func (*PutGreetingsDefaultsTooManyRequests) String ¶
func (o *PutGreetingsDefaultsTooManyRequests) String() string
type PutGreetingsDefaultsUnauthorized ¶
type PutGreetingsDefaultsUnauthorized struct {
}
PutGreetingsDefaultsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutGreetingsDefaultsUnauthorized ¶
func NewPutGreetingsDefaultsUnauthorized() *PutGreetingsDefaultsUnauthorized
NewPutGreetingsDefaultsUnauthorized creates a PutGreetingsDefaultsUnauthorized with default headers values
func (*PutGreetingsDefaultsUnauthorized) Error ¶
func (o *PutGreetingsDefaultsUnauthorized) Error() string
func (*PutGreetingsDefaultsUnauthorized) GetPayload ¶
func (o *PutGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsUnauthorized) IsClientError ¶
func (o *PutGreetingsDefaultsUnauthorized) IsClientError() bool
IsClientError returns true when this put greetings defaults unauthorized response has a 4xx status code
func (*PutGreetingsDefaultsUnauthorized) IsCode ¶
func (o *PutGreetingsDefaultsUnauthorized) IsCode(code int) bool
IsCode returns true when this put greetings defaults unauthorized response a status code equal to that given
func (*PutGreetingsDefaultsUnauthorized) IsRedirect ¶
func (o *PutGreetingsDefaultsUnauthorized) IsRedirect() bool
IsRedirect returns true when this put greetings defaults unauthorized response has a 3xx status code
func (*PutGreetingsDefaultsUnauthorized) IsServerError ¶
func (o *PutGreetingsDefaultsUnauthorized) IsServerError() bool
IsServerError returns true when this put greetings defaults unauthorized response has a 5xx status code
func (*PutGreetingsDefaultsUnauthorized) IsSuccess ¶
func (o *PutGreetingsDefaultsUnauthorized) IsSuccess() bool
IsSuccess returns true when this put greetings defaults unauthorized response has a 2xx status code
func (*PutGreetingsDefaultsUnauthorized) String ¶
func (o *PutGreetingsDefaultsUnauthorized) String() string
type PutGreetingsDefaultsUnsupportedMediaType ¶
PutGreetingsDefaultsUnsupportedMediaType 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 NewPutGreetingsDefaultsUnsupportedMediaType ¶
func NewPutGreetingsDefaultsUnsupportedMediaType() *PutGreetingsDefaultsUnsupportedMediaType
NewPutGreetingsDefaultsUnsupportedMediaType creates a PutGreetingsDefaultsUnsupportedMediaType with default headers values
func (*PutGreetingsDefaultsUnsupportedMediaType) Error ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) Error() string
func (*PutGreetingsDefaultsUnsupportedMediaType) GetPayload ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutGreetingsDefaultsUnsupportedMediaType) IsClientError ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put greetings defaults unsupported media type response has a 4xx status code
func (*PutGreetingsDefaultsUnsupportedMediaType) IsCode ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put greetings defaults unsupported media type response a status code equal to that given
func (*PutGreetingsDefaultsUnsupportedMediaType) IsRedirect ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put greetings defaults unsupported media type response has a 3xx status code
func (*PutGreetingsDefaultsUnsupportedMediaType) IsServerError ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put greetings defaults unsupported media type response has a 5xx status code
func (*PutGreetingsDefaultsUnsupportedMediaType) IsSuccess ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put greetings defaults unsupported media type response has a 2xx status code
func (*PutGreetingsDefaultsUnsupportedMediaType) String ¶
func (o *PutGreetingsDefaultsUnsupportedMediaType) String() string
type PutGroupGreetingsDefaultsBadRequest ¶
PutGroupGreetingsDefaultsBadRequest 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 NewPutGroupGreetingsDefaultsBadRequest ¶
func NewPutGroupGreetingsDefaultsBadRequest() *PutGroupGreetingsDefaultsBadRequest
NewPutGroupGreetingsDefaultsBadRequest creates a PutGroupGreetingsDefaultsBadRequest with default headers values
func (*PutGroupGreetingsDefaultsBadRequest) Error ¶
func (o *PutGroupGreetingsDefaultsBadRequest) Error() string
func (*PutGroupGreetingsDefaultsBadRequest) GetPayload ¶
func (o *PutGroupGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsBadRequest) IsClientError ¶
func (o *PutGroupGreetingsDefaultsBadRequest) IsClientError() bool
IsClientError returns true when this put group greetings defaults bad request response has a 4xx status code
func (*PutGroupGreetingsDefaultsBadRequest) IsCode ¶
func (o *PutGroupGreetingsDefaultsBadRequest) IsCode(code int) bool
IsCode returns true when this put group greetings defaults bad request response a status code equal to that given
func (*PutGroupGreetingsDefaultsBadRequest) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsBadRequest) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults bad request response has a 3xx status code
func (*PutGroupGreetingsDefaultsBadRequest) IsServerError ¶
func (o *PutGroupGreetingsDefaultsBadRequest) IsServerError() bool
IsServerError returns true when this put group greetings defaults bad request response has a 5xx status code
func (*PutGroupGreetingsDefaultsBadRequest) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsBadRequest) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults bad request response has a 2xx status code
func (*PutGroupGreetingsDefaultsBadRequest) String ¶
func (o *PutGroupGreetingsDefaultsBadRequest) String() string
type PutGroupGreetingsDefaultsForbidden ¶
PutGroupGreetingsDefaultsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutGroupGreetingsDefaultsForbidden ¶
func NewPutGroupGreetingsDefaultsForbidden() *PutGroupGreetingsDefaultsForbidden
NewPutGroupGreetingsDefaultsForbidden creates a PutGroupGreetingsDefaultsForbidden with default headers values
func (*PutGroupGreetingsDefaultsForbidden) Error ¶
func (o *PutGroupGreetingsDefaultsForbidden) Error() string
func (*PutGroupGreetingsDefaultsForbidden) GetPayload ¶
func (o *PutGroupGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsForbidden) IsClientError ¶
func (o *PutGroupGreetingsDefaultsForbidden) IsClientError() bool
IsClientError returns true when this put group greetings defaults forbidden response has a 4xx status code
func (*PutGroupGreetingsDefaultsForbidden) IsCode ¶
func (o *PutGroupGreetingsDefaultsForbidden) IsCode(code int) bool
IsCode returns true when this put group greetings defaults forbidden response a status code equal to that given
func (*PutGroupGreetingsDefaultsForbidden) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsForbidden) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults forbidden response has a 3xx status code
func (*PutGroupGreetingsDefaultsForbidden) IsServerError ¶
func (o *PutGroupGreetingsDefaultsForbidden) IsServerError() bool
IsServerError returns true when this put group greetings defaults forbidden response has a 5xx status code
func (*PutGroupGreetingsDefaultsForbidden) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsForbidden) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults forbidden response has a 2xx status code
func (*PutGroupGreetingsDefaultsForbidden) String ¶
func (o *PutGroupGreetingsDefaultsForbidden) String() string
type PutGroupGreetingsDefaultsGatewayTimeout ¶
PutGroupGreetingsDefaultsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutGroupGreetingsDefaultsGatewayTimeout ¶
func NewPutGroupGreetingsDefaultsGatewayTimeout() *PutGroupGreetingsDefaultsGatewayTimeout
NewPutGroupGreetingsDefaultsGatewayTimeout creates a PutGroupGreetingsDefaultsGatewayTimeout with default headers values
func (*PutGroupGreetingsDefaultsGatewayTimeout) Error ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) Error() string
func (*PutGroupGreetingsDefaultsGatewayTimeout) GetPayload ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsGatewayTimeout) IsClientError ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsClientError() bool
IsClientError returns true when this put group greetings defaults gateway timeout response has a 4xx status code
func (*PutGroupGreetingsDefaultsGatewayTimeout) IsCode ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put group greetings defaults gateway timeout response a status code equal to that given
func (*PutGroupGreetingsDefaultsGatewayTimeout) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults gateway timeout response has a 3xx status code
func (*PutGroupGreetingsDefaultsGatewayTimeout) IsServerError ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsServerError() bool
IsServerError returns true when this put group greetings defaults gateway timeout response has a 5xx status code
func (*PutGroupGreetingsDefaultsGatewayTimeout) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults gateway timeout response has a 2xx status code
func (*PutGroupGreetingsDefaultsGatewayTimeout) String ¶
func (o *PutGroupGreetingsDefaultsGatewayTimeout) String() string
type PutGroupGreetingsDefaultsInternalServerError ¶
PutGroupGreetingsDefaultsInternalServerError 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 NewPutGroupGreetingsDefaultsInternalServerError ¶
func NewPutGroupGreetingsDefaultsInternalServerError() *PutGroupGreetingsDefaultsInternalServerError
NewPutGroupGreetingsDefaultsInternalServerError creates a PutGroupGreetingsDefaultsInternalServerError with default headers values
func (*PutGroupGreetingsDefaultsInternalServerError) Error ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) Error() string
func (*PutGroupGreetingsDefaultsInternalServerError) GetPayload ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsInternalServerError) IsClientError ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) IsClientError() bool
IsClientError returns true when this put group greetings defaults internal server error response has a 4xx status code
func (*PutGroupGreetingsDefaultsInternalServerError) IsCode ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) IsCode(code int) bool
IsCode returns true when this put group greetings defaults internal server error response a status code equal to that given
func (*PutGroupGreetingsDefaultsInternalServerError) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults internal server error response has a 3xx status code
func (*PutGroupGreetingsDefaultsInternalServerError) IsServerError ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) IsServerError() bool
IsServerError returns true when this put group greetings defaults internal server error response has a 5xx status code
func (*PutGroupGreetingsDefaultsInternalServerError) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults internal server error response has a 2xx status code
func (*PutGroupGreetingsDefaultsInternalServerError) String ¶
func (o *PutGroupGreetingsDefaultsInternalServerError) String() string
type PutGroupGreetingsDefaultsNotFound ¶
PutGroupGreetingsDefaultsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutGroupGreetingsDefaultsNotFound ¶
func NewPutGroupGreetingsDefaultsNotFound() *PutGroupGreetingsDefaultsNotFound
NewPutGroupGreetingsDefaultsNotFound creates a PutGroupGreetingsDefaultsNotFound with default headers values
func (*PutGroupGreetingsDefaultsNotFound) Error ¶
func (o *PutGroupGreetingsDefaultsNotFound) Error() string
func (*PutGroupGreetingsDefaultsNotFound) GetPayload ¶
func (o *PutGroupGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsNotFound) IsClientError ¶
func (o *PutGroupGreetingsDefaultsNotFound) IsClientError() bool
IsClientError returns true when this put group greetings defaults not found response has a 4xx status code
func (*PutGroupGreetingsDefaultsNotFound) IsCode ¶
func (o *PutGroupGreetingsDefaultsNotFound) IsCode(code int) bool
IsCode returns true when this put group greetings defaults not found response a status code equal to that given
func (*PutGroupGreetingsDefaultsNotFound) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsNotFound) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults not found response has a 3xx status code
func (*PutGroupGreetingsDefaultsNotFound) IsServerError ¶
func (o *PutGroupGreetingsDefaultsNotFound) IsServerError() bool
IsServerError returns true when this put group greetings defaults not found response has a 5xx status code
func (*PutGroupGreetingsDefaultsNotFound) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsNotFound) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults not found response has a 2xx status code
func (*PutGroupGreetingsDefaultsNotFound) String ¶
func (o *PutGroupGreetingsDefaultsNotFound) String() string
type PutGroupGreetingsDefaultsOK ¶
type PutGroupGreetingsDefaultsOK struct {
Payload *models.DefaultGreetingList
}
PutGroupGreetingsDefaultsOK describes a response with status code 200, with default header values.
successful operation
func NewPutGroupGreetingsDefaultsOK ¶
func NewPutGroupGreetingsDefaultsOK() *PutGroupGreetingsDefaultsOK
NewPutGroupGreetingsDefaultsOK creates a PutGroupGreetingsDefaultsOK with default headers values
func (*PutGroupGreetingsDefaultsOK) Error ¶
func (o *PutGroupGreetingsDefaultsOK) Error() string
func (*PutGroupGreetingsDefaultsOK) GetPayload ¶
func (o *PutGroupGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
func (*PutGroupGreetingsDefaultsOK) IsClientError ¶
func (o *PutGroupGreetingsDefaultsOK) IsClientError() bool
IsClientError returns true when this put group greetings defaults o k response has a 4xx status code
func (*PutGroupGreetingsDefaultsOK) IsCode ¶
func (o *PutGroupGreetingsDefaultsOK) IsCode(code int) bool
IsCode returns true when this put group greetings defaults o k response a status code equal to that given
func (*PutGroupGreetingsDefaultsOK) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsOK) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults o k response has a 3xx status code
func (*PutGroupGreetingsDefaultsOK) IsServerError ¶
func (o *PutGroupGreetingsDefaultsOK) IsServerError() bool
IsServerError returns true when this put group greetings defaults o k response has a 5xx status code
func (*PutGroupGreetingsDefaultsOK) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsOK) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults o k response has a 2xx status code
func (*PutGroupGreetingsDefaultsOK) String ¶
func (o *PutGroupGreetingsDefaultsOK) String() string
type PutGroupGreetingsDefaultsParams ¶
type PutGroupGreetingsDefaultsParams struct {
/* Body.
The updated defaultGreetingList
*/
Body *models.DefaultGreetingList
/* GroupID.
Group ID
*/
GroupID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PutGroupGreetingsDefaultsParams contains all the parameters to send to the API endpoint
for the put group greetings defaults operation. Typically these are written to a http.Request.
func NewPutGroupGreetingsDefaultsParams ¶
func NewPutGroupGreetingsDefaultsParams() *PutGroupGreetingsDefaultsParams
NewPutGroupGreetingsDefaultsParams creates a new PutGroupGreetingsDefaultsParams 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 NewPutGroupGreetingsDefaultsParamsWithContext ¶
func NewPutGroupGreetingsDefaultsParamsWithContext(ctx context.Context) *PutGroupGreetingsDefaultsParams
NewPutGroupGreetingsDefaultsParamsWithContext creates a new PutGroupGreetingsDefaultsParams object with the ability to set a context for a request.
func NewPutGroupGreetingsDefaultsParamsWithHTTPClient ¶
func NewPutGroupGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *PutGroupGreetingsDefaultsParams
NewPutGroupGreetingsDefaultsParamsWithHTTPClient creates a new PutGroupGreetingsDefaultsParams object with the ability to set a custom HTTPClient for a request.
func NewPutGroupGreetingsDefaultsParamsWithTimeout ¶
func NewPutGroupGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *PutGroupGreetingsDefaultsParams
NewPutGroupGreetingsDefaultsParamsWithTimeout creates a new PutGroupGreetingsDefaultsParams object with the ability to set a timeout on a request.
func (*PutGroupGreetingsDefaultsParams) SetBody ¶
func (o *PutGroupGreetingsDefaultsParams) SetBody(body *models.DefaultGreetingList)
SetBody adds the body to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) SetContext ¶
func (o *PutGroupGreetingsDefaultsParams) SetContext(ctx context.Context)
SetContext adds the context to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) SetDefaults ¶
func (o *PutGroupGreetingsDefaultsParams) SetDefaults()
SetDefaults hydrates default values in the put group greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*PutGroupGreetingsDefaultsParams) SetGroupID ¶
func (o *PutGroupGreetingsDefaultsParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) SetHTTPClient ¶
func (o *PutGroupGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) SetTimeout ¶
func (o *PutGroupGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) WithBody ¶
func (o *PutGroupGreetingsDefaultsParams) WithBody(body *models.DefaultGreetingList) *PutGroupGreetingsDefaultsParams
WithBody adds the body to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) WithContext ¶
func (o *PutGroupGreetingsDefaultsParams) WithContext(ctx context.Context) *PutGroupGreetingsDefaultsParams
WithContext adds the context to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) WithDefaults ¶
func (o *PutGroupGreetingsDefaultsParams) WithDefaults() *PutGroupGreetingsDefaultsParams
WithDefaults hydrates default values in the put group greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*PutGroupGreetingsDefaultsParams) WithGroupID ¶
func (o *PutGroupGreetingsDefaultsParams) WithGroupID(groupID string) *PutGroupGreetingsDefaultsParams
WithGroupID adds the groupID to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) WithHTTPClient ¶
func (o *PutGroupGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *PutGroupGreetingsDefaultsParams
WithHTTPClient adds the HTTPClient to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) WithTimeout ¶
func (o *PutGroupGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *PutGroupGreetingsDefaultsParams
WithTimeout adds the timeout to the put group greetings defaults params
func (*PutGroupGreetingsDefaultsParams) WriteToRequest ¶
func (o *PutGroupGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutGroupGreetingsDefaultsReader ¶
type PutGroupGreetingsDefaultsReader struct {
// contains filtered or unexported fields
}
PutGroupGreetingsDefaultsReader is a Reader for the PutGroupGreetingsDefaults structure.
func (*PutGroupGreetingsDefaultsReader) ReadResponse ¶
func (o *PutGroupGreetingsDefaultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutGroupGreetingsDefaultsRequestEntityTooLarge ¶
PutGroupGreetingsDefaultsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutGroupGreetingsDefaultsRequestEntityTooLarge ¶
func NewPutGroupGreetingsDefaultsRequestEntityTooLarge() *PutGroupGreetingsDefaultsRequestEntityTooLarge
NewPutGroupGreetingsDefaultsRequestEntityTooLarge creates a PutGroupGreetingsDefaultsRequestEntityTooLarge with default headers values
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) Error ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) Error() string
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) GetPayload ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) IsClientError ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put group greetings defaults request entity too large response has a 4xx status code
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) IsCode ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put group greetings defaults request entity too large response a status code equal to that given
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults request entity too large response has a 3xx status code
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) IsServerError ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put group greetings defaults request entity too large response has a 5xx status code
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults request entity too large response has a 2xx status code
func (*PutGroupGreetingsDefaultsRequestEntityTooLarge) String ¶
func (o *PutGroupGreetingsDefaultsRequestEntityTooLarge) String() string
type PutGroupGreetingsDefaultsRequestTimeout ¶
PutGroupGreetingsDefaultsRequestTimeout 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 NewPutGroupGreetingsDefaultsRequestTimeout ¶
func NewPutGroupGreetingsDefaultsRequestTimeout() *PutGroupGreetingsDefaultsRequestTimeout
NewPutGroupGreetingsDefaultsRequestTimeout creates a PutGroupGreetingsDefaultsRequestTimeout with default headers values
func (*PutGroupGreetingsDefaultsRequestTimeout) Error ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) Error() string
func (*PutGroupGreetingsDefaultsRequestTimeout) GetPayload ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsRequestTimeout) IsClientError ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) IsClientError() bool
IsClientError returns true when this put group greetings defaults request timeout response has a 4xx status code
func (*PutGroupGreetingsDefaultsRequestTimeout) IsCode ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) IsCode(code int) bool
IsCode returns true when this put group greetings defaults request timeout response a status code equal to that given
func (*PutGroupGreetingsDefaultsRequestTimeout) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults request timeout response has a 3xx status code
func (*PutGroupGreetingsDefaultsRequestTimeout) IsServerError ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) IsServerError() bool
IsServerError returns true when this put group greetings defaults request timeout response has a 5xx status code
func (*PutGroupGreetingsDefaultsRequestTimeout) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults request timeout response has a 2xx status code
func (*PutGroupGreetingsDefaultsRequestTimeout) String ¶
func (o *PutGroupGreetingsDefaultsRequestTimeout) String() string
type PutGroupGreetingsDefaultsServiceUnavailable ¶
type PutGroupGreetingsDefaultsServiceUnavailable struct {
}
PutGroupGreetingsDefaultsServiceUnavailable 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 NewPutGroupGreetingsDefaultsServiceUnavailable ¶
func NewPutGroupGreetingsDefaultsServiceUnavailable() *PutGroupGreetingsDefaultsServiceUnavailable
NewPutGroupGreetingsDefaultsServiceUnavailable creates a PutGroupGreetingsDefaultsServiceUnavailable with default headers values
func (*PutGroupGreetingsDefaultsServiceUnavailable) Error ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) Error() string
func (*PutGroupGreetingsDefaultsServiceUnavailable) GetPayload ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsServiceUnavailable) IsClientError ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsClientError() bool
IsClientError returns true when this put group greetings defaults service unavailable response has a 4xx status code
func (*PutGroupGreetingsDefaultsServiceUnavailable) IsCode ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put group greetings defaults service unavailable response a status code equal to that given
func (*PutGroupGreetingsDefaultsServiceUnavailable) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults service unavailable response has a 3xx status code
func (*PutGroupGreetingsDefaultsServiceUnavailable) IsServerError ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsServerError() bool
IsServerError returns true when this put group greetings defaults service unavailable response has a 5xx status code
func (*PutGroupGreetingsDefaultsServiceUnavailable) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults service unavailable response has a 2xx status code
func (*PutGroupGreetingsDefaultsServiceUnavailable) String ¶
func (o *PutGroupGreetingsDefaultsServiceUnavailable) String() string
type PutGroupGreetingsDefaultsTooManyRequests ¶
PutGroupGreetingsDefaultsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutGroupGreetingsDefaultsTooManyRequests ¶
func NewPutGroupGreetingsDefaultsTooManyRequests() *PutGroupGreetingsDefaultsTooManyRequests
NewPutGroupGreetingsDefaultsTooManyRequests creates a PutGroupGreetingsDefaultsTooManyRequests with default headers values
func (*PutGroupGreetingsDefaultsTooManyRequests) Error ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) Error() string
func (*PutGroupGreetingsDefaultsTooManyRequests) GetPayload ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsTooManyRequests) IsClientError ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) IsClientError() bool
IsClientError returns true when this put group greetings defaults too many requests response has a 4xx status code
func (*PutGroupGreetingsDefaultsTooManyRequests) IsCode ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) IsCode(code int) bool
IsCode returns true when this put group greetings defaults too many requests response a status code equal to that given
func (*PutGroupGreetingsDefaultsTooManyRequests) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults too many requests response has a 3xx status code
func (*PutGroupGreetingsDefaultsTooManyRequests) IsServerError ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) IsServerError() bool
IsServerError returns true when this put group greetings defaults too many requests response has a 5xx status code
func (*PutGroupGreetingsDefaultsTooManyRequests) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults too many requests response has a 2xx status code
func (*PutGroupGreetingsDefaultsTooManyRequests) String ¶
func (o *PutGroupGreetingsDefaultsTooManyRequests) String() string
type PutGroupGreetingsDefaultsUnauthorized ¶
type PutGroupGreetingsDefaultsUnauthorized struct {
}
PutGroupGreetingsDefaultsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutGroupGreetingsDefaultsUnauthorized ¶
func NewPutGroupGreetingsDefaultsUnauthorized() *PutGroupGreetingsDefaultsUnauthorized
NewPutGroupGreetingsDefaultsUnauthorized creates a PutGroupGreetingsDefaultsUnauthorized with default headers values
func (*PutGroupGreetingsDefaultsUnauthorized) Error ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) Error() string
func (*PutGroupGreetingsDefaultsUnauthorized) GetPayload ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsUnauthorized) IsClientError ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) IsClientError() bool
IsClientError returns true when this put group greetings defaults unauthorized response has a 4xx status code
func (*PutGroupGreetingsDefaultsUnauthorized) IsCode ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) IsCode(code int) bool
IsCode returns true when this put group greetings defaults unauthorized response a status code equal to that given
func (*PutGroupGreetingsDefaultsUnauthorized) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults unauthorized response has a 3xx status code
func (*PutGroupGreetingsDefaultsUnauthorized) IsServerError ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) IsServerError() bool
IsServerError returns true when this put group greetings defaults unauthorized response has a 5xx status code
func (*PutGroupGreetingsDefaultsUnauthorized) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults unauthorized response has a 2xx status code
func (*PutGroupGreetingsDefaultsUnauthorized) String ¶
func (o *PutGroupGreetingsDefaultsUnauthorized) String() string
type PutGroupGreetingsDefaultsUnsupportedMediaType ¶
PutGroupGreetingsDefaultsUnsupportedMediaType 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 NewPutGroupGreetingsDefaultsUnsupportedMediaType ¶
func NewPutGroupGreetingsDefaultsUnsupportedMediaType() *PutGroupGreetingsDefaultsUnsupportedMediaType
NewPutGroupGreetingsDefaultsUnsupportedMediaType creates a PutGroupGreetingsDefaultsUnsupportedMediaType with default headers values
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) Error ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) Error() string
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) GetPayload ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) IsClientError ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put group greetings defaults unsupported media type response has a 4xx status code
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) IsCode ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put group greetings defaults unsupported media type response a status code equal to that given
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) IsRedirect ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put group greetings defaults unsupported media type response has a 3xx status code
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) IsServerError ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put group greetings defaults unsupported media type response has a 5xx status code
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) IsSuccess ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put group greetings defaults unsupported media type response has a 2xx status code
func (*PutGroupGreetingsDefaultsUnsupportedMediaType) String ¶
func (o *PutGroupGreetingsDefaultsUnsupportedMediaType) String() string
type PutUserGreetingsDefaultsBadRequest ¶
PutUserGreetingsDefaultsBadRequest 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 NewPutUserGreetingsDefaultsBadRequest ¶
func NewPutUserGreetingsDefaultsBadRequest() *PutUserGreetingsDefaultsBadRequest
NewPutUserGreetingsDefaultsBadRequest creates a PutUserGreetingsDefaultsBadRequest with default headers values
func (*PutUserGreetingsDefaultsBadRequest) Error ¶
func (o *PutUserGreetingsDefaultsBadRequest) Error() string
func (*PutUserGreetingsDefaultsBadRequest) GetPayload ¶
func (o *PutUserGreetingsDefaultsBadRequest) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsBadRequest) IsClientError ¶
func (o *PutUserGreetingsDefaultsBadRequest) IsClientError() bool
IsClientError returns true when this put user greetings defaults bad request response has a 4xx status code
func (*PutUserGreetingsDefaultsBadRequest) IsCode ¶
func (o *PutUserGreetingsDefaultsBadRequest) IsCode(code int) bool
IsCode returns true when this put user greetings defaults bad request response a status code equal to that given
func (*PutUserGreetingsDefaultsBadRequest) IsRedirect ¶
func (o *PutUserGreetingsDefaultsBadRequest) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults bad request response has a 3xx status code
func (*PutUserGreetingsDefaultsBadRequest) IsServerError ¶
func (o *PutUserGreetingsDefaultsBadRequest) IsServerError() bool
IsServerError returns true when this put user greetings defaults bad request response has a 5xx status code
func (*PutUserGreetingsDefaultsBadRequest) IsSuccess ¶
func (o *PutUserGreetingsDefaultsBadRequest) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults bad request response has a 2xx status code
func (*PutUserGreetingsDefaultsBadRequest) String ¶
func (o *PutUserGreetingsDefaultsBadRequest) String() string
type PutUserGreetingsDefaultsForbidden ¶
PutUserGreetingsDefaultsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutUserGreetingsDefaultsForbidden ¶
func NewPutUserGreetingsDefaultsForbidden() *PutUserGreetingsDefaultsForbidden
NewPutUserGreetingsDefaultsForbidden creates a PutUserGreetingsDefaultsForbidden with default headers values
func (*PutUserGreetingsDefaultsForbidden) Error ¶
func (o *PutUserGreetingsDefaultsForbidden) Error() string
func (*PutUserGreetingsDefaultsForbidden) GetPayload ¶
func (o *PutUserGreetingsDefaultsForbidden) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsForbidden) IsClientError ¶
func (o *PutUserGreetingsDefaultsForbidden) IsClientError() bool
IsClientError returns true when this put user greetings defaults forbidden response has a 4xx status code
func (*PutUserGreetingsDefaultsForbidden) IsCode ¶
func (o *PutUserGreetingsDefaultsForbidden) IsCode(code int) bool
IsCode returns true when this put user greetings defaults forbidden response a status code equal to that given
func (*PutUserGreetingsDefaultsForbidden) IsRedirect ¶
func (o *PutUserGreetingsDefaultsForbidden) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults forbidden response has a 3xx status code
func (*PutUserGreetingsDefaultsForbidden) IsServerError ¶
func (o *PutUserGreetingsDefaultsForbidden) IsServerError() bool
IsServerError returns true when this put user greetings defaults forbidden response has a 5xx status code
func (*PutUserGreetingsDefaultsForbidden) IsSuccess ¶
func (o *PutUserGreetingsDefaultsForbidden) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults forbidden response has a 2xx status code
func (*PutUserGreetingsDefaultsForbidden) String ¶
func (o *PutUserGreetingsDefaultsForbidden) String() string
type PutUserGreetingsDefaultsGatewayTimeout ¶
PutUserGreetingsDefaultsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutUserGreetingsDefaultsGatewayTimeout ¶
func NewPutUserGreetingsDefaultsGatewayTimeout() *PutUserGreetingsDefaultsGatewayTimeout
NewPutUserGreetingsDefaultsGatewayTimeout creates a PutUserGreetingsDefaultsGatewayTimeout with default headers values
func (*PutUserGreetingsDefaultsGatewayTimeout) Error ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) Error() string
func (*PutUserGreetingsDefaultsGatewayTimeout) GetPayload ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsGatewayTimeout) IsClientError ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) IsClientError() bool
IsClientError returns true when this put user greetings defaults gateway timeout response has a 4xx status code
func (*PutUserGreetingsDefaultsGatewayTimeout) IsCode ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put user greetings defaults gateway timeout response a status code equal to that given
func (*PutUserGreetingsDefaultsGatewayTimeout) IsRedirect ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults gateway timeout response has a 3xx status code
func (*PutUserGreetingsDefaultsGatewayTimeout) IsServerError ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) IsServerError() bool
IsServerError returns true when this put user greetings defaults gateway timeout response has a 5xx status code
func (*PutUserGreetingsDefaultsGatewayTimeout) IsSuccess ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults gateway timeout response has a 2xx status code
func (*PutUserGreetingsDefaultsGatewayTimeout) String ¶
func (o *PutUserGreetingsDefaultsGatewayTimeout) String() string
type PutUserGreetingsDefaultsInternalServerError ¶
PutUserGreetingsDefaultsInternalServerError 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 NewPutUserGreetingsDefaultsInternalServerError ¶
func NewPutUserGreetingsDefaultsInternalServerError() *PutUserGreetingsDefaultsInternalServerError
NewPutUserGreetingsDefaultsInternalServerError creates a PutUserGreetingsDefaultsInternalServerError with default headers values
func (*PutUserGreetingsDefaultsInternalServerError) Error ¶
func (o *PutUserGreetingsDefaultsInternalServerError) Error() string
func (*PutUserGreetingsDefaultsInternalServerError) GetPayload ¶
func (o *PutUserGreetingsDefaultsInternalServerError) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsInternalServerError) IsClientError ¶
func (o *PutUserGreetingsDefaultsInternalServerError) IsClientError() bool
IsClientError returns true when this put user greetings defaults internal server error response has a 4xx status code
func (*PutUserGreetingsDefaultsInternalServerError) IsCode ¶
func (o *PutUserGreetingsDefaultsInternalServerError) IsCode(code int) bool
IsCode returns true when this put user greetings defaults internal server error response a status code equal to that given
func (*PutUserGreetingsDefaultsInternalServerError) IsRedirect ¶
func (o *PutUserGreetingsDefaultsInternalServerError) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults internal server error response has a 3xx status code
func (*PutUserGreetingsDefaultsInternalServerError) IsServerError ¶
func (o *PutUserGreetingsDefaultsInternalServerError) IsServerError() bool
IsServerError returns true when this put user greetings defaults internal server error response has a 5xx status code
func (*PutUserGreetingsDefaultsInternalServerError) IsSuccess ¶
func (o *PutUserGreetingsDefaultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults internal server error response has a 2xx status code
func (*PutUserGreetingsDefaultsInternalServerError) String ¶
func (o *PutUserGreetingsDefaultsInternalServerError) String() string
type PutUserGreetingsDefaultsNotFound ¶
PutUserGreetingsDefaultsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutUserGreetingsDefaultsNotFound ¶
func NewPutUserGreetingsDefaultsNotFound() *PutUserGreetingsDefaultsNotFound
NewPutUserGreetingsDefaultsNotFound creates a PutUserGreetingsDefaultsNotFound with default headers values
func (*PutUserGreetingsDefaultsNotFound) Error ¶
func (o *PutUserGreetingsDefaultsNotFound) Error() string
func (*PutUserGreetingsDefaultsNotFound) GetPayload ¶
func (o *PutUserGreetingsDefaultsNotFound) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsNotFound) IsClientError ¶
func (o *PutUserGreetingsDefaultsNotFound) IsClientError() bool
IsClientError returns true when this put user greetings defaults not found response has a 4xx status code
func (*PutUserGreetingsDefaultsNotFound) IsCode ¶
func (o *PutUserGreetingsDefaultsNotFound) IsCode(code int) bool
IsCode returns true when this put user greetings defaults not found response a status code equal to that given
func (*PutUserGreetingsDefaultsNotFound) IsRedirect ¶
func (o *PutUserGreetingsDefaultsNotFound) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults not found response has a 3xx status code
func (*PutUserGreetingsDefaultsNotFound) IsServerError ¶
func (o *PutUserGreetingsDefaultsNotFound) IsServerError() bool
IsServerError returns true when this put user greetings defaults not found response has a 5xx status code
func (*PutUserGreetingsDefaultsNotFound) IsSuccess ¶
func (o *PutUserGreetingsDefaultsNotFound) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults not found response has a 2xx status code
func (*PutUserGreetingsDefaultsNotFound) String ¶
func (o *PutUserGreetingsDefaultsNotFound) String() string
type PutUserGreetingsDefaultsOK ¶
type PutUserGreetingsDefaultsOK struct {
Payload *models.DefaultGreetingList
}
PutUserGreetingsDefaultsOK describes a response with status code 200, with default header values.
successful operation
func NewPutUserGreetingsDefaultsOK ¶
func NewPutUserGreetingsDefaultsOK() *PutUserGreetingsDefaultsOK
NewPutUserGreetingsDefaultsOK creates a PutUserGreetingsDefaultsOK with default headers values
func (*PutUserGreetingsDefaultsOK) Error ¶
func (o *PutUserGreetingsDefaultsOK) Error() string
func (*PutUserGreetingsDefaultsOK) GetPayload ¶
func (o *PutUserGreetingsDefaultsOK) GetPayload() *models.DefaultGreetingList
func (*PutUserGreetingsDefaultsOK) IsClientError ¶
func (o *PutUserGreetingsDefaultsOK) IsClientError() bool
IsClientError returns true when this put user greetings defaults o k response has a 4xx status code
func (*PutUserGreetingsDefaultsOK) IsCode ¶
func (o *PutUserGreetingsDefaultsOK) IsCode(code int) bool
IsCode returns true when this put user greetings defaults o k response a status code equal to that given
func (*PutUserGreetingsDefaultsOK) IsRedirect ¶
func (o *PutUserGreetingsDefaultsOK) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults o k response has a 3xx status code
func (*PutUserGreetingsDefaultsOK) IsServerError ¶
func (o *PutUserGreetingsDefaultsOK) IsServerError() bool
IsServerError returns true when this put user greetings defaults o k response has a 5xx status code
func (*PutUserGreetingsDefaultsOK) IsSuccess ¶
func (o *PutUserGreetingsDefaultsOK) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults o k response has a 2xx status code
func (*PutUserGreetingsDefaultsOK) String ¶
func (o *PutUserGreetingsDefaultsOK) String() string
type PutUserGreetingsDefaultsParams ¶
type PutUserGreetingsDefaultsParams struct {
/* Body.
The updated defaultGreetingList
*/
Body *models.DefaultGreetingList
/* UserID.
User ID
*/
UserID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PutUserGreetingsDefaultsParams contains all the parameters to send to the API endpoint
for the put user greetings defaults operation. Typically these are written to a http.Request.
func NewPutUserGreetingsDefaultsParams ¶
func NewPutUserGreetingsDefaultsParams() *PutUserGreetingsDefaultsParams
NewPutUserGreetingsDefaultsParams creates a new PutUserGreetingsDefaultsParams 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 NewPutUserGreetingsDefaultsParamsWithContext ¶
func NewPutUserGreetingsDefaultsParamsWithContext(ctx context.Context) *PutUserGreetingsDefaultsParams
NewPutUserGreetingsDefaultsParamsWithContext creates a new PutUserGreetingsDefaultsParams object with the ability to set a context for a request.
func NewPutUserGreetingsDefaultsParamsWithHTTPClient ¶
func NewPutUserGreetingsDefaultsParamsWithHTTPClient(client *http.Client) *PutUserGreetingsDefaultsParams
NewPutUserGreetingsDefaultsParamsWithHTTPClient creates a new PutUserGreetingsDefaultsParams object with the ability to set a custom HTTPClient for a request.
func NewPutUserGreetingsDefaultsParamsWithTimeout ¶
func NewPutUserGreetingsDefaultsParamsWithTimeout(timeout time.Duration) *PutUserGreetingsDefaultsParams
NewPutUserGreetingsDefaultsParamsWithTimeout creates a new PutUserGreetingsDefaultsParams object with the ability to set a timeout on a request.
func (*PutUserGreetingsDefaultsParams) SetBody ¶
func (o *PutUserGreetingsDefaultsParams) SetBody(body *models.DefaultGreetingList)
SetBody adds the body to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) SetContext ¶
func (o *PutUserGreetingsDefaultsParams) SetContext(ctx context.Context)
SetContext adds the context to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) SetDefaults ¶
func (o *PutUserGreetingsDefaultsParams) SetDefaults()
SetDefaults hydrates default values in the put user greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*PutUserGreetingsDefaultsParams) SetHTTPClient ¶
func (o *PutUserGreetingsDefaultsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) SetTimeout ¶
func (o *PutUserGreetingsDefaultsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) SetUserID ¶
func (o *PutUserGreetingsDefaultsParams) SetUserID(userID string)
SetUserID adds the userId to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) WithBody ¶
func (o *PutUserGreetingsDefaultsParams) WithBody(body *models.DefaultGreetingList) *PutUserGreetingsDefaultsParams
WithBody adds the body to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) WithContext ¶
func (o *PutUserGreetingsDefaultsParams) WithContext(ctx context.Context) *PutUserGreetingsDefaultsParams
WithContext adds the context to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) WithDefaults ¶
func (o *PutUserGreetingsDefaultsParams) WithDefaults() *PutUserGreetingsDefaultsParams
WithDefaults hydrates default values in the put user greetings defaults params (not the query body).
All values with no default are reset to their zero value.
func (*PutUserGreetingsDefaultsParams) WithHTTPClient ¶
func (o *PutUserGreetingsDefaultsParams) WithHTTPClient(client *http.Client) *PutUserGreetingsDefaultsParams
WithHTTPClient adds the HTTPClient to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) WithTimeout ¶
func (o *PutUserGreetingsDefaultsParams) WithTimeout(timeout time.Duration) *PutUserGreetingsDefaultsParams
WithTimeout adds the timeout to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) WithUserID ¶
func (o *PutUserGreetingsDefaultsParams) WithUserID(userID string) *PutUserGreetingsDefaultsParams
WithUserID adds the userID to the put user greetings defaults params
func (*PutUserGreetingsDefaultsParams) WriteToRequest ¶
func (o *PutUserGreetingsDefaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutUserGreetingsDefaultsReader ¶
type PutUserGreetingsDefaultsReader struct {
// contains filtered or unexported fields
}
PutUserGreetingsDefaultsReader is a Reader for the PutUserGreetingsDefaults structure.
func (*PutUserGreetingsDefaultsReader) ReadResponse ¶
func (o *PutUserGreetingsDefaultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutUserGreetingsDefaultsRequestEntityTooLarge ¶
PutUserGreetingsDefaultsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutUserGreetingsDefaultsRequestEntityTooLarge ¶
func NewPutUserGreetingsDefaultsRequestEntityTooLarge() *PutUserGreetingsDefaultsRequestEntityTooLarge
NewPutUserGreetingsDefaultsRequestEntityTooLarge creates a PutUserGreetingsDefaultsRequestEntityTooLarge with default headers values
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) Error ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) Error() string
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) GetPayload ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) IsClientError ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put user greetings defaults request entity too large response has a 4xx status code
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) IsCode ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put user greetings defaults request entity too large response a status code equal to that given
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) IsRedirect ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults request entity too large response has a 3xx status code
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) IsServerError ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put user greetings defaults request entity too large response has a 5xx status code
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) IsSuccess ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults request entity too large response has a 2xx status code
func (*PutUserGreetingsDefaultsRequestEntityTooLarge) String ¶
func (o *PutUserGreetingsDefaultsRequestEntityTooLarge) String() string
type PutUserGreetingsDefaultsRequestTimeout ¶
PutUserGreetingsDefaultsRequestTimeout 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 NewPutUserGreetingsDefaultsRequestTimeout ¶
func NewPutUserGreetingsDefaultsRequestTimeout() *PutUserGreetingsDefaultsRequestTimeout
NewPutUserGreetingsDefaultsRequestTimeout creates a PutUserGreetingsDefaultsRequestTimeout with default headers values
func (*PutUserGreetingsDefaultsRequestTimeout) Error ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) Error() string
func (*PutUserGreetingsDefaultsRequestTimeout) GetPayload ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsRequestTimeout) IsClientError ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) IsClientError() bool
IsClientError returns true when this put user greetings defaults request timeout response has a 4xx status code
func (*PutUserGreetingsDefaultsRequestTimeout) IsCode ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) IsCode(code int) bool
IsCode returns true when this put user greetings defaults request timeout response a status code equal to that given
func (*PutUserGreetingsDefaultsRequestTimeout) IsRedirect ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults request timeout response has a 3xx status code
func (*PutUserGreetingsDefaultsRequestTimeout) IsServerError ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) IsServerError() bool
IsServerError returns true when this put user greetings defaults request timeout response has a 5xx status code
func (*PutUserGreetingsDefaultsRequestTimeout) IsSuccess ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults request timeout response has a 2xx status code
func (*PutUserGreetingsDefaultsRequestTimeout) String ¶
func (o *PutUserGreetingsDefaultsRequestTimeout) String() string
type PutUserGreetingsDefaultsServiceUnavailable ¶
type PutUserGreetingsDefaultsServiceUnavailable struct {
}
PutUserGreetingsDefaultsServiceUnavailable 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 NewPutUserGreetingsDefaultsServiceUnavailable ¶
func NewPutUserGreetingsDefaultsServiceUnavailable() *PutUserGreetingsDefaultsServiceUnavailable
NewPutUserGreetingsDefaultsServiceUnavailable creates a PutUserGreetingsDefaultsServiceUnavailable with default headers values
func (*PutUserGreetingsDefaultsServiceUnavailable) Error ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) Error() string
func (*PutUserGreetingsDefaultsServiceUnavailable) GetPayload ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsServiceUnavailable) IsClientError ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) IsClientError() bool
IsClientError returns true when this put user greetings defaults service unavailable response has a 4xx status code
func (*PutUserGreetingsDefaultsServiceUnavailable) IsCode ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put user greetings defaults service unavailable response a status code equal to that given
func (*PutUserGreetingsDefaultsServiceUnavailable) IsRedirect ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults service unavailable response has a 3xx status code
func (*PutUserGreetingsDefaultsServiceUnavailable) IsServerError ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) IsServerError() bool
IsServerError returns true when this put user greetings defaults service unavailable response has a 5xx status code
func (*PutUserGreetingsDefaultsServiceUnavailable) IsSuccess ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults service unavailable response has a 2xx status code
func (*PutUserGreetingsDefaultsServiceUnavailable) String ¶
func (o *PutUserGreetingsDefaultsServiceUnavailable) String() string
type PutUserGreetingsDefaultsTooManyRequests ¶
PutUserGreetingsDefaultsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutUserGreetingsDefaultsTooManyRequests ¶
func NewPutUserGreetingsDefaultsTooManyRequests() *PutUserGreetingsDefaultsTooManyRequests
NewPutUserGreetingsDefaultsTooManyRequests creates a PutUserGreetingsDefaultsTooManyRequests with default headers values
func (*PutUserGreetingsDefaultsTooManyRequests) Error ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) Error() string
func (*PutUserGreetingsDefaultsTooManyRequests) GetPayload ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsTooManyRequests) IsClientError ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) IsClientError() bool
IsClientError returns true when this put user greetings defaults too many requests response has a 4xx status code
func (*PutUserGreetingsDefaultsTooManyRequests) IsCode ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) IsCode(code int) bool
IsCode returns true when this put user greetings defaults too many requests response a status code equal to that given
func (*PutUserGreetingsDefaultsTooManyRequests) IsRedirect ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults too many requests response has a 3xx status code
func (*PutUserGreetingsDefaultsTooManyRequests) IsServerError ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) IsServerError() bool
IsServerError returns true when this put user greetings defaults too many requests response has a 5xx status code
func (*PutUserGreetingsDefaultsTooManyRequests) IsSuccess ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults too many requests response has a 2xx status code
func (*PutUserGreetingsDefaultsTooManyRequests) String ¶
func (o *PutUserGreetingsDefaultsTooManyRequests) String() string
type PutUserGreetingsDefaultsUnauthorized ¶
type PutUserGreetingsDefaultsUnauthorized struct {
}
PutUserGreetingsDefaultsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutUserGreetingsDefaultsUnauthorized ¶
func NewPutUserGreetingsDefaultsUnauthorized() *PutUserGreetingsDefaultsUnauthorized
NewPutUserGreetingsDefaultsUnauthorized creates a PutUserGreetingsDefaultsUnauthorized with default headers values
func (*PutUserGreetingsDefaultsUnauthorized) Error ¶
func (o *PutUserGreetingsDefaultsUnauthorized) Error() string
func (*PutUserGreetingsDefaultsUnauthorized) GetPayload ¶
func (o *PutUserGreetingsDefaultsUnauthorized) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsUnauthorized) IsClientError ¶
func (o *PutUserGreetingsDefaultsUnauthorized) IsClientError() bool
IsClientError returns true when this put user greetings defaults unauthorized response has a 4xx status code
func (*PutUserGreetingsDefaultsUnauthorized) IsCode ¶
func (o *PutUserGreetingsDefaultsUnauthorized) IsCode(code int) bool
IsCode returns true when this put user greetings defaults unauthorized response a status code equal to that given
func (*PutUserGreetingsDefaultsUnauthorized) IsRedirect ¶
func (o *PutUserGreetingsDefaultsUnauthorized) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults unauthorized response has a 3xx status code
func (*PutUserGreetingsDefaultsUnauthorized) IsServerError ¶
func (o *PutUserGreetingsDefaultsUnauthorized) IsServerError() bool
IsServerError returns true when this put user greetings defaults unauthorized response has a 5xx status code
func (*PutUserGreetingsDefaultsUnauthorized) IsSuccess ¶
func (o *PutUserGreetingsDefaultsUnauthorized) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults unauthorized response has a 2xx status code
func (*PutUserGreetingsDefaultsUnauthorized) String ¶
func (o *PutUserGreetingsDefaultsUnauthorized) String() string
type PutUserGreetingsDefaultsUnsupportedMediaType ¶
PutUserGreetingsDefaultsUnsupportedMediaType 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 NewPutUserGreetingsDefaultsUnsupportedMediaType ¶
func NewPutUserGreetingsDefaultsUnsupportedMediaType() *PutUserGreetingsDefaultsUnsupportedMediaType
NewPutUserGreetingsDefaultsUnsupportedMediaType creates a PutUserGreetingsDefaultsUnsupportedMediaType with default headers values
func (*PutUserGreetingsDefaultsUnsupportedMediaType) Error ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) Error() string
func (*PutUserGreetingsDefaultsUnsupportedMediaType) GetPayload ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutUserGreetingsDefaultsUnsupportedMediaType) IsClientError ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put user greetings defaults unsupported media type response has a 4xx status code
func (*PutUserGreetingsDefaultsUnsupportedMediaType) IsCode ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put user greetings defaults unsupported media type response a status code equal to that given
func (*PutUserGreetingsDefaultsUnsupportedMediaType) IsRedirect ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put user greetings defaults unsupported media type response has a 3xx status code
func (*PutUserGreetingsDefaultsUnsupportedMediaType) IsServerError ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put user greetings defaults unsupported media type response has a 5xx status code
func (*PutUserGreetingsDefaultsUnsupportedMediaType) IsSuccess ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put user greetings defaults unsupported media type response has a 2xx status code
func (*PutUserGreetingsDefaultsUnsupportedMediaType) String ¶
func (o *PutUserGreetingsDefaultsUnsupportedMediaType) String() string
Source Files
¶
- delete_greeting_parameters.go
- delete_greeting_responses.go
- get_greeting_media_parameters.go
- get_greeting_media_responses.go
- get_greeting_parameters.go
- get_greeting_responses.go
- get_greetings_defaults_parameters.go
- get_greetings_defaults_responses.go
- get_greetings_parameters.go
- get_greetings_responses.go
- get_group_greetings_defaults_parameters.go
- get_group_greetings_defaults_responses.go
- get_group_greetings_parameters.go
- get_group_greetings_responses.go
- get_user_greetings_defaults_parameters.go
- get_user_greetings_defaults_responses.go
- get_user_greetings_parameters.go
- get_user_greetings_responses.go
- greetings_client.go
- post_greetings_parameters.go
- post_greetings_responses.go
- post_group_greetings_parameters.go
- post_group_greetings_responses.go
- post_user_greetings_parameters.go
- post_user_greetings_responses.go
- put_greeting_parameters.go
- put_greeting_responses.go
- put_greetings_defaults_parameters.go
- put_greetings_defaults_responses.go
- put_group_greetings_defaults_parameters.go
- put_group_greetings_defaults_responses.go
- put_user_greetings_defaults_parameters.go
- put_user_greetings_defaults_responses.go