Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteCoachingAppointment(ctx context.Context, params *DeleteCoachingAppointmentParams) (*DeleteCoachingAppointmentAccepted, *DeleteCoachingAppointmentNoContent, error)
- func (a *Client) DeleteCoachingAppointmentAnnotation(ctx context.Context, params *DeleteCoachingAppointmentAnnotationParams) (*DeleteCoachingAppointmentAnnotationNoContent, error)
- func (a *Client) GetCoachingAppointment(ctx context.Context, params *GetCoachingAppointmentParams) (*GetCoachingAppointmentOK, error)
- func (a *Client) GetCoachingAppointmentAnnotation(ctx context.Context, params *GetCoachingAppointmentAnnotationParams) (*GetCoachingAppointmentAnnotationOK, error)
- func (a *Client) GetCoachingAppointmentAnnotations(ctx context.Context, params *GetCoachingAppointmentAnnotationsParams) (*GetCoachingAppointmentAnnotationsOK, error)
- func (a *Client) GetCoachingAppointmentStatuses(ctx context.Context, params *GetCoachingAppointmentStatusesParams) (*GetCoachingAppointmentStatusesOK, error)
- func (a *Client) GetCoachingAppointments(ctx context.Context, params *GetCoachingAppointmentsParams) (*GetCoachingAppointmentsOK, error)
- func (a *Client) GetCoachingAppointmentsMe(ctx context.Context, params *GetCoachingAppointmentsMeParams) (*GetCoachingAppointmentsMeOK, error)
- func (a *Client) GetCoachingNotification(ctx context.Context, params *GetCoachingNotificationParams) (*GetCoachingNotificationOK, error)
- func (a *Client) GetCoachingNotifications(ctx context.Context, params *GetCoachingNotificationsParams) (*GetCoachingNotificationsOK, error)
- func (a *Client) PatchCoachingAppointment(ctx context.Context, params *PatchCoachingAppointmentParams) (*PatchCoachingAppointmentOK, *PatchCoachingAppointmentAccepted, error)
- func (a *Client) PatchCoachingAppointmentAnnotation(ctx context.Context, params *PatchCoachingAppointmentAnnotationParams) (*PatchCoachingAppointmentAnnotationOK, error)
- func (a *Client) PatchCoachingAppointmentStatus(ctx context.Context, params *PatchCoachingAppointmentStatusParams) (*PatchCoachingAppointmentStatusOK, error)
- func (a *Client) PatchCoachingNotification(ctx context.Context, params *PatchCoachingNotificationParams) (*PatchCoachingNotificationOK, error)
- func (a *Client) PostCoachingAppointmentAnnotations(ctx context.Context, params *PostCoachingAppointmentAnnotationsParams) (*PostCoachingAppointmentAnnotationsCreated, error)
- func (a *Client) PostCoachingAppointmentConversations(ctx context.Context, params *PostCoachingAppointmentConversationsParams) (*PostCoachingAppointmentConversationsOK, error)
- func (a *Client) PostCoachingAppointments(ctx context.Context, params *PostCoachingAppointmentsParams) (*PostCoachingAppointmentsCreated, *PostCoachingAppointmentsAccepted, error)
- func (a *Client) PostCoachingAppointmentsAggregatesQuery(ctx context.Context, params *PostCoachingAppointmentsAggregatesQueryParams) (*PostCoachingAppointmentsAggregatesQueryOK, error)
- func (a *Client) PostCoachingScheduleslotsQuery(ctx context.Context, params *PostCoachingScheduleslotsQueryParams) (*PostCoachingScheduleslotsQueryOK, error)
- type DeleteCoachingAppointmentAccepted
- func (o *DeleteCoachingAppointmentAccepted) Error() string
- func (o *DeleteCoachingAppointmentAccepted) GetPayload() *models.CoachingAppointmentReference
- func (o *DeleteCoachingAppointmentAccepted) IsClientError() bool
- func (o *DeleteCoachingAppointmentAccepted) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAccepted) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAccepted) IsServerError() bool
- func (o *DeleteCoachingAppointmentAccepted) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAccepted) String() string
- type DeleteCoachingAppointmentAnnotationBadRequest
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) Error() string
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationBadRequest) String() string
- type DeleteCoachingAppointmentAnnotationForbidden
- func (o *DeleteCoachingAppointmentAnnotationForbidden) Error() string
- func (o *DeleteCoachingAppointmentAnnotationForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationForbidden) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationForbidden) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationForbidden) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationForbidden) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationForbidden) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationForbidden) String() string
- type DeleteCoachingAppointmentAnnotationGatewayTimeout
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) Error() string
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) String() string
- type DeleteCoachingAppointmentAnnotationInternalServerError
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) Error() string
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationInternalServerError) String() string
- type DeleteCoachingAppointmentAnnotationNoContent
- func (o *DeleteCoachingAppointmentAnnotationNoContent) Error() string
- func (o *DeleteCoachingAppointmentAnnotationNoContent) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationNoContent) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationNoContent) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationNoContent) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationNoContent) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationNoContent) String() string
- type DeleteCoachingAppointmentAnnotationNotFound
- func (o *DeleteCoachingAppointmentAnnotationNotFound) Error() string
- func (o *DeleteCoachingAppointmentAnnotationNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationNotFound) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationNotFound) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationNotFound) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationNotFound) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationNotFound) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationNotFound) String() string
- type DeleteCoachingAppointmentAnnotationParams
- func NewDeleteCoachingAppointmentAnnotationParams() *DeleteCoachingAppointmentAnnotationParams
- func NewDeleteCoachingAppointmentAnnotationParamsWithContext(ctx context.Context) *DeleteCoachingAppointmentAnnotationParams
- func NewDeleteCoachingAppointmentAnnotationParamsWithHTTPClient(client *http.Client) *DeleteCoachingAppointmentAnnotationParams
- func NewDeleteCoachingAppointmentAnnotationParamsWithTimeout(timeout time.Duration) *DeleteCoachingAppointmentAnnotationParams
- func (o *DeleteCoachingAppointmentAnnotationParams) SetAnnotationID(annotationID string)
- func (o *DeleteCoachingAppointmentAnnotationParams) SetAppointmentID(appointmentID string)
- func (o *DeleteCoachingAppointmentAnnotationParams) SetContext(ctx context.Context)
- func (o *DeleteCoachingAppointmentAnnotationParams) SetDefaults()
- func (o *DeleteCoachingAppointmentAnnotationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCoachingAppointmentAnnotationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCoachingAppointmentAnnotationParams) WithAnnotationID(annotationID string) *DeleteCoachingAppointmentAnnotationParams
- func (o *DeleteCoachingAppointmentAnnotationParams) WithAppointmentID(appointmentID string) *DeleteCoachingAppointmentAnnotationParams
- func (o *DeleteCoachingAppointmentAnnotationParams) WithContext(ctx context.Context) *DeleteCoachingAppointmentAnnotationParams
- func (o *DeleteCoachingAppointmentAnnotationParams) WithDefaults() *DeleteCoachingAppointmentAnnotationParams
- func (o *DeleteCoachingAppointmentAnnotationParams) WithHTTPClient(client *http.Client) *DeleteCoachingAppointmentAnnotationParams
- func (o *DeleteCoachingAppointmentAnnotationParams) WithTimeout(timeout time.Duration) *DeleteCoachingAppointmentAnnotationParams
- func (o *DeleteCoachingAppointmentAnnotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCoachingAppointmentAnnotationReader
- type DeleteCoachingAppointmentAnnotationRequestEntityTooLarge
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) Error() string
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) String() string
- type DeleteCoachingAppointmentAnnotationRequestTimeout
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) Error() string
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) String() string
- type DeleteCoachingAppointmentAnnotationServiceUnavailable
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) Error() string
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) String() string
- type DeleteCoachingAppointmentAnnotationTooManyRequests
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) Error() string
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) String() string
- type DeleteCoachingAppointmentAnnotationUnauthorized
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) Error() string
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationUnauthorized) String() string
- type DeleteCoachingAppointmentAnnotationUnsupportedMediaType
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) Error() string
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError() bool
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError() bool
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) String() string
- type DeleteCoachingAppointmentBadRequest
- func (o *DeleteCoachingAppointmentBadRequest) Error() string
- func (o *DeleteCoachingAppointmentBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentBadRequest) IsClientError() bool
- func (o *DeleteCoachingAppointmentBadRequest) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentBadRequest) IsRedirect() bool
- func (o *DeleteCoachingAppointmentBadRequest) IsServerError() bool
- func (o *DeleteCoachingAppointmentBadRequest) IsSuccess() bool
- func (o *DeleteCoachingAppointmentBadRequest) String() string
- type DeleteCoachingAppointmentConflict
- func (o *DeleteCoachingAppointmentConflict) Error() string
- func (o *DeleteCoachingAppointmentConflict) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentConflict) IsClientError() bool
- func (o *DeleteCoachingAppointmentConflict) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentConflict) IsRedirect() bool
- func (o *DeleteCoachingAppointmentConflict) IsServerError() bool
- func (o *DeleteCoachingAppointmentConflict) IsSuccess() bool
- func (o *DeleteCoachingAppointmentConflict) String() string
- type DeleteCoachingAppointmentForbidden
- func (o *DeleteCoachingAppointmentForbidden) Error() string
- func (o *DeleteCoachingAppointmentForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentForbidden) IsClientError() bool
- func (o *DeleteCoachingAppointmentForbidden) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentForbidden) IsRedirect() bool
- func (o *DeleteCoachingAppointmentForbidden) IsServerError() bool
- func (o *DeleteCoachingAppointmentForbidden) IsSuccess() bool
- func (o *DeleteCoachingAppointmentForbidden) String() string
- type DeleteCoachingAppointmentGatewayTimeout
- func (o *DeleteCoachingAppointmentGatewayTimeout) Error() string
- func (o *DeleteCoachingAppointmentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentGatewayTimeout) IsClientError() bool
- func (o *DeleteCoachingAppointmentGatewayTimeout) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentGatewayTimeout) IsRedirect() bool
- func (o *DeleteCoachingAppointmentGatewayTimeout) IsServerError() bool
- func (o *DeleteCoachingAppointmentGatewayTimeout) IsSuccess() bool
- func (o *DeleteCoachingAppointmentGatewayTimeout) String() string
- type DeleteCoachingAppointmentInternalServerError
- func (o *DeleteCoachingAppointmentInternalServerError) Error() string
- func (o *DeleteCoachingAppointmentInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentInternalServerError) IsClientError() bool
- func (o *DeleteCoachingAppointmentInternalServerError) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentInternalServerError) IsRedirect() bool
- func (o *DeleteCoachingAppointmentInternalServerError) IsServerError() bool
- func (o *DeleteCoachingAppointmentInternalServerError) IsSuccess() bool
- func (o *DeleteCoachingAppointmentInternalServerError) String() string
- type DeleteCoachingAppointmentNoContent
- func (o *DeleteCoachingAppointmentNoContent) Error() string
- func (o *DeleteCoachingAppointmentNoContent) IsClientError() bool
- func (o *DeleteCoachingAppointmentNoContent) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentNoContent) IsRedirect() bool
- func (o *DeleteCoachingAppointmentNoContent) IsServerError() bool
- func (o *DeleteCoachingAppointmentNoContent) IsSuccess() bool
- func (o *DeleteCoachingAppointmentNoContent) String() string
- type DeleteCoachingAppointmentNotFound
- func (o *DeleteCoachingAppointmentNotFound) Error() string
- func (o *DeleteCoachingAppointmentNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentNotFound) IsClientError() bool
- func (o *DeleteCoachingAppointmentNotFound) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentNotFound) IsRedirect() bool
- func (o *DeleteCoachingAppointmentNotFound) IsServerError() bool
- func (o *DeleteCoachingAppointmentNotFound) IsSuccess() bool
- func (o *DeleteCoachingAppointmentNotFound) String() string
- type DeleteCoachingAppointmentParams
- func NewDeleteCoachingAppointmentParams() *DeleteCoachingAppointmentParams
- func NewDeleteCoachingAppointmentParamsWithContext(ctx context.Context) *DeleteCoachingAppointmentParams
- func NewDeleteCoachingAppointmentParamsWithHTTPClient(client *http.Client) *DeleteCoachingAppointmentParams
- func NewDeleteCoachingAppointmentParamsWithTimeout(timeout time.Duration) *DeleteCoachingAppointmentParams
- func (o *DeleteCoachingAppointmentParams) SetAppointmentID(appointmentID string)
- func (o *DeleteCoachingAppointmentParams) SetContext(ctx context.Context)
- func (o *DeleteCoachingAppointmentParams) SetDefaults()
- func (o *DeleteCoachingAppointmentParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCoachingAppointmentParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCoachingAppointmentParams) WithAppointmentID(appointmentID string) *DeleteCoachingAppointmentParams
- func (o *DeleteCoachingAppointmentParams) WithContext(ctx context.Context) *DeleteCoachingAppointmentParams
- func (o *DeleteCoachingAppointmentParams) WithDefaults() *DeleteCoachingAppointmentParams
- func (o *DeleteCoachingAppointmentParams) WithHTTPClient(client *http.Client) *DeleteCoachingAppointmentParams
- func (o *DeleteCoachingAppointmentParams) WithTimeout(timeout time.Duration) *DeleteCoachingAppointmentParams
- func (o *DeleteCoachingAppointmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCoachingAppointmentReader
- type DeleteCoachingAppointmentRequestEntityTooLarge
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) Error() string
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteCoachingAppointmentRequestEntityTooLarge) String() string
- type DeleteCoachingAppointmentRequestTimeout
- func (o *DeleteCoachingAppointmentRequestTimeout) Error() string
- func (o *DeleteCoachingAppointmentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentRequestTimeout) IsClientError() bool
- func (o *DeleteCoachingAppointmentRequestTimeout) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentRequestTimeout) IsRedirect() bool
- func (o *DeleteCoachingAppointmentRequestTimeout) IsServerError() bool
- func (o *DeleteCoachingAppointmentRequestTimeout) IsSuccess() bool
- func (o *DeleteCoachingAppointmentRequestTimeout) String() string
- type DeleteCoachingAppointmentServiceUnavailable
- func (o *DeleteCoachingAppointmentServiceUnavailable) Error() string
- func (o *DeleteCoachingAppointmentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentServiceUnavailable) IsClientError() bool
- func (o *DeleteCoachingAppointmentServiceUnavailable) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentServiceUnavailable) IsRedirect() bool
- func (o *DeleteCoachingAppointmentServiceUnavailable) IsServerError() bool
- func (o *DeleteCoachingAppointmentServiceUnavailable) IsSuccess() bool
- func (o *DeleteCoachingAppointmentServiceUnavailable) String() string
- type DeleteCoachingAppointmentTooManyRequests
- func (o *DeleteCoachingAppointmentTooManyRequests) Error() string
- func (o *DeleteCoachingAppointmentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentTooManyRequests) IsClientError() bool
- func (o *DeleteCoachingAppointmentTooManyRequests) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentTooManyRequests) IsRedirect() bool
- func (o *DeleteCoachingAppointmentTooManyRequests) IsServerError() bool
- func (o *DeleteCoachingAppointmentTooManyRequests) IsSuccess() bool
- func (o *DeleteCoachingAppointmentTooManyRequests) String() string
- type DeleteCoachingAppointmentUnauthorized
- func (o *DeleteCoachingAppointmentUnauthorized) Error() string
- func (o *DeleteCoachingAppointmentUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentUnauthorized) IsClientError() bool
- func (o *DeleteCoachingAppointmentUnauthorized) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentUnauthorized) IsRedirect() bool
- func (o *DeleteCoachingAppointmentUnauthorized) IsServerError() bool
- func (o *DeleteCoachingAppointmentUnauthorized) IsSuccess() bool
- func (o *DeleteCoachingAppointmentUnauthorized) String() string
- type DeleteCoachingAppointmentUnsupportedMediaType
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) Error() string
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsClientError() bool
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsServerError() bool
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteCoachingAppointmentUnsupportedMediaType) String() string
- type GetCoachingAppointmentAnnotationBadRequest
- func (o *GetCoachingAppointmentAnnotationBadRequest) Error() string
- func (o *GetCoachingAppointmentAnnotationBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationBadRequest) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationBadRequest) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationBadRequest) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationBadRequest) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationBadRequest) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationBadRequest) String() string
- type GetCoachingAppointmentAnnotationForbidden
- func (o *GetCoachingAppointmentAnnotationForbidden) Error() string
- func (o *GetCoachingAppointmentAnnotationForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationForbidden) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationForbidden) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationForbidden) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationForbidden) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationForbidden) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationForbidden) String() string
- type GetCoachingAppointmentAnnotationGatewayTimeout
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) Error() string
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationGatewayTimeout) String() string
- type GetCoachingAppointmentAnnotationInternalServerError
- func (o *GetCoachingAppointmentAnnotationInternalServerError) Error() string
- func (o *GetCoachingAppointmentAnnotationInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationInternalServerError) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationInternalServerError) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationInternalServerError) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationInternalServerError) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationInternalServerError) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationInternalServerError) String() string
- type GetCoachingAppointmentAnnotationNotFound
- func (o *GetCoachingAppointmentAnnotationNotFound) Error() string
- func (o *GetCoachingAppointmentAnnotationNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationNotFound) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationNotFound) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationNotFound) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationNotFound) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationNotFound) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationNotFound) String() string
- type GetCoachingAppointmentAnnotationOK
- func (o *GetCoachingAppointmentAnnotationOK) Error() string
- func (o *GetCoachingAppointmentAnnotationOK) GetPayload() *models.CoachingAnnotation
- func (o *GetCoachingAppointmentAnnotationOK) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationOK) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationOK) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationOK) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationOK) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationOK) String() string
- type GetCoachingAppointmentAnnotationParams
- func NewGetCoachingAppointmentAnnotationParams() *GetCoachingAppointmentAnnotationParams
- func NewGetCoachingAppointmentAnnotationParamsWithContext(ctx context.Context) *GetCoachingAppointmentAnnotationParams
- func NewGetCoachingAppointmentAnnotationParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationParams
- func NewGetCoachingAppointmentAnnotationParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationParams
- func (o *GetCoachingAppointmentAnnotationParams) SetAnnotationID(annotationID string)
- func (o *GetCoachingAppointmentAnnotationParams) SetAppointmentID(appointmentID string)
- func (o *GetCoachingAppointmentAnnotationParams) SetContext(ctx context.Context)
- func (o *GetCoachingAppointmentAnnotationParams) SetDefaults()
- func (o *GetCoachingAppointmentAnnotationParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingAppointmentAnnotationParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingAppointmentAnnotationParams) WithAnnotationID(annotationID string) *GetCoachingAppointmentAnnotationParams
- func (o *GetCoachingAppointmentAnnotationParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentAnnotationParams
- func (o *GetCoachingAppointmentAnnotationParams) WithContext(ctx context.Context) *GetCoachingAppointmentAnnotationParams
- func (o *GetCoachingAppointmentAnnotationParams) WithDefaults() *GetCoachingAppointmentAnnotationParams
- func (o *GetCoachingAppointmentAnnotationParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationParams
- func (o *GetCoachingAppointmentAnnotationParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationParams
- func (o *GetCoachingAppointmentAnnotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingAppointmentAnnotationReader
- type GetCoachingAppointmentAnnotationRequestEntityTooLarge
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) Error() string
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) String() string
- type GetCoachingAppointmentAnnotationRequestTimeout
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) Error() string
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationRequestTimeout) String() string
- type GetCoachingAppointmentAnnotationServiceUnavailable
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) Error() string
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationServiceUnavailable) String() string
- type GetCoachingAppointmentAnnotationTooManyRequests
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) Error() string
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationTooManyRequests) String() string
- type GetCoachingAppointmentAnnotationUnauthorized
- func (o *GetCoachingAppointmentAnnotationUnauthorized) Error() string
- func (o *GetCoachingAppointmentAnnotationUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationUnauthorized) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationUnauthorized) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationUnauthorized) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationUnauthorized) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationUnauthorized) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationUnauthorized) String() string
- type GetCoachingAppointmentAnnotationUnsupportedMediaType
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) Error() string
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) String() string
- type GetCoachingAppointmentAnnotationsBadRequest
- func (o *GetCoachingAppointmentAnnotationsBadRequest) Error() string
- func (o *GetCoachingAppointmentAnnotationsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsBadRequest) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsBadRequest) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsBadRequest) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsBadRequest) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsBadRequest) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsBadRequest) String() string
- type GetCoachingAppointmentAnnotationsForbidden
- func (o *GetCoachingAppointmentAnnotationsForbidden) Error() string
- func (o *GetCoachingAppointmentAnnotationsForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsForbidden) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsForbidden) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsForbidden) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsForbidden) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsForbidden) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsForbidden) String() string
- type GetCoachingAppointmentAnnotationsGatewayTimeout
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) Error() string
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) String() string
- type GetCoachingAppointmentAnnotationsInternalServerError
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) Error() string
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsInternalServerError) String() string
- type GetCoachingAppointmentAnnotationsNotFound
- func (o *GetCoachingAppointmentAnnotationsNotFound) Error() string
- func (o *GetCoachingAppointmentAnnotationsNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsNotFound) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsNotFound) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsNotFound) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsNotFound) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsNotFound) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsNotFound) String() string
- type GetCoachingAppointmentAnnotationsOK
- func (o *GetCoachingAppointmentAnnotationsOK) Error() string
- func (o *GetCoachingAppointmentAnnotationsOK) GetPayload() *models.CoachingAnnotationList
- func (o *GetCoachingAppointmentAnnotationsOK) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsOK) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsOK) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsOK) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsOK) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsOK) String() string
- type GetCoachingAppointmentAnnotationsParams
- func NewGetCoachingAppointmentAnnotationsParams() *GetCoachingAppointmentAnnotationsParams
- func NewGetCoachingAppointmentAnnotationsParamsWithContext(ctx context.Context) *GetCoachingAppointmentAnnotationsParams
- func NewGetCoachingAppointmentAnnotationsParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationsParams
- func NewGetCoachingAppointmentAnnotationsParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) SetAppointmentID(appointmentID string)
- func (o *GetCoachingAppointmentAnnotationsParams) SetContext(ctx context.Context)
- func (o *GetCoachingAppointmentAnnotationsParams) SetDefaults()
- func (o *GetCoachingAppointmentAnnotationsParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingAppointmentAnnotationsParams) SetPageNumber(pageNumber *int32)
- func (o *GetCoachingAppointmentAnnotationsParams) SetPageSize(pageSize *int32)
- func (o *GetCoachingAppointmentAnnotationsParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingAppointmentAnnotationsParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) WithContext(ctx context.Context) *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) WithDefaults() *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationsParams
- func (o *GetCoachingAppointmentAnnotationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingAppointmentAnnotationsReader
- type GetCoachingAppointmentAnnotationsRequestEntityTooLarge
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) Error() string
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) String() string
- type GetCoachingAppointmentAnnotationsRequestTimeout
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) Error() string
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsRequestTimeout) String() string
- type GetCoachingAppointmentAnnotationsServiceUnavailable
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) Error() string
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) String() string
- type GetCoachingAppointmentAnnotationsTooManyRequests
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) Error() string
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsTooManyRequests) String() string
- type GetCoachingAppointmentAnnotationsUnauthorized
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) Error() string
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsUnauthorized) String() string
- type GetCoachingAppointmentAnnotationsUnsupportedMediaType
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) Error() string
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) String() string
- type GetCoachingAppointmentBadRequest
- func (o *GetCoachingAppointmentBadRequest) Error() string
- func (o *GetCoachingAppointmentBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentBadRequest) IsClientError() bool
- func (o *GetCoachingAppointmentBadRequest) IsCode(code int) bool
- func (o *GetCoachingAppointmentBadRequest) IsRedirect() bool
- func (o *GetCoachingAppointmentBadRequest) IsServerError() bool
- func (o *GetCoachingAppointmentBadRequest) IsSuccess() bool
- func (o *GetCoachingAppointmentBadRequest) String() string
- type GetCoachingAppointmentForbidden
- func (o *GetCoachingAppointmentForbidden) Error() string
- func (o *GetCoachingAppointmentForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentForbidden) IsClientError() bool
- func (o *GetCoachingAppointmentForbidden) IsCode(code int) bool
- func (o *GetCoachingAppointmentForbidden) IsRedirect() bool
- func (o *GetCoachingAppointmentForbidden) IsServerError() bool
- func (o *GetCoachingAppointmentForbidden) IsSuccess() bool
- func (o *GetCoachingAppointmentForbidden) String() string
- type GetCoachingAppointmentGatewayTimeout
- func (o *GetCoachingAppointmentGatewayTimeout) Error() string
- func (o *GetCoachingAppointmentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentGatewayTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentGatewayTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentGatewayTimeout) String() string
- type GetCoachingAppointmentInternalServerError
- func (o *GetCoachingAppointmentInternalServerError) Error() string
- func (o *GetCoachingAppointmentInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentInternalServerError) IsClientError() bool
- func (o *GetCoachingAppointmentInternalServerError) IsCode(code int) bool
- func (o *GetCoachingAppointmentInternalServerError) IsRedirect() bool
- func (o *GetCoachingAppointmentInternalServerError) IsServerError() bool
- func (o *GetCoachingAppointmentInternalServerError) IsSuccess() bool
- func (o *GetCoachingAppointmentInternalServerError) String() string
- type GetCoachingAppointmentNotFound
- func (o *GetCoachingAppointmentNotFound) Error() string
- func (o *GetCoachingAppointmentNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentNotFound) IsClientError() bool
- func (o *GetCoachingAppointmentNotFound) IsCode(code int) bool
- func (o *GetCoachingAppointmentNotFound) IsRedirect() bool
- func (o *GetCoachingAppointmentNotFound) IsServerError() bool
- func (o *GetCoachingAppointmentNotFound) IsSuccess() bool
- func (o *GetCoachingAppointmentNotFound) String() string
- type GetCoachingAppointmentOK
- func (o *GetCoachingAppointmentOK) Error() string
- func (o *GetCoachingAppointmentOK) GetPayload() *models.CoachingAppointmentResponse
- func (o *GetCoachingAppointmentOK) IsClientError() bool
- func (o *GetCoachingAppointmentOK) IsCode(code int) bool
- func (o *GetCoachingAppointmentOK) IsRedirect() bool
- func (o *GetCoachingAppointmentOK) IsServerError() bool
- func (o *GetCoachingAppointmentOK) IsSuccess() bool
- func (o *GetCoachingAppointmentOK) String() string
- type GetCoachingAppointmentParams
- func NewGetCoachingAppointmentParams() *GetCoachingAppointmentParams
- func NewGetCoachingAppointmentParamsWithContext(ctx context.Context) *GetCoachingAppointmentParams
- func NewGetCoachingAppointmentParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentParams
- func NewGetCoachingAppointmentParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentParams
- func (o *GetCoachingAppointmentParams) SetAppointmentID(appointmentID string)
- func (o *GetCoachingAppointmentParams) SetContext(ctx context.Context)
- func (o *GetCoachingAppointmentParams) SetDefaults()
- func (o *GetCoachingAppointmentParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingAppointmentParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingAppointmentParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentParams
- func (o *GetCoachingAppointmentParams) WithContext(ctx context.Context) *GetCoachingAppointmentParams
- func (o *GetCoachingAppointmentParams) WithDefaults() *GetCoachingAppointmentParams
- func (o *GetCoachingAppointmentParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentParams
- func (o *GetCoachingAppointmentParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentParams
- func (o *GetCoachingAppointmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingAppointmentReader
- type GetCoachingAppointmentRequestEntityTooLarge
- func (o *GetCoachingAppointmentRequestEntityTooLarge) Error() string
- func (o *GetCoachingAppointmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingAppointmentRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingAppointmentRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingAppointmentRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingAppointmentRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingAppointmentRequestEntityTooLarge) String() string
- type GetCoachingAppointmentRequestTimeout
- func (o *GetCoachingAppointmentRequestTimeout) Error() string
- func (o *GetCoachingAppointmentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentRequestTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentRequestTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentRequestTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentRequestTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentRequestTimeout) String() string
- type GetCoachingAppointmentServiceUnavailable
- func (o *GetCoachingAppointmentServiceUnavailable) Error() string
- func (o *GetCoachingAppointmentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentServiceUnavailable) IsClientError() bool
- func (o *GetCoachingAppointmentServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingAppointmentServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingAppointmentServiceUnavailable) IsServerError() bool
- func (o *GetCoachingAppointmentServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingAppointmentServiceUnavailable) String() string
- type GetCoachingAppointmentStatusesBadRequest
- func (o *GetCoachingAppointmentStatusesBadRequest) Error() string
- func (o *GetCoachingAppointmentStatusesBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesBadRequest) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesBadRequest) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesBadRequest) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesBadRequest) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesBadRequest) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesBadRequest) String() string
- type GetCoachingAppointmentStatusesForbidden
- func (o *GetCoachingAppointmentStatusesForbidden) Error() string
- func (o *GetCoachingAppointmentStatusesForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesForbidden) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesForbidden) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesForbidden) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesForbidden) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesForbidden) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesForbidden) String() string
- type GetCoachingAppointmentStatusesGatewayTimeout
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) Error() string
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesGatewayTimeout) String() string
- type GetCoachingAppointmentStatusesInternalServerError
- func (o *GetCoachingAppointmentStatusesInternalServerError) Error() string
- func (o *GetCoachingAppointmentStatusesInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesInternalServerError) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesInternalServerError) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesInternalServerError) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesInternalServerError) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesInternalServerError) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesInternalServerError) String() string
- type GetCoachingAppointmentStatusesNotFound
- func (o *GetCoachingAppointmentStatusesNotFound) Error() string
- func (o *GetCoachingAppointmentStatusesNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesNotFound) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesNotFound) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesNotFound) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesNotFound) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesNotFound) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesNotFound) String() string
- type GetCoachingAppointmentStatusesOK
- func (o *GetCoachingAppointmentStatusesOK) Error() string
- func (o *GetCoachingAppointmentStatusesOK) GetPayload() *models.CoachingAppointmentStatusResponseList
- func (o *GetCoachingAppointmentStatusesOK) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesOK) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesOK) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesOK) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesOK) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesOK) String() string
- type GetCoachingAppointmentStatusesParams
- func NewGetCoachingAppointmentStatusesParams() *GetCoachingAppointmentStatusesParams
- func NewGetCoachingAppointmentStatusesParamsWithContext(ctx context.Context) *GetCoachingAppointmentStatusesParams
- func NewGetCoachingAppointmentStatusesParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentStatusesParams
- func NewGetCoachingAppointmentStatusesParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) SetAppointmentID(appointmentID string)
- func (o *GetCoachingAppointmentStatusesParams) SetContext(ctx context.Context)
- func (o *GetCoachingAppointmentStatusesParams) SetDefaults()
- func (o *GetCoachingAppointmentStatusesParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingAppointmentStatusesParams) SetPageNumber(pageNumber *int32)
- func (o *GetCoachingAppointmentStatusesParams) SetPageSize(pageSize *int32)
- func (o *GetCoachingAppointmentStatusesParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingAppointmentStatusesParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) WithContext(ctx context.Context) *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) WithDefaults() *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentStatusesParams
- func (o *GetCoachingAppointmentStatusesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingAppointmentStatusesReader
- type GetCoachingAppointmentStatusesRequestEntityTooLarge
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) Error() string
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) String() string
- type GetCoachingAppointmentStatusesRequestTimeout
- func (o *GetCoachingAppointmentStatusesRequestTimeout) Error() string
- func (o *GetCoachingAppointmentStatusesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesRequestTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesRequestTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesRequestTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesRequestTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesRequestTimeout) String() string
- type GetCoachingAppointmentStatusesServiceUnavailable
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) Error() string
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesServiceUnavailable) String() string
- type GetCoachingAppointmentStatusesTooManyRequests
- func (o *GetCoachingAppointmentStatusesTooManyRequests) Error() string
- func (o *GetCoachingAppointmentStatusesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesTooManyRequests) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesTooManyRequests) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesTooManyRequests) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesTooManyRequests) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesTooManyRequests) String() string
- type GetCoachingAppointmentStatusesUnauthorized
- func (o *GetCoachingAppointmentStatusesUnauthorized) Error() string
- func (o *GetCoachingAppointmentStatusesUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesUnauthorized) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesUnauthorized) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesUnauthorized) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesUnauthorized) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesUnauthorized) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesUnauthorized) String() string
- type GetCoachingAppointmentStatusesUnsupportedMediaType
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) Error() string
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) String() string
- type GetCoachingAppointmentTooManyRequests
- func (o *GetCoachingAppointmentTooManyRequests) Error() string
- func (o *GetCoachingAppointmentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentTooManyRequests) IsClientError() bool
- func (o *GetCoachingAppointmentTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingAppointmentTooManyRequests) IsRedirect() bool
- func (o *GetCoachingAppointmentTooManyRequests) IsServerError() bool
- func (o *GetCoachingAppointmentTooManyRequests) IsSuccess() bool
- func (o *GetCoachingAppointmentTooManyRequests) String() string
- type GetCoachingAppointmentUnauthorized
- func (o *GetCoachingAppointmentUnauthorized) Error() string
- func (o *GetCoachingAppointmentUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentUnauthorized) IsClientError() bool
- func (o *GetCoachingAppointmentUnauthorized) IsCode(code int) bool
- func (o *GetCoachingAppointmentUnauthorized) IsRedirect() bool
- func (o *GetCoachingAppointmentUnauthorized) IsServerError() bool
- func (o *GetCoachingAppointmentUnauthorized) IsSuccess() bool
- func (o *GetCoachingAppointmentUnauthorized) String() string
- type GetCoachingAppointmentUnsupportedMediaType
- func (o *GetCoachingAppointmentUnsupportedMediaType) Error() string
- func (o *GetCoachingAppointmentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingAppointmentUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingAppointmentUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingAppointmentUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingAppointmentUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingAppointmentUnsupportedMediaType) String() string
- type GetCoachingAppointmentsBadRequest
- func (o *GetCoachingAppointmentsBadRequest) Error() string
- func (o *GetCoachingAppointmentsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsBadRequest) IsClientError() bool
- func (o *GetCoachingAppointmentsBadRequest) IsCode(code int) bool
- func (o *GetCoachingAppointmentsBadRequest) IsRedirect() bool
- func (o *GetCoachingAppointmentsBadRequest) IsServerError() bool
- func (o *GetCoachingAppointmentsBadRequest) IsSuccess() bool
- func (o *GetCoachingAppointmentsBadRequest) String() string
- type GetCoachingAppointmentsForbidden
- func (o *GetCoachingAppointmentsForbidden) Error() string
- func (o *GetCoachingAppointmentsForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsForbidden) IsClientError() bool
- func (o *GetCoachingAppointmentsForbidden) IsCode(code int) bool
- func (o *GetCoachingAppointmentsForbidden) IsRedirect() bool
- func (o *GetCoachingAppointmentsForbidden) IsServerError() bool
- func (o *GetCoachingAppointmentsForbidden) IsSuccess() bool
- func (o *GetCoachingAppointmentsForbidden) String() string
- type GetCoachingAppointmentsGatewayTimeout
- func (o *GetCoachingAppointmentsGatewayTimeout) Error() string
- func (o *GetCoachingAppointmentsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsGatewayTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentsGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentsGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentsGatewayTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentsGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentsGatewayTimeout) String() string
- type GetCoachingAppointmentsInternalServerError
- func (o *GetCoachingAppointmentsInternalServerError) Error() string
- func (o *GetCoachingAppointmentsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsInternalServerError) IsClientError() bool
- func (o *GetCoachingAppointmentsInternalServerError) IsCode(code int) bool
- func (o *GetCoachingAppointmentsInternalServerError) IsRedirect() bool
- func (o *GetCoachingAppointmentsInternalServerError) IsServerError() bool
- func (o *GetCoachingAppointmentsInternalServerError) IsSuccess() bool
- func (o *GetCoachingAppointmentsInternalServerError) String() string
- type GetCoachingAppointmentsMeBadRequest
- func (o *GetCoachingAppointmentsMeBadRequest) Error() string
- func (o *GetCoachingAppointmentsMeBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeBadRequest) IsClientError() bool
- func (o *GetCoachingAppointmentsMeBadRequest) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeBadRequest) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeBadRequest) IsServerError() bool
- func (o *GetCoachingAppointmentsMeBadRequest) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeBadRequest) String() string
- type GetCoachingAppointmentsMeForbidden
- func (o *GetCoachingAppointmentsMeForbidden) Error() string
- func (o *GetCoachingAppointmentsMeForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeForbidden) IsClientError() bool
- func (o *GetCoachingAppointmentsMeForbidden) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeForbidden) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeForbidden) IsServerError() bool
- func (o *GetCoachingAppointmentsMeForbidden) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeForbidden) String() string
- type GetCoachingAppointmentsMeGatewayTimeout
- func (o *GetCoachingAppointmentsMeGatewayTimeout) Error() string
- func (o *GetCoachingAppointmentsMeGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeGatewayTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentsMeGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeGatewayTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentsMeGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeGatewayTimeout) String() string
- type GetCoachingAppointmentsMeInternalServerError
- func (o *GetCoachingAppointmentsMeInternalServerError) Error() string
- func (o *GetCoachingAppointmentsMeInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeInternalServerError) IsClientError() bool
- func (o *GetCoachingAppointmentsMeInternalServerError) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeInternalServerError) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeInternalServerError) IsServerError() bool
- func (o *GetCoachingAppointmentsMeInternalServerError) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeInternalServerError) String() string
- type GetCoachingAppointmentsMeNotFound
- func (o *GetCoachingAppointmentsMeNotFound) Error() string
- func (o *GetCoachingAppointmentsMeNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeNotFound) IsClientError() bool
- func (o *GetCoachingAppointmentsMeNotFound) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeNotFound) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeNotFound) IsServerError() bool
- func (o *GetCoachingAppointmentsMeNotFound) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeNotFound) String() string
- type GetCoachingAppointmentsMeOK
- func (o *GetCoachingAppointmentsMeOK) Error() string
- func (o *GetCoachingAppointmentsMeOK) GetPayload() *models.CoachingAppointmentResponseList
- func (o *GetCoachingAppointmentsMeOK) IsClientError() bool
- func (o *GetCoachingAppointmentsMeOK) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeOK) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeOK) IsServerError() bool
- func (o *GetCoachingAppointmentsMeOK) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeOK) String() string
- type GetCoachingAppointmentsMeParams
- func NewGetCoachingAppointmentsMeParams() *GetCoachingAppointmentsMeParams
- func NewGetCoachingAppointmentsMeParamsWithContext(ctx context.Context) *GetCoachingAppointmentsMeParams
- func NewGetCoachingAppointmentsMeParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentsMeParams
- func NewGetCoachingAppointmentsMeParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) SetCompletionInterval(completionInterval *string)
- func (o *GetCoachingAppointmentsMeParams) SetContext(ctx context.Context)
- func (o *GetCoachingAppointmentsMeParams) SetDefaults()
- func (o *GetCoachingAppointmentsMeParams) SetFacilitatorIds(facilitatorIds []string)
- func (o *GetCoachingAppointmentsMeParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingAppointmentsMeParams) SetInterval(interval *string)
- func (o *GetCoachingAppointmentsMeParams) SetIntervalCondition(intervalCondition *string)
- func (o *GetCoachingAppointmentsMeParams) SetOverdue(overdue *string)
- func (o *GetCoachingAppointmentsMeParams) SetPageNumber(pageNumber *int32)
- func (o *GetCoachingAppointmentsMeParams) SetPageSize(pageSize *int32)
- func (o *GetCoachingAppointmentsMeParams) SetRelationships(relationships []string)
- func (o *GetCoachingAppointmentsMeParams) SetSortOrder(sortOrder *string)
- func (o *GetCoachingAppointmentsMeParams) SetStatuses(statuses []string)
- func (o *GetCoachingAppointmentsMeParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingAppointmentsMeParams) WithCompletionInterval(completionInterval *string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithContext(ctx context.Context) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithDefaults() *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithFacilitatorIds(facilitatorIds []string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithInterval(interval *string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithIntervalCondition(intervalCondition *string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithOverdue(overdue *string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithRelationships(relationships []string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithSortOrder(sortOrder *string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithStatuses(statuses []string) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentsMeParams
- func (o *GetCoachingAppointmentsMeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingAppointmentsMeReader
- type GetCoachingAppointmentsMeRequestEntityTooLarge
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) Error() string
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) String() string
- type GetCoachingAppointmentsMeRequestTimeout
- func (o *GetCoachingAppointmentsMeRequestTimeout) Error() string
- func (o *GetCoachingAppointmentsMeRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeRequestTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentsMeRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeRequestTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeRequestTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentsMeRequestTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeRequestTimeout) String() string
- type GetCoachingAppointmentsMeServiceUnavailable
- func (o *GetCoachingAppointmentsMeServiceUnavailable) Error() string
- func (o *GetCoachingAppointmentsMeServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeServiceUnavailable) IsClientError() bool
- func (o *GetCoachingAppointmentsMeServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeServiceUnavailable) IsServerError() bool
- func (o *GetCoachingAppointmentsMeServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeServiceUnavailable) String() string
- type GetCoachingAppointmentsMeTooManyRequests
- func (o *GetCoachingAppointmentsMeTooManyRequests) Error() string
- func (o *GetCoachingAppointmentsMeTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeTooManyRequests) IsClientError() bool
- func (o *GetCoachingAppointmentsMeTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeTooManyRequests) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeTooManyRequests) IsServerError() bool
- func (o *GetCoachingAppointmentsMeTooManyRequests) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeTooManyRequests) String() string
- type GetCoachingAppointmentsMeUnauthorized
- func (o *GetCoachingAppointmentsMeUnauthorized) Error() string
- func (o *GetCoachingAppointmentsMeUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeUnauthorized) IsClientError() bool
- func (o *GetCoachingAppointmentsMeUnauthorized) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeUnauthorized) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeUnauthorized) IsServerError() bool
- func (o *GetCoachingAppointmentsMeUnauthorized) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeUnauthorized) String() string
- type GetCoachingAppointmentsMeUnsupportedMediaType
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) Error() string
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingAppointmentsMeUnsupportedMediaType) String() string
- type GetCoachingAppointmentsNotFound
- func (o *GetCoachingAppointmentsNotFound) Error() string
- func (o *GetCoachingAppointmentsNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsNotFound) IsClientError() bool
- func (o *GetCoachingAppointmentsNotFound) IsCode(code int) bool
- func (o *GetCoachingAppointmentsNotFound) IsRedirect() bool
- func (o *GetCoachingAppointmentsNotFound) IsServerError() bool
- func (o *GetCoachingAppointmentsNotFound) IsSuccess() bool
- func (o *GetCoachingAppointmentsNotFound) String() string
- type GetCoachingAppointmentsOK
- func (o *GetCoachingAppointmentsOK) Error() string
- func (o *GetCoachingAppointmentsOK) GetPayload() *models.CoachingAppointmentResponseList
- func (o *GetCoachingAppointmentsOK) IsClientError() bool
- func (o *GetCoachingAppointmentsOK) IsCode(code int) bool
- func (o *GetCoachingAppointmentsOK) IsRedirect() bool
- func (o *GetCoachingAppointmentsOK) IsServerError() bool
- func (o *GetCoachingAppointmentsOK) IsSuccess() bool
- func (o *GetCoachingAppointmentsOK) String() string
- type GetCoachingAppointmentsParams
- func NewGetCoachingAppointmentsParams() *GetCoachingAppointmentsParams
- func NewGetCoachingAppointmentsParamsWithContext(ctx context.Context) *GetCoachingAppointmentsParams
- func NewGetCoachingAppointmentsParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentsParams
- func NewGetCoachingAppointmentsParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) SetCompletionInterval(completionInterval *string)
- func (o *GetCoachingAppointmentsParams) SetContext(ctx context.Context)
- func (o *GetCoachingAppointmentsParams) SetDefaults()
- func (o *GetCoachingAppointmentsParams) SetFacilitatorIds(facilitatorIds []string)
- func (o *GetCoachingAppointmentsParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingAppointmentsParams) SetInterval(interval *string)
- func (o *GetCoachingAppointmentsParams) SetIntervalCondition(intervalCondition *string)
- func (o *GetCoachingAppointmentsParams) SetOverdue(overdue *string)
- func (o *GetCoachingAppointmentsParams) SetPageNumber(pageNumber *int32)
- func (o *GetCoachingAppointmentsParams) SetPageSize(pageSize *int32)
- func (o *GetCoachingAppointmentsParams) SetRelationships(relationships []string)
- func (o *GetCoachingAppointmentsParams) SetSortOrder(sortOrder *string)
- func (o *GetCoachingAppointmentsParams) SetStatuses(statuses []string)
- func (o *GetCoachingAppointmentsParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingAppointmentsParams) SetUserIds(userIds []string)
- func (o *GetCoachingAppointmentsParams) WithCompletionInterval(completionInterval *string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithContext(ctx context.Context) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithDefaults() *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithFacilitatorIds(facilitatorIds []string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithInterval(interval *string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithIntervalCondition(intervalCondition *string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithOverdue(overdue *string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithRelationships(relationships []string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithSortOrder(sortOrder *string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithStatuses(statuses []string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WithUserIds(userIds []string) *GetCoachingAppointmentsParams
- func (o *GetCoachingAppointmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingAppointmentsReader
- type GetCoachingAppointmentsRequestEntityTooLarge
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) Error() string
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingAppointmentsRequestEntityTooLarge) String() string
- type GetCoachingAppointmentsRequestTimeout
- func (o *GetCoachingAppointmentsRequestTimeout) Error() string
- func (o *GetCoachingAppointmentsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsRequestTimeout) IsClientError() bool
- func (o *GetCoachingAppointmentsRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingAppointmentsRequestTimeout) IsRedirect() bool
- func (o *GetCoachingAppointmentsRequestTimeout) IsServerError() bool
- func (o *GetCoachingAppointmentsRequestTimeout) IsSuccess() bool
- func (o *GetCoachingAppointmentsRequestTimeout) String() string
- type GetCoachingAppointmentsServiceUnavailable
- func (o *GetCoachingAppointmentsServiceUnavailable) Error() string
- func (o *GetCoachingAppointmentsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsServiceUnavailable) IsClientError() bool
- func (o *GetCoachingAppointmentsServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingAppointmentsServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingAppointmentsServiceUnavailable) IsServerError() bool
- func (o *GetCoachingAppointmentsServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingAppointmentsServiceUnavailable) String() string
- type GetCoachingAppointmentsTooManyRequests
- func (o *GetCoachingAppointmentsTooManyRequests) Error() string
- func (o *GetCoachingAppointmentsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsTooManyRequests) IsClientError() bool
- func (o *GetCoachingAppointmentsTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingAppointmentsTooManyRequests) IsRedirect() bool
- func (o *GetCoachingAppointmentsTooManyRequests) IsServerError() bool
- func (o *GetCoachingAppointmentsTooManyRequests) IsSuccess() bool
- func (o *GetCoachingAppointmentsTooManyRequests) String() string
- type GetCoachingAppointmentsUnauthorized
- func (o *GetCoachingAppointmentsUnauthorized) Error() string
- func (o *GetCoachingAppointmentsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsUnauthorized) IsClientError() bool
- func (o *GetCoachingAppointmentsUnauthorized) IsCode(code int) bool
- func (o *GetCoachingAppointmentsUnauthorized) IsRedirect() bool
- func (o *GetCoachingAppointmentsUnauthorized) IsServerError() bool
- func (o *GetCoachingAppointmentsUnauthorized) IsSuccess() bool
- func (o *GetCoachingAppointmentsUnauthorized) String() string
- type GetCoachingAppointmentsUnsupportedMediaType
- func (o *GetCoachingAppointmentsUnsupportedMediaType) Error() string
- func (o *GetCoachingAppointmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingAppointmentsUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingAppointmentsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingAppointmentsUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingAppointmentsUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingAppointmentsUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingAppointmentsUnsupportedMediaType) String() string
- type GetCoachingNotificationBadRequest
- func (o *GetCoachingNotificationBadRequest) Error() string
- func (o *GetCoachingNotificationBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationBadRequest) IsClientError() bool
- func (o *GetCoachingNotificationBadRequest) IsCode(code int) bool
- func (o *GetCoachingNotificationBadRequest) IsRedirect() bool
- func (o *GetCoachingNotificationBadRequest) IsServerError() bool
- func (o *GetCoachingNotificationBadRequest) IsSuccess() bool
- func (o *GetCoachingNotificationBadRequest) String() string
- type GetCoachingNotificationForbidden
- func (o *GetCoachingNotificationForbidden) Error() string
- func (o *GetCoachingNotificationForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationForbidden) IsClientError() bool
- func (o *GetCoachingNotificationForbidden) IsCode(code int) bool
- func (o *GetCoachingNotificationForbidden) IsRedirect() bool
- func (o *GetCoachingNotificationForbidden) IsServerError() bool
- func (o *GetCoachingNotificationForbidden) IsSuccess() bool
- func (o *GetCoachingNotificationForbidden) String() string
- type GetCoachingNotificationGatewayTimeout
- func (o *GetCoachingNotificationGatewayTimeout) Error() string
- func (o *GetCoachingNotificationGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationGatewayTimeout) IsClientError() bool
- func (o *GetCoachingNotificationGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingNotificationGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingNotificationGatewayTimeout) IsServerError() bool
- func (o *GetCoachingNotificationGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingNotificationGatewayTimeout) String() string
- type GetCoachingNotificationInternalServerError
- func (o *GetCoachingNotificationInternalServerError) Error() string
- func (o *GetCoachingNotificationInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationInternalServerError) IsClientError() bool
- func (o *GetCoachingNotificationInternalServerError) IsCode(code int) bool
- func (o *GetCoachingNotificationInternalServerError) IsRedirect() bool
- func (o *GetCoachingNotificationInternalServerError) IsServerError() bool
- func (o *GetCoachingNotificationInternalServerError) IsSuccess() bool
- func (o *GetCoachingNotificationInternalServerError) String() string
- type GetCoachingNotificationNotFound
- func (o *GetCoachingNotificationNotFound) Error() string
- func (o *GetCoachingNotificationNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationNotFound) IsClientError() bool
- func (o *GetCoachingNotificationNotFound) IsCode(code int) bool
- func (o *GetCoachingNotificationNotFound) IsRedirect() bool
- func (o *GetCoachingNotificationNotFound) IsServerError() bool
- func (o *GetCoachingNotificationNotFound) IsSuccess() bool
- func (o *GetCoachingNotificationNotFound) String() string
- type GetCoachingNotificationOK
- func (o *GetCoachingNotificationOK) Error() string
- func (o *GetCoachingNotificationOK) GetPayload() *models.CoachingNotification
- func (o *GetCoachingNotificationOK) IsClientError() bool
- func (o *GetCoachingNotificationOK) IsCode(code int) bool
- func (o *GetCoachingNotificationOK) IsRedirect() bool
- func (o *GetCoachingNotificationOK) IsServerError() bool
- func (o *GetCoachingNotificationOK) IsSuccess() bool
- func (o *GetCoachingNotificationOK) String() string
- type GetCoachingNotificationParams
- func NewGetCoachingNotificationParams() *GetCoachingNotificationParams
- func NewGetCoachingNotificationParamsWithContext(ctx context.Context) *GetCoachingNotificationParams
- func NewGetCoachingNotificationParamsWithHTTPClient(client *http.Client) *GetCoachingNotificationParams
- func NewGetCoachingNotificationParamsWithTimeout(timeout time.Duration) *GetCoachingNotificationParams
- func (o *GetCoachingNotificationParams) SetContext(ctx context.Context)
- func (o *GetCoachingNotificationParams) SetDefaults()
- func (o *GetCoachingNotificationParams) SetExpand(expand []string)
- func (o *GetCoachingNotificationParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingNotificationParams) SetNotificationID(notificationID string)
- func (o *GetCoachingNotificationParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingNotificationParams) WithContext(ctx context.Context) *GetCoachingNotificationParams
- func (o *GetCoachingNotificationParams) WithDefaults() *GetCoachingNotificationParams
- func (o *GetCoachingNotificationParams) WithExpand(expand []string) *GetCoachingNotificationParams
- func (o *GetCoachingNotificationParams) WithHTTPClient(client *http.Client) *GetCoachingNotificationParams
- func (o *GetCoachingNotificationParams) WithNotificationID(notificationID string) *GetCoachingNotificationParams
- func (o *GetCoachingNotificationParams) WithTimeout(timeout time.Duration) *GetCoachingNotificationParams
- func (o *GetCoachingNotificationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingNotificationReader
- type GetCoachingNotificationRequestEntityTooLarge
- func (o *GetCoachingNotificationRequestEntityTooLarge) Error() string
- func (o *GetCoachingNotificationRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingNotificationRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingNotificationRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingNotificationRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingNotificationRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingNotificationRequestEntityTooLarge) String() string
- type GetCoachingNotificationRequestTimeout
- func (o *GetCoachingNotificationRequestTimeout) Error() string
- func (o *GetCoachingNotificationRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationRequestTimeout) IsClientError() bool
- func (o *GetCoachingNotificationRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingNotificationRequestTimeout) IsRedirect() bool
- func (o *GetCoachingNotificationRequestTimeout) IsServerError() bool
- func (o *GetCoachingNotificationRequestTimeout) IsSuccess() bool
- func (o *GetCoachingNotificationRequestTimeout) String() string
- type GetCoachingNotificationServiceUnavailable
- func (o *GetCoachingNotificationServiceUnavailable) Error() string
- func (o *GetCoachingNotificationServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationServiceUnavailable) IsClientError() bool
- func (o *GetCoachingNotificationServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingNotificationServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingNotificationServiceUnavailable) IsServerError() bool
- func (o *GetCoachingNotificationServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingNotificationServiceUnavailable) String() string
- type GetCoachingNotificationTooManyRequests
- func (o *GetCoachingNotificationTooManyRequests) Error() string
- func (o *GetCoachingNotificationTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationTooManyRequests) IsClientError() bool
- func (o *GetCoachingNotificationTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingNotificationTooManyRequests) IsRedirect() bool
- func (o *GetCoachingNotificationTooManyRequests) IsServerError() bool
- func (o *GetCoachingNotificationTooManyRequests) IsSuccess() bool
- func (o *GetCoachingNotificationTooManyRequests) String() string
- type GetCoachingNotificationUnauthorized
- func (o *GetCoachingNotificationUnauthorized) Error() string
- func (o *GetCoachingNotificationUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationUnauthorized) IsClientError() bool
- func (o *GetCoachingNotificationUnauthorized) IsCode(code int) bool
- func (o *GetCoachingNotificationUnauthorized) IsRedirect() bool
- func (o *GetCoachingNotificationUnauthorized) IsServerError() bool
- func (o *GetCoachingNotificationUnauthorized) IsSuccess() bool
- func (o *GetCoachingNotificationUnauthorized) String() string
- type GetCoachingNotificationUnsupportedMediaType
- func (o *GetCoachingNotificationUnsupportedMediaType) Error() string
- func (o *GetCoachingNotificationUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingNotificationUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingNotificationUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingNotificationUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingNotificationUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingNotificationUnsupportedMediaType) String() string
- type GetCoachingNotificationsBadRequest
- func (o *GetCoachingNotificationsBadRequest) Error() string
- func (o *GetCoachingNotificationsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsBadRequest) IsClientError() bool
- func (o *GetCoachingNotificationsBadRequest) IsCode(code int) bool
- func (o *GetCoachingNotificationsBadRequest) IsRedirect() bool
- func (o *GetCoachingNotificationsBadRequest) IsServerError() bool
- func (o *GetCoachingNotificationsBadRequest) IsSuccess() bool
- func (o *GetCoachingNotificationsBadRequest) String() string
- type GetCoachingNotificationsForbidden
- func (o *GetCoachingNotificationsForbidden) Error() string
- func (o *GetCoachingNotificationsForbidden) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsForbidden) IsClientError() bool
- func (o *GetCoachingNotificationsForbidden) IsCode(code int) bool
- func (o *GetCoachingNotificationsForbidden) IsRedirect() bool
- func (o *GetCoachingNotificationsForbidden) IsServerError() bool
- func (o *GetCoachingNotificationsForbidden) IsSuccess() bool
- func (o *GetCoachingNotificationsForbidden) String() string
- type GetCoachingNotificationsGatewayTimeout
- func (o *GetCoachingNotificationsGatewayTimeout) Error() string
- func (o *GetCoachingNotificationsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsGatewayTimeout) IsClientError() bool
- func (o *GetCoachingNotificationsGatewayTimeout) IsCode(code int) bool
- func (o *GetCoachingNotificationsGatewayTimeout) IsRedirect() bool
- func (o *GetCoachingNotificationsGatewayTimeout) IsServerError() bool
- func (o *GetCoachingNotificationsGatewayTimeout) IsSuccess() bool
- func (o *GetCoachingNotificationsGatewayTimeout) String() string
- type GetCoachingNotificationsInternalServerError
- func (o *GetCoachingNotificationsInternalServerError) Error() string
- func (o *GetCoachingNotificationsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsInternalServerError) IsClientError() bool
- func (o *GetCoachingNotificationsInternalServerError) IsCode(code int) bool
- func (o *GetCoachingNotificationsInternalServerError) IsRedirect() bool
- func (o *GetCoachingNotificationsInternalServerError) IsServerError() bool
- func (o *GetCoachingNotificationsInternalServerError) IsSuccess() bool
- func (o *GetCoachingNotificationsInternalServerError) String() string
- type GetCoachingNotificationsNotFound
- func (o *GetCoachingNotificationsNotFound) Error() string
- func (o *GetCoachingNotificationsNotFound) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsNotFound) IsClientError() bool
- func (o *GetCoachingNotificationsNotFound) IsCode(code int) bool
- func (o *GetCoachingNotificationsNotFound) IsRedirect() bool
- func (o *GetCoachingNotificationsNotFound) IsServerError() bool
- func (o *GetCoachingNotificationsNotFound) IsSuccess() bool
- func (o *GetCoachingNotificationsNotFound) String() string
- type GetCoachingNotificationsOK
- func (o *GetCoachingNotificationsOK) Error() string
- func (o *GetCoachingNotificationsOK) GetPayload() *models.CoachingNotificationList
- func (o *GetCoachingNotificationsOK) IsClientError() bool
- func (o *GetCoachingNotificationsOK) IsCode(code int) bool
- func (o *GetCoachingNotificationsOK) IsRedirect() bool
- func (o *GetCoachingNotificationsOK) IsServerError() bool
- func (o *GetCoachingNotificationsOK) IsSuccess() bool
- func (o *GetCoachingNotificationsOK) String() string
- type GetCoachingNotificationsParams
- func NewGetCoachingNotificationsParams() *GetCoachingNotificationsParams
- func NewGetCoachingNotificationsParamsWithContext(ctx context.Context) *GetCoachingNotificationsParams
- func NewGetCoachingNotificationsParamsWithHTTPClient(client *http.Client) *GetCoachingNotificationsParams
- func NewGetCoachingNotificationsParamsWithTimeout(timeout time.Duration) *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) SetContext(ctx context.Context)
- func (o *GetCoachingNotificationsParams) SetDefaults()
- func (o *GetCoachingNotificationsParams) SetExpand(expand []string)
- func (o *GetCoachingNotificationsParams) SetHTTPClient(client *http.Client)
- func (o *GetCoachingNotificationsParams) SetPageNumber(pageNumber *int32)
- func (o *GetCoachingNotificationsParams) SetPageSize(pageSize *int32)
- func (o *GetCoachingNotificationsParams) SetTimeout(timeout time.Duration)
- func (o *GetCoachingNotificationsParams) WithContext(ctx context.Context) *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) WithDefaults() *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) WithExpand(expand []string) *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) WithHTTPClient(client *http.Client) *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) WithPageNumber(pageNumber *int32) *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) WithPageSize(pageSize *int32) *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) WithTimeout(timeout time.Duration) *GetCoachingNotificationsParams
- func (o *GetCoachingNotificationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCoachingNotificationsReader
- type GetCoachingNotificationsRequestEntityTooLarge
- func (o *GetCoachingNotificationsRequestEntityTooLarge) Error() string
- func (o *GetCoachingNotificationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsRequestEntityTooLarge) IsClientError() bool
- func (o *GetCoachingNotificationsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetCoachingNotificationsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetCoachingNotificationsRequestEntityTooLarge) IsServerError() bool
- func (o *GetCoachingNotificationsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetCoachingNotificationsRequestEntityTooLarge) String() string
- type GetCoachingNotificationsRequestTimeout
- func (o *GetCoachingNotificationsRequestTimeout) Error() string
- func (o *GetCoachingNotificationsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsRequestTimeout) IsClientError() bool
- func (o *GetCoachingNotificationsRequestTimeout) IsCode(code int) bool
- func (o *GetCoachingNotificationsRequestTimeout) IsRedirect() bool
- func (o *GetCoachingNotificationsRequestTimeout) IsServerError() bool
- func (o *GetCoachingNotificationsRequestTimeout) IsSuccess() bool
- func (o *GetCoachingNotificationsRequestTimeout) String() string
- type GetCoachingNotificationsServiceUnavailable
- func (o *GetCoachingNotificationsServiceUnavailable) Error() string
- func (o *GetCoachingNotificationsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsServiceUnavailable) IsClientError() bool
- func (o *GetCoachingNotificationsServiceUnavailable) IsCode(code int) bool
- func (o *GetCoachingNotificationsServiceUnavailable) IsRedirect() bool
- func (o *GetCoachingNotificationsServiceUnavailable) IsServerError() bool
- func (o *GetCoachingNotificationsServiceUnavailable) IsSuccess() bool
- func (o *GetCoachingNotificationsServiceUnavailable) String() string
- type GetCoachingNotificationsTooManyRequests
- func (o *GetCoachingNotificationsTooManyRequests) Error() string
- func (o *GetCoachingNotificationsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsTooManyRequests) IsClientError() bool
- func (o *GetCoachingNotificationsTooManyRequests) IsCode(code int) bool
- func (o *GetCoachingNotificationsTooManyRequests) IsRedirect() bool
- func (o *GetCoachingNotificationsTooManyRequests) IsServerError() bool
- func (o *GetCoachingNotificationsTooManyRequests) IsSuccess() bool
- func (o *GetCoachingNotificationsTooManyRequests) String() string
- type GetCoachingNotificationsUnauthorized
- func (o *GetCoachingNotificationsUnauthorized) Error() string
- func (o *GetCoachingNotificationsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsUnauthorized) IsClientError() bool
- func (o *GetCoachingNotificationsUnauthorized) IsCode(code int) bool
- func (o *GetCoachingNotificationsUnauthorized) IsRedirect() bool
- func (o *GetCoachingNotificationsUnauthorized) IsServerError() bool
- func (o *GetCoachingNotificationsUnauthorized) IsSuccess() bool
- func (o *GetCoachingNotificationsUnauthorized) String() string
- type GetCoachingNotificationsUnsupportedMediaType
- func (o *GetCoachingNotificationsUnsupportedMediaType) Error() string
- func (o *GetCoachingNotificationsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetCoachingNotificationsUnsupportedMediaType) IsClientError() bool
- func (o *GetCoachingNotificationsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetCoachingNotificationsUnsupportedMediaType) IsRedirect() bool
- func (o *GetCoachingNotificationsUnsupportedMediaType) IsServerError() bool
- func (o *GetCoachingNotificationsUnsupportedMediaType) IsSuccess() bool
- func (o *GetCoachingNotificationsUnsupportedMediaType) String() string
- type PatchCoachingAppointmentAccepted
- func (o *PatchCoachingAppointmentAccepted) Error() string
- func (o *PatchCoachingAppointmentAccepted) GetPayload() *models.CoachingAppointmentReference
- func (o *PatchCoachingAppointmentAccepted) IsClientError() bool
- func (o *PatchCoachingAppointmentAccepted) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAccepted) IsRedirect() bool
- func (o *PatchCoachingAppointmentAccepted) IsServerError() bool
- func (o *PatchCoachingAppointmentAccepted) IsSuccess() bool
- func (o *PatchCoachingAppointmentAccepted) String() string
- type PatchCoachingAppointmentAnnotationBadRequest
- func (o *PatchCoachingAppointmentAnnotationBadRequest) Error() string
- func (o *PatchCoachingAppointmentAnnotationBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationBadRequest) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationBadRequest) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationBadRequest) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationBadRequest) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationBadRequest) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationBadRequest) String() string
- type PatchCoachingAppointmentAnnotationForbidden
- func (o *PatchCoachingAppointmentAnnotationForbidden) Error() string
- func (o *PatchCoachingAppointmentAnnotationForbidden) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationForbidden) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationForbidden) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationForbidden) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationForbidden) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationForbidden) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationForbidden) String() string
- type PatchCoachingAppointmentAnnotationGatewayTimeout
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) Error() string
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) String() string
- type PatchCoachingAppointmentAnnotationInternalServerError
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) Error() string
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationInternalServerError) String() string
- type PatchCoachingAppointmentAnnotationNotFound
- func (o *PatchCoachingAppointmentAnnotationNotFound) Error() string
- func (o *PatchCoachingAppointmentAnnotationNotFound) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationNotFound) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationNotFound) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationNotFound) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationNotFound) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationNotFound) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationNotFound) String() string
- type PatchCoachingAppointmentAnnotationOK
- func (o *PatchCoachingAppointmentAnnotationOK) Error() string
- func (o *PatchCoachingAppointmentAnnotationOK) GetPayload() *models.CoachingAnnotation
- func (o *PatchCoachingAppointmentAnnotationOK) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationOK) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationOK) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationOK) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationOK) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationOK) String() string
- type PatchCoachingAppointmentAnnotationParams
- func NewPatchCoachingAppointmentAnnotationParams() *PatchCoachingAppointmentAnnotationParams
- func NewPatchCoachingAppointmentAnnotationParamsWithContext(ctx context.Context) *PatchCoachingAppointmentAnnotationParams
- func NewPatchCoachingAppointmentAnnotationParamsWithHTTPClient(client *http.Client) *PatchCoachingAppointmentAnnotationParams
- func NewPatchCoachingAppointmentAnnotationParamsWithTimeout(timeout time.Duration) *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) SetAnnotationID(annotationID string)
- func (o *PatchCoachingAppointmentAnnotationParams) SetAppointmentID(appointmentID string)
- func (o *PatchCoachingAppointmentAnnotationParams) SetBody(body *models.CoachingAnnotation)
- func (o *PatchCoachingAppointmentAnnotationParams) SetContext(ctx context.Context)
- func (o *PatchCoachingAppointmentAnnotationParams) SetDefaults()
- func (o *PatchCoachingAppointmentAnnotationParams) SetHTTPClient(client *http.Client)
- func (o *PatchCoachingAppointmentAnnotationParams) SetTimeout(timeout time.Duration)
- func (o *PatchCoachingAppointmentAnnotationParams) WithAnnotationID(annotationID string) *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) WithAppointmentID(appointmentID string) *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) WithBody(body *models.CoachingAnnotation) *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) WithContext(ctx context.Context) *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) WithDefaults() *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) WithHTTPClient(client *http.Client) *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) WithTimeout(timeout time.Duration) *PatchCoachingAppointmentAnnotationParams
- func (o *PatchCoachingAppointmentAnnotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchCoachingAppointmentAnnotationReader
- type PatchCoachingAppointmentAnnotationRequestEntityTooLarge
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) Error() string
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) String() string
- type PatchCoachingAppointmentAnnotationRequestTimeout
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) Error() string
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationRequestTimeout) String() string
- type PatchCoachingAppointmentAnnotationServiceUnavailable
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) Error() string
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) String() string
- type PatchCoachingAppointmentAnnotationTooManyRequests
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) Error() string
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationTooManyRequests) String() string
- type PatchCoachingAppointmentAnnotationUnauthorized
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) Error() string
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationUnauthorized) String() string
- type PatchCoachingAppointmentAnnotationUnsupportedMediaType
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) Error() string
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError() bool
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect() bool
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError() bool
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess() bool
- func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) String() string
- type PatchCoachingAppointmentBadRequest
- func (o *PatchCoachingAppointmentBadRequest) Error() string
- func (o *PatchCoachingAppointmentBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentBadRequest) IsClientError() bool
- func (o *PatchCoachingAppointmentBadRequest) IsCode(code int) bool
- func (o *PatchCoachingAppointmentBadRequest) IsRedirect() bool
- func (o *PatchCoachingAppointmentBadRequest) IsServerError() bool
- func (o *PatchCoachingAppointmentBadRequest) IsSuccess() bool
- func (o *PatchCoachingAppointmentBadRequest) String() string
- type PatchCoachingAppointmentConflict
- func (o *PatchCoachingAppointmentConflict) Error() string
- func (o *PatchCoachingAppointmentConflict) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentConflict) IsClientError() bool
- func (o *PatchCoachingAppointmentConflict) IsCode(code int) bool
- func (o *PatchCoachingAppointmentConflict) IsRedirect() bool
- func (o *PatchCoachingAppointmentConflict) IsServerError() bool
- func (o *PatchCoachingAppointmentConflict) IsSuccess() bool
- func (o *PatchCoachingAppointmentConflict) String() string
- type PatchCoachingAppointmentForbidden
- func (o *PatchCoachingAppointmentForbidden) Error() string
- func (o *PatchCoachingAppointmentForbidden) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentForbidden) IsClientError() bool
- func (o *PatchCoachingAppointmentForbidden) IsCode(code int) bool
- func (o *PatchCoachingAppointmentForbidden) IsRedirect() bool
- func (o *PatchCoachingAppointmentForbidden) IsServerError() bool
- func (o *PatchCoachingAppointmentForbidden) IsSuccess() bool
- func (o *PatchCoachingAppointmentForbidden) String() string
- type PatchCoachingAppointmentGatewayTimeout
- func (o *PatchCoachingAppointmentGatewayTimeout) Error() string
- func (o *PatchCoachingAppointmentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentGatewayTimeout) IsClientError() bool
- func (o *PatchCoachingAppointmentGatewayTimeout) IsCode(code int) bool
- func (o *PatchCoachingAppointmentGatewayTimeout) IsRedirect() bool
- func (o *PatchCoachingAppointmentGatewayTimeout) IsServerError() bool
- func (o *PatchCoachingAppointmentGatewayTimeout) IsSuccess() bool
- func (o *PatchCoachingAppointmentGatewayTimeout) String() string
- type PatchCoachingAppointmentInternalServerError
- func (o *PatchCoachingAppointmentInternalServerError) Error() string
- func (o *PatchCoachingAppointmentInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentInternalServerError) IsClientError() bool
- func (o *PatchCoachingAppointmentInternalServerError) IsCode(code int) bool
- func (o *PatchCoachingAppointmentInternalServerError) IsRedirect() bool
- func (o *PatchCoachingAppointmentInternalServerError) IsServerError() bool
- func (o *PatchCoachingAppointmentInternalServerError) IsSuccess() bool
- func (o *PatchCoachingAppointmentInternalServerError) String() string
- type PatchCoachingAppointmentNotFound
- func (o *PatchCoachingAppointmentNotFound) Error() string
- func (o *PatchCoachingAppointmentNotFound) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentNotFound) IsClientError() bool
- func (o *PatchCoachingAppointmentNotFound) IsCode(code int) bool
- func (o *PatchCoachingAppointmentNotFound) IsRedirect() bool
- func (o *PatchCoachingAppointmentNotFound) IsServerError() bool
- func (o *PatchCoachingAppointmentNotFound) IsSuccess() bool
- func (o *PatchCoachingAppointmentNotFound) String() string
- type PatchCoachingAppointmentOK
- func (o *PatchCoachingAppointmentOK) Error() string
- func (o *PatchCoachingAppointmentOK) GetPayload() *models.CoachingAppointmentResponse
- func (o *PatchCoachingAppointmentOK) IsClientError() bool
- func (o *PatchCoachingAppointmentOK) IsCode(code int) bool
- func (o *PatchCoachingAppointmentOK) IsRedirect() bool
- func (o *PatchCoachingAppointmentOK) IsServerError() bool
- func (o *PatchCoachingAppointmentOK) IsSuccess() bool
- func (o *PatchCoachingAppointmentOK) String() string
- type PatchCoachingAppointmentParams
- func NewPatchCoachingAppointmentParams() *PatchCoachingAppointmentParams
- func NewPatchCoachingAppointmentParamsWithContext(ctx context.Context) *PatchCoachingAppointmentParams
- func NewPatchCoachingAppointmentParamsWithHTTPClient(client *http.Client) *PatchCoachingAppointmentParams
- func NewPatchCoachingAppointmentParamsWithTimeout(timeout time.Duration) *PatchCoachingAppointmentParams
- func (o *PatchCoachingAppointmentParams) SetAppointmentID(appointmentID string)
- func (o *PatchCoachingAppointmentParams) SetBody(body *models.UpdateCoachingAppointmentRequest)
- func (o *PatchCoachingAppointmentParams) SetContext(ctx context.Context)
- func (o *PatchCoachingAppointmentParams) SetDefaults()
- func (o *PatchCoachingAppointmentParams) SetHTTPClient(client *http.Client)
- func (o *PatchCoachingAppointmentParams) SetTimeout(timeout time.Duration)
- func (o *PatchCoachingAppointmentParams) WithAppointmentID(appointmentID string) *PatchCoachingAppointmentParams
- func (o *PatchCoachingAppointmentParams) WithBody(body *models.UpdateCoachingAppointmentRequest) *PatchCoachingAppointmentParams
- func (o *PatchCoachingAppointmentParams) WithContext(ctx context.Context) *PatchCoachingAppointmentParams
- func (o *PatchCoachingAppointmentParams) WithDefaults() *PatchCoachingAppointmentParams
- func (o *PatchCoachingAppointmentParams) WithHTTPClient(client *http.Client) *PatchCoachingAppointmentParams
- func (o *PatchCoachingAppointmentParams) WithTimeout(timeout time.Duration) *PatchCoachingAppointmentParams
- func (o *PatchCoachingAppointmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchCoachingAppointmentReader
- type PatchCoachingAppointmentRequestEntityTooLarge
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) Error() string
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsClientError() bool
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsServerError() bool
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchCoachingAppointmentRequestEntityTooLarge) String() string
- type PatchCoachingAppointmentRequestTimeout
- func (o *PatchCoachingAppointmentRequestTimeout) Error() string
- func (o *PatchCoachingAppointmentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentRequestTimeout) IsClientError() bool
- func (o *PatchCoachingAppointmentRequestTimeout) IsCode(code int) bool
- func (o *PatchCoachingAppointmentRequestTimeout) IsRedirect() bool
- func (o *PatchCoachingAppointmentRequestTimeout) IsServerError() bool
- func (o *PatchCoachingAppointmentRequestTimeout) IsSuccess() bool
- func (o *PatchCoachingAppointmentRequestTimeout) String() string
- type PatchCoachingAppointmentServiceUnavailable
- func (o *PatchCoachingAppointmentServiceUnavailable) Error() string
- func (o *PatchCoachingAppointmentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentServiceUnavailable) IsClientError() bool
- func (o *PatchCoachingAppointmentServiceUnavailable) IsCode(code int) bool
- func (o *PatchCoachingAppointmentServiceUnavailable) IsRedirect() bool
- func (o *PatchCoachingAppointmentServiceUnavailable) IsServerError() bool
- func (o *PatchCoachingAppointmentServiceUnavailable) IsSuccess() bool
- func (o *PatchCoachingAppointmentServiceUnavailable) String() string
- type PatchCoachingAppointmentStatusBadRequest
- func (o *PatchCoachingAppointmentStatusBadRequest) Error() string
- func (o *PatchCoachingAppointmentStatusBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusBadRequest) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusBadRequest) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusBadRequest) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusBadRequest) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusBadRequest) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusBadRequest) String() string
- type PatchCoachingAppointmentStatusConflict
- func (o *PatchCoachingAppointmentStatusConflict) Error() string
- func (o *PatchCoachingAppointmentStatusConflict) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusConflict) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusConflict) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusConflict) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusConflict) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusConflict) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusConflict) String() string
- type PatchCoachingAppointmentStatusForbidden
- func (o *PatchCoachingAppointmentStatusForbidden) Error() string
- func (o *PatchCoachingAppointmentStatusForbidden) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusForbidden) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusForbidden) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusForbidden) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusForbidden) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusForbidden) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusForbidden) String() string
- type PatchCoachingAppointmentStatusGatewayTimeout
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) Error() string
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusGatewayTimeout) String() string
- type PatchCoachingAppointmentStatusInternalServerError
- func (o *PatchCoachingAppointmentStatusInternalServerError) Error() string
- func (o *PatchCoachingAppointmentStatusInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusInternalServerError) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusInternalServerError) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusInternalServerError) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusInternalServerError) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusInternalServerError) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusInternalServerError) String() string
- type PatchCoachingAppointmentStatusNotFound
- func (o *PatchCoachingAppointmentStatusNotFound) Error() string
- func (o *PatchCoachingAppointmentStatusNotFound) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusNotFound) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusNotFound) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusNotFound) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusNotFound) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusNotFound) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusNotFound) String() string
- type PatchCoachingAppointmentStatusOK
- func (o *PatchCoachingAppointmentStatusOK) Error() string
- func (o *PatchCoachingAppointmentStatusOK) GetPayload() *models.CoachingAppointmentStatusResponse
- func (o *PatchCoachingAppointmentStatusOK) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusOK) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusOK) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusOK) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusOK) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusOK) String() string
- type PatchCoachingAppointmentStatusParams
- func NewPatchCoachingAppointmentStatusParams() *PatchCoachingAppointmentStatusParams
- func NewPatchCoachingAppointmentStatusParamsWithContext(ctx context.Context) *PatchCoachingAppointmentStatusParams
- func NewPatchCoachingAppointmentStatusParamsWithHTTPClient(client *http.Client) *PatchCoachingAppointmentStatusParams
- func NewPatchCoachingAppointmentStatusParamsWithTimeout(timeout time.Duration) *PatchCoachingAppointmentStatusParams
- func (o *PatchCoachingAppointmentStatusParams) SetAppointmentID(appointmentID string)
- func (o *PatchCoachingAppointmentStatusParams) SetBody(body *models.CoachingAppointmentStatusRequest)
- func (o *PatchCoachingAppointmentStatusParams) SetContext(ctx context.Context)
- func (o *PatchCoachingAppointmentStatusParams) SetDefaults()
- func (o *PatchCoachingAppointmentStatusParams) SetHTTPClient(client *http.Client)
- func (o *PatchCoachingAppointmentStatusParams) SetTimeout(timeout time.Duration)
- func (o *PatchCoachingAppointmentStatusParams) WithAppointmentID(appointmentID string) *PatchCoachingAppointmentStatusParams
- func (o *PatchCoachingAppointmentStatusParams) WithBody(body *models.CoachingAppointmentStatusRequest) *PatchCoachingAppointmentStatusParams
- func (o *PatchCoachingAppointmentStatusParams) WithContext(ctx context.Context) *PatchCoachingAppointmentStatusParams
- func (o *PatchCoachingAppointmentStatusParams) WithDefaults() *PatchCoachingAppointmentStatusParams
- func (o *PatchCoachingAppointmentStatusParams) WithHTTPClient(client *http.Client) *PatchCoachingAppointmentStatusParams
- func (o *PatchCoachingAppointmentStatusParams) WithTimeout(timeout time.Duration) *PatchCoachingAppointmentStatusParams
- func (o *PatchCoachingAppointmentStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchCoachingAppointmentStatusReader
- type PatchCoachingAppointmentStatusRequestEntityTooLarge
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) Error() string
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) String() string
- type PatchCoachingAppointmentStatusRequestTimeout
- func (o *PatchCoachingAppointmentStatusRequestTimeout) Error() string
- func (o *PatchCoachingAppointmentStatusRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusRequestTimeout) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusRequestTimeout) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusRequestTimeout) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusRequestTimeout) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusRequestTimeout) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusRequestTimeout) String() string
- type PatchCoachingAppointmentStatusServiceUnavailable
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) Error() string
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusServiceUnavailable) String() string
- type PatchCoachingAppointmentStatusTooManyRequests
- func (o *PatchCoachingAppointmentStatusTooManyRequests) Error() string
- func (o *PatchCoachingAppointmentStatusTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusTooManyRequests) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusTooManyRequests) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusTooManyRequests) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusTooManyRequests) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusTooManyRequests) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusTooManyRequests) String() string
- type PatchCoachingAppointmentStatusUnauthorized
- func (o *PatchCoachingAppointmentStatusUnauthorized) Error() string
- func (o *PatchCoachingAppointmentStatusUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusUnauthorized) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusUnauthorized) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusUnauthorized) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusUnauthorized) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusUnauthorized) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusUnauthorized) String() string
- type PatchCoachingAppointmentStatusUnsupportedMediaType
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) Error() string
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsClientError() bool
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsRedirect() bool
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsServerError() bool
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsSuccess() bool
- func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) String() string
- type PatchCoachingAppointmentTooManyRequests
- func (o *PatchCoachingAppointmentTooManyRequests) Error() string
- func (o *PatchCoachingAppointmentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentTooManyRequests) IsClientError() bool
- func (o *PatchCoachingAppointmentTooManyRequests) IsCode(code int) bool
- func (o *PatchCoachingAppointmentTooManyRequests) IsRedirect() bool
- func (o *PatchCoachingAppointmentTooManyRequests) IsServerError() bool
- func (o *PatchCoachingAppointmentTooManyRequests) IsSuccess() bool
- func (o *PatchCoachingAppointmentTooManyRequests) String() string
- type PatchCoachingAppointmentUnauthorized
- func (o *PatchCoachingAppointmentUnauthorized) Error() string
- func (o *PatchCoachingAppointmentUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentUnauthorized) IsClientError() bool
- func (o *PatchCoachingAppointmentUnauthorized) IsCode(code int) bool
- func (o *PatchCoachingAppointmentUnauthorized) IsRedirect() bool
- func (o *PatchCoachingAppointmentUnauthorized) IsServerError() bool
- func (o *PatchCoachingAppointmentUnauthorized) IsSuccess() bool
- func (o *PatchCoachingAppointmentUnauthorized) String() string
- type PatchCoachingAppointmentUnsupportedMediaType
- func (o *PatchCoachingAppointmentUnsupportedMediaType) Error() string
- func (o *PatchCoachingAppointmentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchCoachingAppointmentUnsupportedMediaType) IsClientError() bool
- func (o *PatchCoachingAppointmentUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchCoachingAppointmentUnsupportedMediaType) IsRedirect() bool
- func (o *PatchCoachingAppointmentUnsupportedMediaType) IsServerError() bool
- func (o *PatchCoachingAppointmentUnsupportedMediaType) IsSuccess() bool
- func (o *PatchCoachingAppointmentUnsupportedMediaType) String() string
- type PatchCoachingNotificationBadRequest
- func (o *PatchCoachingNotificationBadRequest) Error() string
- func (o *PatchCoachingNotificationBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationBadRequest) IsClientError() bool
- func (o *PatchCoachingNotificationBadRequest) IsCode(code int) bool
- func (o *PatchCoachingNotificationBadRequest) IsRedirect() bool
- func (o *PatchCoachingNotificationBadRequest) IsServerError() bool
- func (o *PatchCoachingNotificationBadRequest) IsSuccess() bool
- func (o *PatchCoachingNotificationBadRequest) String() string
- type PatchCoachingNotificationForbidden
- func (o *PatchCoachingNotificationForbidden) Error() string
- func (o *PatchCoachingNotificationForbidden) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationForbidden) IsClientError() bool
- func (o *PatchCoachingNotificationForbidden) IsCode(code int) bool
- func (o *PatchCoachingNotificationForbidden) IsRedirect() bool
- func (o *PatchCoachingNotificationForbidden) IsServerError() bool
- func (o *PatchCoachingNotificationForbidden) IsSuccess() bool
- func (o *PatchCoachingNotificationForbidden) String() string
- type PatchCoachingNotificationGatewayTimeout
- func (o *PatchCoachingNotificationGatewayTimeout) Error() string
- func (o *PatchCoachingNotificationGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationGatewayTimeout) IsClientError() bool
- func (o *PatchCoachingNotificationGatewayTimeout) IsCode(code int) bool
- func (o *PatchCoachingNotificationGatewayTimeout) IsRedirect() bool
- func (o *PatchCoachingNotificationGatewayTimeout) IsServerError() bool
- func (o *PatchCoachingNotificationGatewayTimeout) IsSuccess() bool
- func (o *PatchCoachingNotificationGatewayTimeout) String() string
- type PatchCoachingNotificationInternalServerError
- func (o *PatchCoachingNotificationInternalServerError) Error() string
- func (o *PatchCoachingNotificationInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationInternalServerError) IsClientError() bool
- func (o *PatchCoachingNotificationInternalServerError) IsCode(code int) bool
- func (o *PatchCoachingNotificationInternalServerError) IsRedirect() bool
- func (o *PatchCoachingNotificationInternalServerError) IsServerError() bool
- func (o *PatchCoachingNotificationInternalServerError) IsSuccess() bool
- func (o *PatchCoachingNotificationInternalServerError) String() string
- type PatchCoachingNotificationNotFound
- func (o *PatchCoachingNotificationNotFound) Error() string
- func (o *PatchCoachingNotificationNotFound) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationNotFound) IsClientError() bool
- func (o *PatchCoachingNotificationNotFound) IsCode(code int) bool
- func (o *PatchCoachingNotificationNotFound) IsRedirect() bool
- func (o *PatchCoachingNotificationNotFound) IsServerError() bool
- func (o *PatchCoachingNotificationNotFound) IsSuccess() bool
- func (o *PatchCoachingNotificationNotFound) String() string
- type PatchCoachingNotificationOK
- func (o *PatchCoachingNotificationOK) Error() string
- func (o *PatchCoachingNotificationOK) GetPayload() *models.CoachingNotification
- func (o *PatchCoachingNotificationOK) IsClientError() bool
- func (o *PatchCoachingNotificationOK) IsCode(code int) bool
- func (o *PatchCoachingNotificationOK) IsRedirect() bool
- func (o *PatchCoachingNotificationOK) IsServerError() bool
- func (o *PatchCoachingNotificationOK) IsSuccess() bool
- func (o *PatchCoachingNotificationOK) String() string
- type PatchCoachingNotificationParams
- func NewPatchCoachingNotificationParams() *PatchCoachingNotificationParams
- func NewPatchCoachingNotificationParamsWithContext(ctx context.Context) *PatchCoachingNotificationParams
- func NewPatchCoachingNotificationParamsWithHTTPClient(client *http.Client) *PatchCoachingNotificationParams
- func NewPatchCoachingNotificationParamsWithTimeout(timeout time.Duration) *PatchCoachingNotificationParams
- func (o *PatchCoachingNotificationParams) SetBody(body *models.CoachingNotification)
- func (o *PatchCoachingNotificationParams) SetContext(ctx context.Context)
- func (o *PatchCoachingNotificationParams) SetDefaults()
- func (o *PatchCoachingNotificationParams) SetHTTPClient(client *http.Client)
- func (o *PatchCoachingNotificationParams) SetNotificationID(notificationID string)
- func (o *PatchCoachingNotificationParams) SetTimeout(timeout time.Duration)
- func (o *PatchCoachingNotificationParams) WithBody(body *models.CoachingNotification) *PatchCoachingNotificationParams
- func (o *PatchCoachingNotificationParams) WithContext(ctx context.Context) *PatchCoachingNotificationParams
- func (o *PatchCoachingNotificationParams) WithDefaults() *PatchCoachingNotificationParams
- func (o *PatchCoachingNotificationParams) WithHTTPClient(client *http.Client) *PatchCoachingNotificationParams
- func (o *PatchCoachingNotificationParams) WithNotificationID(notificationID string) *PatchCoachingNotificationParams
- func (o *PatchCoachingNotificationParams) WithTimeout(timeout time.Duration) *PatchCoachingNotificationParams
- func (o *PatchCoachingNotificationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchCoachingNotificationReader
- type PatchCoachingNotificationRequestEntityTooLarge
- func (o *PatchCoachingNotificationRequestEntityTooLarge) Error() string
- func (o *PatchCoachingNotificationRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationRequestEntityTooLarge) IsClientError() bool
- func (o *PatchCoachingNotificationRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchCoachingNotificationRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchCoachingNotificationRequestEntityTooLarge) IsServerError() bool
- func (o *PatchCoachingNotificationRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchCoachingNotificationRequestEntityTooLarge) String() string
- type PatchCoachingNotificationRequestTimeout
- func (o *PatchCoachingNotificationRequestTimeout) Error() string
- func (o *PatchCoachingNotificationRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationRequestTimeout) IsClientError() bool
- func (o *PatchCoachingNotificationRequestTimeout) IsCode(code int) bool
- func (o *PatchCoachingNotificationRequestTimeout) IsRedirect() bool
- func (o *PatchCoachingNotificationRequestTimeout) IsServerError() bool
- func (o *PatchCoachingNotificationRequestTimeout) IsSuccess() bool
- func (o *PatchCoachingNotificationRequestTimeout) String() string
- type PatchCoachingNotificationServiceUnavailable
- func (o *PatchCoachingNotificationServiceUnavailable) Error() string
- func (o *PatchCoachingNotificationServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationServiceUnavailable) IsClientError() bool
- func (o *PatchCoachingNotificationServiceUnavailable) IsCode(code int) bool
- func (o *PatchCoachingNotificationServiceUnavailable) IsRedirect() bool
- func (o *PatchCoachingNotificationServiceUnavailable) IsServerError() bool
- func (o *PatchCoachingNotificationServiceUnavailable) IsSuccess() bool
- func (o *PatchCoachingNotificationServiceUnavailable) String() string
- type PatchCoachingNotificationTooManyRequests
- func (o *PatchCoachingNotificationTooManyRequests) Error() string
- func (o *PatchCoachingNotificationTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationTooManyRequests) IsClientError() bool
- func (o *PatchCoachingNotificationTooManyRequests) IsCode(code int) bool
- func (o *PatchCoachingNotificationTooManyRequests) IsRedirect() bool
- func (o *PatchCoachingNotificationTooManyRequests) IsServerError() bool
- func (o *PatchCoachingNotificationTooManyRequests) IsSuccess() bool
- func (o *PatchCoachingNotificationTooManyRequests) String() string
- type PatchCoachingNotificationUnauthorized
- func (o *PatchCoachingNotificationUnauthorized) Error() string
- func (o *PatchCoachingNotificationUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationUnauthorized) IsClientError() bool
- func (o *PatchCoachingNotificationUnauthorized) IsCode(code int) bool
- func (o *PatchCoachingNotificationUnauthorized) IsRedirect() bool
- func (o *PatchCoachingNotificationUnauthorized) IsServerError() bool
- func (o *PatchCoachingNotificationUnauthorized) IsSuccess() bool
- func (o *PatchCoachingNotificationUnauthorized) String() string
- type PatchCoachingNotificationUnsupportedMediaType
- func (o *PatchCoachingNotificationUnsupportedMediaType) Error() string
- func (o *PatchCoachingNotificationUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchCoachingNotificationUnsupportedMediaType) IsClientError() bool
- func (o *PatchCoachingNotificationUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchCoachingNotificationUnsupportedMediaType) IsRedirect() bool
- func (o *PatchCoachingNotificationUnsupportedMediaType) IsServerError() bool
- func (o *PatchCoachingNotificationUnsupportedMediaType) IsSuccess() bool
- func (o *PatchCoachingNotificationUnsupportedMediaType) String() string
- type PostCoachingAppointmentAnnotationsBadRequest
- func (o *PostCoachingAppointmentAnnotationsBadRequest) Error() string
- func (o *PostCoachingAppointmentAnnotationsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsBadRequest) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsBadRequest) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsBadRequest) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsBadRequest) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsBadRequest) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsBadRequest) String() string
- type PostCoachingAppointmentAnnotationsCreated
- func (o *PostCoachingAppointmentAnnotationsCreated) Error() string
- func (o *PostCoachingAppointmentAnnotationsCreated) GetPayload() *models.CoachingAnnotation
- func (o *PostCoachingAppointmentAnnotationsCreated) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsCreated) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsCreated) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsCreated) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsCreated) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsCreated) String() string
- type PostCoachingAppointmentAnnotationsForbidden
- func (o *PostCoachingAppointmentAnnotationsForbidden) Error() string
- func (o *PostCoachingAppointmentAnnotationsForbidden) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsForbidden) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsForbidden) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsForbidden) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsForbidden) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsForbidden) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsForbidden) String() string
- type PostCoachingAppointmentAnnotationsGatewayTimeout
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) Error() string
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) String() string
- type PostCoachingAppointmentAnnotationsInternalServerError
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) Error() string
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsInternalServerError) String() string
- type PostCoachingAppointmentAnnotationsNotFound
- func (o *PostCoachingAppointmentAnnotationsNotFound) Error() string
- func (o *PostCoachingAppointmentAnnotationsNotFound) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsNotFound) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsNotFound) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsNotFound) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsNotFound) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsNotFound) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsNotFound) String() string
- type PostCoachingAppointmentAnnotationsParams
- func NewPostCoachingAppointmentAnnotationsParams() *PostCoachingAppointmentAnnotationsParams
- func NewPostCoachingAppointmentAnnotationsParamsWithContext(ctx context.Context) *PostCoachingAppointmentAnnotationsParams
- func NewPostCoachingAppointmentAnnotationsParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentAnnotationsParams
- func NewPostCoachingAppointmentAnnotationsParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentAnnotationsParams
- func (o *PostCoachingAppointmentAnnotationsParams) SetAppointmentID(appointmentID string)
- func (o *PostCoachingAppointmentAnnotationsParams) SetBody(body *models.CoachingAnnotationCreateRequest)
- func (o *PostCoachingAppointmentAnnotationsParams) SetContext(ctx context.Context)
- func (o *PostCoachingAppointmentAnnotationsParams) SetDefaults()
- func (o *PostCoachingAppointmentAnnotationsParams) SetHTTPClient(client *http.Client)
- func (o *PostCoachingAppointmentAnnotationsParams) SetTimeout(timeout time.Duration)
- func (o *PostCoachingAppointmentAnnotationsParams) WithAppointmentID(appointmentID string) *PostCoachingAppointmentAnnotationsParams
- func (o *PostCoachingAppointmentAnnotationsParams) WithBody(body *models.CoachingAnnotationCreateRequest) *PostCoachingAppointmentAnnotationsParams
- func (o *PostCoachingAppointmentAnnotationsParams) WithContext(ctx context.Context) *PostCoachingAppointmentAnnotationsParams
- func (o *PostCoachingAppointmentAnnotationsParams) WithDefaults() *PostCoachingAppointmentAnnotationsParams
- func (o *PostCoachingAppointmentAnnotationsParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentAnnotationsParams
- func (o *PostCoachingAppointmentAnnotationsParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentAnnotationsParams
- func (o *PostCoachingAppointmentAnnotationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostCoachingAppointmentAnnotationsReader
- type PostCoachingAppointmentAnnotationsRequestEntityTooLarge
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) Error() string
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) String() string
- type PostCoachingAppointmentAnnotationsRequestTimeout
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) Error() string
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsRequestTimeout) String() string
- type PostCoachingAppointmentAnnotationsServiceUnavailable
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) Error() string
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) String() string
- type PostCoachingAppointmentAnnotationsTooManyRequests
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) Error() string
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsTooManyRequests) String() string
- type PostCoachingAppointmentAnnotationsUnauthorized
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) Error() string
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsUnauthorized) String() string
- type PostCoachingAppointmentAnnotationsUnsupportedMediaType
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) Error() string
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsClientError() bool
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsRedirect() bool
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsServerError() bool
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsSuccess() bool
- func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) String() string
- type PostCoachingAppointmentConversationsBadRequest
- func (o *PostCoachingAppointmentConversationsBadRequest) Error() string
- func (o *PostCoachingAppointmentConversationsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsBadRequest) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsBadRequest) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsBadRequest) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsBadRequest) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsBadRequest) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsBadRequest) String() string
- type PostCoachingAppointmentConversationsConflict
- func (o *PostCoachingAppointmentConversationsConflict) Error() string
- func (o *PostCoachingAppointmentConversationsConflict) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsConflict) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsConflict) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsConflict) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsConflict) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsConflict) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsConflict) String() string
- type PostCoachingAppointmentConversationsForbidden
- func (o *PostCoachingAppointmentConversationsForbidden) Error() string
- func (o *PostCoachingAppointmentConversationsForbidden) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsForbidden) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsForbidden) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsForbidden) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsForbidden) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsForbidden) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsForbidden) String() string
- type PostCoachingAppointmentConversationsGatewayTimeout
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) Error() string
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsGatewayTimeout) String() string
- type PostCoachingAppointmentConversationsInternalServerError
- func (o *PostCoachingAppointmentConversationsInternalServerError) Error() string
- func (o *PostCoachingAppointmentConversationsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsInternalServerError) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsInternalServerError) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsInternalServerError) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsInternalServerError) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsInternalServerError) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsInternalServerError) String() string
- type PostCoachingAppointmentConversationsNotFound
- func (o *PostCoachingAppointmentConversationsNotFound) Error() string
- func (o *PostCoachingAppointmentConversationsNotFound) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsNotFound) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsNotFound) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsNotFound) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsNotFound) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsNotFound) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsNotFound) String() string
- type PostCoachingAppointmentConversationsOK
- func (o *PostCoachingAppointmentConversationsOK) Error() string
- func (o *PostCoachingAppointmentConversationsOK) GetPayload() *models.AddConversationResponse
- func (o *PostCoachingAppointmentConversationsOK) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsOK) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsOK) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsOK) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsOK) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsOK) String() string
- type PostCoachingAppointmentConversationsParams
- func NewPostCoachingAppointmentConversationsParams() *PostCoachingAppointmentConversationsParams
- func NewPostCoachingAppointmentConversationsParamsWithContext(ctx context.Context) *PostCoachingAppointmentConversationsParams
- func NewPostCoachingAppointmentConversationsParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentConversationsParams
- func NewPostCoachingAppointmentConversationsParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentConversationsParams
- func (o *PostCoachingAppointmentConversationsParams) SetAppointmentID(appointmentID string)
- func (o *PostCoachingAppointmentConversationsParams) SetBody(body *models.AddConversationRequest)
- func (o *PostCoachingAppointmentConversationsParams) SetContext(ctx context.Context)
- func (o *PostCoachingAppointmentConversationsParams) SetDefaults()
- func (o *PostCoachingAppointmentConversationsParams) SetHTTPClient(client *http.Client)
- func (o *PostCoachingAppointmentConversationsParams) SetTimeout(timeout time.Duration)
- func (o *PostCoachingAppointmentConversationsParams) WithAppointmentID(appointmentID string) *PostCoachingAppointmentConversationsParams
- func (o *PostCoachingAppointmentConversationsParams) WithBody(body *models.AddConversationRequest) *PostCoachingAppointmentConversationsParams
- func (o *PostCoachingAppointmentConversationsParams) WithContext(ctx context.Context) *PostCoachingAppointmentConversationsParams
- func (o *PostCoachingAppointmentConversationsParams) WithDefaults() *PostCoachingAppointmentConversationsParams
- func (o *PostCoachingAppointmentConversationsParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentConversationsParams
- func (o *PostCoachingAppointmentConversationsParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentConversationsParams
- func (o *PostCoachingAppointmentConversationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostCoachingAppointmentConversationsReader
- type PostCoachingAppointmentConversationsRequestEntityTooLarge
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) Error() string
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) String() string
- type PostCoachingAppointmentConversationsRequestTimeout
- func (o *PostCoachingAppointmentConversationsRequestTimeout) Error() string
- func (o *PostCoachingAppointmentConversationsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsRequestTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsRequestTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsRequestTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsRequestTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsRequestTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsRequestTimeout) String() string
- type PostCoachingAppointmentConversationsServiceUnavailable
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) Error() string
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsServiceUnavailable) String() string
- type PostCoachingAppointmentConversationsTooManyRequests
- func (o *PostCoachingAppointmentConversationsTooManyRequests) Error() string
- func (o *PostCoachingAppointmentConversationsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsTooManyRequests) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsTooManyRequests) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsTooManyRequests) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsTooManyRequests) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsTooManyRequests) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsTooManyRequests) String() string
- type PostCoachingAppointmentConversationsUnauthorized
- func (o *PostCoachingAppointmentConversationsUnauthorized) Error() string
- func (o *PostCoachingAppointmentConversationsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsUnauthorized) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsUnauthorized) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsUnauthorized) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsUnauthorized) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsUnauthorized) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsUnauthorized) String() string
- type PostCoachingAppointmentConversationsUnsupportedMediaType
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) Error() string
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsClientError() bool
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsRedirect() bool
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsServerError() bool
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsSuccess() bool
- func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) String() string
- type PostCoachingAppointmentsAccepted
- func (o *PostCoachingAppointmentsAccepted) Error() string
- func (o *PostCoachingAppointmentsAccepted) GetPayload() *models.CoachingAppointmentReference
- func (o *PostCoachingAppointmentsAccepted) IsClientError() bool
- func (o *PostCoachingAppointmentsAccepted) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAccepted) IsRedirect() bool
- func (o *PostCoachingAppointmentsAccepted) IsServerError() bool
- func (o *PostCoachingAppointmentsAccepted) IsSuccess() bool
- func (o *PostCoachingAppointmentsAccepted) String() string
- type PostCoachingAppointmentsAggregatesQueryBadRequest
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) String() string
- type PostCoachingAppointmentsAggregatesQueryForbidden
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryForbidden) String() string
- type PostCoachingAppointmentsAggregatesQueryGatewayTimeout
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) String() string
- type PostCoachingAppointmentsAggregatesQueryInternalServerError
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) String() string
- type PostCoachingAppointmentsAggregatesQueryNotFound
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryNotFound) String() string
- type PostCoachingAppointmentsAggregatesQueryOK
- func (o *PostCoachingAppointmentsAggregatesQueryOK) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryOK) GetPayload() *models.CoachingAppointmentAggregateResponse
- func (o *PostCoachingAppointmentsAggregatesQueryOK) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryOK) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryOK) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryOK) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryOK) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryOK) String() string
- type PostCoachingAppointmentsAggregatesQueryParams
- func NewPostCoachingAppointmentsAggregatesQueryParams() *PostCoachingAppointmentsAggregatesQueryParams
- func NewPostCoachingAppointmentsAggregatesQueryParamsWithContext(ctx context.Context) *PostCoachingAppointmentsAggregatesQueryParams
- func NewPostCoachingAppointmentsAggregatesQueryParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentsAggregatesQueryParams
- func NewPostCoachingAppointmentsAggregatesQueryParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentsAggregatesQueryParams
- func (o *PostCoachingAppointmentsAggregatesQueryParams) SetBody(body *models.CoachingAppointmentAggregateRequest)
- func (o *PostCoachingAppointmentsAggregatesQueryParams) SetContext(ctx context.Context)
- func (o *PostCoachingAppointmentsAggregatesQueryParams) SetDefaults()
- func (o *PostCoachingAppointmentsAggregatesQueryParams) SetHTTPClient(client *http.Client)
- func (o *PostCoachingAppointmentsAggregatesQueryParams) SetTimeout(timeout time.Duration)
- func (o *PostCoachingAppointmentsAggregatesQueryParams) WithBody(body *models.CoachingAppointmentAggregateRequest) *PostCoachingAppointmentsAggregatesQueryParams
- func (o *PostCoachingAppointmentsAggregatesQueryParams) WithContext(ctx context.Context) *PostCoachingAppointmentsAggregatesQueryParams
- func (o *PostCoachingAppointmentsAggregatesQueryParams) WithDefaults() *PostCoachingAppointmentsAggregatesQueryParams
- func (o *PostCoachingAppointmentsAggregatesQueryParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentsAggregatesQueryParams
- func (o *PostCoachingAppointmentsAggregatesQueryParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentsAggregatesQueryParams
- func (o *PostCoachingAppointmentsAggregatesQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostCoachingAppointmentsAggregatesQueryReader
- type PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) String() string
- type PostCoachingAppointmentsAggregatesQueryRequestTimeout
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) String() string
- type PostCoachingAppointmentsAggregatesQueryServiceUnavailable
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) String() string
- type PostCoachingAppointmentsAggregatesQueryTooManyRequests
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) String() string
- type PostCoachingAppointmentsAggregatesQueryUnauthorized
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) String() string
- type PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) Error() string
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsClientError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsCode(code int) bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsRedirect() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsServerError() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsSuccess() bool
- func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) String() string
- type PostCoachingAppointmentsBadRequest
- func (o *PostCoachingAppointmentsBadRequest) Error() string
- func (o *PostCoachingAppointmentsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsBadRequest) IsClientError() bool
- func (o *PostCoachingAppointmentsBadRequest) IsCode(code int) bool
- func (o *PostCoachingAppointmentsBadRequest) IsRedirect() bool
- func (o *PostCoachingAppointmentsBadRequest) IsServerError() bool
- func (o *PostCoachingAppointmentsBadRequest) IsSuccess() bool
- func (o *PostCoachingAppointmentsBadRequest) String() string
- type PostCoachingAppointmentsConflict
- func (o *PostCoachingAppointmentsConflict) Error() string
- func (o *PostCoachingAppointmentsConflict) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsConflict) IsClientError() bool
- func (o *PostCoachingAppointmentsConflict) IsCode(code int) bool
- func (o *PostCoachingAppointmentsConflict) IsRedirect() bool
- func (o *PostCoachingAppointmentsConflict) IsServerError() bool
- func (o *PostCoachingAppointmentsConflict) IsSuccess() bool
- func (o *PostCoachingAppointmentsConflict) String() string
- type PostCoachingAppointmentsCreated
- func (o *PostCoachingAppointmentsCreated) Error() string
- func (o *PostCoachingAppointmentsCreated) GetPayload() *models.CoachingAppointmentResponse
- func (o *PostCoachingAppointmentsCreated) IsClientError() bool
- func (o *PostCoachingAppointmentsCreated) IsCode(code int) bool
- func (o *PostCoachingAppointmentsCreated) IsRedirect() bool
- func (o *PostCoachingAppointmentsCreated) IsServerError() bool
- func (o *PostCoachingAppointmentsCreated) IsSuccess() bool
- func (o *PostCoachingAppointmentsCreated) String() string
- type PostCoachingAppointmentsForbidden
- func (o *PostCoachingAppointmentsForbidden) Error() string
- func (o *PostCoachingAppointmentsForbidden) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsForbidden) IsClientError() bool
- func (o *PostCoachingAppointmentsForbidden) IsCode(code int) bool
- func (o *PostCoachingAppointmentsForbidden) IsRedirect() bool
- func (o *PostCoachingAppointmentsForbidden) IsServerError() bool
- func (o *PostCoachingAppointmentsForbidden) IsSuccess() bool
- func (o *PostCoachingAppointmentsForbidden) String() string
- type PostCoachingAppointmentsGatewayTimeout
- func (o *PostCoachingAppointmentsGatewayTimeout) Error() string
- func (o *PostCoachingAppointmentsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsGatewayTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentsGatewayTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentsGatewayTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentsGatewayTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentsGatewayTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentsGatewayTimeout) String() string
- type PostCoachingAppointmentsInternalServerError
- func (o *PostCoachingAppointmentsInternalServerError) Error() string
- func (o *PostCoachingAppointmentsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsInternalServerError) IsClientError() bool
- func (o *PostCoachingAppointmentsInternalServerError) IsCode(code int) bool
- func (o *PostCoachingAppointmentsInternalServerError) IsRedirect() bool
- func (o *PostCoachingAppointmentsInternalServerError) IsServerError() bool
- func (o *PostCoachingAppointmentsInternalServerError) IsSuccess() bool
- func (o *PostCoachingAppointmentsInternalServerError) String() string
- type PostCoachingAppointmentsNotFound
- func (o *PostCoachingAppointmentsNotFound) Error() string
- func (o *PostCoachingAppointmentsNotFound) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsNotFound) IsClientError() bool
- func (o *PostCoachingAppointmentsNotFound) IsCode(code int) bool
- func (o *PostCoachingAppointmentsNotFound) IsRedirect() bool
- func (o *PostCoachingAppointmentsNotFound) IsServerError() bool
- func (o *PostCoachingAppointmentsNotFound) IsSuccess() bool
- func (o *PostCoachingAppointmentsNotFound) String() string
- type PostCoachingAppointmentsParams
- func NewPostCoachingAppointmentsParams() *PostCoachingAppointmentsParams
- func NewPostCoachingAppointmentsParamsWithContext(ctx context.Context) *PostCoachingAppointmentsParams
- func NewPostCoachingAppointmentsParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentsParams
- func NewPostCoachingAppointmentsParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentsParams
- func (o *PostCoachingAppointmentsParams) SetBody(body *models.CreateCoachingAppointmentRequest)
- func (o *PostCoachingAppointmentsParams) SetContext(ctx context.Context)
- func (o *PostCoachingAppointmentsParams) SetDefaults()
- func (o *PostCoachingAppointmentsParams) SetHTTPClient(client *http.Client)
- func (o *PostCoachingAppointmentsParams) SetTimeout(timeout time.Duration)
- func (o *PostCoachingAppointmentsParams) WithBody(body *models.CreateCoachingAppointmentRequest) *PostCoachingAppointmentsParams
- func (o *PostCoachingAppointmentsParams) WithContext(ctx context.Context) *PostCoachingAppointmentsParams
- func (o *PostCoachingAppointmentsParams) WithDefaults() *PostCoachingAppointmentsParams
- func (o *PostCoachingAppointmentsParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentsParams
- func (o *PostCoachingAppointmentsParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentsParams
- func (o *PostCoachingAppointmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostCoachingAppointmentsReader
- type PostCoachingAppointmentsRequestEntityTooLarge
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) Error() string
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsClientError() bool
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsServerError() bool
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostCoachingAppointmentsRequestEntityTooLarge) String() string
- type PostCoachingAppointmentsRequestTimeout
- func (o *PostCoachingAppointmentsRequestTimeout) Error() string
- func (o *PostCoachingAppointmentsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsRequestTimeout) IsClientError() bool
- func (o *PostCoachingAppointmentsRequestTimeout) IsCode(code int) bool
- func (o *PostCoachingAppointmentsRequestTimeout) IsRedirect() bool
- func (o *PostCoachingAppointmentsRequestTimeout) IsServerError() bool
- func (o *PostCoachingAppointmentsRequestTimeout) IsSuccess() bool
- func (o *PostCoachingAppointmentsRequestTimeout) String() string
- type PostCoachingAppointmentsServiceUnavailable
- func (o *PostCoachingAppointmentsServiceUnavailable) Error() string
- func (o *PostCoachingAppointmentsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsServiceUnavailable) IsClientError() bool
- func (o *PostCoachingAppointmentsServiceUnavailable) IsCode(code int) bool
- func (o *PostCoachingAppointmentsServiceUnavailable) IsRedirect() bool
- func (o *PostCoachingAppointmentsServiceUnavailable) IsServerError() bool
- func (o *PostCoachingAppointmentsServiceUnavailable) IsSuccess() bool
- func (o *PostCoachingAppointmentsServiceUnavailable) String() string
- type PostCoachingAppointmentsTooManyRequests
- func (o *PostCoachingAppointmentsTooManyRequests) Error() string
- func (o *PostCoachingAppointmentsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsTooManyRequests) IsClientError() bool
- func (o *PostCoachingAppointmentsTooManyRequests) IsCode(code int) bool
- func (o *PostCoachingAppointmentsTooManyRequests) IsRedirect() bool
- func (o *PostCoachingAppointmentsTooManyRequests) IsServerError() bool
- func (o *PostCoachingAppointmentsTooManyRequests) IsSuccess() bool
- func (o *PostCoachingAppointmentsTooManyRequests) String() string
- type PostCoachingAppointmentsUnauthorized
- func (o *PostCoachingAppointmentsUnauthorized) Error() string
- func (o *PostCoachingAppointmentsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsUnauthorized) IsClientError() bool
- func (o *PostCoachingAppointmentsUnauthorized) IsCode(code int) bool
- func (o *PostCoachingAppointmentsUnauthorized) IsRedirect() bool
- func (o *PostCoachingAppointmentsUnauthorized) IsServerError() bool
- func (o *PostCoachingAppointmentsUnauthorized) IsSuccess() bool
- func (o *PostCoachingAppointmentsUnauthorized) String() string
- type PostCoachingAppointmentsUnsupportedMediaType
- func (o *PostCoachingAppointmentsUnsupportedMediaType) Error() string
- func (o *PostCoachingAppointmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostCoachingAppointmentsUnsupportedMediaType) IsClientError() bool
- func (o *PostCoachingAppointmentsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostCoachingAppointmentsUnsupportedMediaType) IsRedirect() bool
- func (o *PostCoachingAppointmentsUnsupportedMediaType) IsServerError() bool
- func (o *PostCoachingAppointmentsUnsupportedMediaType) IsSuccess() bool
- func (o *PostCoachingAppointmentsUnsupportedMediaType) String() string
- type PostCoachingScheduleslotsQueryBadRequest
- func (o *PostCoachingScheduleslotsQueryBadRequest) Error() string
- func (o *PostCoachingScheduleslotsQueryBadRequest) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryBadRequest) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryBadRequest) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryBadRequest) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryBadRequest) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryBadRequest) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryBadRequest) String() string
- type PostCoachingScheduleslotsQueryForbidden
- func (o *PostCoachingScheduleslotsQueryForbidden) Error() string
- func (o *PostCoachingScheduleslotsQueryForbidden) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryForbidden) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryForbidden) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryForbidden) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryForbidden) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryForbidden) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryForbidden) String() string
- type PostCoachingScheduleslotsQueryGatewayTimeout
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) Error() string
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryGatewayTimeout) String() string
- type PostCoachingScheduleslotsQueryInternalServerError
- func (o *PostCoachingScheduleslotsQueryInternalServerError) Error() string
- func (o *PostCoachingScheduleslotsQueryInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryInternalServerError) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryInternalServerError) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryInternalServerError) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryInternalServerError) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryInternalServerError) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryInternalServerError) String() string
- type PostCoachingScheduleslotsQueryNotFound
- func (o *PostCoachingScheduleslotsQueryNotFound) Error() string
- func (o *PostCoachingScheduleslotsQueryNotFound) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryNotFound) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryNotFound) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryNotFound) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryNotFound) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryNotFound) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryNotFound) String() string
- type PostCoachingScheduleslotsQueryOK
- func (o *PostCoachingScheduleslotsQueryOK) Error() string
- func (o *PostCoachingScheduleslotsQueryOK) GetPayload() *models.CoachingSlotsResponse
- func (o *PostCoachingScheduleslotsQueryOK) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryOK) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryOK) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryOK) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryOK) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryOK) String() string
- type PostCoachingScheduleslotsQueryParams
- func NewPostCoachingScheduleslotsQueryParams() *PostCoachingScheduleslotsQueryParams
- func NewPostCoachingScheduleslotsQueryParamsWithContext(ctx context.Context) *PostCoachingScheduleslotsQueryParams
- func NewPostCoachingScheduleslotsQueryParamsWithHTTPClient(client *http.Client) *PostCoachingScheduleslotsQueryParams
- func NewPostCoachingScheduleslotsQueryParamsWithTimeout(timeout time.Duration) *PostCoachingScheduleslotsQueryParams
- func (o *PostCoachingScheduleslotsQueryParams) SetBody(body *models.CoachingSlotsRequest)
- func (o *PostCoachingScheduleslotsQueryParams) SetContext(ctx context.Context)
- func (o *PostCoachingScheduleslotsQueryParams) SetDefaults()
- func (o *PostCoachingScheduleslotsQueryParams) SetHTTPClient(client *http.Client)
- func (o *PostCoachingScheduleslotsQueryParams) SetTimeout(timeout time.Duration)
- func (o *PostCoachingScheduleslotsQueryParams) WithBody(body *models.CoachingSlotsRequest) *PostCoachingScheduleslotsQueryParams
- func (o *PostCoachingScheduleslotsQueryParams) WithContext(ctx context.Context) *PostCoachingScheduleslotsQueryParams
- func (o *PostCoachingScheduleslotsQueryParams) WithDefaults() *PostCoachingScheduleslotsQueryParams
- func (o *PostCoachingScheduleslotsQueryParams) WithHTTPClient(client *http.Client) *PostCoachingScheduleslotsQueryParams
- func (o *PostCoachingScheduleslotsQueryParams) WithTimeout(timeout time.Duration) *PostCoachingScheduleslotsQueryParams
- func (o *PostCoachingScheduleslotsQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostCoachingScheduleslotsQueryReader
- type PostCoachingScheduleslotsQueryRequestEntityTooLarge
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) Error() string
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) String() string
- type PostCoachingScheduleslotsQueryRequestTimeout
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) Error() string
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryRequestTimeout) String() string
- type PostCoachingScheduleslotsQueryServiceUnavailable
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) Error() string
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryServiceUnavailable) String() string
- type PostCoachingScheduleslotsQueryTooManyRequests
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) Error() string
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryTooManyRequests) String() string
- type PostCoachingScheduleslotsQueryUnauthorized
- func (o *PostCoachingScheduleslotsQueryUnauthorized) Error() string
- func (o *PostCoachingScheduleslotsQueryUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryUnauthorized) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryUnauthorized) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryUnauthorized) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryUnauthorized) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryUnauthorized) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryUnauthorized) String() string
- type PostCoachingScheduleslotsQueryUnsupportedMediaType
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) Error() string
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsClientError() bool
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsCode(code int) bool
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsRedirect() bool
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsServerError() bool
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsSuccess() bool
- func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
/*
DeleteCoachingAppointment deletes an existing appointment
Permission not required if you are the creator of the appointment
*/
DeleteCoachingAppointment(ctx context.Context, params *DeleteCoachingAppointmentParams) (*DeleteCoachingAppointmentAccepted, *DeleteCoachingAppointmentNoContent, error)
/*
DeleteCoachingAppointmentAnnotation deletes an existing annotation
You must have the appropriate permission for the type of annotation you are updating. Permission not required if you are the creator or facilitator of the appointment
*/
DeleteCoachingAppointmentAnnotation(ctx context.Context, params *DeleteCoachingAppointmentAnnotationParams) (*DeleteCoachingAppointmentAnnotationNoContent, error)
/*
GetCoachingAppointment retrieves an appointment
Permission not required if you are the attendee, creator or facilitator of the appointment
*/
GetCoachingAppointment(ctx context.Context, params *GetCoachingAppointmentParams) (*GetCoachingAppointmentOK, error)
/*
GetCoachingAppointmentAnnotation retrieves an annotation
You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can view private annotations).
*/
GetCoachingAppointmentAnnotation(ctx context.Context, params *GetCoachingAppointmentAnnotationParams) (*GetCoachingAppointmentAnnotationOK, error)
/*
GetCoachingAppointmentAnnotations gets a list of annotations
You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can view private annotations).
*/
GetCoachingAppointmentAnnotations(ctx context.Context, params *GetCoachingAppointmentAnnotationsParams) (*GetCoachingAppointmentAnnotationsOK, error)
/*
GetCoachingAppointmentStatuses gets the list of status changes for a coaching appointment
Permission not required if you are an attendee, creator or facilitator of the appointment
*/
GetCoachingAppointmentStatuses(ctx context.Context, params *GetCoachingAppointmentStatusesParams) (*GetCoachingAppointmentStatusesOK, error)
/*
GetCoachingAppointments gets appointments for users and optional date range
*/
GetCoachingAppointments(ctx context.Context, params *GetCoachingAppointmentsParams) (*GetCoachingAppointmentsOK, error)
/*
GetCoachingAppointmentsMe gets my appointments for a given date range
*/
GetCoachingAppointmentsMe(ctx context.Context, params *GetCoachingAppointmentsMeParams) (*GetCoachingAppointmentsMeOK, error)
/*
GetCoachingNotification gets an existing notification
Permission not required if you are the owner of the notification.
*/
GetCoachingNotification(ctx context.Context, params *GetCoachingNotificationParams) (*GetCoachingNotificationOK, error)
/*
GetCoachingNotifications retrieves the list of your notifications
*/
GetCoachingNotifications(ctx context.Context, params *GetCoachingNotificationsParams) (*GetCoachingNotificationsOK, error)
/*
PatchCoachingAppointment updates an existing appointment
Permission not required if you are the creator or facilitator of the appointment
*/
PatchCoachingAppointment(ctx context.Context, params *PatchCoachingAppointmentParams) (*PatchCoachingAppointmentOK, *PatchCoachingAppointmentAccepted, error)
/*
PatchCoachingAppointmentAnnotation updates an existing annotation
You must have the appropriate permission for the type of annotation you are updating. Permission not required if you are the creator or facilitator of the appointment
*/
PatchCoachingAppointmentAnnotation(ctx context.Context, params *PatchCoachingAppointmentAnnotationParams) (*PatchCoachingAppointmentAnnotationOK, error)
/*
PatchCoachingAppointmentStatus updates the status of a coaching appointment
Permission not required if you are an attendee, creator or facilitator of the appointment
*/
PatchCoachingAppointmentStatus(ctx context.Context, params *PatchCoachingAppointmentStatusParams) (*PatchCoachingAppointmentStatusOK, error)
/*
PatchCoachingNotification updates an existing notification
Can only update your own notifications.
*/
PatchCoachingNotification(ctx context.Context, params *PatchCoachingNotificationParams) (*PatchCoachingNotificationOK, error)
/*
PostCoachingAppointmentAnnotations creates a new annotation
You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can create private annotations).
*/
PostCoachingAppointmentAnnotations(ctx context.Context, params *PostCoachingAppointmentAnnotationsParams) (*PostCoachingAppointmentAnnotationsCreated, error)
/*
PostCoachingAppointmentConversations adds a conversation to an appointment
Permission not required if you are the creator or facilitator of the appointment
*/
PostCoachingAppointmentConversations(ctx context.Context, params *PostCoachingAppointmentConversationsParams) (*PostCoachingAppointmentConversationsOK, error)
/*
PostCoachingAppointments creates a new appointment
*/
PostCoachingAppointments(ctx context.Context, params *PostCoachingAppointmentsParams) (*PostCoachingAppointmentsCreated, *PostCoachingAppointmentsAccepted, error)
/*
PostCoachingAppointmentsAggregatesQuery retrieves aggregated appointment data
*/
PostCoachingAppointmentsAggregatesQuery(ctx context.Context, params *PostCoachingAppointmentsAggregatesQueryParams) (*PostCoachingAppointmentsAggregatesQueryOK, error)
/*
PostCoachingScheduleslotsQuery gets list of possible slots where a coaching appointment can be scheduled
*/
PostCoachingScheduleslotsQuery(ctx context.Context, params *PostCoachingScheduleslotsQueryParams) (*PostCoachingScheduleslotsQueryOK, error)
}
API is the interface of the coaching client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for coaching API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new coaching API client.
func (*Client) DeleteCoachingAppointment ¶
func (a *Client) DeleteCoachingAppointment(ctx context.Context, params *DeleteCoachingAppointmentParams) (*DeleteCoachingAppointmentAccepted, *DeleteCoachingAppointmentNoContent, error)
DeleteCoachingAppointment deletes an existing appointment
Permission not required if you are the creator of the appointment
func (*Client) DeleteCoachingAppointmentAnnotation ¶
func (a *Client) DeleteCoachingAppointmentAnnotation(ctx context.Context, params *DeleteCoachingAppointmentAnnotationParams) (*DeleteCoachingAppointmentAnnotationNoContent, error)
DeleteCoachingAppointmentAnnotation deletes an existing annotation
You must have the appropriate permission for the type of annotation you are updating. Permission not required if you are the creator or facilitator of the appointment
func (*Client) GetCoachingAppointment ¶
func (a *Client) GetCoachingAppointment(ctx context.Context, params *GetCoachingAppointmentParams) (*GetCoachingAppointmentOK, error)
GetCoachingAppointment retrieves an appointment
Permission not required if you are the attendee, creator or facilitator of the appointment
func (*Client) GetCoachingAppointmentAnnotation ¶
func (a *Client) GetCoachingAppointmentAnnotation(ctx context.Context, params *GetCoachingAppointmentAnnotationParams) (*GetCoachingAppointmentAnnotationOK, error)
GetCoachingAppointmentAnnotation retrieves an annotation
You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can view private annotations).
func (*Client) GetCoachingAppointmentAnnotations ¶
func (a *Client) GetCoachingAppointmentAnnotations(ctx context.Context, params *GetCoachingAppointmentAnnotationsParams) (*GetCoachingAppointmentAnnotationsOK, error)
GetCoachingAppointmentAnnotations gets a list of annotations
You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can view private annotations).
func (*Client) GetCoachingAppointmentStatuses ¶
func (a *Client) GetCoachingAppointmentStatuses(ctx context.Context, params *GetCoachingAppointmentStatusesParams) (*GetCoachingAppointmentStatusesOK, error)
GetCoachingAppointmentStatuses gets the list of status changes for a coaching appointment
Permission not required if you are an attendee, creator or facilitator of the appointment
func (*Client) GetCoachingAppointments ¶
func (a *Client) GetCoachingAppointments(ctx context.Context, params *GetCoachingAppointmentsParams) (*GetCoachingAppointmentsOK, error)
GetCoachingAppointments gets appointments for users and optional date range
func (*Client) GetCoachingAppointmentsMe ¶
func (a *Client) GetCoachingAppointmentsMe(ctx context.Context, params *GetCoachingAppointmentsMeParams) (*GetCoachingAppointmentsMeOK, error)
GetCoachingAppointmentsMe gets my appointments for a given date range
func (*Client) GetCoachingNotification ¶
func (a *Client) GetCoachingNotification(ctx context.Context, params *GetCoachingNotificationParams) (*GetCoachingNotificationOK, error)
GetCoachingNotification gets an existing notification
Permission not required if you are the owner of the notification.
func (*Client) GetCoachingNotifications ¶
func (a *Client) GetCoachingNotifications(ctx context.Context, params *GetCoachingNotificationsParams) (*GetCoachingNotificationsOK, error)
GetCoachingNotifications retrieves the list of your notifications
func (*Client) PatchCoachingAppointment ¶
func (a *Client) PatchCoachingAppointment(ctx context.Context, params *PatchCoachingAppointmentParams) (*PatchCoachingAppointmentOK, *PatchCoachingAppointmentAccepted, error)
PatchCoachingAppointment updates an existing appointment
Permission not required if you are the creator or facilitator of the appointment
func (*Client) PatchCoachingAppointmentAnnotation ¶
func (a *Client) PatchCoachingAppointmentAnnotation(ctx context.Context, params *PatchCoachingAppointmentAnnotationParams) (*PatchCoachingAppointmentAnnotationOK, error)
PatchCoachingAppointmentAnnotation updates an existing annotation
You must have the appropriate permission for the type of annotation you are updating. Permission not required if you are the creator or facilitator of the appointment
func (*Client) PatchCoachingAppointmentStatus ¶
func (a *Client) PatchCoachingAppointmentStatus(ctx context.Context, params *PatchCoachingAppointmentStatusParams) (*PatchCoachingAppointmentStatusOK, error)
PatchCoachingAppointmentStatus updates the status of a coaching appointment
Permission not required if you are an attendee, creator or facilitator of the appointment
func (*Client) PatchCoachingNotification ¶
func (a *Client) PatchCoachingNotification(ctx context.Context, params *PatchCoachingNotificationParams) (*PatchCoachingNotificationOK, error)
PatchCoachingNotification updates an existing notification
Can only update your own notifications.
func (*Client) PostCoachingAppointmentAnnotations ¶
func (a *Client) PostCoachingAppointmentAnnotations(ctx context.Context, params *PostCoachingAppointmentAnnotationsParams) (*PostCoachingAppointmentAnnotationsCreated, error)
PostCoachingAppointmentAnnotations creates a new annotation
You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can create private annotations).
func (*Client) PostCoachingAppointmentConversations ¶
func (a *Client) PostCoachingAppointmentConversations(ctx context.Context, params *PostCoachingAppointmentConversationsParams) (*PostCoachingAppointmentConversationsOK, error)
PostCoachingAppointmentConversations adds a conversation to an appointment
Permission not required if you are the creator or facilitator of the appointment
func (*Client) PostCoachingAppointments ¶
func (a *Client) PostCoachingAppointments(ctx context.Context, params *PostCoachingAppointmentsParams) (*PostCoachingAppointmentsCreated, *PostCoachingAppointmentsAccepted, error)
PostCoachingAppointments creates a new appointment
func (*Client) PostCoachingAppointmentsAggregatesQuery ¶
func (a *Client) PostCoachingAppointmentsAggregatesQuery(ctx context.Context, params *PostCoachingAppointmentsAggregatesQueryParams) (*PostCoachingAppointmentsAggregatesQueryOK, error)
PostCoachingAppointmentsAggregatesQuery retrieves aggregated appointment data
func (*Client) PostCoachingScheduleslotsQuery ¶
func (a *Client) PostCoachingScheduleslotsQuery(ctx context.Context, params *PostCoachingScheduleslotsQueryParams) (*PostCoachingScheduleslotsQueryOK, error)
PostCoachingScheduleslotsQuery gets list of possible slots where a coaching appointment can be scheduled
type DeleteCoachingAppointmentAccepted ¶
type DeleteCoachingAppointmentAccepted struct {
Payload *models.CoachingAppointmentReference
}
DeleteCoachingAppointmentAccepted describes a response with status code 202, with default header values.
Appointment delete request accepted.
func NewDeleteCoachingAppointmentAccepted ¶
func NewDeleteCoachingAppointmentAccepted() *DeleteCoachingAppointmentAccepted
NewDeleteCoachingAppointmentAccepted creates a DeleteCoachingAppointmentAccepted with default headers values
func (*DeleteCoachingAppointmentAccepted) Error ¶
func (o *DeleteCoachingAppointmentAccepted) Error() string
func (*DeleteCoachingAppointmentAccepted) GetPayload ¶
func (o *DeleteCoachingAppointmentAccepted) GetPayload() *models.CoachingAppointmentReference
func (*DeleteCoachingAppointmentAccepted) IsClientError ¶
func (o *DeleteCoachingAppointmentAccepted) IsClientError() bool
IsClientError returns true when this delete coaching appointment accepted response has a 4xx status code
func (*DeleteCoachingAppointmentAccepted) IsCode ¶
func (o *DeleteCoachingAppointmentAccepted) IsCode(code int) bool
IsCode returns true when this delete coaching appointment accepted response a status code equal to that given
func (*DeleteCoachingAppointmentAccepted) IsRedirect ¶
func (o *DeleteCoachingAppointmentAccepted) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment accepted response has a 3xx status code
func (*DeleteCoachingAppointmentAccepted) IsServerError ¶
func (o *DeleteCoachingAppointmentAccepted) IsServerError() bool
IsServerError returns true when this delete coaching appointment accepted response has a 5xx status code
func (*DeleteCoachingAppointmentAccepted) IsSuccess ¶
func (o *DeleteCoachingAppointmentAccepted) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment accepted response has a 2xx status code
func (*DeleteCoachingAppointmentAccepted) String ¶
func (o *DeleteCoachingAppointmentAccepted) String() string
type DeleteCoachingAppointmentAnnotationBadRequest ¶
DeleteCoachingAppointmentAnnotationBadRequest 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 NewDeleteCoachingAppointmentAnnotationBadRequest ¶
func NewDeleteCoachingAppointmentAnnotationBadRequest() *DeleteCoachingAppointmentAnnotationBadRequest
NewDeleteCoachingAppointmentAnnotationBadRequest creates a DeleteCoachingAppointmentAnnotationBadRequest with default headers values
func (*DeleteCoachingAppointmentAnnotationBadRequest) Error ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) Error() string
func (*DeleteCoachingAppointmentAnnotationBadRequest) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationBadRequest) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation bad request response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationBadRequest) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation bad request response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationBadRequest) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation bad request response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationBadRequest) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation bad request response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationBadRequest) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation bad request response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationBadRequest) String ¶
func (o *DeleteCoachingAppointmentAnnotationBadRequest) String() string
type DeleteCoachingAppointmentAnnotationForbidden ¶
DeleteCoachingAppointmentAnnotationForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteCoachingAppointmentAnnotationForbidden ¶
func NewDeleteCoachingAppointmentAnnotationForbidden() *DeleteCoachingAppointmentAnnotationForbidden
NewDeleteCoachingAppointmentAnnotationForbidden creates a DeleteCoachingAppointmentAnnotationForbidden with default headers values
func (*DeleteCoachingAppointmentAnnotationForbidden) Error ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) Error() string
func (*DeleteCoachingAppointmentAnnotationForbidden) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationForbidden) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation forbidden response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationForbidden) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation forbidden response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationForbidden) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation forbidden response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationForbidden) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation forbidden response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationForbidden) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation forbidden response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationForbidden) String ¶
func (o *DeleteCoachingAppointmentAnnotationForbidden) String() string
type DeleteCoachingAppointmentAnnotationGatewayTimeout ¶
DeleteCoachingAppointmentAnnotationGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteCoachingAppointmentAnnotationGatewayTimeout ¶
func NewDeleteCoachingAppointmentAnnotationGatewayTimeout() *DeleteCoachingAppointmentAnnotationGatewayTimeout
NewDeleteCoachingAppointmentAnnotationGatewayTimeout creates a DeleteCoachingAppointmentAnnotationGatewayTimeout with default headers values
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) Error ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) Error() string
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation gateway timeout response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation gateway timeout response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation gateway timeout response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation gateway timeout response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation gateway timeout response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationGatewayTimeout) String ¶
func (o *DeleteCoachingAppointmentAnnotationGatewayTimeout) String() string
type DeleteCoachingAppointmentAnnotationInternalServerError ¶
DeleteCoachingAppointmentAnnotationInternalServerError 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 NewDeleteCoachingAppointmentAnnotationInternalServerError ¶
func NewDeleteCoachingAppointmentAnnotationInternalServerError() *DeleteCoachingAppointmentAnnotationInternalServerError
NewDeleteCoachingAppointmentAnnotationInternalServerError creates a DeleteCoachingAppointmentAnnotationInternalServerError with default headers values
func (*DeleteCoachingAppointmentAnnotationInternalServerError) Error ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) Error() string
func (*DeleteCoachingAppointmentAnnotationInternalServerError) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationInternalServerError) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation internal server error response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationInternalServerError) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation internal server error response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationInternalServerError) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation internal server error response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationInternalServerError) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation internal server error response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationInternalServerError) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation internal server error response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationInternalServerError) String ¶
func (o *DeleteCoachingAppointmentAnnotationInternalServerError) String() string
type DeleteCoachingAppointmentAnnotationNoContent ¶
type DeleteCoachingAppointmentAnnotationNoContent struct {
}
DeleteCoachingAppointmentAnnotationNoContent describes a response with status code 204, with default header values.
Annotation deleted
func NewDeleteCoachingAppointmentAnnotationNoContent ¶
func NewDeleteCoachingAppointmentAnnotationNoContent() *DeleteCoachingAppointmentAnnotationNoContent
NewDeleteCoachingAppointmentAnnotationNoContent creates a DeleteCoachingAppointmentAnnotationNoContent with default headers values
func (*DeleteCoachingAppointmentAnnotationNoContent) Error ¶
func (o *DeleteCoachingAppointmentAnnotationNoContent) Error() string
func (*DeleteCoachingAppointmentAnnotationNoContent) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationNoContent) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation no content response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationNoContent) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationNoContent) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation no content response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationNoContent) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationNoContent) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation no content response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationNoContent) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationNoContent) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation no content response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationNoContent) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationNoContent) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation no content response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationNoContent) String ¶
func (o *DeleteCoachingAppointmentAnnotationNoContent) String() string
type DeleteCoachingAppointmentAnnotationNotFound ¶
DeleteCoachingAppointmentAnnotationNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteCoachingAppointmentAnnotationNotFound ¶
func NewDeleteCoachingAppointmentAnnotationNotFound() *DeleteCoachingAppointmentAnnotationNotFound
NewDeleteCoachingAppointmentAnnotationNotFound creates a DeleteCoachingAppointmentAnnotationNotFound with default headers values
func (*DeleteCoachingAppointmentAnnotationNotFound) Error ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) Error() string
func (*DeleteCoachingAppointmentAnnotationNotFound) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationNotFound) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation not found response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationNotFound) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation not found response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationNotFound) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation not found response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationNotFound) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation not found response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationNotFound) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation not found response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationNotFound) String ¶
func (o *DeleteCoachingAppointmentAnnotationNotFound) String() string
type DeleteCoachingAppointmentAnnotationParams ¶
type DeleteCoachingAppointmentAnnotationParams struct {
/* AnnotationID.
The ID of the annotation.
*/
AnnotationID string
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteCoachingAppointmentAnnotationParams contains all the parameters to send to the API endpoint
for the delete coaching appointment annotation operation. Typically these are written to a http.Request.
func NewDeleteCoachingAppointmentAnnotationParams ¶
func NewDeleteCoachingAppointmentAnnotationParams() *DeleteCoachingAppointmentAnnotationParams
NewDeleteCoachingAppointmentAnnotationParams creates a new DeleteCoachingAppointmentAnnotationParams 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 NewDeleteCoachingAppointmentAnnotationParamsWithContext ¶
func NewDeleteCoachingAppointmentAnnotationParamsWithContext(ctx context.Context) *DeleteCoachingAppointmentAnnotationParams
NewDeleteCoachingAppointmentAnnotationParamsWithContext creates a new DeleteCoachingAppointmentAnnotationParams object with the ability to set a context for a request.
func NewDeleteCoachingAppointmentAnnotationParamsWithHTTPClient ¶
func NewDeleteCoachingAppointmentAnnotationParamsWithHTTPClient(client *http.Client) *DeleteCoachingAppointmentAnnotationParams
NewDeleteCoachingAppointmentAnnotationParamsWithHTTPClient creates a new DeleteCoachingAppointmentAnnotationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteCoachingAppointmentAnnotationParamsWithTimeout ¶
func NewDeleteCoachingAppointmentAnnotationParamsWithTimeout(timeout time.Duration) *DeleteCoachingAppointmentAnnotationParams
NewDeleteCoachingAppointmentAnnotationParamsWithTimeout creates a new DeleteCoachingAppointmentAnnotationParams object with the ability to set a timeout on a request.
func (*DeleteCoachingAppointmentAnnotationParams) SetAnnotationID ¶
func (o *DeleteCoachingAppointmentAnnotationParams) SetAnnotationID(annotationID string)
SetAnnotationID adds the annotationId to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) SetAppointmentID ¶
func (o *DeleteCoachingAppointmentAnnotationParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) SetContext ¶
func (o *DeleteCoachingAppointmentAnnotationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) SetDefaults ¶
func (o *DeleteCoachingAppointmentAnnotationParams) SetDefaults()
SetDefaults hydrates default values in the delete coaching appointment annotation params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCoachingAppointmentAnnotationParams) SetHTTPClient ¶
func (o *DeleteCoachingAppointmentAnnotationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) SetTimeout ¶
func (o *DeleteCoachingAppointmentAnnotationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) WithAnnotationID ¶
func (o *DeleteCoachingAppointmentAnnotationParams) WithAnnotationID(annotationID string) *DeleteCoachingAppointmentAnnotationParams
WithAnnotationID adds the annotationID to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) WithAppointmentID ¶
func (o *DeleteCoachingAppointmentAnnotationParams) WithAppointmentID(appointmentID string) *DeleteCoachingAppointmentAnnotationParams
WithAppointmentID adds the appointmentID to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) WithContext ¶
func (o *DeleteCoachingAppointmentAnnotationParams) WithContext(ctx context.Context) *DeleteCoachingAppointmentAnnotationParams
WithContext adds the context to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) WithDefaults ¶
func (o *DeleteCoachingAppointmentAnnotationParams) WithDefaults() *DeleteCoachingAppointmentAnnotationParams
WithDefaults hydrates default values in the delete coaching appointment annotation params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCoachingAppointmentAnnotationParams) WithHTTPClient ¶
func (o *DeleteCoachingAppointmentAnnotationParams) WithHTTPClient(client *http.Client) *DeleteCoachingAppointmentAnnotationParams
WithHTTPClient adds the HTTPClient to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) WithTimeout ¶
func (o *DeleteCoachingAppointmentAnnotationParams) WithTimeout(timeout time.Duration) *DeleteCoachingAppointmentAnnotationParams
WithTimeout adds the timeout to the delete coaching appointment annotation params
func (*DeleteCoachingAppointmentAnnotationParams) WriteToRequest ¶
func (o *DeleteCoachingAppointmentAnnotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCoachingAppointmentAnnotationReader ¶
type DeleteCoachingAppointmentAnnotationReader struct {
// contains filtered or unexported fields
}
DeleteCoachingAppointmentAnnotationReader is a Reader for the DeleteCoachingAppointmentAnnotation structure.
func (*DeleteCoachingAppointmentAnnotationReader) ReadResponse ¶
func (o *DeleteCoachingAppointmentAnnotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCoachingAppointmentAnnotationRequestEntityTooLarge ¶
DeleteCoachingAppointmentAnnotationRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteCoachingAppointmentAnnotationRequestEntityTooLarge ¶
func NewDeleteCoachingAppointmentAnnotationRequestEntityTooLarge() *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge
NewDeleteCoachingAppointmentAnnotationRequestEntityTooLarge creates a DeleteCoachingAppointmentAnnotationRequestEntityTooLarge with default headers values
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) Error ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) Error() string
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation request entity too large response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation request entity too large response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation request entity too large response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation request entity too large response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation request entity too large response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) String ¶
func (o *DeleteCoachingAppointmentAnnotationRequestEntityTooLarge) String() string
type DeleteCoachingAppointmentAnnotationRequestTimeout ¶
DeleteCoachingAppointmentAnnotationRequestTimeout 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 NewDeleteCoachingAppointmentAnnotationRequestTimeout ¶
func NewDeleteCoachingAppointmentAnnotationRequestTimeout() *DeleteCoachingAppointmentAnnotationRequestTimeout
NewDeleteCoachingAppointmentAnnotationRequestTimeout creates a DeleteCoachingAppointmentAnnotationRequestTimeout with default headers values
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) Error ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) Error() string
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation request timeout response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation request timeout response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation request timeout response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation request timeout response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation request timeout response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationRequestTimeout) String ¶
func (o *DeleteCoachingAppointmentAnnotationRequestTimeout) String() string
type DeleteCoachingAppointmentAnnotationServiceUnavailable ¶
type DeleteCoachingAppointmentAnnotationServiceUnavailable struct {
}
DeleteCoachingAppointmentAnnotationServiceUnavailable 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 NewDeleteCoachingAppointmentAnnotationServiceUnavailable ¶
func NewDeleteCoachingAppointmentAnnotationServiceUnavailable() *DeleteCoachingAppointmentAnnotationServiceUnavailable
NewDeleteCoachingAppointmentAnnotationServiceUnavailable creates a DeleteCoachingAppointmentAnnotationServiceUnavailable with default headers values
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) Error ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) Error() string
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation service unavailable response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation service unavailable response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation service unavailable response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation service unavailable response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation service unavailable response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationServiceUnavailable) String ¶
func (o *DeleteCoachingAppointmentAnnotationServiceUnavailable) String() string
type DeleteCoachingAppointmentAnnotationTooManyRequests ¶
DeleteCoachingAppointmentAnnotationTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteCoachingAppointmentAnnotationTooManyRequests ¶
func NewDeleteCoachingAppointmentAnnotationTooManyRequests() *DeleteCoachingAppointmentAnnotationTooManyRequests
NewDeleteCoachingAppointmentAnnotationTooManyRequests creates a DeleteCoachingAppointmentAnnotationTooManyRequests with default headers values
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) Error ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) Error() string
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation too many requests response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation too many requests response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation too many requests response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation too many requests response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation too many requests response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationTooManyRequests) String ¶
func (o *DeleteCoachingAppointmentAnnotationTooManyRequests) String() string
type DeleteCoachingAppointmentAnnotationUnauthorized ¶
type DeleteCoachingAppointmentAnnotationUnauthorized struct {
}
DeleteCoachingAppointmentAnnotationUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteCoachingAppointmentAnnotationUnauthorized ¶
func NewDeleteCoachingAppointmentAnnotationUnauthorized() *DeleteCoachingAppointmentAnnotationUnauthorized
NewDeleteCoachingAppointmentAnnotationUnauthorized creates a DeleteCoachingAppointmentAnnotationUnauthorized with default headers values
func (*DeleteCoachingAppointmentAnnotationUnauthorized) Error ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) Error() string
func (*DeleteCoachingAppointmentAnnotationUnauthorized) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationUnauthorized) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation unauthorized response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationUnauthorized) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation unauthorized response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationUnauthorized) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation unauthorized response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationUnauthorized) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation unauthorized response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationUnauthorized) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation unauthorized response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationUnauthorized) String ¶
func (o *DeleteCoachingAppointmentAnnotationUnauthorized) String() string
type DeleteCoachingAppointmentAnnotationUnsupportedMediaType ¶
DeleteCoachingAppointmentAnnotationUnsupportedMediaType 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 NewDeleteCoachingAppointmentAnnotationUnsupportedMediaType ¶
func NewDeleteCoachingAppointmentAnnotationUnsupportedMediaType() *DeleteCoachingAppointmentAnnotationUnsupportedMediaType
NewDeleteCoachingAppointmentAnnotationUnsupportedMediaType creates a DeleteCoachingAppointmentAnnotationUnsupportedMediaType with default headers values
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) Error ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) Error() string
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete coaching appointment annotation unsupported media type response has a 4xx status code
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsCode ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete coaching appointment annotation unsupported media type response a status code equal to that given
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment annotation unsupported media type response has a 3xx status code
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete coaching appointment annotation unsupported media type response has a 5xx status code
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment annotation unsupported media type response has a 2xx status code
func (*DeleteCoachingAppointmentAnnotationUnsupportedMediaType) String ¶
func (o *DeleteCoachingAppointmentAnnotationUnsupportedMediaType) String() string
type DeleteCoachingAppointmentBadRequest ¶
DeleteCoachingAppointmentBadRequest 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 NewDeleteCoachingAppointmentBadRequest ¶
func NewDeleteCoachingAppointmentBadRequest() *DeleteCoachingAppointmentBadRequest
NewDeleteCoachingAppointmentBadRequest creates a DeleteCoachingAppointmentBadRequest with default headers values
func (*DeleteCoachingAppointmentBadRequest) Error ¶
func (o *DeleteCoachingAppointmentBadRequest) Error() string
func (*DeleteCoachingAppointmentBadRequest) GetPayload ¶
func (o *DeleteCoachingAppointmentBadRequest) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentBadRequest) IsClientError ¶
func (o *DeleteCoachingAppointmentBadRequest) IsClientError() bool
IsClientError returns true when this delete coaching appointment bad request response has a 4xx status code
func (*DeleteCoachingAppointmentBadRequest) IsCode ¶
func (o *DeleteCoachingAppointmentBadRequest) IsCode(code int) bool
IsCode returns true when this delete coaching appointment bad request response a status code equal to that given
func (*DeleteCoachingAppointmentBadRequest) IsRedirect ¶
func (o *DeleteCoachingAppointmentBadRequest) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment bad request response has a 3xx status code
func (*DeleteCoachingAppointmentBadRequest) IsServerError ¶
func (o *DeleteCoachingAppointmentBadRequest) IsServerError() bool
IsServerError returns true when this delete coaching appointment bad request response has a 5xx status code
func (*DeleteCoachingAppointmentBadRequest) IsSuccess ¶
func (o *DeleteCoachingAppointmentBadRequest) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment bad request response has a 2xx status code
func (*DeleteCoachingAppointmentBadRequest) String ¶
func (o *DeleteCoachingAppointmentBadRequest) String() string
type DeleteCoachingAppointmentConflict ¶
DeleteCoachingAppointmentConflict describes a response with status code 409, with default header values.
Conflict
func NewDeleteCoachingAppointmentConflict ¶
func NewDeleteCoachingAppointmentConflict() *DeleteCoachingAppointmentConflict
NewDeleteCoachingAppointmentConflict creates a DeleteCoachingAppointmentConflict with default headers values
func (*DeleteCoachingAppointmentConflict) Error ¶
func (o *DeleteCoachingAppointmentConflict) Error() string
func (*DeleteCoachingAppointmentConflict) GetPayload ¶
func (o *DeleteCoachingAppointmentConflict) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentConflict) IsClientError ¶
func (o *DeleteCoachingAppointmentConflict) IsClientError() bool
IsClientError returns true when this delete coaching appointment conflict response has a 4xx status code
func (*DeleteCoachingAppointmentConflict) IsCode ¶
func (o *DeleteCoachingAppointmentConflict) IsCode(code int) bool
IsCode returns true when this delete coaching appointment conflict response a status code equal to that given
func (*DeleteCoachingAppointmentConflict) IsRedirect ¶
func (o *DeleteCoachingAppointmentConflict) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment conflict response has a 3xx status code
func (*DeleteCoachingAppointmentConflict) IsServerError ¶
func (o *DeleteCoachingAppointmentConflict) IsServerError() bool
IsServerError returns true when this delete coaching appointment conflict response has a 5xx status code
func (*DeleteCoachingAppointmentConflict) IsSuccess ¶
func (o *DeleteCoachingAppointmentConflict) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment conflict response has a 2xx status code
func (*DeleteCoachingAppointmentConflict) String ¶
func (o *DeleteCoachingAppointmentConflict) String() string
type DeleteCoachingAppointmentForbidden ¶
DeleteCoachingAppointmentForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteCoachingAppointmentForbidden ¶
func NewDeleteCoachingAppointmentForbidden() *DeleteCoachingAppointmentForbidden
NewDeleteCoachingAppointmentForbidden creates a DeleteCoachingAppointmentForbidden with default headers values
func (*DeleteCoachingAppointmentForbidden) Error ¶
func (o *DeleteCoachingAppointmentForbidden) Error() string
func (*DeleteCoachingAppointmentForbidden) GetPayload ¶
func (o *DeleteCoachingAppointmentForbidden) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentForbidden) IsClientError ¶
func (o *DeleteCoachingAppointmentForbidden) IsClientError() bool
IsClientError returns true when this delete coaching appointment forbidden response has a 4xx status code
func (*DeleteCoachingAppointmentForbidden) IsCode ¶
func (o *DeleteCoachingAppointmentForbidden) IsCode(code int) bool
IsCode returns true when this delete coaching appointment forbidden response a status code equal to that given
func (*DeleteCoachingAppointmentForbidden) IsRedirect ¶
func (o *DeleteCoachingAppointmentForbidden) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment forbidden response has a 3xx status code
func (*DeleteCoachingAppointmentForbidden) IsServerError ¶
func (o *DeleteCoachingAppointmentForbidden) IsServerError() bool
IsServerError returns true when this delete coaching appointment forbidden response has a 5xx status code
func (*DeleteCoachingAppointmentForbidden) IsSuccess ¶
func (o *DeleteCoachingAppointmentForbidden) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment forbidden response has a 2xx status code
func (*DeleteCoachingAppointmentForbidden) String ¶
func (o *DeleteCoachingAppointmentForbidden) String() string
type DeleteCoachingAppointmentGatewayTimeout ¶
DeleteCoachingAppointmentGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteCoachingAppointmentGatewayTimeout ¶
func NewDeleteCoachingAppointmentGatewayTimeout() *DeleteCoachingAppointmentGatewayTimeout
NewDeleteCoachingAppointmentGatewayTimeout creates a DeleteCoachingAppointmentGatewayTimeout with default headers values
func (*DeleteCoachingAppointmentGatewayTimeout) Error ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) Error() string
func (*DeleteCoachingAppointmentGatewayTimeout) GetPayload ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentGatewayTimeout) IsClientError ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete coaching appointment gateway timeout response has a 4xx status code
func (*DeleteCoachingAppointmentGatewayTimeout) IsCode ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete coaching appointment gateway timeout response a status code equal to that given
func (*DeleteCoachingAppointmentGatewayTimeout) IsRedirect ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment gateway timeout response has a 3xx status code
func (*DeleteCoachingAppointmentGatewayTimeout) IsServerError ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete coaching appointment gateway timeout response has a 5xx status code
func (*DeleteCoachingAppointmentGatewayTimeout) IsSuccess ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment gateway timeout response has a 2xx status code
func (*DeleteCoachingAppointmentGatewayTimeout) String ¶
func (o *DeleteCoachingAppointmentGatewayTimeout) String() string
type DeleteCoachingAppointmentInternalServerError ¶
DeleteCoachingAppointmentInternalServerError 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 NewDeleteCoachingAppointmentInternalServerError ¶
func NewDeleteCoachingAppointmentInternalServerError() *DeleteCoachingAppointmentInternalServerError
NewDeleteCoachingAppointmentInternalServerError creates a DeleteCoachingAppointmentInternalServerError with default headers values
func (*DeleteCoachingAppointmentInternalServerError) Error ¶
func (o *DeleteCoachingAppointmentInternalServerError) Error() string
func (*DeleteCoachingAppointmentInternalServerError) GetPayload ¶
func (o *DeleteCoachingAppointmentInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentInternalServerError) IsClientError ¶
func (o *DeleteCoachingAppointmentInternalServerError) IsClientError() bool
IsClientError returns true when this delete coaching appointment internal server error response has a 4xx status code
func (*DeleteCoachingAppointmentInternalServerError) IsCode ¶
func (o *DeleteCoachingAppointmentInternalServerError) IsCode(code int) bool
IsCode returns true when this delete coaching appointment internal server error response a status code equal to that given
func (*DeleteCoachingAppointmentInternalServerError) IsRedirect ¶
func (o *DeleteCoachingAppointmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment internal server error response has a 3xx status code
func (*DeleteCoachingAppointmentInternalServerError) IsServerError ¶
func (o *DeleteCoachingAppointmentInternalServerError) IsServerError() bool
IsServerError returns true when this delete coaching appointment internal server error response has a 5xx status code
func (*DeleteCoachingAppointmentInternalServerError) IsSuccess ¶
func (o *DeleteCoachingAppointmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment internal server error response has a 2xx status code
func (*DeleteCoachingAppointmentInternalServerError) String ¶
func (o *DeleteCoachingAppointmentInternalServerError) String() string
type DeleteCoachingAppointmentNoContent ¶
type DeleteCoachingAppointmentNoContent struct {
}
DeleteCoachingAppointmentNoContent describes a response with status code 204, with default header values.
Appointment deleted
func NewDeleteCoachingAppointmentNoContent ¶
func NewDeleteCoachingAppointmentNoContent() *DeleteCoachingAppointmentNoContent
NewDeleteCoachingAppointmentNoContent creates a DeleteCoachingAppointmentNoContent with default headers values
func (*DeleteCoachingAppointmentNoContent) Error ¶
func (o *DeleteCoachingAppointmentNoContent) Error() string
func (*DeleteCoachingAppointmentNoContent) IsClientError ¶
func (o *DeleteCoachingAppointmentNoContent) IsClientError() bool
IsClientError returns true when this delete coaching appointment no content response has a 4xx status code
func (*DeleteCoachingAppointmentNoContent) IsCode ¶
func (o *DeleteCoachingAppointmentNoContent) IsCode(code int) bool
IsCode returns true when this delete coaching appointment no content response a status code equal to that given
func (*DeleteCoachingAppointmentNoContent) IsRedirect ¶
func (o *DeleteCoachingAppointmentNoContent) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment no content response has a 3xx status code
func (*DeleteCoachingAppointmentNoContent) IsServerError ¶
func (o *DeleteCoachingAppointmentNoContent) IsServerError() bool
IsServerError returns true when this delete coaching appointment no content response has a 5xx status code
func (*DeleteCoachingAppointmentNoContent) IsSuccess ¶
func (o *DeleteCoachingAppointmentNoContent) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment no content response has a 2xx status code
func (*DeleteCoachingAppointmentNoContent) String ¶
func (o *DeleteCoachingAppointmentNoContent) String() string
type DeleteCoachingAppointmentNotFound ¶
DeleteCoachingAppointmentNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteCoachingAppointmentNotFound ¶
func NewDeleteCoachingAppointmentNotFound() *DeleteCoachingAppointmentNotFound
NewDeleteCoachingAppointmentNotFound creates a DeleteCoachingAppointmentNotFound with default headers values
func (*DeleteCoachingAppointmentNotFound) Error ¶
func (o *DeleteCoachingAppointmentNotFound) Error() string
func (*DeleteCoachingAppointmentNotFound) GetPayload ¶
func (o *DeleteCoachingAppointmentNotFound) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentNotFound) IsClientError ¶
func (o *DeleteCoachingAppointmentNotFound) IsClientError() bool
IsClientError returns true when this delete coaching appointment not found response has a 4xx status code
func (*DeleteCoachingAppointmentNotFound) IsCode ¶
func (o *DeleteCoachingAppointmentNotFound) IsCode(code int) bool
IsCode returns true when this delete coaching appointment not found response a status code equal to that given
func (*DeleteCoachingAppointmentNotFound) IsRedirect ¶
func (o *DeleteCoachingAppointmentNotFound) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment not found response has a 3xx status code
func (*DeleteCoachingAppointmentNotFound) IsServerError ¶
func (o *DeleteCoachingAppointmentNotFound) IsServerError() bool
IsServerError returns true when this delete coaching appointment not found response has a 5xx status code
func (*DeleteCoachingAppointmentNotFound) IsSuccess ¶
func (o *DeleteCoachingAppointmentNotFound) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment not found response has a 2xx status code
func (*DeleteCoachingAppointmentNotFound) String ¶
func (o *DeleteCoachingAppointmentNotFound) String() string
type DeleteCoachingAppointmentParams ¶
type DeleteCoachingAppointmentParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteCoachingAppointmentParams contains all the parameters to send to the API endpoint
for the delete coaching appointment operation. Typically these are written to a http.Request.
func NewDeleteCoachingAppointmentParams ¶
func NewDeleteCoachingAppointmentParams() *DeleteCoachingAppointmentParams
NewDeleteCoachingAppointmentParams creates a new DeleteCoachingAppointmentParams 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 NewDeleteCoachingAppointmentParamsWithContext ¶
func NewDeleteCoachingAppointmentParamsWithContext(ctx context.Context) *DeleteCoachingAppointmentParams
NewDeleteCoachingAppointmentParamsWithContext creates a new DeleteCoachingAppointmentParams object with the ability to set a context for a request.
func NewDeleteCoachingAppointmentParamsWithHTTPClient ¶
func NewDeleteCoachingAppointmentParamsWithHTTPClient(client *http.Client) *DeleteCoachingAppointmentParams
NewDeleteCoachingAppointmentParamsWithHTTPClient creates a new DeleteCoachingAppointmentParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteCoachingAppointmentParamsWithTimeout ¶
func NewDeleteCoachingAppointmentParamsWithTimeout(timeout time.Duration) *DeleteCoachingAppointmentParams
NewDeleteCoachingAppointmentParamsWithTimeout creates a new DeleteCoachingAppointmentParams object with the ability to set a timeout on a request.
func (*DeleteCoachingAppointmentParams) SetAppointmentID ¶
func (o *DeleteCoachingAppointmentParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) SetContext ¶
func (o *DeleteCoachingAppointmentParams) SetContext(ctx context.Context)
SetContext adds the context to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) SetDefaults ¶
func (o *DeleteCoachingAppointmentParams) SetDefaults()
SetDefaults hydrates default values in the delete coaching appointment params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCoachingAppointmentParams) SetHTTPClient ¶
func (o *DeleteCoachingAppointmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) SetTimeout ¶
func (o *DeleteCoachingAppointmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) WithAppointmentID ¶
func (o *DeleteCoachingAppointmentParams) WithAppointmentID(appointmentID string) *DeleteCoachingAppointmentParams
WithAppointmentID adds the appointmentID to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) WithContext ¶
func (o *DeleteCoachingAppointmentParams) WithContext(ctx context.Context) *DeleteCoachingAppointmentParams
WithContext adds the context to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) WithDefaults ¶
func (o *DeleteCoachingAppointmentParams) WithDefaults() *DeleteCoachingAppointmentParams
WithDefaults hydrates default values in the delete coaching appointment params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCoachingAppointmentParams) WithHTTPClient ¶
func (o *DeleteCoachingAppointmentParams) WithHTTPClient(client *http.Client) *DeleteCoachingAppointmentParams
WithHTTPClient adds the HTTPClient to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) WithTimeout ¶
func (o *DeleteCoachingAppointmentParams) WithTimeout(timeout time.Duration) *DeleteCoachingAppointmentParams
WithTimeout adds the timeout to the delete coaching appointment params
func (*DeleteCoachingAppointmentParams) WriteToRequest ¶
func (o *DeleteCoachingAppointmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCoachingAppointmentReader ¶
type DeleteCoachingAppointmentReader struct {
// contains filtered or unexported fields
}
DeleteCoachingAppointmentReader is a Reader for the DeleteCoachingAppointment structure.
func (*DeleteCoachingAppointmentReader) ReadResponse ¶
func (o *DeleteCoachingAppointmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCoachingAppointmentRequestEntityTooLarge ¶
DeleteCoachingAppointmentRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteCoachingAppointmentRequestEntityTooLarge ¶
func NewDeleteCoachingAppointmentRequestEntityTooLarge() *DeleteCoachingAppointmentRequestEntityTooLarge
NewDeleteCoachingAppointmentRequestEntityTooLarge creates a DeleteCoachingAppointmentRequestEntityTooLarge with default headers values
func (*DeleteCoachingAppointmentRequestEntityTooLarge) Error ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) Error() string
func (*DeleteCoachingAppointmentRequestEntityTooLarge) GetPayload ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentRequestEntityTooLarge) IsClientError ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete coaching appointment request entity too large response has a 4xx status code
func (*DeleteCoachingAppointmentRequestEntityTooLarge) IsCode ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete coaching appointment request entity too large response a status code equal to that given
func (*DeleteCoachingAppointmentRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment request entity too large response has a 3xx status code
func (*DeleteCoachingAppointmentRequestEntityTooLarge) IsServerError ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete coaching appointment request entity too large response has a 5xx status code
func (*DeleteCoachingAppointmentRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment request entity too large response has a 2xx status code
func (*DeleteCoachingAppointmentRequestEntityTooLarge) String ¶
func (o *DeleteCoachingAppointmentRequestEntityTooLarge) String() string
type DeleteCoachingAppointmentRequestTimeout ¶
DeleteCoachingAppointmentRequestTimeout 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 NewDeleteCoachingAppointmentRequestTimeout ¶
func NewDeleteCoachingAppointmentRequestTimeout() *DeleteCoachingAppointmentRequestTimeout
NewDeleteCoachingAppointmentRequestTimeout creates a DeleteCoachingAppointmentRequestTimeout with default headers values
func (*DeleteCoachingAppointmentRequestTimeout) Error ¶
func (o *DeleteCoachingAppointmentRequestTimeout) Error() string
func (*DeleteCoachingAppointmentRequestTimeout) GetPayload ¶
func (o *DeleteCoachingAppointmentRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentRequestTimeout) IsClientError ¶
func (o *DeleteCoachingAppointmentRequestTimeout) IsClientError() bool
IsClientError returns true when this delete coaching appointment request timeout response has a 4xx status code
func (*DeleteCoachingAppointmentRequestTimeout) IsCode ¶
func (o *DeleteCoachingAppointmentRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete coaching appointment request timeout response a status code equal to that given
func (*DeleteCoachingAppointmentRequestTimeout) IsRedirect ¶
func (o *DeleteCoachingAppointmentRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment request timeout response has a 3xx status code
func (*DeleteCoachingAppointmentRequestTimeout) IsServerError ¶
func (o *DeleteCoachingAppointmentRequestTimeout) IsServerError() bool
IsServerError returns true when this delete coaching appointment request timeout response has a 5xx status code
func (*DeleteCoachingAppointmentRequestTimeout) IsSuccess ¶
func (o *DeleteCoachingAppointmentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment request timeout response has a 2xx status code
func (*DeleteCoachingAppointmentRequestTimeout) String ¶
func (o *DeleteCoachingAppointmentRequestTimeout) String() string
type DeleteCoachingAppointmentServiceUnavailable ¶
type DeleteCoachingAppointmentServiceUnavailable struct {
}
DeleteCoachingAppointmentServiceUnavailable 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 NewDeleteCoachingAppointmentServiceUnavailable ¶
func NewDeleteCoachingAppointmentServiceUnavailable() *DeleteCoachingAppointmentServiceUnavailable
NewDeleteCoachingAppointmentServiceUnavailable creates a DeleteCoachingAppointmentServiceUnavailable with default headers values
func (*DeleteCoachingAppointmentServiceUnavailable) Error ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) Error() string
func (*DeleteCoachingAppointmentServiceUnavailable) GetPayload ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentServiceUnavailable) IsClientError ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete coaching appointment service unavailable response has a 4xx status code
func (*DeleteCoachingAppointmentServiceUnavailable) IsCode ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete coaching appointment service unavailable response a status code equal to that given
func (*DeleteCoachingAppointmentServiceUnavailable) IsRedirect ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment service unavailable response has a 3xx status code
func (*DeleteCoachingAppointmentServiceUnavailable) IsServerError ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete coaching appointment service unavailable response has a 5xx status code
func (*DeleteCoachingAppointmentServiceUnavailable) IsSuccess ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment service unavailable response has a 2xx status code
func (*DeleteCoachingAppointmentServiceUnavailable) String ¶
func (o *DeleteCoachingAppointmentServiceUnavailable) String() string
type DeleteCoachingAppointmentTooManyRequests ¶
DeleteCoachingAppointmentTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteCoachingAppointmentTooManyRequests ¶
func NewDeleteCoachingAppointmentTooManyRequests() *DeleteCoachingAppointmentTooManyRequests
NewDeleteCoachingAppointmentTooManyRequests creates a DeleteCoachingAppointmentTooManyRequests with default headers values
func (*DeleteCoachingAppointmentTooManyRequests) Error ¶
func (o *DeleteCoachingAppointmentTooManyRequests) Error() string
func (*DeleteCoachingAppointmentTooManyRequests) GetPayload ¶
func (o *DeleteCoachingAppointmentTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentTooManyRequests) IsClientError ¶
func (o *DeleteCoachingAppointmentTooManyRequests) IsClientError() bool
IsClientError returns true when this delete coaching appointment too many requests response has a 4xx status code
func (*DeleteCoachingAppointmentTooManyRequests) IsCode ¶
func (o *DeleteCoachingAppointmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete coaching appointment too many requests response a status code equal to that given
func (*DeleteCoachingAppointmentTooManyRequests) IsRedirect ¶
func (o *DeleteCoachingAppointmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment too many requests response has a 3xx status code
func (*DeleteCoachingAppointmentTooManyRequests) IsServerError ¶
func (o *DeleteCoachingAppointmentTooManyRequests) IsServerError() bool
IsServerError returns true when this delete coaching appointment too many requests response has a 5xx status code
func (*DeleteCoachingAppointmentTooManyRequests) IsSuccess ¶
func (o *DeleteCoachingAppointmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment too many requests response has a 2xx status code
func (*DeleteCoachingAppointmentTooManyRequests) String ¶
func (o *DeleteCoachingAppointmentTooManyRequests) String() string
type DeleteCoachingAppointmentUnauthorized ¶
type DeleteCoachingAppointmentUnauthorized struct {
}
DeleteCoachingAppointmentUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteCoachingAppointmentUnauthorized ¶
func NewDeleteCoachingAppointmentUnauthorized() *DeleteCoachingAppointmentUnauthorized
NewDeleteCoachingAppointmentUnauthorized creates a DeleteCoachingAppointmentUnauthorized with default headers values
func (*DeleteCoachingAppointmentUnauthorized) Error ¶
func (o *DeleteCoachingAppointmentUnauthorized) Error() string
func (*DeleteCoachingAppointmentUnauthorized) GetPayload ¶
func (o *DeleteCoachingAppointmentUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentUnauthorized) IsClientError ¶
func (o *DeleteCoachingAppointmentUnauthorized) IsClientError() bool
IsClientError returns true when this delete coaching appointment unauthorized response has a 4xx status code
func (*DeleteCoachingAppointmentUnauthorized) IsCode ¶
func (o *DeleteCoachingAppointmentUnauthorized) IsCode(code int) bool
IsCode returns true when this delete coaching appointment unauthorized response a status code equal to that given
func (*DeleteCoachingAppointmentUnauthorized) IsRedirect ¶
func (o *DeleteCoachingAppointmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment unauthorized response has a 3xx status code
func (*DeleteCoachingAppointmentUnauthorized) IsServerError ¶
func (o *DeleteCoachingAppointmentUnauthorized) IsServerError() bool
IsServerError returns true when this delete coaching appointment unauthorized response has a 5xx status code
func (*DeleteCoachingAppointmentUnauthorized) IsSuccess ¶
func (o *DeleteCoachingAppointmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment unauthorized response has a 2xx status code
func (*DeleteCoachingAppointmentUnauthorized) String ¶
func (o *DeleteCoachingAppointmentUnauthorized) String() string
type DeleteCoachingAppointmentUnsupportedMediaType ¶
DeleteCoachingAppointmentUnsupportedMediaType 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 NewDeleteCoachingAppointmentUnsupportedMediaType ¶
func NewDeleteCoachingAppointmentUnsupportedMediaType() *DeleteCoachingAppointmentUnsupportedMediaType
NewDeleteCoachingAppointmentUnsupportedMediaType creates a DeleteCoachingAppointmentUnsupportedMediaType with default headers values
func (*DeleteCoachingAppointmentUnsupportedMediaType) Error ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) Error() string
func (*DeleteCoachingAppointmentUnsupportedMediaType) GetPayload ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteCoachingAppointmentUnsupportedMediaType) IsClientError ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete coaching appointment unsupported media type response has a 4xx status code
func (*DeleteCoachingAppointmentUnsupportedMediaType) IsCode ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete coaching appointment unsupported media type response a status code equal to that given
func (*DeleteCoachingAppointmentUnsupportedMediaType) IsRedirect ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete coaching appointment unsupported media type response has a 3xx status code
func (*DeleteCoachingAppointmentUnsupportedMediaType) IsServerError ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete coaching appointment unsupported media type response has a 5xx status code
func (*DeleteCoachingAppointmentUnsupportedMediaType) IsSuccess ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete coaching appointment unsupported media type response has a 2xx status code
func (*DeleteCoachingAppointmentUnsupportedMediaType) String ¶
func (o *DeleteCoachingAppointmentUnsupportedMediaType) String() string
type GetCoachingAppointmentAnnotationBadRequest ¶
GetCoachingAppointmentAnnotationBadRequest 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 NewGetCoachingAppointmentAnnotationBadRequest ¶
func NewGetCoachingAppointmentAnnotationBadRequest() *GetCoachingAppointmentAnnotationBadRequest
NewGetCoachingAppointmentAnnotationBadRequest creates a GetCoachingAppointmentAnnotationBadRequest with default headers values
func (*GetCoachingAppointmentAnnotationBadRequest) Error ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) Error() string
func (*GetCoachingAppointmentAnnotationBadRequest) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationBadRequest) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation bad request response has a 4xx status code
func (*GetCoachingAppointmentAnnotationBadRequest) IsCode ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation bad request response a status code equal to that given
func (*GetCoachingAppointmentAnnotationBadRequest) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation bad request response has a 3xx status code
func (*GetCoachingAppointmentAnnotationBadRequest) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation bad request response has a 5xx status code
func (*GetCoachingAppointmentAnnotationBadRequest) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation bad request response has a 2xx status code
func (*GetCoachingAppointmentAnnotationBadRequest) String ¶
func (o *GetCoachingAppointmentAnnotationBadRequest) String() string
type GetCoachingAppointmentAnnotationForbidden ¶
GetCoachingAppointmentAnnotationForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingAppointmentAnnotationForbidden ¶
func NewGetCoachingAppointmentAnnotationForbidden() *GetCoachingAppointmentAnnotationForbidden
NewGetCoachingAppointmentAnnotationForbidden creates a GetCoachingAppointmentAnnotationForbidden with default headers values
func (*GetCoachingAppointmentAnnotationForbidden) Error ¶
func (o *GetCoachingAppointmentAnnotationForbidden) Error() string
func (*GetCoachingAppointmentAnnotationForbidden) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationForbidden) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationForbidden) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation forbidden response has a 4xx status code
func (*GetCoachingAppointmentAnnotationForbidden) IsCode ¶
func (o *GetCoachingAppointmentAnnotationForbidden) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation forbidden response a status code equal to that given
func (*GetCoachingAppointmentAnnotationForbidden) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation forbidden response has a 3xx status code
func (*GetCoachingAppointmentAnnotationForbidden) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationForbidden) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation forbidden response has a 5xx status code
func (*GetCoachingAppointmentAnnotationForbidden) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation forbidden response has a 2xx status code
func (*GetCoachingAppointmentAnnotationForbidden) String ¶
func (o *GetCoachingAppointmentAnnotationForbidden) String() string
type GetCoachingAppointmentAnnotationGatewayTimeout ¶
GetCoachingAppointmentAnnotationGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingAppointmentAnnotationGatewayTimeout ¶
func NewGetCoachingAppointmentAnnotationGatewayTimeout() *GetCoachingAppointmentAnnotationGatewayTimeout
NewGetCoachingAppointmentAnnotationGatewayTimeout creates a GetCoachingAppointmentAnnotationGatewayTimeout with default headers values
func (*GetCoachingAppointmentAnnotationGatewayTimeout) Error ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) Error() string
func (*GetCoachingAppointmentAnnotationGatewayTimeout) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationGatewayTimeout) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation gateway timeout response has a 4xx status code
func (*GetCoachingAppointmentAnnotationGatewayTimeout) IsCode ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation gateway timeout response a status code equal to that given
func (*GetCoachingAppointmentAnnotationGatewayTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation gateway timeout response has a 3xx status code
func (*GetCoachingAppointmentAnnotationGatewayTimeout) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation gateway timeout response has a 5xx status code
func (*GetCoachingAppointmentAnnotationGatewayTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation gateway timeout response has a 2xx status code
func (*GetCoachingAppointmentAnnotationGatewayTimeout) String ¶
func (o *GetCoachingAppointmentAnnotationGatewayTimeout) String() string
type GetCoachingAppointmentAnnotationInternalServerError ¶
GetCoachingAppointmentAnnotationInternalServerError 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 NewGetCoachingAppointmentAnnotationInternalServerError ¶
func NewGetCoachingAppointmentAnnotationInternalServerError() *GetCoachingAppointmentAnnotationInternalServerError
NewGetCoachingAppointmentAnnotationInternalServerError creates a GetCoachingAppointmentAnnotationInternalServerError with default headers values
func (*GetCoachingAppointmentAnnotationInternalServerError) Error ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) Error() string
func (*GetCoachingAppointmentAnnotationInternalServerError) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationInternalServerError) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation internal server error response has a 4xx status code
func (*GetCoachingAppointmentAnnotationInternalServerError) IsCode ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation internal server error response a status code equal to that given
func (*GetCoachingAppointmentAnnotationInternalServerError) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation internal server error response has a 3xx status code
func (*GetCoachingAppointmentAnnotationInternalServerError) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation internal server error response has a 5xx status code
func (*GetCoachingAppointmentAnnotationInternalServerError) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation internal server error response has a 2xx status code
func (*GetCoachingAppointmentAnnotationInternalServerError) String ¶
func (o *GetCoachingAppointmentAnnotationInternalServerError) String() string
type GetCoachingAppointmentAnnotationNotFound ¶
GetCoachingAppointmentAnnotationNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingAppointmentAnnotationNotFound ¶
func NewGetCoachingAppointmentAnnotationNotFound() *GetCoachingAppointmentAnnotationNotFound
NewGetCoachingAppointmentAnnotationNotFound creates a GetCoachingAppointmentAnnotationNotFound with default headers values
func (*GetCoachingAppointmentAnnotationNotFound) Error ¶
func (o *GetCoachingAppointmentAnnotationNotFound) Error() string
func (*GetCoachingAppointmentAnnotationNotFound) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationNotFound) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationNotFound) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation not found response has a 4xx status code
func (*GetCoachingAppointmentAnnotationNotFound) IsCode ¶
func (o *GetCoachingAppointmentAnnotationNotFound) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation not found response a status code equal to that given
func (*GetCoachingAppointmentAnnotationNotFound) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation not found response has a 3xx status code
func (*GetCoachingAppointmentAnnotationNotFound) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationNotFound) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation not found response has a 5xx status code
func (*GetCoachingAppointmentAnnotationNotFound) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation not found response has a 2xx status code
func (*GetCoachingAppointmentAnnotationNotFound) String ¶
func (o *GetCoachingAppointmentAnnotationNotFound) String() string
type GetCoachingAppointmentAnnotationOK ¶
type GetCoachingAppointmentAnnotationOK struct {
Payload *models.CoachingAnnotation
}
GetCoachingAppointmentAnnotationOK describes a response with status code 200, with default header values.
Annotation retrieved
func NewGetCoachingAppointmentAnnotationOK ¶
func NewGetCoachingAppointmentAnnotationOK() *GetCoachingAppointmentAnnotationOK
NewGetCoachingAppointmentAnnotationOK creates a GetCoachingAppointmentAnnotationOK with default headers values
func (*GetCoachingAppointmentAnnotationOK) Error ¶
func (o *GetCoachingAppointmentAnnotationOK) Error() string
func (*GetCoachingAppointmentAnnotationOK) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationOK) GetPayload() *models.CoachingAnnotation
func (*GetCoachingAppointmentAnnotationOK) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationOK) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation o k response has a 4xx status code
func (*GetCoachingAppointmentAnnotationOK) IsCode ¶
func (o *GetCoachingAppointmentAnnotationOK) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation o k response a status code equal to that given
func (*GetCoachingAppointmentAnnotationOK) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationOK) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation o k response has a 3xx status code
func (*GetCoachingAppointmentAnnotationOK) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationOK) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation o k response has a 5xx status code
func (*GetCoachingAppointmentAnnotationOK) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationOK) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation o k response has a 2xx status code
func (*GetCoachingAppointmentAnnotationOK) String ¶
func (o *GetCoachingAppointmentAnnotationOK) String() string
type GetCoachingAppointmentAnnotationParams ¶
type GetCoachingAppointmentAnnotationParams struct {
/* AnnotationID.
The ID of the annotation.
*/
AnnotationID string
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCoachingAppointmentAnnotationParams contains all the parameters to send to the API endpoint
for the get coaching appointment annotation operation. Typically these are written to a http.Request.
func NewGetCoachingAppointmentAnnotationParams ¶
func NewGetCoachingAppointmentAnnotationParams() *GetCoachingAppointmentAnnotationParams
NewGetCoachingAppointmentAnnotationParams creates a new GetCoachingAppointmentAnnotationParams 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 NewGetCoachingAppointmentAnnotationParamsWithContext ¶
func NewGetCoachingAppointmentAnnotationParamsWithContext(ctx context.Context) *GetCoachingAppointmentAnnotationParams
NewGetCoachingAppointmentAnnotationParamsWithContext creates a new GetCoachingAppointmentAnnotationParams object with the ability to set a context for a request.
func NewGetCoachingAppointmentAnnotationParamsWithHTTPClient ¶
func NewGetCoachingAppointmentAnnotationParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationParams
NewGetCoachingAppointmentAnnotationParamsWithHTTPClient creates a new GetCoachingAppointmentAnnotationParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingAppointmentAnnotationParamsWithTimeout ¶
func NewGetCoachingAppointmentAnnotationParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationParams
NewGetCoachingAppointmentAnnotationParamsWithTimeout creates a new GetCoachingAppointmentAnnotationParams object with the ability to set a timeout on a request.
func (*GetCoachingAppointmentAnnotationParams) SetAnnotationID ¶
func (o *GetCoachingAppointmentAnnotationParams) SetAnnotationID(annotationID string)
SetAnnotationID adds the annotationId to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) SetAppointmentID ¶
func (o *GetCoachingAppointmentAnnotationParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) SetContext ¶
func (o *GetCoachingAppointmentAnnotationParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) SetDefaults ¶
func (o *GetCoachingAppointmentAnnotationParams) SetDefaults()
SetDefaults hydrates default values in the get coaching appointment annotation params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentAnnotationParams) SetHTTPClient ¶
func (o *GetCoachingAppointmentAnnotationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) SetTimeout ¶
func (o *GetCoachingAppointmentAnnotationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) WithAnnotationID ¶
func (o *GetCoachingAppointmentAnnotationParams) WithAnnotationID(annotationID string) *GetCoachingAppointmentAnnotationParams
WithAnnotationID adds the annotationID to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) WithAppointmentID ¶
func (o *GetCoachingAppointmentAnnotationParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentAnnotationParams
WithAppointmentID adds the appointmentID to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) WithContext ¶
func (o *GetCoachingAppointmentAnnotationParams) WithContext(ctx context.Context) *GetCoachingAppointmentAnnotationParams
WithContext adds the context to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) WithDefaults ¶
func (o *GetCoachingAppointmentAnnotationParams) WithDefaults() *GetCoachingAppointmentAnnotationParams
WithDefaults hydrates default values in the get coaching appointment annotation params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentAnnotationParams) WithHTTPClient ¶
func (o *GetCoachingAppointmentAnnotationParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationParams
WithHTTPClient adds the HTTPClient to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) WithTimeout ¶
func (o *GetCoachingAppointmentAnnotationParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationParams
WithTimeout adds the timeout to the get coaching appointment annotation params
func (*GetCoachingAppointmentAnnotationParams) WriteToRequest ¶
func (o *GetCoachingAppointmentAnnotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingAppointmentAnnotationReader ¶
type GetCoachingAppointmentAnnotationReader struct {
// contains filtered or unexported fields
}
GetCoachingAppointmentAnnotationReader is a Reader for the GetCoachingAppointmentAnnotation structure.
func (*GetCoachingAppointmentAnnotationReader) ReadResponse ¶
func (o *GetCoachingAppointmentAnnotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingAppointmentAnnotationRequestEntityTooLarge ¶
GetCoachingAppointmentAnnotationRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingAppointmentAnnotationRequestEntityTooLarge ¶
func NewGetCoachingAppointmentAnnotationRequestEntityTooLarge() *GetCoachingAppointmentAnnotationRequestEntityTooLarge
NewGetCoachingAppointmentAnnotationRequestEntityTooLarge creates a GetCoachingAppointmentAnnotationRequestEntityTooLarge with default headers values
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) Error ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) Error() string
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation request entity too large response has a 4xx status code
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation request entity too large response a status code equal to that given
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation request entity too large response has a 3xx status code
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation request entity too large response has a 5xx status code
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation request entity too large response has a 2xx status code
func (*GetCoachingAppointmentAnnotationRequestEntityTooLarge) String ¶
func (o *GetCoachingAppointmentAnnotationRequestEntityTooLarge) String() string
type GetCoachingAppointmentAnnotationRequestTimeout ¶
GetCoachingAppointmentAnnotationRequestTimeout 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 NewGetCoachingAppointmentAnnotationRequestTimeout ¶
func NewGetCoachingAppointmentAnnotationRequestTimeout() *GetCoachingAppointmentAnnotationRequestTimeout
NewGetCoachingAppointmentAnnotationRequestTimeout creates a GetCoachingAppointmentAnnotationRequestTimeout with default headers values
func (*GetCoachingAppointmentAnnotationRequestTimeout) Error ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) Error() string
func (*GetCoachingAppointmentAnnotationRequestTimeout) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationRequestTimeout) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation request timeout response has a 4xx status code
func (*GetCoachingAppointmentAnnotationRequestTimeout) IsCode ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation request timeout response a status code equal to that given
func (*GetCoachingAppointmentAnnotationRequestTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation request timeout response has a 3xx status code
func (*GetCoachingAppointmentAnnotationRequestTimeout) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation request timeout response has a 5xx status code
func (*GetCoachingAppointmentAnnotationRequestTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation request timeout response has a 2xx status code
func (*GetCoachingAppointmentAnnotationRequestTimeout) String ¶
func (o *GetCoachingAppointmentAnnotationRequestTimeout) String() string
type GetCoachingAppointmentAnnotationServiceUnavailable ¶
type GetCoachingAppointmentAnnotationServiceUnavailable struct {
}
GetCoachingAppointmentAnnotationServiceUnavailable 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 NewGetCoachingAppointmentAnnotationServiceUnavailable ¶
func NewGetCoachingAppointmentAnnotationServiceUnavailable() *GetCoachingAppointmentAnnotationServiceUnavailable
NewGetCoachingAppointmentAnnotationServiceUnavailable creates a GetCoachingAppointmentAnnotationServiceUnavailable with default headers values
func (*GetCoachingAppointmentAnnotationServiceUnavailable) Error ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) Error() string
func (*GetCoachingAppointmentAnnotationServiceUnavailable) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationServiceUnavailable) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation service unavailable response has a 4xx status code
func (*GetCoachingAppointmentAnnotationServiceUnavailable) IsCode ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation service unavailable response a status code equal to that given
func (*GetCoachingAppointmentAnnotationServiceUnavailable) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation service unavailable response has a 3xx status code
func (*GetCoachingAppointmentAnnotationServiceUnavailable) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation service unavailable response has a 5xx status code
func (*GetCoachingAppointmentAnnotationServiceUnavailable) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation service unavailable response has a 2xx status code
func (*GetCoachingAppointmentAnnotationServiceUnavailable) String ¶
func (o *GetCoachingAppointmentAnnotationServiceUnavailable) String() string
type GetCoachingAppointmentAnnotationTooManyRequests ¶
GetCoachingAppointmentAnnotationTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingAppointmentAnnotationTooManyRequests ¶
func NewGetCoachingAppointmentAnnotationTooManyRequests() *GetCoachingAppointmentAnnotationTooManyRequests
NewGetCoachingAppointmentAnnotationTooManyRequests creates a GetCoachingAppointmentAnnotationTooManyRequests with default headers values
func (*GetCoachingAppointmentAnnotationTooManyRequests) Error ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) Error() string
func (*GetCoachingAppointmentAnnotationTooManyRequests) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationTooManyRequests) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation too many requests response has a 4xx status code
func (*GetCoachingAppointmentAnnotationTooManyRequests) IsCode ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation too many requests response a status code equal to that given
func (*GetCoachingAppointmentAnnotationTooManyRequests) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation too many requests response has a 3xx status code
func (*GetCoachingAppointmentAnnotationTooManyRequests) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation too many requests response has a 5xx status code
func (*GetCoachingAppointmentAnnotationTooManyRequests) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation too many requests response has a 2xx status code
func (*GetCoachingAppointmentAnnotationTooManyRequests) String ¶
func (o *GetCoachingAppointmentAnnotationTooManyRequests) String() string
type GetCoachingAppointmentAnnotationUnauthorized ¶
type GetCoachingAppointmentAnnotationUnauthorized struct {
}
GetCoachingAppointmentAnnotationUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingAppointmentAnnotationUnauthorized ¶
func NewGetCoachingAppointmentAnnotationUnauthorized() *GetCoachingAppointmentAnnotationUnauthorized
NewGetCoachingAppointmentAnnotationUnauthorized creates a GetCoachingAppointmentAnnotationUnauthorized with default headers values
func (*GetCoachingAppointmentAnnotationUnauthorized) Error ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) Error() string
func (*GetCoachingAppointmentAnnotationUnauthorized) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationUnauthorized) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation unauthorized response has a 4xx status code
func (*GetCoachingAppointmentAnnotationUnauthorized) IsCode ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation unauthorized response a status code equal to that given
func (*GetCoachingAppointmentAnnotationUnauthorized) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation unauthorized response has a 3xx status code
func (*GetCoachingAppointmentAnnotationUnauthorized) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation unauthorized response has a 5xx status code
func (*GetCoachingAppointmentAnnotationUnauthorized) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation unauthorized response has a 2xx status code
func (*GetCoachingAppointmentAnnotationUnauthorized) String ¶
func (o *GetCoachingAppointmentAnnotationUnauthorized) String() string
type GetCoachingAppointmentAnnotationUnsupportedMediaType ¶
GetCoachingAppointmentAnnotationUnsupportedMediaType 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 NewGetCoachingAppointmentAnnotationUnsupportedMediaType ¶
func NewGetCoachingAppointmentAnnotationUnsupportedMediaType() *GetCoachingAppointmentAnnotationUnsupportedMediaType
NewGetCoachingAppointmentAnnotationUnsupportedMediaType creates a GetCoachingAppointmentAnnotationUnsupportedMediaType with default headers values
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) Error ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) Error() string
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching appointment annotation unsupported media type response has a 4xx status code
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) IsCode ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotation unsupported media type response a status code equal to that given
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotation unsupported media type response has a 3xx status code
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching appointment annotation unsupported media type response has a 5xx status code
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotation unsupported media type response has a 2xx status code
func (*GetCoachingAppointmentAnnotationUnsupportedMediaType) String ¶
func (o *GetCoachingAppointmentAnnotationUnsupportedMediaType) String() string
type GetCoachingAppointmentAnnotationsBadRequest ¶
GetCoachingAppointmentAnnotationsBadRequest 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 NewGetCoachingAppointmentAnnotationsBadRequest ¶
func NewGetCoachingAppointmentAnnotationsBadRequest() *GetCoachingAppointmentAnnotationsBadRequest
NewGetCoachingAppointmentAnnotationsBadRequest creates a GetCoachingAppointmentAnnotationsBadRequest with default headers values
func (*GetCoachingAppointmentAnnotationsBadRequest) Error ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) Error() string
func (*GetCoachingAppointmentAnnotationsBadRequest) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsBadRequest) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations bad request response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsBadRequest) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations bad request response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsBadRequest) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations bad request response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsBadRequest) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations bad request response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsBadRequest) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations bad request response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsBadRequest) String ¶
func (o *GetCoachingAppointmentAnnotationsBadRequest) String() string
type GetCoachingAppointmentAnnotationsForbidden ¶
GetCoachingAppointmentAnnotationsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingAppointmentAnnotationsForbidden ¶
func NewGetCoachingAppointmentAnnotationsForbidden() *GetCoachingAppointmentAnnotationsForbidden
NewGetCoachingAppointmentAnnotationsForbidden creates a GetCoachingAppointmentAnnotationsForbidden with default headers values
func (*GetCoachingAppointmentAnnotationsForbidden) Error ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) Error() string
func (*GetCoachingAppointmentAnnotationsForbidden) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsForbidden) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations forbidden response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsForbidden) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations forbidden response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsForbidden) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations forbidden response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsForbidden) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations forbidden response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsForbidden) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations forbidden response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsForbidden) String ¶
func (o *GetCoachingAppointmentAnnotationsForbidden) String() string
type GetCoachingAppointmentAnnotationsGatewayTimeout ¶
GetCoachingAppointmentAnnotationsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingAppointmentAnnotationsGatewayTimeout ¶
func NewGetCoachingAppointmentAnnotationsGatewayTimeout() *GetCoachingAppointmentAnnotationsGatewayTimeout
NewGetCoachingAppointmentAnnotationsGatewayTimeout creates a GetCoachingAppointmentAnnotationsGatewayTimeout with default headers values
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) Error ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) Error() string
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations gateway timeout response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations gateway timeout response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations gateway timeout response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations gateway timeout response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations gateway timeout response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsGatewayTimeout) String ¶
func (o *GetCoachingAppointmentAnnotationsGatewayTimeout) String() string
type GetCoachingAppointmentAnnotationsInternalServerError ¶
GetCoachingAppointmentAnnotationsInternalServerError 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 NewGetCoachingAppointmentAnnotationsInternalServerError ¶
func NewGetCoachingAppointmentAnnotationsInternalServerError() *GetCoachingAppointmentAnnotationsInternalServerError
NewGetCoachingAppointmentAnnotationsInternalServerError creates a GetCoachingAppointmentAnnotationsInternalServerError with default headers values
func (*GetCoachingAppointmentAnnotationsInternalServerError) Error ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) Error() string
func (*GetCoachingAppointmentAnnotationsInternalServerError) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsInternalServerError) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations internal server error response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsInternalServerError) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations internal server error response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsInternalServerError) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations internal server error response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsInternalServerError) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations internal server error response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsInternalServerError) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations internal server error response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsInternalServerError) String ¶
func (o *GetCoachingAppointmentAnnotationsInternalServerError) String() string
type GetCoachingAppointmentAnnotationsNotFound ¶
GetCoachingAppointmentAnnotationsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingAppointmentAnnotationsNotFound ¶
func NewGetCoachingAppointmentAnnotationsNotFound() *GetCoachingAppointmentAnnotationsNotFound
NewGetCoachingAppointmentAnnotationsNotFound creates a GetCoachingAppointmentAnnotationsNotFound with default headers values
func (*GetCoachingAppointmentAnnotationsNotFound) Error ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) Error() string
func (*GetCoachingAppointmentAnnotationsNotFound) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsNotFound) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations not found response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsNotFound) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations not found response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsNotFound) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations not found response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsNotFound) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations not found response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsNotFound) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations not found response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsNotFound) String ¶
func (o *GetCoachingAppointmentAnnotationsNotFound) String() string
type GetCoachingAppointmentAnnotationsOK ¶
type GetCoachingAppointmentAnnotationsOK struct {
Payload *models.CoachingAnnotationList
}
GetCoachingAppointmentAnnotationsOK describes a response with status code 200, with default header values.
Annotations retrieved
func NewGetCoachingAppointmentAnnotationsOK ¶
func NewGetCoachingAppointmentAnnotationsOK() *GetCoachingAppointmentAnnotationsOK
NewGetCoachingAppointmentAnnotationsOK creates a GetCoachingAppointmentAnnotationsOK with default headers values
func (*GetCoachingAppointmentAnnotationsOK) Error ¶
func (o *GetCoachingAppointmentAnnotationsOK) Error() string
func (*GetCoachingAppointmentAnnotationsOK) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsOK) GetPayload() *models.CoachingAnnotationList
func (*GetCoachingAppointmentAnnotationsOK) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsOK) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations o k response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsOK) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsOK) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations o k response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsOK) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsOK) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations o k response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsOK) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsOK) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations o k response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsOK) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsOK) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations o k response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsOK) String ¶
func (o *GetCoachingAppointmentAnnotationsOK) String() string
type GetCoachingAppointmentAnnotationsParams ¶
type GetCoachingAppointmentAnnotationsParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID 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
}
GetCoachingAppointmentAnnotationsParams contains all the parameters to send to the API endpoint
for the get coaching appointment annotations operation. Typically these are written to a http.Request.
func NewGetCoachingAppointmentAnnotationsParams ¶
func NewGetCoachingAppointmentAnnotationsParams() *GetCoachingAppointmentAnnotationsParams
NewGetCoachingAppointmentAnnotationsParams creates a new GetCoachingAppointmentAnnotationsParams 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 NewGetCoachingAppointmentAnnotationsParamsWithContext ¶
func NewGetCoachingAppointmentAnnotationsParamsWithContext(ctx context.Context) *GetCoachingAppointmentAnnotationsParams
NewGetCoachingAppointmentAnnotationsParamsWithContext creates a new GetCoachingAppointmentAnnotationsParams object with the ability to set a context for a request.
func NewGetCoachingAppointmentAnnotationsParamsWithHTTPClient ¶
func NewGetCoachingAppointmentAnnotationsParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationsParams
NewGetCoachingAppointmentAnnotationsParamsWithHTTPClient creates a new GetCoachingAppointmentAnnotationsParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingAppointmentAnnotationsParamsWithTimeout ¶
func NewGetCoachingAppointmentAnnotationsParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationsParams
NewGetCoachingAppointmentAnnotationsParamsWithTimeout creates a new GetCoachingAppointmentAnnotationsParams object with the ability to set a timeout on a request.
func (*GetCoachingAppointmentAnnotationsParams) SetAppointmentID ¶
func (o *GetCoachingAppointmentAnnotationsParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) SetContext ¶
func (o *GetCoachingAppointmentAnnotationsParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) SetDefaults ¶
func (o *GetCoachingAppointmentAnnotationsParams) SetDefaults()
SetDefaults hydrates default values in the get coaching appointment annotations params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentAnnotationsParams) SetHTTPClient ¶
func (o *GetCoachingAppointmentAnnotationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) SetPageNumber ¶
func (o *GetCoachingAppointmentAnnotationsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) SetPageSize ¶
func (o *GetCoachingAppointmentAnnotationsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) SetTimeout ¶
func (o *GetCoachingAppointmentAnnotationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) WithAppointmentID ¶
func (o *GetCoachingAppointmentAnnotationsParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentAnnotationsParams
WithAppointmentID adds the appointmentID to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) WithContext ¶
func (o *GetCoachingAppointmentAnnotationsParams) WithContext(ctx context.Context) *GetCoachingAppointmentAnnotationsParams
WithContext adds the context to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) WithDefaults ¶
func (o *GetCoachingAppointmentAnnotationsParams) WithDefaults() *GetCoachingAppointmentAnnotationsParams
WithDefaults hydrates default values in the get coaching appointment annotations params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentAnnotationsParams) WithHTTPClient ¶
func (o *GetCoachingAppointmentAnnotationsParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentAnnotationsParams
WithHTTPClient adds the HTTPClient to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) WithPageNumber ¶
func (o *GetCoachingAppointmentAnnotationsParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentAnnotationsParams
WithPageNumber adds the pageNumber to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) WithPageSize ¶
func (o *GetCoachingAppointmentAnnotationsParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentAnnotationsParams
WithPageSize adds the pageSize to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) WithTimeout ¶
func (o *GetCoachingAppointmentAnnotationsParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentAnnotationsParams
WithTimeout adds the timeout to the get coaching appointment annotations params
func (*GetCoachingAppointmentAnnotationsParams) WriteToRequest ¶
func (o *GetCoachingAppointmentAnnotationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingAppointmentAnnotationsReader ¶
type GetCoachingAppointmentAnnotationsReader struct {
// contains filtered or unexported fields
}
GetCoachingAppointmentAnnotationsReader is a Reader for the GetCoachingAppointmentAnnotations structure.
func (*GetCoachingAppointmentAnnotationsReader) ReadResponse ¶
func (o *GetCoachingAppointmentAnnotationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingAppointmentAnnotationsRequestEntityTooLarge ¶
GetCoachingAppointmentAnnotationsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingAppointmentAnnotationsRequestEntityTooLarge ¶
func NewGetCoachingAppointmentAnnotationsRequestEntityTooLarge() *GetCoachingAppointmentAnnotationsRequestEntityTooLarge
NewGetCoachingAppointmentAnnotationsRequestEntityTooLarge creates a GetCoachingAppointmentAnnotationsRequestEntityTooLarge with default headers values
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) Error ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) Error() string
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations request entity too large response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations request entity too large response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations request entity too large response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations request entity too large response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations request entity too large response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsRequestEntityTooLarge) String ¶
func (o *GetCoachingAppointmentAnnotationsRequestEntityTooLarge) String() string
type GetCoachingAppointmentAnnotationsRequestTimeout ¶
GetCoachingAppointmentAnnotationsRequestTimeout 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 NewGetCoachingAppointmentAnnotationsRequestTimeout ¶
func NewGetCoachingAppointmentAnnotationsRequestTimeout() *GetCoachingAppointmentAnnotationsRequestTimeout
NewGetCoachingAppointmentAnnotationsRequestTimeout creates a GetCoachingAppointmentAnnotationsRequestTimeout with default headers values
func (*GetCoachingAppointmentAnnotationsRequestTimeout) Error ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) Error() string
func (*GetCoachingAppointmentAnnotationsRequestTimeout) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsRequestTimeout) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations request timeout response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsRequestTimeout) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations request timeout response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsRequestTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations request timeout response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsRequestTimeout) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations request timeout response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsRequestTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations request timeout response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsRequestTimeout) String ¶
func (o *GetCoachingAppointmentAnnotationsRequestTimeout) String() string
type GetCoachingAppointmentAnnotationsServiceUnavailable ¶
type GetCoachingAppointmentAnnotationsServiceUnavailable struct {
}
GetCoachingAppointmentAnnotationsServiceUnavailable 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 NewGetCoachingAppointmentAnnotationsServiceUnavailable ¶
func NewGetCoachingAppointmentAnnotationsServiceUnavailable() *GetCoachingAppointmentAnnotationsServiceUnavailable
NewGetCoachingAppointmentAnnotationsServiceUnavailable creates a GetCoachingAppointmentAnnotationsServiceUnavailable with default headers values
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) Error ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) Error() string
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations service unavailable response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations service unavailable response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations service unavailable response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations service unavailable response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations service unavailable response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsServiceUnavailable) String ¶
func (o *GetCoachingAppointmentAnnotationsServiceUnavailable) String() string
type GetCoachingAppointmentAnnotationsTooManyRequests ¶
GetCoachingAppointmentAnnotationsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingAppointmentAnnotationsTooManyRequests ¶
func NewGetCoachingAppointmentAnnotationsTooManyRequests() *GetCoachingAppointmentAnnotationsTooManyRequests
NewGetCoachingAppointmentAnnotationsTooManyRequests creates a GetCoachingAppointmentAnnotationsTooManyRequests with default headers values
func (*GetCoachingAppointmentAnnotationsTooManyRequests) Error ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) Error() string
func (*GetCoachingAppointmentAnnotationsTooManyRequests) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsTooManyRequests) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations too many requests response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsTooManyRequests) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations too many requests response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsTooManyRequests) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations too many requests response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsTooManyRequests) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations too many requests response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsTooManyRequests) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations too many requests response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsTooManyRequests) String ¶
func (o *GetCoachingAppointmentAnnotationsTooManyRequests) String() string
type GetCoachingAppointmentAnnotationsUnauthorized ¶
type GetCoachingAppointmentAnnotationsUnauthorized struct {
}
GetCoachingAppointmentAnnotationsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingAppointmentAnnotationsUnauthorized ¶
func NewGetCoachingAppointmentAnnotationsUnauthorized() *GetCoachingAppointmentAnnotationsUnauthorized
NewGetCoachingAppointmentAnnotationsUnauthorized creates a GetCoachingAppointmentAnnotationsUnauthorized with default headers values
func (*GetCoachingAppointmentAnnotationsUnauthorized) Error ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) Error() string
func (*GetCoachingAppointmentAnnotationsUnauthorized) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsUnauthorized) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations unauthorized response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsUnauthorized) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations unauthorized response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsUnauthorized) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations unauthorized response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsUnauthorized) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations unauthorized response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsUnauthorized) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations unauthorized response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsUnauthorized) String ¶
func (o *GetCoachingAppointmentAnnotationsUnauthorized) String() string
type GetCoachingAppointmentAnnotationsUnsupportedMediaType ¶
GetCoachingAppointmentAnnotationsUnsupportedMediaType 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 NewGetCoachingAppointmentAnnotationsUnsupportedMediaType ¶
func NewGetCoachingAppointmentAnnotationsUnsupportedMediaType() *GetCoachingAppointmentAnnotationsUnsupportedMediaType
NewGetCoachingAppointmentAnnotationsUnsupportedMediaType creates a GetCoachingAppointmentAnnotationsUnsupportedMediaType with default headers values
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) Error ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) Error() string
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching appointment annotations unsupported media type response has a 4xx status code
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsCode ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching appointment annotations unsupported media type response a status code equal to that given
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching appointment annotations unsupported media type response has a 3xx status code
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching appointment annotations unsupported media type response has a 5xx status code
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching appointment annotations unsupported media type response has a 2xx status code
func (*GetCoachingAppointmentAnnotationsUnsupportedMediaType) String ¶
func (o *GetCoachingAppointmentAnnotationsUnsupportedMediaType) String() string
type GetCoachingAppointmentBadRequest ¶
GetCoachingAppointmentBadRequest 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 NewGetCoachingAppointmentBadRequest ¶
func NewGetCoachingAppointmentBadRequest() *GetCoachingAppointmentBadRequest
NewGetCoachingAppointmentBadRequest creates a GetCoachingAppointmentBadRequest with default headers values
func (*GetCoachingAppointmentBadRequest) Error ¶
func (o *GetCoachingAppointmentBadRequest) Error() string
func (*GetCoachingAppointmentBadRequest) GetPayload ¶
func (o *GetCoachingAppointmentBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentBadRequest) IsClientError ¶
func (o *GetCoachingAppointmentBadRequest) IsClientError() bool
IsClientError returns true when this get coaching appointment bad request response has a 4xx status code
func (*GetCoachingAppointmentBadRequest) IsCode ¶
func (o *GetCoachingAppointmentBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching appointment bad request response a status code equal to that given
func (*GetCoachingAppointmentBadRequest) IsRedirect ¶
func (o *GetCoachingAppointmentBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching appointment bad request response has a 3xx status code
func (*GetCoachingAppointmentBadRequest) IsServerError ¶
func (o *GetCoachingAppointmentBadRequest) IsServerError() bool
IsServerError returns true when this get coaching appointment bad request response has a 5xx status code
func (*GetCoachingAppointmentBadRequest) IsSuccess ¶
func (o *GetCoachingAppointmentBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching appointment bad request response has a 2xx status code
func (*GetCoachingAppointmentBadRequest) String ¶
func (o *GetCoachingAppointmentBadRequest) String() string
type GetCoachingAppointmentForbidden ¶
GetCoachingAppointmentForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingAppointmentForbidden ¶
func NewGetCoachingAppointmentForbidden() *GetCoachingAppointmentForbidden
NewGetCoachingAppointmentForbidden creates a GetCoachingAppointmentForbidden with default headers values
func (*GetCoachingAppointmentForbidden) Error ¶
func (o *GetCoachingAppointmentForbidden) Error() string
func (*GetCoachingAppointmentForbidden) GetPayload ¶
func (o *GetCoachingAppointmentForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentForbidden) IsClientError ¶
func (o *GetCoachingAppointmentForbidden) IsClientError() bool
IsClientError returns true when this get coaching appointment forbidden response has a 4xx status code
func (*GetCoachingAppointmentForbidden) IsCode ¶
func (o *GetCoachingAppointmentForbidden) IsCode(code int) bool
IsCode returns true when this get coaching appointment forbidden response a status code equal to that given
func (*GetCoachingAppointmentForbidden) IsRedirect ¶
func (o *GetCoachingAppointmentForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching appointment forbidden response has a 3xx status code
func (*GetCoachingAppointmentForbidden) IsServerError ¶
func (o *GetCoachingAppointmentForbidden) IsServerError() bool
IsServerError returns true when this get coaching appointment forbidden response has a 5xx status code
func (*GetCoachingAppointmentForbidden) IsSuccess ¶
func (o *GetCoachingAppointmentForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching appointment forbidden response has a 2xx status code
func (*GetCoachingAppointmentForbidden) String ¶
func (o *GetCoachingAppointmentForbidden) String() string
type GetCoachingAppointmentGatewayTimeout ¶
GetCoachingAppointmentGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingAppointmentGatewayTimeout ¶
func NewGetCoachingAppointmentGatewayTimeout() *GetCoachingAppointmentGatewayTimeout
NewGetCoachingAppointmentGatewayTimeout creates a GetCoachingAppointmentGatewayTimeout with default headers values
func (*GetCoachingAppointmentGatewayTimeout) Error ¶
func (o *GetCoachingAppointmentGatewayTimeout) Error() string
func (*GetCoachingAppointmentGatewayTimeout) GetPayload ¶
func (o *GetCoachingAppointmentGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentGatewayTimeout) IsClientError ¶
func (o *GetCoachingAppointmentGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment gateway timeout response has a 4xx status code
func (*GetCoachingAppointmentGatewayTimeout) IsCode ¶
func (o *GetCoachingAppointmentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment gateway timeout response a status code equal to that given
func (*GetCoachingAppointmentGatewayTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment gateway timeout response has a 3xx status code
func (*GetCoachingAppointmentGatewayTimeout) IsServerError ¶
func (o *GetCoachingAppointmentGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment gateway timeout response has a 5xx status code
func (*GetCoachingAppointmentGatewayTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment gateway timeout response has a 2xx status code
func (*GetCoachingAppointmentGatewayTimeout) String ¶
func (o *GetCoachingAppointmentGatewayTimeout) String() string
type GetCoachingAppointmentInternalServerError ¶
GetCoachingAppointmentInternalServerError 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 NewGetCoachingAppointmentInternalServerError ¶
func NewGetCoachingAppointmentInternalServerError() *GetCoachingAppointmentInternalServerError
NewGetCoachingAppointmentInternalServerError creates a GetCoachingAppointmentInternalServerError with default headers values
func (*GetCoachingAppointmentInternalServerError) Error ¶
func (o *GetCoachingAppointmentInternalServerError) Error() string
func (*GetCoachingAppointmentInternalServerError) GetPayload ¶
func (o *GetCoachingAppointmentInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentInternalServerError) IsClientError ¶
func (o *GetCoachingAppointmentInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching appointment internal server error response has a 4xx status code
func (*GetCoachingAppointmentInternalServerError) IsCode ¶
func (o *GetCoachingAppointmentInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching appointment internal server error response a status code equal to that given
func (*GetCoachingAppointmentInternalServerError) IsRedirect ¶
func (o *GetCoachingAppointmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching appointment internal server error response has a 3xx status code
func (*GetCoachingAppointmentInternalServerError) IsServerError ¶
func (o *GetCoachingAppointmentInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching appointment internal server error response has a 5xx status code
func (*GetCoachingAppointmentInternalServerError) IsSuccess ¶
func (o *GetCoachingAppointmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching appointment internal server error response has a 2xx status code
func (*GetCoachingAppointmentInternalServerError) String ¶
func (o *GetCoachingAppointmentInternalServerError) String() string
type GetCoachingAppointmentNotFound ¶
GetCoachingAppointmentNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingAppointmentNotFound ¶
func NewGetCoachingAppointmentNotFound() *GetCoachingAppointmentNotFound
NewGetCoachingAppointmentNotFound creates a GetCoachingAppointmentNotFound with default headers values
func (*GetCoachingAppointmentNotFound) Error ¶
func (o *GetCoachingAppointmentNotFound) Error() string
func (*GetCoachingAppointmentNotFound) GetPayload ¶
func (o *GetCoachingAppointmentNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentNotFound) IsClientError ¶
func (o *GetCoachingAppointmentNotFound) IsClientError() bool
IsClientError returns true when this get coaching appointment not found response has a 4xx status code
func (*GetCoachingAppointmentNotFound) IsCode ¶
func (o *GetCoachingAppointmentNotFound) IsCode(code int) bool
IsCode returns true when this get coaching appointment not found response a status code equal to that given
func (*GetCoachingAppointmentNotFound) IsRedirect ¶
func (o *GetCoachingAppointmentNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching appointment not found response has a 3xx status code
func (*GetCoachingAppointmentNotFound) IsServerError ¶
func (o *GetCoachingAppointmentNotFound) IsServerError() bool
IsServerError returns true when this get coaching appointment not found response has a 5xx status code
func (*GetCoachingAppointmentNotFound) IsSuccess ¶
func (o *GetCoachingAppointmentNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching appointment not found response has a 2xx status code
func (*GetCoachingAppointmentNotFound) String ¶
func (o *GetCoachingAppointmentNotFound) String() string
type GetCoachingAppointmentOK ¶
type GetCoachingAppointmentOK struct {
Payload *models.CoachingAppointmentResponse
}
GetCoachingAppointmentOK describes a response with status code 200, with default header values.
Retrieved appointment
func NewGetCoachingAppointmentOK ¶
func NewGetCoachingAppointmentOK() *GetCoachingAppointmentOK
NewGetCoachingAppointmentOK creates a GetCoachingAppointmentOK with default headers values
func (*GetCoachingAppointmentOK) Error ¶
func (o *GetCoachingAppointmentOK) Error() string
func (*GetCoachingAppointmentOK) GetPayload ¶
func (o *GetCoachingAppointmentOK) GetPayload() *models.CoachingAppointmentResponse
func (*GetCoachingAppointmentOK) IsClientError ¶
func (o *GetCoachingAppointmentOK) IsClientError() bool
IsClientError returns true when this get coaching appointment o k response has a 4xx status code
func (*GetCoachingAppointmentOK) IsCode ¶
func (o *GetCoachingAppointmentOK) IsCode(code int) bool
IsCode returns true when this get coaching appointment o k response a status code equal to that given
func (*GetCoachingAppointmentOK) IsRedirect ¶
func (o *GetCoachingAppointmentOK) IsRedirect() bool
IsRedirect returns true when this get coaching appointment o k response has a 3xx status code
func (*GetCoachingAppointmentOK) IsServerError ¶
func (o *GetCoachingAppointmentOK) IsServerError() bool
IsServerError returns true when this get coaching appointment o k response has a 5xx status code
func (*GetCoachingAppointmentOK) IsSuccess ¶
func (o *GetCoachingAppointmentOK) IsSuccess() bool
IsSuccess returns true when this get coaching appointment o k response has a 2xx status code
func (*GetCoachingAppointmentOK) String ¶
func (o *GetCoachingAppointmentOK) String() string
type GetCoachingAppointmentParams ¶
type GetCoachingAppointmentParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCoachingAppointmentParams contains all the parameters to send to the API endpoint
for the get coaching appointment operation. Typically these are written to a http.Request.
func NewGetCoachingAppointmentParams ¶
func NewGetCoachingAppointmentParams() *GetCoachingAppointmentParams
NewGetCoachingAppointmentParams creates a new GetCoachingAppointmentParams 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 NewGetCoachingAppointmentParamsWithContext ¶
func NewGetCoachingAppointmentParamsWithContext(ctx context.Context) *GetCoachingAppointmentParams
NewGetCoachingAppointmentParamsWithContext creates a new GetCoachingAppointmentParams object with the ability to set a context for a request.
func NewGetCoachingAppointmentParamsWithHTTPClient ¶
func NewGetCoachingAppointmentParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentParams
NewGetCoachingAppointmentParamsWithHTTPClient creates a new GetCoachingAppointmentParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingAppointmentParamsWithTimeout ¶
func NewGetCoachingAppointmentParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentParams
NewGetCoachingAppointmentParamsWithTimeout creates a new GetCoachingAppointmentParams object with the ability to set a timeout on a request.
func (*GetCoachingAppointmentParams) SetAppointmentID ¶
func (o *GetCoachingAppointmentParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the get coaching appointment params
func (*GetCoachingAppointmentParams) SetContext ¶
func (o *GetCoachingAppointmentParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching appointment params
func (*GetCoachingAppointmentParams) SetDefaults ¶
func (o *GetCoachingAppointmentParams) SetDefaults()
SetDefaults hydrates default values in the get coaching appointment params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentParams) SetHTTPClient ¶
func (o *GetCoachingAppointmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching appointment params
func (*GetCoachingAppointmentParams) SetTimeout ¶
func (o *GetCoachingAppointmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching appointment params
func (*GetCoachingAppointmentParams) WithAppointmentID ¶
func (o *GetCoachingAppointmentParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentParams
WithAppointmentID adds the appointmentID to the get coaching appointment params
func (*GetCoachingAppointmentParams) WithContext ¶
func (o *GetCoachingAppointmentParams) WithContext(ctx context.Context) *GetCoachingAppointmentParams
WithContext adds the context to the get coaching appointment params
func (*GetCoachingAppointmentParams) WithDefaults ¶
func (o *GetCoachingAppointmentParams) WithDefaults() *GetCoachingAppointmentParams
WithDefaults hydrates default values in the get coaching appointment params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentParams) WithHTTPClient ¶
func (o *GetCoachingAppointmentParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentParams
WithHTTPClient adds the HTTPClient to the get coaching appointment params
func (*GetCoachingAppointmentParams) WithTimeout ¶
func (o *GetCoachingAppointmentParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentParams
WithTimeout adds the timeout to the get coaching appointment params
func (*GetCoachingAppointmentParams) WriteToRequest ¶
func (o *GetCoachingAppointmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingAppointmentReader ¶
type GetCoachingAppointmentReader struct {
// contains filtered or unexported fields
}
GetCoachingAppointmentReader is a Reader for the GetCoachingAppointment structure.
func (*GetCoachingAppointmentReader) ReadResponse ¶
func (o *GetCoachingAppointmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingAppointmentRequestEntityTooLarge ¶
GetCoachingAppointmentRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingAppointmentRequestEntityTooLarge ¶
func NewGetCoachingAppointmentRequestEntityTooLarge() *GetCoachingAppointmentRequestEntityTooLarge
NewGetCoachingAppointmentRequestEntityTooLarge creates a GetCoachingAppointmentRequestEntityTooLarge with default headers values
func (*GetCoachingAppointmentRequestEntityTooLarge) Error ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) Error() string
func (*GetCoachingAppointmentRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching appointment request entity too large response has a 4xx status code
func (*GetCoachingAppointmentRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching appointment request entity too large response a status code equal to that given
func (*GetCoachingAppointmentRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching appointment request entity too large response has a 3xx status code
func (*GetCoachingAppointmentRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching appointment request entity too large response has a 5xx status code
func (*GetCoachingAppointmentRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching appointment request entity too large response has a 2xx status code
func (*GetCoachingAppointmentRequestEntityTooLarge) String ¶
func (o *GetCoachingAppointmentRequestEntityTooLarge) String() string
type GetCoachingAppointmentRequestTimeout ¶
GetCoachingAppointmentRequestTimeout 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 NewGetCoachingAppointmentRequestTimeout ¶
func NewGetCoachingAppointmentRequestTimeout() *GetCoachingAppointmentRequestTimeout
NewGetCoachingAppointmentRequestTimeout creates a GetCoachingAppointmentRequestTimeout with default headers values
func (*GetCoachingAppointmentRequestTimeout) Error ¶
func (o *GetCoachingAppointmentRequestTimeout) Error() string
func (*GetCoachingAppointmentRequestTimeout) GetPayload ¶
func (o *GetCoachingAppointmentRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentRequestTimeout) IsClientError ¶
func (o *GetCoachingAppointmentRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment request timeout response has a 4xx status code
func (*GetCoachingAppointmentRequestTimeout) IsCode ¶
func (o *GetCoachingAppointmentRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment request timeout response a status code equal to that given
func (*GetCoachingAppointmentRequestTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment request timeout response has a 3xx status code
func (*GetCoachingAppointmentRequestTimeout) IsServerError ¶
func (o *GetCoachingAppointmentRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment request timeout response has a 5xx status code
func (*GetCoachingAppointmentRequestTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment request timeout response has a 2xx status code
func (*GetCoachingAppointmentRequestTimeout) String ¶
func (o *GetCoachingAppointmentRequestTimeout) String() string
type GetCoachingAppointmentServiceUnavailable ¶
type GetCoachingAppointmentServiceUnavailable struct {
}
GetCoachingAppointmentServiceUnavailable 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 NewGetCoachingAppointmentServiceUnavailable ¶
func NewGetCoachingAppointmentServiceUnavailable() *GetCoachingAppointmentServiceUnavailable
NewGetCoachingAppointmentServiceUnavailable creates a GetCoachingAppointmentServiceUnavailable with default headers values
func (*GetCoachingAppointmentServiceUnavailable) Error ¶
func (o *GetCoachingAppointmentServiceUnavailable) Error() string
func (*GetCoachingAppointmentServiceUnavailable) GetPayload ¶
func (o *GetCoachingAppointmentServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentServiceUnavailable) IsClientError ¶
func (o *GetCoachingAppointmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching appointment service unavailable response has a 4xx status code
func (*GetCoachingAppointmentServiceUnavailable) IsCode ¶
func (o *GetCoachingAppointmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching appointment service unavailable response a status code equal to that given
func (*GetCoachingAppointmentServiceUnavailable) IsRedirect ¶
func (o *GetCoachingAppointmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching appointment service unavailable response has a 3xx status code
func (*GetCoachingAppointmentServiceUnavailable) IsServerError ¶
func (o *GetCoachingAppointmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching appointment service unavailable response has a 5xx status code
func (*GetCoachingAppointmentServiceUnavailable) IsSuccess ¶
func (o *GetCoachingAppointmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching appointment service unavailable response has a 2xx status code
func (*GetCoachingAppointmentServiceUnavailable) String ¶
func (o *GetCoachingAppointmentServiceUnavailable) String() string
type GetCoachingAppointmentStatusesBadRequest ¶
GetCoachingAppointmentStatusesBadRequest 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 NewGetCoachingAppointmentStatusesBadRequest ¶
func NewGetCoachingAppointmentStatusesBadRequest() *GetCoachingAppointmentStatusesBadRequest
NewGetCoachingAppointmentStatusesBadRequest creates a GetCoachingAppointmentStatusesBadRequest with default headers values
func (*GetCoachingAppointmentStatusesBadRequest) Error ¶
func (o *GetCoachingAppointmentStatusesBadRequest) Error() string
func (*GetCoachingAppointmentStatusesBadRequest) GetPayload ¶
func (o *GetCoachingAppointmentStatusesBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesBadRequest) IsClientError ¶
func (o *GetCoachingAppointmentStatusesBadRequest) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses bad request response has a 4xx status code
func (*GetCoachingAppointmentStatusesBadRequest) IsCode ¶
func (o *GetCoachingAppointmentStatusesBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses bad request response a status code equal to that given
func (*GetCoachingAppointmentStatusesBadRequest) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses bad request response has a 3xx status code
func (*GetCoachingAppointmentStatusesBadRequest) IsServerError ¶
func (o *GetCoachingAppointmentStatusesBadRequest) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses bad request response has a 5xx status code
func (*GetCoachingAppointmentStatusesBadRequest) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses bad request response has a 2xx status code
func (*GetCoachingAppointmentStatusesBadRequest) String ¶
func (o *GetCoachingAppointmentStatusesBadRequest) String() string
type GetCoachingAppointmentStatusesForbidden ¶
GetCoachingAppointmentStatusesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingAppointmentStatusesForbidden ¶
func NewGetCoachingAppointmentStatusesForbidden() *GetCoachingAppointmentStatusesForbidden
NewGetCoachingAppointmentStatusesForbidden creates a GetCoachingAppointmentStatusesForbidden with default headers values
func (*GetCoachingAppointmentStatusesForbidden) Error ¶
func (o *GetCoachingAppointmentStatusesForbidden) Error() string
func (*GetCoachingAppointmentStatusesForbidden) GetPayload ¶
func (o *GetCoachingAppointmentStatusesForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesForbidden) IsClientError ¶
func (o *GetCoachingAppointmentStatusesForbidden) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses forbidden response has a 4xx status code
func (*GetCoachingAppointmentStatusesForbidden) IsCode ¶
func (o *GetCoachingAppointmentStatusesForbidden) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses forbidden response a status code equal to that given
func (*GetCoachingAppointmentStatusesForbidden) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses forbidden response has a 3xx status code
func (*GetCoachingAppointmentStatusesForbidden) IsServerError ¶
func (o *GetCoachingAppointmentStatusesForbidden) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses forbidden response has a 5xx status code
func (*GetCoachingAppointmentStatusesForbidden) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses forbidden response has a 2xx status code
func (*GetCoachingAppointmentStatusesForbidden) String ¶
func (o *GetCoachingAppointmentStatusesForbidden) String() string
type GetCoachingAppointmentStatusesGatewayTimeout ¶
GetCoachingAppointmentStatusesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingAppointmentStatusesGatewayTimeout ¶
func NewGetCoachingAppointmentStatusesGatewayTimeout() *GetCoachingAppointmentStatusesGatewayTimeout
NewGetCoachingAppointmentStatusesGatewayTimeout creates a GetCoachingAppointmentStatusesGatewayTimeout with default headers values
func (*GetCoachingAppointmentStatusesGatewayTimeout) Error ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) Error() string
func (*GetCoachingAppointmentStatusesGatewayTimeout) GetPayload ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesGatewayTimeout) IsClientError ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses gateway timeout response has a 4xx status code
func (*GetCoachingAppointmentStatusesGatewayTimeout) IsCode ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses gateway timeout response a status code equal to that given
func (*GetCoachingAppointmentStatusesGatewayTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses gateway timeout response has a 3xx status code
func (*GetCoachingAppointmentStatusesGatewayTimeout) IsServerError ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses gateway timeout response has a 5xx status code
func (*GetCoachingAppointmentStatusesGatewayTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses gateway timeout response has a 2xx status code
func (*GetCoachingAppointmentStatusesGatewayTimeout) String ¶
func (o *GetCoachingAppointmentStatusesGatewayTimeout) String() string
type GetCoachingAppointmentStatusesInternalServerError ¶
GetCoachingAppointmentStatusesInternalServerError 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 NewGetCoachingAppointmentStatusesInternalServerError ¶
func NewGetCoachingAppointmentStatusesInternalServerError() *GetCoachingAppointmentStatusesInternalServerError
NewGetCoachingAppointmentStatusesInternalServerError creates a GetCoachingAppointmentStatusesInternalServerError with default headers values
func (*GetCoachingAppointmentStatusesInternalServerError) Error ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) Error() string
func (*GetCoachingAppointmentStatusesInternalServerError) GetPayload ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesInternalServerError) IsClientError ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses internal server error response has a 4xx status code
func (*GetCoachingAppointmentStatusesInternalServerError) IsCode ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses internal server error response a status code equal to that given
func (*GetCoachingAppointmentStatusesInternalServerError) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses internal server error response has a 3xx status code
func (*GetCoachingAppointmentStatusesInternalServerError) IsServerError ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses internal server error response has a 5xx status code
func (*GetCoachingAppointmentStatusesInternalServerError) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses internal server error response has a 2xx status code
func (*GetCoachingAppointmentStatusesInternalServerError) String ¶
func (o *GetCoachingAppointmentStatusesInternalServerError) String() string
type GetCoachingAppointmentStatusesNotFound ¶
GetCoachingAppointmentStatusesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingAppointmentStatusesNotFound ¶
func NewGetCoachingAppointmentStatusesNotFound() *GetCoachingAppointmentStatusesNotFound
NewGetCoachingAppointmentStatusesNotFound creates a GetCoachingAppointmentStatusesNotFound with default headers values
func (*GetCoachingAppointmentStatusesNotFound) Error ¶
func (o *GetCoachingAppointmentStatusesNotFound) Error() string
func (*GetCoachingAppointmentStatusesNotFound) GetPayload ¶
func (o *GetCoachingAppointmentStatusesNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesNotFound) IsClientError ¶
func (o *GetCoachingAppointmentStatusesNotFound) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses not found response has a 4xx status code
func (*GetCoachingAppointmentStatusesNotFound) IsCode ¶
func (o *GetCoachingAppointmentStatusesNotFound) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses not found response a status code equal to that given
func (*GetCoachingAppointmentStatusesNotFound) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses not found response has a 3xx status code
func (*GetCoachingAppointmentStatusesNotFound) IsServerError ¶
func (o *GetCoachingAppointmentStatusesNotFound) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses not found response has a 5xx status code
func (*GetCoachingAppointmentStatusesNotFound) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses not found response has a 2xx status code
func (*GetCoachingAppointmentStatusesNotFound) String ¶
func (o *GetCoachingAppointmentStatusesNotFound) String() string
type GetCoachingAppointmentStatusesOK ¶
type GetCoachingAppointmentStatusesOK struct {
Payload *models.CoachingAppointmentStatusResponseList
}
GetCoachingAppointmentStatusesOK describes a response with status code 200, with default header values.
Retrieved appointment statuses
func NewGetCoachingAppointmentStatusesOK ¶
func NewGetCoachingAppointmentStatusesOK() *GetCoachingAppointmentStatusesOK
NewGetCoachingAppointmentStatusesOK creates a GetCoachingAppointmentStatusesOK with default headers values
func (*GetCoachingAppointmentStatusesOK) Error ¶
func (o *GetCoachingAppointmentStatusesOK) Error() string
func (*GetCoachingAppointmentStatusesOK) GetPayload ¶
func (o *GetCoachingAppointmentStatusesOK) GetPayload() *models.CoachingAppointmentStatusResponseList
func (*GetCoachingAppointmentStatusesOK) IsClientError ¶
func (o *GetCoachingAppointmentStatusesOK) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses o k response has a 4xx status code
func (*GetCoachingAppointmentStatusesOK) IsCode ¶
func (o *GetCoachingAppointmentStatusesOK) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses o k response a status code equal to that given
func (*GetCoachingAppointmentStatusesOK) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesOK) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses o k response has a 3xx status code
func (*GetCoachingAppointmentStatusesOK) IsServerError ¶
func (o *GetCoachingAppointmentStatusesOK) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses o k response has a 5xx status code
func (*GetCoachingAppointmentStatusesOK) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesOK) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses o k response has a 2xx status code
func (*GetCoachingAppointmentStatusesOK) String ¶
func (o *GetCoachingAppointmentStatusesOK) String() string
type GetCoachingAppointmentStatusesParams ¶
type GetCoachingAppointmentStatusesParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID 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
}
GetCoachingAppointmentStatusesParams contains all the parameters to send to the API endpoint
for the get coaching appointment statuses operation. Typically these are written to a http.Request.
func NewGetCoachingAppointmentStatusesParams ¶
func NewGetCoachingAppointmentStatusesParams() *GetCoachingAppointmentStatusesParams
NewGetCoachingAppointmentStatusesParams creates a new GetCoachingAppointmentStatusesParams 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 NewGetCoachingAppointmentStatusesParamsWithContext ¶
func NewGetCoachingAppointmentStatusesParamsWithContext(ctx context.Context) *GetCoachingAppointmentStatusesParams
NewGetCoachingAppointmentStatusesParamsWithContext creates a new GetCoachingAppointmentStatusesParams object with the ability to set a context for a request.
func NewGetCoachingAppointmentStatusesParamsWithHTTPClient ¶
func NewGetCoachingAppointmentStatusesParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentStatusesParams
NewGetCoachingAppointmentStatusesParamsWithHTTPClient creates a new GetCoachingAppointmentStatusesParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingAppointmentStatusesParamsWithTimeout ¶
func NewGetCoachingAppointmentStatusesParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentStatusesParams
NewGetCoachingAppointmentStatusesParamsWithTimeout creates a new GetCoachingAppointmentStatusesParams object with the ability to set a timeout on a request.
func (*GetCoachingAppointmentStatusesParams) SetAppointmentID ¶
func (o *GetCoachingAppointmentStatusesParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) SetContext ¶
func (o *GetCoachingAppointmentStatusesParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) SetDefaults ¶
func (o *GetCoachingAppointmentStatusesParams) SetDefaults()
SetDefaults hydrates default values in the get coaching appointment statuses params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentStatusesParams) SetHTTPClient ¶
func (o *GetCoachingAppointmentStatusesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) SetPageNumber ¶
func (o *GetCoachingAppointmentStatusesParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) SetPageSize ¶
func (o *GetCoachingAppointmentStatusesParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) SetTimeout ¶
func (o *GetCoachingAppointmentStatusesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) WithAppointmentID ¶
func (o *GetCoachingAppointmentStatusesParams) WithAppointmentID(appointmentID string) *GetCoachingAppointmentStatusesParams
WithAppointmentID adds the appointmentID to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) WithContext ¶
func (o *GetCoachingAppointmentStatusesParams) WithContext(ctx context.Context) *GetCoachingAppointmentStatusesParams
WithContext adds the context to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) WithDefaults ¶
func (o *GetCoachingAppointmentStatusesParams) WithDefaults() *GetCoachingAppointmentStatusesParams
WithDefaults hydrates default values in the get coaching appointment statuses params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentStatusesParams) WithHTTPClient ¶
func (o *GetCoachingAppointmentStatusesParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentStatusesParams
WithHTTPClient adds the HTTPClient to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) WithPageNumber ¶
func (o *GetCoachingAppointmentStatusesParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentStatusesParams
WithPageNumber adds the pageNumber to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) WithPageSize ¶
func (o *GetCoachingAppointmentStatusesParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentStatusesParams
WithPageSize adds the pageSize to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) WithTimeout ¶
func (o *GetCoachingAppointmentStatusesParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentStatusesParams
WithTimeout adds the timeout to the get coaching appointment statuses params
func (*GetCoachingAppointmentStatusesParams) WriteToRequest ¶
func (o *GetCoachingAppointmentStatusesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingAppointmentStatusesReader ¶
type GetCoachingAppointmentStatusesReader struct {
// contains filtered or unexported fields
}
GetCoachingAppointmentStatusesReader is a Reader for the GetCoachingAppointmentStatuses structure.
func (*GetCoachingAppointmentStatusesReader) ReadResponse ¶
func (o *GetCoachingAppointmentStatusesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingAppointmentStatusesRequestEntityTooLarge ¶
GetCoachingAppointmentStatusesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingAppointmentStatusesRequestEntityTooLarge ¶
func NewGetCoachingAppointmentStatusesRequestEntityTooLarge() *GetCoachingAppointmentStatusesRequestEntityTooLarge
NewGetCoachingAppointmentStatusesRequestEntityTooLarge creates a GetCoachingAppointmentStatusesRequestEntityTooLarge with default headers values
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) Error ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) Error() string
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses request entity too large response has a 4xx status code
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses request entity too large response a status code equal to that given
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses request entity too large response has a 3xx status code
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses request entity too large response has a 5xx status code
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses request entity too large response has a 2xx status code
func (*GetCoachingAppointmentStatusesRequestEntityTooLarge) String ¶
func (o *GetCoachingAppointmentStatusesRequestEntityTooLarge) String() string
type GetCoachingAppointmentStatusesRequestTimeout ¶
GetCoachingAppointmentStatusesRequestTimeout 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 NewGetCoachingAppointmentStatusesRequestTimeout ¶
func NewGetCoachingAppointmentStatusesRequestTimeout() *GetCoachingAppointmentStatusesRequestTimeout
NewGetCoachingAppointmentStatusesRequestTimeout creates a GetCoachingAppointmentStatusesRequestTimeout with default headers values
func (*GetCoachingAppointmentStatusesRequestTimeout) Error ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) Error() string
func (*GetCoachingAppointmentStatusesRequestTimeout) GetPayload ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesRequestTimeout) IsClientError ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses request timeout response has a 4xx status code
func (*GetCoachingAppointmentStatusesRequestTimeout) IsCode ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses request timeout response a status code equal to that given
func (*GetCoachingAppointmentStatusesRequestTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses request timeout response has a 3xx status code
func (*GetCoachingAppointmentStatusesRequestTimeout) IsServerError ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses request timeout response has a 5xx status code
func (*GetCoachingAppointmentStatusesRequestTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses request timeout response has a 2xx status code
func (*GetCoachingAppointmentStatusesRequestTimeout) String ¶
func (o *GetCoachingAppointmentStatusesRequestTimeout) String() string
type GetCoachingAppointmentStatusesServiceUnavailable ¶
type GetCoachingAppointmentStatusesServiceUnavailable struct {
}
GetCoachingAppointmentStatusesServiceUnavailable 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 NewGetCoachingAppointmentStatusesServiceUnavailable ¶
func NewGetCoachingAppointmentStatusesServiceUnavailable() *GetCoachingAppointmentStatusesServiceUnavailable
NewGetCoachingAppointmentStatusesServiceUnavailable creates a GetCoachingAppointmentStatusesServiceUnavailable with default headers values
func (*GetCoachingAppointmentStatusesServiceUnavailable) Error ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) Error() string
func (*GetCoachingAppointmentStatusesServiceUnavailable) GetPayload ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesServiceUnavailable) IsClientError ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses service unavailable response has a 4xx status code
func (*GetCoachingAppointmentStatusesServiceUnavailable) IsCode ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses service unavailable response a status code equal to that given
func (*GetCoachingAppointmentStatusesServiceUnavailable) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses service unavailable response has a 3xx status code
func (*GetCoachingAppointmentStatusesServiceUnavailable) IsServerError ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses service unavailable response has a 5xx status code
func (*GetCoachingAppointmentStatusesServiceUnavailable) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses service unavailable response has a 2xx status code
func (*GetCoachingAppointmentStatusesServiceUnavailable) String ¶
func (o *GetCoachingAppointmentStatusesServiceUnavailable) String() string
type GetCoachingAppointmentStatusesTooManyRequests ¶
GetCoachingAppointmentStatusesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingAppointmentStatusesTooManyRequests ¶
func NewGetCoachingAppointmentStatusesTooManyRequests() *GetCoachingAppointmentStatusesTooManyRequests
NewGetCoachingAppointmentStatusesTooManyRequests creates a GetCoachingAppointmentStatusesTooManyRequests with default headers values
func (*GetCoachingAppointmentStatusesTooManyRequests) Error ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) Error() string
func (*GetCoachingAppointmentStatusesTooManyRequests) GetPayload ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesTooManyRequests) IsClientError ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses too many requests response has a 4xx status code
func (*GetCoachingAppointmentStatusesTooManyRequests) IsCode ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses too many requests response a status code equal to that given
func (*GetCoachingAppointmentStatusesTooManyRequests) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses too many requests response has a 3xx status code
func (*GetCoachingAppointmentStatusesTooManyRequests) IsServerError ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses too many requests response has a 5xx status code
func (*GetCoachingAppointmentStatusesTooManyRequests) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses too many requests response has a 2xx status code
func (*GetCoachingAppointmentStatusesTooManyRequests) String ¶
func (o *GetCoachingAppointmentStatusesTooManyRequests) String() string
type GetCoachingAppointmentStatusesUnauthorized ¶
type GetCoachingAppointmentStatusesUnauthorized struct {
}
GetCoachingAppointmentStatusesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingAppointmentStatusesUnauthorized ¶
func NewGetCoachingAppointmentStatusesUnauthorized() *GetCoachingAppointmentStatusesUnauthorized
NewGetCoachingAppointmentStatusesUnauthorized creates a GetCoachingAppointmentStatusesUnauthorized with default headers values
func (*GetCoachingAppointmentStatusesUnauthorized) Error ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) Error() string
func (*GetCoachingAppointmentStatusesUnauthorized) GetPayload ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesUnauthorized) IsClientError ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses unauthorized response has a 4xx status code
func (*GetCoachingAppointmentStatusesUnauthorized) IsCode ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses unauthorized response a status code equal to that given
func (*GetCoachingAppointmentStatusesUnauthorized) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses unauthorized response has a 3xx status code
func (*GetCoachingAppointmentStatusesUnauthorized) IsServerError ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses unauthorized response has a 5xx status code
func (*GetCoachingAppointmentStatusesUnauthorized) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses unauthorized response has a 2xx status code
func (*GetCoachingAppointmentStatusesUnauthorized) String ¶
func (o *GetCoachingAppointmentStatusesUnauthorized) String() string
type GetCoachingAppointmentStatusesUnsupportedMediaType ¶
GetCoachingAppointmentStatusesUnsupportedMediaType 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 NewGetCoachingAppointmentStatusesUnsupportedMediaType ¶
func NewGetCoachingAppointmentStatusesUnsupportedMediaType() *GetCoachingAppointmentStatusesUnsupportedMediaType
NewGetCoachingAppointmentStatusesUnsupportedMediaType creates a GetCoachingAppointmentStatusesUnsupportedMediaType with default headers values
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) Error ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) Error() string
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching appointment statuses unsupported media type response has a 4xx status code
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) IsCode ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching appointment statuses unsupported media type response a status code equal to that given
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching appointment statuses unsupported media type response has a 3xx status code
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching appointment statuses unsupported media type response has a 5xx status code
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching appointment statuses unsupported media type response has a 2xx status code
func (*GetCoachingAppointmentStatusesUnsupportedMediaType) String ¶
func (o *GetCoachingAppointmentStatusesUnsupportedMediaType) String() string
type GetCoachingAppointmentTooManyRequests ¶
GetCoachingAppointmentTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingAppointmentTooManyRequests ¶
func NewGetCoachingAppointmentTooManyRequests() *GetCoachingAppointmentTooManyRequests
NewGetCoachingAppointmentTooManyRequests creates a GetCoachingAppointmentTooManyRequests with default headers values
func (*GetCoachingAppointmentTooManyRequests) Error ¶
func (o *GetCoachingAppointmentTooManyRequests) Error() string
func (*GetCoachingAppointmentTooManyRequests) GetPayload ¶
func (o *GetCoachingAppointmentTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentTooManyRequests) IsClientError ¶
func (o *GetCoachingAppointmentTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching appointment too many requests response has a 4xx status code
func (*GetCoachingAppointmentTooManyRequests) IsCode ¶
func (o *GetCoachingAppointmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching appointment too many requests response a status code equal to that given
func (*GetCoachingAppointmentTooManyRequests) IsRedirect ¶
func (o *GetCoachingAppointmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching appointment too many requests response has a 3xx status code
func (*GetCoachingAppointmentTooManyRequests) IsServerError ¶
func (o *GetCoachingAppointmentTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching appointment too many requests response has a 5xx status code
func (*GetCoachingAppointmentTooManyRequests) IsSuccess ¶
func (o *GetCoachingAppointmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching appointment too many requests response has a 2xx status code
func (*GetCoachingAppointmentTooManyRequests) String ¶
func (o *GetCoachingAppointmentTooManyRequests) String() string
type GetCoachingAppointmentUnauthorized ¶
type GetCoachingAppointmentUnauthorized struct {
}
GetCoachingAppointmentUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingAppointmentUnauthorized ¶
func NewGetCoachingAppointmentUnauthorized() *GetCoachingAppointmentUnauthorized
NewGetCoachingAppointmentUnauthorized creates a GetCoachingAppointmentUnauthorized with default headers values
func (*GetCoachingAppointmentUnauthorized) Error ¶
func (o *GetCoachingAppointmentUnauthorized) Error() string
func (*GetCoachingAppointmentUnauthorized) GetPayload ¶
func (o *GetCoachingAppointmentUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentUnauthorized) IsClientError ¶
func (o *GetCoachingAppointmentUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching appointment unauthorized response has a 4xx status code
func (*GetCoachingAppointmentUnauthorized) IsCode ¶
func (o *GetCoachingAppointmentUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching appointment unauthorized response a status code equal to that given
func (*GetCoachingAppointmentUnauthorized) IsRedirect ¶
func (o *GetCoachingAppointmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching appointment unauthorized response has a 3xx status code
func (*GetCoachingAppointmentUnauthorized) IsServerError ¶
func (o *GetCoachingAppointmentUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching appointment unauthorized response has a 5xx status code
func (*GetCoachingAppointmentUnauthorized) IsSuccess ¶
func (o *GetCoachingAppointmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching appointment unauthorized response has a 2xx status code
func (*GetCoachingAppointmentUnauthorized) String ¶
func (o *GetCoachingAppointmentUnauthorized) String() string
type GetCoachingAppointmentUnsupportedMediaType ¶
GetCoachingAppointmentUnsupportedMediaType 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 NewGetCoachingAppointmentUnsupportedMediaType ¶
func NewGetCoachingAppointmentUnsupportedMediaType() *GetCoachingAppointmentUnsupportedMediaType
NewGetCoachingAppointmentUnsupportedMediaType creates a GetCoachingAppointmentUnsupportedMediaType with default headers values
func (*GetCoachingAppointmentUnsupportedMediaType) Error ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) Error() string
func (*GetCoachingAppointmentUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching appointment unsupported media type response has a 4xx status code
func (*GetCoachingAppointmentUnsupportedMediaType) IsCode ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching appointment unsupported media type response a status code equal to that given
func (*GetCoachingAppointmentUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching appointment unsupported media type response has a 3xx status code
func (*GetCoachingAppointmentUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching appointment unsupported media type response has a 5xx status code
func (*GetCoachingAppointmentUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching appointment unsupported media type response has a 2xx status code
func (*GetCoachingAppointmentUnsupportedMediaType) String ¶
func (o *GetCoachingAppointmentUnsupportedMediaType) String() string
type GetCoachingAppointmentsBadRequest ¶
GetCoachingAppointmentsBadRequest 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 NewGetCoachingAppointmentsBadRequest ¶
func NewGetCoachingAppointmentsBadRequest() *GetCoachingAppointmentsBadRequest
NewGetCoachingAppointmentsBadRequest creates a GetCoachingAppointmentsBadRequest with default headers values
func (*GetCoachingAppointmentsBadRequest) Error ¶
func (o *GetCoachingAppointmentsBadRequest) Error() string
func (*GetCoachingAppointmentsBadRequest) GetPayload ¶
func (o *GetCoachingAppointmentsBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsBadRequest) IsClientError ¶
func (o *GetCoachingAppointmentsBadRequest) IsClientError() bool
IsClientError returns true when this get coaching appointments bad request response has a 4xx status code
func (*GetCoachingAppointmentsBadRequest) IsCode ¶
func (o *GetCoachingAppointmentsBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching appointments bad request response a status code equal to that given
func (*GetCoachingAppointmentsBadRequest) IsRedirect ¶
func (o *GetCoachingAppointmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching appointments bad request response has a 3xx status code
func (*GetCoachingAppointmentsBadRequest) IsServerError ¶
func (o *GetCoachingAppointmentsBadRequest) IsServerError() bool
IsServerError returns true when this get coaching appointments bad request response has a 5xx status code
func (*GetCoachingAppointmentsBadRequest) IsSuccess ¶
func (o *GetCoachingAppointmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching appointments bad request response has a 2xx status code
func (*GetCoachingAppointmentsBadRequest) String ¶
func (o *GetCoachingAppointmentsBadRequest) String() string
type GetCoachingAppointmentsForbidden ¶
GetCoachingAppointmentsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingAppointmentsForbidden ¶
func NewGetCoachingAppointmentsForbidden() *GetCoachingAppointmentsForbidden
NewGetCoachingAppointmentsForbidden creates a GetCoachingAppointmentsForbidden with default headers values
func (*GetCoachingAppointmentsForbidden) Error ¶
func (o *GetCoachingAppointmentsForbidden) Error() string
func (*GetCoachingAppointmentsForbidden) GetPayload ¶
func (o *GetCoachingAppointmentsForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsForbidden) IsClientError ¶
func (o *GetCoachingAppointmentsForbidden) IsClientError() bool
IsClientError returns true when this get coaching appointments forbidden response has a 4xx status code
func (*GetCoachingAppointmentsForbidden) IsCode ¶
func (o *GetCoachingAppointmentsForbidden) IsCode(code int) bool
IsCode returns true when this get coaching appointments forbidden response a status code equal to that given
func (*GetCoachingAppointmentsForbidden) IsRedirect ¶
func (o *GetCoachingAppointmentsForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching appointments forbidden response has a 3xx status code
func (*GetCoachingAppointmentsForbidden) IsServerError ¶
func (o *GetCoachingAppointmentsForbidden) IsServerError() bool
IsServerError returns true when this get coaching appointments forbidden response has a 5xx status code
func (*GetCoachingAppointmentsForbidden) IsSuccess ¶
func (o *GetCoachingAppointmentsForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching appointments forbidden response has a 2xx status code
func (*GetCoachingAppointmentsForbidden) String ¶
func (o *GetCoachingAppointmentsForbidden) String() string
type GetCoachingAppointmentsGatewayTimeout ¶
GetCoachingAppointmentsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingAppointmentsGatewayTimeout ¶
func NewGetCoachingAppointmentsGatewayTimeout() *GetCoachingAppointmentsGatewayTimeout
NewGetCoachingAppointmentsGatewayTimeout creates a GetCoachingAppointmentsGatewayTimeout with default headers values
func (*GetCoachingAppointmentsGatewayTimeout) Error ¶
func (o *GetCoachingAppointmentsGatewayTimeout) Error() string
func (*GetCoachingAppointmentsGatewayTimeout) GetPayload ¶
func (o *GetCoachingAppointmentsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsGatewayTimeout) IsClientError ¶
func (o *GetCoachingAppointmentsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointments gateway timeout response has a 4xx status code
func (*GetCoachingAppointmentsGatewayTimeout) IsCode ¶
func (o *GetCoachingAppointmentsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointments gateway timeout response a status code equal to that given
func (*GetCoachingAppointmentsGatewayTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointments gateway timeout response has a 3xx status code
func (*GetCoachingAppointmentsGatewayTimeout) IsServerError ¶
func (o *GetCoachingAppointmentsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointments gateway timeout response has a 5xx status code
func (*GetCoachingAppointmentsGatewayTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointments gateway timeout response has a 2xx status code
func (*GetCoachingAppointmentsGatewayTimeout) String ¶
func (o *GetCoachingAppointmentsGatewayTimeout) String() string
type GetCoachingAppointmentsInternalServerError ¶
GetCoachingAppointmentsInternalServerError 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 NewGetCoachingAppointmentsInternalServerError ¶
func NewGetCoachingAppointmentsInternalServerError() *GetCoachingAppointmentsInternalServerError
NewGetCoachingAppointmentsInternalServerError creates a GetCoachingAppointmentsInternalServerError with default headers values
func (*GetCoachingAppointmentsInternalServerError) Error ¶
func (o *GetCoachingAppointmentsInternalServerError) Error() string
func (*GetCoachingAppointmentsInternalServerError) GetPayload ¶
func (o *GetCoachingAppointmentsInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsInternalServerError) IsClientError ¶
func (o *GetCoachingAppointmentsInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching appointments internal server error response has a 4xx status code
func (*GetCoachingAppointmentsInternalServerError) IsCode ¶
func (o *GetCoachingAppointmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching appointments internal server error response a status code equal to that given
func (*GetCoachingAppointmentsInternalServerError) IsRedirect ¶
func (o *GetCoachingAppointmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching appointments internal server error response has a 3xx status code
func (*GetCoachingAppointmentsInternalServerError) IsServerError ¶
func (o *GetCoachingAppointmentsInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching appointments internal server error response has a 5xx status code
func (*GetCoachingAppointmentsInternalServerError) IsSuccess ¶
func (o *GetCoachingAppointmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching appointments internal server error response has a 2xx status code
func (*GetCoachingAppointmentsInternalServerError) String ¶
func (o *GetCoachingAppointmentsInternalServerError) String() string
type GetCoachingAppointmentsMeBadRequest ¶
GetCoachingAppointmentsMeBadRequest 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 NewGetCoachingAppointmentsMeBadRequest ¶
func NewGetCoachingAppointmentsMeBadRequest() *GetCoachingAppointmentsMeBadRequest
NewGetCoachingAppointmentsMeBadRequest creates a GetCoachingAppointmentsMeBadRequest with default headers values
func (*GetCoachingAppointmentsMeBadRequest) Error ¶
func (o *GetCoachingAppointmentsMeBadRequest) Error() string
func (*GetCoachingAppointmentsMeBadRequest) GetPayload ¶
func (o *GetCoachingAppointmentsMeBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeBadRequest) IsClientError ¶
func (o *GetCoachingAppointmentsMeBadRequest) IsClientError() bool
IsClientError returns true when this get coaching appointments me bad request response has a 4xx status code
func (*GetCoachingAppointmentsMeBadRequest) IsCode ¶
func (o *GetCoachingAppointmentsMeBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching appointments me bad request response a status code equal to that given
func (*GetCoachingAppointmentsMeBadRequest) IsRedirect ¶
func (o *GetCoachingAppointmentsMeBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me bad request response has a 3xx status code
func (*GetCoachingAppointmentsMeBadRequest) IsServerError ¶
func (o *GetCoachingAppointmentsMeBadRequest) IsServerError() bool
IsServerError returns true when this get coaching appointments me bad request response has a 5xx status code
func (*GetCoachingAppointmentsMeBadRequest) IsSuccess ¶
func (o *GetCoachingAppointmentsMeBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me bad request response has a 2xx status code
func (*GetCoachingAppointmentsMeBadRequest) String ¶
func (o *GetCoachingAppointmentsMeBadRequest) String() string
type GetCoachingAppointmentsMeForbidden ¶
GetCoachingAppointmentsMeForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingAppointmentsMeForbidden ¶
func NewGetCoachingAppointmentsMeForbidden() *GetCoachingAppointmentsMeForbidden
NewGetCoachingAppointmentsMeForbidden creates a GetCoachingAppointmentsMeForbidden with default headers values
func (*GetCoachingAppointmentsMeForbidden) Error ¶
func (o *GetCoachingAppointmentsMeForbidden) Error() string
func (*GetCoachingAppointmentsMeForbidden) GetPayload ¶
func (o *GetCoachingAppointmentsMeForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeForbidden) IsClientError ¶
func (o *GetCoachingAppointmentsMeForbidden) IsClientError() bool
IsClientError returns true when this get coaching appointments me forbidden response has a 4xx status code
func (*GetCoachingAppointmentsMeForbidden) IsCode ¶
func (o *GetCoachingAppointmentsMeForbidden) IsCode(code int) bool
IsCode returns true when this get coaching appointments me forbidden response a status code equal to that given
func (*GetCoachingAppointmentsMeForbidden) IsRedirect ¶
func (o *GetCoachingAppointmentsMeForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me forbidden response has a 3xx status code
func (*GetCoachingAppointmentsMeForbidden) IsServerError ¶
func (o *GetCoachingAppointmentsMeForbidden) IsServerError() bool
IsServerError returns true when this get coaching appointments me forbidden response has a 5xx status code
func (*GetCoachingAppointmentsMeForbidden) IsSuccess ¶
func (o *GetCoachingAppointmentsMeForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me forbidden response has a 2xx status code
func (*GetCoachingAppointmentsMeForbidden) String ¶
func (o *GetCoachingAppointmentsMeForbidden) String() string
type GetCoachingAppointmentsMeGatewayTimeout ¶
GetCoachingAppointmentsMeGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingAppointmentsMeGatewayTimeout ¶
func NewGetCoachingAppointmentsMeGatewayTimeout() *GetCoachingAppointmentsMeGatewayTimeout
NewGetCoachingAppointmentsMeGatewayTimeout creates a GetCoachingAppointmentsMeGatewayTimeout with default headers values
func (*GetCoachingAppointmentsMeGatewayTimeout) Error ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) Error() string
func (*GetCoachingAppointmentsMeGatewayTimeout) GetPayload ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeGatewayTimeout) IsClientError ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointments me gateway timeout response has a 4xx status code
func (*GetCoachingAppointmentsMeGatewayTimeout) IsCode ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointments me gateway timeout response a status code equal to that given
func (*GetCoachingAppointmentsMeGatewayTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me gateway timeout response has a 3xx status code
func (*GetCoachingAppointmentsMeGatewayTimeout) IsServerError ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointments me gateway timeout response has a 5xx status code
func (*GetCoachingAppointmentsMeGatewayTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me gateway timeout response has a 2xx status code
func (*GetCoachingAppointmentsMeGatewayTimeout) String ¶
func (o *GetCoachingAppointmentsMeGatewayTimeout) String() string
type GetCoachingAppointmentsMeInternalServerError ¶
GetCoachingAppointmentsMeInternalServerError 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 NewGetCoachingAppointmentsMeInternalServerError ¶
func NewGetCoachingAppointmentsMeInternalServerError() *GetCoachingAppointmentsMeInternalServerError
NewGetCoachingAppointmentsMeInternalServerError creates a GetCoachingAppointmentsMeInternalServerError with default headers values
func (*GetCoachingAppointmentsMeInternalServerError) Error ¶
func (o *GetCoachingAppointmentsMeInternalServerError) Error() string
func (*GetCoachingAppointmentsMeInternalServerError) GetPayload ¶
func (o *GetCoachingAppointmentsMeInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeInternalServerError) IsClientError ¶
func (o *GetCoachingAppointmentsMeInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching appointments me internal server error response has a 4xx status code
func (*GetCoachingAppointmentsMeInternalServerError) IsCode ¶
func (o *GetCoachingAppointmentsMeInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching appointments me internal server error response a status code equal to that given
func (*GetCoachingAppointmentsMeInternalServerError) IsRedirect ¶
func (o *GetCoachingAppointmentsMeInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me internal server error response has a 3xx status code
func (*GetCoachingAppointmentsMeInternalServerError) IsServerError ¶
func (o *GetCoachingAppointmentsMeInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching appointments me internal server error response has a 5xx status code
func (*GetCoachingAppointmentsMeInternalServerError) IsSuccess ¶
func (o *GetCoachingAppointmentsMeInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me internal server error response has a 2xx status code
func (*GetCoachingAppointmentsMeInternalServerError) String ¶
func (o *GetCoachingAppointmentsMeInternalServerError) String() string
type GetCoachingAppointmentsMeNotFound ¶
GetCoachingAppointmentsMeNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingAppointmentsMeNotFound ¶
func NewGetCoachingAppointmentsMeNotFound() *GetCoachingAppointmentsMeNotFound
NewGetCoachingAppointmentsMeNotFound creates a GetCoachingAppointmentsMeNotFound with default headers values
func (*GetCoachingAppointmentsMeNotFound) Error ¶
func (o *GetCoachingAppointmentsMeNotFound) Error() string
func (*GetCoachingAppointmentsMeNotFound) GetPayload ¶
func (o *GetCoachingAppointmentsMeNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeNotFound) IsClientError ¶
func (o *GetCoachingAppointmentsMeNotFound) IsClientError() bool
IsClientError returns true when this get coaching appointments me not found response has a 4xx status code
func (*GetCoachingAppointmentsMeNotFound) IsCode ¶
func (o *GetCoachingAppointmentsMeNotFound) IsCode(code int) bool
IsCode returns true when this get coaching appointments me not found response a status code equal to that given
func (*GetCoachingAppointmentsMeNotFound) IsRedirect ¶
func (o *GetCoachingAppointmentsMeNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me not found response has a 3xx status code
func (*GetCoachingAppointmentsMeNotFound) IsServerError ¶
func (o *GetCoachingAppointmentsMeNotFound) IsServerError() bool
IsServerError returns true when this get coaching appointments me not found response has a 5xx status code
func (*GetCoachingAppointmentsMeNotFound) IsSuccess ¶
func (o *GetCoachingAppointmentsMeNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me not found response has a 2xx status code
func (*GetCoachingAppointmentsMeNotFound) String ¶
func (o *GetCoachingAppointmentsMeNotFound) String() string
type GetCoachingAppointmentsMeOK ¶
type GetCoachingAppointmentsMeOK struct {
Payload *models.CoachingAppointmentResponseList
}
GetCoachingAppointmentsMeOK describes a response with status code 200, with default header values.
Get my coaching appointments successful
func NewGetCoachingAppointmentsMeOK ¶
func NewGetCoachingAppointmentsMeOK() *GetCoachingAppointmentsMeOK
NewGetCoachingAppointmentsMeOK creates a GetCoachingAppointmentsMeOK with default headers values
func (*GetCoachingAppointmentsMeOK) Error ¶
func (o *GetCoachingAppointmentsMeOK) Error() string
func (*GetCoachingAppointmentsMeOK) GetPayload ¶
func (o *GetCoachingAppointmentsMeOK) GetPayload() *models.CoachingAppointmentResponseList
func (*GetCoachingAppointmentsMeOK) IsClientError ¶
func (o *GetCoachingAppointmentsMeOK) IsClientError() bool
IsClientError returns true when this get coaching appointments me o k response has a 4xx status code
func (*GetCoachingAppointmentsMeOK) IsCode ¶
func (o *GetCoachingAppointmentsMeOK) IsCode(code int) bool
IsCode returns true when this get coaching appointments me o k response a status code equal to that given
func (*GetCoachingAppointmentsMeOK) IsRedirect ¶
func (o *GetCoachingAppointmentsMeOK) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me o k response has a 3xx status code
func (*GetCoachingAppointmentsMeOK) IsServerError ¶
func (o *GetCoachingAppointmentsMeOK) IsServerError() bool
IsServerError returns true when this get coaching appointments me o k response has a 5xx status code
func (*GetCoachingAppointmentsMeOK) IsSuccess ¶
func (o *GetCoachingAppointmentsMeOK) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me o k response has a 2xx status code
func (*GetCoachingAppointmentsMeOK) String ¶
func (o *GetCoachingAppointmentsMeOK) String() string
type GetCoachingAppointmentsMeParams ¶
type GetCoachingAppointmentsMeParams struct {
/* CompletionInterval.
Appointment completion start and end to filter by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
Format: interval
*/
CompletionInterval *string
/* FacilitatorIds.
The facilitator IDs for which to retrieve appointments
*/
FacilitatorIds []string
/* Interval.
Interval to filter data by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
Format: interval
*/
Interval *string
/* IntervalCondition.
Filter condition for interval
*/
IntervalCondition *string
/* Overdue.
Overdue status to filter by
*/
Overdue *string
/* PageNumber.
Page number
Format: int32
Default: 1
*/
PageNumber *int32
/* PageSize.
Page size
Format: int32
Default: 25
*/
PageSize *int32
/* Relationships.
Relationships to filter by
*/
Relationships []string
/* SortOrder.
Sort (by due date) either Asc or Desc
*/
SortOrder *string
/* Statuses.
Appointment Statuses to filter by
*/
Statuses []string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCoachingAppointmentsMeParams contains all the parameters to send to the API endpoint
for the get coaching appointments me operation. Typically these are written to a http.Request.
func NewGetCoachingAppointmentsMeParams ¶
func NewGetCoachingAppointmentsMeParams() *GetCoachingAppointmentsMeParams
NewGetCoachingAppointmentsMeParams creates a new GetCoachingAppointmentsMeParams 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 NewGetCoachingAppointmentsMeParamsWithContext ¶
func NewGetCoachingAppointmentsMeParamsWithContext(ctx context.Context) *GetCoachingAppointmentsMeParams
NewGetCoachingAppointmentsMeParamsWithContext creates a new GetCoachingAppointmentsMeParams object with the ability to set a context for a request.
func NewGetCoachingAppointmentsMeParamsWithHTTPClient ¶
func NewGetCoachingAppointmentsMeParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentsMeParams
NewGetCoachingAppointmentsMeParamsWithHTTPClient creates a new GetCoachingAppointmentsMeParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingAppointmentsMeParamsWithTimeout ¶
func NewGetCoachingAppointmentsMeParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentsMeParams
NewGetCoachingAppointmentsMeParamsWithTimeout creates a new GetCoachingAppointmentsMeParams object with the ability to set a timeout on a request.
func (*GetCoachingAppointmentsMeParams) SetCompletionInterval ¶
func (o *GetCoachingAppointmentsMeParams) SetCompletionInterval(completionInterval *string)
SetCompletionInterval adds the completionInterval to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetContext ¶
func (o *GetCoachingAppointmentsMeParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetDefaults ¶
func (o *GetCoachingAppointmentsMeParams) SetDefaults()
SetDefaults hydrates default values in the get coaching appointments me params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentsMeParams) SetFacilitatorIds ¶
func (o *GetCoachingAppointmentsMeParams) SetFacilitatorIds(facilitatorIds []string)
SetFacilitatorIds adds the facilitatorIds to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetHTTPClient ¶
func (o *GetCoachingAppointmentsMeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetInterval ¶
func (o *GetCoachingAppointmentsMeParams) SetInterval(interval *string)
SetInterval adds the interval to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetIntervalCondition ¶
func (o *GetCoachingAppointmentsMeParams) SetIntervalCondition(intervalCondition *string)
SetIntervalCondition adds the intervalCondition to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetOverdue ¶
func (o *GetCoachingAppointmentsMeParams) SetOverdue(overdue *string)
SetOverdue adds the overdue to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetPageNumber ¶
func (o *GetCoachingAppointmentsMeParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetPageSize ¶
func (o *GetCoachingAppointmentsMeParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetRelationships ¶
func (o *GetCoachingAppointmentsMeParams) SetRelationships(relationships []string)
SetRelationships adds the relationships to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetSortOrder ¶
func (o *GetCoachingAppointmentsMeParams) SetSortOrder(sortOrder *string)
SetSortOrder adds the sortOrder to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetStatuses ¶
func (o *GetCoachingAppointmentsMeParams) SetStatuses(statuses []string)
SetStatuses adds the statuses to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) SetTimeout ¶
func (o *GetCoachingAppointmentsMeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithCompletionInterval ¶
func (o *GetCoachingAppointmentsMeParams) WithCompletionInterval(completionInterval *string) *GetCoachingAppointmentsMeParams
WithCompletionInterval adds the completionInterval to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithContext ¶
func (o *GetCoachingAppointmentsMeParams) WithContext(ctx context.Context) *GetCoachingAppointmentsMeParams
WithContext adds the context to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithDefaults ¶
func (o *GetCoachingAppointmentsMeParams) WithDefaults() *GetCoachingAppointmentsMeParams
WithDefaults hydrates default values in the get coaching appointments me params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentsMeParams) WithFacilitatorIds ¶
func (o *GetCoachingAppointmentsMeParams) WithFacilitatorIds(facilitatorIds []string) *GetCoachingAppointmentsMeParams
WithFacilitatorIds adds the facilitatorIds to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithHTTPClient ¶
func (o *GetCoachingAppointmentsMeParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentsMeParams
WithHTTPClient adds the HTTPClient to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithInterval ¶
func (o *GetCoachingAppointmentsMeParams) WithInterval(interval *string) *GetCoachingAppointmentsMeParams
WithInterval adds the interval to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithIntervalCondition ¶
func (o *GetCoachingAppointmentsMeParams) WithIntervalCondition(intervalCondition *string) *GetCoachingAppointmentsMeParams
WithIntervalCondition adds the intervalCondition to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithOverdue ¶
func (o *GetCoachingAppointmentsMeParams) WithOverdue(overdue *string) *GetCoachingAppointmentsMeParams
WithOverdue adds the overdue to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithPageNumber ¶
func (o *GetCoachingAppointmentsMeParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentsMeParams
WithPageNumber adds the pageNumber to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithPageSize ¶
func (o *GetCoachingAppointmentsMeParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentsMeParams
WithPageSize adds the pageSize to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithRelationships ¶
func (o *GetCoachingAppointmentsMeParams) WithRelationships(relationships []string) *GetCoachingAppointmentsMeParams
WithRelationships adds the relationships to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithSortOrder ¶
func (o *GetCoachingAppointmentsMeParams) WithSortOrder(sortOrder *string) *GetCoachingAppointmentsMeParams
WithSortOrder adds the sortOrder to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithStatuses ¶
func (o *GetCoachingAppointmentsMeParams) WithStatuses(statuses []string) *GetCoachingAppointmentsMeParams
WithStatuses adds the statuses to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WithTimeout ¶
func (o *GetCoachingAppointmentsMeParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentsMeParams
WithTimeout adds the timeout to the get coaching appointments me params
func (*GetCoachingAppointmentsMeParams) WriteToRequest ¶
func (o *GetCoachingAppointmentsMeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingAppointmentsMeReader ¶
type GetCoachingAppointmentsMeReader struct {
// contains filtered or unexported fields
}
GetCoachingAppointmentsMeReader is a Reader for the GetCoachingAppointmentsMe structure.
func (*GetCoachingAppointmentsMeReader) ReadResponse ¶
func (o *GetCoachingAppointmentsMeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingAppointmentsMeRequestEntityTooLarge ¶
GetCoachingAppointmentsMeRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingAppointmentsMeRequestEntityTooLarge ¶
func NewGetCoachingAppointmentsMeRequestEntityTooLarge() *GetCoachingAppointmentsMeRequestEntityTooLarge
NewGetCoachingAppointmentsMeRequestEntityTooLarge creates a GetCoachingAppointmentsMeRequestEntityTooLarge with default headers values
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) Error ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) Error() string
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching appointments me request entity too large response has a 4xx status code
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching appointments me request entity too large response a status code equal to that given
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me request entity too large response has a 3xx status code
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching appointments me request entity too large response has a 5xx status code
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me request entity too large response has a 2xx status code
func (*GetCoachingAppointmentsMeRequestEntityTooLarge) String ¶
func (o *GetCoachingAppointmentsMeRequestEntityTooLarge) String() string
type GetCoachingAppointmentsMeRequestTimeout ¶
GetCoachingAppointmentsMeRequestTimeout 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 NewGetCoachingAppointmentsMeRequestTimeout ¶
func NewGetCoachingAppointmentsMeRequestTimeout() *GetCoachingAppointmentsMeRequestTimeout
NewGetCoachingAppointmentsMeRequestTimeout creates a GetCoachingAppointmentsMeRequestTimeout with default headers values
func (*GetCoachingAppointmentsMeRequestTimeout) Error ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) Error() string
func (*GetCoachingAppointmentsMeRequestTimeout) GetPayload ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeRequestTimeout) IsClientError ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointments me request timeout response has a 4xx status code
func (*GetCoachingAppointmentsMeRequestTimeout) IsCode ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointments me request timeout response a status code equal to that given
func (*GetCoachingAppointmentsMeRequestTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me request timeout response has a 3xx status code
func (*GetCoachingAppointmentsMeRequestTimeout) IsServerError ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointments me request timeout response has a 5xx status code
func (*GetCoachingAppointmentsMeRequestTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me request timeout response has a 2xx status code
func (*GetCoachingAppointmentsMeRequestTimeout) String ¶
func (o *GetCoachingAppointmentsMeRequestTimeout) String() string
type GetCoachingAppointmentsMeServiceUnavailable ¶
type GetCoachingAppointmentsMeServiceUnavailable struct {
}
GetCoachingAppointmentsMeServiceUnavailable 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 NewGetCoachingAppointmentsMeServiceUnavailable ¶
func NewGetCoachingAppointmentsMeServiceUnavailable() *GetCoachingAppointmentsMeServiceUnavailable
NewGetCoachingAppointmentsMeServiceUnavailable creates a GetCoachingAppointmentsMeServiceUnavailable with default headers values
func (*GetCoachingAppointmentsMeServiceUnavailable) Error ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) Error() string
func (*GetCoachingAppointmentsMeServiceUnavailable) GetPayload ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeServiceUnavailable) IsClientError ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching appointments me service unavailable response has a 4xx status code
func (*GetCoachingAppointmentsMeServiceUnavailable) IsCode ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching appointments me service unavailable response a status code equal to that given
func (*GetCoachingAppointmentsMeServiceUnavailable) IsRedirect ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me service unavailable response has a 3xx status code
func (*GetCoachingAppointmentsMeServiceUnavailable) IsServerError ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching appointments me service unavailable response has a 5xx status code
func (*GetCoachingAppointmentsMeServiceUnavailable) IsSuccess ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me service unavailable response has a 2xx status code
func (*GetCoachingAppointmentsMeServiceUnavailable) String ¶
func (o *GetCoachingAppointmentsMeServiceUnavailable) String() string
type GetCoachingAppointmentsMeTooManyRequests ¶
GetCoachingAppointmentsMeTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingAppointmentsMeTooManyRequests ¶
func NewGetCoachingAppointmentsMeTooManyRequests() *GetCoachingAppointmentsMeTooManyRequests
NewGetCoachingAppointmentsMeTooManyRequests creates a GetCoachingAppointmentsMeTooManyRequests with default headers values
func (*GetCoachingAppointmentsMeTooManyRequests) Error ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) Error() string
func (*GetCoachingAppointmentsMeTooManyRequests) GetPayload ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeTooManyRequests) IsClientError ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching appointments me too many requests response has a 4xx status code
func (*GetCoachingAppointmentsMeTooManyRequests) IsCode ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching appointments me too many requests response a status code equal to that given
func (*GetCoachingAppointmentsMeTooManyRequests) IsRedirect ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me too many requests response has a 3xx status code
func (*GetCoachingAppointmentsMeTooManyRequests) IsServerError ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching appointments me too many requests response has a 5xx status code
func (*GetCoachingAppointmentsMeTooManyRequests) IsSuccess ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me too many requests response has a 2xx status code
func (*GetCoachingAppointmentsMeTooManyRequests) String ¶
func (o *GetCoachingAppointmentsMeTooManyRequests) String() string
type GetCoachingAppointmentsMeUnauthorized ¶
type GetCoachingAppointmentsMeUnauthorized struct {
}
GetCoachingAppointmentsMeUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingAppointmentsMeUnauthorized ¶
func NewGetCoachingAppointmentsMeUnauthorized() *GetCoachingAppointmentsMeUnauthorized
NewGetCoachingAppointmentsMeUnauthorized creates a GetCoachingAppointmentsMeUnauthorized with default headers values
func (*GetCoachingAppointmentsMeUnauthorized) Error ¶
func (o *GetCoachingAppointmentsMeUnauthorized) Error() string
func (*GetCoachingAppointmentsMeUnauthorized) GetPayload ¶
func (o *GetCoachingAppointmentsMeUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeUnauthorized) IsClientError ¶
func (o *GetCoachingAppointmentsMeUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching appointments me unauthorized response has a 4xx status code
func (*GetCoachingAppointmentsMeUnauthorized) IsCode ¶
func (o *GetCoachingAppointmentsMeUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching appointments me unauthorized response a status code equal to that given
func (*GetCoachingAppointmentsMeUnauthorized) IsRedirect ¶
func (o *GetCoachingAppointmentsMeUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me unauthorized response has a 3xx status code
func (*GetCoachingAppointmentsMeUnauthorized) IsServerError ¶
func (o *GetCoachingAppointmentsMeUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching appointments me unauthorized response has a 5xx status code
func (*GetCoachingAppointmentsMeUnauthorized) IsSuccess ¶
func (o *GetCoachingAppointmentsMeUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me unauthorized response has a 2xx status code
func (*GetCoachingAppointmentsMeUnauthorized) String ¶
func (o *GetCoachingAppointmentsMeUnauthorized) String() string
type GetCoachingAppointmentsMeUnsupportedMediaType ¶
GetCoachingAppointmentsMeUnsupportedMediaType 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 NewGetCoachingAppointmentsMeUnsupportedMediaType ¶
func NewGetCoachingAppointmentsMeUnsupportedMediaType() *GetCoachingAppointmentsMeUnsupportedMediaType
NewGetCoachingAppointmentsMeUnsupportedMediaType creates a GetCoachingAppointmentsMeUnsupportedMediaType with default headers values
func (*GetCoachingAppointmentsMeUnsupportedMediaType) Error ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) Error() string
func (*GetCoachingAppointmentsMeUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsMeUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching appointments me unsupported media type response has a 4xx status code
func (*GetCoachingAppointmentsMeUnsupportedMediaType) IsCode ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching appointments me unsupported media type response a status code equal to that given
func (*GetCoachingAppointmentsMeUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching appointments me unsupported media type response has a 3xx status code
func (*GetCoachingAppointmentsMeUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching appointments me unsupported media type response has a 5xx status code
func (*GetCoachingAppointmentsMeUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching appointments me unsupported media type response has a 2xx status code
func (*GetCoachingAppointmentsMeUnsupportedMediaType) String ¶
func (o *GetCoachingAppointmentsMeUnsupportedMediaType) String() string
type GetCoachingAppointmentsNotFound ¶
GetCoachingAppointmentsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingAppointmentsNotFound ¶
func NewGetCoachingAppointmentsNotFound() *GetCoachingAppointmentsNotFound
NewGetCoachingAppointmentsNotFound creates a GetCoachingAppointmentsNotFound with default headers values
func (*GetCoachingAppointmentsNotFound) Error ¶
func (o *GetCoachingAppointmentsNotFound) Error() string
func (*GetCoachingAppointmentsNotFound) GetPayload ¶
func (o *GetCoachingAppointmentsNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsNotFound) IsClientError ¶
func (o *GetCoachingAppointmentsNotFound) IsClientError() bool
IsClientError returns true when this get coaching appointments not found response has a 4xx status code
func (*GetCoachingAppointmentsNotFound) IsCode ¶
func (o *GetCoachingAppointmentsNotFound) IsCode(code int) bool
IsCode returns true when this get coaching appointments not found response a status code equal to that given
func (*GetCoachingAppointmentsNotFound) IsRedirect ¶
func (o *GetCoachingAppointmentsNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching appointments not found response has a 3xx status code
func (*GetCoachingAppointmentsNotFound) IsServerError ¶
func (o *GetCoachingAppointmentsNotFound) IsServerError() bool
IsServerError returns true when this get coaching appointments not found response has a 5xx status code
func (*GetCoachingAppointmentsNotFound) IsSuccess ¶
func (o *GetCoachingAppointmentsNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching appointments not found response has a 2xx status code
func (*GetCoachingAppointmentsNotFound) String ¶
func (o *GetCoachingAppointmentsNotFound) String() string
type GetCoachingAppointmentsOK ¶
type GetCoachingAppointmentsOK struct {
Payload *models.CoachingAppointmentResponseList
}
GetCoachingAppointmentsOK describes a response with status code 200, with default header values.
Get users coaching appointments successful
func NewGetCoachingAppointmentsOK ¶
func NewGetCoachingAppointmentsOK() *GetCoachingAppointmentsOK
NewGetCoachingAppointmentsOK creates a GetCoachingAppointmentsOK with default headers values
func (*GetCoachingAppointmentsOK) Error ¶
func (o *GetCoachingAppointmentsOK) Error() string
func (*GetCoachingAppointmentsOK) GetPayload ¶
func (o *GetCoachingAppointmentsOK) GetPayload() *models.CoachingAppointmentResponseList
func (*GetCoachingAppointmentsOK) IsClientError ¶
func (o *GetCoachingAppointmentsOK) IsClientError() bool
IsClientError returns true when this get coaching appointments o k response has a 4xx status code
func (*GetCoachingAppointmentsOK) IsCode ¶
func (o *GetCoachingAppointmentsOK) IsCode(code int) bool
IsCode returns true when this get coaching appointments o k response a status code equal to that given
func (*GetCoachingAppointmentsOK) IsRedirect ¶
func (o *GetCoachingAppointmentsOK) IsRedirect() bool
IsRedirect returns true when this get coaching appointments o k response has a 3xx status code
func (*GetCoachingAppointmentsOK) IsServerError ¶
func (o *GetCoachingAppointmentsOK) IsServerError() bool
IsServerError returns true when this get coaching appointments o k response has a 5xx status code
func (*GetCoachingAppointmentsOK) IsSuccess ¶
func (o *GetCoachingAppointmentsOK) IsSuccess() bool
IsSuccess returns true when this get coaching appointments o k response has a 2xx status code
func (*GetCoachingAppointmentsOK) String ¶
func (o *GetCoachingAppointmentsOK) String() string
type GetCoachingAppointmentsParams ¶
type GetCoachingAppointmentsParams struct {
/* CompletionInterval.
Appointment completion start and end to filter by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
Format: interval
*/
CompletionInterval *string
/* FacilitatorIds.
The facilitator IDs for which to retrieve appointments
*/
FacilitatorIds []string
/* Interval.
Interval to filter data by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
Format: interval
*/
Interval *string
/* IntervalCondition.
Filter condition for interval
*/
IntervalCondition *string
/* Overdue.
Overdue status to filter by
*/
Overdue *string
/* PageNumber.
Page number
Format: int32
Default: 1
*/
PageNumber *int32
/* PageSize.
Page size
Format: int32
Default: 25
*/
PageSize *int32
/* Relationships.
Relationships to filter by
*/
Relationships []string
/* SortOrder.
Sort (by due date) either Asc or Desc
*/
SortOrder *string
/* Statuses.
Appointment Statuses to filter by
*/
Statuses []string
/* UserIds.
The user IDs for which to retrieve appointments
*/
UserIds []string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCoachingAppointmentsParams contains all the parameters to send to the API endpoint
for the get coaching appointments operation. Typically these are written to a http.Request.
func NewGetCoachingAppointmentsParams ¶
func NewGetCoachingAppointmentsParams() *GetCoachingAppointmentsParams
NewGetCoachingAppointmentsParams creates a new GetCoachingAppointmentsParams 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 NewGetCoachingAppointmentsParamsWithContext ¶
func NewGetCoachingAppointmentsParamsWithContext(ctx context.Context) *GetCoachingAppointmentsParams
NewGetCoachingAppointmentsParamsWithContext creates a new GetCoachingAppointmentsParams object with the ability to set a context for a request.
func NewGetCoachingAppointmentsParamsWithHTTPClient ¶
func NewGetCoachingAppointmentsParamsWithHTTPClient(client *http.Client) *GetCoachingAppointmentsParams
NewGetCoachingAppointmentsParamsWithHTTPClient creates a new GetCoachingAppointmentsParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingAppointmentsParamsWithTimeout ¶
func NewGetCoachingAppointmentsParamsWithTimeout(timeout time.Duration) *GetCoachingAppointmentsParams
NewGetCoachingAppointmentsParamsWithTimeout creates a new GetCoachingAppointmentsParams object with the ability to set a timeout on a request.
func (*GetCoachingAppointmentsParams) SetCompletionInterval ¶
func (o *GetCoachingAppointmentsParams) SetCompletionInterval(completionInterval *string)
SetCompletionInterval adds the completionInterval to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetContext ¶
func (o *GetCoachingAppointmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetDefaults ¶
func (o *GetCoachingAppointmentsParams) SetDefaults()
SetDefaults hydrates default values in the get coaching appointments params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentsParams) SetFacilitatorIds ¶
func (o *GetCoachingAppointmentsParams) SetFacilitatorIds(facilitatorIds []string)
SetFacilitatorIds adds the facilitatorIds to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetHTTPClient ¶
func (o *GetCoachingAppointmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetInterval ¶
func (o *GetCoachingAppointmentsParams) SetInterval(interval *string)
SetInterval adds the interval to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetIntervalCondition ¶
func (o *GetCoachingAppointmentsParams) SetIntervalCondition(intervalCondition *string)
SetIntervalCondition adds the intervalCondition to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetOverdue ¶
func (o *GetCoachingAppointmentsParams) SetOverdue(overdue *string)
SetOverdue adds the overdue to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetPageNumber ¶
func (o *GetCoachingAppointmentsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetPageSize ¶
func (o *GetCoachingAppointmentsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetRelationships ¶
func (o *GetCoachingAppointmentsParams) SetRelationships(relationships []string)
SetRelationships adds the relationships to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetSortOrder ¶
func (o *GetCoachingAppointmentsParams) SetSortOrder(sortOrder *string)
SetSortOrder adds the sortOrder to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetStatuses ¶
func (o *GetCoachingAppointmentsParams) SetStatuses(statuses []string)
SetStatuses adds the statuses to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetTimeout ¶
func (o *GetCoachingAppointmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching appointments params
func (*GetCoachingAppointmentsParams) SetUserIds ¶
func (o *GetCoachingAppointmentsParams) SetUserIds(userIds []string)
SetUserIds adds the userIds to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithCompletionInterval ¶
func (o *GetCoachingAppointmentsParams) WithCompletionInterval(completionInterval *string) *GetCoachingAppointmentsParams
WithCompletionInterval adds the completionInterval to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithContext ¶
func (o *GetCoachingAppointmentsParams) WithContext(ctx context.Context) *GetCoachingAppointmentsParams
WithContext adds the context to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithDefaults ¶
func (o *GetCoachingAppointmentsParams) WithDefaults() *GetCoachingAppointmentsParams
WithDefaults hydrates default values in the get coaching appointments params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingAppointmentsParams) WithFacilitatorIds ¶
func (o *GetCoachingAppointmentsParams) WithFacilitatorIds(facilitatorIds []string) *GetCoachingAppointmentsParams
WithFacilitatorIds adds the facilitatorIds to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithHTTPClient ¶
func (o *GetCoachingAppointmentsParams) WithHTTPClient(client *http.Client) *GetCoachingAppointmentsParams
WithHTTPClient adds the HTTPClient to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithInterval ¶
func (o *GetCoachingAppointmentsParams) WithInterval(interval *string) *GetCoachingAppointmentsParams
WithInterval adds the interval to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithIntervalCondition ¶
func (o *GetCoachingAppointmentsParams) WithIntervalCondition(intervalCondition *string) *GetCoachingAppointmentsParams
WithIntervalCondition adds the intervalCondition to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithOverdue ¶
func (o *GetCoachingAppointmentsParams) WithOverdue(overdue *string) *GetCoachingAppointmentsParams
WithOverdue adds the overdue to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithPageNumber ¶
func (o *GetCoachingAppointmentsParams) WithPageNumber(pageNumber *int32) *GetCoachingAppointmentsParams
WithPageNumber adds the pageNumber to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithPageSize ¶
func (o *GetCoachingAppointmentsParams) WithPageSize(pageSize *int32) *GetCoachingAppointmentsParams
WithPageSize adds the pageSize to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithRelationships ¶
func (o *GetCoachingAppointmentsParams) WithRelationships(relationships []string) *GetCoachingAppointmentsParams
WithRelationships adds the relationships to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithSortOrder ¶
func (o *GetCoachingAppointmentsParams) WithSortOrder(sortOrder *string) *GetCoachingAppointmentsParams
WithSortOrder adds the sortOrder to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithStatuses ¶
func (o *GetCoachingAppointmentsParams) WithStatuses(statuses []string) *GetCoachingAppointmentsParams
WithStatuses adds the statuses to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithTimeout ¶
func (o *GetCoachingAppointmentsParams) WithTimeout(timeout time.Duration) *GetCoachingAppointmentsParams
WithTimeout adds the timeout to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WithUserIds ¶
func (o *GetCoachingAppointmentsParams) WithUserIds(userIds []string) *GetCoachingAppointmentsParams
WithUserIds adds the userIds to the get coaching appointments params
func (*GetCoachingAppointmentsParams) WriteToRequest ¶
func (o *GetCoachingAppointmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingAppointmentsReader ¶
type GetCoachingAppointmentsReader struct {
// contains filtered or unexported fields
}
GetCoachingAppointmentsReader is a Reader for the GetCoachingAppointments structure.
func (*GetCoachingAppointmentsReader) ReadResponse ¶
func (o *GetCoachingAppointmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingAppointmentsRequestEntityTooLarge ¶
GetCoachingAppointmentsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingAppointmentsRequestEntityTooLarge ¶
func NewGetCoachingAppointmentsRequestEntityTooLarge() *GetCoachingAppointmentsRequestEntityTooLarge
NewGetCoachingAppointmentsRequestEntityTooLarge creates a GetCoachingAppointmentsRequestEntityTooLarge with default headers values
func (*GetCoachingAppointmentsRequestEntityTooLarge) Error ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) Error() string
func (*GetCoachingAppointmentsRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching appointments request entity too large response has a 4xx status code
func (*GetCoachingAppointmentsRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching appointments request entity too large response a status code equal to that given
func (*GetCoachingAppointmentsRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching appointments request entity too large response has a 3xx status code
func (*GetCoachingAppointmentsRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching appointments request entity too large response has a 5xx status code
func (*GetCoachingAppointmentsRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching appointments request entity too large response has a 2xx status code
func (*GetCoachingAppointmentsRequestEntityTooLarge) String ¶
func (o *GetCoachingAppointmentsRequestEntityTooLarge) String() string
type GetCoachingAppointmentsRequestTimeout ¶
GetCoachingAppointmentsRequestTimeout 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 NewGetCoachingAppointmentsRequestTimeout ¶
func NewGetCoachingAppointmentsRequestTimeout() *GetCoachingAppointmentsRequestTimeout
NewGetCoachingAppointmentsRequestTimeout creates a GetCoachingAppointmentsRequestTimeout with default headers values
func (*GetCoachingAppointmentsRequestTimeout) Error ¶
func (o *GetCoachingAppointmentsRequestTimeout) Error() string
func (*GetCoachingAppointmentsRequestTimeout) GetPayload ¶
func (o *GetCoachingAppointmentsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsRequestTimeout) IsClientError ¶
func (o *GetCoachingAppointmentsRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching appointments request timeout response has a 4xx status code
func (*GetCoachingAppointmentsRequestTimeout) IsCode ¶
func (o *GetCoachingAppointmentsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching appointments request timeout response a status code equal to that given
func (*GetCoachingAppointmentsRequestTimeout) IsRedirect ¶
func (o *GetCoachingAppointmentsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching appointments request timeout response has a 3xx status code
func (*GetCoachingAppointmentsRequestTimeout) IsServerError ¶
func (o *GetCoachingAppointmentsRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching appointments request timeout response has a 5xx status code
func (*GetCoachingAppointmentsRequestTimeout) IsSuccess ¶
func (o *GetCoachingAppointmentsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching appointments request timeout response has a 2xx status code
func (*GetCoachingAppointmentsRequestTimeout) String ¶
func (o *GetCoachingAppointmentsRequestTimeout) String() string
type GetCoachingAppointmentsServiceUnavailable ¶
type GetCoachingAppointmentsServiceUnavailable struct {
}
GetCoachingAppointmentsServiceUnavailable 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 NewGetCoachingAppointmentsServiceUnavailable ¶
func NewGetCoachingAppointmentsServiceUnavailable() *GetCoachingAppointmentsServiceUnavailable
NewGetCoachingAppointmentsServiceUnavailable creates a GetCoachingAppointmentsServiceUnavailable with default headers values
func (*GetCoachingAppointmentsServiceUnavailable) Error ¶
func (o *GetCoachingAppointmentsServiceUnavailable) Error() string
func (*GetCoachingAppointmentsServiceUnavailable) GetPayload ¶
func (o *GetCoachingAppointmentsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsServiceUnavailable) IsClientError ¶
func (o *GetCoachingAppointmentsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching appointments service unavailable response has a 4xx status code
func (*GetCoachingAppointmentsServiceUnavailable) IsCode ¶
func (o *GetCoachingAppointmentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching appointments service unavailable response a status code equal to that given
func (*GetCoachingAppointmentsServiceUnavailable) IsRedirect ¶
func (o *GetCoachingAppointmentsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching appointments service unavailable response has a 3xx status code
func (*GetCoachingAppointmentsServiceUnavailable) IsServerError ¶
func (o *GetCoachingAppointmentsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching appointments service unavailable response has a 5xx status code
func (*GetCoachingAppointmentsServiceUnavailable) IsSuccess ¶
func (o *GetCoachingAppointmentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching appointments service unavailable response has a 2xx status code
func (*GetCoachingAppointmentsServiceUnavailable) String ¶
func (o *GetCoachingAppointmentsServiceUnavailable) String() string
type GetCoachingAppointmentsTooManyRequests ¶
GetCoachingAppointmentsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingAppointmentsTooManyRequests ¶
func NewGetCoachingAppointmentsTooManyRequests() *GetCoachingAppointmentsTooManyRequests
NewGetCoachingAppointmentsTooManyRequests creates a GetCoachingAppointmentsTooManyRequests with default headers values
func (*GetCoachingAppointmentsTooManyRequests) Error ¶
func (o *GetCoachingAppointmentsTooManyRequests) Error() string
func (*GetCoachingAppointmentsTooManyRequests) GetPayload ¶
func (o *GetCoachingAppointmentsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsTooManyRequests) IsClientError ¶
func (o *GetCoachingAppointmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching appointments too many requests response has a 4xx status code
func (*GetCoachingAppointmentsTooManyRequests) IsCode ¶
func (o *GetCoachingAppointmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching appointments too many requests response a status code equal to that given
func (*GetCoachingAppointmentsTooManyRequests) IsRedirect ¶
func (o *GetCoachingAppointmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching appointments too many requests response has a 3xx status code
func (*GetCoachingAppointmentsTooManyRequests) IsServerError ¶
func (o *GetCoachingAppointmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching appointments too many requests response has a 5xx status code
func (*GetCoachingAppointmentsTooManyRequests) IsSuccess ¶
func (o *GetCoachingAppointmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching appointments too many requests response has a 2xx status code
func (*GetCoachingAppointmentsTooManyRequests) String ¶
func (o *GetCoachingAppointmentsTooManyRequests) String() string
type GetCoachingAppointmentsUnauthorized ¶
type GetCoachingAppointmentsUnauthorized struct {
}
GetCoachingAppointmentsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingAppointmentsUnauthorized ¶
func NewGetCoachingAppointmentsUnauthorized() *GetCoachingAppointmentsUnauthorized
NewGetCoachingAppointmentsUnauthorized creates a GetCoachingAppointmentsUnauthorized with default headers values
func (*GetCoachingAppointmentsUnauthorized) Error ¶
func (o *GetCoachingAppointmentsUnauthorized) Error() string
func (*GetCoachingAppointmentsUnauthorized) GetPayload ¶
func (o *GetCoachingAppointmentsUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsUnauthorized) IsClientError ¶
func (o *GetCoachingAppointmentsUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching appointments unauthorized response has a 4xx status code
func (*GetCoachingAppointmentsUnauthorized) IsCode ¶
func (o *GetCoachingAppointmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching appointments unauthorized response a status code equal to that given
func (*GetCoachingAppointmentsUnauthorized) IsRedirect ¶
func (o *GetCoachingAppointmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching appointments unauthorized response has a 3xx status code
func (*GetCoachingAppointmentsUnauthorized) IsServerError ¶
func (o *GetCoachingAppointmentsUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching appointments unauthorized response has a 5xx status code
func (*GetCoachingAppointmentsUnauthorized) IsSuccess ¶
func (o *GetCoachingAppointmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching appointments unauthorized response has a 2xx status code
func (*GetCoachingAppointmentsUnauthorized) String ¶
func (o *GetCoachingAppointmentsUnauthorized) String() string
type GetCoachingAppointmentsUnsupportedMediaType ¶
GetCoachingAppointmentsUnsupportedMediaType 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 NewGetCoachingAppointmentsUnsupportedMediaType ¶
func NewGetCoachingAppointmentsUnsupportedMediaType() *GetCoachingAppointmentsUnsupportedMediaType
NewGetCoachingAppointmentsUnsupportedMediaType creates a GetCoachingAppointmentsUnsupportedMediaType with default headers values
func (*GetCoachingAppointmentsUnsupportedMediaType) Error ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) Error() string
func (*GetCoachingAppointmentsUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingAppointmentsUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching appointments unsupported media type response has a 4xx status code
func (*GetCoachingAppointmentsUnsupportedMediaType) IsCode ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching appointments unsupported media type response a status code equal to that given
func (*GetCoachingAppointmentsUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching appointments unsupported media type response has a 3xx status code
func (*GetCoachingAppointmentsUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching appointments unsupported media type response has a 5xx status code
func (*GetCoachingAppointmentsUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching appointments unsupported media type response has a 2xx status code
func (*GetCoachingAppointmentsUnsupportedMediaType) String ¶
func (o *GetCoachingAppointmentsUnsupportedMediaType) String() string
type GetCoachingNotificationBadRequest ¶
GetCoachingNotificationBadRequest 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 NewGetCoachingNotificationBadRequest ¶
func NewGetCoachingNotificationBadRequest() *GetCoachingNotificationBadRequest
NewGetCoachingNotificationBadRequest creates a GetCoachingNotificationBadRequest with default headers values
func (*GetCoachingNotificationBadRequest) Error ¶
func (o *GetCoachingNotificationBadRequest) Error() string
func (*GetCoachingNotificationBadRequest) GetPayload ¶
func (o *GetCoachingNotificationBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationBadRequest) IsClientError ¶
func (o *GetCoachingNotificationBadRequest) IsClientError() bool
IsClientError returns true when this get coaching notification bad request response has a 4xx status code
func (*GetCoachingNotificationBadRequest) IsCode ¶
func (o *GetCoachingNotificationBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching notification bad request response a status code equal to that given
func (*GetCoachingNotificationBadRequest) IsRedirect ¶
func (o *GetCoachingNotificationBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching notification bad request response has a 3xx status code
func (*GetCoachingNotificationBadRequest) IsServerError ¶
func (o *GetCoachingNotificationBadRequest) IsServerError() bool
IsServerError returns true when this get coaching notification bad request response has a 5xx status code
func (*GetCoachingNotificationBadRequest) IsSuccess ¶
func (o *GetCoachingNotificationBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching notification bad request response has a 2xx status code
func (*GetCoachingNotificationBadRequest) String ¶
func (o *GetCoachingNotificationBadRequest) String() string
type GetCoachingNotificationForbidden ¶
GetCoachingNotificationForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingNotificationForbidden ¶
func NewGetCoachingNotificationForbidden() *GetCoachingNotificationForbidden
NewGetCoachingNotificationForbidden creates a GetCoachingNotificationForbidden with default headers values
func (*GetCoachingNotificationForbidden) Error ¶
func (o *GetCoachingNotificationForbidden) Error() string
func (*GetCoachingNotificationForbidden) GetPayload ¶
func (o *GetCoachingNotificationForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationForbidden) IsClientError ¶
func (o *GetCoachingNotificationForbidden) IsClientError() bool
IsClientError returns true when this get coaching notification forbidden response has a 4xx status code
func (*GetCoachingNotificationForbidden) IsCode ¶
func (o *GetCoachingNotificationForbidden) IsCode(code int) bool
IsCode returns true when this get coaching notification forbidden response a status code equal to that given
func (*GetCoachingNotificationForbidden) IsRedirect ¶
func (o *GetCoachingNotificationForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching notification forbidden response has a 3xx status code
func (*GetCoachingNotificationForbidden) IsServerError ¶
func (o *GetCoachingNotificationForbidden) IsServerError() bool
IsServerError returns true when this get coaching notification forbidden response has a 5xx status code
func (*GetCoachingNotificationForbidden) IsSuccess ¶
func (o *GetCoachingNotificationForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching notification forbidden response has a 2xx status code
func (*GetCoachingNotificationForbidden) String ¶
func (o *GetCoachingNotificationForbidden) String() string
type GetCoachingNotificationGatewayTimeout ¶
GetCoachingNotificationGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingNotificationGatewayTimeout ¶
func NewGetCoachingNotificationGatewayTimeout() *GetCoachingNotificationGatewayTimeout
NewGetCoachingNotificationGatewayTimeout creates a GetCoachingNotificationGatewayTimeout with default headers values
func (*GetCoachingNotificationGatewayTimeout) Error ¶
func (o *GetCoachingNotificationGatewayTimeout) Error() string
func (*GetCoachingNotificationGatewayTimeout) GetPayload ¶
func (o *GetCoachingNotificationGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationGatewayTimeout) IsClientError ¶
func (o *GetCoachingNotificationGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching notification gateway timeout response has a 4xx status code
func (*GetCoachingNotificationGatewayTimeout) IsCode ¶
func (o *GetCoachingNotificationGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching notification gateway timeout response a status code equal to that given
func (*GetCoachingNotificationGatewayTimeout) IsRedirect ¶
func (o *GetCoachingNotificationGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching notification gateway timeout response has a 3xx status code
func (*GetCoachingNotificationGatewayTimeout) IsServerError ¶
func (o *GetCoachingNotificationGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching notification gateway timeout response has a 5xx status code
func (*GetCoachingNotificationGatewayTimeout) IsSuccess ¶
func (o *GetCoachingNotificationGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching notification gateway timeout response has a 2xx status code
func (*GetCoachingNotificationGatewayTimeout) String ¶
func (o *GetCoachingNotificationGatewayTimeout) String() string
type GetCoachingNotificationInternalServerError ¶
GetCoachingNotificationInternalServerError 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 NewGetCoachingNotificationInternalServerError ¶
func NewGetCoachingNotificationInternalServerError() *GetCoachingNotificationInternalServerError
NewGetCoachingNotificationInternalServerError creates a GetCoachingNotificationInternalServerError with default headers values
func (*GetCoachingNotificationInternalServerError) Error ¶
func (o *GetCoachingNotificationInternalServerError) Error() string
func (*GetCoachingNotificationInternalServerError) GetPayload ¶
func (o *GetCoachingNotificationInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationInternalServerError) IsClientError ¶
func (o *GetCoachingNotificationInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching notification internal server error response has a 4xx status code
func (*GetCoachingNotificationInternalServerError) IsCode ¶
func (o *GetCoachingNotificationInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching notification internal server error response a status code equal to that given
func (*GetCoachingNotificationInternalServerError) IsRedirect ¶
func (o *GetCoachingNotificationInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching notification internal server error response has a 3xx status code
func (*GetCoachingNotificationInternalServerError) IsServerError ¶
func (o *GetCoachingNotificationInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching notification internal server error response has a 5xx status code
func (*GetCoachingNotificationInternalServerError) IsSuccess ¶
func (o *GetCoachingNotificationInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching notification internal server error response has a 2xx status code
func (*GetCoachingNotificationInternalServerError) String ¶
func (o *GetCoachingNotificationInternalServerError) String() string
type GetCoachingNotificationNotFound ¶
GetCoachingNotificationNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingNotificationNotFound ¶
func NewGetCoachingNotificationNotFound() *GetCoachingNotificationNotFound
NewGetCoachingNotificationNotFound creates a GetCoachingNotificationNotFound with default headers values
func (*GetCoachingNotificationNotFound) Error ¶
func (o *GetCoachingNotificationNotFound) Error() string
func (*GetCoachingNotificationNotFound) GetPayload ¶
func (o *GetCoachingNotificationNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationNotFound) IsClientError ¶
func (o *GetCoachingNotificationNotFound) IsClientError() bool
IsClientError returns true when this get coaching notification not found response has a 4xx status code
func (*GetCoachingNotificationNotFound) IsCode ¶
func (o *GetCoachingNotificationNotFound) IsCode(code int) bool
IsCode returns true when this get coaching notification not found response a status code equal to that given
func (*GetCoachingNotificationNotFound) IsRedirect ¶
func (o *GetCoachingNotificationNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching notification not found response has a 3xx status code
func (*GetCoachingNotificationNotFound) IsServerError ¶
func (o *GetCoachingNotificationNotFound) IsServerError() bool
IsServerError returns true when this get coaching notification not found response has a 5xx status code
func (*GetCoachingNotificationNotFound) IsSuccess ¶
func (o *GetCoachingNotificationNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching notification not found response has a 2xx status code
func (*GetCoachingNotificationNotFound) String ¶
func (o *GetCoachingNotificationNotFound) String() string
type GetCoachingNotificationOK ¶
type GetCoachingNotificationOK struct {
Payload *models.CoachingNotification
}
GetCoachingNotificationOK describes a response with status code 200, with default header values.
successful operation
func NewGetCoachingNotificationOK ¶
func NewGetCoachingNotificationOK() *GetCoachingNotificationOK
NewGetCoachingNotificationOK creates a GetCoachingNotificationOK with default headers values
func (*GetCoachingNotificationOK) Error ¶
func (o *GetCoachingNotificationOK) Error() string
func (*GetCoachingNotificationOK) GetPayload ¶
func (o *GetCoachingNotificationOK) GetPayload() *models.CoachingNotification
func (*GetCoachingNotificationOK) IsClientError ¶
func (o *GetCoachingNotificationOK) IsClientError() bool
IsClientError returns true when this get coaching notification o k response has a 4xx status code
func (*GetCoachingNotificationOK) IsCode ¶
func (o *GetCoachingNotificationOK) IsCode(code int) bool
IsCode returns true when this get coaching notification o k response a status code equal to that given
func (*GetCoachingNotificationOK) IsRedirect ¶
func (o *GetCoachingNotificationOK) IsRedirect() bool
IsRedirect returns true when this get coaching notification o k response has a 3xx status code
func (*GetCoachingNotificationOK) IsServerError ¶
func (o *GetCoachingNotificationOK) IsServerError() bool
IsServerError returns true when this get coaching notification o k response has a 5xx status code
func (*GetCoachingNotificationOK) IsSuccess ¶
func (o *GetCoachingNotificationOK) IsSuccess() bool
IsSuccess returns true when this get coaching notification o k response has a 2xx status code
func (*GetCoachingNotificationOK) String ¶
func (o *GetCoachingNotificationOK) String() string
type GetCoachingNotificationParams ¶
type GetCoachingNotificationParams struct {
/* Expand.
Indicates a field in the response which should be expanded.
*/
Expand []string
/* NotificationID.
The ID of the notification.
*/
NotificationID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCoachingNotificationParams contains all the parameters to send to the API endpoint
for the get coaching notification operation. Typically these are written to a http.Request.
func NewGetCoachingNotificationParams ¶
func NewGetCoachingNotificationParams() *GetCoachingNotificationParams
NewGetCoachingNotificationParams creates a new GetCoachingNotificationParams 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 NewGetCoachingNotificationParamsWithContext ¶
func NewGetCoachingNotificationParamsWithContext(ctx context.Context) *GetCoachingNotificationParams
NewGetCoachingNotificationParamsWithContext creates a new GetCoachingNotificationParams object with the ability to set a context for a request.
func NewGetCoachingNotificationParamsWithHTTPClient ¶
func NewGetCoachingNotificationParamsWithHTTPClient(client *http.Client) *GetCoachingNotificationParams
NewGetCoachingNotificationParamsWithHTTPClient creates a new GetCoachingNotificationParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingNotificationParamsWithTimeout ¶
func NewGetCoachingNotificationParamsWithTimeout(timeout time.Duration) *GetCoachingNotificationParams
NewGetCoachingNotificationParamsWithTimeout creates a new GetCoachingNotificationParams object with the ability to set a timeout on a request.
func (*GetCoachingNotificationParams) SetContext ¶
func (o *GetCoachingNotificationParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching notification params
func (*GetCoachingNotificationParams) SetDefaults ¶
func (o *GetCoachingNotificationParams) SetDefaults()
SetDefaults hydrates default values in the get coaching notification params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingNotificationParams) SetExpand ¶
func (o *GetCoachingNotificationParams) SetExpand(expand []string)
SetExpand adds the expand to the get coaching notification params
func (*GetCoachingNotificationParams) SetHTTPClient ¶
func (o *GetCoachingNotificationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching notification params
func (*GetCoachingNotificationParams) SetNotificationID ¶
func (o *GetCoachingNotificationParams) SetNotificationID(notificationID string)
SetNotificationID adds the notificationId to the get coaching notification params
func (*GetCoachingNotificationParams) SetTimeout ¶
func (o *GetCoachingNotificationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching notification params
func (*GetCoachingNotificationParams) WithContext ¶
func (o *GetCoachingNotificationParams) WithContext(ctx context.Context) *GetCoachingNotificationParams
WithContext adds the context to the get coaching notification params
func (*GetCoachingNotificationParams) WithDefaults ¶
func (o *GetCoachingNotificationParams) WithDefaults() *GetCoachingNotificationParams
WithDefaults hydrates default values in the get coaching notification params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingNotificationParams) WithExpand ¶
func (o *GetCoachingNotificationParams) WithExpand(expand []string) *GetCoachingNotificationParams
WithExpand adds the expand to the get coaching notification params
func (*GetCoachingNotificationParams) WithHTTPClient ¶
func (o *GetCoachingNotificationParams) WithHTTPClient(client *http.Client) *GetCoachingNotificationParams
WithHTTPClient adds the HTTPClient to the get coaching notification params
func (*GetCoachingNotificationParams) WithNotificationID ¶
func (o *GetCoachingNotificationParams) WithNotificationID(notificationID string) *GetCoachingNotificationParams
WithNotificationID adds the notificationID to the get coaching notification params
func (*GetCoachingNotificationParams) WithTimeout ¶
func (o *GetCoachingNotificationParams) WithTimeout(timeout time.Duration) *GetCoachingNotificationParams
WithTimeout adds the timeout to the get coaching notification params
func (*GetCoachingNotificationParams) WriteToRequest ¶
func (o *GetCoachingNotificationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingNotificationReader ¶
type GetCoachingNotificationReader struct {
// contains filtered or unexported fields
}
GetCoachingNotificationReader is a Reader for the GetCoachingNotification structure.
func (*GetCoachingNotificationReader) ReadResponse ¶
func (o *GetCoachingNotificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingNotificationRequestEntityTooLarge ¶
GetCoachingNotificationRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingNotificationRequestEntityTooLarge ¶
func NewGetCoachingNotificationRequestEntityTooLarge() *GetCoachingNotificationRequestEntityTooLarge
NewGetCoachingNotificationRequestEntityTooLarge creates a GetCoachingNotificationRequestEntityTooLarge with default headers values
func (*GetCoachingNotificationRequestEntityTooLarge) Error ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) Error() string
func (*GetCoachingNotificationRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching notification request entity too large response has a 4xx status code
func (*GetCoachingNotificationRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching notification request entity too large response a status code equal to that given
func (*GetCoachingNotificationRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching notification request entity too large response has a 3xx status code
func (*GetCoachingNotificationRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching notification request entity too large response has a 5xx status code
func (*GetCoachingNotificationRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching notification request entity too large response has a 2xx status code
func (*GetCoachingNotificationRequestEntityTooLarge) String ¶
func (o *GetCoachingNotificationRequestEntityTooLarge) String() string
type GetCoachingNotificationRequestTimeout ¶
GetCoachingNotificationRequestTimeout 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 NewGetCoachingNotificationRequestTimeout ¶
func NewGetCoachingNotificationRequestTimeout() *GetCoachingNotificationRequestTimeout
NewGetCoachingNotificationRequestTimeout creates a GetCoachingNotificationRequestTimeout with default headers values
func (*GetCoachingNotificationRequestTimeout) Error ¶
func (o *GetCoachingNotificationRequestTimeout) Error() string
func (*GetCoachingNotificationRequestTimeout) GetPayload ¶
func (o *GetCoachingNotificationRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationRequestTimeout) IsClientError ¶
func (o *GetCoachingNotificationRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching notification request timeout response has a 4xx status code
func (*GetCoachingNotificationRequestTimeout) IsCode ¶
func (o *GetCoachingNotificationRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching notification request timeout response a status code equal to that given
func (*GetCoachingNotificationRequestTimeout) IsRedirect ¶
func (o *GetCoachingNotificationRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching notification request timeout response has a 3xx status code
func (*GetCoachingNotificationRequestTimeout) IsServerError ¶
func (o *GetCoachingNotificationRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching notification request timeout response has a 5xx status code
func (*GetCoachingNotificationRequestTimeout) IsSuccess ¶
func (o *GetCoachingNotificationRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching notification request timeout response has a 2xx status code
func (*GetCoachingNotificationRequestTimeout) String ¶
func (o *GetCoachingNotificationRequestTimeout) String() string
type GetCoachingNotificationServiceUnavailable ¶
type GetCoachingNotificationServiceUnavailable struct {
}
GetCoachingNotificationServiceUnavailable 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 NewGetCoachingNotificationServiceUnavailable ¶
func NewGetCoachingNotificationServiceUnavailable() *GetCoachingNotificationServiceUnavailable
NewGetCoachingNotificationServiceUnavailable creates a GetCoachingNotificationServiceUnavailable with default headers values
func (*GetCoachingNotificationServiceUnavailable) Error ¶
func (o *GetCoachingNotificationServiceUnavailable) Error() string
func (*GetCoachingNotificationServiceUnavailable) GetPayload ¶
func (o *GetCoachingNotificationServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationServiceUnavailable) IsClientError ¶
func (o *GetCoachingNotificationServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching notification service unavailable response has a 4xx status code
func (*GetCoachingNotificationServiceUnavailable) IsCode ¶
func (o *GetCoachingNotificationServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching notification service unavailable response a status code equal to that given
func (*GetCoachingNotificationServiceUnavailable) IsRedirect ¶
func (o *GetCoachingNotificationServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching notification service unavailable response has a 3xx status code
func (*GetCoachingNotificationServiceUnavailable) IsServerError ¶
func (o *GetCoachingNotificationServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching notification service unavailable response has a 5xx status code
func (*GetCoachingNotificationServiceUnavailable) IsSuccess ¶
func (o *GetCoachingNotificationServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching notification service unavailable response has a 2xx status code
func (*GetCoachingNotificationServiceUnavailable) String ¶
func (o *GetCoachingNotificationServiceUnavailable) String() string
type GetCoachingNotificationTooManyRequests ¶
GetCoachingNotificationTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingNotificationTooManyRequests ¶
func NewGetCoachingNotificationTooManyRequests() *GetCoachingNotificationTooManyRequests
NewGetCoachingNotificationTooManyRequests creates a GetCoachingNotificationTooManyRequests with default headers values
func (*GetCoachingNotificationTooManyRequests) Error ¶
func (o *GetCoachingNotificationTooManyRequests) Error() string
func (*GetCoachingNotificationTooManyRequests) GetPayload ¶
func (o *GetCoachingNotificationTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationTooManyRequests) IsClientError ¶
func (o *GetCoachingNotificationTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching notification too many requests response has a 4xx status code
func (*GetCoachingNotificationTooManyRequests) IsCode ¶
func (o *GetCoachingNotificationTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching notification too many requests response a status code equal to that given
func (*GetCoachingNotificationTooManyRequests) IsRedirect ¶
func (o *GetCoachingNotificationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching notification too many requests response has a 3xx status code
func (*GetCoachingNotificationTooManyRequests) IsServerError ¶
func (o *GetCoachingNotificationTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching notification too many requests response has a 5xx status code
func (*GetCoachingNotificationTooManyRequests) IsSuccess ¶
func (o *GetCoachingNotificationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching notification too many requests response has a 2xx status code
func (*GetCoachingNotificationTooManyRequests) String ¶
func (o *GetCoachingNotificationTooManyRequests) String() string
type GetCoachingNotificationUnauthorized ¶
type GetCoachingNotificationUnauthorized struct {
}
GetCoachingNotificationUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingNotificationUnauthorized ¶
func NewGetCoachingNotificationUnauthorized() *GetCoachingNotificationUnauthorized
NewGetCoachingNotificationUnauthorized creates a GetCoachingNotificationUnauthorized with default headers values
func (*GetCoachingNotificationUnauthorized) Error ¶
func (o *GetCoachingNotificationUnauthorized) Error() string
func (*GetCoachingNotificationUnauthorized) GetPayload ¶
func (o *GetCoachingNotificationUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationUnauthorized) IsClientError ¶
func (o *GetCoachingNotificationUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching notification unauthorized response has a 4xx status code
func (*GetCoachingNotificationUnauthorized) IsCode ¶
func (o *GetCoachingNotificationUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching notification unauthorized response a status code equal to that given
func (*GetCoachingNotificationUnauthorized) IsRedirect ¶
func (o *GetCoachingNotificationUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching notification unauthorized response has a 3xx status code
func (*GetCoachingNotificationUnauthorized) IsServerError ¶
func (o *GetCoachingNotificationUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching notification unauthorized response has a 5xx status code
func (*GetCoachingNotificationUnauthorized) IsSuccess ¶
func (o *GetCoachingNotificationUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching notification unauthorized response has a 2xx status code
func (*GetCoachingNotificationUnauthorized) String ¶
func (o *GetCoachingNotificationUnauthorized) String() string
type GetCoachingNotificationUnsupportedMediaType ¶
GetCoachingNotificationUnsupportedMediaType 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 NewGetCoachingNotificationUnsupportedMediaType ¶
func NewGetCoachingNotificationUnsupportedMediaType() *GetCoachingNotificationUnsupportedMediaType
NewGetCoachingNotificationUnsupportedMediaType creates a GetCoachingNotificationUnsupportedMediaType with default headers values
func (*GetCoachingNotificationUnsupportedMediaType) Error ¶
func (o *GetCoachingNotificationUnsupportedMediaType) Error() string
func (*GetCoachingNotificationUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingNotificationUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingNotificationUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching notification unsupported media type response has a 4xx status code
func (*GetCoachingNotificationUnsupportedMediaType) IsCode ¶
func (o *GetCoachingNotificationUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching notification unsupported media type response a status code equal to that given
func (*GetCoachingNotificationUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingNotificationUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching notification unsupported media type response has a 3xx status code
func (*GetCoachingNotificationUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingNotificationUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching notification unsupported media type response has a 5xx status code
func (*GetCoachingNotificationUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingNotificationUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching notification unsupported media type response has a 2xx status code
func (*GetCoachingNotificationUnsupportedMediaType) String ¶
func (o *GetCoachingNotificationUnsupportedMediaType) String() string
type GetCoachingNotificationsBadRequest ¶
GetCoachingNotificationsBadRequest 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 NewGetCoachingNotificationsBadRequest ¶
func NewGetCoachingNotificationsBadRequest() *GetCoachingNotificationsBadRequest
NewGetCoachingNotificationsBadRequest creates a GetCoachingNotificationsBadRequest with default headers values
func (*GetCoachingNotificationsBadRequest) Error ¶
func (o *GetCoachingNotificationsBadRequest) Error() string
func (*GetCoachingNotificationsBadRequest) GetPayload ¶
func (o *GetCoachingNotificationsBadRequest) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsBadRequest) IsClientError ¶
func (o *GetCoachingNotificationsBadRequest) IsClientError() bool
IsClientError returns true when this get coaching notifications bad request response has a 4xx status code
func (*GetCoachingNotificationsBadRequest) IsCode ¶
func (o *GetCoachingNotificationsBadRequest) IsCode(code int) bool
IsCode returns true when this get coaching notifications bad request response a status code equal to that given
func (*GetCoachingNotificationsBadRequest) IsRedirect ¶
func (o *GetCoachingNotificationsBadRequest) IsRedirect() bool
IsRedirect returns true when this get coaching notifications bad request response has a 3xx status code
func (*GetCoachingNotificationsBadRequest) IsServerError ¶
func (o *GetCoachingNotificationsBadRequest) IsServerError() bool
IsServerError returns true when this get coaching notifications bad request response has a 5xx status code
func (*GetCoachingNotificationsBadRequest) IsSuccess ¶
func (o *GetCoachingNotificationsBadRequest) IsSuccess() bool
IsSuccess returns true when this get coaching notifications bad request response has a 2xx status code
func (*GetCoachingNotificationsBadRequest) String ¶
func (o *GetCoachingNotificationsBadRequest) String() string
type GetCoachingNotificationsForbidden ¶
GetCoachingNotificationsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetCoachingNotificationsForbidden ¶
func NewGetCoachingNotificationsForbidden() *GetCoachingNotificationsForbidden
NewGetCoachingNotificationsForbidden creates a GetCoachingNotificationsForbidden with default headers values
func (*GetCoachingNotificationsForbidden) Error ¶
func (o *GetCoachingNotificationsForbidden) Error() string
func (*GetCoachingNotificationsForbidden) GetPayload ¶
func (o *GetCoachingNotificationsForbidden) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsForbidden) IsClientError ¶
func (o *GetCoachingNotificationsForbidden) IsClientError() bool
IsClientError returns true when this get coaching notifications forbidden response has a 4xx status code
func (*GetCoachingNotificationsForbidden) IsCode ¶
func (o *GetCoachingNotificationsForbidden) IsCode(code int) bool
IsCode returns true when this get coaching notifications forbidden response a status code equal to that given
func (*GetCoachingNotificationsForbidden) IsRedirect ¶
func (o *GetCoachingNotificationsForbidden) IsRedirect() bool
IsRedirect returns true when this get coaching notifications forbidden response has a 3xx status code
func (*GetCoachingNotificationsForbidden) IsServerError ¶
func (o *GetCoachingNotificationsForbidden) IsServerError() bool
IsServerError returns true when this get coaching notifications forbidden response has a 5xx status code
func (*GetCoachingNotificationsForbidden) IsSuccess ¶
func (o *GetCoachingNotificationsForbidden) IsSuccess() bool
IsSuccess returns true when this get coaching notifications forbidden response has a 2xx status code
func (*GetCoachingNotificationsForbidden) String ¶
func (o *GetCoachingNotificationsForbidden) String() string
type GetCoachingNotificationsGatewayTimeout ¶
GetCoachingNotificationsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetCoachingNotificationsGatewayTimeout ¶
func NewGetCoachingNotificationsGatewayTimeout() *GetCoachingNotificationsGatewayTimeout
NewGetCoachingNotificationsGatewayTimeout creates a GetCoachingNotificationsGatewayTimeout with default headers values
func (*GetCoachingNotificationsGatewayTimeout) Error ¶
func (o *GetCoachingNotificationsGatewayTimeout) Error() string
func (*GetCoachingNotificationsGatewayTimeout) GetPayload ¶
func (o *GetCoachingNotificationsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsGatewayTimeout) IsClientError ¶
func (o *GetCoachingNotificationsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get coaching notifications gateway timeout response has a 4xx status code
func (*GetCoachingNotificationsGatewayTimeout) IsCode ¶
func (o *GetCoachingNotificationsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get coaching notifications gateway timeout response a status code equal to that given
func (*GetCoachingNotificationsGatewayTimeout) IsRedirect ¶
func (o *GetCoachingNotificationsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching notifications gateway timeout response has a 3xx status code
func (*GetCoachingNotificationsGatewayTimeout) IsServerError ¶
func (o *GetCoachingNotificationsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get coaching notifications gateway timeout response has a 5xx status code
func (*GetCoachingNotificationsGatewayTimeout) IsSuccess ¶
func (o *GetCoachingNotificationsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching notifications gateway timeout response has a 2xx status code
func (*GetCoachingNotificationsGatewayTimeout) String ¶
func (o *GetCoachingNotificationsGatewayTimeout) String() string
type GetCoachingNotificationsInternalServerError ¶
GetCoachingNotificationsInternalServerError 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 NewGetCoachingNotificationsInternalServerError ¶
func NewGetCoachingNotificationsInternalServerError() *GetCoachingNotificationsInternalServerError
NewGetCoachingNotificationsInternalServerError creates a GetCoachingNotificationsInternalServerError with default headers values
func (*GetCoachingNotificationsInternalServerError) Error ¶
func (o *GetCoachingNotificationsInternalServerError) Error() string
func (*GetCoachingNotificationsInternalServerError) GetPayload ¶
func (o *GetCoachingNotificationsInternalServerError) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsInternalServerError) IsClientError ¶
func (o *GetCoachingNotificationsInternalServerError) IsClientError() bool
IsClientError returns true when this get coaching notifications internal server error response has a 4xx status code
func (*GetCoachingNotificationsInternalServerError) IsCode ¶
func (o *GetCoachingNotificationsInternalServerError) IsCode(code int) bool
IsCode returns true when this get coaching notifications internal server error response a status code equal to that given
func (*GetCoachingNotificationsInternalServerError) IsRedirect ¶
func (o *GetCoachingNotificationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get coaching notifications internal server error response has a 3xx status code
func (*GetCoachingNotificationsInternalServerError) IsServerError ¶
func (o *GetCoachingNotificationsInternalServerError) IsServerError() bool
IsServerError returns true when this get coaching notifications internal server error response has a 5xx status code
func (*GetCoachingNotificationsInternalServerError) IsSuccess ¶
func (o *GetCoachingNotificationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get coaching notifications internal server error response has a 2xx status code
func (*GetCoachingNotificationsInternalServerError) String ¶
func (o *GetCoachingNotificationsInternalServerError) String() string
type GetCoachingNotificationsNotFound ¶
GetCoachingNotificationsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetCoachingNotificationsNotFound ¶
func NewGetCoachingNotificationsNotFound() *GetCoachingNotificationsNotFound
NewGetCoachingNotificationsNotFound creates a GetCoachingNotificationsNotFound with default headers values
func (*GetCoachingNotificationsNotFound) Error ¶
func (o *GetCoachingNotificationsNotFound) Error() string
func (*GetCoachingNotificationsNotFound) GetPayload ¶
func (o *GetCoachingNotificationsNotFound) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsNotFound) IsClientError ¶
func (o *GetCoachingNotificationsNotFound) IsClientError() bool
IsClientError returns true when this get coaching notifications not found response has a 4xx status code
func (*GetCoachingNotificationsNotFound) IsCode ¶
func (o *GetCoachingNotificationsNotFound) IsCode(code int) bool
IsCode returns true when this get coaching notifications not found response a status code equal to that given
func (*GetCoachingNotificationsNotFound) IsRedirect ¶
func (o *GetCoachingNotificationsNotFound) IsRedirect() bool
IsRedirect returns true when this get coaching notifications not found response has a 3xx status code
func (*GetCoachingNotificationsNotFound) IsServerError ¶
func (o *GetCoachingNotificationsNotFound) IsServerError() bool
IsServerError returns true when this get coaching notifications not found response has a 5xx status code
func (*GetCoachingNotificationsNotFound) IsSuccess ¶
func (o *GetCoachingNotificationsNotFound) IsSuccess() bool
IsSuccess returns true when this get coaching notifications not found response has a 2xx status code
func (*GetCoachingNotificationsNotFound) String ¶
func (o *GetCoachingNotificationsNotFound) String() string
type GetCoachingNotificationsOK ¶
type GetCoachingNotificationsOK struct {
Payload *models.CoachingNotificationList
}
GetCoachingNotificationsOK describes a response with status code 200, with default header values.
successful operation
func NewGetCoachingNotificationsOK ¶
func NewGetCoachingNotificationsOK() *GetCoachingNotificationsOK
NewGetCoachingNotificationsOK creates a GetCoachingNotificationsOK with default headers values
func (*GetCoachingNotificationsOK) Error ¶
func (o *GetCoachingNotificationsOK) Error() string
func (*GetCoachingNotificationsOK) GetPayload ¶
func (o *GetCoachingNotificationsOK) GetPayload() *models.CoachingNotificationList
func (*GetCoachingNotificationsOK) IsClientError ¶
func (o *GetCoachingNotificationsOK) IsClientError() bool
IsClientError returns true when this get coaching notifications o k response has a 4xx status code
func (*GetCoachingNotificationsOK) IsCode ¶
func (o *GetCoachingNotificationsOK) IsCode(code int) bool
IsCode returns true when this get coaching notifications o k response a status code equal to that given
func (*GetCoachingNotificationsOK) IsRedirect ¶
func (o *GetCoachingNotificationsOK) IsRedirect() bool
IsRedirect returns true when this get coaching notifications o k response has a 3xx status code
func (*GetCoachingNotificationsOK) IsServerError ¶
func (o *GetCoachingNotificationsOK) IsServerError() bool
IsServerError returns true when this get coaching notifications o k response has a 5xx status code
func (*GetCoachingNotificationsOK) IsSuccess ¶
func (o *GetCoachingNotificationsOK) IsSuccess() bool
IsSuccess returns true when this get coaching notifications o k response has a 2xx status code
func (*GetCoachingNotificationsOK) String ¶
func (o *GetCoachingNotificationsOK) String() string
type GetCoachingNotificationsParams ¶
type GetCoachingNotificationsParams struct {
/* Expand.
Indicates a field in the response which should be expanded.
*/
Expand []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
}
GetCoachingNotificationsParams contains all the parameters to send to the API endpoint
for the get coaching notifications operation. Typically these are written to a http.Request.
func NewGetCoachingNotificationsParams ¶
func NewGetCoachingNotificationsParams() *GetCoachingNotificationsParams
NewGetCoachingNotificationsParams creates a new GetCoachingNotificationsParams 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 NewGetCoachingNotificationsParamsWithContext ¶
func NewGetCoachingNotificationsParamsWithContext(ctx context.Context) *GetCoachingNotificationsParams
NewGetCoachingNotificationsParamsWithContext creates a new GetCoachingNotificationsParams object with the ability to set a context for a request.
func NewGetCoachingNotificationsParamsWithHTTPClient ¶
func NewGetCoachingNotificationsParamsWithHTTPClient(client *http.Client) *GetCoachingNotificationsParams
NewGetCoachingNotificationsParamsWithHTTPClient creates a new GetCoachingNotificationsParams object with the ability to set a custom HTTPClient for a request.
func NewGetCoachingNotificationsParamsWithTimeout ¶
func NewGetCoachingNotificationsParamsWithTimeout(timeout time.Duration) *GetCoachingNotificationsParams
NewGetCoachingNotificationsParamsWithTimeout creates a new GetCoachingNotificationsParams object with the ability to set a timeout on a request.
func (*GetCoachingNotificationsParams) SetContext ¶
func (o *GetCoachingNotificationsParams) SetContext(ctx context.Context)
SetContext adds the context to the get coaching notifications params
func (*GetCoachingNotificationsParams) SetDefaults ¶
func (o *GetCoachingNotificationsParams) SetDefaults()
SetDefaults hydrates default values in the get coaching notifications params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingNotificationsParams) SetExpand ¶
func (o *GetCoachingNotificationsParams) SetExpand(expand []string)
SetExpand adds the expand to the get coaching notifications params
func (*GetCoachingNotificationsParams) SetHTTPClient ¶
func (o *GetCoachingNotificationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get coaching notifications params
func (*GetCoachingNotificationsParams) SetPageNumber ¶
func (o *GetCoachingNotificationsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get coaching notifications params
func (*GetCoachingNotificationsParams) SetPageSize ¶
func (o *GetCoachingNotificationsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get coaching notifications params
func (*GetCoachingNotificationsParams) SetTimeout ¶
func (o *GetCoachingNotificationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get coaching notifications params
func (*GetCoachingNotificationsParams) WithContext ¶
func (o *GetCoachingNotificationsParams) WithContext(ctx context.Context) *GetCoachingNotificationsParams
WithContext adds the context to the get coaching notifications params
func (*GetCoachingNotificationsParams) WithDefaults ¶
func (o *GetCoachingNotificationsParams) WithDefaults() *GetCoachingNotificationsParams
WithDefaults hydrates default values in the get coaching notifications params (not the query body).
All values with no default are reset to their zero value.
func (*GetCoachingNotificationsParams) WithExpand ¶
func (o *GetCoachingNotificationsParams) WithExpand(expand []string) *GetCoachingNotificationsParams
WithExpand adds the expand to the get coaching notifications params
func (*GetCoachingNotificationsParams) WithHTTPClient ¶
func (o *GetCoachingNotificationsParams) WithHTTPClient(client *http.Client) *GetCoachingNotificationsParams
WithHTTPClient adds the HTTPClient to the get coaching notifications params
func (*GetCoachingNotificationsParams) WithPageNumber ¶
func (o *GetCoachingNotificationsParams) WithPageNumber(pageNumber *int32) *GetCoachingNotificationsParams
WithPageNumber adds the pageNumber to the get coaching notifications params
func (*GetCoachingNotificationsParams) WithPageSize ¶
func (o *GetCoachingNotificationsParams) WithPageSize(pageSize *int32) *GetCoachingNotificationsParams
WithPageSize adds the pageSize to the get coaching notifications params
func (*GetCoachingNotificationsParams) WithTimeout ¶
func (o *GetCoachingNotificationsParams) WithTimeout(timeout time.Duration) *GetCoachingNotificationsParams
WithTimeout adds the timeout to the get coaching notifications params
func (*GetCoachingNotificationsParams) WriteToRequest ¶
func (o *GetCoachingNotificationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCoachingNotificationsReader ¶
type GetCoachingNotificationsReader struct {
// contains filtered or unexported fields
}
GetCoachingNotificationsReader is a Reader for the GetCoachingNotifications structure.
func (*GetCoachingNotificationsReader) ReadResponse ¶
func (o *GetCoachingNotificationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCoachingNotificationsRequestEntityTooLarge ¶
GetCoachingNotificationsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetCoachingNotificationsRequestEntityTooLarge ¶
func NewGetCoachingNotificationsRequestEntityTooLarge() *GetCoachingNotificationsRequestEntityTooLarge
NewGetCoachingNotificationsRequestEntityTooLarge creates a GetCoachingNotificationsRequestEntityTooLarge with default headers values
func (*GetCoachingNotificationsRequestEntityTooLarge) Error ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) Error() string
func (*GetCoachingNotificationsRequestEntityTooLarge) GetPayload ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsRequestEntityTooLarge) IsClientError ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get coaching notifications request entity too large response has a 4xx status code
func (*GetCoachingNotificationsRequestEntityTooLarge) IsCode ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get coaching notifications request entity too large response a status code equal to that given
func (*GetCoachingNotificationsRequestEntityTooLarge) IsRedirect ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get coaching notifications request entity too large response has a 3xx status code
func (*GetCoachingNotificationsRequestEntityTooLarge) IsServerError ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get coaching notifications request entity too large response has a 5xx status code
func (*GetCoachingNotificationsRequestEntityTooLarge) IsSuccess ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get coaching notifications request entity too large response has a 2xx status code
func (*GetCoachingNotificationsRequestEntityTooLarge) String ¶
func (o *GetCoachingNotificationsRequestEntityTooLarge) String() string
type GetCoachingNotificationsRequestTimeout ¶
GetCoachingNotificationsRequestTimeout 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 NewGetCoachingNotificationsRequestTimeout ¶
func NewGetCoachingNotificationsRequestTimeout() *GetCoachingNotificationsRequestTimeout
NewGetCoachingNotificationsRequestTimeout creates a GetCoachingNotificationsRequestTimeout with default headers values
func (*GetCoachingNotificationsRequestTimeout) Error ¶
func (o *GetCoachingNotificationsRequestTimeout) Error() string
func (*GetCoachingNotificationsRequestTimeout) GetPayload ¶
func (o *GetCoachingNotificationsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsRequestTimeout) IsClientError ¶
func (o *GetCoachingNotificationsRequestTimeout) IsClientError() bool
IsClientError returns true when this get coaching notifications request timeout response has a 4xx status code
func (*GetCoachingNotificationsRequestTimeout) IsCode ¶
func (o *GetCoachingNotificationsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get coaching notifications request timeout response a status code equal to that given
func (*GetCoachingNotificationsRequestTimeout) IsRedirect ¶
func (o *GetCoachingNotificationsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get coaching notifications request timeout response has a 3xx status code
func (*GetCoachingNotificationsRequestTimeout) IsServerError ¶
func (o *GetCoachingNotificationsRequestTimeout) IsServerError() bool
IsServerError returns true when this get coaching notifications request timeout response has a 5xx status code
func (*GetCoachingNotificationsRequestTimeout) IsSuccess ¶
func (o *GetCoachingNotificationsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get coaching notifications request timeout response has a 2xx status code
func (*GetCoachingNotificationsRequestTimeout) String ¶
func (o *GetCoachingNotificationsRequestTimeout) String() string
type GetCoachingNotificationsServiceUnavailable ¶
type GetCoachingNotificationsServiceUnavailable struct {
}
GetCoachingNotificationsServiceUnavailable 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 NewGetCoachingNotificationsServiceUnavailable ¶
func NewGetCoachingNotificationsServiceUnavailable() *GetCoachingNotificationsServiceUnavailable
NewGetCoachingNotificationsServiceUnavailable creates a GetCoachingNotificationsServiceUnavailable with default headers values
func (*GetCoachingNotificationsServiceUnavailable) Error ¶
func (o *GetCoachingNotificationsServiceUnavailable) Error() string
func (*GetCoachingNotificationsServiceUnavailable) GetPayload ¶
func (o *GetCoachingNotificationsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsServiceUnavailable) IsClientError ¶
func (o *GetCoachingNotificationsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get coaching notifications service unavailable response has a 4xx status code
func (*GetCoachingNotificationsServiceUnavailable) IsCode ¶
func (o *GetCoachingNotificationsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get coaching notifications service unavailable response a status code equal to that given
func (*GetCoachingNotificationsServiceUnavailable) IsRedirect ¶
func (o *GetCoachingNotificationsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get coaching notifications service unavailable response has a 3xx status code
func (*GetCoachingNotificationsServiceUnavailable) IsServerError ¶
func (o *GetCoachingNotificationsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get coaching notifications service unavailable response has a 5xx status code
func (*GetCoachingNotificationsServiceUnavailable) IsSuccess ¶
func (o *GetCoachingNotificationsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get coaching notifications service unavailable response has a 2xx status code
func (*GetCoachingNotificationsServiceUnavailable) String ¶
func (o *GetCoachingNotificationsServiceUnavailable) String() string
type GetCoachingNotificationsTooManyRequests ¶
GetCoachingNotificationsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetCoachingNotificationsTooManyRequests ¶
func NewGetCoachingNotificationsTooManyRequests() *GetCoachingNotificationsTooManyRequests
NewGetCoachingNotificationsTooManyRequests creates a GetCoachingNotificationsTooManyRequests with default headers values
func (*GetCoachingNotificationsTooManyRequests) Error ¶
func (o *GetCoachingNotificationsTooManyRequests) Error() string
func (*GetCoachingNotificationsTooManyRequests) GetPayload ¶
func (o *GetCoachingNotificationsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsTooManyRequests) IsClientError ¶
func (o *GetCoachingNotificationsTooManyRequests) IsClientError() bool
IsClientError returns true when this get coaching notifications too many requests response has a 4xx status code
func (*GetCoachingNotificationsTooManyRequests) IsCode ¶
func (o *GetCoachingNotificationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get coaching notifications too many requests response a status code equal to that given
func (*GetCoachingNotificationsTooManyRequests) IsRedirect ¶
func (o *GetCoachingNotificationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get coaching notifications too many requests response has a 3xx status code
func (*GetCoachingNotificationsTooManyRequests) IsServerError ¶
func (o *GetCoachingNotificationsTooManyRequests) IsServerError() bool
IsServerError returns true when this get coaching notifications too many requests response has a 5xx status code
func (*GetCoachingNotificationsTooManyRequests) IsSuccess ¶
func (o *GetCoachingNotificationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get coaching notifications too many requests response has a 2xx status code
func (*GetCoachingNotificationsTooManyRequests) String ¶
func (o *GetCoachingNotificationsTooManyRequests) String() string
type GetCoachingNotificationsUnauthorized ¶
type GetCoachingNotificationsUnauthorized struct {
}
GetCoachingNotificationsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetCoachingNotificationsUnauthorized ¶
func NewGetCoachingNotificationsUnauthorized() *GetCoachingNotificationsUnauthorized
NewGetCoachingNotificationsUnauthorized creates a GetCoachingNotificationsUnauthorized with default headers values
func (*GetCoachingNotificationsUnauthorized) Error ¶
func (o *GetCoachingNotificationsUnauthorized) Error() string
func (*GetCoachingNotificationsUnauthorized) GetPayload ¶
func (o *GetCoachingNotificationsUnauthorized) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsUnauthorized) IsClientError ¶
func (o *GetCoachingNotificationsUnauthorized) IsClientError() bool
IsClientError returns true when this get coaching notifications unauthorized response has a 4xx status code
func (*GetCoachingNotificationsUnauthorized) IsCode ¶
func (o *GetCoachingNotificationsUnauthorized) IsCode(code int) bool
IsCode returns true when this get coaching notifications unauthorized response a status code equal to that given
func (*GetCoachingNotificationsUnauthorized) IsRedirect ¶
func (o *GetCoachingNotificationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get coaching notifications unauthorized response has a 3xx status code
func (*GetCoachingNotificationsUnauthorized) IsServerError ¶
func (o *GetCoachingNotificationsUnauthorized) IsServerError() bool
IsServerError returns true when this get coaching notifications unauthorized response has a 5xx status code
func (*GetCoachingNotificationsUnauthorized) IsSuccess ¶
func (o *GetCoachingNotificationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get coaching notifications unauthorized response has a 2xx status code
func (*GetCoachingNotificationsUnauthorized) String ¶
func (o *GetCoachingNotificationsUnauthorized) String() string
type GetCoachingNotificationsUnsupportedMediaType ¶
GetCoachingNotificationsUnsupportedMediaType 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 NewGetCoachingNotificationsUnsupportedMediaType ¶
func NewGetCoachingNotificationsUnsupportedMediaType() *GetCoachingNotificationsUnsupportedMediaType
NewGetCoachingNotificationsUnsupportedMediaType creates a GetCoachingNotificationsUnsupportedMediaType with default headers values
func (*GetCoachingNotificationsUnsupportedMediaType) Error ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) Error() string
func (*GetCoachingNotificationsUnsupportedMediaType) GetPayload ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetCoachingNotificationsUnsupportedMediaType) IsClientError ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get coaching notifications unsupported media type response has a 4xx status code
func (*GetCoachingNotificationsUnsupportedMediaType) IsCode ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get coaching notifications unsupported media type response a status code equal to that given
func (*GetCoachingNotificationsUnsupportedMediaType) IsRedirect ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get coaching notifications unsupported media type response has a 3xx status code
func (*GetCoachingNotificationsUnsupportedMediaType) IsServerError ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get coaching notifications unsupported media type response has a 5xx status code
func (*GetCoachingNotificationsUnsupportedMediaType) IsSuccess ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get coaching notifications unsupported media type response has a 2xx status code
func (*GetCoachingNotificationsUnsupportedMediaType) String ¶
func (o *GetCoachingNotificationsUnsupportedMediaType) String() string
type PatchCoachingAppointmentAccepted ¶
type PatchCoachingAppointmentAccepted struct {
Payload *models.CoachingAppointmentReference
}
PatchCoachingAppointmentAccepted describes a response with status code 202, with default header values.
Appointment update request accepted.
func NewPatchCoachingAppointmentAccepted ¶
func NewPatchCoachingAppointmentAccepted() *PatchCoachingAppointmentAccepted
NewPatchCoachingAppointmentAccepted creates a PatchCoachingAppointmentAccepted with default headers values
func (*PatchCoachingAppointmentAccepted) Error ¶
func (o *PatchCoachingAppointmentAccepted) Error() string
func (*PatchCoachingAppointmentAccepted) GetPayload ¶
func (o *PatchCoachingAppointmentAccepted) GetPayload() *models.CoachingAppointmentReference
func (*PatchCoachingAppointmentAccepted) IsClientError ¶
func (o *PatchCoachingAppointmentAccepted) IsClientError() bool
IsClientError returns true when this patch coaching appointment accepted response has a 4xx status code
func (*PatchCoachingAppointmentAccepted) IsCode ¶
func (o *PatchCoachingAppointmentAccepted) IsCode(code int) bool
IsCode returns true when this patch coaching appointment accepted response a status code equal to that given
func (*PatchCoachingAppointmentAccepted) IsRedirect ¶
func (o *PatchCoachingAppointmentAccepted) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment accepted response has a 3xx status code
func (*PatchCoachingAppointmentAccepted) IsServerError ¶
func (o *PatchCoachingAppointmentAccepted) IsServerError() bool
IsServerError returns true when this patch coaching appointment accepted response has a 5xx status code
func (*PatchCoachingAppointmentAccepted) IsSuccess ¶
func (o *PatchCoachingAppointmentAccepted) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment accepted response has a 2xx status code
func (*PatchCoachingAppointmentAccepted) String ¶
func (o *PatchCoachingAppointmentAccepted) String() string
type PatchCoachingAppointmentAnnotationBadRequest ¶
PatchCoachingAppointmentAnnotationBadRequest 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 NewPatchCoachingAppointmentAnnotationBadRequest ¶
func NewPatchCoachingAppointmentAnnotationBadRequest() *PatchCoachingAppointmentAnnotationBadRequest
NewPatchCoachingAppointmentAnnotationBadRequest creates a PatchCoachingAppointmentAnnotationBadRequest with default headers values
func (*PatchCoachingAppointmentAnnotationBadRequest) Error ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) Error() string
func (*PatchCoachingAppointmentAnnotationBadRequest) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationBadRequest) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation bad request response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationBadRequest) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation bad request response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationBadRequest) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation bad request response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationBadRequest) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation bad request response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationBadRequest) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation bad request response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationBadRequest) String ¶
func (o *PatchCoachingAppointmentAnnotationBadRequest) String() string
type PatchCoachingAppointmentAnnotationForbidden ¶
PatchCoachingAppointmentAnnotationForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchCoachingAppointmentAnnotationForbidden ¶
func NewPatchCoachingAppointmentAnnotationForbidden() *PatchCoachingAppointmentAnnotationForbidden
NewPatchCoachingAppointmentAnnotationForbidden creates a PatchCoachingAppointmentAnnotationForbidden with default headers values
func (*PatchCoachingAppointmentAnnotationForbidden) Error ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) Error() string
func (*PatchCoachingAppointmentAnnotationForbidden) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationForbidden) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation forbidden response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationForbidden) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation forbidden response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationForbidden) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation forbidden response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationForbidden) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation forbidden response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationForbidden) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation forbidden response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationForbidden) String ¶
func (o *PatchCoachingAppointmentAnnotationForbidden) String() string
type PatchCoachingAppointmentAnnotationGatewayTimeout ¶
PatchCoachingAppointmentAnnotationGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchCoachingAppointmentAnnotationGatewayTimeout ¶
func NewPatchCoachingAppointmentAnnotationGatewayTimeout() *PatchCoachingAppointmentAnnotationGatewayTimeout
NewPatchCoachingAppointmentAnnotationGatewayTimeout creates a PatchCoachingAppointmentAnnotationGatewayTimeout with default headers values
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) Error ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) Error() string
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation gateway timeout response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation gateway timeout response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation gateway timeout response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation gateway timeout response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation gateway timeout response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationGatewayTimeout) String ¶
func (o *PatchCoachingAppointmentAnnotationGatewayTimeout) String() string
type PatchCoachingAppointmentAnnotationInternalServerError ¶
PatchCoachingAppointmentAnnotationInternalServerError 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 NewPatchCoachingAppointmentAnnotationInternalServerError ¶
func NewPatchCoachingAppointmentAnnotationInternalServerError() *PatchCoachingAppointmentAnnotationInternalServerError
NewPatchCoachingAppointmentAnnotationInternalServerError creates a PatchCoachingAppointmentAnnotationInternalServerError with default headers values
func (*PatchCoachingAppointmentAnnotationInternalServerError) Error ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) Error() string
func (*PatchCoachingAppointmentAnnotationInternalServerError) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationInternalServerError) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation internal server error response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationInternalServerError) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation internal server error response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationInternalServerError) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation internal server error response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationInternalServerError) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation internal server error response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationInternalServerError) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation internal server error response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationInternalServerError) String ¶
func (o *PatchCoachingAppointmentAnnotationInternalServerError) String() string
type PatchCoachingAppointmentAnnotationNotFound ¶
PatchCoachingAppointmentAnnotationNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchCoachingAppointmentAnnotationNotFound ¶
func NewPatchCoachingAppointmentAnnotationNotFound() *PatchCoachingAppointmentAnnotationNotFound
NewPatchCoachingAppointmentAnnotationNotFound creates a PatchCoachingAppointmentAnnotationNotFound with default headers values
func (*PatchCoachingAppointmentAnnotationNotFound) Error ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) Error() string
func (*PatchCoachingAppointmentAnnotationNotFound) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationNotFound) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation not found response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationNotFound) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation not found response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationNotFound) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation not found response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationNotFound) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation not found response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationNotFound) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation not found response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationNotFound) String ¶
func (o *PatchCoachingAppointmentAnnotationNotFound) String() string
type PatchCoachingAppointmentAnnotationOK ¶
type PatchCoachingAppointmentAnnotationOK struct {
Payload *models.CoachingAnnotation
}
PatchCoachingAppointmentAnnotationOK describes a response with status code 200, with default header values.
successful operation
func NewPatchCoachingAppointmentAnnotationOK ¶
func NewPatchCoachingAppointmentAnnotationOK() *PatchCoachingAppointmentAnnotationOK
NewPatchCoachingAppointmentAnnotationOK creates a PatchCoachingAppointmentAnnotationOK with default headers values
func (*PatchCoachingAppointmentAnnotationOK) Error ¶
func (o *PatchCoachingAppointmentAnnotationOK) Error() string
func (*PatchCoachingAppointmentAnnotationOK) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationOK) GetPayload() *models.CoachingAnnotation
func (*PatchCoachingAppointmentAnnotationOK) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationOK) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation o k response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationOK) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationOK) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation o k response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationOK) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationOK) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation o k response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationOK) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationOK) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation o k response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationOK) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationOK) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation o k response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationOK) String ¶
func (o *PatchCoachingAppointmentAnnotationOK) String() string
type PatchCoachingAppointmentAnnotationParams ¶
type PatchCoachingAppointmentAnnotationParams struct {
/* AnnotationID.
The ID of the annotation.
*/
AnnotationID string
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
/* Body.
The new version of the annotation
*/
Body *models.CoachingAnnotation
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PatchCoachingAppointmentAnnotationParams contains all the parameters to send to the API endpoint
for the patch coaching appointment annotation operation. Typically these are written to a http.Request.
func NewPatchCoachingAppointmentAnnotationParams ¶
func NewPatchCoachingAppointmentAnnotationParams() *PatchCoachingAppointmentAnnotationParams
NewPatchCoachingAppointmentAnnotationParams creates a new PatchCoachingAppointmentAnnotationParams 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 NewPatchCoachingAppointmentAnnotationParamsWithContext ¶
func NewPatchCoachingAppointmentAnnotationParamsWithContext(ctx context.Context) *PatchCoachingAppointmentAnnotationParams
NewPatchCoachingAppointmentAnnotationParamsWithContext creates a new PatchCoachingAppointmentAnnotationParams object with the ability to set a context for a request.
func NewPatchCoachingAppointmentAnnotationParamsWithHTTPClient ¶
func NewPatchCoachingAppointmentAnnotationParamsWithHTTPClient(client *http.Client) *PatchCoachingAppointmentAnnotationParams
NewPatchCoachingAppointmentAnnotationParamsWithHTTPClient creates a new PatchCoachingAppointmentAnnotationParams object with the ability to set a custom HTTPClient for a request.
func NewPatchCoachingAppointmentAnnotationParamsWithTimeout ¶
func NewPatchCoachingAppointmentAnnotationParamsWithTimeout(timeout time.Duration) *PatchCoachingAppointmentAnnotationParams
NewPatchCoachingAppointmentAnnotationParamsWithTimeout creates a new PatchCoachingAppointmentAnnotationParams object with the ability to set a timeout on a request.
func (*PatchCoachingAppointmentAnnotationParams) SetAnnotationID ¶
func (o *PatchCoachingAppointmentAnnotationParams) SetAnnotationID(annotationID string)
SetAnnotationID adds the annotationId to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) SetAppointmentID ¶
func (o *PatchCoachingAppointmentAnnotationParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) SetBody ¶
func (o *PatchCoachingAppointmentAnnotationParams) SetBody(body *models.CoachingAnnotation)
SetBody adds the body to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) SetContext ¶
func (o *PatchCoachingAppointmentAnnotationParams) SetContext(ctx context.Context)
SetContext adds the context to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) SetDefaults ¶
func (o *PatchCoachingAppointmentAnnotationParams) SetDefaults()
SetDefaults hydrates default values in the patch coaching appointment annotation params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingAppointmentAnnotationParams) SetHTTPClient ¶
func (o *PatchCoachingAppointmentAnnotationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) SetTimeout ¶
func (o *PatchCoachingAppointmentAnnotationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) WithAnnotationID ¶
func (o *PatchCoachingAppointmentAnnotationParams) WithAnnotationID(annotationID string) *PatchCoachingAppointmentAnnotationParams
WithAnnotationID adds the annotationID to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) WithAppointmentID ¶
func (o *PatchCoachingAppointmentAnnotationParams) WithAppointmentID(appointmentID string) *PatchCoachingAppointmentAnnotationParams
WithAppointmentID adds the appointmentID to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) WithBody ¶
func (o *PatchCoachingAppointmentAnnotationParams) WithBody(body *models.CoachingAnnotation) *PatchCoachingAppointmentAnnotationParams
WithBody adds the body to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) WithContext ¶
func (o *PatchCoachingAppointmentAnnotationParams) WithContext(ctx context.Context) *PatchCoachingAppointmentAnnotationParams
WithContext adds the context to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) WithDefaults ¶
func (o *PatchCoachingAppointmentAnnotationParams) WithDefaults() *PatchCoachingAppointmentAnnotationParams
WithDefaults hydrates default values in the patch coaching appointment annotation params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingAppointmentAnnotationParams) WithHTTPClient ¶
func (o *PatchCoachingAppointmentAnnotationParams) WithHTTPClient(client *http.Client) *PatchCoachingAppointmentAnnotationParams
WithHTTPClient adds the HTTPClient to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) WithTimeout ¶
func (o *PatchCoachingAppointmentAnnotationParams) WithTimeout(timeout time.Duration) *PatchCoachingAppointmentAnnotationParams
WithTimeout adds the timeout to the patch coaching appointment annotation params
func (*PatchCoachingAppointmentAnnotationParams) WriteToRequest ¶
func (o *PatchCoachingAppointmentAnnotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchCoachingAppointmentAnnotationReader ¶
type PatchCoachingAppointmentAnnotationReader struct {
// contains filtered or unexported fields
}
PatchCoachingAppointmentAnnotationReader is a Reader for the PatchCoachingAppointmentAnnotation structure.
func (*PatchCoachingAppointmentAnnotationReader) ReadResponse ¶
func (o *PatchCoachingAppointmentAnnotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchCoachingAppointmentAnnotationRequestEntityTooLarge ¶
PatchCoachingAppointmentAnnotationRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchCoachingAppointmentAnnotationRequestEntityTooLarge ¶
func NewPatchCoachingAppointmentAnnotationRequestEntityTooLarge() *PatchCoachingAppointmentAnnotationRequestEntityTooLarge
NewPatchCoachingAppointmentAnnotationRequestEntityTooLarge creates a PatchCoachingAppointmentAnnotationRequestEntityTooLarge with default headers values
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) Error ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) Error() string
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation request entity too large response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation request entity too large response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation request entity too large response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation request entity too large response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation request entity too large response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationRequestEntityTooLarge) String ¶
func (o *PatchCoachingAppointmentAnnotationRequestEntityTooLarge) String() string
type PatchCoachingAppointmentAnnotationRequestTimeout ¶
PatchCoachingAppointmentAnnotationRequestTimeout 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 NewPatchCoachingAppointmentAnnotationRequestTimeout ¶
func NewPatchCoachingAppointmentAnnotationRequestTimeout() *PatchCoachingAppointmentAnnotationRequestTimeout
NewPatchCoachingAppointmentAnnotationRequestTimeout creates a PatchCoachingAppointmentAnnotationRequestTimeout with default headers values
func (*PatchCoachingAppointmentAnnotationRequestTimeout) Error ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) Error() string
func (*PatchCoachingAppointmentAnnotationRequestTimeout) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationRequestTimeout) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation request timeout response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationRequestTimeout) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation request timeout response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationRequestTimeout) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation request timeout response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationRequestTimeout) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation request timeout response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationRequestTimeout) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation request timeout response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationRequestTimeout) String ¶
func (o *PatchCoachingAppointmentAnnotationRequestTimeout) String() string
type PatchCoachingAppointmentAnnotationServiceUnavailable ¶
type PatchCoachingAppointmentAnnotationServiceUnavailable struct {
}
PatchCoachingAppointmentAnnotationServiceUnavailable 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 NewPatchCoachingAppointmentAnnotationServiceUnavailable ¶
func NewPatchCoachingAppointmentAnnotationServiceUnavailable() *PatchCoachingAppointmentAnnotationServiceUnavailable
NewPatchCoachingAppointmentAnnotationServiceUnavailable creates a PatchCoachingAppointmentAnnotationServiceUnavailable with default headers values
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) Error ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) Error() string
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation service unavailable response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation service unavailable response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation service unavailable response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation service unavailable response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation service unavailable response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationServiceUnavailable) String ¶
func (o *PatchCoachingAppointmentAnnotationServiceUnavailable) String() string
type PatchCoachingAppointmentAnnotationTooManyRequests ¶
PatchCoachingAppointmentAnnotationTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchCoachingAppointmentAnnotationTooManyRequests ¶
func NewPatchCoachingAppointmentAnnotationTooManyRequests() *PatchCoachingAppointmentAnnotationTooManyRequests
NewPatchCoachingAppointmentAnnotationTooManyRequests creates a PatchCoachingAppointmentAnnotationTooManyRequests with default headers values
func (*PatchCoachingAppointmentAnnotationTooManyRequests) Error ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) Error() string
func (*PatchCoachingAppointmentAnnotationTooManyRequests) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationTooManyRequests) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation too many requests response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationTooManyRequests) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation too many requests response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationTooManyRequests) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation too many requests response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationTooManyRequests) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation too many requests response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationTooManyRequests) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation too many requests response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationTooManyRequests) String ¶
func (o *PatchCoachingAppointmentAnnotationTooManyRequests) String() string
type PatchCoachingAppointmentAnnotationUnauthorized ¶
type PatchCoachingAppointmentAnnotationUnauthorized struct {
}
PatchCoachingAppointmentAnnotationUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchCoachingAppointmentAnnotationUnauthorized ¶
func NewPatchCoachingAppointmentAnnotationUnauthorized() *PatchCoachingAppointmentAnnotationUnauthorized
NewPatchCoachingAppointmentAnnotationUnauthorized creates a PatchCoachingAppointmentAnnotationUnauthorized with default headers values
func (*PatchCoachingAppointmentAnnotationUnauthorized) Error ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) Error() string
func (*PatchCoachingAppointmentAnnotationUnauthorized) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationUnauthorized) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation unauthorized response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationUnauthorized) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation unauthorized response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationUnauthorized) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation unauthorized response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationUnauthorized) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation unauthorized response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationUnauthorized) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation unauthorized response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationUnauthorized) String ¶
func (o *PatchCoachingAppointmentAnnotationUnauthorized) String() string
type PatchCoachingAppointmentAnnotationUnsupportedMediaType ¶
PatchCoachingAppointmentAnnotationUnsupportedMediaType 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 NewPatchCoachingAppointmentAnnotationUnsupportedMediaType ¶
func NewPatchCoachingAppointmentAnnotationUnsupportedMediaType() *PatchCoachingAppointmentAnnotationUnsupportedMediaType
NewPatchCoachingAppointmentAnnotationUnsupportedMediaType creates a PatchCoachingAppointmentAnnotationUnsupportedMediaType with default headers values
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) Error ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) Error() string
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch coaching appointment annotation unsupported media type response has a 4xx status code
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsCode ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch coaching appointment annotation unsupported media type response a status code equal to that given
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment annotation unsupported media type response has a 3xx status code
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch coaching appointment annotation unsupported media type response has a 5xx status code
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment annotation unsupported media type response has a 2xx status code
func (*PatchCoachingAppointmentAnnotationUnsupportedMediaType) String ¶
func (o *PatchCoachingAppointmentAnnotationUnsupportedMediaType) String() string
type PatchCoachingAppointmentBadRequest ¶
PatchCoachingAppointmentBadRequest 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 NewPatchCoachingAppointmentBadRequest ¶
func NewPatchCoachingAppointmentBadRequest() *PatchCoachingAppointmentBadRequest
NewPatchCoachingAppointmentBadRequest creates a PatchCoachingAppointmentBadRequest with default headers values
func (*PatchCoachingAppointmentBadRequest) Error ¶
func (o *PatchCoachingAppointmentBadRequest) Error() string
func (*PatchCoachingAppointmentBadRequest) GetPayload ¶
func (o *PatchCoachingAppointmentBadRequest) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentBadRequest) IsClientError ¶
func (o *PatchCoachingAppointmentBadRequest) IsClientError() bool
IsClientError returns true when this patch coaching appointment bad request response has a 4xx status code
func (*PatchCoachingAppointmentBadRequest) IsCode ¶
func (o *PatchCoachingAppointmentBadRequest) IsCode(code int) bool
IsCode returns true when this patch coaching appointment bad request response a status code equal to that given
func (*PatchCoachingAppointmentBadRequest) IsRedirect ¶
func (o *PatchCoachingAppointmentBadRequest) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment bad request response has a 3xx status code
func (*PatchCoachingAppointmentBadRequest) IsServerError ¶
func (o *PatchCoachingAppointmentBadRequest) IsServerError() bool
IsServerError returns true when this patch coaching appointment bad request response has a 5xx status code
func (*PatchCoachingAppointmentBadRequest) IsSuccess ¶
func (o *PatchCoachingAppointmentBadRequest) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment bad request response has a 2xx status code
func (*PatchCoachingAppointmentBadRequest) String ¶
func (o *PatchCoachingAppointmentBadRequest) String() string
type PatchCoachingAppointmentConflict ¶
PatchCoachingAppointmentConflict describes a response with status code 409, with default header values.
Conflict
func NewPatchCoachingAppointmentConflict ¶
func NewPatchCoachingAppointmentConflict() *PatchCoachingAppointmentConflict
NewPatchCoachingAppointmentConflict creates a PatchCoachingAppointmentConflict with default headers values
func (*PatchCoachingAppointmentConflict) Error ¶
func (o *PatchCoachingAppointmentConflict) Error() string
func (*PatchCoachingAppointmentConflict) GetPayload ¶
func (o *PatchCoachingAppointmentConflict) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentConflict) IsClientError ¶
func (o *PatchCoachingAppointmentConflict) IsClientError() bool
IsClientError returns true when this patch coaching appointment conflict response has a 4xx status code
func (*PatchCoachingAppointmentConflict) IsCode ¶
func (o *PatchCoachingAppointmentConflict) IsCode(code int) bool
IsCode returns true when this patch coaching appointment conflict response a status code equal to that given
func (*PatchCoachingAppointmentConflict) IsRedirect ¶
func (o *PatchCoachingAppointmentConflict) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment conflict response has a 3xx status code
func (*PatchCoachingAppointmentConflict) IsServerError ¶
func (o *PatchCoachingAppointmentConflict) IsServerError() bool
IsServerError returns true when this patch coaching appointment conflict response has a 5xx status code
func (*PatchCoachingAppointmentConflict) IsSuccess ¶
func (o *PatchCoachingAppointmentConflict) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment conflict response has a 2xx status code
func (*PatchCoachingAppointmentConflict) String ¶
func (o *PatchCoachingAppointmentConflict) String() string
type PatchCoachingAppointmentForbidden ¶
PatchCoachingAppointmentForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchCoachingAppointmentForbidden ¶
func NewPatchCoachingAppointmentForbidden() *PatchCoachingAppointmentForbidden
NewPatchCoachingAppointmentForbidden creates a PatchCoachingAppointmentForbidden with default headers values
func (*PatchCoachingAppointmentForbidden) Error ¶
func (o *PatchCoachingAppointmentForbidden) Error() string
func (*PatchCoachingAppointmentForbidden) GetPayload ¶
func (o *PatchCoachingAppointmentForbidden) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentForbidden) IsClientError ¶
func (o *PatchCoachingAppointmentForbidden) IsClientError() bool
IsClientError returns true when this patch coaching appointment forbidden response has a 4xx status code
func (*PatchCoachingAppointmentForbidden) IsCode ¶
func (o *PatchCoachingAppointmentForbidden) IsCode(code int) bool
IsCode returns true when this patch coaching appointment forbidden response a status code equal to that given
func (*PatchCoachingAppointmentForbidden) IsRedirect ¶
func (o *PatchCoachingAppointmentForbidden) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment forbidden response has a 3xx status code
func (*PatchCoachingAppointmentForbidden) IsServerError ¶
func (o *PatchCoachingAppointmentForbidden) IsServerError() bool
IsServerError returns true when this patch coaching appointment forbidden response has a 5xx status code
func (*PatchCoachingAppointmentForbidden) IsSuccess ¶
func (o *PatchCoachingAppointmentForbidden) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment forbidden response has a 2xx status code
func (*PatchCoachingAppointmentForbidden) String ¶
func (o *PatchCoachingAppointmentForbidden) String() string
type PatchCoachingAppointmentGatewayTimeout ¶
PatchCoachingAppointmentGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchCoachingAppointmentGatewayTimeout ¶
func NewPatchCoachingAppointmentGatewayTimeout() *PatchCoachingAppointmentGatewayTimeout
NewPatchCoachingAppointmentGatewayTimeout creates a PatchCoachingAppointmentGatewayTimeout with default headers values
func (*PatchCoachingAppointmentGatewayTimeout) Error ¶
func (o *PatchCoachingAppointmentGatewayTimeout) Error() string
func (*PatchCoachingAppointmentGatewayTimeout) GetPayload ¶
func (o *PatchCoachingAppointmentGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentGatewayTimeout) IsClientError ¶
func (o *PatchCoachingAppointmentGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch coaching appointment gateway timeout response has a 4xx status code
func (*PatchCoachingAppointmentGatewayTimeout) IsCode ¶
func (o *PatchCoachingAppointmentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching appointment gateway timeout response a status code equal to that given
func (*PatchCoachingAppointmentGatewayTimeout) IsRedirect ¶
func (o *PatchCoachingAppointmentGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment gateway timeout response has a 3xx status code
func (*PatchCoachingAppointmentGatewayTimeout) IsServerError ¶
func (o *PatchCoachingAppointmentGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch coaching appointment gateway timeout response has a 5xx status code
func (*PatchCoachingAppointmentGatewayTimeout) IsSuccess ¶
func (o *PatchCoachingAppointmentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment gateway timeout response has a 2xx status code
func (*PatchCoachingAppointmentGatewayTimeout) String ¶
func (o *PatchCoachingAppointmentGatewayTimeout) String() string
type PatchCoachingAppointmentInternalServerError ¶
PatchCoachingAppointmentInternalServerError 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 NewPatchCoachingAppointmentInternalServerError ¶
func NewPatchCoachingAppointmentInternalServerError() *PatchCoachingAppointmentInternalServerError
NewPatchCoachingAppointmentInternalServerError creates a PatchCoachingAppointmentInternalServerError with default headers values
func (*PatchCoachingAppointmentInternalServerError) Error ¶
func (o *PatchCoachingAppointmentInternalServerError) Error() string
func (*PatchCoachingAppointmentInternalServerError) GetPayload ¶
func (o *PatchCoachingAppointmentInternalServerError) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentInternalServerError) IsClientError ¶
func (o *PatchCoachingAppointmentInternalServerError) IsClientError() bool
IsClientError returns true when this patch coaching appointment internal server error response has a 4xx status code
func (*PatchCoachingAppointmentInternalServerError) IsCode ¶
func (o *PatchCoachingAppointmentInternalServerError) IsCode(code int) bool
IsCode returns true when this patch coaching appointment internal server error response a status code equal to that given
func (*PatchCoachingAppointmentInternalServerError) IsRedirect ¶
func (o *PatchCoachingAppointmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment internal server error response has a 3xx status code
func (*PatchCoachingAppointmentInternalServerError) IsServerError ¶
func (o *PatchCoachingAppointmentInternalServerError) IsServerError() bool
IsServerError returns true when this patch coaching appointment internal server error response has a 5xx status code
func (*PatchCoachingAppointmentInternalServerError) IsSuccess ¶
func (o *PatchCoachingAppointmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment internal server error response has a 2xx status code
func (*PatchCoachingAppointmentInternalServerError) String ¶
func (o *PatchCoachingAppointmentInternalServerError) String() string
type PatchCoachingAppointmentNotFound ¶
PatchCoachingAppointmentNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchCoachingAppointmentNotFound ¶
func NewPatchCoachingAppointmentNotFound() *PatchCoachingAppointmentNotFound
NewPatchCoachingAppointmentNotFound creates a PatchCoachingAppointmentNotFound with default headers values
func (*PatchCoachingAppointmentNotFound) Error ¶
func (o *PatchCoachingAppointmentNotFound) Error() string
func (*PatchCoachingAppointmentNotFound) GetPayload ¶
func (o *PatchCoachingAppointmentNotFound) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentNotFound) IsClientError ¶
func (o *PatchCoachingAppointmentNotFound) IsClientError() bool
IsClientError returns true when this patch coaching appointment not found response has a 4xx status code
func (*PatchCoachingAppointmentNotFound) IsCode ¶
func (o *PatchCoachingAppointmentNotFound) IsCode(code int) bool
IsCode returns true when this patch coaching appointment not found response a status code equal to that given
func (*PatchCoachingAppointmentNotFound) IsRedirect ¶
func (o *PatchCoachingAppointmentNotFound) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment not found response has a 3xx status code
func (*PatchCoachingAppointmentNotFound) IsServerError ¶
func (o *PatchCoachingAppointmentNotFound) IsServerError() bool
IsServerError returns true when this patch coaching appointment not found response has a 5xx status code
func (*PatchCoachingAppointmentNotFound) IsSuccess ¶
func (o *PatchCoachingAppointmentNotFound) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment not found response has a 2xx status code
func (*PatchCoachingAppointmentNotFound) String ¶
func (o *PatchCoachingAppointmentNotFound) String() string
type PatchCoachingAppointmentOK ¶
type PatchCoachingAppointmentOK struct {
Payload *models.CoachingAppointmentResponse
}
PatchCoachingAppointmentOK describes a response with status code 200, with default header values.
Appointment updated
func NewPatchCoachingAppointmentOK ¶
func NewPatchCoachingAppointmentOK() *PatchCoachingAppointmentOK
NewPatchCoachingAppointmentOK creates a PatchCoachingAppointmentOK with default headers values
func (*PatchCoachingAppointmentOK) Error ¶
func (o *PatchCoachingAppointmentOK) Error() string
func (*PatchCoachingAppointmentOK) GetPayload ¶
func (o *PatchCoachingAppointmentOK) GetPayload() *models.CoachingAppointmentResponse
func (*PatchCoachingAppointmentOK) IsClientError ¶
func (o *PatchCoachingAppointmentOK) IsClientError() bool
IsClientError returns true when this patch coaching appointment o k response has a 4xx status code
func (*PatchCoachingAppointmentOK) IsCode ¶
func (o *PatchCoachingAppointmentOK) IsCode(code int) bool
IsCode returns true when this patch coaching appointment o k response a status code equal to that given
func (*PatchCoachingAppointmentOK) IsRedirect ¶
func (o *PatchCoachingAppointmentOK) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment o k response has a 3xx status code
func (*PatchCoachingAppointmentOK) IsServerError ¶
func (o *PatchCoachingAppointmentOK) IsServerError() bool
IsServerError returns true when this patch coaching appointment o k response has a 5xx status code
func (*PatchCoachingAppointmentOK) IsSuccess ¶
func (o *PatchCoachingAppointmentOK) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment o k response has a 2xx status code
func (*PatchCoachingAppointmentOK) String ¶
func (o *PatchCoachingAppointmentOK) String() string
type PatchCoachingAppointmentParams ¶
type PatchCoachingAppointmentParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
/* Body.
The new version of the appointment
*/
Body *models.UpdateCoachingAppointmentRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PatchCoachingAppointmentParams contains all the parameters to send to the API endpoint
for the patch coaching appointment operation. Typically these are written to a http.Request.
func NewPatchCoachingAppointmentParams ¶
func NewPatchCoachingAppointmentParams() *PatchCoachingAppointmentParams
NewPatchCoachingAppointmentParams creates a new PatchCoachingAppointmentParams 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 NewPatchCoachingAppointmentParamsWithContext ¶
func NewPatchCoachingAppointmentParamsWithContext(ctx context.Context) *PatchCoachingAppointmentParams
NewPatchCoachingAppointmentParamsWithContext creates a new PatchCoachingAppointmentParams object with the ability to set a context for a request.
func NewPatchCoachingAppointmentParamsWithHTTPClient ¶
func NewPatchCoachingAppointmentParamsWithHTTPClient(client *http.Client) *PatchCoachingAppointmentParams
NewPatchCoachingAppointmentParamsWithHTTPClient creates a new PatchCoachingAppointmentParams object with the ability to set a custom HTTPClient for a request.
func NewPatchCoachingAppointmentParamsWithTimeout ¶
func NewPatchCoachingAppointmentParamsWithTimeout(timeout time.Duration) *PatchCoachingAppointmentParams
NewPatchCoachingAppointmentParamsWithTimeout creates a new PatchCoachingAppointmentParams object with the ability to set a timeout on a request.
func (*PatchCoachingAppointmentParams) SetAppointmentID ¶
func (o *PatchCoachingAppointmentParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) SetBody ¶
func (o *PatchCoachingAppointmentParams) SetBody(body *models.UpdateCoachingAppointmentRequest)
SetBody adds the body to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) SetContext ¶
func (o *PatchCoachingAppointmentParams) SetContext(ctx context.Context)
SetContext adds the context to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) SetDefaults ¶
func (o *PatchCoachingAppointmentParams) SetDefaults()
SetDefaults hydrates default values in the patch coaching appointment params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingAppointmentParams) SetHTTPClient ¶
func (o *PatchCoachingAppointmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) SetTimeout ¶
func (o *PatchCoachingAppointmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) WithAppointmentID ¶
func (o *PatchCoachingAppointmentParams) WithAppointmentID(appointmentID string) *PatchCoachingAppointmentParams
WithAppointmentID adds the appointmentID to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) WithBody ¶
func (o *PatchCoachingAppointmentParams) WithBody(body *models.UpdateCoachingAppointmentRequest) *PatchCoachingAppointmentParams
WithBody adds the body to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) WithContext ¶
func (o *PatchCoachingAppointmentParams) WithContext(ctx context.Context) *PatchCoachingAppointmentParams
WithContext adds the context to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) WithDefaults ¶
func (o *PatchCoachingAppointmentParams) WithDefaults() *PatchCoachingAppointmentParams
WithDefaults hydrates default values in the patch coaching appointment params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingAppointmentParams) WithHTTPClient ¶
func (o *PatchCoachingAppointmentParams) WithHTTPClient(client *http.Client) *PatchCoachingAppointmentParams
WithHTTPClient adds the HTTPClient to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) WithTimeout ¶
func (o *PatchCoachingAppointmentParams) WithTimeout(timeout time.Duration) *PatchCoachingAppointmentParams
WithTimeout adds the timeout to the patch coaching appointment params
func (*PatchCoachingAppointmentParams) WriteToRequest ¶
func (o *PatchCoachingAppointmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchCoachingAppointmentReader ¶
type PatchCoachingAppointmentReader struct {
// contains filtered or unexported fields
}
PatchCoachingAppointmentReader is a Reader for the PatchCoachingAppointment structure.
func (*PatchCoachingAppointmentReader) ReadResponse ¶
func (o *PatchCoachingAppointmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchCoachingAppointmentRequestEntityTooLarge ¶
PatchCoachingAppointmentRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchCoachingAppointmentRequestEntityTooLarge ¶
func NewPatchCoachingAppointmentRequestEntityTooLarge() *PatchCoachingAppointmentRequestEntityTooLarge
NewPatchCoachingAppointmentRequestEntityTooLarge creates a PatchCoachingAppointmentRequestEntityTooLarge with default headers values
func (*PatchCoachingAppointmentRequestEntityTooLarge) Error ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) Error() string
func (*PatchCoachingAppointmentRequestEntityTooLarge) GetPayload ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentRequestEntityTooLarge) IsClientError ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch coaching appointment request entity too large response has a 4xx status code
func (*PatchCoachingAppointmentRequestEntityTooLarge) IsCode ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch coaching appointment request entity too large response a status code equal to that given
func (*PatchCoachingAppointmentRequestEntityTooLarge) IsRedirect ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment request entity too large response has a 3xx status code
func (*PatchCoachingAppointmentRequestEntityTooLarge) IsServerError ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch coaching appointment request entity too large response has a 5xx status code
func (*PatchCoachingAppointmentRequestEntityTooLarge) IsSuccess ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment request entity too large response has a 2xx status code
func (*PatchCoachingAppointmentRequestEntityTooLarge) String ¶
func (o *PatchCoachingAppointmentRequestEntityTooLarge) String() string
type PatchCoachingAppointmentRequestTimeout ¶
PatchCoachingAppointmentRequestTimeout 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 NewPatchCoachingAppointmentRequestTimeout ¶
func NewPatchCoachingAppointmentRequestTimeout() *PatchCoachingAppointmentRequestTimeout
NewPatchCoachingAppointmentRequestTimeout creates a PatchCoachingAppointmentRequestTimeout with default headers values
func (*PatchCoachingAppointmentRequestTimeout) Error ¶
func (o *PatchCoachingAppointmentRequestTimeout) Error() string
func (*PatchCoachingAppointmentRequestTimeout) GetPayload ¶
func (o *PatchCoachingAppointmentRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentRequestTimeout) IsClientError ¶
func (o *PatchCoachingAppointmentRequestTimeout) IsClientError() bool
IsClientError returns true when this patch coaching appointment request timeout response has a 4xx status code
func (*PatchCoachingAppointmentRequestTimeout) IsCode ¶
func (o *PatchCoachingAppointmentRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching appointment request timeout response a status code equal to that given
func (*PatchCoachingAppointmentRequestTimeout) IsRedirect ¶
func (o *PatchCoachingAppointmentRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment request timeout response has a 3xx status code
func (*PatchCoachingAppointmentRequestTimeout) IsServerError ¶
func (o *PatchCoachingAppointmentRequestTimeout) IsServerError() bool
IsServerError returns true when this patch coaching appointment request timeout response has a 5xx status code
func (*PatchCoachingAppointmentRequestTimeout) IsSuccess ¶
func (o *PatchCoachingAppointmentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment request timeout response has a 2xx status code
func (*PatchCoachingAppointmentRequestTimeout) String ¶
func (o *PatchCoachingAppointmentRequestTimeout) String() string
type PatchCoachingAppointmentServiceUnavailable ¶
type PatchCoachingAppointmentServiceUnavailable struct {
}
PatchCoachingAppointmentServiceUnavailable 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 NewPatchCoachingAppointmentServiceUnavailable ¶
func NewPatchCoachingAppointmentServiceUnavailable() *PatchCoachingAppointmentServiceUnavailable
NewPatchCoachingAppointmentServiceUnavailable creates a PatchCoachingAppointmentServiceUnavailable with default headers values
func (*PatchCoachingAppointmentServiceUnavailable) Error ¶
func (o *PatchCoachingAppointmentServiceUnavailable) Error() string
func (*PatchCoachingAppointmentServiceUnavailable) GetPayload ¶
func (o *PatchCoachingAppointmentServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentServiceUnavailable) IsClientError ¶
func (o *PatchCoachingAppointmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch coaching appointment service unavailable response has a 4xx status code
func (*PatchCoachingAppointmentServiceUnavailable) IsCode ¶
func (o *PatchCoachingAppointmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch coaching appointment service unavailable response a status code equal to that given
func (*PatchCoachingAppointmentServiceUnavailable) IsRedirect ¶
func (o *PatchCoachingAppointmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment service unavailable response has a 3xx status code
func (*PatchCoachingAppointmentServiceUnavailable) IsServerError ¶
func (o *PatchCoachingAppointmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch coaching appointment service unavailable response has a 5xx status code
func (*PatchCoachingAppointmentServiceUnavailable) IsSuccess ¶
func (o *PatchCoachingAppointmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment service unavailable response has a 2xx status code
func (*PatchCoachingAppointmentServiceUnavailable) String ¶
func (o *PatchCoachingAppointmentServiceUnavailable) String() string
type PatchCoachingAppointmentStatusBadRequest ¶
PatchCoachingAppointmentStatusBadRequest 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 NewPatchCoachingAppointmentStatusBadRequest ¶
func NewPatchCoachingAppointmentStatusBadRequest() *PatchCoachingAppointmentStatusBadRequest
NewPatchCoachingAppointmentStatusBadRequest creates a PatchCoachingAppointmentStatusBadRequest with default headers values
func (*PatchCoachingAppointmentStatusBadRequest) Error ¶
func (o *PatchCoachingAppointmentStatusBadRequest) Error() string
func (*PatchCoachingAppointmentStatusBadRequest) GetPayload ¶
func (o *PatchCoachingAppointmentStatusBadRequest) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusBadRequest) IsClientError ¶
func (o *PatchCoachingAppointmentStatusBadRequest) IsClientError() bool
IsClientError returns true when this patch coaching appointment status bad request response has a 4xx status code
func (*PatchCoachingAppointmentStatusBadRequest) IsCode ¶
func (o *PatchCoachingAppointmentStatusBadRequest) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status bad request response a status code equal to that given
func (*PatchCoachingAppointmentStatusBadRequest) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusBadRequest) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status bad request response has a 3xx status code
func (*PatchCoachingAppointmentStatusBadRequest) IsServerError ¶
func (o *PatchCoachingAppointmentStatusBadRequest) IsServerError() bool
IsServerError returns true when this patch coaching appointment status bad request response has a 5xx status code
func (*PatchCoachingAppointmentStatusBadRequest) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusBadRequest) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status bad request response has a 2xx status code
func (*PatchCoachingAppointmentStatusBadRequest) String ¶
func (o *PatchCoachingAppointmentStatusBadRequest) String() string
type PatchCoachingAppointmentStatusConflict ¶
PatchCoachingAppointmentStatusConflict describes a response with status code 409, with default header values.
Conflict
func NewPatchCoachingAppointmentStatusConflict ¶
func NewPatchCoachingAppointmentStatusConflict() *PatchCoachingAppointmentStatusConflict
NewPatchCoachingAppointmentStatusConflict creates a PatchCoachingAppointmentStatusConflict with default headers values
func (*PatchCoachingAppointmentStatusConflict) Error ¶
func (o *PatchCoachingAppointmentStatusConflict) Error() string
func (*PatchCoachingAppointmentStatusConflict) GetPayload ¶
func (o *PatchCoachingAppointmentStatusConflict) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusConflict) IsClientError ¶
func (o *PatchCoachingAppointmentStatusConflict) IsClientError() bool
IsClientError returns true when this patch coaching appointment status conflict response has a 4xx status code
func (*PatchCoachingAppointmentStatusConflict) IsCode ¶
func (o *PatchCoachingAppointmentStatusConflict) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status conflict response a status code equal to that given
func (*PatchCoachingAppointmentStatusConflict) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusConflict) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status conflict response has a 3xx status code
func (*PatchCoachingAppointmentStatusConflict) IsServerError ¶
func (o *PatchCoachingAppointmentStatusConflict) IsServerError() bool
IsServerError returns true when this patch coaching appointment status conflict response has a 5xx status code
func (*PatchCoachingAppointmentStatusConflict) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusConflict) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status conflict response has a 2xx status code
func (*PatchCoachingAppointmentStatusConflict) String ¶
func (o *PatchCoachingAppointmentStatusConflict) String() string
type PatchCoachingAppointmentStatusForbidden ¶
PatchCoachingAppointmentStatusForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchCoachingAppointmentStatusForbidden ¶
func NewPatchCoachingAppointmentStatusForbidden() *PatchCoachingAppointmentStatusForbidden
NewPatchCoachingAppointmentStatusForbidden creates a PatchCoachingAppointmentStatusForbidden with default headers values
func (*PatchCoachingAppointmentStatusForbidden) Error ¶
func (o *PatchCoachingAppointmentStatusForbidden) Error() string
func (*PatchCoachingAppointmentStatusForbidden) GetPayload ¶
func (o *PatchCoachingAppointmentStatusForbidden) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusForbidden) IsClientError ¶
func (o *PatchCoachingAppointmentStatusForbidden) IsClientError() bool
IsClientError returns true when this patch coaching appointment status forbidden response has a 4xx status code
func (*PatchCoachingAppointmentStatusForbidden) IsCode ¶
func (o *PatchCoachingAppointmentStatusForbidden) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status forbidden response a status code equal to that given
func (*PatchCoachingAppointmentStatusForbidden) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusForbidden) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status forbidden response has a 3xx status code
func (*PatchCoachingAppointmentStatusForbidden) IsServerError ¶
func (o *PatchCoachingAppointmentStatusForbidden) IsServerError() bool
IsServerError returns true when this patch coaching appointment status forbidden response has a 5xx status code
func (*PatchCoachingAppointmentStatusForbidden) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusForbidden) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status forbidden response has a 2xx status code
func (*PatchCoachingAppointmentStatusForbidden) String ¶
func (o *PatchCoachingAppointmentStatusForbidden) String() string
type PatchCoachingAppointmentStatusGatewayTimeout ¶
PatchCoachingAppointmentStatusGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchCoachingAppointmentStatusGatewayTimeout ¶
func NewPatchCoachingAppointmentStatusGatewayTimeout() *PatchCoachingAppointmentStatusGatewayTimeout
NewPatchCoachingAppointmentStatusGatewayTimeout creates a PatchCoachingAppointmentStatusGatewayTimeout with default headers values
func (*PatchCoachingAppointmentStatusGatewayTimeout) Error ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) Error() string
func (*PatchCoachingAppointmentStatusGatewayTimeout) GetPayload ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusGatewayTimeout) IsClientError ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch coaching appointment status gateway timeout response has a 4xx status code
func (*PatchCoachingAppointmentStatusGatewayTimeout) IsCode ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status gateway timeout response a status code equal to that given
func (*PatchCoachingAppointmentStatusGatewayTimeout) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status gateway timeout response has a 3xx status code
func (*PatchCoachingAppointmentStatusGatewayTimeout) IsServerError ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch coaching appointment status gateway timeout response has a 5xx status code
func (*PatchCoachingAppointmentStatusGatewayTimeout) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status gateway timeout response has a 2xx status code
func (*PatchCoachingAppointmentStatusGatewayTimeout) String ¶
func (o *PatchCoachingAppointmentStatusGatewayTimeout) String() string
type PatchCoachingAppointmentStatusInternalServerError ¶
PatchCoachingAppointmentStatusInternalServerError 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 NewPatchCoachingAppointmentStatusInternalServerError ¶
func NewPatchCoachingAppointmentStatusInternalServerError() *PatchCoachingAppointmentStatusInternalServerError
NewPatchCoachingAppointmentStatusInternalServerError creates a PatchCoachingAppointmentStatusInternalServerError with default headers values
func (*PatchCoachingAppointmentStatusInternalServerError) Error ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) Error() string
func (*PatchCoachingAppointmentStatusInternalServerError) GetPayload ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusInternalServerError) IsClientError ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) IsClientError() bool
IsClientError returns true when this patch coaching appointment status internal server error response has a 4xx status code
func (*PatchCoachingAppointmentStatusInternalServerError) IsCode ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status internal server error response a status code equal to that given
func (*PatchCoachingAppointmentStatusInternalServerError) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status internal server error response has a 3xx status code
func (*PatchCoachingAppointmentStatusInternalServerError) IsServerError ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) IsServerError() bool
IsServerError returns true when this patch coaching appointment status internal server error response has a 5xx status code
func (*PatchCoachingAppointmentStatusInternalServerError) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status internal server error response has a 2xx status code
func (*PatchCoachingAppointmentStatusInternalServerError) String ¶
func (o *PatchCoachingAppointmentStatusInternalServerError) String() string
type PatchCoachingAppointmentStatusNotFound ¶
PatchCoachingAppointmentStatusNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchCoachingAppointmentStatusNotFound ¶
func NewPatchCoachingAppointmentStatusNotFound() *PatchCoachingAppointmentStatusNotFound
NewPatchCoachingAppointmentStatusNotFound creates a PatchCoachingAppointmentStatusNotFound with default headers values
func (*PatchCoachingAppointmentStatusNotFound) Error ¶
func (o *PatchCoachingAppointmentStatusNotFound) Error() string
func (*PatchCoachingAppointmentStatusNotFound) GetPayload ¶
func (o *PatchCoachingAppointmentStatusNotFound) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusNotFound) IsClientError ¶
func (o *PatchCoachingAppointmentStatusNotFound) IsClientError() bool
IsClientError returns true when this patch coaching appointment status not found response has a 4xx status code
func (*PatchCoachingAppointmentStatusNotFound) IsCode ¶
func (o *PatchCoachingAppointmentStatusNotFound) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status not found response a status code equal to that given
func (*PatchCoachingAppointmentStatusNotFound) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusNotFound) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status not found response has a 3xx status code
func (*PatchCoachingAppointmentStatusNotFound) IsServerError ¶
func (o *PatchCoachingAppointmentStatusNotFound) IsServerError() bool
IsServerError returns true when this patch coaching appointment status not found response has a 5xx status code
func (*PatchCoachingAppointmentStatusNotFound) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusNotFound) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status not found response has a 2xx status code
func (*PatchCoachingAppointmentStatusNotFound) String ¶
func (o *PatchCoachingAppointmentStatusNotFound) String() string
type PatchCoachingAppointmentStatusOK ¶
type PatchCoachingAppointmentStatusOK struct {
Payload *models.CoachingAppointmentStatusResponse
}
PatchCoachingAppointmentStatusOK describes a response with status code 200, with default header values.
The status is posted successfully
func NewPatchCoachingAppointmentStatusOK ¶
func NewPatchCoachingAppointmentStatusOK() *PatchCoachingAppointmentStatusOK
NewPatchCoachingAppointmentStatusOK creates a PatchCoachingAppointmentStatusOK with default headers values
func (*PatchCoachingAppointmentStatusOK) Error ¶
func (o *PatchCoachingAppointmentStatusOK) Error() string
func (*PatchCoachingAppointmentStatusOK) GetPayload ¶
func (o *PatchCoachingAppointmentStatusOK) GetPayload() *models.CoachingAppointmentStatusResponse
func (*PatchCoachingAppointmentStatusOK) IsClientError ¶
func (o *PatchCoachingAppointmentStatusOK) IsClientError() bool
IsClientError returns true when this patch coaching appointment status o k response has a 4xx status code
func (*PatchCoachingAppointmentStatusOK) IsCode ¶
func (o *PatchCoachingAppointmentStatusOK) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status o k response a status code equal to that given
func (*PatchCoachingAppointmentStatusOK) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusOK) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status o k response has a 3xx status code
func (*PatchCoachingAppointmentStatusOK) IsServerError ¶
func (o *PatchCoachingAppointmentStatusOK) IsServerError() bool
IsServerError returns true when this patch coaching appointment status o k response has a 5xx status code
func (*PatchCoachingAppointmentStatusOK) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusOK) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status o k response has a 2xx status code
func (*PatchCoachingAppointmentStatusOK) String ¶
func (o *PatchCoachingAppointmentStatusOK) String() string
type PatchCoachingAppointmentStatusParams ¶
type PatchCoachingAppointmentStatusParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
/* Body.
Updated status of the coaching appointment
*/
Body *models.CoachingAppointmentStatusRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PatchCoachingAppointmentStatusParams contains all the parameters to send to the API endpoint
for the patch coaching appointment status operation. Typically these are written to a http.Request.
func NewPatchCoachingAppointmentStatusParams ¶
func NewPatchCoachingAppointmentStatusParams() *PatchCoachingAppointmentStatusParams
NewPatchCoachingAppointmentStatusParams creates a new PatchCoachingAppointmentStatusParams 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 NewPatchCoachingAppointmentStatusParamsWithContext ¶
func NewPatchCoachingAppointmentStatusParamsWithContext(ctx context.Context) *PatchCoachingAppointmentStatusParams
NewPatchCoachingAppointmentStatusParamsWithContext creates a new PatchCoachingAppointmentStatusParams object with the ability to set a context for a request.
func NewPatchCoachingAppointmentStatusParamsWithHTTPClient ¶
func NewPatchCoachingAppointmentStatusParamsWithHTTPClient(client *http.Client) *PatchCoachingAppointmentStatusParams
NewPatchCoachingAppointmentStatusParamsWithHTTPClient creates a new PatchCoachingAppointmentStatusParams object with the ability to set a custom HTTPClient for a request.
func NewPatchCoachingAppointmentStatusParamsWithTimeout ¶
func NewPatchCoachingAppointmentStatusParamsWithTimeout(timeout time.Duration) *PatchCoachingAppointmentStatusParams
NewPatchCoachingAppointmentStatusParamsWithTimeout creates a new PatchCoachingAppointmentStatusParams object with the ability to set a timeout on a request.
func (*PatchCoachingAppointmentStatusParams) SetAppointmentID ¶
func (o *PatchCoachingAppointmentStatusParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) SetBody ¶
func (o *PatchCoachingAppointmentStatusParams) SetBody(body *models.CoachingAppointmentStatusRequest)
SetBody adds the body to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) SetContext ¶
func (o *PatchCoachingAppointmentStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) SetDefaults ¶
func (o *PatchCoachingAppointmentStatusParams) SetDefaults()
SetDefaults hydrates default values in the patch coaching appointment status params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingAppointmentStatusParams) SetHTTPClient ¶
func (o *PatchCoachingAppointmentStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) SetTimeout ¶
func (o *PatchCoachingAppointmentStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) WithAppointmentID ¶
func (o *PatchCoachingAppointmentStatusParams) WithAppointmentID(appointmentID string) *PatchCoachingAppointmentStatusParams
WithAppointmentID adds the appointmentID to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) WithBody ¶
func (o *PatchCoachingAppointmentStatusParams) WithBody(body *models.CoachingAppointmentStatusRequest) *PatchCoachingAppointmentStatusParams
WithBody adds the body to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) WithContext ¶
func (o *PatchCoachingAppointmentStatusParams) WithContext(ctx context.Context) *PatchCoachingAppointmentStatusParams
WithContext adds the context to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) WithDefaults ¶
func (o *PatchCoachingAppointmentStatusParams) WithDefaults() *PatchCoachingAppointmentStatusParams
WithDefaults hydrates default values in the patch coaching appointment status params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingAppointmentStatusParams) WithHTTPClient ¶
func (o *PatchCoachingAppointmentStatusParams) WithHTTPClient(client *http.Client) *PatchCoachingAppointmentStatusParams
WithHTTPClient adds the HTTPClient to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) WithTimeout ¶
func (o *PatchCoachingAppointmentStatusParams) WithTimeout(timeout time.Duration) *PatchCoachingAppointmentStatusParams
WithTimeout adds the timeout to the patch coaching appointment status params
func (*PatchCoachingAppointmentStatusParams) WriteToRequest ¶
func (o *PatchCoachingAppointmentStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchCoachingAppointmentStatusReader ¶
type PatchCoachingAppointmentStatusReader struct {
// contains filtered or unexported fields
}
PatchCoachingAppointmentStatusReader is a Reader for the PatchCoachingAppointmentStatus structure.
func (*PatchCoachingAppointmentStatusReader) ReadResponse ¶
func (o *PatchCoachingAppointmentStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchCoachingAppointmentStatusRequestEntityTooLarge ¶
PatchCoachingAppointmentStatusRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchCoachingAppointmentStatusRequestEntityTooLarge ¶
func NewPatchCoachingAppointmentStatusRequestEntityTooLarge() *PatchCoachingAppointmentStatusRequestEntityTooLarge
NewPatchCoachingAppointmentStatusRequestEntityTooLarge creates a PatchCoachingAppointmentStatusRequestEntityTooLarge with default headers values
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) Error ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) Error() string
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) GetPayload ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) IsClientError ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch coaching appointment status request entity too large response has a 4xx status code
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) IsCode ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status request entity too large response a status code equal to that given
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status request entity too large response has a 3xx status code
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) IsServerError ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch coaching appointment status request entity too large response has a 5xx status code
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status request entity too large response has a 2xx status code
func (*PatchCoachingAppointmentStatusRequestEntityTooLarge) String ¶
func (o *PatchCoachingAppointmentStatusRequestEntityTooLarge) String() string
type PatchCoachingAppointmentStatusRequestTimeout ¶
PatchCoachingAppointmentStatusRequestTimeout 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 NewPatchCoachingAppointmentStatusRequestTimeout ¶
func NewPatchCoachingAppointmentStatusRequestTimeout() *PatchCoachingAppointmentStatusRequestTimeout
NewPatchCoachingAppointmentStatusRequestTimeout creates a PatchCoachingAppointmentStatusRequestTimeout with default headers values
func (*PatchCoachingAppointmentStatusRequestTimeout) Error ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) Error() string
func (*PatchCoachingAppointmentStatusRequestTimeout) GetPayload ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusRequestTimeout) IsClientError ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) IsClientError() bool
IsClientError returns true when this patch coaching appointment status request timeout response has a 4xx status code
func (*PatchCoachingAppointmentStatusRequestTimeout) IsCode ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status request timeout response a status code equal to that given
func (*PatchCoachingAppointmentStatusRequestTimeout) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status request timeout response has a 3xx status code
func (*PatchCoachingAppointmentStatusRequestTimeout) IsServerError ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) IsServerError() bool
IsServerError returns true when this patch coaching appointment status request timeout response has a 5xx status code
func (*PatchCoachingAppointmentStatusRequestTimeout) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status request timeout response has a 2xx status code
func (*PatchCoachingAppointmentStatusRequestTimeout) String ¶
func (o *PatchCoachingAppointmentStatusRequestTimeout) String() string
type PatchCoachingAppointmentStatusServiceUnavailable ¶
type PatchCoachingAppointmentStatusServiceUnavailable struct {
}
PatchCoachingAppointmentStatusServiceUnavailable 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 NewPatchCoachingAppointmentStatusServiceUnavailable ¶
func NewPatchCoachingAppointmentStatusServiceUnavailable() *PatchCoachingAppointmentStatusServiceUnavailable
NewPatchCoachingAppointmentStatusServiceUnavailable creates a PatchCoachingAppointmentStatusServiceUnavailable with default headers values
func (*PatchCoachingAppointmentStatusServiceUnavailable) Error ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) Error() string
func (*PatchCoachingAppointmentStatusServiceUnavailable) GetPayload ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusServiceUnavailable) IsClientError ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch coaching appointment status service unavailable response has a 4xx status code
func (*PatchCoachingAppointmentStatusServiceUnavailable) IsCode ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status service unavailable response a status code equal to that given
func (*PatchCoachingAppointmentStatusServiceUnavailable) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status service unavailable response has a 3xx status code
func (*PatchCoachingAppointmentStatusServiceUnavailable) IsServerError ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch coaching appointment status service unavailable response has a 5xx status code
func (*PatchCoachingAppointmentStatusServiceUnavailable) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status service unavailable response has a 2xx status code
func (*PatchCoachingAppointmentStatusServiceUnavailable) String ¶
func (o *PatchCoachingAppointmentStatusServiceUnavailable) String() string
type PatchCoachingAppointmentStatusTooManyRequests ¶
PatchCoachingAppointmentStatusTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchCoachingAppointmentStatusTooManyRequests ¶
func NewPatchCoachingAppointmentStatusTooManyRequests() *PatchCoachingAppointmentStatusTooManyRequests
NewPatchCoachingAppointmentStatusTooManyRequests creates a PatchCoachingAppointmentStatusTooManyRequests with default headers values
func (*PatchCoachingAppointmentStatusTooManyRequests) Error ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) Error() string
func (*PatchCoachingAppointmentStatusTooManyRequests) GetPayload ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusTooManyRequests) IsClientError ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) IsClientError() bool
IsClientError returns true when this patch coaching appointment status too many requests response has a 4xx status code
func (*PatchCoachingAppointmentStatusTooManyRequests) IsCode ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status too many requests response a status code equal to that given
func (*PatchCoachingAppointmentStatusTooManyRequests) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status too many requests response has a 3xx status code
func (*PatchCoachingAppointmentStatusTooManyRequests) IsServerError ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) IsServerError() bool
IsServerError returns true when this patch coaching appointment status too many requests response has a 5xx status code
func (*PatchCoachingAppointmentStatusTooManyRequests) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status too many requests response has a 2xx status code
func (*PatchCoachingAppointmentStatusTooManyRequests) String ¶
func (o *PatchCoachingAppointmentStatusTooManyRequests) String() string
type PatchCoachingAppointmentStatusUnauthorized ¶
type PatchCoachingAppointmentStatusUnauthorized struct {
}
PatchCoachingAppointmentStatusUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchCoachingAppointmentStatusUnauthorized ¶
func NewPatchCoachingAppointmentStatusUnauthorized() *PatchCoachingAppointmentStatusUnauthorized
NewPatchCoachingAppointmentStatusUnauthorized creates a PatchCoachingAppointmentStatusUnauthorized with default headers values
func (*PatchCoachingAppointmentStatusUnauthorized) Error ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) Error() string
func (*PatchCoachingAppointmentStatusUnauthorized) GetPayload ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusUnauthorized) IsClientError ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) IsClientError() bool
IsClientError returns true when this patch coaching appointment status unauthorized response has a 4xx status code
func (*PatchCoachingAppointmentStatusUnauthorized) IsCode ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status unauthorized response a status code equal to that given
func (*PatchCoachingAppointmentStatusUnauthorized) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status unauthorized response has a 3xx status code
func (*PatchCoachingAppointmentStatusUnauthorized) IsServerError ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) IsServerError() bool
IsServerError returns true when this patch coaching appointment status unauthorized response has a 5xx status code
func (*PatchCoachingAppointmentStatusUnauthorized) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status unauthorized response has a 2xx status code
func (*PatchCoachingAppointmentStatusUnauthorized) String ¶
func (o *PatchCoachingAppointmentStatusUnauthorized) String() string
type PatchCoachingAppointmentStatusUnsupportedMediaType ¶
PatchCoachingAppointmentStatusUnsupportedMediaType 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 NewPatchCoachingAppointmentStatusUnsupportedMediaType ¶
func NewPatchCoachingAppointmentStatusUnsupportedMediaType() *PatchCoachingAppointmentStatusUnsupportedMediaType
NewPatchCoachingAppointmentStatusUnsupportedMediaType creates a PatchCoachingAppointmentStatusUnsupportedMediaType with default headers values
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) Error ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) Error() string
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) GetPayload ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) IsClientError ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch coaching appointment status unsupported media type response has a 4xx status code
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) IsCode ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch coaching appointment status unsupported media type response a status code equal to that given
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) IsRedirect ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment status unsupported media type response has a 3xx status code
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) IsServerError ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch coaching appointment status unsupported media type response has a 5xx status code
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) IsSuccess ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment status unsupported media type response has a 2xx status code
func (*PatchCoachingAppointmentStatusUnsupportedMediaType) String ¶
func (o *PatchCoachingAppointmentStatusUnsupportedMediaType) String() string
type PatchCoachingAppointmentTooManyRequests ¶
PatchCoachingAppointmentTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchCoachingAppointmentTooManyRequests ¶
func NewPatchCoachingAppointmentTooManyRequests() *PatchCoachingAppointmentTooManyRequests
NewPatchCoachingAppointmentTooManyRequests creates a PatchCoachingAppointmentTooManyRequests with default headers values
func (*PatchCoachingAppointmentTooManyRequests) Error ¶
func (o *PatchCoachingAppointmentTooManyRequests) Error() string
func (*PatchCoachingAppointmentTooManyRequests) GetPayload ¶
func (o *PatchCoachingAppointmentTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentTooManyRequests) IsClientError ¶
func (o *PatchCoachingAppointmentTooManyRequests) IsClientError() bool
IsClientError returns true when this patch coaching appointment too many requests response has a 4xx status code
func (*PatchCoachingAppointmentTooManyRequests) IsCode ¶
func (o *PatchCoachingAppointmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch coaching appointment too many requests response a status code equal to that given
func (*PatchCoachingAppointmentTooManyRequests) IsRedirect ¶
func (o *PatchCoachingAppointmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment too many requests response has a 3xx status code
func (*PatchCoachingAppointmentTooManyRequests) IsServerError ¶
func (o *PatchCoachingAppointmentTooManyRequests) IsServerError() bool
IsServerError returns true when this patch coaching appointment too many requests response has a 5xx status code
func (*PatchCoachingAppointmentTooManyRequests) IsSuccess ¶
func (o *PatchCoachingAppointmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment too many requests response has a 2xx status code
func (*PatchCoachingAppointmentTooManyRequests) String ¶
func (o *PatchCoachingAppointmentTooManyRequests) String() string
type PatchCoachingAppointmentUnauthorized ¶
type PatchCoachingAppointmentUnauthorized struct {
}
PatchCoachingAppointmentUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchCoachingAppointmentUnauthorized ¶
func NewPatchCoachingAppointmentUnauthorized() *PatchCoachingAppointmentUnauthorized
NewPatchCoachingAppointmentUnauthorized creates a PatchCoachingAppointmentUnauthorized with default headers values
func (*PatchCoachingAppointmentUnauthorized) Error ¶
func (o *PatchCoachingAppointmentUnauthorized) Error() string
func (*PatchCoachingAppointmentUnauthorized) GetPayload ¶
func (o *PatchCoachingAppointmentUnauthorized) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentUnauthorized) IsClientError ¶
func (o *PatchCoachingAppointmentUnauthorized) IsClientError() bool
IsClientError returns true when this patch coaching appointment unauthorized response has a 4xx status code
func (*PatchCoachingAppointmentUnauthorized) IsCode ¶
func (o *PatchCoachingAppointmentUnauthorized) IsCode(code int) bool
IsCode returns true when this patch coaching appointment unauthorized response a status code equal to that given
func (*PatchCoachingAppointmentUnauthorized) IsRedirect ¶
func (o *PatchCoachingAppointmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment unauthorized response has a 3xx status code
func (*PatchCoachingAppointmentUnauthorized) IsServerError ¶
func (o *PatchCoachingAppointmentUnauthorized) IsServerError() bool
IsServerError returns true when this patch coaching appointment unauthorized response has a 5xx status code
func (*PatchCoachingAppointmentUnauthorized) IsSuccess ¶
func (o *PatchCoachingAppointmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment unauthorized response has a 2xx status code
func (*PatchCoachingAppointmentUnauthorized) String ¶
func (o *PatchCoachingAppointmentUnauthorized) String() string
type PatchCoachingAppointmentUnsupportedMediaType ¶
PatchCoachingAppointmentUnsupportedMediaType 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 NewPatchCoachingAppointmentUnsupportedMediaType ¶
func NewPatchCoachingAppointmentUnsupportedMediaType() *PatchCoachingAppointmentUnsupportedMediaType
NewPatchCoachingAppointmentUnsupportedMediaType creates a PatchCoachingAppointmentUnsupportedMediaType with default headers values
func (*PatchCoachingAppointmentUnsupportedMediaType) Error ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) Error() string
func (*PatchCoachingAppointmentUnsupportedMediaType) GetPayload ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchCoachingAppointmentUnsupportedMediaType) IsClientError ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch coaching appointment unsupported media type response has a 4xx status code
func (*PatchCoachingAppointmentUnsupportedMediaType) IsCode ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch coaching appointment unsupported media type response a status code equal to that given
func (*PatchCoachingAppointmentUnsupportedMediaType) IsRedirect ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch coaching appointment unsupported media type response has a 3xx status code
func (*PatchCoachingAppointmentUnsupportedMediaType) IsServerError ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch coaching appointment unsupported media type response has a 5xx status code
func (*PatchCoachingAppointmentUnsupportedMediaType) IsSuccess ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch coaching appointment unsupported media type response has a 2xx status code
func (*PatchCoachingAppointmentUnsupportedMediaType) String ¶
func (o *PatchCoachingAppointmentUnsupportedMediaType) String() string
type PatchCoachingNotificationBadRequest ¶
PatchCoachingNotificationBadRequest 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 NewPatchCoachingNotificationBadRequest ¶
func NewPatchCoachingNotificationBadRequest() *PatchCoachingNotificationBadRequest
NewPatchCoachingNotificationBadRequest creates a PatchCoachingNotificationBadRequest with default headers values
func (*PatchCoachingNotificationBadRequest) Error ¶
func (o *PatchCoachingNotificationBadRequest) Error() string
func (*PatchCoachingNotificationBadRequest) GetPayload ¶
func (o *PatchCoachingNotificationBadRequest) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationBadRequest) IsClientError ¶
func (o *PatchCoachingNotificationBadRequest) IsClientError() bool
IsClientError returns true when this patch coaching notification bad request response has a 4xx status code
func (*PatchCoachingNotificationBadRequest) IsCode ¶
func (o *PatchCoachingNotificationBadRequest) IsCode(code int) bool
IsCode returns true when this patch coaching notification bad request response a status code equal to that given
func (*PatchCoachingNotificationBadRequest) IsRedirect ¶
func (o *PatchCoachingNotificationBadRequest) IsRedirect() bool
IsRedirect returns true when this patch coaching notification bad request response has a 3xx status code
func (*PatchCoachingNotificationBadRequest) IsServerError ¶
func (o *PatchCoachingNotificationBadRequest) IsServerError() bool
IsServerError returns true when this patch coaching notification bad request response has a 5xx status code
func (*PatchCoachingNotificationBadRequest) IsSuccess ¶
func (o *PatchCoachingNotificationBadRequest) IsSuccess() bool
IsSuccess returns true when this patch coaching notification bad request response has a 2xx status code
func (*PatchCoachingNotificationBadRequest) String ¶
func (o *PatchCoachingNotificationBadRequest) String() string
type PatchCoachingNotificationForbidden ¶
PatchCoachingNotificationForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchCoachingNotificationForbidden ¶
func NewPatchCoachingNotificationForbidden() *PatchCoachingNotificationForbidden
NewPatchCoachingNotificationForbidden creates a PatchCoachingNotificationForbidden with default headers values
func (*PatchCoachingNotificationForbidden) Error ¶
func (o *PatchCoachingNotificationForbidden) Error() string
func (*PatchCoachingNotificationForbidden) GetPayload ¶
func (o *PatchCoachingNotificationForbidden) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationForbidden) IsClientError ¶
func (o *PatchCoachingNotificationForbidden) IsClientError() bool
IsClientError returns true when this patch coaching notification forbidden response has a 4xx status code
func (*PatchCoachingNotificationForbidden) IsCode ¶
func (o *PatchCoachingNotificationForbidden) IsCode(code int) bool
IsCode returns true when this patch coaching notification forbidden response a status code equal to that given
func (*PatchCoachingNotificationForbidden) IsRedirect ¶
func (o *PatchCoachingNotificationForbidden) IsRedirect() bool
IsRedirect returns true when this patch coaching notification forbidden response has a 3xx status code
func (*PatchCoachingNotificationForbidden) IsServerError ¶
func (o *PatchCoachingNotificationForbidden) IsServerError() bool
IsServerError returns true when this patch coaching notification forbidden response has a 5xx status code
func (*PatchCoachingNotificationForbidden) IsSuccess ¶
func (o *PatchCoachingNotificationForbidden) IsSuccess() bool
IsSuccess returns true when this patch coaching notification forbidden response has a 2xx status code
func (*PatchCoachingNotificationForbidden) String ¶
func (o *PatchCoachingNotificationForbidden) String() string
type PatchCoachingNotificationGatewayTimeout ¶
PatchCoachingNotificationGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchCoachingNotificationGatewayTimeout ¶
func NewPatchCoachingNotificationGatewayTimeout() *PatchCoachingNotificationGatewayTimeout
NewPatchCoachingNotificationGatewayTimeout creates a PatchCoachingNotificationGatewayTimeout with default headers values
func (*PatchCoachingNotificationGatewayTimeout) Error ¶
func (o *PatchCoachingNotificationGatewayTimeout) Error() string
func (*PatchCoachingNotificationGatewayTimeout) GetPayload ¶
func (o *PatchCoachingNotificationGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationGatewayTimeout) IsClientError ¶
func (o *PatchCoachingNotificationGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch coaching notification gateway timeout response has a 4xx status code
func (*PatchCoachingNotificationGatewayTimeout) IsCode ¶
func (o *PatchCoachingNotificationGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching notification gateway timeout response a status code equal to that given
func (*PatchCoachingNotificationGatewayTimeout) IsRedirect ¶
func (o *PatchCoachingNotificationGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching notification gateway timeout response has a 3xx status code
func (*PatchCoachingNotificationGatewayTimeout) IsServerError ¶
func (o *PatchCoachingNotificationGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch coaching notification gateway timeout response has a 5xx status code
func (*PatchCoachingNotificationGatewayTimeout) IsSuccess ¶
func (o *PatchCoachingNotificationGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching notification gateway timeout response has a 2xx status code
func (*PatchCoachingNotificationGatewayTimeout) String ¶
func (o *PatchCoachingNotificationGatewayTimeout) String() string
type PatchCoachingNotificationInternalServerError ¶
PatchCoachingNotificationInternalServerError 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 NewPatchCoachingNotificationInternalServerError ¶
func NewPatchCoachingNotificationInternalServerError() *PatchCoachingNotificationInternalServerError
NewPatchCoachingNotificationInternalServerError creates a PatchCoachingNotificationInternalServerError with default headers values
func (*PatchCoachingNotificationInternalServerError) Error ¶
func (o *PatchCoachingNotificationInternalServerError) Error() string
func (*PatchCoachingNotificationInternalServerError) GetPayload ¶
func (o *PatchCoachingNotificationInternalServerError) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationInternalServerError) IsClientError ¶
func (o *PatchCoachingNotificationInternalServerError) IsClientError() bool
IsClientError returns true when this patch coaching notification internal server error response has a 4xx status code
func (*PatchCoachingNotificationInternalServerError) IsCode ¶
func (o *PatchCoachingNotificationInternalServerError) IsCode(code int) bool
IsCode returns true when this patch coaching notification internal server error response a status code equal to that given
func (*PatchCoachingNotificationInternalServerError) IsRedirect ¶
func (o *PatchCoachingNotificationInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch coaching notification internal server error response has a 3xx status code
func (*PatchCoachingNotificationInternalServerError) IsServerError ¶
func (o *PatchCoachingNotificationInternalServerError) IsServerError() bool
IsServerError returns true when this patch coaching notification internal server error response has a 5xx status code
func (*PatchCoachingNotificationInternalServerError) IsSuccess ¶
func (o *PatchCoachingNotificationInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch coaching notification internal server error response has a 2xx status code
func (*PatchCoachingNotificationInternalServerError) String ¶
func (o *PatchCoachingNotificationInternalServerError) String() string
type PatchCoachingNotificationNotFound ¶
PatchCoachingNotificationNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchCoachingNotificationNotFound ¶
func NewPatchCoachingNotificationNotFound() *PatchCoachingNotificationNotFound
NewPatchCoachingNotificationNotFound creates a PatchCoachingNotificationNotFound with default headers values
func (*PatchCoachingNotificationNotFound) Error ¶
func (o *PatchCoachingNotificationNotFound) Error() string
func (*PatchCoachingNotificationNotFound) GetPayload ¶
func (o *PatchCoachingNotificationNotFound) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationNotFound) IsClientError ¶
func (o *PatchCoachingNotificationNotFound) IsClientError() bool
IsClientError returns true when this patch coaching notification not found response has a 4xx status code
func (*PatchCoachingNotificationNotFound) IsCode ¶
func (o *PatchCoachingNotificationNotFound) IsCode(code int) bool
IsCode returns true when this patch coaching notification not found response a status code equal to that given
func (*PatchCoachingNotificationNotFound) IsRedirect ¶
func (o *PatchCoachingNotificationNotFound) IsRedirect() bool
IsRedirect returns true when this patch coaching notification not found response has a 3xx status code
func (*PatchCoachingNotificationNotFound) IsServerError ¶
func (o *PatchCoachingNotificationNotFound) IsServerError() bool
IsServerError returns true when this patch coaching notification not found response has a 5xx status code
func (*PatchCoachingNotificationNotFound) IsSuccess ¶
func (o *PatchCoachingNotificationNotFound) IsSuccess() bool
IsSuccess returns true when this patch coaching notification not found response has a 2xx status code
func (*PatchCoachingNotificationNotFound) String ¶
func (o *PatchCoachingNotificationNotFound) String() string
type PatchCoachingNotificationOK ¶
type PatchCoachingNotificationOK struct {
Payload *models.CoachingNotification
}
PatchCoachingNotificationOK describes a response with status code 200, with default header values.
successful operation
func NewPatchCoachingNotificationOK ¶
func NewPatchCoachingNotificationOK() *PatchCoachingNotificationOK
NewPatchCoachingNotificationOK creates a PatchCoachingNotificationOK with default headers values
func (*PatchCoachingNotificationOK) Error ¶
func (o *PatchCoachingNotificationOK) Error() string
func (*PatchCoachingNotificationOK) GetPayload ¶
func (o *PatchCoachingNotificationOK) GetPayload() *models.CoachingNotification
func (*PatchCoachingNotificationOK) IsClientError ¶
func (o *PatchCoachingNotificationOK) IsClientError() bool
IsClientError returns true when this patch coaching notification o k response has a 4xx status code
func (*PatchCoachingNotificationOK) IsCode ¶
func (o *PatchCoachingNotificationOK) IsCode(code int) bool
IsCode returns true when this patch coaching notification o k response a status code equal to that given
func (*PatchCoachingNotificationOK) IsRedirect ¶
func (o *PatchCoachingNotificationOK) IsRedirect() bool
IsRedirect returns true when this patch coaching notification o k response has a 3xx status code
func (*PatchCoachingNotificationOK) IsServerError ¶
func (o *PatchCoachingNotificationOK) IsServerError() bool
IsServerError returns true when this patch coaching notification o k response has a 5xx status code
func (*PatchCoachingNotificationOK) IsSuccess ¶
func (o *PatchCoachingNotificationOK) IsSuccess() bool
IsSuccess returns true when this patch coaching notification o k response has a 2xx status code
func (*PatchCoachingNotificationOK) String ¶
func (o *PatchCoachingNotificationOK) String() string
type PatchCoachingNotificationParams ¶
type PatchCoachingNotificationParams struct {
/* Body.
Change the read state of a notification
*/
Body *models.CoachingNotification
/* NotificationID.
The ID of the notification.
*/
NotificationID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PatchCoachingNotificationParams contains all the parameters to send to the API endpoint
for the patch coaching notification operation. Typically these are written to a http.Request.
func NewPatchCoachingNotificationParams ¶
func NewPatchCoachingNotificationParams() *PatchCoachingNotificationParams
NewPatchCoachingNotificationParams creates a new PatchCoachingNotificationParams 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 NewPatchCoachingNotificationParamsWithContext ¶
func NewPatchCoachingNotificationParamsWithContext(ctx context.Context) *PatchCoachingNotificationParams
NewPatchCoachingNotificationParamsWithContext creates a new PatchCoachingNotificationParams object with the ability to set a context for a request.
func NewPatchCoachingNotificationParamsWithHTTPClient ¶
func NewPatchCoachingNotificationParamsWithHTTPClient(client *http.Client) *PatchCoachingNotificationParams
NewPatchCoachingNotificationParamsWithHTTPClient creates a new PatchCoachingNotificationParams object with the ability to set a custom HTTPClient for a request.
func NewPatchCoachingNotificationParamsWithTimeout ¶
func NewPatchCoachingNotificationParamsWithTimeout(timeout time.Duration) *PatchCoachingNotificationParams
NewPatchCoachingNotificationParamsWithTimeout creates a new PatchCoachingNotificationParams object with the ability to set a timeout on a request.
func (*PatchCoachingNotificationParams) SetBody ¶
func (o *PatchCoachingNotificationParams) SetBody(body *models.CoachingNotification)
SetBody adds the body to the patch coaching notification params
func (*PatchCoachingNotificationParams) SetContext ¶
func (o *PatchCoachingNotificationParams) SetContext(ctx context.Context)
SetContext adds the context to the patch coaching notification params
func (*PatchCoachingNotificationParams) SetDefaults ¶
func (o *PatchCoachingNotificationParams) SetDefaults()
SetDefaults hydrates default values in the patch coaching notification params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingNotificationParams) SetHTTPClient ¶
func (o *PatchCoachingNotificationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch coaching notification params
func (*PatchCoachingNotificationParams) SetNotificationID ¶
func (o *PatchCoachingNotificationParams) SetNotificationID(notificationID string)
SetNotificationID adds the notificationId to the patch coaching notification params
func (*PatchCoachingNotificationParams) SetTimeout ¶
func (o *PatchCoachingNotificationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch coaching notification params
func (*PatchCoachingNotificationParams) WithBody ¶
func (o *PatchCoachingNotificationParams) WithBody(body *models.CoachingNotification) *PatchCoachingNotificationParams
WithBody adds the body to the patch coaching notification params
func (*PatchCoachingNotificationParams) WithContext ¶
func (o *PatchCoachingNotificationParams) WithContext(ctx context.Context) *PatchCoachingNotificationParams
WithContext adds the context to the patch coaching notification params
func (*PatchCoachingNotificationParams) WithDefaults ¶
func (o *PatchCoachingNotificationParams) WithDefaults() *PatchCoachingNotificationParams
WithDefaults hydrates default values in the patch coaching notification params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCoachingNotificationParams) WithHTTPClient ¶
func (o *PatchCoachingNotificationParams) WithHTTPClient(client *http.Client) *PatchCoachingNotificationParams
WithHTTPClient adds the HTTPClient to the patch coaching notification params
func (*PatchCoachingNotificationParams) WithNotificationID ¶
func (o *PatchCoachingNotificationParams) WithNotificationID(notificationID string) *PatchCoachingNotificationParams
WithNotificationID adds the notificationID to the patch coaching notification params
func (*PatchCoachingNotificationParams) WithTimeout ¶
func (o *PatchCoachingNotificationParams) WithTimeout(timeout time.Duration) *PatchCoachingNotificationParams
WithTimeout adds the timeout to the patch coaching notification params
func (*PatchCoachingNotificationParams) WriteToRequest ¶
func (o *PatchCoachingNotificationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchCoachingNotificationReader ¶
type PatchCoachingNotificationReader struct {
// contains filtered or unexported fields
}
PatchCoachingNotificationReader is a Reader for the PatchCoachingNotification structure.
func (*PatchCoachingNotificationReader) ReadResponse ¶
func (o *PatchCoachingNotificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchCoachingNotificationRequestEntityTooLarge ¶
PatchCoachingNotificationRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchCoachingNotificationRequestEntityTooLarge ¶
func NewPatchCoachingNotificationRequestEntityTooLarge() *PatchCoachingNotificationRequestEntityTooLarge
NewPatchCoachingNotificationRequestEntityTooLarge creates a PatchCoachingNotificationRequestEntityTooLarge with default headers values
func (*PatchCoachingNotificationRequestEntityTooLarge) Error ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) Error() string
func (*PatchCoachingNotificationRequestEntityTooLarge) GetPayload ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationRequestEntityTooLarge) IsClientError ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch coaching notification request entity too large response has a 4xx status code
func (*PatchCoachingNotificationRequestEntityTooLarge) IsCode ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch coaching notification request entity too large response a status code equal to that given
func (*PatchCoachingNotificationRequestEntityTooLarge) IsRedirect ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch coaching notification request entity too large response has a 3xx status code
func (*PatchCoachingNotificationRequestEntityTooLarge) IsServerError ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch coaching notification request entity too large response has a 5xx status code
func (*PatchCoachingNotificationRequestEntityTooLarge) IsSuccess ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch coaching notification request entity too large response has a 2xx status code
func (*PatchCoachingNotificationRequestEntityTooLarge) String ¶
func (o *PatchCoachingNotificationRequestEntityTooLarge) String() string
type PatchCoachingNotificationRequestTimeout ¶
PatchCoachingNotificationRequestTimeout 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 NewPatchCoachingNotificationRequestTimeout ¶
func NewPatchCoachingNotificationRequestTimeout() *PatchCoachingNotificationRequestTimeout
NewPatchCoachingNotificationRequestTimeout creates a PatchCoachingNotificationRequestTimeout with default headers values
func (*PatchCoachingNotificationRequestTimeout) Error ¶
func (o *PatchCoachingNotificationRequestTimeout) Error() string
func (*PatchCoachingNotificationRequestTimeout) GetPayload ¶
func (o *PatchCoachingNotificationRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationRequestTimeout) IsClientError ¶
func (o *PatchCoachingNotificationRequestTimeout) IsClientError() bool
IsClientError returns true when this patch coaching notification request timeout response has a 4xx status code
func (*PatchCoachingNotificationRequestTimeout) IsCode ¶
func (o *PatchCoachingNotificationRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch coaching notification request timeout response a status code equal to that given
func (*PatchCoachingNotificationRequestTimeout) IsRedirect ¶
func (o *PatchCoachingNotificationRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch coaching notification request timeout response has a 3xx status code
func (*PatchCoachingNotificationRequestTimeout) IsServerError ¶
func (o *PatchCoachingNotificationRequestTimeout) IsServerError() bool
IsServerError returns true when this patch coaching notification request timeout response has a 5xx status code
func (*PatchCoachingNotificationRequestTimeout) IsSuccess ¶
func (o *PatchCoachingNotificationRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch coaching notification request timeout response has a 2xx status code
func (*PatchCoachingNotificationRequestTimeout) String ¶
func (o *PatchCoachingNotificationRequestTimeout) String() string
type PatchCoachingNotificationServiceUnavailable ¶
type PatchCoachingNotificationServiceUnavailable struct {
}
PatchCoachingNotificationServiceUnavailable 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 NewPatchCoachingNotificationServiceUnavailable ¶
func NewPatchCoachingNotificationServiceUnavailable() *PatchCoachingNotificationServiceUnavailable
NewPatchCoachingNotificationServiceUnavailable creates a PatchCoachingNotificationServiceUnavailable with default headers values
func (*PatchCoachingNotificationServiceUnavailable) Error ¶
func (o *PatchCoachingNotificationServiceUnavailable) Error() string
func (*PatchCoachingNotificationServiceUnavailable) GetPayload ¶
func (o *PatchCoachingNotificationServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationServiceUnavailable) IsClientError ¶
func (o *PatchCoachingNotificationServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch coaching notification service unavailable response has a 4xx status code
func (*PatchCoachingNotificationServiceUnavailable) IsCode ¶
func (o *PatchCoachingNotificationServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch coaching notification service unavailable response a status code equal to that given
func (*PatchCoachingNotificationServiceUnavailable) IsRedirect ¶
func (o *PatchCoachingNotificationServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch coaching notification service unavailable response has a 3xx status code
func (*PatchCoachingNotificationServiceUnavailable) IsServerError ¶
func (o *PatchCoachingNotificationServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch coaching notification service unavailable response has a 5xx status code
func (*PatchCoachingNotificationServiceUnavailable) IsSuccess ¶
func (o *PatchCoachingNotificationServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch coaching notification service unavailable response has a 2xx status code
func (*PatchCoachingNotificationServiceUnavailable) String ¶
func (o *PatchCoachingNotificationServiceUnavailable) String() string
type PatchCoachingNotificationTooManyRequests ¶
PatchCoachingNotificationTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchCoachingNotificationTooManyRequests ¶
func NewPatchCoachingNotificationTooManyRequests() *PatchCoachingNotificationTooManyRequests
NewPatchCoachingNotificationTooManyRequests creates a PatchCoachingNotificationTooManyRequests with default headers values
func (*PatchCoachingNotificationTooManyRequests) Error ¶
func (o *PatchCoachingNotificationTooManyRequests) Error() string
func (*PatchCoachingNotificationTooManyRequests) GetPayload ¶
func (o *PatchCoachingNotificationTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationTooManyRequests) IsClientError ¶
func (o *PatchCoachingNotificationTooManyRequests) IsClientError() bool
IsClientError returns true when this patch coaching notification too many requests response has a 4xx status code
func (*PatchCoachingNotificationTooManyRequests) IsCode ¶
func (o *PatchCoachingNotificationTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch coaching notification too many requests response a status code equal to that given
func (*PatchCoachingNotificationTooManyRequests) IsRedirect ¶
func (o *PatchCoachingNotificationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch coaching notification too many requests response has a 3xx status code
func (*PatchCoachingNotificationTooManyRequests) IsServerError ¶
func (o *PatchCoachingNotificationTooManyRequests) IsServerError() bool
IsServerError returns true when this patch coaching notification too many requests response has a 5xx status code
func (*PatchCoachingNotificationTooManyRequests) IsSuccess ¶
func (o *PatchCoachingNotificationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch coaching notification too many requests response has a 2xx status code
func (*PatchCoachingNotificationTooManyRequests) String ¶
func (o *PatchCoachingNotificationTooManyRequests) String() string
type PatchCoachingNotificationUnauthorized ¶
type PatchCoachingNotificationUnauthorized struct {
}
PatchCoachingNotificationUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchCoachingNotificationUnauthorized ¶
func NewPatchCoachingNotificationUnauthorized() *PatchCoachingNotificationUnauthorized
NewPatchCoachingNotificationUnauthorized creates a PatchCoachingNotificationUnauthorized with default headers values
func (*PatchCoachingNotificationUnauthorized) Error ¶
func (o *PatchCoachingNotificationUnauthorized) Error() string
func (*PatchCoachingNotificationUnauthorized) GetPayload ¶
func (o *PatchCoachingNotificationUnauthorized) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationUnauthorized) IsClientError ¶
func (o *PatchCoachingNotificationUnauthorized) IsClientError() bool
IsClientError returns true when this patch coaching notification unauthorized response has a 4xx status code
func (*PatchCoachingNotificationUnauthorized) IsCode ¶
func (o *PatchCoachingNotificationUnauthorized) IsCode(code int) bool
IsCode returns true when this patch coaching notification unauthorized response a status code equal to that given
func (*PatchCoachingNotificationUnauthorized) IsRedirect ¶
func (o *PatchCoachingNotificationUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch coaching notification unauthorized response has a 3xx status code
func (*PatchCoachingNotificationUnauthorized) IsServerError ¶
func (o *PatchCoachingNotificationUnauthorized) IsServerError() bool
IsServerError returns true when this patch coaching notification unauthorized response has a 5xx status code
func (*PatchCoachingNotificationUnauthorized) IsSuccess ¶
func (o *PatchCoachingNotificationUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch coaching notification unauthorized response has a 2xx status code
func (*PatchCoachingNotificationUnauthorized) String ¶
func (o *PatchCoachingNotificationUnauthorized) String() string
type PatchCoachingNotificationUnsupportedMediaType ¶
PatchCoachingNotificationUnsupportedMediaType 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 NewPatchCoachingNotificationUnsupportedMediaType ¶
func NewPatchCoachingNotificationUnsupportedMediaType() *PatchCoachingNotificationUnsupportedMediaType
NewPatchCoachingNotificationUnsupportedMediaType creates a PatchCoachingNotificationUnsupportedMediaType with default headers values
func (*PatchCoachingNotificationUnsupportedMediaType) Error ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) Error() string
func (*PatchCoachingNotificationUnsupportedMediaType) GetPayload ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchCoachingNotificationUnsupportedMediaType) IsClientError ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch coaching notification unsupported media type response has a 4xx status code
func (*PatchCoachingNotificationUnsupportedMediaType) IsCode ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch coaching notification unsupported media type response a status code equal to that given
func (*PatchCoachingNotificationUnsupportedMediaType) IsRedirect ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch coaching notification unsupported media type response has a 3xx status code
func (*PatchCoachingNotificationUnsupportedMediaType) IsServerError ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch coaching notification unsupported media type response has a 5xx status code
func (*PatchCoachingNotificationUnsupportedMediaType) IsSuccess ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch coaching notification unsupported media type response has a 2xx status code
func (*PatchCoachingNotificationUnsupportedMediaType) String ¶
func (o *PatchCoachingNotificationUnsupportedMediaType) String() string
type PostCoachingAppointmentAnnotationsBadRequest ¶
PostCoachingAppointmentAnnotationsBadRequest 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 NewPostCoachingAppointmentAnnotationsBadRequest ¶
func NewPostCoachingAppointmentAnnotationsBadRequest() *PostCoachingAppointmentAnnotationsBadRequest
NewPostCoachingAppointmentAnnotationsBadRequest creates a PostCoachingAppointmentAnnotationsBadRequest with default headers values
func (*PostCoachingAppointmentAnnotationsBadRequest) Error ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) Error() string
func (*PostCoachingAppointmentAnnotationsBadRequest) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsBadRequest) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations bad request response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsBadRequest) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations bad request response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsBadRequest) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations bad request response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsBadRequest) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations bad request response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsBadRequest) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations bad request response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsBadRequest) String ¶
func (o *PostCoachingAppointmentAnnotationsBadRequest) String() string
type PostCoachingAppointmentAnnotationsCreated ¶
type PostCoachingAppointmentAnnotationsCreated struct {
Payload *models.CoachingAnnotation
}
PostCoachingAppointmentAnnotationsCreated describes a response with status code 201, with default header values.
Annotation created
func NewPostCoachingAppointmentAnnotationsCreated ¶
func NewPostCoachingAppointmentAnnotationsCreated() *PostCoachingAppointmentAnnotationsCreated
NewPostCoachingAppointmentAnnotationsCreated creates a PostCoachingAppointmentAnnotationsCreated with default headers values
func (*PostCoachingAppointmentAnnotationsCreated) Error ¶
func (o *PostCoachingAppointmentAnnotationsCreated) Error() string
func (*PostCoachingAppointmentAnnotationsCreated) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsCreated) GetPayload() *models.CoachingAnnotation
func (*PostCoachingAppointmentAnnotationsCreated) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsCreated) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations created response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsCreated) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsCreated) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations created response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsCreated) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsCreated) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations created response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsCreated) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsCreated) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations created response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsCreated) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsCreated) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations created response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsCreated) String ¶
func (o *PostCoachingAppointmentAnnotationsCreated) String() string
type PostCoachingAppointmentAnnotationsForbidden ¶
PostCoachingAppointmentAnnotationsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostCoachingAppointmentAnnotationsForbidden ¶
func NewPostCoachingAppointmentAnnotationsForbidden() *PostCoachingAppointmentAnnotationsForbidden
NewPostCoachingAppointmentAnnotationsForbidden creates a PostCoachingAppointmentAnnotationsForbidden with default headers values
func (*PostCoachingAppointmentAnnotationsForbidden) Error ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) Error() string
func (*PostCoachingAppointmentAnnotationsForbidden) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsForbidden) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations forbidden response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsForbidden) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations forbidden response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsForbidden) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations forbidden response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsForbidden) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations forbidden response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsForbidden) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations forbidden response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsForbidden) String ¶
func (o *PostCoachingAppointmentAnnotationsForbidden) String() string
type PostCoachingAppointmentAnnotationsGatewayTimeout ¶
PostCoachingAppointmentAnnotationsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostCoachingAppointmentAnnotationsGatewayTimeout ¶
func NewPostCoachingAppointmentAnnotationsGatewayTimeout() *PostCoachingAppointmentAnnotationsGatewayTimeout
NewPostCoachingAppointmentAnnotationsGatewayTimeout creates a PostCoachingAppointmentAnnotationsGatewayTimeout with default headers values
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) Error ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) Error() string
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations gateway timeout response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations gateway timeout response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations gateway timeout response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations gateway timeout response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations gateway timeout response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsGatewayTimeout) String ¶
func (o *PostCoachingAppointmentAnnotationsGatewayTimeout) String() string
type PostCoachingAppointmentAnnotationsInternalServerError ¶
PostCoachingAppointmentAnnotationsInternalServerError 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 NewPostCoachingAppointmentAnnotationsInternalServerError ¶
func NewPostCoachingAppointmentAnnotationsInternalServerError() *PostCoachingAppointmentAnnotationsInternalServerError
NewPostCoachingAppointmentAnnotationsInternalServerError creates a PostCoachingAppointmentAnnotationsInternalServerError with default headers values
func (*PostCoachingAppointmentAnnotationsInternalServerError) Error ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) Error() string
func (*PostCoachingAppointmentAnnotationsInternalServerError) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsInternalServerError) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations internal server error response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsInternalServerError) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations internal server error response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsInternalServerError) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations internal server error response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsInternalServerError) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations internal server error response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsInternalServerError) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations internal server error response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsInternalServerError) String ¶
func (o *PostCoachingAppointmentAnnotationsInternalServerError) String() string
type PostCoachingAppointmentAnnotationsNotFound ¶
PostCoachingAppointmentAnnotationsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostCoachingAppointmentAnnotationsNotFound ¶
func NewPostCoachingAppointmentAnnotationsNotFound() *PostCoachingAppointmentAnnotationsNotFound
NewPostCoachingAppointmentAnnotationsNotFound creates a PostCoachingAppointmentAnnotationsNotFound with default headers values
func (*PostCoachingAppointmentAnnotationsNotFound) Error ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) Error() string
func (*PostCoachingAppointmentAnnotationsNotFound) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsNotFound) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations not found response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsNotFound) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations not found response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsNotFound) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations not found response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsNotFound) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations not found response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsNotFound) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations not found response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsNotFound) String ¶
func (o *PostCoachingAppointmentAnnotationsNotFound) String() string
type PostCoachingAppointmentAnnotationsParams ¶
type PostCoachingAppointmentAnnotationsParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
/* Body.
The annotation to add
*/
Body *models.CoachingAnnotationCreateRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostCoachingAppointmentAnnotationsParams contains all the parameters to send to the API endpoint
for the post coaching appointment annotations operation. Typically these are written to a http.Request.
func NewPostCoachingAppointmentAnnotationsParams ¶
func NewPostCoachingAppointmentAnnotationsParams() *PostCoachingAppointmentAnnotationsParams
NewPostCoachingAppointmentAnnotationsParams creates a new PostCoachingAppointmentAnnotationsParams 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 NewPostCoachingAppointmentAnnotationsParamsWithContext ¶
func NewPostCoachingAppointmentAnnotationsParamsWithContext(ctx context.Context) *PostCoachingAppointmentAnnotationsParams
NewPostCoachingAppointmentAnnotationsParamsWithContext creates a new PostCoachingAppointmentAnnotationsParams object with the ability to set a context for a request.
func NewPostCoachingAppointmentAnnotationsParamsWithHTTPClient ¶
func NewPostCoachingAppointmentAnnotationsParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentAnnotationsParams
NewPostCoachingAppointmentAnnotationsParamsWithHTTPClient creates a new PostCoachingAppointmentAnnotationsParams object with the ability to set a custom HTTPClient for a request.
func NewPostCoachingAppointmentAnnotationsParamsWithTimeout ¶
func NewPostCoachingAppointmentAnnotationsParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentAnnotationsParams
NewPostCoachingAppointmentAnnotationsParamsWithTimeout creates a new PostCoachingAppointmentAnnotationsParams object with the ability to set a timeout on a request.
func (*PostCoachingAppointmentAnnotationsParams) SetAppointmentID ¶
func (o *PostCoachingAppointmentAnnotationsParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) SetBody ¶
func (o *PostCoachingAppointmentAnnotationsParams) SetBody(body *models.CoachingAnnotationCreateRequest)
SetBody adds the body to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) SetContext ¶
func (o *PostCoachingAppointmentAnnotationsParams) SetContext(ctx context.Context)
SetContext adds the context to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) SetDefaults ¶
func (o *PostCoachingAppointmentAnnotationsParams) SetDefaults()
SetDefaults hydrates default values in the post coaching appointment annotations params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentAnnotationsParams) SetHTTPClient ¶
func (o *PostCoachingAppointmentAnnotationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) SetTimeout ¶
func (o *PostCoachingAppointmentAnnotationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) WithAppointmentID ¶
func (o *PostCoachingAppointmentAnnotationsParams) WithAppointmentID(appointmentID string) *PostCoachingAppointmentAnnotationsParams
WithAppointmentID adds the appointmentID to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) WithBody ¶
func (o *PostCoachingAppointmentAnnotationsParams) WithBody(body *models.CoachingAnnotationCreateRequest) *PostCoachingAppointmentAnnotationsParams
WithBody adds the body to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) WithContext ¶
func (o *PostCoachingAppointmentAnnotationsParams) WithContext(ctx context.Context) *PostCoachingAppointmentAnnotationsParams
WithContext adds the context to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) WithDefaults ¶
func (o *PostCoachingAppointmentAnnotationsParams) WithDefaults() *PostCoachingAppointmentAnnotationsParams
WithDefaults hydrates default values in the post coaching appointment annotations params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentAnnotationsParams) WithHTTPClient ¶
func (o *PostCoachingAppointmentAnnotationsParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentAnnotationsParams
WithHTTPClient adds the HTTPClient to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) WithTimeout ¶
func (o *PostCoachingAppointmentAnnotationsParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentAnnotationsParams
WithTimeout adds the timeout to the post coaching appointment annotations params
func (*PostCoachingAppointmentAnnotationsParams) WriteToRequest ¶
func (o *PostCoachingAppointmentAnnotationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostCoachingAppointmentAnnotationsReader ¶
type PostCoachingAppointmentAnnotationsReader struct {
// contains filtered or unexported fields
}
PostCoachingAppointmentAnnotationsReader is a Reader for the PostCoachingAppointmentAnnotations structure.
func (*PostCoachingAppointmentAnnotationsReader) ReadResponse ¶
func (o *PostCoachingAppointmentAnnotationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostCoachingAppointmentAnnotationsRequestEntityTooLarge ¶
PostCoachingAppointmentAnnotationsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostCoachingAppointmentAnnotationsRequestEntityTooLarge ¶
func NewPostCoachingAppointmentAnnotationsRequestEntityTooLarge() *PostCoachingAppointmentAnnotationsRequestEntityTooLarge
NewPostCoachingAppointmentAnnotationsRequestEntityTooLarge creates a PostCoachingAppointmentAnnotationsRequestEntityTooLarge with default headers values
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) Error ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) Error() string
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations request entity too large response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations request entity too large response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations request entity too large response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations request entity too large response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations request entity too large response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsRequestEntityTooLarge) String ¶
func (o *PostCoachingAppointmentAnnotationsRequestEntityTooLarge) String() string
type PostCoachingAppointmentAnnotationsRequestTimeout ¶
PostCoachingAppointmentAnnotationsRequestTimeout 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 NewPostCoachingAppointmentAnnotationsRequestTimeout ¶
func NewPostCoachingAppointmentAnnotationsRequestTimeout() *PostCoachingAppointmentAnnotationsRequestTimeout
NewPostCoachingAppointmentAnnotationsRequestTimeout creates a PostCoachingAppointmentAnnotationsRequestTimeout with default headers values
func (*PostCoachingAppointmentAnnotationsRequestTimeout) Error ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) Error() string
func (*PostCoachingAppointmentAnnotationsRequestTimeout) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsRequestTimeout) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations request timeout response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsRequestTimeout) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations request timeout response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsRequestTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations request timeout response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsRequestTimeout) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations request timeout response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsRequestTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations request timeout response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsRequestTimeout) String ¶
func (o *PostCoachingAppointmentAnnotationsRequestTimeout) String() string
type PostCoachingAppointmentAnnotationsServiceUnavailable ¶
type PostCoachingAppointmentAnnotationsServiceUnavailable struct {
}
PostCoachingAppointmentAnnotationsServiceUnavailable 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 NewPostCoachingAppointmentAnnotationsServiceUnavailable ¶
func NewPostCoachingAppointmentAnnotationsServiceUnavailable() *PostCoachingAppointmentAnnotationsServiceUnavailable
NewPostCoachingAppointmentAnnotationsServiceUnavailable creates a PostCoachingAppointmentAnnotationsServiceUnavailable with default headers values
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) Error ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) Error() string
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations service unavailable response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations service unavailable response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations service unavailable response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations service unavailable response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations service unavailable response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsServiceUnavailable) String ¶
func (o *PostCoachingAppointmentAnnotationsServiceUnavailable) String() string
type PostCoachingAppointmentAnnotationsTooManyRequests ¶
PostCoachingAppointmentAnnotationsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostCoachingAppointmentAnnotationsTooManyRequests ¶
func NewPostCoachingAppointmentAnnotationsTooManyRequests() *PostCoachingAppointmentAnnotationsTooManyRequests
NewPostCoachingAppointmentAnnotationsTooManyRequests creates a PostCoachingAppointmentAnnotationsTooManyRequests with default headers values
func (*PostCoachingAppointmentAnnotationsTooManyRequests) Error ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) Error() string
func (*PostCoachingAppointmentAnnotationsTooManyRequests) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsTooManyRequests) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations too many requests response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsTooManyRequests) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations too many requests response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsTooManyRequests) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations too many requests response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsTooManyRequests) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations too many requests response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsTooManyRequests) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations too many requests response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsTooManyRequests) String ¶
func (o *PostCoachingAppointmentAnnotationsTooManyRequests) String() string
type PostCoachingAppointmentAnnotationsUnauthorized ¶
type PostCoachingAppointmentAnnotationsUnauthorized struct {
}
PostCoachingAppointmentAnnotationsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostCoachingAppointmentAnnotationsUnauthorized ¶
func NewPostCoachingAppointmentAnnotationsUnauthorized() *PostCoachingAppointmentAnnotationsUnauthorized
NewPostCoachingAppointmentAnnotationsUnauthorized creates a PostCoachingAppointmentAnnotationsUnauthorized with default headers values
func (*PostCoachingAppointmentAnnotationsUnauthorized) Error ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) Error() string
func (*PostCoachingAppointmentAnnotationsUnauthorized) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsUnauthorized) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations unauthorized response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsUnauthorized) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations unauthorized response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsUnauthorized) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations unauthorized response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsUnauthorized) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations unauthorized response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsUnauthorized) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations unauthorized response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsUnauthorized) String ¶
func (o *PostCoachingAppointmentAnnotationsUnauthorized) String() string
type PostCoachingAppointmentAnnotationsUnsupportedMediaType ¶
PostCoachingAppointmentAnnotationsUnsupportedMediaType 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 NewPostCoachingAppointmentAnnotationsUnsupportedMediaType ¶
func NewPostCoachingAppointmentAnnotationsUnsupportedMediaType() *PostCoachingAppointmentAnnotationsUnsupportedMediaType
NewPostCoachingAppointmentAnnotationsUnsupportedMediaType creates a PostCoachingAppointmentAnnotationsUnsupportedMediaType with default headers values
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) Error ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) Error() string
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) GetPayload ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsClientError ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post coaching appointment annotations unsupported media type response has a 4xx status code
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsCode ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post coaching appointment annotations unsupported media type response a status code equal to that given
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsRedirect ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post coaching appointment annotations unsupported media type response has a 3xx status code
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsServerError ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post coaching appointment annotations unsupported media type response has a 5xx status code
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsSuccess ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post coaching appointment annotations unsupported media type response has a 2xx status code
func (*PostCoachingAppointmentAnnotationsUnsupportedMediaType) String ¶
func (o *PostCoachingAppointmentAnnotationsUnsupportedMediaType) String() string
type PostCoachingAppointmentConversationsBadRequest ¶
PostCoachingAppointmentConversationsBadRequest 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 NewPostCoachingAppointmentConversationsBadRequest ¶
func NewPostCoachingAppointmentConversationsBadRequest() *PostCoachingAppointmentConversationsBadRequest
NewPostCoachingAppointmentConversationsBadRequest creates a PostCoachingAppointmentConversationsBadRequest with default headers values
func (*PostCoachingAppointmentConversationsBadRequest) Error ¶
func (o *PostCoachingAppointmentConversationsBadRequest) Error() string
func (*PostCoachingAppointmentConversationsBadRequest) GetPayload ¶
func (o *PostCoachingAppointmentConversationsBadRequest) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsBadRequest) IsClientError ¶
func (o *PostCoachingAppointmentConversationsBadRequest) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations bad request response has a 4xx status code
func (*PostCoachingAppointmentConversationsBadRequest) IsCode ¶
func (o *PostCoachingAppointmentConversationsBadRequest) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations bad request response a status code equal to that given
func (*PostCoachingAppointmentConversationsBadRequest) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsBadRequest) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations bad request response has a 3xx status code
func (*PostCoachingAppointmentConversationsBadRequest) IsServerError ¶
func (o *PostCoachingAppointmentConversationsBadRequest) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations bad request response has a 5xx status code
func (*PostCoachingAppointmentConversationsBadRequest) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsBadRequest) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations bad request response has a 2xx status code
func (*PostCoachingAppointmentConversationsBadRequest) String ¶
func (o *PostCoachingAppointmentConversationsBadRequest) String() string
type PostCoachingAppointmentConversationsConflict ¶
PostCoachingAppointmentConversationsConflict describes a response with status code 409, with default header values.
Conflict
func NewPostCoachingAppointmentConversationsConflict ¶
func NewPostCoachingAppointmentConversationsConflict() *PostCoachingAppointmentConversationsConflict
NewPostCoachingAppointmentConversationsConflict creates a PostCoachingAppointmentConversationsConflict with default headers values
func (*PostCoachingAppointmentConversationsConflict) Error ¶
func (o *PostCoachingAppointmentConversationsConflict) Error() string
func (*PostCoachingAppointmentConversationsConflict) GetPayload ¶
func (o *PostCoachingAppointmentConversationsConflict) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsConflict) IsClientError ¶
func (o *PostCoachingAppointmentConversationsConflict) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations conflict response has a 4xx status code
func (*PostCoachingAppointmentConversationsConflict) IsCode ¶
func (o *PostCoachingAppointmentConversationsConflict) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations conflict response a status code equal to that given
func (*PostCoachingAppointmentConversationsConflict) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsConflict) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations conflict response has a 3xx status code
func (*PostCoachingAppointmentConversationsConflict) IsServerError ¶
func (o *PostCoachingAppointmentConversationsConflict) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations conflict response has a 5xx status code
func (*PostCoachingAppointmentConversationsConflict) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsConflict) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations conflict response has a 2xx status code
func (*PostCoachingAppointmentConversationsConflict) String ¶
func (o *PostCoachingAppointmentConversationsConflict) String() string
type PostCoachingAppointmentConversationsForbidden ¶
PostCoachingAppointmentConversationsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostCoachingAppointmentConversationsForbidden ¶
func NewPostCoachingAppointmentConversationsForbidden() *PostCoachingAppointmentConversationsForbidden
NewPostCoachingAppointmentConversationsForbidden creates a PostCoachingAppointmentConversationsForbidden with default headers values
func (*PostCoachingAppointmentConversationsForbidden) Error ¶
func (o *PostCoachingAppointmentConversationsForbidden) Error() string
func (*PostCoachingAppointmentConversationsForbidden) GetPayload ¶
func (o *PostCoachingAppointmentConversationsForbidden) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsForbidden) IsClientError ¶
func (o *PostCoachingAppointmentConversationsForbidden) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations forbidden response has a 4xx status code
func (*PostCoachingAppointmentConversationsForbidden) IsCode ¶
func (o *PostCoachingAppointmentConversationsForbidden) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations forbidden response a status code equal to that given
func (*PostCoachingAppointmentConversationsForbidden) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsForbidden) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations forbidden response has a 3xx status code
func (*PostCoachingAppointmentConversationsForbidden) IsServerError ¶
func (o *PostCoachingAppointmentConversationsForbidden) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations forbidden response has a 5xx status code
func (*PostCoachingAppointmentConversationsForbidden) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsForbidden) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations forbidden response has a 2xx status code
func (*PostCoachingAppointmentConversationsForbidden) String ¶
func (o *PostCoachingAppointmentConversationsForbidden) String() string
type PostCoachingAppointmentConversationsGatewayTimeout ¶
PostCoachingAppointmentConversationsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostCoachingAppointmentConversationsGatewayTimeout ¶
func NewPostCoachingAppointmentConversationsGatewayTimeout() *PostCoachingAppointmentConversationsGatewayTimeout
NewPostCoachingAppointmentConversationsGatewayTimeout creates a PostCoachingAppointmentConversationsGatewayTimeout with default headers values
func (*PostCoachingAppointmentConversationsGatewayTimeout) Error ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) Error() string
func (*PostCoachingAppointmentConversationsGatewayTimeout) GetPayload ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsGatewayTimeout) IsClientError ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations gateway timeout response has a 4xx status code
func (*PostCoachingAppointmentConversationsGatewayTimeout) IsCode ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations gateway timeout response a status code equal to that given
func (*PostCoachingAppointmentConversationsGatewayTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations gateway timeout response has a 3xx status code
func (*PostCoachingAppointmentConversationsGatewayTimeout) IsServerError ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations gateway timeout response has a 5xx status code
func (*PostCoachingAppointmentConversationsGatewayTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations gateway timeout response has a 2xx status code
func (*PostCoachingAppointmentConversationsGatewayTimeout) String ¶
func (o *PostCoachingAppointmentConversationsGatewayTimeout) String() string
type PostCoachingAppointmentConversationsInternalServerError ¶
PostCoachingAppointmentConversationsInternalServerError 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 NewPostCoachingAppointmentConversationsInternalServerError ¶
func NewPostCoachingAppointmentConversationsInternalServerError() *PostCoachingAppointmentConversationsInternalServerError
NewPostCoachingAppointmentConversationsInternalServerError creates a PostCoachingAppointmentConversationsInternalServerError with default headers values
func (*PostCoachingAppointmentConversationsInternalServerError) Error ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) Error() string
func (*PostCoachingAppointmentConversationsInternalServerError) GetPayload ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsInternalServerError) IsClientError ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations internal server error response has a 4xx status code
func (*PostCoachingAppointmentConversationsInternalServerError) IsCode ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations internal server error response a status code equal to that given
func (*PostCoachingAppointmentConversationsInternalServerError) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations internal server error response has a 3xx status code
func (*PostCoachingAppointmentConversationsInternalServerError) IsServerError ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations internal server error response has a 5xx status code
func (*PostCoachingAppointmentConversationsInternalServerError) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations internal server error response has a 2xx status code
func (*PostCoachingAppointmentConversationsInternalServerError) String ¶
func (o *PostCoachingAppointmentConversationsInternalServerError) String() string
type PostCoachingAppointmentConversationsNotFound ¶
PostCoachingAppointmentConversationsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostCoachingAppointmentConversationsNotFound ¶
func NewPostCoachingAppointmentConversationsNotFound() *PostCoachingAppointmentConversationsNotFound
NewPostCoachingAppointmentConversationsNotFound creates a PostCoachingAppointmentConversationsNotFound with default headers values
func (*PostCoachingAppointmentConversationsNotFound) Error ¶
func (o *PostCoachingAppointmentConversationsNotFound) Error() string
func (*PostCoachingAppointmentConversationsNotFound) GetPayload ¶
func (o *PostCoachingAppointmentConversationsNotFound) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsNotFound) IsClientError ¶
func (o *PostCoachingAppointmentConversationsNotFound) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations not found response has a 4xx status code
func (*PostCoachingAppointmentConversationsNotFound) IsCode ¶
func (o *PostCoachingAppointmentConversationsNotFound) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations not found response a status code equal to that given
func (*PostCoachingAppointmentConversationsNotFound) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsNotFound) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations not found response has a 3xx status code
func (*PostCoachingAppointmentConversationsNotFound) IsServerError ¶
func (o *PostCoachingAppointmentConversationsNotFound) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations not found response has a 5xx status code
func (*PostCoachingAppointmentConversationsNotFound) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsNotFound) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations not found response has a 2xx status code
func (*PostCoachingAppointmentConversationsNotFound) String ¶
func (o *PostCoachingAppointmentConversationsNotFound) String() string
type PostCoachingAppointmentConversationsOK ¶
type PostCoachingAppointmentConversationsOK struct {
Payload *models.AddConversationResponse
}
PostCoachingAppointmentConversationsOK describes a response with status code 200, with default header values.
Conversation Added
func NewPostCoachingAppointmentConversationsOK ¶
func NewPostCoachingAppointmentConversationsOK() *PostCoachingAppointmentConversationsOK
NewPostCoachingAppointmentConversationsOK creates a PostCoachingAppointmentConversationsOK with default headers values
func (*PostCoachingAppointmentConversationsOK) Error ¶
func (o *PostCoachingAppointmentConversationsOK) Error() string
func (*PostCoachingAppointmentConversationsOK) GetPayload ¶
func (o *PostCoachingAppointmentConversationsOK) GetPayload() *models.AddConversationResponse
func (*PostCoachingAppointmentConversationsOK) IsClientError ¶
func (o *PostCoachingAppointmentConversationsOK) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations o k response has a 4xx status code
func (*PostCoachingAppointmentConversationsOK) IsCode ¶
func (o *PostCoachingAppointmentConversationsOK) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations o k response a status code equal to that given
func (*PostCoachingAppointmentConversationsOK) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsOK) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations o k response has a 3xx status code
func (*PostCoachingAppointmentConversationsOK) IsServerError ¶
func (o *PostCoachingAppointmentConversationsOK) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations o k response has a 5xx status code
func (*PostCoachingAppointmentConversationsOK) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsOK) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations o k response has a 2xx status code
func (*PostCoachingAppointmentConversationsOK) String ¶
func (o *PostCoachingAppointmentConversationsOK) String() string
type PostCoachingAppointmentConversationsParams ¶
type PostCoachingAppointmentConversationsParams struct {
/* AppointmentID.
The ID of the coaching appointment.
*/
AppointmentID string
/* Body.
body
*/
Body *models.AddConversationRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostCoachingAppointmentConversationsParams contains all the parameters to send to the API endpoint
for the post coaching appointment conversations operation. Typically these are written to a http.Request.
func NewPostCoachingAppointmentConversationsParams ¶
func NewPostCoachingAppointmentConversationsParams() *PostCoachingAppointmentConversationsParams
NewPostCoachingAppointmentConversationsParams creates a new PostCoachingAppointmentConversationsParams 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 NewPostCoachingAppointmentConversationsParamsWithContext ¶
func NewPostCoachingAppointmentConversationsParamsWithContext(ctx context.Context) *PostCoachingAppointmentConversationsParams
NewPostCoachingAppointmentConversationsParamsWithContext creates a new PostCoachingAppointmentConversationsParams object with the ability to set a context for a request.
func NewPostCoachingAppointmentConversationsParamsWithHTTPClient ¶
func NewPostCoachingAppointmentConversationsParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentConversationsParams
NewPostCoachingAppointmentConversationsParamsWithHTTPClient creates a new PostCoachingAppointmentConversationsParams object with the ability to set a custom HTTPClient for a request.
func NewPostCoachingAppointmentConversationsParamsWithTimeout ¶
func NewPostCoachingAppointmentConversationsParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentConversationsParams
NewPostCoachingAppointmentConversationsParamsWithTimeout creates a new PostCoachingAppointmentConversationsParams object with the ability to set a timeout on a request.
func (*PostCoachingAppointmentConversationsParams) SetAppointmentID ¶
func (o *PostCoachingAppointmentConversationsParams) SetAppointmentID(appointmentID string)
SetAppointmentID adds the appointmentId to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) SetBody ¶
func (o *PostCoachingAppointmentConversationsParams) SetBody(body *models.AddConversationRequest)
SetBody adds the body to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) SetContext ¶
func (o *PostCoachingAppointmentConversationsParams) SetContext(ctx context.Context)
SetContext adds the context to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) SetDefaults ¶
func (o *PostCoachingAppointmentConversationsParams) SetDefaults()
SetDefaults hydrates default values in the post coaching appointment conversations params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentConversationsParams) SetHTTPClient ¶
func (o *PostCoachingAppointmentConversationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) SetTimeout ¶
func (o *PostCoachingAppointmentConversationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) WithAppointmentID ¶
func (o *PostCoachingAppointmentConversationsParams) WithAppointmentID(appointmentID string) *PostCoachingAppointmentConversationsParams
WithAppointmentID adds the appointmentID to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) WithBody ¶
func (o *PostCoachingAppointmentConversationsParams) WithBody(body *models.AddConversationRequest) *PostCoachingAppointmentConversationsParams
WithBody adds the body to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) WithContext ¶
func (o *PostCoachingAppointmentConversationsParams) WithContext(ctx context.Context) *PostCoachingAppointmentConversationsParams
WithContext adds the context to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) WithDefaults ¶
func (o *PostCoachingAppointmentConversationsParams) WithDefaults() *PostCoachingAppointmentConversationsParams
WithDefaults hydrates default values in the post coaching appointment conversations params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentConversationsParams) WithHTTPClient ¶
func (o *PostCoachingAppointmentConversationsParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentConversationsParams
WithHTTPClient adds the HTTPClient to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) WithTimeout ¶
func (o *PostCoachingAppointmentConversationsParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentConversationsParams
WithTimeout adds the timeout to the post coaching appointment conversations params
func (*PostCoachingAppointmentConversationsParams) WriteToRequest ¶
func (o *PostCoachingAppointmentConversationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostCoachingAppointmentConversationsReader ¶
type PostCoachingAppointmentConversationsReader struct {
// contains filtered or unexported fields
}
PostCoachingAppointmentConversationsReader is a Reader for the PostCoachingAppointmentConversations structure.
func (*PostCoachingAppointmentConversationsReader) ReadResponse ¶
func (o *PostCoachingAppointmentConversationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostCoachingAppointmentConversationsRequestEntityTooLarge ¶
PostCoachingAppointmentConversationsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostCoachingAppointmentConversationsRequestEntityTooLarge ¶
func NewPostCoachingAppointmentConversationsRequestEntityTooLarge() *PostCoachingAppointmentConversationsRequestEntityTooLarge
NewPostCoachingAppointmentConversationsRequestEntityTooLarge creates a PostCoachingAppointmentConversationsRequestEntityTooLarge with default headers values
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) Error ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) Error() string
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) GetPayload ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) IsClientError ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations request entity too large response has a 4xx status code
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) IsCode ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations request entity too large response a status code equal to that given
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations request entity too large response has a 3xx status code
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) IsServerError ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations request entity too large response has a 5xx status code
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations request entity too large response has a 2xx status code
func (*PostCoachingAppointmentConversationsRequestEntityTooLarge) String ¶
func (o *PostCoachingAppointmentConversationsRequestEntityTooLarge) String() string
type PostCoachingAppointmentConversationsRequestTimeout ¶
PostCoachingAppointmentConversationsRequestTimeout 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 NewPostCoachingAppointmentConversationsRequestTimeout ¶
func NewPostCoachingAppointmentConversationsRequestTimeout() *PostCoachingAppointmentConversationsRequestTimeout
NewPostCoachingAppointmentConversationsRequestTimeout creates a PostCoachingAppointmentConversationsRequestTimeout with default headers values
func (*PostCoachingAppointmentConversationsRequestTimeout) Error ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) Error() string
func (*PostCoachingAppointmentConversationsRequestTimeout) GetPayload ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsRequestTimeout) IsClientError ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations request timeout response has a 4xx status code
func (*PostCoachingAppointmentConversationsRequestTimeout) IsCode ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations request timeout response a status code equal to that given
func (*PostCoachingAppointmentConversationsRequestTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations request timeout response has a 3xx status code
func (*PostCoachingAppointmentConversationsRequestTimeout) IsServerError ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations request timeout response has a 5xx status code
func (*PostCoachingAppointmentConversationsRequestTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations request timeout response has a 2xx status code
func (*PostCoachingAppointmentConversationsRequestTimeout) String ¶
func (o *PostCoachingAppointmentConversationsRequestTimeout) String() string
type PostCoachingAppointmentConversationsServiceUnavailable ¶
type PostCoachingAppointmentConversationsServiceUnavailable struct {
}
PostCoachingAppointmentConversationsServiceUnavailable 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 NewPostCoachingAppointmentConversationsServiceUnavailable ¶
func NewPostCoachingAppointmentConversationsServiceUnavailable() *PostCoachingAppointmentConversationsServiceUnavailable
NewPostCoachingAppointmentConversationsServiceUnavailable creates a PostCoachingAppointmentConversationsServiceUnavailable with default headers values
func (*PostCoachingAppointmentConversationsServiceUnavailable) Error ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) Error() string
func (*PostCoachingAppointmentConversationsServiceUnavailable) GetPayload ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsServiceUnavailable) IsClientError ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations service unavailable response has a 4xx status code
func (*PostCoachingAppointmentConversationsServiceUnavailable) IsCode ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations service unavailable response a status code equal to that given
func (*PostCoachingAppointmentConversationsServiceUnavailable) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations service unavailable response has a 3xx status code
func (*PostCoachingAppointmentConversationsServiceUnavailable) IsServerError ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations service unavailable response has a 5xx status code
func (*PostCoachingAppointmentConversationsServiceUnavailable) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations service unavailable response has a 2xx status code
func (*PostCoachingAppointmentConversationsServiceUnavailable) String ¶
func (o *PostCoachingAppointmentConversationsServiceUnavailable) String() string
type PostCoachingAppointmentConversationsTooManyRequests ¶
PostCoachingAppointmentConversationsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostCoachingAppointmentConversationsTooManyRequests ¶
func NewPostCoachingAppointmentConversationsTooManyRequests() *PostCoachingAppointmentConversationsTooManyRequests
NewPostCoachingAppointmentConversationsTooManyRequests creates a PostCoachingAppointmentConversationsTooManyRequests with default headers values
func (*PostCoachingAppointmentConversationsTooManyRequests) Error ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) Error() string
func (*PostCoachingAppointmentConversationsTooManyRequests) GetPayload ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsTooManyRequests) IsClientError ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations too many requests response has a 4xx status code
func (*PostCoachingAppointmentConversationsTooManyRequests) IsCode ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations too many requests response a status code equal to that given
func (*PostCoachingAppointmentConversationsTooManyRequests) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations too many requests response has a 3xx status code
func (*PostCoachingAppointmentConversationsTooManyRequests) IsServerError ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations too many requests response has a 5xx status code
func (*PostCoachingAppointmentConversationsTooManyRequests) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations too many requests response has a 2xx status code
func (*PostCoachingAppointmentConversationsTooManyRequests) String ¶
func (o *PostCoachingAppointmentConversationsTooManyRequests) String() string
type PostCoachingAppointmentConversationsUnauthorized ¶
type PostCoachingAppointmentConversationsUnauthorized struct {
}
PostCoachingAppointmentConversationsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostCoachingAppointmentConversationsUnauthorized ¶
func NewPostCoachingAppointmentConversationsUnauthorized() *PostCoachingAppointmentConversationsUnauthorized
NewPostCoachingAppointmentConversationsUnauthorized creates a PostCoachingAppointmentConversationsUnauthorized with default headers values
func (*PostCoachingAppointmentConversationsUnauthorized) Error ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) Error() string
func (*PostCoachingAppointmentConversationsUnauthorized) GetPayload ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsUnauthorized) IsClientError ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations unauthorized response has a 4xx status code
func (*PostCoachingAppointmentConversationsUnauthorized) IsCode ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations unauthorized response a status code equal to that given
func (*PostCoachingAppointmentConversationsUnauthorized) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations unauthorized response has a 3xx status code
func (*PostCoachingAppointmentConversationsUnauthorized) IsServerError ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations unauthorized response has a 5xx status code
func (*PostCoachingAppointmentConversationsUnauthorized) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations unauthorized response has a 2xx status code
func (*PostCoachingAppointmentConversationsUnauthorized) String ¶
func (o *PostCoachingAppointmentConversationsUnauthorized) String() string
type PostCoachingAppointmentConversationsUnsupportedMediaType ¶
PostCoachingAppointmentConversationsUnsupportedMediaType 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 NewPostCoachingAppointmentConversationsUnsupportedMediaType ¶
func NewPostCoachingAppointmentConversationsUnsupportedMediaType() *PostCoachingAppointmentConversationsUnsupportedMediaType
NewPostCoachingAppointmentConversationsUnsupportedMediaType creates a PostCoachingAppointmentConversationsUnsupportedMediaType with default headers values
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) Error ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) Error() string
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) GetPayload ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) IsClientError ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post coaching appointment conversations unsupported media type response has a 4xx status code
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) IsCode ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post coaching appointment conversations unsupported media type response a status code equal to that given
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) IsRedirect ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post coaching appointment conversations unsupported media type response has a 3xx status code
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) IsServerError ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post coaching appointment conversations unsupported media type response has a 5xx status code
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) IsSuccess ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post coaching appointment conversations unsupported media type response has a 2xx status code
func (*PostCoachingAppointmentConversationsUnsupportedMediaType) String ¶
func (o *PostCoachingAppointmentConversationsUnsupportedMediaType) String() string
type PostCoachingAppointmentsAccepted ¶
type PostCoachingAppointmentsAccepted struct {
Payload *models.CoachingAppointmentReference
}
PostCoachingAppointmentsAccepted describes a response with status code 202, with default header values.
Appointment create request accepted
func NewPostCoachingAppointmentsAccepted ¶
func NewPostCoachingAppointmentsAccepted() *PostCoachingAppointmentsAccepted
NewPostCoachingAppointmentsAccepted creates a PostCoachingAppointmentsAccepted with default headers values
func (*PostCoachingAppointmentsAccepted) Error ¶
func (o *PostCoachingAppointmentsAccepted) Error() string
func (*PostCoachingAppointmentsAccepted) GetPayload ¶
func (o *PostCoachingAppointmentsAccepted) GetPayload() *models.CoachingAppointmentReference
func (*PostCoachingAppointmentsAccepted) IsClientError ¶
func (o *PostCoachingAppointmentsAccepted) IsClientError() bool
IsClientError returns true when this post coaching appointments accepted response has a 4xx status code
func (*PostCoachingAppointmentsAccepted) IsCode ¶
func (o *PostCoachingAppointmentsAccepted) IsCode(code int) bool
IsCode returns true when this post coaching appointments accepted response a status code equal to that given
func (*PostCoachingAppointmentsAccepted) IsRedirect ¶
func (o *PostCoachingAppointmentsAccepted) IsRedirect() bool
IsRedirect returns true when this post coaching appointments accepted response has a 3xx status code
func (*PostCoachingAppointmentsAccepted) IsServerError ¶
func (o *PostCoachingAppointmentsAccepted) IsServerError() bool
IsServerError returns true when this post coaching appointments accepted response has a 5xx status code
func (*PostCoachingAppointmentsAccepted) IsSuccess ¶
func (o *PostCoachingAppointmentsAccepted) IsSuccess() bool
IsSuccess returns true when this post coaching appointments accepted response has a 2xx status code
func (*PostCoachingAppointmentsAccepted) String ¶
func (o *PostCoachingAppointmentsAccepted) String() string
type PostCoachingAppointmentsAggregatesQueryBadRequest ¶
PostCoachingAppointmentsAggregatesQueryBadRequest 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 NewPostCoachingAppointmentsAggregatesQueryBadRequest ¶
func NewPostCoachingAppointmentsAggregatesQueryBadRequest() *PostCoachingAppointmentsAggregatesQueryBadRequest
NewPostCoachingAppointmentsAggregatesQueryBadRequest creates a PostCoachingAppointmentsAggregatesQueryBadRequest with default headers values
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) Error() string
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query bad request response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query bad request response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query bad request response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query bad request response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query bad request response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryBadRequest) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryBadRequest) String() string
type PostCoachingAppointmentsAggregatesQueryForbidden ¶
PostCoachingAppointmentsAggregatesQueryForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostCoachingAppointmentsAggregatesQueryForbidden ¶
func NewPostCoachingAppointmentsAggregatesQueryForbidden() *PostCoachingAppointmentsAggregatesQueryForbidden
NewPostCoachingAppointmentsAggregatesQueryForbidden creates a PostCoachingAppointmentsAggregatesQueryForbidden with default headers values
func (*PostCoachingAppointmentsAggregatesQueryForbidden) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) Error() string
func (*PostCoachingAppointmentsAggregatesQueryForbidden) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryForbidden) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query forbidden response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryForbidden) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query forbidden response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryForbidden) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query forbidden response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryForbidden) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query forbidden response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryForbidden) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query forbidden response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryForbidden) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryForbidden) String() string
type PostCoachingAppointmentsAggregatesQueryGatewayTimeout ¶
PostCoachingAppointmentsAggregatesQueryGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostCoachingAppointmentsAggregatesQueryGatewayTimeout ¶
func NewPostCoachingAppointmentsAggregatesQueryGatewayTimeout() *PostCoachingAppointmentsAggregatesQueryGatewayTimeout
NewPostCoachingAppointmentsAggregatesQueryGatewayTimeout creates a PostCoachingAppointmentsAggregatesQueryGatewayTimeout with default headers values
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) Error() string
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query gateway timeout response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query gateway timeout response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query gateway timeout response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query gateway timeout response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query gateway timeout response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryGatewayTimeout) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryGatewayTimeout) String() string
type PostCoachingAppointmentsAggregatesQueryInternalServerError ¶
type PostCoachingAppointmentsAggregatesQueryInternalServerError struct {
Payload *models.ErrorBody
}
PostCoachingAppointmentsAggregatesQueryInternalServerError 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 NewPostCoachingAppointmentsAggregatesQueryInternalServerError ¶
func NewPostCoachingAppointmentsAggregatesQueryInternalServerError() *PostCoachingAppointmentsAggregatesQueryInternalServerError
NewPostCoachingAppointmentsAggregatesQueryInternalServerError creates a PostCoachingAppointmentsAggregatesQueryInternalServerError with default headers values
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) Error() string
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query internal server error response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query internal server error response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query internal server error response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query internal server error response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query internal server error response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryInternalServerError) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryInternalServerError) String() string
type PostCoachingAppointmentsAggregatesQueryNotFound ¶
PostCoachingAppointmentsAggregatesQueryNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostCoachingAppointmentsAggregatesQueryNotFound ¶
func NewPostCoachingAppointmentsAggregatesQueryNotFound() *PostCoachingAppointmentsAggregatesQueryNotFound
NewPostCoachingAppointmentsAggregatesQueryNotFound creates a PostCoachingAppointmentsAggregatesQueryNotFound with default headers values
func (*PostCoachingAppointmentsAggregatesQueryNotFound) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) Error() string
func (*PostCoachingAppointmentsAggregatesQueryNotFound) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryNotFound) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query not found response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryNotFound) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query not found response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryNotFound) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query not found response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryNotFound) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query not found response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryNotFound) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query not found response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryNotFound) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryNotFound) String() string
type PostCoachingAppointmentsAggregatesQueryOK ¶
type PostCoachingAppointmentsAggregatesQueryOK struct {
Payload *models.CoachingAppointmentAggregateResponse
}
PostCoachingAppointmentsAggregatesQueryOK describes a response with status code 200, with default header values.
Query completed successfully
func NewPostCoachingAppointmentsAggregatesQueryOK ¶
func NewPostCoachingAppointmentsAggregatesQueryOK() *PostCoachingAppointmentsAggregatesQueryOK
NewPostCoachingAppointmentsAggregatesQueryOK creates a PostCoachingAppointmentsAggregatesQueryOK with default headers values
func (*PostCoachingAppointmentsAggregatesQueryOK) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) Error() string
func (*PostCoachingAppointmentsAggregatesQueryOK) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) GetPayload() *models.CoachingAppointmentAggregateResponse
func (*PostCoachingAppointmentsAggregatesQueryOK) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query o k response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryOK) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query o k response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryOK) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query o k response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryOK) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query o k response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryOK) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query o k response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryOK) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryOK) String() string
type PostCoachingAppointmentsAggregatesQueryParams ¶
type PostCoachingAppointmentsAggregatesQueryParams struct {
/* Body.
Aggregate Request
*/
Body *models.CoachingAppointmentAggregateRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostCoachingAppointmentsAggregatesQueryParams contains all the parameters to send to the API endpoint
for the post coaching appointments aggregates query operation. Typically these are written to a http.Request.
func NewPostCoachingAppointmentsAggregatesQueryParams ¶
func NewPostCoachingAppointmentsAggregatesQueryParams() *PostCoachingAppointmentsAggregatesQueryParams
NewPostCoachingAppointmentsAggregatesQueryParams creates a new PostCoachingAppointmentsAggregatesQueryParams 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 NewPostCoachingAppointmentsAggregatesQueryParamsWithContext ¶
func NewPostCoachingAppointmentsAggregatesQueryParamsWithContext(ctx context.Context) *PostCoachingAppointmentsAggregatesQueryParams
NewPostCoachingAppointmentsAggregatesQueryParamsWithContext creates a new PostCoachingAppointmentsAggregatesQueryParams object with the ability to set a context for a request.
func NewPostCoachingAppointmentsAggregatesQueryParamsWithHTTPClient ¶
func NewPostCoachingAppointmentsAggregatesQueryParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentsAggregatesQueryParams
NewPostCoachingAppointmentsAggregatesQueryParamsWithHTTPClient creates a new PostCoachingAppointmentsAggregatesQueryParams object with the ability to set a custom HTTPClient for a request.
func NewPostCoachingAppointmentsAggregatesQueryParamsWithTimeout ¶
func NewPostCoachingAppointmentsAggregatesQueryParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentsAggregatesQueryParams
NewPostCoachingAppointmentsAggregatesQueryParamsWithTimeout creates a new PostCoachingAppointmentsAggregatesQueryParams object with the ability to set a timeout on a request.
func (*PostCoachingAppointmentsAggregatesQueryParams) SetBody ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) SetBody(body *models.CoachingAppointmentAggregateRequest)
SetBody adds the body to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) SetContext ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) SetContext(ctx context.Context)
SetContext adds the context to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) SetDefaults ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) SetDefaults()
SetDefaults hydrates default values in the post coaching appointments aggregates query params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentsAggregatesQueryParams) SetHTTPClient ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) SetTimeout ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) WithBody ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) WithBody(body *models.CoachingAppointmentAggregateRequest) *PostCoachingAppointmentsAggregatesQueryParams
WithBody adds the body to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) WithContext ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) WithContext(ctx context.Context) *PostCoachingAppointmentsAggregatesQueryParams
WithContext adds the context to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) WithDefaults ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) WithDefaults() *PostCoachingAppointmentsAggregatesQueryParams
WithDefaults hydrates default values in the post coaching appointments aggregates query params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentsAggregatesQueryParams) WithHTTPClient ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentsAggregatesQueryParams
WithHTTPClient adds the HTTPClient to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) WithTimeout ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentsAggregatesQueryParams
WithTimeout adds the timeout to the post coaching appointments aggregates query params
func (*PostCoachingAppointmentsAggregatesQueryParams) WriteToRequest ¶
func (o *PostCoachingAppointmentsAggregatesQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostCoachingAppointmentsAggregatesQueryReader ¶
type PostCoachingAppointmentsAggregatesQueryReader struct {
// contains filtered or unexported fields
}
PostCoachingAppointmentsAggregatesQueryReader is a Reader for the PostCoachingAppointmentsAggregatesQuery structure.
func (*PostCoachingAppointmentsAggregatesQueryReader) ReadResponse ¶
func (o *PostCoachingAppointmentsAggregatesQueryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge ¶
type PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge struct {
Payload *models.ErrorBody
}
PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge ¶
func NewPostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge() *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge
NewPostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge creates a PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge with default headers values
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) Error() string
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query request entity too large response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query request entity too large response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query request entity too large response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query request entity too large response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query request entity too large response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestEntityTooLarge) String() string
type PostCoachingAppointmentsAggregatesQueryRequestTimeout ¶
PostCoachingAppointmentsAggregatesQueryRequestTimeout 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 NewPostCoachingAppointmentsAggregatesQueryRequestTimeout ¶
func NewPostCoachingAppointmentsAggregatesQueryRequestTimeout() *PostCoachingAppointmentsAggregatesQueryRequestTimeout
NewPostCoachingAppointmentsAggregatesQueryRequestTimeout creates a PostCoachingAppointmentsAggregatesQueryRequestTimeout with default headers values
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) Error() string
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query request timeout response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query request timeout response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query request timeout response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query request timeout response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query request timeout response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryRequestTimeout) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryRequestTimeout) String() string
type PostCoachingAppointmentsAggregatesQueryServiceUnavailable ¶
type PostCoachingAppointmentsAggregatesQueryServiceUnavailable struct {
}
PostCoachingAppointmentsAggregatesQueryServiceUnavailable 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 NewPostCoachingAppointmentsAggregatesQueryServiceUnavailable ¶
func NewPostCoachingAppointmentsAggregatesQueryServiceUnavailable() *PostCoachingAppointmentsAggregatesQueryServiceUnavailable
NewPostCoachingAppointmentsAggregatesQueryServiceUnavailable creates a PostCoachingAppointmentsAggregatesQueryServiceUnavailable with default headers values
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) Error() string
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query service unavailable response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query service unavailable response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query service unavailable response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query service unavailable response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query service unavailable response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryServiceUnavailable) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryServiceUnavailable) String() string
type PostCoachingAppointmentsAggregatesQueryTooManyRequests ¶
PostCoachingAppointmentsAggregatesQueryTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostCoachingAppointmentsAggregatesQueryTooManyRequests ¶
func NewPostCoachingAppointmentsAggregatesQueryTooManyRequests() *PostCoachingAppointmentsAggregatesQueryTooManyRequests
NewPostCoachingAppointmentsAggregatesQueryTooManyRequests creates a PostCoachingAppointmentsAggregatesQueryTooManyRequests with default headers values
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) Error() string
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query too many requests response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query too many requests response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query too many requests response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query too many requests response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query too many requests response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryTooManyRequests) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryTooManyRequests) String() string
type PostCoachingAppointmentsAggregatesQueryUnauthorized ¶
type PostCoachingAppointmentsAggregatesQueryUnauthorized struct {
}
PostCoachingAppointmentsAggregatesQueryUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostCoachingAppointmentsAggregatesQueryUnauthorized ¶
func NewPostCoachingAppointmentsAggregatesQueryUnauthorized() *PostCoachingAppointmentsAggregatesQueryUnauthorized
NewPostCoachingAppointmentsAggregatesQueryUnauthorized creates a PostCoachingAppointmentsAggregatesQueryUnauthorized with default headers values
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) Error() string
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query unauthorized response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query unauthorized response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query unauthorized response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query unauthorized response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query unauthorized response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnauthorized) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnauthorized) String() string
type PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType ¶
type PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType struct {
Payload *models.ErrorBody
}
PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType 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 NewPostCoachingAppointmentsAggregatesQueryUnsupportedMediaType ¶
func NewPostCoachingAppointmentsAggregatesQueryUnsupportedMediaType() *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType
NewPostCoachingAppointmentsAggregatesQueryUnsupportedMediaType creates a PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType with default headers values
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) Error ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) Error() string
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) GetPayload ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsClientError ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post coaching appointments aggregates query unsupported media type response has a 4xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsCode ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post coaching appointments aggregates query unsupported media type response a status code equal to that given
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsRedirect ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post coaching appointments aggregates query unsupported media type response has a 3xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsServerError ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post coaching appointments aggregates query unsupported media type response has a 5xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsSuccess ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post coaching appointments aggregates query unsupported media type response has a 2xx status code
func (*PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) String ¶
func (o *PostCoachingAppointmentsAggregatesQueryUnsupportedMediaType) String() string
type PostCoachingAppointmentsBadRequest ¶
PostCoachingAppointmentsBadRequest 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 NewPostCoachingAppointmentsBadRequest ¶
func NewPostCoachingAppointmentsBadRequest() *PostCoachingAppointmentsBadRequest
NewPostCoachingAppointmentsBadRequest creates a PostCoachingAppointmentsBadRequest with default headers values
func (*PostCoachingAppointmentsBadRequest) Error ¶
func (o *PostCoachingAppointmentsBadRequest) Error() string
func (*PostCoachingAppointmentsBadRequest) GetPayload ¶
func (o *PostCoachingAppointmentsBadRequest) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsBadRequest) IsClientError ¶
func (o *PostCoachingAppointmentsBadRequest) IsClientError() bool
IsClientError returns true when this post coaching appointments bad request response has a 4xx status code
func (*PostCoachingAppointmentsBadRequest) IsCode ¶
func (o *PostCoachingAppointmentsBadRequest) IsCode(code int) bool
IsCode returns true when this post coaching appointments bad request response a status code equal to that given
func (*PostCoachingAppointmentsBadRequest) IsRedirect ¶
func (o *PostCoachingAppointmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this post coaching appointments bad request response has a 3xx status code
func (*PostCoachingAppointmentsBadRequest) IsServerError ¶
func (o *PostCoachingAppointmentsBadRequest) IsServerError() bool
IsServerError returns true when this post coaching appointments bad request response has a 5xx status code
func (*PostCoachingAppointmentsBadRequest) IsSuccess ¶
func (o *PostCoachingAppointmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this post coaching appointments bad request response has a 2xx status code
func (*PostCoachingAppointmentsBadRequest) String ¶
func (o *PostCoachingAppointmentsBadRequest) String() string
type PostCoachingAppointmentsConflict ¶
PostCoachingAppointmentsConflict describes a response with status code 409, with default header values.
Conflict
func NewPostCoachingAppointmentsConflict ¶
func NewPostCoachingAppointmentsConflict() *PostCoachingAppointmentsConflict
NewPostCoachingAppointmentsConflict creates a PostCoachingAppointmentsConflict with default headers values
func (*PostCoachingAppointmentsConflict) Error ¶
func (o *PostCoachingAppointmentsConflict) Error() string
func (*PostCoachingAppointmentsConflict) GetPayload ¶
func (o *PostCoachingAppointmentsConflict) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsConflict) IsClientError ¶
func (o *PostCoachingAppointmentsConflict) IsClientError() bool
IsClientError returns true when this post coaching appointments conflict response has a 4xx status code
func (*PostCoachingAppointmentsConflict) IsCode ¶
func (o *PostCoachingAppointmentsConflict) IsCode(code int) bool
IsCode returns true when this post coaching appointments conflict response a status code equal to that given
func (*PostCoachingAppointmentsConflict) IsRedirect ¶
func (o *PostCoachingAppointmentsConflict) IsRedirect() bool
IsRedirect returns true when this post coaching appointments conflict response has a 3xx status code
func (*PostCoachingAppointmentsConflict) IsServerError ¶
func (o *PostCoachingAppointmentsConflict) IsServerError() bool
IsServerError returns true when this post coaching appointments conflict response has a 5xx status code
func (*PostCoachingAppointmentsConflict) IsSuccess ¶
func (o *PostCoachingAppointmentsConflict) IsSuccess() bool
IsSuccess returns true when this post coaching appointments conflict response has a 2xx status code
func (*PostCoachingAppointmentsConflict) String ¶
func (o *PostCoachingAppointmentsConflict) String() string
type PostCoachingAppointmentsCreated ¶
type PostCoachingAppointmentsCreated struct {
Payload *models.CoachingAppointmentResponse
}
PostCoachingAppointmentsCreated describes a response with status code 201, with default header values.
Appointment created
func NewPostCoachingAppointmentsCreated ¶
func NewPostCoachingAppointmentsCreated() *PostCoachingAppointmentsCreated
NewPostCoachingAppointmentsCreated creates a PostCoachingAppointmentsCreated with default headers values
func (*PostCoachingAppointmentsCreated) Error ¶
func (o *PostCoachingAppointmentsCreated) Error() string
func (*PostCoachingAppointmentsCreated) GetPayload ¶
func (o *PostCoachingAppointmentsCreated) GetPayload() *models.CoachingAppointmentResponse
func (*PostCoachingAppointmentsCreated) IsClientError ¶
func (o *PostCoachingAppointmentsCreated) IsClientError() bool
IsClientError returns true when this post coaching appointments created response has a 4xx status code
func (*PostCoachingAppointmentsCreated) IsCode ¶
func (o *PostCoachingAppointmentsCreated) IsCode(code int) bool
IsCode returns true when this post coaching appointments created response a status code equal to that given
func (*PostCoachingAppointmentsCreated) IsRedirect ¶
func (o *PostCoachingAppointmentsCreated) IsRedirect() bool
IsRedirect returns true when this post coaching appointments created response has a 3xx status code
func (*PostCoachingAppointmentsCreated) IsServerError ¶
func (o *PostCoachingAppointmentsCreated) IsServerError() bool
IsServerError returns true when this post coaching appointments created response has a 5xx status code
func (*PostCoachingAppointmentsCreated) IsSuccess ¶
func (o *PostCoachingAppointmentsCreated) IsSuccess() bool
IsSuccess returns true when this post coaching appointments created response has a 2xx status code
func (*PostCoachingAppointmentsCreated) String ¶
func (o *PostCoachingAppointmentsCreated) String() string
type PostCoachingAppointmentsForbidden ¶
PostCoachingAppointmentsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostCoachingAppointmentsForbidden ¶
func NewPostCoachingAppointmentsForbidden() *PostCoachingAppointmentsForbidden
NewPostCoachingAppointmentsForbidden creates a PostCoachingAppointmentsForbidden with default headers values
func (*PostCoachingAppointmentsForbidden) Error ¶
func (o *PostCoachingAppointmentsForbidden) Error() string
func (*PostCoachingAppointmentsForbidden) GetPayload ¶
func (o *PostCoachingAppointmentsForbidden) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsForbidden) IsClientError ¶
func (o *PostCoachingAppointmentsForbidden) IsClientError() bool
IsClientError returns true when this post coaching appointments forbidden response has a 4xx status code
func (*PostCoachingAppointmentsForbidden) IsCode ¶
func (o *PostCoachingAppointmentsForbidden) IsCode(code int) bool
IsCode returns true when this post coaching appointments forbidden response a status code equal to that given
func (*PostCoachingAppointmentsForbidden) IsRedirect ¶
func (o *PostCoachingAppointmentsForbidden) IsRedirect() bool
IsRedirect returns true when this post coaching appointments forbidden response has a 3xx status code
func (*PostCoachingAppointmentsForbidden) IsServerError ¶
func (o *PostCoachingAppointmentsForbidden) IsServerError() bool
IsServerError returns true when this post coaching appointments forbidden response has a 5xx status code
func (*PostCoachingAppointmentsForbidden) IsSuccess ¶
func (o *PostCoachingAppointmentsForbidden) IsSuccess() bool
IsSuccess returns true when this post coaching appointments forbidden response has a 2xx status code
func (*PostCoachingAppointmentsForbidden) String ¶
func (o *PostCoachingAppointmentsForbidden) String() string
type PostCoachingAppointmentsGatewayTimeout ¶
PostCoachingAppointmentsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostCoachingAppointmentsGatewayTimeout ¶
func NewPostCoachingAppointmentsGatewayTimeout() *PostCoachingAppointmentsGatewayTimeout
NewPostCoachingAppointmentsGatewayTimeout creates a PostCoachingAppointmentsGatewayTimeout with default headers values
func (*PostCoachingAppointmentsGatewayTimeout) Error ¶
func (o *PostCoachingAppointmentsGatewayTimeout) Error() string
func (*PostCoachingAppointmentsGatewayTimeout) GetPayload ¶
func (o *PostCoachingAppointmentsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsGatewayTimeout) IsClientError ¶
func (o *PostCoachingAppointmentsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointments gateway timeout response has a 4xx status code
func (*PostCoachingAppointmentsGatewayTimeout) IsCode ¶
func (o *PostCoachingAppointmentsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointments gateway timeout response a status code equal to that given
func (*PostCoachingAppointmentsGatewayTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointments gateway timeout response has a 3xx status code
func (*PostCoachingAppointmentsGatewayTimeout) IsServerError ¶
func (o *PostCoachingAppointmentsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointments gateway timeout response has a 5xx status code
func (*PostCoachingAppointmentsGatewayTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointments gateway timeout response has a 2xx status code
func (*PostCoachingAppointmentsGatewayTimeout) String ¶
func (o *PostCoachingAppointmentsGatewayTimeout) String() string
type PostCoachingAppointmentsInternalServerError ¶
PostCoachingAppointmentsInternalServerError 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 NewPostCoachingAppointmentsInternalServerError ¶
func NewPostCoachingAppointmentsInternalServerError() *PostCoachingAppointmentsInternalServerError
NewPostCoachingAppointmentsInternalServerError creates a PostCoachingAppointmentsInternalServerError with default headers values
func (*PostCoachingAppointmentsInternalServerError) Error ¶
func (o *PostCoachingAppointmentsInternalServerError) Error() string
func (*PostCoachingAppointmentsInternalServerError) GetPayload ¶
func (o *PostCoachingAppointmentsInternalServerError) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsInternalServerError) IsClientError ¶
func (o *PostCoachingAppointmentsInternalServerError) IsClientError() bool
IsClientError returns true when this post coaching appointments internal server error response has a 4xx status code
func (*PostCoachingAppointmentsInternalServerError) IsCode ¶
func (o *PostCoachingAppointmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this post coaching appointments internal server error response a status code equal to that given
func (*PostCoachingAppointmentsInternalServerError) IsRedirect ¶
func (o *PostCoachingAppointmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post coaching appointments internal server error response has a 3xx status code
func (*PostCoachingAppointmentsInternalServerError) IsServerError ¶
func (o *PostCoachingAppointmentsInternalServerError) IsServerError() bool
IsServerError returns true when this post coaching appointments internal server error response has a 5xx status code
func (*PostCoachingAppointmentsInternalServerError) IsSuccess ¶
func (o *PostCoachingAppointmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post coaching appointments internal server error response has a 2xx status code
func (*PostCoachingAppointmentsInternalServerError) String ¶
func (o *PostCoachingAppointmentsInternalServerError) String() string
type PostCoachingAppointmentsNotFound ¶
PostCoachingAppointmentsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostCoachingAppointmentsNotFound ¶
func NewPostCoachingAppointmentsNotFound() *PostCoachingAppointmentsNotFound
NewPostCoachingAppointmentsNotFound creates a PostCoachingAppointmentsNotFound with default headers values
func (*PostCoachingAppointmentsNotFound) Error ¶
func (o *PostCoachingAppointmentsNotFound) Error() string
func (*PostCoachingAppointmentsNotFound) GetPayload ¶
func (o *PostCoachingAppointmentsNotFound) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsNotFound) IsClientError ¶
func (o *PostCoachingAppointmentsNotFound) IsClientError() bool
IsClientError returns true when this post coaching appointments not found response has a 4xx status code
func (*PostCoachingAppointmentsNotFound) IsCode ¶
func (o *PostCoachingAppointmentsNotFound) IsCode(code int) bool
IsCode returns true when this post coaching appointments not found response a status code equal to that given
func (*PostCoachingAppointmentsNotFound) IsRedirect ¶
func (o *PostCoachingAppointmentsNotFound) IsRedirect() bool
IsRedirect returns true when this post coaching appointments not found response has a 3xx status code
func (*PostCoachingAppointmentsNotFound) IsServerError ¶
func (o *PostCoachingAppointmentsNotFound) IsServerError() bool
IsServerError returns true when this post coaching appointments not found response has a 5xx status code
func (*PostCoachingAppointmentsNotFound) IsSuccess ¶
func (o *PostCoachingAppointmentsNotFound) IsSuccess() bool
IsSuccess returns true when this post coaching appointments not found response has a 2xx status code
func (*PostCoachingAppointmentsNotFound) String ¶
func (o *PostCoachingAppointmentsNotFound) String() string
type PostCoachingAppointmentsParams ¶
type PostCoachingAppointmentsParams struct {
/* Body.
The appointment to add
*/
Body *models.CreateCoachingAppointmentRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostCoachingAppointmentsParams contains all the parameters to send to the API endpoint
for the post coaching appointments operation. Typically these are written to a http.Request.
func NewPostCoachingAppointmentsParams ¶
func NewPostCoachingAppointmentsParams() *PostCoachingAppointmentsParams
NewPostCoachingAppointmentsParams creates a new PostCoachingAppointmentsParams 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 NewPostCoachingAppointmentsParamsWithContext ¶
func NewPostCoachingAppointmentsParamsWithContext(ctx context.Context) *PostCoachingAppointmentsParams
NewPostCoachingAppointmentsParamsWithContext creates a new PostCoachingAppointmentsParams object with the ability to set a context for a request.
func NewPostCoachingAppointmentsParamsWithHTTPClient ¶
func NewPostCoachingAppointmentsParamsWithHTTPClient(client *http.Client) *PostCoachingAppointmentsParams
NewPostCoachingAppointmentsParamsWithHTTPClient creates a new PostCoachingAppointmentsParams object with the ability to set a custom HTTPClient for a request.
func NewPostCoachingAppointmentsParamsWithTimeout ¶
func NewPostCoachingAppointmentsParamsWithTimeout(timeout time.Duration) *PostCoachingAppointmentsParams
NewPostCoachingAppointmentsParamsWithTimeout creates a new PostCoachingAppointmentsParams object with the ability to set a timeout on a request.
func (*PostCoachingAppointmentsParams) SetBody ¶
func (o *PostCoachingAppointmentsParams) SetBody(body *models.CreateCoachingAppointmentRequest)
SetBody adds the body to the post coaching appointments params
func (*PostCoachingAppointmentsParams) SetContext ¶
func (o *PostCoachingAppointmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the post coaching appointments params
func (*PostCoachingAppointmentsParams) SetDefaults ¶
func (o *PostCoachingAppointmentsParams) SetDefaults()
SetDefaults hydrates default values in the post coaching appointments params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentsParams) SetHTTPClient ¶
func (o *PostCoachingAppointmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post coaching appointments params
func (*PostCoachingAppointmentsParams) SetTimeout ¶
func (o *PostCoachingAppointmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post coaching appointments params
func (*PostCoachingAppointmentsParams) WithBody ¶
func (o *PostCoachingAppointmentsParams) WithBody(body *models.CreateCoachingAppointmentRequest) *PostCoachingAppointmentsParams
WithBody adds the body to the post coaching appointments params
func (*PostCoachingAppointmentsParams) WithContext ¶
func (o *PostCoachingAppointmentsParams) WithContext(ctx context.Context) *PostCoachingAppointmentsParams
WithContext adds the context to the post coaching appointments params
func (*PostCoachingAppointmentsParams) WithDefaults ¶
func (o *PostCoachingAppointmentsParams) WithDefaults() *PostCoachingAppointmentsParams
WithDefaults hydrates default values in the post coaching appointments params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingAppointmentsParams) WithHTTPClient ¶
func (o *PostCoachingAppointmentsParams) WithHTTPClient(client *http.Client) *PostCoachingAppointmentsParams
WithHTTPClient adds the HTTPClient to the post coaching appointments params
func (*PostCoachingAppointmentsParams) WithTimeout ¶
func (o *PostCoachingAppointmentsParams) WithTimeout(timeout time.Duration) *PostCoachingAppointmentsParams
WithTimeout adds the timeout to the post coaching appointments params
func (*PostCoachingAppointmentsParams) WriteToRequest ¶
func (o *PostCoachingAppointmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostCoachingAppointmentsReader ¶
type PostCoachingAppointmentsReader struct {
// contains filtered or unexported fields
}
PostCoachingAppointmentsReader is a Reader for the PostCoachingAppointments structure.
func (*PostCoachingAppointmentsReader) ReadResponse ¶
func (o *PostCoachingAppointmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostCoachingAppointmentsRequestEntityTooLarge ¶
PostCoachingAppointmentsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostCoachingAppointmentsRequestEntityTooLarge ¶
func NewPostCoachingAppointmentsRequestEntityTooLarge() *PostCoachingAppointmentsRequestEntityTooLarge
NewPostCoachingAppointmentsRequestEntityTooLarge creates a PostCoachingAppointmentsRequestEntityTooLarge with default headers values
func (*PostCoachingAppointmentsRequestEntityTooLarge) Error ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) Error() string
func (*PostCoachingAppointmentsRequestEntityTooLarge) GetPayload ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsRequestEntityTooLarge) IsClientError ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post coaching appointments request entity too large response has a 4xx status code
func (*PostCoachingAppointmentsRequestEntityTooLarge) IsCode ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post coaching appointments request entity too large response a status code equal to that given
func (*PostCoachingAppointmentsRequestEntityTooLarge) IsRedirect ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post coaching appointments request entity too large response has a 3xx status code
func (*PostCoachingAppointmentsRequestEntityTooLarge) IsServerError ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post coaching appointments request entity too large response has a 5xx status code
func (*PostCoachingAppointmentsRequestEntityTooLarge) IsSuccess ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post coaching appointments request entity too large response has a 2xx status code
func (*PostCoachingAppointmentsRequestEntityTooLarge) String ¶
func (o *PostCoachingAppointmentsRequestEntityTooLarge) String() string
type PostCoachingAppointmentsRequestTimeout ¶
PostCoachingAppointmentsRequestTimeout 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 NewPostCoachingAppointmentsRequestTimeout ¶
func NewPostCoachingAppointmentsRequestTimeout() *PostCoachingAppointmentsRequestTimeout
NewPostCoachingAppointmentsRequestTimeout creates a PostCoachingAppointmentsRequestTimeout with default headers values
func (*PostCoachingAppointmentsRequestTimeout) Error ¶
func (o *PostCoachingAppointmentsRequestTimeout) Error() string
func (*PostCoachingAppointmentsRequestTimeout) GetPayload ¶
func (o *PostCoachingAppointmentsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsRequestTimeout) IsClientError ¶
func (o *PostCoachingAppointmentsRequestTimeout) IsClientError() bool
IsClientError returns true when this post coaching appointments request timeout response has a 4xx status code
func (*PostCoachingAppointmentsRequestTimeout) IsCode ¶
func (o *PostCoachingAppointmentsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post coaching appointments request timeout response a status code equal to that given
func (*PostCoachingAppointmentsRequestTimeout) IsRedirect ¶
func (o *PostCoachingAppointmentsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching appointments request timeout response has a 3xx status code
func (*PostCoachingAppointmentsRequestTimeout) IsServerError ¶
func (o *PostCoachingAppointmentsRequestTimeout) IsServerError() bool
IsServerError returns true when this post coaching appointments request timeout response has a 5xx status code
func (*PostCoachingAppointmentsRequestTimeout) IsSuccess ¶
func (o *PostCoachingAppointmentsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching appointments request timeout response has a 2xx status code
func (*PostCoachingAppointmentsRequestTimeout) String ¶
func (o *PostCoachingAppointmentsRequestTimeout) String() string
type PostCoachingAppointmentsServiceUnavailable ¶
type PostCoachingAppointmentsServiceUnavailable struct {
}
PostCoachingAppointmentsServiceUnavailable 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 NewPostCoachingAppointmentsServiceUnavailable ¶
func NewPostCoachingAppointmentsServiceUnavailable() *PostCoachingAppointmentsServiceUnavailable
NewPostCoachingAppointmentsServiceUnavailable creates a PostCoachingAppointmentsServiceUnavailable with default headers values
func (*PostCoachingAppointmentsServiceUnavailable) Error ¶
func (o *PostCoachingAppointmentsServiceUnavailable) Error() string
func (*PostCoachingAppointmentsServiceUnavailable) GetPayload ¶
func (o *PostCoachingAppointmentsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsServiceUnavailable) IsClientError ¶
func (o *PostCoachingAppointmentsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post coaching appointments service unavailable response has a 4xx status code
func (*PostCoachingAppointmentsServiceUnavailable) IsCode ¶
func (o *PostCoachingAppointmentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post coaching appointments service unavailable response a status code equal to that given
func (*PostCoachingAppointmentsServiceUnavailable) IsRedirect ¶
func (o *PostCoachingAppointmentsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post coaching appointments service unavailable response has a 3xx status code
func (*PostCoachingAppointmentsServiceUnavailable) IsServerError ¶
func (o *PostCoachingAppointmentsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post coaching appointments service unavailable response has a 5xx status code
func (*PostCoachingAppointmentsServiceUnavailable) IsSuccess ¶
func (o *PostCoachingAppointmentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post coaching appointments service unavailable response has a 2xx status code
func (*PostCoachingAppointmentsServiceUnavailable) String ¶
func (o *PostCoachingAppointmentsServiceUnavailable) String() string
type PostCoachingAppointmentsTooManyRequests ¶
PostCoachingAppointmentsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostCoachingAppointmentsTooManyRequests ¶
func NewPostCoachingAppointmentsTooManyRequests() *PostCoachingAppointmentsTooManyRequests
NewPostCoachingAppointmentsTooManyRequests creates a PostCoachingAppointmentsTooManyRequests with default headers values
func (*PostCoachingAppointmentsTooManyRequests) Error ¶
func (o *PostCoachingAppointmentsTooManyRequests) Error() string
func (*PostCoachingAppointmentsTooManyRequests) GetPayload ¶
func (o *PostCoachingAppointmentsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsTooManyRequests) IsClientError ¶
func (o *PostCoachingAppointmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this post coaching appointments too many requests response has a 4xx status code
func (*PostCoachingAppointmentsTooManyRequests) IsCode ¶
func (o *PostCoachingAppointmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post coaching appointments too many requests response a status code equal to that given
func (*PostCoachingAppointmentsTooManyRequests) IsRedirect ¶
func (o *PostCoachingAppointmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post coaching appointments too many requests response has a 3xx status code
func (*PostCoachingAppointmentsTooManyRequests) IsServerError ¶
func (o *PostCoachingAppointmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this post coaching appointments too many requests response has a 5xx status code
func (*PostCoachingAppointmentsTooManyRequests) IsSuccess ¶
func (o *PostCoachingAppointmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post coaching appointments too many requests response has a 2xx status code
func (*PostCoachingAppointmentsTooManyRequests) String ¶
func (o *PostCoachingAppointmentsTooManyRequests) String() string
type PostCoachingAppointmentsUnauthorized ¶
type PostCoachingAppointmentsUnauthorized struct {
}
PostCoachingAppointmentsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostCoachingAppointmentsUnauthorized ¶
func NewPostCoachingAppointmentsUnauthorized() *PostCoachingAppointmentsUnauthorized
NewPostCoachingAppointmentsUnauthorized creates a PostCoachingAppointmentsUnauthorized with default headers values
func (*PostCoachingAppointmentsUnauthorized) Error ¶
func (o *PostCoachingAppointmentsUnauthorized) Error() string
func (*PostCoachingAppointmentsUnauthorized) GetPayload ¶
func (o *PostCoachingAppointmentsUnauthorized) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsUnauthorized) IsClientError ¶
func (o *PostCoachingAppointmentsUnauthorized) IsClientError() bool
IsClientError returns true when this post coaching appointments unauthorized response has a 4xx status code
func (*PostCoachingAppointmentsUnauthorized) IsCode ¶
func (o *PostCoachingAppointmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this post coaching appointments unauthorized response a status code equal to that given
func (*PostCoachingAppointmentsUnauthorized) IsRedirect ¶
func (o *PostCoachingAppointmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post coaching appointments unauthorized response has a 3xx status code
func (*PostCoachingAppointmentsUnauthorized) IsServerError ¶
func (o *PostCoachingAppointmentsUnauthorized) IsServerError() bool
IsServerError returns true when this post coaching appointments unauthorized response has a 5xx status code
func (*PostCoachingAppointmentsUnauthorized) IsSuccess ¶
func (o *PostCoachingAppointmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post coaching appointments unauthorized response has a 2xx status code
func (*PostCoachingAppointmentsUnauthorized) String ¶
func (o *PostCoachingAppointmentsUnauthorized) String() string
type PostCoachingAppointmentsUnsupportedMediaType ¶
PostCoachingAppointmentsUnsupportedMediaType 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 NewPostCoachingAppointmentsUnsupportedMediaType ¶
func NewPostCoachingAppointmentsUnsupportedMediaType() *PostCoachingAppointmentsUnsupportedMediaType
NewPostCoachingAppointmentsUnsupportedMediaType creates a PostCoachingAppointmentsUnsupportedMediaType with default headers values
func (*PostCoachingAppointmentsUnsupportedMediaType) Error ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) Error() string
func (*PostCoachingAppointmentsUnsupportedMediaType) GetPayload ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostCoachingAppointmentsUnsupportedMediaType) IsClientError ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post coaching appointments unsupported media type response has a 4xx status code
func (*PostCoachingAppointmentsUnsupportedMediaType) IsCode ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post coaching appointments unsupported media type response a status code equal to that given
func (*PostCoachingAppointmentsUnsupportedMediaType) IsRedirect ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post coaching appointments unsupported media type response has a 3xx status code
func (*PostCoachingAppointmentsUnsupportedMediaType) IsServerError ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post coaching appointments unsupported media type response has a 5xx status code
func (*PostCoachingAppointmentsUnsupportedMediaType) IsSuccess ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post coaching appointments unsupported media type response has a 2xx status code
func (*PostCoachingAppointmentsUnsupportedMediaType) String ¶
func (o *PostCoachingAppointmentsUnsupportedMediaType) String() string
type PostCoachingScheduleslotsQueryBadRequest ¶
PostCoachingScheduleslotsQueryBadRequest 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 NewPostCoachingScheduleslotsQueryBadRequest ¶
func NewPostCoachingScheduleslotsQueryBadRequest() *PostCoachingScheduleslotsQueryBadRequest
NewPostCoachingScheduleslotsQueryBadRequest creates a PostCoachingScheduleslotsQueryBadRequest with default headers values
func (*PostCoachingScheduleslotsQueryBadRequest) Error ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) Error() string
func (*PostCoachingScheduleslotsQueryBadRequest) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryBadRequest) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query bad request response has a 4xx status code
func (*PostCoachingScheduleslotsQueryBadRequest) IsCode ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query bad request response a status code equal to that given
func (*PostCoachingScheduleslotsQueryBadRequest) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query bad request response has a 3xx status code
func (*PostCoachingScheduleslotsQueryBadRequest) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query bad request response has a 5xx status code
func (*PostCoachingScheduleslotsQueryBadRequest) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query bad request response has a 2xx status code
func (*PostCoachingScheduleslotsQueryBadRequest) String ¶
func (o *PostCoachingScheduleslotsQueryBadRequest) String() string
type PostCoachingScheduleslotsQueryForbidden ¶
PostCoachingScheduleslotsQueryForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostCoachingScheduleslotsQueryForbidden ¶
func NewPostCoachingScheduleslotsQueryForbidden() *PostCoachingScheduleslotsQueryForbidden
NewPostCoachingScheduleslotsQueryForbidden creates a PostCoachingScheduleslotsQueryForbidden with default headers values
func (*PostCoachingScheduleslotsQueryForbidden) Error ¶
func (o *PostCoachingScheduleslotsQueryForbidden) Error() string
func (*PostCoachingScheduleslotsQueryForbidden) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryForbidden) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryForbidden) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryForbidden) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query forbidden response has a 4xx status code
func (*PostCoachingScheduleslotsQueryForbidden) IsCode ¶
func (o *PostCoachingScheduleslotsQueryForbidden) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query forbidden response a status code equal to that given
func (*PostCoachingScheduleslotsQueryForbidden) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryForbidden) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query forbidden response has a 3xx status code
func (*PostCoachingScheduleslotsQueryForbidden) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryForbidden) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query forbidden response has a 5xx status code
func (*PostCoachingScheduleslotsQueryForbidden) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryForbidden) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query forbidden response has a 2xx status code
func (*PostCoachingScheduleslotsQueryForbidden) String ¶
func (o *PostCoachingScheduleslotsQueryForbidden) String() string
type PostCoachingScheduleslotsQueryGatewayTimeout ¶
PostCoachingScheduleslotsQueryGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostCoachingScheduleslotsQueryGatewayTimeout ¶
func NewPostCoachingScheduleslotsQueryGatewayTimeout() *PostCoachingScheduleslotsQueryGatewayTimeout
NewPostCoachingScheduleslotsQueryGatewayTimeout creates a PostCoachingScheduleslotsQueryGatewayTimeout with default headers values
func (*PostCoachingScheduleslotsQueryGatewayTimeout) Error ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) Error() string
func (*PostCoachingScheduleslotsQueryGatewayTimeout) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryGatewayTimeout) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query gateway timeout response has a 4xx status code
func (*PostCoachingScheduleslotsQueryGatewayTimeout) IsCode ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query gateway timeout response a status code equal to that given
func (*PostCoachingScheduleslotsQueryGatewayTimeout) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query gateway timeout response has a 3xx status code
func (*PostCoachingScheduleslotsQueryGatewayTimeout) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query gateway timeout response has a 5xx status code
func (*PostCoachingScheduleslotsQueryGatewayTimeout) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query gateway timeout response has a 2xx status code
func (*PostCoachingScheduleslotsQueryGatewayTimeout) String ¶
func (o *PostCoachingScheduleslotsQueryGatewayTimeout) String() string
type PostCoachingScheduleslotsQueryInternalServerError ¶
PostCoachingScheduleslotsQueryInternalServerError 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 NewPostCoachingScheduleslotsQueryInternalServerError ¶
func NewPostCoachingScheduleslotsQueryInternalServerError() *PostCoachingScheduleslotsQueryInternalServerError
NewPostCoachingScheduleslotsQueryInternalServerError creates a PostCoachingScheduleslotsQueryInternalServerError with default headers values
func (*PostCoachingScheduleslotsQueryInternalServerError) Error ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) Error() string
func (*PostCoachingScheduleslotsQueryInternalServerError) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryInternalServerError) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query internal server error response has a 4xx status code
func (*PostCoachingScheduleslotsQueryInternalServerError) IsCode ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query internal server error response a status code equal to that given
func (*PostCoachingScheduleslotsQueryInternalServerError) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query internal server error response has a 3xx status code
func (*PostCoachingScheduleslotsQueryInternalServerError) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query internal server error response has a 5xx status code
func (*PostCoachingScheduleslotsQueryInternalServerError) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query internal server error response has a 2xx status code
func (*PostCoachingScheduleslotsQueryInternalServerError) String ¶
func (o *PostCoachingScheduleslotsQueryInternalServerError) String() string
type PostCoachingScheduleslotsQueryNotFound ¶
PostCoachingScheduleslotsQueryNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostCoachingScheduleslotsQueryNotFound ¶
func NewPostCoachingScheduleslotsQueryNotFound() *PostCoachingScheduleslotsQueryNotFound
NewPostCoachingScheduleslotsQueryNotFound creates a PostCoachingScheduleslotsQueryNotFound with default headers values
func (*PostCoachingScheduleslotsQueryNotFound) Error ¶
func (o *PostCoachingScheduleslotsQueryNotFound) Error() string
func (*PostCoachingScheduleslotsQueryNotFound) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryNotFound) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryNotFound) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryNotFound) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query not found response has a 4xx status code
func (*PostCoachingScheduleslotsQueryNotFound) IsCode ¶
func (o *PostCoachingScheduleslotsQueryNotFound) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query not found response a status code equal to that given
func (*PostCoachingScheduleslotsQueryNotFound) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryNotFound) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query not found response has a 3xx status code
func (*PostCoachingScheduleslotsQueryNotFound) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryNotFound) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query not found response has a 5xx status code
func (*PostCoachingScheduleslotsQueryNotFound) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryNotFound) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query not found response has a 2xx status code
func (*PostCoachingScheduleslotsQueryNotFound) String ¶
func (o *PostCoachingScheduleslotsQueryNotFound) String() string
type PostCoachingScheduleslotsQueryOK ¶
type PostCoachingScheduleslotsQueryOK struct {
Payload *models.CoachingSlotsResponse
}
PostCoachingScheduleslotsQueryOK describes a response with status code 200, with default header values.
Coaching slots retrieved
func NewPostCoachingScheduleslotsQueryOK ¶
func NewPostCoachingScheduleslotsQueryOK() *PostCoachingScheduleslotsQueryOK
NewPostCoachingScheduleslotsQueryOK creates a PostCoachingScheduleslotsQueryOK with default headers values
func (*PostCoachingScheduleslotsQueryOK) Error ¶
func (o *PostCoachingScheduleslotsQueryOK) Error() string
func (*PostCoachingScheduleslotsQueryOK) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryOK) GetPayload() *models.CoachingSlotsResponse
func (*PostCoachingScheduleslotsQueryOK) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryOK) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query o k response has a 4xx status code
func (*PostCoachingScheduleslotsQueryOK) IsCode ¶
func (o *PostCoachingScheduleslotsQueryOK) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query o k response a status code equal to that given
func (*PostCoachingScheduleslotsQueryOK) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryOK) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query o k response has a 3xx status code
func (*PostCoachingScheduleslotsQueryOK) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryOK) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query o k response has a 5xx status code
func (*PostCoachingScheduleslotsQueryOK) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryOK) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query o k response has a 2xx status code
func (*PostCoachingScheduleslotsQueryOK) String ¶
func (o *PostCoachingScheduleslotsQueryOK) String() string
type PostCoachingScheduleslotsQueryParams ¶
type PostCoachingScheduleslotsQueryParams struct {
/* Body.
The slot search request
*/
Body *models.CoachingSlotsRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostCoachingScheduleslotsQueryParams contains all the parameters to send to the API endpoint
for the post coaching scheduleslots query operation. Typically these are written to a http.Request.
func NewPostCoachingScheduleslotsQueryParams ¶
func NewPostCoachingScheduleslotsQueryParams() *PostCoachingScheduleslotsQueryParams
NewPostCoachingScheduleslotsQueryParams creates a new PostCoachingScheduleslotsQueryParams 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 NewPostCoachingScheduleslotsQueryParamsWithContext ¶
func NewPostCoachingScheduleslotsQueryParamsWithContext(ctx context.Context) *PostCoachingScheduleslotsQueryParams
NewPostCoachingScheduleslotsQueryParamsWithContext creates a new PostCoachingScheduleslotsQueryParams object with the ability to set a context for a request.
func NewPostCoachingScheduleslotsQueryParamsWithHTTPClient ¶
func NewPostCoachingScheduleslotsQueryParamsWithHTTPClient(client *http.Client) *PostCoachingScheduleslotsQueryParams
NewPostCoachingScheduleslotsQueryParamsWithHTTPClient creates a new PostCoachingScheduleslotsQueryParams object with the ability to set a custom HTTPClient for a request.
func NewPostCoachingScheduleslotsQueryParamsWithTimeout ¶
func NewPostCoachingScheduleslotsQueryParamsWithTimeout(timeout time.Duration) *PostCoachingScheduleslotsQueryParams
NewPostCoachingScheduleslotsQueryParamsWithTimeout creates a new PostCoachingScheduleslotsQueryParams object with the ability to set a timeout on a request.
func (*PostCoachingScheduleslotsQueryParams) SetBody ¶
func (o *PostCoachingScheduleslotsQueryParams) SetBody(body *models.CoachingSlotsRequest)
SetBody adds the body to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) SetContext ¶
func (o *PostCoachingScheduleslotsQueryParams) SetContext(ctx context.Context)
SetContext adds the context to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) SetDefaults ¶
func (o *PostCoachingScheduleslotsQueryParams) SetDefaults()
SetDefaults hydrates default values in the post coaching scheduleslots query params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingScheduleslotsQueryParams) SetHTTPClient ¶
func (o *PostCoachingScheduleslotsQueryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) SetTimeout ¶
func (o *PostCoachingScheduleslotsQueryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) WithBody ¶
func (o *PostCoachingScheduleslotsQueryParams) WithBody(body *models.CoachingSlotsRequest) *PostCoachingScheduleslotsQueryParams
WithBody adds the body to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) WithContext ¶
func (o *PostCoachingScheduleslotsQueryParams) WithContext(ctx context.Context) *PostCoachingScheduleslotsQueryParams
WithContext adds the context to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) WithDefaults ¶
func (o *PostCoachingScheduleslotsQueryParams) WithDefaults() *PostCoachingScheduleslotsQueryParams
WithDefaults hydrates default values in the post coaching scheduleslots query params (not the query body).
All values with no default are reset to their zero value.
func (*PostCoachingScheduleslotsQueryParams) WithHTTPClient ¶
func (o *PostCoachingScheduleslotsQueryParams) WithHTTPClient(client *http.Client) *PostCoachingScheduleslotsQueryParams
WithHTTPClient adds the HTTPClient to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) WithTimeout ¶
func (o *PostCoachingScheduleslotsQueryParams) WithTimeout(timeout time.Duration) *PostCoachingScheduleslotsQueryParams
WithTimeout adds the timeout to the post coaching scheduleslots query params
func (*PostCoachingScheduleslotsQueryParams) WriteToRequest ¶
func (o *PostCoachingScheduleslotsQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostCoachingScheduleslotsQueryReader ¶
type PostCoachingScheduleslotsQueryReader struct {
// contains filtered or unexported fields
}
PostCoachingScheduleslotsQueryReader is a Reader for the PostCoachingScheduleslotsQuery structure.
func (*PostCoachingScheduleslotsQueryReader) ReadResponse ¶
func (o *PostCoachingScheduleslotsQueryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostCoachingScheduleslotsQueryRequestEntityTooLarge ¶
PostCoachingScheduleslotsQueryRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostCoachingScheduleslotsQueryRequestEntityTooLarge ¶
func NewPostCoachingScheduleslotsQueryRequestEntityTooLarge() *PostCoachingScheduleslotsQueryRequestEntityTooLarge
NewPostCoachingScheduleslotsQueryRequestEntityTooLarge creates a PostCoachingScheduleslotsQueryRequestEntityTooLarge with default headers values
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) Error ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) Error() string
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query request entity too large response has a 4xx status code
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsCode ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query request entity too large response a status code equal to that given
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query request entity too large response has a 3xx status code
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query request entity too large response has a 5xx status code
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query request entity too large response has a 2xx status code
func (*PostCoachingScheduleslotsQueryRequestEntityTooLarge) String ¶
func (o *PostCoachingScheduleslotsQueryRequestEntityTooLarge) String() string
type PostCoachingScheduleslotsQueryRequestTimeout ¶
PostCoachingScheduleslotsQueryRequestTimeout 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 NewPostCoachingScheduleslotsQueryRequestTimeout ¶
func NewPostCoachingScheduleslotsQueryRequestTimeout() *PostCoachingScheduleslotsQueryRequestTimeout
NewPostCoachingScheduleslotsQueryRequestTimeout creates a PostCoachingScheduleslotsQueryRequestTimeout with default headers values
func (*PostCoachingScheduleslotsQueryRequestTimeout) Error ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) Error() string
func (*PostCoachingScheduleslotsQueryRequestTimeout) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryRequestTimeout) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query request timeout response has a 4xx status code
func (*PostCoachingScheduleslotsQueryRequestTimeout) IsCode ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query request timeout response a status code equal to that given
func (*PostCoachingScheduleslotsQueryRequestTimeout) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query request timeout response has a 3xx status code
func (*PostCoachingScheduleslotsQueryRequestTimeout) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query request timeout response has a 5xx status code
func (*PostCoachingScheduleslotsQueryRequestTimeout) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query request timeout response has a 2xx status code
func (*PostCoachingScheduleslotsQueryRequestTimeout) String ¶
func (o *PostCoachingScheduleslotsQueryRequestTimeout) String() string
type PostCoachingScheduleslotsQueryServiceUnavailable ¶
type PostCoachingScheduleslotsQueryServiceUnavailable struct {
}
PostCoachingScheduleslotsQueryServiceUnavailable 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 NewPostCoachingScheduleslotsQueryServiceUnavailable ¶
func NewPostCoachingScheduleslotsQueryServiceUnavailable() *PostCoachingScheduleslotsQueryServiceUnavailable
NewPostCoachingScheduleslotsQueryServiceUnavailable creates a PostCoachingScheduleslotsQueryServiceUnavailable with default headers values
func (*PostCoachingScheduleslotsQueryServiceUnavailable) Error ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) Error() string
func (*PostCoachingScheduleslotsQueryServiceUnavailable) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryServiceUnavailable) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query service unavailable response has a 4xx status code
func (*PostCoachingScheduleslotsQueryServiceUnavailable) IsCode ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query service unavailable response a status code equal to that given
func (*PostCoachingScheduleslotsQueryServiceUnavailable) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query service unavailable response has a 3xx status code
func (*PostCoachingScheduleslotsQueryServiceUnavailable) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query service unavailable response has a 5xx status code
func (*PostCoachingScheduleslotsQueryServiceUnavailable) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query service unavailable response has a 2xx status code
func (*PostCoachingScheduleslotsQueryServiceUnavailable) String ¶
func (o *PostCoachingScheduleslotsQueryServiceUnavailable) String() string
type PostCoachingScheduleslotsQueryTooManyRequests ¶
PostCoachingScheduleslotsQueryTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostCoachingScheduleslotsQueryTooManyRequests ¶
func NewPostCoachingScheduleslotsQueryTooManyRequests() *PostCoachingScheduleslotsQueryTooManyRequests
NewPostCoachingScheduleslotsQueryTooManyRequests creates a PostCoachingScheduleslotsQueryTooManyRequests with default headers values
func (*PostCoachingScheduleslotsQueryTooManyRequests) Error ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) Error() string
func (*PostCoachingScheduleslotsQueryTooManyRequests) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryTooManyRequests) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query too many requests response has a 4xx status code
func (*PostCoachingScheduleslotsQueryTooManyRequests) IsCode ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query too many requests response a status code equal to that given
func (*PostCoachingScheduleslotsQueryTooManyRequests) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query too many requests response has a 3xx status code
func (*PostCoachingScheduleslotsQueryTooManyRequests) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query too many requests response has a 5xx status code
func (*PostCoachingScheduleslotsQueryTooManyRequests) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query too many requests response has a 2xx status code
func (*PostCoachingScheduleslotsQueryTooManyRequests) String ¶
func (o *PostCoachingScheduleslotsQueryTooManyRequests) String() string
type PostCoachingScheduleslotsQueryUnauthorized ¶
type PostCoachingScheduleslotsQueryUnauthorized struct {
}
PostCoachingScheduleslotsQueryUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostCoachingScheduleslotsQueryUnauthorized ¶
func NewPostCoachingScheduleslotsQueryUnauthorized() *PostCoachingScheduleslotsQueryUnauthorized
NewPostCoachingScheduleslotsQueryUnauthorized creates a PostCoachingScheduleslotsQueryUnauthorized with default headers values
func (*PostCoachingScheduleslotsQueryUnauthorized) Error ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) Error() string
func (*PostCoachingScheduleslotsQueryUnauthorized) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryUnauthorized) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query unauthorized response has a 4xx status code
func (*PostCoachingScheduleslotsQueryUnauthorized) IsCode ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query unauthorized response a status code equal to that given
func (*PostCoachingScheduleslotsQueryUnauthorized) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query unauthorized response has a 3xx status code
func (*PostCoachingScheduleslotsQueryUnauthorized) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query unauthorized response has a 5xx status code
func (*PostCoachingScheduleslotsQueryUnauthorized) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query unauthorized response has a 2xx status code
func (*PostCoachingScheduleslotsQueryUnauthorized) String ¶
func (o *PostCoachingScheduleslotsQueryUnauthorized) String() string
type PostCoachingScheduleslotsQueryUnsupportedMediaType ¶
PostCoachingScheduleslotsQueryUnsupportedMediaType 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 NewPostCoachingScheduleslotsQueryUnsupportedMediaType ¶
func NewPostCoachingScheduleslotsQueryUnsupportedMediaType() *PostCoachingScheduleslotsQueryUnsupportedMediaType
NewPostCoachingScheduleslotsQueryUnsupportedMediaType creates a PostCoachingScheduleslotsQueryUnsupportedMediaType with default headers values
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) Error ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) Error() string
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) GetPayload ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) IsClientError ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post coaching scheduleslots query unsupported media type response has a 4xx status code
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) IsCode ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post coaching scheduleslots query unsupported media type response a status code equal to that given
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) IsRedirect ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post coaching scheduleslots query unsupported media type response has a 3xx status code
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) IsServerError ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post coaching scheduleslots query unsupported media type response has a 5xx status code
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) IsSuccess ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post coaching scheduleslots query unsupported media type response has a 2xx status code
func (*PostCoachingScheduleslotsQueryUnsupportedMediaType) String ¶
func (o *PostCoachingScheduleslotsQueryUnsupportedMediaType) String() string
Source Files
¶
- coaching_client.go
- delete_coaching_appointment_annotation_parameters.go
- delete_coaching_appointment_annotation_responses.go
- delete_coaching_appointment_parameters.go
- delete_coaching_appointment_responses.go
- get_coaching_appointment_annotation_parameters.go
- get_coaching_appointment_annotation_responses.go
- get_coaching_appointment_annotations_parameters.go
- get_coaching_appointment_annotations_responses.go
- get_coaching_appointment_parameters.go
- get_coaching_appointment_responses.go
- get_coaching_appointment_statuses_parameters.go
- get_coaching_appointment_statuses_responses.go
- get_coaching_appointments_me_parameters.go
- get_coaching_appointments_me_responses.go
- get_coaching_appointments_parameters.go
- get_coaching_appointments_responses.go
- get_coaching_notification_parameters.go
- get_coaching_notification_responses.go
- get_coaching_notifications_parameters.go
- get_coaching_notifications_responses.go
- patch_coaching_appointment_annotation_parameters.go
- patch_coaching_appointment_annotation_responses.go
- patch_coaching_appointment_parameters.go
- patch_coaching_appointment_responses.go
- patch_coaching_appointment_status_parameters.go
- patch_coaching_appointment_status_responses.go
- patch_coaching_notification_parameters.go
- patch_coaching_notification_responses.go
- post_coaching_appointment_annotations_parameters.go
- post_coaching_appointment_annotations_responses.go
- post_coaching_appointment_conversations_parameters.go
- post_coaching_appointment_conversations_responses.go
- post_coaching_appointments_aggregates_query_parameters.go
- post_coaching_appointments_aggregates_query_responses.go
- post_coaching_appointments_parameters.go
- post_coaching_appointments_responses.go
- post_coaching_scheduleslots_query_parameters.go
- post_coaching_scheduleslots_query_responses.go