Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteJourneyActionmap(ctx context.Context, params *DeleteJourneyActionmapParams) (*DeleteJourneyActionmapNoContent, error)
- func (a *Client) DeleteJourneyActiontemplate(ctx context.Context, params *DeleteJourneyActiontemplateParams) (*DeleteJourneyActiontemplateNoContent, error)
- func (a *Client) DeleteJourneyOutcome(ctx context.Context, params *DeleteJourneyOutcomeParams) (*DeleteJourneyOutcomeNoContent, error)
- func (a *Client) DeleteJourneyOutcomesPredictor(ctx context.Context, params *DeleteJourneyOutcomesPredictorParams) (*DeleteJourneyOutcomesPredictorNoContent, error)
- func (a *Client) DeleteJourneySegment(ctx context.Context, params *DeleteJourneySegmentParams) (*DeleteJourneySegmentNoContent, error)
- func (a *Client) GetJourneyActionmap(ctx context.Context, params *GetJourneyActionmapParams) (*GetJourneyActionmapOK, error)
- func (a *Client) GetJourneyActionmaps(ctx context.Context, params *GetJourneyActionmapsParams) (*GetJourneyActionmapsOK, error)
- func (a *Client) GetJourneyActionmapsEstimatesJob(ctx context.Context, params *GetJourneyActionmapsEstimatesJobParams) (*GetJourneyActionmapsEstimatesJobOK, *GetJourneyActionmapsEstimatesJobAccepted, ...)
- func (a *Client) GetJourneyActionmapsEstimatesJobResults(ctx context.Context, params *GetJourneyActionmapsEstimatesJobResultsParams) (*GetJourneyActionmapsEstimatesJobResultsOK, error)
- func (a *Client) GetJourneyActiontarget(ctx context.Context, params *GetJourneyActiontargetParams) (*GetJourneyActiontargetOK, error)
- func (a *Client) GetJourneyActiontargets(ctx context.Context, params *GetJourneyActiontargetsParams) (*GetJourneyActiontargetsOK, error)
- func (a *Client) GetJourneyActiontemplate(ctx context.Context, params *GetJourneyActiontemplateParams) (*GetJourneyActiontemplateOK, error)
- func (a *Client) GetJourneyActiontemplates(ctx context.Context, params *GetJourneyActiontemplatesParams) (*GetJourneyActiontemplatesOK, error)
- func (a *Client) GetJourneyOutcome(ctx context.Context, params *GetJourneyOutcomeParams) (*GetJourneyOutcomeOK, error)
- func (a *Client) GetJourneyOutcomes(ctx context.Context, params *GetJourneyOutcomesParams) (*GetJourneyOutcomesOK, error)
- func (a *Client) GetJourneyOutcomesPredictor(ctx context.Context, params *GetJourneyOutcomesPredictorParams) (*GetJourneyOutcomesPredictorOK, error)
- func (a *Client) GetJourneyOutcomesPredictors(ctx context.Context, params *GetJourneyOutcomesPredictorsParams) (*GetJourneyOutcomesPredictorsOK, error)
- func (a *Client) GetJourneySegment(ctx context.Context, params *GetJourneySegmentParams) (*GetJourneySegmentOK, error)
- func (a *Client) GetJourneySegments(ctx context.Context, params *GetJourneySegmentsParams) (*GetJourneySegmentsOK, error)
- func (a *Client) GetJourneySession(ctx context.Context, params *GetJourneySessionParams) (*GetJourneySessionOK, error)
- func (a *Client) GetJourneySessionOutcomescores(ctx context.Context, params *GetJourneySessionOutcomescoresParams) (*GetJourneySessionOutcomescoresOK, error)
- func (a *Client) PatchJourneyActionmap(ctx context.Context, params *PatchJourneyActionmapParams) (*PatchJourneyActionmapOK, error)
- func (a *Client) PatchJourneyActiontarget(ctx context.Context, params *PatchJourneyActiontargetParams) (*PatchJourneyActiontargetOK, error)
- func (a *Client) PatchJourneyActiontemplate(ctx context.Context, params *PatchJourneyActiontemplateParams) (*PatchJourneyActiontemplateOK, error)
- func (a *Client) PatchJourneyOutcome(ctx context.Context, params *PatchJourneyOutcomeParams) (*PatchJourneyOutcomeOK, error)
- func (a *Client) PatchJourneySegment(ctx context.Context, params *PatchJourneySegmentParams) (*PatchJourneySegmentOK, error)
- func (a *Client) PostJourneyActionmaps(ctx context.Context, params *PostJourneyActionmapsParams) (*PostJourneyActionmapsOK, *PostJourneyActionmapsCreated, error)
- func (a *Client) PostJourneyActionmapsEstimatesJobs(ctx context.Context, params *PostJourneyActionmapsEstimatesJobsParams) (*PostJourneyActionmapsEstimatesJobsAccepted, error)
- func (a *Client) PostJourneyActiontemplates(ctx context.Context, params *PostJourneyActiontemplatesParams) (*PostJourneyActiontemplatesOK, *PostJourneyActiontemplatesCreated, error)
- func (a *Client) PostJourneyOutcomes(ctx context.Context, params *PostJourneyOutcomesParams) (*PostJourneyOutcomesOK, *PostJourneyOutcomesCreated, error)
- func (a *Client) PostJourneyOutcomesPredictors(ctx context.Context, params *PostJourneyOutcomesPredictorsParams) (*PostJourneyOutcomesPredictorsOK, *PostJourneyOutcomesPredictorsCreated, error)
- func (a *Client) PostJourneySegments(ctx context.Context, params *PostJourneySegmentsParams) (*PostJourneySegmentsOK, *PostJourneySegmentsCreated, error)
- type DeleteJourneyActionmapBadRequest
- func (o *DeleteJourneyActionmapBadRequest) Error() string
- func (o *DeleteJourneyActionmapBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapBadRequest) IsClientError() bool
- func (o *DeleteJourneyActionmapBadRequest) IsCode(code int) bool
- func (o *DeleteJourneyActionmapBadRequest) IsRedirect() bool
- func (o *DeleteJourneyActionmapBadRequest) IsServerError() bool
- func (o *DeleteJourneyActionmapBadRequest) IsSuccess() bool
- func (o *DeleteJourneyActionmapBadRequest) String() string
- type DeleteJourneyActionmapForbidden
- func (o *DeleteJourneyActionmapForbidden) Error() string
- func (o *DeleteJourneyActionmapForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapForbidden) IsClientError() bool
- func (o *DeleteJourneyActionmapForbidden) IsCode(code int) bool
- func (o *DeleteJourneyActionmapForbidden) IsRedirect() bool
- func (o *DeleteJourneyActionmapForbidden) IsServerError() bool
- func (o *DeleteJourneyActionmapForbidden) IsSuccess() bool
- func (o *DeleteJourneyActionmapForbidden) String() string
- type DeleteJourneyActionmapGatewayTimeout
- func (o *DeleteJourneyActionmapGatewayTimeout) Error() string
- func (o *DeleteJourneyActionmapGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapGatewayTimeout) IsClientError() bool
- func (o *DeleteJourneyActionmapGatewayTimeout) IsCode(code int) bool
- func (o *DeleteJourneyActionmapGatewayTimeout) IsRedirect() bool
- func (o *DeleteJourneyActionmapGatewayTimeout) IsServerError() bool
- func (o *DeleteJourneyActionmapGatewayTimeout) IsSuccess() bool
- func (o *DeleteJourneyActionmapGatewayTimeout) String() string
- type DeleteJourneyActionmapInternalServerError
- func (o *DeleteJourneyActionmapInternalServerError) Error() string
- func (o *DeleteJourneyActionmapInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapInternalServerError) IsClientError() bool
- func (o *DeleteJourneyActionmapInternalServerError) IsCode(code int) bool
- func (o *DeleteJourneyActionmapInternalServerError) IsRedirect() bool
- func (o *DeleteJourneyActionmapInternalServerError) IsServerError() bool
- func (o *DeleteJourneyActionmapInternalServerError) IsSuccess() bool
- func (o *DeleteJourneyActionmapInternalServerError) String() string
- type DeleteJourneyActionmapNoContent
- func (o *DeleteJourneyActionmapNoContent) Error() string
- func (o *DeleteJourneyActionmapNoContent) IsClientError() bool
- func (o *DeleteJourneyActionmapNoContent) IsCode(code int) bool
- func (o *DeleteJourneyActionmapNoContent) IsRedirect() bool
- func (o *DeleteJourneyActionmapNoContent) IsServerError() bool
- func (o *DeleteJourneyActionmapNoContent) IsSuccess() bool
- func (o *DeleteJourneyActionmapNoContent) String() string
- type DeleteJourneyActionmapNotFound
- func (o *DeleteJourneyActionmapNotFound) Error() string
- func (o *DeleteJourneyActionmapNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapNotFound) IsClientError() bool
- func (o *DeleteJourneyActionmapNotFound) IsCode(code int) bool
- func (o *DeleteJourneyActionmapNotFound) IsRedirect() bool
- func (o *DeleteJourneyActionmapNotFound) IsServerError() bool
- func (o *DeleteJourneyActionmapNotFound) IsSuccess() bool
- func (o *DeleteJourneyActionmapNotFound) String() string
- type DeleteJourneyActionmapParams
- func NewDeleteJourneyActionmapParams() *DeleteJourneyActionmapParams
- func NewDeleteJourneyActionmapParamsWithContext(ctx context.Context) *DeleteJourneyActionmapParams
- func NewDeleteJourneyActionmapParamsWithHTTPClient(client *http.Client) *DeleteJourneyActionmapParams
- func NewDeleteJourneyActionmapParamsWithTimeout(timeout time.Duration) *DeleteJourneyActionmapParams
- func (o *DeleteJourneyActionmapParams) SetActionMapID(actionMapID string)
- func (o *DeleteJourneyActionmapParams) SetContext(ctx context.Context)
- func (o *DeleteJourneyActionmapParams) SetDefaults()
- func (o *DeleteJourneyActionmapParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJourneyActionmapParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJourneyActionmapParams) WithActionMapID(actionMapID string) *DeleteJourneyActionmapParams
- func (o *DeleteJourneyActionmapParams) WithContext(ctx context.Context) *DeleteJourneyActionmapParams
- func (o *DeleteJourneyActionmapParams) WithDefaults() *DeleteJourneyActionmapParams
- func (o *DeleteJourneyActionmapParams) WithHTTPClient(client *http.Client) *DeleteJourneyActionmapParams
- func (o *DeleteJourneyActionmapParams) WithTimeout(timeout time.Duration) *DeleteJourneyActionmapParams
- func (o *DeleteJourneyActionmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJourneyActionmapReader
- type DeleteJourneyActionmapRequestEntityTooLarge
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) Error() string
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteJourneyActionmapRequestEntityTooLarge) String() string
- type DeleteJourneyActionmapRequestTimeout
- func (o *DeleteJourneyActionmapRequestTimeout) Error() string
- func (o *DeleteJourneyActionmapRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapRequestTimeout) IsClientError() bool
- func (o *DeleteJourneyActionmapRequestTimeout) IsCode(code int) bool
- func (o *DeleteJourneyActionmapRequestTimeout) IsRedirect() bool
- func (o *DeleteJourneyActionmapRequestTimeout) IsServerError() bool
- func (o *DeleteJourneyActionmapRequestTimeout) IsSuccess() bool
- func (o *DeleteJourneyActionmapRequestTimeout) String() string
- type DeleteJourneyActionmapServiceUnavailable
- func (o *DeleteJourneyActionmapServiceUnavailable) Error() string
- func (o *DeleteJourneyActionmapServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapServiceUnavailable) IsClientError() bool
- func (o *DeleteJourneyActionmapServiceUnavailable) IsCode(code int) bool
- func (o *DeleteJourneyActionmapServiceUnavailable) IsRedirect() bool
- func (o *DeleteJourneyActionmapServiceUnavailable) IsServerError() bool
- func (o *DeleteJourneyActionmapServiceUnavailable) IsSuccess() bool
- func (o *DeleteJourneyActionmapServiceUnavailable) String() string
- type DeleteJourneyActionmapTooManyRequests
- func (o *DeleteJourneyActionmapTooManyRequests) Error() string
- func (o *DeleteJourneyActionmapTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapTooManyRequests) IsClientError() bool
- func (o *DeleteJourneyActionmapTooManyRequests) IsCode(code int) bool
- func (o *DeleteJourneyActionmapTooManyRequests) IsRedirect() bool
- func (o *DeleteJourneyActionmapTooManyRequests) IsServerError() bool
- func (o *DeleteJourneyActionmapTooManyRequests) IsSuccess() bool
- func (o *DeleteJourneyActionmapTooManyRequests) String() string
- type DeleteJourneyActionmapUnauthorized
- func (o *DeleteJourneyActionmapUnauthorized) Error() string
- func (o *DeleteJourneyActionmapUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapUnauthorized) IsClientError() bool
- func (o *DeleteJourneyActionmapUnauthorized) IsCode(code int) bool
- func (o *DeleteJourneyActionmapUnauthorized) IsRedirect() bool
- func (o *DeleteJourneyActionmapUnauthorized) IsServerError() bool
- func (o *DeleteJourneyActionmapUnauthorized) IsSuccess() bool
- func (o *DeleteJourneyActionmapUnauthorized) String() string
- type DeleteJourneyActionmapUnsupportedMediaType
- func (o *DeleteJourneyActionmapUnsupportedMediaType) Error() string
- func (o *DeleteJourneyActionmapUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActionmapUnsupportedMediaType) IsClientError() bool
- func (o *DeleteJourneyActionmapUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteJourneyActionmapUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteJourneyActionmapUnsupportedMediaType) IsServerError() bool
- func (o *DeleteJourneyActionmapUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteJourneyActionmapUnsupportedMediaType) String() string
- type DeleteJourneyActiontemplateBadRequest
- func (o *DeleteJourneyActiontemplateBadRequest) Error() string
- func (o *DeleteJourneyActiontemplateBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateBadRequest) IsClientError() bool
- func (o *DeleteJourneyActiontemplateBadRequest) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateBadRequest) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateBadRequest) IsServerError() bool
- func (o *DeleteJourneyActiontemplateBadRequest) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateBadRequest) String() string
- type DeleteJourneyActiontemplateForbidden
- func (o *DeleteJourneyActiontemplateForbidden) Error() string
- func (o *DeleteJourneyActiontemplateForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateForbidden) IsClientError() bool
- func (o *DeleteJourneyActiontemplateForbidden) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateForbidden) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateForbidden) IsServerError() bool
- func (o *DeleteJourneyActiontemplateForbidden) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateForbidden) String() string
- type DeleteJourneyActiontemplateGatewayTimeout
- func (o *DeleteJourneyActiontemplateGatewayTimeout) Error() string
- func (o *DeleteJourneyActiontemplateGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateGatewayTimeout) IsClientError() bool
- func (o *DeleteJourneyActiontemplateGatewayTimeout) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateGatewayTimeout) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateGatewayTimeout) IsServerError() bool
- func (o *DeleteJourneyActiontemplateGatewayTimeout) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateGatewayTimeout) String() string
- type DeleteJourneyActiontemplateInternalServerError
- func (o *DeleteJourneyActiontemplateInternalServerError) Error() string
- func (o *DeleteJourneyActiontemplateInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateInternalServerError) IsClientError() bool
- func (o *DeleteJourneyActiontemplateInternalServerError) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateInternalServerError) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateInternalServerError) IsServerError() bool
- func (o *DeleteJourneyActiontemplateInternalServerError) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateInternalServerError) String() string
- type DeleteJourneyActiontemplateNoContent
- func (o *DeleteJourneyActiontemplateNoContent) Error() string
- func (o *DeleteJourneyActiontemplateNoContent) IsClientError() bool
- func (o *DeleteJourneyActiontemplateNoContent) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateNoContent) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateNoContent) IsServerError() bool
- func (o *DeleteJourneyActiontemplateNoContent) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateNoContent) String() string
- type DeleteJourneyActiontemplateNotFound
- func (o *DeleteJourneyActiontemplateNotFound) Error() string
- func (o *DeleteJourneyActiontemplateNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateNotFound) IsClientError() bool
- func (o *DeleteJourneyActiontemplateNotFound) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateNotFound) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateNotFound) IsServerError() bool
- func (o *DeleteJourneyActiontemplateNotFound) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateNotFound) String() string
- type DeleteJourneyActiontemplateParams
- func NewDeleteJourneyActiontemplateParams() *DeleteJourneyActiontemplateParams
- func NewDeleteJourneyActiontemplateParamsWithContext(ctx context.Context) *DeleteJourneyActiontemplateParams
- func NewDeleteJourneyActiontemplateParamsWithHTTPClient(client *http.Client) *DeleteJourneyActiontemplateParams
- func NewDeleteJourneyActiontemplateParamsWithTimeout(timeout time.Duration) *DeleteJourneyActiontemplateParams
- func (o *DeleteJourneyActiontemplateParams) SetActionTemplateID(actionTemplateID string)
- func (o *DeleteJourneyActiontemplateParams) SetContext(ctx context.Context)
- func (o *DeleteJourneyActiontemplateParams) SetDefaults()
- func (o *DeleteJourneyActiontemplateParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJourneyActiontemplateParams) SetHardDelete(hardDelete *bool)
- func (o *DeleteJourneyActiontemplateParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJourneyActiontemplateParams) WithActionTemplateID(actionTemplateID string) *DeleteJourneyActiontemplateParams
- func (o *DeleteJourneyActiontemplateParams) WithContext(ctx context.Context) *DeleteJourneyActiontemplateParams
- func (o *DeleteJourneyActiontemplateParams) WithDefaults() *DeleteJourneyActiontemplateParams
- func (o *DeleteJourneyActiontemplateParams) WithHTTPClient(client *http.Client) *DeleteJourneyActiontemplateParams
- func (o *DeleteJourneyActiontemplateParams) WithHardDelete(hardDelete *bool) *DeleteJourneyActiontemplateParams
- func (o *DeleteJourneyActiontemplateParams) WithTimeout(timeout time.Duration) *DeleteJourneyActiontemplateParams
- func (o *DeleteJourneyActiontemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJourneyActiontemplateReader
- type DeleteJourneyActiontemplateRequestEntityTooLarge
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) Error() string
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) String() string
- type DeleteJourneyActiontemplateRequestTimeout
- func (o *DeleteJourneyActiontemplateRequestTimeout) Error() string
- func (o *DeleteJourneyActiontemplateRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateRequestTimeout) IsClientError() bool
- func (o *DeleteJourneyActiontemplateRequestTimeout) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateRequestTimeout) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateRequestTimeout) IsServerError() bool
- func (o *DeleteJourneyActiontemplateRequestTimeout) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateRequestTimeout) String() string
- type DeleteJourneyActiontemplateServiceUnavailable
- func (o *DeleteJourneyActiontemplateServiceUnavailable) Error() string
- func (o *DeleteJourneyActiontemplateServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateServiceUnavailable) IsClientError() bool
- func (o *DeleteJourneyActiontemplateServiceUnavailable) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateServiceUnavailable) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateServiceUnavailable) IsServerError() bool
- func (o *DeleteJourneyActiontemplateServiceUnavailable) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateServiceUnavailable) String() string
- type DeleteJourneyActiontemplateTooManyRequests
- func (o *DeleteJourneyActiontemplateTooManyRequests) Error() string
- func (o *DeleteJourneyActiontemplateTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateTooManyRequests) IsClientError() bool
- func (o *DeleteJourneyActiontemplateTooManyRequests) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateTooManyRequests) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateTooManyRequests) IsServerError() bool
- func (o *DeleteJourneyActiontemplateTooManyRequests) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateTooManyRequests) String() string
- type DeleteJourneyActiontemplateUnauthorized
- func (o *DeleteJourneyActiontemplateUnauthorized) Error() string
- func (o *DeleteJourneyActiontemplateUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateUnauthorized) IsClientError() bool
- func (o *DeleteJourneyActiontemplateUnauthorized) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateUnauthorized) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateUnauthorized) IsServerError() bool
- func (o *DeleteJourneyActiontemplateUnauthorized) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateUnauthorized) String() string
- type DeleteJourneyActiontemplateUnsupportedMediaType
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) Error() string
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsClientError() bool
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsServerError() bool
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteJourneyActiontemplateUnsupportedMediaType) String() string
- type DeleteJourneyOutcomeBadRequest
- func (o *DeleteJourneyOutcomeBadRequest) Error() string
- func (o *DeleteJourneyOutcomeBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeBadRequest) IsClientError() bool
- func (o *DeleteJourneyOutcomeBadRequest) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeBadRequest) IsRedirect() bool
- func (o *DeleteJourneyOutcomeBadRequest) IsServerError() bool
- func (o *DeleteJourneyOutcomeBadRequest) IsSuccess() bool
- func (o *DeleteJourneyOutcomeBadRequest) String() string
- type DeleteJourneyOutcomeForbidden
- func (o *DeleteJourneyOutcomeForbidden) Error() string
- func (o *DeleteJourneyOutcomeForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeForbidden) IsClientError() bool
- func (o *DeleteJourneyOutcomeForbidden) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeForbidden) IsRedirect() bool
- func (o *DeleteJourneyOutcomeForbidden) IsServerError() bool
- func (o *DeleteJourneyOutcomeForbidden) IsSuccess() bool
- func (o *DeleteJourneyOutcomeForbidden) String() string
- type DeleteJourneyOutcomeGatewayTimeout
- func (o *DeleteJourneyOutcomeGatewayTimeout) Error() string
- func (o *DeleteJourneyOutcomeGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeGatewayTimeout) IsClientError() bool
- func (o *DeleteJourneyOutcomeGatewayTimeout) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeGatewayTimeout) IsRedirect() bool
- func (o *DeleteJourneyOutcomeGatewayTimeout) IsServerError() bool
- func (o *DeleteJourneyOutcomeGatewayTimeout) IsSuccess() bool
- func (o *DeleteJourneyOutcomeGatewayTimeout) String() string
- type DeleteJourneyOutcomeInternalServerError
- func (o *DeleteJourneyOutcomeInternalServerError) Error() string
- func (o *DeleteJourneyOutcomeInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeInternalServerError) IsClientError() bool
- func (o *DeleteJourneyOutcomeInternalServerError) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeInternalServerError) IsRedirect() bool
- func (o *DeleteJourneyOutcomeInternalServerError) IsServerError() bool
- func (o *DeleteJourneyOutcomeInternalServerError) IsSuccess() bool
- func (o *DeleteJourneyOutcomeInternalServerError) String() string
- type DeleteJourneyOutcomeNoContent
- func (o *DeleteJourneyOutcomeNoContent) Error() string
- func (o *DeleteJourneyOutcomeNoContent) IsClientError() bool
- func (o *DeleteJourneyOutcomeNoContent) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeNoContent) IsRedirect() bool
- func (o *DeleteJourneyOutcomeNoContent) IsServerError() bool
- func (o *DeleteJourneyOutcomeNoContent) IsSuccess() bool
- func (o *DeleteJourneyOutcomeNoContent) String() string
- type DeleteJourneyOutcomeNotFound
- func (o *DeleteJourneyOutcomeNotFound) Error() string
- func (o *DeleteJourneyOutcomeNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeNotFound) IsClientError() bool
- func (o *DeleteJourneyOutcomeNotFound) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeNotFound) IsRedirect() bool
- func (o *DeleteJourneyOutcomeNotFound) IsServerError() bool
- func (o *DeleteJourneyOutcomeNotFound) IsSuccess() bool
- func (o *DeleteJourneyOutcomeNotFound) String() string
- type DeleteJourneyOutcomeParams
- func NewDeleteJourneyOutcomeParams() *DeleteJourneyOutcomeParams
- func NewDeleteJourneyOutcomeParamsWithContext(ctx context.Context) *DeleteJourneyOutcomeParams
- func NewDeleteJourneyOutcomeParamsWithHTTPClient(client *http.Client) *DeleteJourneyOutcomeParams
- func NewDeleteJourneyOutcomeParamsWithTimeout(timeout time.Duration) *DeleteJourneyOutcomeParams
- func (o *DeleteJourneyOutcomeParams) SetContext(ctx context.Context)
- func (o *DeleteJourneyOutcomeParams) SetDefaults()
- func (o *DeleteJourneyOutcomeParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJourneyOutcomeParams) SetOutcomeID(outcomeID string)
- func (o *DeleteJourneyOutcomeParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJourneyOutcomeParams) WithContext(ctx context.Context) *DeleteJourneyOutcomeParams
- func (o *DeleteJourneyOutcomeParams) WithDefaults() *DeleteJourneyOutcomeParams
- func (o *DeleteJourneyOutcomeParams) WithHTTPClient(client *http.Client) *DeleteJourneyOutcomeParams
- func (o *DeleteJourneyOutcomeParams) WithOutcomeID(outcomeID string) *DeleteJourneyOutcomeParams
- func (o *DeleteJourneyOutcomeParams) WithTimeout(timeout time.Duration) *DeleteJourneyOutcomeParams
- func (o *DeleteJourneyOutcomeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJourneyOutcomeReader
- type DeleteJourneyOutcomeRequestEntityTooLarge
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) Error() string
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteJourneyOutcomeRequestEntityTooLarge) String() string
- type DeleteJourneyOutcomeRequestTimeout
- func (o *DeleteJourneyOutcomeRequestTimeout) Error() string
- func (o *DeleteJourneyOutcomeRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeRequestTimeout) IsClientError() bool
- func (o *DeleteJourneyOutcomeRequestTimeout) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeRequestTimeout) IsRedirect() bool
- func (o *DeleteJourneyOutcomeRequestTimeout) IsServerError() bool
- func (o *DeleteJourneyOutcomeRequestTimeout) IsSuccess() bool
- func (o *DeleteJourneyOutcomeRequestTimeout) String() string
- type DeleteJourneyOutcomeServiceUnavailable
- func (o *DeleteJourneyOutcomeServiceUnavailable) Error() string
- func (o *DeleteJourneyOutcomeServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeServiceUnavailable) IsClientError() bool
- func (o *DeleteJourneyOutcomeServiceUnavailable) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeServiceUnavailable) IsRedirect() bool
- func (o *DeleteJourneyOutcomeServiceUnavailable) IsServerError() bool
- func (o *DeleteJourneyOutcomeServiceUnavailable) IsSuccess() bool
- func (o *DeleteJourneyOutcomeServiceUnavailable) String() string
- type DeleteJourneyOutcomeTooManyRequests
- func (o *DeleteJourneyOutcomeTooManyRequests) Error() string
- func (o *DeleteJourneyOutcomeTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeTooManyRequests) IsClientError() bool
- func (o *DeleteJourneyOutcomeTooManyRequests) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeTooManyRequests) IsRedirect() bool
- func (o *DeleteJourneyOutcomeTooManyRequests) IsServerError() bool
- func (o *DeleteJourneyOutcomeTooManyRequests) IsSuccess() bool
- func (o *DeleteJourneyOutcomeTooManyRequests) String() string
- type DeleteJourneyOutcomeUnauthorized
- func (o *DeleteJourneyOutcomeUnauthorized) Error() string
- func (o *DeleteJourneyOutcomeUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeUnauthorized) IsClientError() bool
- func (o *DeleteJourneyOutcomeUnauthorized) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeUnauthorized) IsRedirect() bool
- func (o *DeleteJourneyOutcomeUnauthorized) IsServerError() bool
- func (o *DeleteJourneyOutcomeUnauthorized) IsSuccess() bool
- func (o *DeleteJourneyOutcomeUnauthorized) String() string
- type DeleteJourneyOutcomeUnsupportedMediaType
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) Error() string
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsClientError() bool
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsServerError() bool
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteJourneyOutcomeUnsupportedMediaType) String() string
- type DeleteJourneyOutcomesPredictorBadRequest
- func (o *DeleteJourneyOutcomesPredictorBadRequest) Error() string
- func (o *DeleteJourneyOutcomesPredictorBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorBadRequest) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorBadRequest) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorBadRequest) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorBadRequest) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorBadRequest) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorBadRequest) String() string
- type DeleteJourneyOutcomesPredictorForbidden
- func (o *DeleteJourneyOutcomesPredictorForbidden) Error() string
- func (o *DeleteJourneyOutcomesPredictorForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorForbidden) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorForbidden) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorForbidden) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorForbidden) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorForbidden) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorForbidden) String() string
- type DeleteJourneyOutcomesPredictorGatewayTimeout
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) Error() string
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) String() string
- type DeleteJourneyOutcomesPredictorInternalServerError
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) Error() string
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorInternalServerError) String() string
- type DeleteJourneyOutcomesPredictorNoContent
- func (o *DeleteJourneyOutcomesPredictorNoContent) Error() string
- func (o *DeleteJourneyOutcomesPredictorNoContent) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorNoContent) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorNoContent) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorNoContent) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorNoContent) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorNoContent) String() string
- type DeleteJourneyOutcomesPredictorNotFound
- func (o *DeleteJourneyOutcomesPredictorNotFound) Error() string
- func (o *DeleteJourneyOutcomesPredictorNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorNotFound) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorNotFound) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorNotFound) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorNotFound) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorNotFound) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorNotFound) String() string
- type DeleteJourneyOutcomesPredictorParams
- func NewDeleteJourneyOutcomesPredictorParams() *DeleteJourneyOutcomesPredictorParams
- func NewDeleteJourneyOutcomesPredictorParamsWithContext(ctx context.Context) *DeleteJourneyOutcomesPredictorParams
- func NewDeleteJourneyOutcomesPredictorParamsWithHTTPClient(client *http.Client) *DeleteJourneyOutcomesPredictorParams
- func NewDeleteJourneyOutcomesPredictorParamsWithTimeout(timeout time.Duration) *DeleteJourneyOutcomesPredictorParams
- func (o *DeleteJourneyOutcomesPredictorParams) SetContext(ctx context.Context)
- func (o *DeleteJourneyOutcomesPredictorParams) SetDefaults()
- func (o *DeleteJourneyOutcomesPredictorParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJourneyOutcomesPredictorParams) SetPredictorID(predictorID string)
- func (o *DeleteJourneyOutcomesPredictorParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJourneyOutcomesPredictorParams) WithContext(ctx context.Context) *DeleteJourneyOutcomesPredictorParams
- func (o *DeleteJourneyOutcomesPredictorParams) WithDefaults() *DeleteJourneyOutcomesPredictorParams
- func (o *DeleteJourneyOutcomesPredictorParams) WithHTTPClient(client *http.Client) *DeleteJourneyOutcomesPredictorParams
- func (o *DeleteJourneyOutcomesPredictorParams) WithPredictorID(predictorID string) *DeleteJourneyOutcomesPredictorParams
- func (o *DeleteJourneyOutcomesPredictorParams) WithTimeout(timeout time.Duration) *DeleteJourneyOutcomesPredictorParams
- func (o *DeleteJourneyOutcomesPredictorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJourneyOutcomesPredictorReader
- type DeleteJourneyOutcomesPredictorRequestEntityTooLarge
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) Error() string
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) String() string
- type DeleteJourneyOutcomesPredictorRequestTimeout
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) Error() string
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorRequestTimeout) String() string
- type DeleteJourneyOutcomesPredictorServiceUnavailable
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) Error() string
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) String() string
- type DeleteJourneyOutcomesPredictorTooManyRequests
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) Error() string
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorTooManyRequests) String() string
- type DeleteJourneyOutcomesPredictorUnauthorized
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) Error() string
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorUnauthorized) String() string
- type DeleteJourneyOutcomesPredictorUnsupportedMediaType
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) Error() string
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsClientError() bool
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsServerError() bool
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) String() string
- type DeleteJourneySegmentBadRequest
- func (o *DeleteJourneySegmentBadRequest) Error() string
- func (o *DeleteJourneySegmentBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentBadRequest) IsClientError() bool
- func (o *DeleteJourneySegmentBadRequest) IsCode(code int) bool
- func (o *DeleteJourneySegmentBadRequest) IsRedirect() bool
- func (o *DeleteJourneySegmentBadRequest) IsServerError() bool
- func (o *DeleteJourneySegmentBadRequest) IsSuccess() bool
- func (o *DeleteJourneySegmentBadRequest) String() string
- type DeleteJourneySegmentForbidden
- func (o *DeleteJourneySegmentForbidden) Error() string
- func (o *DeleteJourneySegmentForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentForbidden) IsClientError() bool
- func (o *DeleteJourneySegmentForbidden) IsCode(code int) bool
- func (o *DeleteJourneySegmentForbidden) IsRedirect() bool
- func (o *DeleteJourneySegmentForbidden) IsServerError() bool
- func (o *DeleteJourneySegmentForbidden) IsSuccess() bool
- func (o *DeleteJourneySegmentForbidden) String() string
- type DeleteJourneySegmentGatewayTimeout
- func (o *DeleteJourneySegmentGatewayTimeout) Error() string
- func (o *DeleteJourneySegmentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentGatewayTimeout) IsClientError() bool
- func (o *DeleteJourneySegmentGatewayTimeout) IsCode(code int) bool
- func (o *DeleteJourneySegmentGatewayTimeout) IsRedirect() bool
- func (o *DeleteJourneySegmentGatewayTimeout) IsServerError() bool
- func (o *DeleteJourneySegmentGatewayTimeout) IsSuccess() bool
- func (o *DeleteJourneySegmentGatewayTimeout) String() string
- type DeleteJourneySegmentInternalServerError
- func (o *DeleteJourneySegmentInternalServerError) Error() string
- func (o *DeleteJourneySegmentInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentInternalServerError) IsClientError() bool
- func (o *DeleteJourneySegmentInternalServerError) IsCode(code int) bool
- func (o *DeleteJourneySegmentInternalServerError) IsRedirect() bool
- func (o *DeleteJourneySegmentInternalServerError) IsServerError() bool
- func (o *DeleteJourneySegmentInternalServerError) IsSuccess() bool
- func (o *DeleteJourneySegmentInternalServerError) String() string
- type DeleteJourneySegmentNoContent
- func (o *DeleteJourneySegmentNoContent) Error() string
- func (o *DeleteJourneySegmentNoContent) IsClientError() bool
- func (o *DeleteJourneySegmentNoContent) IsCode(code int) bool
- func (o *DeleteJourneySegmentNoContent) IsRedirect() bool
- func (o *DeleteJourneySegmentNoContent) IsServerError() bool
- func (o *DeleteJourneySegmentNoContent) IsSuccess() bool
- func (o *DeleteJourneySegmentNoContent) String() string
- type DeleteJourneySegmentNotFound
- func (o *DeleteJourneySegmentNotFound) Error() string
- func (o *DeleteJourneySegmentNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentNotFound) IsClientError() bool
- func (o *DeleteJourneySegmentNotFound) IsCode(code int) bool
- func (o *DeleteJourneySegmentNotFound) IsRedirect() bool
- func (o *DeleteJourneySegmentNotFound) IsServerError() bool
- func (o *DeleteJourneySegmentNotFound) IsSuccess() bool
- func (o *DeleteJourneySegmentNotFound) String() string
- type DeleteJourneySegmentParams
- func NewDeleteJourneySegmentParams() *DeleteJourneySegmentParams
- func NewDeleteJourneySegmentParamsWithContext(ctx context.Context) *DeleteJourneySegmentParams
- func NewDeleteJourneySegmentParamsWithHTTPClient(client *http.Client) *DeleteJourneySegmentParams
- func NewDeleteJourneySegmentParamsWithTimeout(timeout time.Duration) *DeleteJourneySegmentParams
- func (o *DeleteJourneySegmentParams) SetContext(ctx context.Context)
- func (o *DeleteJourneySegmentParams) SetDefaults()
- func (o *DeleteJourneySegmentParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJourneySegmentParams) SetSegmentID(segmentID string)
- func (o *DeleteJourneySegmentParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJourneySegmentParams) WithContext(ctx context.Context) *DeleteJourneySegmentParams
- func (o *DeleteJourneySegmentParams) WithDefaults() *DeleteJourneySegmentParams
- func (o *DeleteJourneySegmentParams) WithHTTPClient(client *http.Client) *DeleteJourneySegmentParams
- func (o *DeleteJourneySegmentParams) WithSegmentID(segmentID string) *DeleteJourneySegmentParams
- func (o *DeleteJourneySegmentParams) WithTimeout(timeout time.Duration) *DeleteJourneySegmentParams
- func (o *DeleteJourneySegmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJourneySegmentReader
- type DeleteJourneySegmentRequestEntityTooLarge
- func (o *DeleteJourneySegmentRequestEntityTooLarge) Error() string
- func (o *DeleteJourneySegmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteJourneySegmentRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteJourneySegmentRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteJourneySegmentRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteJourneySegmentRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteJourneySegmentRequestEntityTooLarge) String() string
- type DeleteJourneySegmentRequestTimeout
- func (o *DeleteJourneySegmentRequestTimeout) Error() string
- func (o *DeleteJourneySegmentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentRequestTimeout) IsClientError() bool
- func (o *DeleteJourneySegmentRequestTimeout) IsCode(code int) bool
- func (o *DeleteJourneySegmentRequestTimeout) IsRedirect() bool
- func (o *DeleteJourneySegmentRequestTimeout) IsServerError() bool
- func (o *DeleteJourneySegmentRequestTimeout) IsSuccess() bool
- func (o *DeleteJourneySegmentRequestTimeout) String() string
- type DeleteJourneySegmentServiceUnavailable
- func (o *DeleteJourneySegmentServiceUnavailable) Error() string
- func (o *DeleteJourneySegmentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentServiceUnavailable) IsClientError() bool
- func (o *DeleteJourneySegmentServiceUnavailable) IsCode(code int) bool
- func (o *DeleteJourneySegmentServiceUnavailable) IsRedirect() bool
- func (o *DeleteJourneySegmentServiceUnavailable) IsServerError() bool
- func (o *DeleteJourneySegmentServiceUnavailable) IsSuccess() bool
- func (o *DeleteJourneySegmentServiceUnavailable) String() string
- type DeleteJourneySegmentTooManyRequests
- func (o *DeleteJourneySegmentTooManyRequests) Error() string
- func (o *DeleteJourneySegmentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentTooManyRequests) IsClientError() bool
- func (o *DeleteJourneySegmentTooManyRequests) IsCode(code int) bool
- func (o *DeleteJourneySegmentTooManyRequests) IsRedirect() bool
- func (o *DeleteJourneySegmentTooManyRequests) IsServerError() bool
- func (o *DeleteJourneySegmentTooManyRequests) IsSuccess() bool
- func (o *DeleteJourneySegmentTooManyRequests) String() string
- type DeleteJourneySegmentUnauthorized
- func (o *DeleteJourneySegmentUnauthorized) Error() string
- func (o *DeleteJourneySegmentUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentUnauthorized) IsClientError() bool
- func (o *DeleteJourneySegmentUnauthorized) IsCode(code int) bool
- func (o *DeleteJourneySegmentUnauthorized) IsRedirect() bool
- func (o *DeleteJourneySegmentUnauthorized) IsServerError() bool
- func (o *DeleteJourneySegmentUnauthorized) IsSuccess() bool
- func (o *DeleteJourneySegmentUnauthorized) String() string
- type DeleteJourneySegmentUnsupportedMediaType
- func (o *DeleteJourneySegmentUnsupportedMediaType) Error() string
- func (o *DeleteJourneySegmentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteJourneySegmentUnsupportedMediaType) IsClientError() bool
- func (o *DeleteJourneySegmentUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteJourneySegmentUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteJourneySegmentUnsupportedMediaType) IsServerError() bool
- func (o *DeleteJourneySegmentUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteJourneySegmentUnsupportedMediaType) String() string
- type GetJourneyActionmapBadRequest
- func (o *GetJourneyActionmapBadRequest) Error() string
- func (o *GetJourneyActionmapBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapBadRequest) IsClientError() bool
- func (o *GetJourneyActionmapBadRequest) IsCode(code int) bool
- func (o *GetJourneyActionmapBadRequest) IsRedirect() bool
- func (o *GetJourneyActionmapBadRequest) IsServerError() bool
- func (o *GetJourneyActionmapBadRequest) IsSuccess() bool
- func (o *GetJourneyActionmapBadRequest) String() string
- type GetJourneyActionmapForbidden
- func (o *GetJourneyActionmapForbidden) Error() string
- func (o *GetJourneyActionmapForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapForbidden) IsClientError() bool
- func (o *GetJourneyActionmapForbidden) IsCode(code int) bool
- func (o *GetJourneyActionmapForbidden) IsRedirect() bool
- func (o *GetJourneyActionmapForbidden) IsServerError() bool
- func (o *GetJourneyActionmapForbidden) IsSuccess() bool
- func (o *GetJourneyActionmapForbidden) String() string
- type GetJourneyActionmapGatewayTimeout
- func (o *GetJourneyActionmapGatewayTimeout) Error() string
- func (o *GetJourneyActionmapGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActionmapGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActionmapGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapGatewayTimeout) String() string
- type GetJourneyActionmapInternalServerError
- func (o *GetJourneyActionmapInternalServerError) Error() string
- func (o *GetJourneyActionmapInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapInternalServerError) IsClientError() bool
- func (o *GetJourneyActionmapInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActionmapInternalServerError) IsRedirect() bool
- func (o *GetJourneyActionmapInternalServerError) IsServerError() bool
- func (o *GetJourneyActionmapInternalServerError) IsSuccess() bool
- func (o *GetJourneyActionmapInternalServerError) String() string
- type GetJourneyActionmapNotFound
- func (o *GetJourneyActionmapNotFound) Error() string
- func (o *GetJourneyActionmapNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapNotFound) IsClientError() bool
- func (o *GetJourneyActionmapNotFound) IsCode(code int) bool
- func (o *GetJourneyActionmapNotFound) IsRedirect() bool
- func (o *GetJourneyActionmapNotFound) IsServerError() bool
- func (o *GetJourneyActionmapNotFound) IsSuccess() bool
- func (o *GetJourneyActionmapNotFound) String() string
- type GetJourneyActionmapOK
- func (o *GetJourneyActionmapOK) Error() string
- func (o *GetJourneyActionmapOK) GetPayload() *models.ActionMap
- func (o *GetJourneyActionmapOK) IsClientError() bool
- func (o *GetJourneyActionmapOK) IsCode(code int) bool
- func (o *GetJourneyActionmapOK) IsRedirect() bool
- func (o *GetJourneyActionmapOK) IsServerError() bool
- func (o *GetJourneyActionmapOK) IsSuccess() bool
- func (o *GetJourneyActionmapOK) String() string
- type GetJourneyActionmapParams
- func NewGetJourneyActionmapParams() *GetJourneyActionmapParams
- func NewGetJourneyActionmapParamsWithContext(ctx context.Context) *GetJourneyActionmapParams
- func NewGetJourneyActionmapParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapParams
- func NewGetJourneyActionmapParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapParams
- func (o *GetJourneyActionmapParams) SetActionMapID(actionMapID string)
- func (o *GetJourneyActionmapParams) SetContext(ctx context.Context)
- func (o *GetJourneyActionmapParams) SetDefaults()
- func (o *GetJourneyActionmapParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActionmapParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActionmapParams) WithActionMapID(actionMapID string) *GetJourneyActionmapParams
- func (o *GetJourneyActionmapParams) WithContext(ctx context.Context) *GetJourneyActionmapParams
- func (o *GetJourneyActionmapParams) WithDefaults() *GetJourneyActionmapParams
- func (o *GetJourneyActionmapParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapParams
- func (o *GetJourneyActionmapParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapParams
- func (o *GetJourneyActionmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActionmapReader
- type GetJourneyActionmapRequestEntityTooLarge
- func (o *GetJourneyActionmapRequestEntityTooLarge) Error() string
- func (o *GetJourneyActionmapRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActionmapRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActionmapRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActionmapRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActionmapRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActionmapRequestEntityTooLarge) String() string
- type GetJourneyActionmapRequestTimeout
- func (o *GetJourneyActionmapRequestTimeout) Error() string
- func (o *GetJourneyActionmapRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapRequestTimeout) IsClientError() bool
- func (o *GetJourneyActionmapRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapRequestTimeout) IsServerError() bool
- func (o *GetJourneyActionmapRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapRequestTimeout) String() string
- type GetJourneyActionmapServiceUnavailable
- func (o *GetJourneyActionmapServiceUnavailable) Error() string
- func (o *GetJourneyActionmapServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActionmapServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActionmapServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActionmapServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActionmapServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActionmapServiceUnavailable) String() string
- type GetJourneyActionmapTooManyRequests
- func (o *GetJourneyActionmapTooManyRequests) Error() string
- func (o *GetJourneyActionmapTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapTooManyRequests) IsClientError() bool
- func (o *GetJourneyActionmapTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActionmapTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActionmapTooManyRequests) IsServerError() bool
- func (o *GetJourneyActionmapTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActionmapTooManyRequests) String() string
- type GetJourneyActionmapUnauthorized
- func (o *GetJourneyActionmapUnauthorized) Error() string
- func (o *GetJourneyActionmapUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapUnauthorized) IsClientError() bool
- func (o *GetJourneyActionmapUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActionmapUnauthorized) IsRedirect() bool
- func (o *GetJourneyActionmapUnauthorized) IsServerError() bool
- func (o *GetJourneyActionmapUnauthorized) IsSuccess() bool
- func (o *GetJourneyActionmapUnauthorized) String() string
- type GetJourneyActionmapUnsupportedMediaType
- func (o *GetJourneyActionmapUnsupportedMediaType) Error() string
- func (o *GetJourneyActionmapUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActionmapUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActionmapUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActionmapUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActionmapUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActionmapUnsupportedMediaType) String() string
- type GetJourneyActionmapsBadRequest
- func (o *GetJourneyActionmapsBadRequest) Error() string
- func (o *GetJourneyActionmapsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsBadRequest) IsClientError() bool
- func (o *GetJourneyActionmapsBadRequest) IsCode(code int) bool
- func (o *GetJourneyActionmapsBadRequest) IsRedirect() bool
- func (o *GetJourneyActionmapsBadRequest) IsServerError() bool
- func (o *GetJourneyActionmapsBadRequest) IsSuccess() bool
- func (o *GetJourneyActionmapsBadRequest) String() string
- type GetJourneyActionmapsEstimatesJobAccepted
- func (o *GetJourneyActionmapsEstimatesJobAccepted) Error() string
- func (o *GetJourneyActionmapsEstimatesJobAccepted) GetPayload() string
- func (o *GetJourneyActionmapsEstimatesJobAccepted) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobAccepted) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobAccepted) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobAccepted) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobAccepted) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobAccepted) String() string
- type GetJourneyActionmapsEstimatesJobBadRequest
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) Error() string
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobBadRequest) String() string
- type GetJourneyActionmapsEstimatesJobForbidden
- func (o *GetJourneyActionmapsEstimatesJobForbidden) Error() string
- func (o *GetJourneyActionmapsEstimatesJobForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobForbidden) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobForbidden) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobForbidden) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobForbidden) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobForbidden) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobForbidden) String() string
- type GetJourneyActionmapsEstimatesJobGatewayTimeout
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) Error() string
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) String() string
- type GetJourneyActionmapsEstimatesJobInternalServerError
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) Error() string
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobInternalServerError) String() string
- type GetJourneyActionmapsEstimatesJobNotFound
- func (o *GetJourneyActionmapsEstimatesJobNotFound) Error() string
- func (o *GetJourneyActionmapsEstimatesJobNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobNotFound) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobNotFound) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobNotFound) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobNotFound) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobNotFound) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobNotFound) String() string
- type GetJourneyActionmapsEstimatesJobOK
- func (o *GetJourneyActionmapsEstimatesJobOK) Error() string
- func (o *GetJourneyActionmapsEstimatesJobOK) GetPayload() string
- func (o *GetJourneyActionmapsEstimatesJobOK) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobOK) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobOK) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobOK) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobOK) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobOK) String() string
- type GetJourneyActionmapsEstimatesJobParams
- func NewGetJourneyActionmapsEstimatesJobParams() *GetJourneyActionmapsEstimatesJobParams
- func NewGetJourneyActionmapsEstimatesJobParamsWithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobParams
- func NewGetJourneyActionmapsEstimatesJobParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobParams
- func NewGetJourneyActionmapsEstimatesJobParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobParams
- func (o *GetJourneyActionmapsEstimatesJobParams) SetContext(ctx context.Context)
- func (o *GetJourneyActionmapsEstimatesJobParams) SetDefaults()
- func (o *GetJourneyActionmapsEstimatesJobParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActionmapsEstimatesJobParams) SetJobID(jobID string)
- func (o *GetJourneyActionmapsEstimatesJobParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActionmapsEstimatesJobParams) WithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobParams
- func (o *GetJourneyActionmapsEstimatesJobParams) WithDefaults() *GetJourneyActionmapsEstimatesJobParams
- func (o *GetJourneyActionmapsEstimatesJobParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobParams
- func (o *GetJourneyActionmapsEstimatesJobParams) WithJobID(jobID string) *GetJourneyActionmapsEstimatesJobParams
- func (o *GetJourneyActionmapsEstimatesJobParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobParams
- func (o *GetJourneyActionmapsEstimatesJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActionmapsEstimatesJobReader
- type GetJourneyActionmapsEstimatesJobRequestEntityTooLarge
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) Error() string
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) String() string
- type GetJourneyActionmapsEstimatesJobRequestTimeout
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) Error() string
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) String() string
- type GetJourneyActionmapsEstimatesJobResultsBadRequest
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) String() string
- type GetJourneyActionmapsEstimatesJobResultsForbidden
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) String() string
- type GetJourneyActionmapsEstimatesJobResultsGatewayTimeout
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) String() string
- type GetJourneyActionmapsEstimatesJobResultsInternalServerError
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) String() string
- type GetJourneyActionmapsEstimatesJobResultsNotFound
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) String() string
- type GetJourneyActionmapsEstimatesJobResultsOK
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) GetPayload() *models.ActionMapEstimateResult
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsOK) String() string
- type GetJourneyActionmapsEstimatesJobResultsParams
- func NewGetJourneyActionmapsEstimatesJobResultsParams() *GetJourneyActionmapsEstimatesJobResultsParams
- func NewGetJourneyActionmapsEstimatesJobResultsParamsWithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobResultsParams
- func NewGetJourneyActionmapsEstimatesJobResultsParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobResultsParams
- func NewGetJourneyActionmapsEstimatesJobResultsParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobResultsParams
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetContext(ctx context.Context)
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetDefaults()
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetJobID(jobID string)
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobResultsParams
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithDefaults() *GetJourneyActionmapsEstimatesJobResultsParams
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobResultsParams
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithJobID(jobID string) *GetJourneyActionmapsEstimatesJobResultsParams
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobResultsParams
- func (o *GetJourneyActionmapsEstimatesJobResultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActionmapsEstimatesJobResultsReader
- type GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) String() string
- type GetJourneyActionmapsEstimatesJobResultsRequestTimeout
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) String() string
- type GetJourneyActionmapsEstimatesJobResultsServiceUnavailable
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) String() string
- type GetJourneyActionmapsEstimatesJobResultsTooManyRequests
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) String() string
- type GetJourneyActionmapsEstimatesJobResultsUnauthorized
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) String() string
- type GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) Error() string
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) String() string
- type GetJourneyActionmapsEstimatesJobServiceUnavailable
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) Error() string
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) String() string
- type GetJourneyActionmapsEstimatesJobTooManyRequests
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) Error() string
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) String() string
- type GetJourneyActionmapsEstimatesJobUnauthorized
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) Error() string
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobUnauthorized) String() string
- type GetJourneyActionmapsEstimatesJobUnsupportedMediaType
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) Error() string
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) String() string
- type GetJourneyActionmapsForbidden
- func (o *GetJourneyActionmapsForbidden) Error() string
- func (o *GetJourneyActionmapsForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsForbidden) IsClientError() bool
- func (o *GetJourneyActionmapsForbidden) IsCode(code int) bool
- func (o *GetJourneyActionmapsForbidden) IsRedirect() bool
- func (o *GetJourneyActionmapsForbidden) IsServerError() bool
- func (o *GetJourneyActionmapsForbidden) IsSuccess() bool
- func (o *GetJourneyActionmapsForbidden) String() string
- type GetJourneyActionmapsGatewayTimeout
- func (o *GetJourneyActionmapsGatewayTimeout) Error() string
- func (o *GetJourneyActionmapsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActionmapsGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapsGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapsGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActionmapsGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapsGatewayTimeout) String() string
- type GetJourneyActionmapsInternalServerError
- func (o *GetJourneyActionmapsInternalServerError) Error() string
- func (o *GetJourneyActionmapsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsInternalServerError) IsClientError() bool
- func (o *GetJourneyActionmapsInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActionmapsInternalServerError) IsRedirect() bool
- func (o *GetJourneyActionmapsInternalServerError) IsServerError() bool
- func (o *GetJourneyActionmapsInternalServerError) IsSuccess() bool
- func (o *GetJourneyActionmapsInternalServerError) String() string
- type GetJourneyActionmapsNotFound
- func (o *GetJourneyActionmapsNotFound) Error() string
- func (o *GetJourneyActionmapsNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsNotFound) IsClientError() bool
- func (o *GetJourneyActionmapsNotFound) IsCode(code int) bool
- func (o *GetJourneyActionmapsNotFound) IsRedirect() bool
- func (o *GetJourneyActionmapsNotFound) IsServerError() bool
- func (o *GetJourneyActionmapsNotFound) IsSuccess() bool
- func (o *GetJourneyActionmapsNotFound) String() string
- type GetJourneyActionmapsOK
- func (o *GetJourneyActionmapsOK) Error() string
- func (o *GetJourneyActionmapsOK) GetPayload() *models.ActionMapListing
- func (o *GetJourneyActionmapsOK) IsClientError() bool
- func (o *GetJourneyActionmapsOK) IsCode(code int) bool
- func (o *GetJourneyActionmapsOK) IsRedirect() bool
- func (o *GetJourneyActionmapsOK) IsServerError() bool
- func (o *GetJourneyActionmapsOK) IsSuccess() bool
- func (o *GetJourneyActionmapsOK) String() string
- type GetJourneyActionmapsParams
- func NewGetJourneyActionmapsParams() *GetJourneyActionmapsParams
- func NewGetJourneyActionmapsParamsWithContext(ctx context.Context) *GetJourneyActionmapsParams
- func NewGetJourneyActionmapsParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapsParams
- func NewGetJourneyActionmapsParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) SetActionMapIds(actionMapIds []string)
- func (o *GetJourneyActionmapsParams) SetContext(ctx context.Context)
- func (o *GetJourneyActionmapsParams) SetDefaults()
- func (o *GetJourneyActionmapsParams) SetFilterField(filterField *string)
- func (o *GetJourneyActionmapsParams) SetFilterValue(filterValue *string)
- func (o *GetJourneyActionmapsParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActionmapsParams) SetPageNumber(pageNumber *int32)
- func (o *GetJourneyActionmapsParams) SetPageSize(pageSize *int32)
- func (o *GetJourneyActionmapsParams) SetQueryFields(queryFields []string)
- func (o *GetJourneyActionmapsParams) SetQueryValue(queryValue *string)
- func (o *GetJourneyActionmapsParams) SetSortBy(sortBy *string)
- func (o *GetJourneyActionmapsParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActionmapsParams) WithActionMapIds(actionMapIds []string) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithContext(ctx context.Context) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithDefaults() *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithFilterField(filterField *string) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithFilterValue(filterValue *string) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithPageNumber(pageNumber *int32) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithPageSize(pageSize *int32) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithQueryFields(queryFields []string) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithQueryValue(queryValue *string) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithSortBy(sortBy *string) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapsParams
- func (o *GetJourneyActionmapsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActionmapsReader
- type GetJourneyActionmapsRequestEntityTooLarge
- func (o *GetJourneyActionmapsRequestEntityTooLarge) Error() string
- func (o *GetJourneyActionmapsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActionmapsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActionmapsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActionmapsRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActionmapsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActionmapsRequestEntityTooLarge) String() string
- type GetJourneyActionmapsRequestTimeout
- func (o *GetJourneyActionmapsRequestTimeout) Error() string
- func (o *GetJourneyActionmapsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsRequestTimeout) IsClientError() bool
- func (o *GetJourneyActionmapsRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActionmapsRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActionmapsRequestTimeout) IsServerError() bool
- func (o *GetJourneyActionmapsRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActionmapsRequestTimeout) String() string
- type GetJourneyActionmapsServiceUnavailable
- func (o *GetJourneyActionmapsServiceUnavailable) Error() string
- func (o *GetJourneyActionmapsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActionmapsServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActionmapsServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActionmapsServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActionmapsServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActionmapsServiceUnavailable) String() string
- type GetJourneyActionmapsTooManyRequests
- func (o *GetJourneyActionmapsTooManyRequests) Error() string
- func (o *GetJourneyActionmapsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsTooManyRequests) IsClientError() bool
- func (o *GetJourneyActionmapsTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActionmapsTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActionmapsTooManyRequests) IsServerError() bool
- func (o *GetJourneyActionmapsTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActionmapsTooManyRequests) String() string
- type GetJourneyActionmapsUnauthorized
- func (o *GetJourneyActionmapsUnauthorized) Error() string
- func (o *GetJourneyActionmapsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsUnauthorized) IsClientError() bool
- func (o *GetJourneyActionmapsUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActionmapsUnauthorized) IsRedirect() bool
- func (o *GetJourneyActionmapsUnauthorized) IsServerError() bool
- func (o *GetJourneyActionmapsUnauthorized) IsSuccess() bool
- func (o *GetJourneyActionmapsUnauthorized) String() string
- type GetJourneyActionmapsUnsupportedMediaType
- func (o *GetJourneyActionmapsUnsupportedMediaType) Error() string
- func (o *GetJourneyActionmapsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActionmapsUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActionmapsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActionmapsUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActionmapsUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActionmapsUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActionmapsUnsupportedMediaType) String() string
- type GetJourneyActiontargetBadRequest
- func (o *GetJourneyActiontargetBadRequest) Error() string
- func (o *GetJourneyActiontargetBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetBadRequest) IsClientError() bool
- func (o *GetJourneyActiontargetBadRequest) IsCode(code int) bool
- func (o *GetJourneyActiontargetBadRequest) IsRedirect() bool
- func (o *GetJourneyActiontargetBadRequest) IsServerError() bool
- func (o *GetJourneyActiontargetBadRequest) IsSuccess() bool
- func (o *GetJourneyActiontargetBadRequest) String() string
- type GetJourneyActiontargetForbidden
- func (o *GetJourneyActiontargetForbidden) Error() string
- func (o *GetJourneyActiontargetForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetForbidden) IsClientError() bool
- func (o *GetJourneyActiontargetForbidden) IsCode(code int) bool
- func (o *GetJourneyActiontargetForbidden) IsRedirect() bool
- func (o *GetJourneyActiontargetForbidden) IsServerError() bool
- func (o *GetJourneyActiontargetForbidden) IsSuccess() bool
- func (o *GetJourneyActiontargetForbidden) String() string
- type GetJourneyActiontargetGatewayTimeout
- func (o *GetJourneyActiontargetGatewayTimeout) Error() string
- func (o *GetJourneyActiontargetGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActiontargetGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontargetGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActiontargetGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActiontargetGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActiontargetGatewayTimeout) String() string
- type GetJourneyActiontargetInternalServerError
- func (o *GetJourneyActiontargetInternalServerError) Error() string
- func (o *GetJourneyActiontargetInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetInternalServerError) IsClientError() bool
- func (o *GetJourneyActiontargetInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActiontargetInternalServerError) IsRedirect() bool
- func (o *GetJourneyActiontargetInternalServerError) IsServerError() bool
- func (o *GetJourneyActiontargetInternalServerError) IsSuccess() bool
- func (o *GetJourneyActiontargetInternalServerError) String() string
- type GetJourneyActiontargetNotFound
- func (o *GetJourneyActiontargetNotFound) Error() string
- func (o *GetJourneyActiontargetNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetNotFound) IsClientError() bool
- func (o *GetJourneyActiontargetNotFound) IsCode(code int) bool
- func (o *GetJourneyActiontargetNotFound) IsRedirect() bool
- func (o *GetJourneyActiontargetNotFound) IsServerError() bool
- func (o *GetJourneyActiontargetNotFound) IsSuccess() bool
- func (o *GetJourneyActiontargetNotFound) String() string
- type GetJourneyActiontargetOK
- func (o *GetJourneyActiontargetOK) Error() string
- func (o *GetJourneyActiontargetOK) GetPayload() *models.ActionTarget
- func (o *GetJourneyActiontargetOK) IsClientError() bool
- func (o *GetJourneyActiontargetOK) IsCode(code int) bool
- func (o *GetJourneyActiontargetOK) IsRedirect() bool
- func (o *GetJourneyActiontargetOK) IsServerError() bool
- func (o *GetJourneyActiontargetOK) IsSuccess() bool
- func (o *GetJourneyActiontargetOK) String() string
- type GetJourneyActiontargetParams
- func NewGetJourneyActiontargetParams() *GetJourneyActiontargetParams
- func NewGetJourneyActiontargetParamsWithContext(ctx context.Context) *GetJourneyActiontargetParams
- func NewGetJourneyActiontargetParamsWithHTTPClient(client *http.Client) *GetJourneyActiontargetParams
- func NewGetJourneyActiontargetParamsWithTimeout(timeout time.Duration) *GetJourneyActiontargetParams
- func (o *GetJourneyActiontargetParams) SetActionTargetID(actionTargetID string)
- func (o *GetJourneyActiontargetParams) SetContext(ctx context.Context)
- func (o *GetJourneyActiontargetParams) SetDefaults()
- func (o *GetJourneyActiontargetParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActiontargetParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActiontargetParams) WithActionTargetID(actionTargetID string) *GetJourneyActiontargetParams
- func (o *GetJourneyActiontargetParams) WithContext(ctx context.Context) *GetJourneyActiontargetParams
- func (o *GetJourneyActiontargetParams) WithDefaults() *GetJourneyActiontargetParams
- func (o *GetJourneyActiontargetParams) WithHTTPClient(client *http.Client) *GetJourneyActiontargetParams
- func (o *GetJourneyActiontargetParams) WithTimeout(timeout time.Duration) *GetJourneyActiontargetParams
- func (o *GetJourneyActiontargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActiontargetReader
- type GetJourneyActiontargetRequestEntityTooLarge
- func (o *GetJourneyActiontargetRequestEntityTooLarge) Error() string
- func (o *GetJourneyActiontargetRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActiontargetRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActiontargetRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActiontargetRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActiontargetRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActiontargetRequestEntityTooLarge) String() string
- type GetJourneyActiontargetRequestTimeout
- func (o *GetJourneyActiontargetRequestTimeout) Error() string
- func (o *GetJourneyActiontargetRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetRequestTimeout) IsClientError() bool
- func (o *GetJourneyActiontargetRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontargetRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActiontargetRequestTimeout) IsServerError() bool
- func (o *GetJourneyActiontargetRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActiontargetRequestTimeout) String() string
- type GetJourneyActiontargetServiceUnavailable
- func (o *GetJourneyActiontargetServiceUnavailable) Error() string
- func (o *GetJourneyActiontargetServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActiontargetServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActiontargetServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActiontargetServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActiontargetServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActiontargetServiceUnavailable) String() string
- type GetJourneyActiontargetTooManyRequests
- func (o *GetJourneyActiontargetTooManyRequests) Error() string
- func (o *GetJourneyActiontargetTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetTooManyRequests) IsClientError() bool
- func (o *GetJourneyActiontargetTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActiontargetTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActiontargetTooManyRequests) IsServerError() bool
- func (o *GetJourneyActiontargetTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActiontargetTooManyRequests) String() string
- type GetJourneyActiontargetUnauthorized
- func (o *GetJourneyActiontargetUnauthorized) Error() string
- func (o *GetJourneyActiontargetUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetUnauthorized) IsClientError() bool
- func (o *GetJourneyActiontargetUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActiontargetUnauthorized) IsRedirect() bool
- func (o *GetJourneyActiontargetUnauthorized) IsServerError() bool
- func (o *GetJourneyActiontargetUnauthorized) IsSuccess() bool
- func (o *GetJourneyActiontargetUnauthorized) String() string
- type GetJourneyActiontargetUnsupportedMediaType
- func (o *GetJourneyActiontargetUnsupportedMediaType) Error() string
- func (o *GetJourneyActiontargetUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActiontargetUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActiontargetUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActiontargetUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActiontargetUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActiontargetUnsupportedMediaType) String() string
- type GetJourneyActiontargetsBadRequest
- func (o *GetJourneyActiontargetsBadRequest) Error() string
- func (o *GetJourneyActiontargetsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsBadRequest) IsClientError() bool
- func (o *GetJourneyActiontargetsBadRequest) IsCode(code int) bool
- func (o *GetJourneyActiontargetsBadRequest) IsRedirect() bool
- func (o *GetJourneyActiontargetsBadRequest) IsServerError() bool
- func (o *GetJourneyActiontargetsBadRequest) IsSuccess() bool
- func (o *GetJourneyActiontargetsBadRequest) String() string
- type GetJourneyActiontargetsForbidden
- func (o *GetJourneyActiontargetsForbidden) Error() string
- func (o *GetJourneyActiontargetsForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsForbidden) IsClientError() bool
- func (o *GetJourneyActiontargetsForbidden) IsCode(code int) bool
- func (o *GetJourneyActiontargetsForbidden) IsRedirect() bool
- func (o *GetJourneyActiontargetsForbidden) IsServerError() bool
- func (o *GetJourneyActiontargetsForbidden) IsSuccess() bool
- func (o *GetJourneyActiontargetsForbidden) String() string
- type GetJourneyActiontargetsGatewayTimeout
- func (o *GetJourneyActiontargetsGatewayTimeout) Error() string
- func (o *GetJourneyActiontargetsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActiontargetsGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontargetsGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActiontargetsGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActiontargetsGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActiontargetsGatewayTimeout) String() string
- type GetJourneyActiontargetsInternalServerError
- func (o *GetJourneyActiontargetsInternalServerError) Error() string
- func (o *GetJourneyActiontargetsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsInternalServerError) IsClientError() bool
- func (o *GetJourneyActiontargetsInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActiontargetsInternalServerError) IsRedirect() bool
- func (o *GetJourneyActiontargetsInternalServerError) IsServerError() bool
- func (o *GetJourneyActiontargetsInternalServerError) IsSuccess() bool
- func (o *GetJourneyActiontargetsInternalServerError) String() string
- type GetJourneyActiontargetsNotFound
- func (o *GetJourneyActiontargetsNotFound) Error() string
- func (o *GetJourneyActiontargetsNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsNotFound) IsClientError() bool
- func (o *GetJourneyActiontargetsNotFound) IsCode(code int) bool
- func (o *GetJourneyActiontargetsNotFound) IsRedirect() bool
- func (o *GetJourneyActiontargetsNotFound) IsServerError() bool
- func (o *GetJourneyActiontargetsNotFound) IsSuccess() bool
- func (o *GetJourneyActiontargetsNotFound) String() string
- type GetJourneyActiontargetsOK
- func (o *GetJourneyActiontargetsOK) Error() string
- func (o *GetJourneyActiontargetsOK) GetPayload() *models.ActionTargetListing
- func (o *GetJourneyActiontargetsOK) IsClientError() bool
- func (o *GetJourneyActiontargetsOK) IsCode(code int) bool
- func (o *GetJourneyActiontargetsOK) IsRedirect() bool
- func (o *GetJourneyActiontargetsOK) IsServerError() bool
- func (o *GetJourneyActiontargetsOK) IsSuccess() bool
- func (o *GetJourneyActiontargetsOK) String() string
- type GetJourneyActiontargetsParams
- func NewGetJourneyActiontargetsParams() *GetJourneyActiontargetsParams
- func NewGetJourneyActiontargetsParamsWithContext(ctx context.Context) *GetJourneyActiontargetsParams
- func NewGetJourneyActiontargetsParamsWithHTTPClient(client *http.Client) *GetJourneyActiontargetsParams
- func NewGetJourneyActiontargetsParamsWithTimeout(timeout time.Duration) *GetJourneyActiontargetsParams
- func (o *GetJourneyActiontargetsParams) SetContext(ctx context.Context)
- func (o *GetJourneyActiontargetsParams) SetDefaults()
- func (o *GetJourneyActiontargetsParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActiontargetsParams) SetPageNumber(pageNumber *int32)
- func (o *GetJourneyActiontargetsParams) SetPageSize(pageSize *int32)
- func (o *GetJourneyActiontargetsParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActiontargetsParams) WithContext(ctx context.Context) *GetJourneyActiontargetsParams
- func (o *GetJourneyActiontargetsParams) WithDefaults() *GetJourneyActiontargetsParams
- func (o *GetJourneyActiontargetsParams) WithHTTPClient(client *http.Client) *GetJourneyActiontargetsParams
- func (o *GetJourneyActiontargetsParams) WithPageNumber(pageNumber *int32) *GetJourneyActiontargetsParams
- func (o *GetJourneyActiontargetsParams) WithPageSize(pageSize *int32) *GetJourneyActiontargetsParams
- func (o *GetJourneyActiontargetsParams) WithTimeout(timeout time.Duration) *GetJourneyActiontargetsParams
- func (o *GetJourneyActiontargetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActiontargetsReader
- type GetJourneyActiontargetsRequestEntityTooLarge
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) Error() string
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActiontargetsRequestEntityTooLarge) String() string
- type GetJourneyActiontargetsRequestTimeout
- func (o *GetJourneyActiontargetsRequestTimeout) Error() string
- func (o *GetJourneyActiontargetsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsRequestTimeout) IsClientError() bool
- func (o *GetJourneyActiontargetsRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontargetsRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActiontargetsRequestTimeout) IsServerError() bool
- func (o *GetJourneyActiontargetsRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActiontargetsRequestTimeout) String() string
- type GetJourneyActiontargetsServiceUnavailable
- func (o *GetJourneyActiontargetsServiceUnavailable) Error() string
- func (o *GetJourneyActiontargetsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActiontargetsServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActiontargetsServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActiontargetsServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActiontargetsServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActiontargetsServiceUnavailable) String() string
- type GetJourneyActiontargetsTooManyRequests
- func (o *GetJourneyActiontargetsTooManyRequests) Error() string
- func (o *GetJourneyActiontargetsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsTooManyRequests) IsClientError() bool
- func (o *GetJourneyActiontargetsTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActiontargetsTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActiontargetsTooManyRequests) IsServerError() bool
- func (o *GetJourneyActiontargetsTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActiontargetsTooManyRequests) String() string
- type GetJourneyActiontargetsUnauthorized
- func (o *GetJourneyActiontargetsUnauthorized) Error() string
- func (o *GetJourneyActiontargetsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsUnauthorized) IsClientError() bool
- func (o *GetJourneyActiontargetsUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActiontargetsUnauthorized) IsRedirect() bool
- func (o *GetJourneyActiontargetsUnauthorized) IsServerError() bool
- func (o *GetJourneyActiontargetsUnauthorized) IsSuccess() bool
- func (o *GetJourneyActiontargetsUnauthorized) String() string
- type GetJourneyActiontargetsUnsupportedMediaType
- func (o *GetJourneyActiontargetsUnsupportedMediaType) Error() string
- func (o *GetJourneyActiontargetsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontargetsUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActiontargetsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActiontargetsUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActiontargetsUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActiontargetsUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActiontargetsUnsupportedMediaType) String() string
- type GetJourneyActiontemplateBadRequest
- func (o *GetJourneyActiontemplateBadRequest) Error() string
- func (o *GetJourneyActiontemplateBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateBadRequest) IsClientError() bool
- func (o *GetJourneyActiontemplateBadRequest) IsCode(code int) bool
- func (o *GetJourneyActiontemplateBadRequest) IsRedirect() bool
- func (o *GetJourneyActiontemplateBadRequest) IsServerError() bool
- func (o *GetJourneyActiontemplateBadRequest) IsSuccess() bool
- func (o *GetJourneyActiontemplateBadRequest) String() string
- type GetJourneyActiontemplateForbidden
- func (o *GetJourneyActiontemplateForbidden) Error() string
- func (o *GetJourneyActiontemplateForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateForbidden) IsClientError() bool
- func (o *GetJourneyActiontemplateForbidden) IsCode(code int) bool
- func (o *GetJourneyActiontemplateForbidden) IsRedirect() bool
- func (o *GetJourneyActiontemplateForbidden) IsServerError() bool
- func (o *GetJourneyActiontemplateForbidden) IsSuccess() bool
- func (o *GetJourneyActiontemplateForbidden) String() string
- type GetJourneyActiontemplateGatewayTimeout
- func (o *GetJourneyActiontemplateGatewayTimeout) Error() string
- func (o *GetJourneyActiontemplateGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActiontemplateGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontemplateGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActiontemplateGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActiontemplateGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActiontemplateGatewayTimeout) String() string
- type GetJourneyActiontemplateInternalServerError
- func (o *GetJourneyActiontemplateInternalServerError) Error() string
- func (o *GetJourneyActiontemplateInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateInternalServerError) IsClientError() bool
- func (o *GetJourneyActiontemplateInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActiontemplateInternalServerError) IsRedirect() bool
- func (o *GetJourneyActiontemplateInternalServerError) IsServerError() bool
- func (o *GetJourneyActiontemplateInternalServerError) IsSuccess() bool
- func (o *GetJourneyActiontemplateInternalServerError) String() string
- type GetJourneyActiontemplateNotFound
- func (o *GetJourneyActiontemplateNotFound) Error() string
- func (o *GetJourneyActiontemplateNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateNotFound) IsClientError() bool
- func (o *GetJourneyActiontemplateNotFound) IsCode(code int) bool
- func (o *GetJourneyActiontemplateNotFound) IsRedirect() bool
- func (o *GetJourneyActiontemplateNotFound) IsServerError() bool
- func (o *GetJourneyActiontemplateNotFound) IsSuccess() bool
- func (o *GetJourneyActiontemplateNotFound) String() string
- type GetJourneyActiontemplateOK
- func (o *GetJourneyActiontemplateOK) Error() string
- func (o *GetJourneyActiontemplateOK) GetPayload() *models.ActionTemplate
- func (o *GetJourneyActiontemplateOK) IsClientError() bool
- func (o *GetJourneyActiontemplateOK) IsCode(code int) bool
- func (o *GetJourneyActiontemplateOK) IsRedirect() bool
- func (o *GetJourneyActiontemplateOK) IsServerError() bool
- func (o *GetJourneyActiontemplateOK) IsSuccess() bool
- func (o *GetJourneyActiontemplateOK) String() string
- type GetJourneyActiontemplateParams
- func NewGetJourneyActiontemplateParams() *GetJourneyActiontemplateParams
- func NewGetJourneyActiontemplateParamsWithContext(ctx context.Context) *GetJourneyActiontemplateParams
- func NewGetJourneyActiontemplateParamsWithHTTPClient(client *http.Client) *GetJourneyActiontemplateParams
- func NewGetJourneyActiontemplateParamsWithTimeout(timeout time.Duration) *GetJourneyActiontemplateParams
- func (o *GetJourneyActiontemplateParams) SetActionTemplateID(actionTemplateID string)
- func (o *GetJourneyActiontemplateParams) SetContext(ctx context.Context)
- func (o *GetJourneyActiontemplateParams) SetDefaults()
- func (o *GetJourneyActiontemplateParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActiontemplateParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActiontemplateParams) WithActionTemplateID(actionTemplateID string) *GetJourneyActiontemplateParams
- func (o *GetJourneyActiontemplateParams) WithContext(ctx context.Context) *GetJourneyActiontemplateParams
- func (o *GetJourneyActiontemplateParams) WithDefaults() *GetJourneyActiontemplateParams
- func (o *GetJourneyActiontemplateParams) WithHTTPClient(client *http.Client) *GetJourneyActiontemplateParams
- func (o *GetJourneyActiontemplateParams) WithTimeout(timeout time.Duration) *GetJourneyActiontemplateParams
- func (o *GetJourneyActiontemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActiontemplateReader
- type GetJourneyActiontemplateRequestEntityTooLarge
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) Error() string
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActiontemplateRequestEntityTooLarge) String() string
- type GetJourneyActiontemplateRequestTimeout
- func (o *GetJourneyActiontemplateRequestTimeout) Error() string
- func (o *GetJourneyActiontemplateRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateRequestTimeout) IsClientError() bool
- func (o *GetJourneyActiontemplateRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontemplateRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActiontemplateRequestTimeout) IsServerError() bool
- func (o *GetJourneyActiontemplateRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActiontemplateRequestTimeout) String() string
- type GetJourneyActiontemplateServiceUnavailable
- func (o *GetJourneyActiontemplateServiceUnavailable) Error() string
- func (o *GetJourneyActiontemplateServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActiontemplateServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActiontemplateServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActiontemplateServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActiontemplateServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActiontemplateServiceUnavailable) String() string
- type GetJourneyActiontemplateTooManyRequests
- func (o *GetJourneyActiontemplateTooManyRequests) Error() string
- func (o *GetJourneyActiontemplateTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateTooManyRequests) IsClientError() bool
- func (o *GetJourneyActiontemplateTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActiontemplateTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActiontemplateTooManyRequests) IsServerError() bool
- func (o *GetJourneyActiontemplateTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActiontemplateTooManyRequests) String() string
- type GetJourneyActiontemplateUnauthorized
- func (o *GetJourneyActiontemplateUnauthorized) Error() string
- func (o *GetJourneyActiontemplateUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateUnauthorized) IsClientError() bool
- func (o *GetJourneyActiontemplateUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActiontemplateUnauthorized) IsRedirect() bool
- func (o *GetJourneyActiontemplateUnauthorized) IsServerError() bool
- func (o *GetJourneyActiontemplateUnauthorized) IsSuccess() bool
- func (o *GetJourneyActiontemplateUnauthorized) String() string
- type GetJourneyActiontemplateUnsupportedMediaType
- func (o *GetJourneyActiontemplateUnsupportedMediaType) Error() string
- func (o *GetJourneyActiontemplateUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplateUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActiontemplateUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActiontemplateUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActiontemplateUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActiontemplateUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActiontemplateUnsupportedMediaType) String() string
- type GetJourneyActiontemplatesBadRequest
- func (o *GetJourneyActiontemplatesBadRequest) Error() string
- func (o *GetJourneyActiontemplatesBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesBadRequest) IsClientError() bool
- func (o *GetJourneyActiontemplatesBadRequest) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesBadRequest) IsRedirect() bool
- func (o *GetJourneyActiontemplatesBadRequest) IsServerError() bool
- func (o *GetJourneyActiontemplatesBadRequest) IsSuccess() bool
- func (o *GetJourneyActiontemplatesBadRequest) String() string
- type GetJourneyActiontemplatesForbidden
- func (o *GetJourneyActiontemplatesForbidden) Error() string
- func (o *GetJourneyActiontemplatesForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesForbidden) IsClientError() bool
- func (o *GetJourneyActiontemplatesForbidden) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesForbidden) IsRedirect() bool
- func (o *GetJourneyActiontemplatesForbidden) IsServerError() bool
- func (o *GetJourneyActiontemplatesForbidden) IsSuccess() bool
- func (o *GetJourneyActiontemplatesForbidden) String() string
- type GetJourneyActiontemplatesGatewayTimeout
- func (o *GetJourneyActiontemplatesGatewayTimeout) Error() string
- func (o *GetJourneyActiontemplatesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesGatewayTimeout) IsClientError() bool
- func (o *GetJourneyActiontemplatesGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyActiontemplatesGatewayTimeout) IsServerError() bool
- func (o *GetJourneyActiontemplatesGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyActiontemplatesGatewayTimeout) String() string
- type GetJourneyActiontemplatesInternalServerError
- func (o *GetJourneyActiontemplatesInternalServerError) Error() string
- func (o *GetJourneyActiontemplatesInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesInternalServerError) IsClientError() bool
- func (o *GetJourneyActiontemplatesInternalServerError) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesInternalServerError) IsRedirect() bool
- func (o *GetJourneyActiontemplatesInternalServerError) IsServerError() bool
- func (o *GetJourneyActiontemplatesInternalServerError) IsSuccess() bool
- func (o *GetJourneyActiontemplatesInternalServerError) String() string
- type GetJourneyActiontemplatesNotFound
- func (o *GetJourneyActiontemplatesNotFound) Error() string
- func (o *GetJourneyActiontemplatesNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesNotFound) IsClientError() bool
- func (o *GetJourneyActiontemplatesNotFound) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesNotFound) IsRedirect() bool
- func (o *GetJourneyActiontemplatesNotFound) IsServerError() bool
- func (o *GetJourneyActiontemplatesNotFound) IsSuccess() bool
- func (o *GetJourneyActiontemplatesNotFound) String() string
- type GetJourneyActiontemplatesOK
- func (o *GetJourneyActiontemplatesOK) Error() string
- func (o *GetJourneyActiontemplatesOK) GetPayload() *models.ActionTemplateListing
- func (o *GetJourneyActiontemplatesOK) IsClientError() bool
- func (o *GetJourneyActiontemplatesOK) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesOK) IsRedirect() bool
- func (o *GetJourneyActiontemplatesOK) IsServerError() bool
- func (o *GetJourneyActiontemplatesOK) IsSuccess() bool
- func (o *GetJourneyActiontemplatesOK) String() string
- type GetJourneyActiontemplatesParams
- func NewGetJourneyActiontemplatesParams() *GetJourneyActiontemplatesParams
- func NewGetJourneyActiontemplatesParamsWithContext(ctx context.Context) *GetJourneyActiontemplatesParams
- func NewGetJourneyActiontemplatesParamsWithHTTPClient(client *http.Client) *GetJourneyActiontemplatesParams
- func NewGetJourneyActiontemplatesParamsWithTimeout(timeout time.Duration) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) SetContext(ctx context.Context)
- func (o *GetJourneyActiontemplatesParams) SetDefaults()
- func (o *GetJourneyActiontemplatesParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyActiontemplatesParams) SetMediaType(mediaType *string)
- func (o *GetJourneyActiontemplatesParams) SetPageNumber(pageNumber *int32)
- func (o *GetJourneyActiontemplatesParams) SetPageSize(pageSize *int32)
- func (o *GetJourneyActiontemplatesParams) SetQueryFields(queryFields []string)
- func (o *GetJourneyActiontemplatesParams) SetQueryValue(queryValue *string)
- func (o *GetJourneyActiontemplatesParams) SetSortBy(sortBy *string)
- func (o *GetJourneyActiontemplatesParams) SetState(state *string)
- func (o *GetJourneyActiontemplatesParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyActiontemplatesParams) WithContext(ctx context.Context) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithDefaults() *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithHTTPClient(client *http.Client) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithMediaType(mediaType *string) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithPageNumber(pageNumber *int32) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithPageSize(pageSize *int32) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithQueryFields(queryFields []string) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithQueryValue(queryValue *string) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithSortBy(sortBy *string) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithState(state *string) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WithTimeout(timeout time.Duration) *GetJourneyActiontemplatesParams
- func (o *GetJourneyActiontemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyActiontemplatesReader
- type GetJourneyActiontemplatesRequestEntityTooLarge
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) Error() string
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyActiontemplatesRequestEntityTooLarge) String() string
- type GetJourneyActiontemplatesRequestTimeout
- func (o *GetJourneyActiontemplatesRequestTimeout) Error() string
- func (o *GetJourneyActiontemplatesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesRequestTimeout) IsClientError() bool
- func (o *GetJourneyActiontemplatesRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesRequestTimeout) IsRedirect() bool
- func (o *GetJourneyActiontemplatesRequestTimeout) IsServerError() bool
- func (o *GetJourneyActiontemplatesRequestTimeout) IsSuccess() bool
- func (o *GetJourneyActiontemplatesRequestTimeout) String() string
- type GetJourneyActiontemplatesServiceUnavailable
- func (o *GetJourneyActiontemplatesServiceUnavailable) Error() string
- func (o *GetJourneyActiontemplatesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesServiceUnavailable) IsClientError() bool
- func (o *GetJourneyActiontemplatesServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyActiontemplatesServiceUnavailable) IsServerError() bool
- func (o *GetJourneyActiontemplatesServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyActiontemplatesServiceUnavailable) String() string
- type GetJourneyActiontemplatesTooManyRequests
- func (o *GetJourneyActiontemplatesTooManyRequests) Error() string
- func (o *GetJourneyActiontemplatesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesTooManyRequests) IsClientError() bool
- func (o *GetJourneyActiontemplatesTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesTooManyRequests) IsRedirect() bool
- func (o *GetJourneyActiontemplatesTooManyRequests) IsServerError() bool
- func (o *GetJourneyActiontemplatesTooManyRequests) IsSuccess() bool
- func (o *GetJourneyActiontemplatesTooManyRequests) String() string
- type GetJourneyActiontemplatesUnauthorized
- func (o *GetJourneyActiontemplatesUnauthorized) Error() string
- func (o *GetJourneyActiontemplatesUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesUnauthorized) IsClientError() bool
- func (o *GetJourneyActiontemplatesUnauthorized) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesUnauthorized) IsRedirect() bool
- func (o *GetJourneyActiontemplatesUnauthorized) IsServerError() bool
- func (o *GetJourneyActiontemplatesUnauthorized) IsSuccess() bool
- func (o *GetJourneyActiontemplatesUnauthorized) String() string
- type GetJourneyActiontemplatesUnsupportedMediaType
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) Error() string
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyActiontemplatesUnsupportedMediaType) String() string
- type GetJourneyOutcomeBadRequest
- func (o *GetJourneyOutcomeBadRequest) Error() string
- func (o *GetJourneyOutcomeBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeBadRequest) IsClientError() bool
- func (o *GetJourneyOutcomeBadRequest) IsCode(code int) bool
- func (o *GetJourneyOutcomeBadRequest) IsRedirect() bool
- func (o *GetJourneyOutcomeBadRequest) IsServerError() bool
- func (o *GetJourneyOutcomeBadRequest) IsSuccess() bool
- func (o *GetJourneyOutcomeBadRequest) String() string
- type GetJourneyOutcomeForbidden
- func (o *GetJourneyOutcomeForbidden) Error() string
- func (o *GetJourneyOutcomeForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeForbidden) IsClientError() bool
- func (o *GetJourneyOutcomeForbidden) IsCode(code int) bool
- func (o *GetJourneyOutcomeForbidden) IsRedirect() bool
- func (o *GetJourneyOutcomeForbidden) IsServerError() bool
- func (o *GetJourneyOutcomeForbidden) IsSuccess() bool
- func (o *GetJourneyOutcomeForbidden) String() string
- type GetJourneyOutcomeGatewayTimeout
- func (o *GetJourneyOutcomeGatewayTimeout) Error() string
- func (o *GetJourneyOutcomeGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeGatewayTimeout) IsClientError() bool
- func (o *GetJourneyOutcomeGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomeGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomeGatewayTimeout) IsServerError() bool
- func (o *GetJourneyOutcomeGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomeGatewayTimeout) String() string
- type GetJourneyOutcomeInternalServerError
- func (o *GetJourneyOutcomeInternalServerError) Error() string
- func (o *GetJourneyOutcomeInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeInternalServerError) IsClientError() bool
- func (o *GetJourneyOutcomeInternalServerError) IsCode(code int) bool
- func (o *GetJourneyOutcomeInternalServerError) IsRedirect() bool
- func (o *GetJourneyOutcomeInternalServerError) IsServerError() bool
- func (o *GetJourneyOutcomeInternalServerError) IsSuccess() bool
- func (o *GetJourneyOutcomeInternalServerError) String() string
- type GetJourneyOutcomeNotFound
- func (o *GetJourneyOutcomeNotFound) Error() string
- func (o *GetJourneyOutcomeNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeNotFound) IsClientError() bool
- func (o *GetJourneyOutcomeNotFound) IsCode(code int) bool
- func (o *GetJourneyOutcomeNotFound) IsRedirect() bool
- func (o *GetJourneyOutcomeNotFound) IsServerError() bool
- func (o *GetJourneyOutcomeNotFound) IsSuccess() bool
- func (o *GetJourneyOutcomeNotFound) String() string
- type GetJourneyOutcomeOK
- func (o *GetJourneyOutcomeOK) Error() string
- func (o *GetJourneyOutcomeOK) GetPayload() *models.Outcome
- func (o *GetJourneyOutcomeOK) IsClientError() bool
- func (o *GetJourneyOutcomeOK) IsCode(code int) bool
- func (o *GetJourneyOutcomeOK) IsRedirect() bool
- func (o *GetJourneyOutcomeOK) IsServerError() bool
- func (o *GetJourneyOutcomeOK) IsSuccess() bool
- func (o *GetJourneyOutcomeOK) String() string
- type GetJourneyOutcomeParams
- func NewGetJourneyOutcomeParams() *GetJourneyOutcomeParams
- func NewGetJourneyOutcomeParamsWithContext(ctx context.Context) *GetJourneyOutcomeParams
- func NewGetJourneyOutcomeParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomeParams
- func NewGetJourneyOutcomeParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomeParams
- func (o *GetJourneyOutcomeParams) SetContext(ctx context.Context)
- func (o *GetJourneyOutcomeParams) SetDefaults()
- func (o *GetJourneyOutcomeParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyOutcomeParams) SetOutcomeID(outcomeID string)
- func (o *GetJourneyOutcomeParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyOutcomeParams) WithContext(ctx context.Context) *GetJourneyOutcomeParams
- func (o *GetJourneyOutcomeParams) WithDefaults() *GetJourneyOutcomeParams
- func (o *GetJourneyOutcomeParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomeParams
- func (o *GetJourneyOutcomeParams) WithOutcomeID(outcomeID string) *GetJourneyOutcomeParams
- func (o *GetJourneyOutcomeParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomeParams
- func (o *GetJourneyOutcomeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyOutcomeReader
- type GetJourneyOutcomeRequestEntityTooLarge
- func (o *GetJourneyOutcomeRequestEntityTooLarge) Error() string
- func (o *GetJourneyOutcomeRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyOutcomeRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyOutcomeRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyOutcomeRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyOutcomeRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyOutcomeRequestEntityTooLarge) String() string
- type GetJourneyOutcomeRequestTimeout
- func (o *GetJourneyOutcomeRequestTimeout) Error() string
- func (o *GetJourneyOutcomeRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeRequestTimeout) IsClientError() bool
- func (o *GetJourneyOutcomeRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomeRequestTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomeRequestTimeout) IsServerError() bool
- func (o *GetJourneyOutcomeRequestTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomeRequestTimeout) String() string
- type GetJourneyOutcomeServiceUnavailable
- func (o *GetJourneyOutcomeServiceUnavailable) Error() string
- func (o *GetJourneyOutcomeServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeServiceUnavailable) IsClientError() bool
- func (o *GetJourneyOutcomeServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyOutcomeServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyOutcomeServiceUnavailable) IsServerError() bool
- func (o *GetJourneyOutcomeServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyOutcomeServiceUnavailable) String() string
- type GetJourneyOutcomeTooManyRequests
- func (o *GetJourneyOutcomeTooManyRequests) Error() string
- func (o *GetJourneyOutcomeTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeTooManyRequests) IsClientError() bool
- func (o *GetJourneyOutcomeTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyOutcomeTooManyRequests) IsRedirect() bool
- func (o *GetJourneyOutcomeTooManyRequests) IsServerError() bool
- func (o *GetJourneyOutcomeTooManyRequests) IsSuccess() bool
- func (o *GetJourneyOutcomeTooManyRequests) String() string
- type GetJourneyOutcomeUnauthorized
- func (o *GetJourneyOutcomeUnauthorized) Error() string
- func (o *GetJourneyOutcomeUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeUnauthorized) IsClientError() bool
- func (o *GetJourneyOutcomeUnauthorized) IsCode(code int) bool
- func (o *GetJourneyOutcomeUnauthorized) IsRedirect() bool
- func (o *GetJourneyOutcomeUnauthorized) IsServerError() bool
- func (o *GetJourneyOutcomeUnauthorized) IsSuccess() bool
- func (o *GetJourneyOutcomeUnauthorized) String() string
- type GetJourneyOutcomeUnsupportedMediaType
- func (o *GetJourneyOutcomeUnsupportedMediaType) Error() string
- func (o *GetJourneyOutcomeUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomeUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyOutcomeUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyOutcomeUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyOutcomeUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyOutcomeUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyOutcomeUnsupportedMediaType) String() string
- type GetJourneyOutcomesBadRequest
- func (o *GetJourneyOutcomesBadRequest) Error() string
- func (o *GetJourneyOutcomesBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesBadRequest) IsClientError() bool
- func (o *GetJourneyOutcomesBadRequest) IsCode(code int) bool
- func (o *GetJourneyOutcomesBadRequest) IsRedirect() bool
- func (o *GetJourneyOutcomesBadRequest) IsServerError() bool
- func (o *GetJourneyOutcomesBadRequest) IsSuccess() bool
- func (o *GetJourneyOutcomesBadRequest) String() string
- type GetJourneyOutcomesForbidden
- func (o *GetJourneyOutcomesForbidden) Error() string
- func (o *GetJourneyOutcomesForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesForbidden) IsClientError() bool
- func (o *GetJourneyOutcomesForbidden) IsCode(code int) bool
- func (o *GetJourneyOutcomesForbidden) IsRedirect() bool
- func (o *GetJourneyOutcomesForbidden) IsServerError() bool
- func (o *GetJourneyOutcomesForbidden) IsSuccess() bool
- func (o *GetJourneyOutcomesForbidden) String() string
- type GetJourneyOutcomesGatewayTimeout
- func (o *GetJourneyOutcomesGatewayTimeout) Error() string
- func (o *GetJourneyOutcomesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesGatewayTimeout) IsClientError() bool
- func (o *GetJourneyOutcomesGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomesGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomesGatewayTimeout) IsServerError() bool
- func (o *GetJourneyOutcomesGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomesGatewayTimeout) String() string
- type GetJourneyOutcomesInternalServerError
- func (o *GetJourneyOutcomesInternalServerError) Error() string
- func (o *GetJourneyOutcomesInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesInternalServerError) IsClientError() bool
- func (o *GetJourneyOutcomesInternalServerError) IsCode(code int) bool
- func (o *GetJourneyOutcomesInternalServerError) IsRedirect() bool
- func (o *GetJourneyOutcomesInternalServerError) IsServerError() bool
- func (o *GetJourneyOutcomesInternalServerError) IsSuccess() bool
- func (o *GetJourneyOutcomesInternalServerError) String() string
- type GetJourneyOutcomesNotFound
- func (o *GetJourneyOutcomesNotFound) Error() string
- func (o *GetJourneyOutcomesNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesNotFound) IsClientError() bool
- func (o *GetJourneyOutcomesNotFound) IsCode(code int) bool
- func (o *GetJourneyOutcomesNotFound) IsRedirect() bool
- func (o *GetJourneyOutcomesNotFound) IsServerError() bool
- func (o *GetJourneyOutcomesNotFound) IsSuccess() bool
- func (o *GetJourneyOutcomesNotFound) String() string
- type GetJourneyOutcomesOK
- func (o *GetJourneyOutcomesOK) Error() string
- func (o *GetJourneyOutcomesOK) GetPayload() *models.OutcomeListing
- func (o *GetJourneyOutcomesOK) IsClientError() bool
- func (o *GetJourneyOutcomesOK) IsCode(code int) bool
- func (o *GetJourneyOutcomesOK) IsRedirect() bool
- func (o *GetJourneyOutcomesOK) IsServerError() bool
- func (o *GetJourneyOutcomesOK) IsSuccess() bool
- func (o *GetJourneyOutcomesOK) String() string
- type GetJourneyOutcomesParams
- func NewGetJourneyOutcomesParams() *GetJourneyOutcomesParams
- func NewGetJourneyOutcomesParamsWithContext(ctx context.Context) *GetJourneyOutcomesParams
- func NewGetJourneyOutcomesParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomesParams
- func NewGetJourneyOutcomesParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) SetContext(ctx context.Context)
- func (o *GetJourneyOutcomesParams) SetDefaults()
- func (o *GetJourneyOutcomesParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyOutcomesParams) SetOutcomeIds(outcomeIds []string)
- func (o *GetJourneyOutcomesParams) SetPageNumber(pageNumber *int32)
- func (o *GetJourneyOutcomesParams) SetPageSize(pageSize *int32)
- func (o *GetJourneyOutcomesParams) SetQueryFields(queryFields []string)
- func (o *GetJourneyOutcomesParams) SetQueryValue(queryValue *string)
- func (o *GetJourneyOutcomesParams) SetSortBy(sortBy *string)
- func (o *GetJourneyOutcomesParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyOutcomesParams) WithContext(ctx context.Context) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithDefaults() *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithOutcomeIds(outcomeIds []string) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithPageNumber(pageNumber *int32) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithPageSize(pageSize *int32) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithQueryFields(queryFields []string) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithQueryValue(queryValue *string) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithSortBy(sortBy *string) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomesParams
- func (o *GetJourneyOutcomesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyOutcomesPredictorBadRequest
- func (o *GetJourneyOutcomesPredictorBadRequest) Error() string
- func (o *GetJourneyOutcomesPredictorBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorBadRequest) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorBadRequest) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorBadRequest) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorBadRequest) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorBadRequest) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorBadRequest) String() string
- type GetJourneyOutcomesPredictorForbidden
- func (o *GetJourneyOutcomesPredictorForbidden) Error() string
- func (o *GetJourneyOutcomesPredictorForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorForbidden) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorForbidden) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorForbidden) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorForbidden) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorForbidden) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorForbidden) String() string
- type GetJourneyOutcomesPredictorGatewayTimeout
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) Error() string
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorGatewayTimeout) String() string
- type GetJourneyOutcomesPredictorInternalServerError
- func (o *GetJourneyOutcomesPredictorInternalServerError) Error() string
- func (o *GetJourneyOutcomesPredictorInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorInternalServerError) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorInternalServerError) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorInternalServerError) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorInternalServerError) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorInternalServerError) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorInternalServerError) String() string
- type GetJourneyOutcomesPredictorNotFound
- func (o *GetJourneyOutcomesPredictorNotFound) Error() string
- func (o *GetJourneyOutcomesPredictorNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorNotFound) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorNotFound) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorNotFound) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorNotFound) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorNotFound) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorNotFound) String() string
- type GetJourneyOutcomesPredictorOK
- func (o *GetJourneyOutcomesPredictorOK) Error() string
- func (o *GetJourneyOutcomesPredictorOK) GetPayload() *models.OutcomePredictor
- func (o *GetJourneyOutcomesPredictorOK) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorOK) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorOK) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorOK) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorOK) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorOK) String() string
- type GetJourneyOutcomesPredictorParams
- func NewGetJourneyOutcomesPredictorParams() *GetJourneyOutcomesPredictorParams
- func NewGetJourneyOutcomesPredictorParamsWithContext(ctx context.Context) *GetJourneyOutcomesPredictorParams
- func NewGetJourneyOutcomesPredictorParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorParams
- func NewGetJourneyOutcomesPredictorParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorParams
- func (o *GetJourneyOutcomesPredictorParams) SetContext(ctx context.Context)
- func (o *GetJourneyOutcomesPredictorParams) SetDefaults()
- func (o *GetJourneyOutcomesPredictorParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyOutcomesPredictorParams) SetPredictorID(predictorID string)
- func (o *GetJourneyOutcomesPredictorParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyOutcomesPredictorParams) WithContext(ctx context.Context) *GetJourneyOutcomesPredictorParams
- func (o *GetJourneyOutcomesPredictorParams) WithDefaults() *GetJourneyOutcomesPredictorParams
- func (o *GetJourneyOutcomesPredictorParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorParams
- func (o *GetJourneyOutcomesPredictorParams) WithPredictorID(predictorID string) *GetJourneyOutcomesPredictorParams
- func (o *GetJourneyOutcomesPredictorParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorParams
- func (o *GetJourneyOutcomesPredictorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyOutcomesPredictorReader
- type GetJourneyOutcomesPredictorRequestEntityTooLarge
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) Error() string
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) String() string
- type GetJourneyOutcomesPredictorRequestTimeout
- func (o *GetJourneyOutcomesPredictorRequestTimeout) Error() string
- func (o *GetJourneyOutcomesPredictorRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorRequestTimeout) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorRequestTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorRequestTimeout) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorRequestTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorRequestTimeout) String() string
- type GetJourneyOutcomesPredictorServiceUnavailable
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) Error() string
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorServiceUnavailable) String() string
- type GetJourneyOutcomesPredictorTooManyRequests
- func (o *GetJourneyOutcomesPredictorTooManyRequests) Error() string
- func (o *GetJourneyOutcomesPredictorTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorTooManyRequests) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorTooManyRequests) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorTooManyRequests) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorTooManyRequests) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorTooManyRequests) String() string
- type GetJourneyOutcomesPredictorUnauthorized
- func (o *GetJourneyOutcomesPredictorUnauthorized) Error() string
- func (o *GetJourneyOutcomesPredictorUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorUnauthorized) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorUnauthorized) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorUnauthorized) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorUnauthorized) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorUnauthorized) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorUnauthorized) String() string
- type GetJourneyOutcomesPredictorUnsupportedMediaType
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) Error() string
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) String() string
- type GetJourneyOutcomesPredictorsBadRequest
- func (o *GetJourneyOutcomesPredictorsBadRequest) Error() string
- func (o *GetJourneyOutcomesPredictorsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsBadRequest) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsBadRequest) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsBadRequest) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsBadRequest) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsBadRequest) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsBadRequest) String() string
- type GetJourneyOutcomesPredictorsForbidden
- func (o *GetJourneyOutcomesPredictorsForbidden) Error() string
- func (o *GetJourneyOutcomesPredictorsForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsForbidden) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsForbidden) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsForbidden) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsForbidden) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsForbidden) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsForbidden) String() string
- type GetJourneyOutcomesPredictorsGatewayTimeout
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) Error() string
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsGatewayTimeout) String() string
- type GetJourneyOutcomesPredictorsInternalServerError
- func (o *GetJourneyOutcomesPredictorsInternalServerError) Error() string
- func (o *GetJourneyOutcomesPredictorsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsInternalServerError) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsInternalServerError) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsInternalServerError) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsInternalServerError) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsInternalServerError) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsInternalServerError) String() string
- type GetJourneyOutcomesPredictorsNotFound
- func (o *GetJourneyOutcomesPredictorsNotFound) Error() string
- func (o *GetJourneyOutcomesPredictorsNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsNotFound) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsNotFound) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsNotFound) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsNotFound) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsNotFound) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsNotFound) String() string
- type GetJourneyOutcomesPredictorsOK
- func (o *GetJourneyOutcomesPredictorsOK) Error() string
- func (o *GetJourneyOutcomesPredictorsOK) GetPayload() *models.OutcomePredictorListing
- func (o *GetJourneyOutcomesPredictorsOK) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsOK) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsOK) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsOK) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsOK) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsOK) String() string
- type GetJourneyOutcomesPredictorsParams
- func NewGetJourneyOutcomesPredictorsParams() *GetJourneyOutcomesPredictorsParams
- func NewGetJourneyOutcomesPredictorsParamsWithContext(ctx context.Context) *GetJourneyOutcomesPredictorsParams
- func NewGetJourneyOutcomesPredictorsParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorsParams
- func NewGetJourneyOutcomesPredictorsParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorsParams
- func (o *GetJourneyOutcomesPredictorsParams) SetContext(ctx context.Context)
- func (o *GetJourneyOutcomesPredictorsParams) SetDefaults()
- func (o *GetJourneyOutcomesPredictorsParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneyOutcomesPredictorsParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneyOutcomesPredictorsParams) WithContext(ctx context.Context) *GetJourneyOutcomesPredictorsParams
- func (o *GetJourneyOutcomesPredictorsParams) WithDefaults() *GetJourneyOutcomesPredictorsParams
- func (o *GetJourneyOutcomesPredictorsParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorsParams
- func (o *GetJourneyOutcomesPredictorsParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorsParams
- func (o *GetJourneyOutcomesPredictorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneyOutcomesPredictorsReader
- type GetJourneyOutcomesPredictorsRequestEntityTooLarge
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) Error() string
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) String() string
- type GetJourneyOutcomesPredictorsRequestTimeout
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) Error() string
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsRequestTimeout) String() string
- type GetJourneyOutcomesPredictorsServiceUnavailable
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) Error() string
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsServiceUnavailable) String() string
- type GetJourneyOutcomesPredictorsTooManyRequests
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) Error() string
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsTooManyRequests) String() string
- type GetJourneyOutcomesPredictorsUnauthorized
- func (o *GetJourneyOutcomesPredictorsUnauthorized) Error() string
- func (o *GetJourneyOutcomesPredictorsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsUnauthorized) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsUnauthorized) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsUnauthorized) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsUnauthorized) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsUnauthorized) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsUnauthorized) String() string
- type GetJourneyOutcomesPredictorsUnsupportedMediaType
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) Error() string
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) String() string
- type GetJourneyOutcomesReader
- type GetJourneyOutcomesRequestEntityTooLarge
- func (o *GetJourneyOutcomesRequestEntityTooLarge) Error() string
- func (o *GetJourneyOutcomesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneyOutcomesRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneyOutcomesRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneyOutcomesRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneyOutcomesRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneyOutcomesRequestEntityTooLarge) String() string
- type GetJourneyOutcomesRequestTimeout
- func (o *GetJourneyOutcomesRequestTimeout) Error() string
- func (o *GetJourneyOutcomesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesRequestTimeout) IsClientError() bool
- func (o *GetJourneyOutcomesRequestTimeout) IsCode(code int) bool
- func (o *GetJourneyOutcomesRequestTimeout) IsRedirect() bool
- func (o *GetJourneyOutcomesRequestTimeout) IsServerError() bool
- func (o *GetJourneyOutcomesRequestTimeout) IsSuccess() bool
- func (o *GetJourneyOutcomesRequestTimeout) String() string
- type GetJourneyOutcomesServiceUnavailable
- func (o *GetJourneyOutcomesServiceUnavailable) Error() string
- func (o *GetJourneyOutcomesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesServiceUnavailable) IsClientError() bool
- func (o *GetJourneyOutcomesServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneyOutcomesServiceUnavailable) IsRedirect() bool
- func (o *GetJourneyOutcomesServiceUnavailable) IsServerError() bool
- func (o *GetJourneyOutcomesServiceUnavailable) IsSuccess() bool
- func (o *GetJourneyOutcomesServiceUnavailable) String() string
- type GetJourneyOutcomesTooManyRequests
- func (o *GetJourneyOutcomesTooManyRequests) Error() string
- func (o *GetJourneyOutcomesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesTooManyRequests) IsClientError() bool
- func (o *GetJourneyOutcomesTooManyRequests) IsCode(code int) bool
- func (o *GetJourneyOutcomesTooManyRequests) IsRedirect() bool
- func (o *GetJourneyOutcomesTooManyRequests) IsServerError() bool
- func (o *GetJourneyOutcomesTooManyRequests) IsSuccess() bool
- func (o *GetJourneyOutcomesTooManyRequests) String() string
- type GetJourneyOutcomesUnauthorized
- func (o *GetJourneyOutcomesUnauthorized) Error() string
- func (o *GetJourneyOutcomesUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesUnauthorized) IsClientError() bool
- func (o *GetJourneyOutcomesUnauthorized) IsCode(code int) bool
- func (o *GetJourneyOutcomesUnauthorized) IsRedirect() bool
- func (o *GetJourneyOutcomesUnauthorized) IsServerError() bool
- func (o *GetJourneyOutcomesUnauthorized) IsSuccess() bool
- func (o *GetJourneyOutcomesUnauthorized) String() string
- type GetJourneyOutcomesUnsupportedMediaType
- func (o *GetJourneyOutcomesUnsupportedMediaType) Error() string
- func (o *GetJourneyOutcomesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneyOutcomesUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneyOutcomesUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneyOutcomesUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneyOutcomesUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneyOutcomesUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneyOutcomesUnsupportedMediaType) String() string
- type GetJourneySegmentBadRequest
- func (o *GetJourneySegmentBadRequest) Error() string
- func (o *GetJourneySegmentBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentBadRequest) IsClientError() bool
- func (o *GetJourneySegmentBadRequest) IsCode(code int) bool
- func (o *GetJourneySegmentBadRequest) IsRedirect() bool
- func (o *GetJourneySegmentBadRequest) IsServerError() bool
- func (o *GetJourneySegmentBadRequest) IsSuccess() bool
- func (o *GetJourneySegmentBadRequest) String() string
- type GetJourneySegmentForbidden
- func (o *GetJourneySegmentForbidden) Error() string
- func (o *GetJourneySegmentForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentForbidden) IsClientError() bool
- func (o *GetJourneySegmentForbidden) IsCode(code int) bool
- func (o *GetJourneySegmentForbidden) IsRedirect() bool
- func (o *GetJourneySegmentForbidden) IsServerError() bool
- func (o *GetJourneySegmentForbidden) IsSuccess() bool
- func (o *GetJourneySegmentForbidden) String() string
- type GetJourneySegmentGatewayTimeout
- func (o *GetJourneySegmentGatewayTimeout) Error() string
- func (o *GetJourneySegmentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentGatewayTimeout) IsClientError() bool
- func (o *GetJourneySegmentGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneySegmentGatewayTimeout) IsRedirect() bool
- func (o *GetJourneySegmentGatewayTimeout) IsServerError() bool
- func (o *GetJourneySegmentGatewayTimeout) IsSuccess() bool
- func (o *GetJourneySegmentGatewayTimeout) String() string
- type GetJourneySegmentInternalServerError
- func (o *GetJourneySegmentInternalServerError) Error() string
- func (o *GetJourneySegmentInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentInternalServerError) IsClientError() bool
- func (o *GetJourneySegmentInternalServerError) IsCode(code int) bool
- func (o *GetJourneySegmentInternalServerError) IsRedirect() bool
- func (o *GetJourneySegmentInternalServerError) IsServerError() bool
- func (o *GetJourneySegmentInternalServerError) IsSuccess() bool
- func (o *GetJourneySegmentInternalServerError) String() string
- type GetJourneySegmentNotFound
- func (o *GetJourneySegmentNotFound) Error() string
- func (o *GetJourneySegmentNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentNotFound) IsClientError() bool
- func (o *GetJourneySegmentNotFound) IsCode(code int) bool
- func (o *GetJourneySegmentNotFound) IsRedirect() bool
- func (o *GetJourneySegmentNotFound) IsServerError() bool
- func (o *GetJourneySegmentNotFound) IsSuccess() bool
- func (o *GetJourneySegmentNotFound) String() string
- type GetJourneySegmentOK
- func (o *GetJourneySegmentOK) Error() string
- func (o *GetJourneySegmentOK) GetPayload() *models.JourneySegment
- func (o *GetJourneySegmentOK) IsClientError() bool
- func (o *GetJourneySegmentOK) IsCode(code int) bool
- func (o *GetJourneySegmentOK) IsRedirect() bool
- func (o *GetJourneySegmentOK) IsServerError() bool
- func (o *GetJourneySegmentOK) IsSuccess() bool
- func (o *GetJourneySegmentOK) String() string
- type GetJourneySegmentParams
- func NewGetJourneySegmentParams() *GetJourneySegmentParams
- func NewGetJourneySegmentParamsWithContext(ctx context.Context) *GetJourneySegmentParams
- func NewGetJourneySegmentParamsWithHTTPClient(client *http.Client) *GetJourneySegmentParams
- func NewGetJourneySegmentParamsWithTimeout(timeout time.Duration) *GetJourneySegmentParams
- func (o *GetJourneySegmentParams) SetContext(ctx context.Context)
- func (o *GetJourneySegmentParams) SetDefaults()
- func (o *GetJourneySegmentParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneySegmentParams) SetSegmentID(segmentID string)
- func (o *GetJourneySegmentParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneySegmentParams) WithContext(ctx context.Context) *GetJourneySegmentParams
- func (o *GetJourneySegmentParams) WithDefaults() *GetJourneySegmentParams
- func (o *GetJourneySegmentParams) WithHTTPClient(client *http.Client) *GetJourneySegmentParams
- func (o *GetJourneySegmentParams) WithSegmentID(segmentID string) *GetJourneySegmentParams
- func (o *GetJourneySegmentParams) WithTimeout(timeout time.Duration) *GetJourneySegmentParams
- func (o *GetJourneySegmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneySegmentReader
- type GetJourneySegmentRequestEntityTooLarge
- func (o *GetJourneySegmentRequestEntityTooLarge) Error() string
- func (o *GetJourneySegmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneySegmentRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneySegmentRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneySegmentRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneySegmentRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneySegmentRequestEntityTooLarge) String() string
- type GetJourneySegmentRequestTimeout
- func (o *GetJourneySegmentRequestTimeout) Error() string
- func (o *GetJourneySegmentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentRequestTimeout) IsClientError() bool
- func (o *GetJourneySegmentRequestTimeout) IsCode(code int) bool
- func (o *GetJourneySegmentRequestTimeout) IsRedirect() bool
- func (o *GetJourneySegmentRequestTimeout) IsServerError() bool
- func (o *GetJourneySegmentRequestTimeout) IsSuccess() bool
- func (o *GetJourneySegmentRequestTimeout) String() string
- type GetJourneySegmentServiceUnavailable
- func (o *GetJourneySegmentServiceUnavailable) Error() string
- func (o *GetJourneySegmentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentServiceUnavailable) IsClientError() bool
- func (o *GetJourneySegmentServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneySegmentServiceUnavailable) IsRedirect() bool
- func (o *GetJourneySegmentServiceUnavailable) IsServerError() bool
- func (o *GetJourneySegmentServiceUnavailable) IsSuccess() bool
- func (o *GetJourneySegmentServiceUnavailable) String() string
- type GetJourneySegmentTooManyRequests
- func (o *GetJourneySegmentTooManyRequests) Error() string
- func (o *GetJourneySegmentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentTooManyRequests) IsClientError() bool
- func (o *GetJourneySegmentTooManyRequests) IsCode(code int) bool
- func (o *GetJourneySegmentTooManyRequests) IsRedirect() bool
- func (o *GetJourneySegmentTooManyRequests) IsServerError() bool
- func (o *GetJourneySegmentTooManyRequests) IsSuccess() bool
- func (o *GetJourneySegmentTooManyRequests) String() string
- type GetJourneySegmentUnauthorized
- func (o *GetJourneySegmentUnauthorized) Error() string
- func (o *GetJourneySegmentUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentUnauthorized) IsClientError() bool
- func (o *GetJourneySegmentUnauthorized) IsCode(code int) bool
- func (o *GetJourneySegmentUnauthorized) IsRedirect() bool
- func (o *GetJourneySegmentUnauthorized) IsServerError() bool
- func (o *GetJourneySegmentUnauthorized) IsSuccess() bool
- func (o *GetJourneySegmentUnauthorized) String() string
- type GetJourneySegmentUnsupportedMediaType
- func (o *GetJourneySegmentUnsupportedMediaType) Error() string
- func (o *GetJourneySegmentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneySegmentUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneySegmentUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneySegmentUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneySegmentUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneySegmentUnsupportedMediaType) String() string
- type GetJourneySegmentsBadRequest
- func (o *GetJourneySegmentsBadRequest) Error() string
- func (o *GetJourneySegmentsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsBadRequest) IsClientError() bool
- func (o *GetJourneySegmentsBadRequest) IsCode(code int) bool
- func (o *GetJourneySegmentsBadRequest) IsRedirect() bool
- func (o *GetJourneySegmentsBadRequest) IsServerError() bool
- func (o *GetJourneySegmentsBadRequest) IsSuccess() bool
- func (o *GetJourneySegmentsBadRequest) String() string
- type GetJourneySegmentsForbidden
- func (o *GetJourneySegmentsForbidden) Error() string
- func (o *GetJourneySegmentsForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsForbidden) IsClientError() bool
- func (o *GetJourneySegmentsForbidden) IsCode(code int) bool
- func (o *GetJourneySegmentsForbidden) IsRedirect() bool
- func (o *GetJourneySegmentsForbidden) IsServerError() bool
- func (o *GetJourneySegmentsForbidden) IsSuccess() bool
- func (o *GetJourneySegmentsForbidden) String() string
- type GetJourneySegmentsGatewayTimeout
- func (o *GetJourneySegmentsGatewayTimeout) Error() string
- func (o *GetJourneySegmentsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsGatewayTimeout) IsClientError() bool
- func (o *GetJourneySegmentsGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneySegmentsGatewayTimeout) IsRedirect() bool
- func (o *GetJourneySegmentsGatewayTimeout) IsServerError() bool
- func (o *GetJourneySegmentsGatewayTimeout) IsSuccess() bool
- func (o *GetJourneySegmentsGatewayTimeout) String() string
- type GetJourneySegmentsInternalServerError
- func (o *GetJourneySegmentsInternalServerError) Error() string
- func (o *GetJourneySegmentsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsInternalServerError) IsClientError() bool
- func (o *GetJourneySegmentsInternalServerError) IsCode(code int) bool
- func (o *GetJourneySegmentsInternalServerError) IsRedirect() bool
- func (o *GetJourneySegmentsInternalServerError) IsServerError() bool
- func (o *GetJourneySegmentsInternalServerError) IsSuccess() bool
- func (o *GetJourneySegmentsInternalServerError) String() string
- type GetJourneySegmentsNotFound
- func (o *GetJourneySegmentsNotFound) Error() string
- func (o *GetJourneySegmentsNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsNotFound) IsClientError() bool
- func (o *GetJourneySegmentsNotFound) IsCode(code int) bool
- func (o *GetJourneySegmentsNotFound) IsRedirect() bool
- func (o *GetJourneySegmentsNotFound) IsServerError() bool
- func (o *GetJourneySegmentsNotFound) IsSuccess() bool
- func (o *GetJourneySegmentsNotFound) String() string
- type GetJourneySegmentsOK
- func (o *GetJourneySegmentsOK) Error() string
- func (o *GetJourneySegmentsOK) GetPayload() *models.SegmentListing
- func (o *GetJourneySegmentsOK) IsClientError() bool
- func (o *GetJourneySegmentsOK) IsCode(code int) bool
- func (o *GetJourneySegmentsOK) IsRedirect() bool
- func (o *GetJourneySegmentsOK) IsServerError() bool
- func (o *GetJourneySegmentsOK) IsSuccess() bool
- func (o *GetJourneySegmentsOK) String() string
- type GetJourneySegmentsParams
- func NewGetJourneySegmentsParams() *GetJourneySegmentsParams
- func NewGetJourneySegmentsParamsWithContext(ctx context.Context) *GetJourneySegmentsParams
- func NewGetJourneySegmentsParamsWithHTTPClient(client *http.Client) *GetJourneySegmentsParams
- func NewGetJourneySegmentsParamsWithTimeout(timeout time.Duration) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) SetContext(ctx context.Context)
- func (o *GetJourneySegmentsParams) SetDefaults()
- func (o *GetJourneySegmentsParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneySegmentsParams) SetIsActive(isActive *bool)
- func (o *GetJourneySegmentsParams) SetPageNumber(pageNumber *int32)
- func (o *GetJourneySegmentsParams) SetPageSize(pageSize *int32)
- func (o *GetJourneySegmentsParams) SetQueryFields(queryFields []string)
- func (o *GetJourneySegmentsParams) SetQueryValue(queryValue *string)
- func (o *GetJourneySegmentsParams) SetSegmentIds(segmentIds []string)
- func (o *GetJourneySegmentsParams) SetSortBy(sortBy *string)
- func (o *GetJourneySegmentsParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneySegmentsParams) WithContext(ctx context.Context) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithDefaults() *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithHTTPClient(client *http.Client) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithIsActive(isActive *bool) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithPageNumber(pageNumber *int32) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithPageSize(pageSize *int32) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithQueryFields(queryFields []string) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithQueryValue(queryValue *string) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithSegmentIds(segmentIds []string) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithSortBy(sortBy *string) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WithTimeout(timeout time.Duration) *GetJourneySegmentsParams
- func (o *GetJourneySegmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneySegmentsReader
- type GetJourneySegmentsRequestEntityTooLarge
- func (o *GetJourneySegmentsRequestEntityTooLarge) Error() string
- func (o *GetJourneySegmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneySegmentsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneySegmentsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneySegmentsRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneySegmentsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneySegmentsRequestEntityTooLarge) String() string
- type GetJourneySegmentsRequestTimeout
- func (o *GetJourneySegmentsRequestTimeout) Error() string
- func (o *GetJourneySegmentsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsRequestTimeout) IsClientError() bool
- func (o *GetJourneySegmentsRequestTimeout) IsCode(code int) bool
- func (o *GetJourneySegmentsRequestTimeout) IsRedirect() bool
- func (o *GetJourneySegmentsRequestTimeout) IsServerError() bool
- func (o *GetJourneySegmentsRequestTimeout) IsSuccess() bool
- func (o *GetJourneySegmentsRequestTimeout) String() string
- type GetJourneySegmentsServiceUnavailable
- func (o *GetJourneySegmentsServiceUnavailable) Error() string
- func (o *GetJourneySegmentsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsServiceUnavailable) IsClientError() bool
- func (o *GetJourneySegmentsServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneySegmentsServiceUnavailable) IsRedirect() bool
- func (o *GetJourneySegmentsServiceUnavailable) IsServerError() bool
- func (o *GetJourneySegmentsServiceUnavailable) IsSuccess() bool
- func (o *GetJourneySegmentsServiceUnavailable) String() string
- type GetJourneySegmentsTooManyRequests
- func (o *GetJourneySegmentsTooManyRequests) Error() string
- func (o *GetJourneySegmentsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsTooManyRequests) IsClientError() bool
- func (o *GetJourneySegmentsTooManyRequests) IsCode(code int) bool
- func (o *GetJourneySegmentsTooManyRequests) IsRedirect() bool
- func (o *GetJourneySegmentsTooManyRequests) IsServerError() bool
- func (o *GetJourneySegmentsTooManyRequests) IsSuccess() bool
- func (o *GetJourneySegmentsTooManyRequests) String() string
- type GetJourneySegmentsUnauthorized
- func (o *GetJourneySegmentsUnauthorized) Error() string
- func (o *GetJourneySegmentsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsUnauthorized) IsClientError() bool
- func (o *GetJourneySegmentsUnauthorized) IsCode(code int) bool
- func (o *GetJourneySegmentsUnauthorized) IsRedirect() bool
- func (o *GetJourneySegmentsUnauthorized) IsServerError() bool
- func (o *GetJourneySegmentsUnauthorized) IsSuccess() bool
- func (o *GetJourneySegmentsUnauthorized) String() string
- type GetJourneySegmentsUnsupportedMediaType
- func (o *GetJourneySegmentsUnsupportedMediaType) Error() string
- func (o *GetJourneySegmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneySegmentsUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneySegmentsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneySegmentsUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneySegmentsUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneySegmentsUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneySegmentsUnsupportedMediaType) String() string
- type GetJourneySessionBadRequest
- func (o *GetJourneySessionBadRequest) Error() string
- func (o *GetJourneySessionBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionBadRequest) IsClientError() bool
- func (o *GetJourneySessionBadRequest) IsCode(code int) bool
- func (o *GetJourneySessionBadRequest) IsRedirect() bool
- func (o *GetJourneySessionBadRequest) IsServerError() bool
- func (o *GetJourneySessionBadRequest) IsSuccess() bool
- func (o *GetJourneySessionBadRequest) String() string
- type GetJourneySessionForbidden
- func (o *GetJourneySessionForbidden) Error() string
- func (o *GetJourneySessionForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionForbidden) IsClientError() bool
- func (o *GetJourneySessionForbidden) IsCode(code int) bool
- func (o *GetJourneySessionForbidden) IsRedirect() bool
- func (o *GetJourneySessionForbidden) IsServerError() bool
- func (o *GetJourneySessionForbidden) IsSuccess() bool
- func (o *GetJourneySessionForbidden) String() string
- type GetJourneySessionGatewayTimeout
- func (o *GetJourneySessionGatewayTimeout) Error() string
- func (o *GetJourneySessionGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionGatewayTimeout) IsClientError() bool
- func (o *GetJourneySessionGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneySessionGatewayTimeout) IsRedirect() bool
- func (o *GetJourneySessionGatewayTimeout) IsServerError() bool
- func (o *GetJourneySessionGatewayTimeout) IsSuccess() bool
- func (o *GetJourneySessionGatewayTimeout) String() string
- type GetJourneySessionInternalServerError
- func (o *GetJourneySessionInternalServerError) Error() string
- func (o *GetJourneySessionInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionInternalServerError) IsClientError() bool
- func (o *GetJourneySessionInternalServerError) IsCode(code int) bool
- func (o *GetJourneySessionInternalServerError) IsRedirect() bool
- func (o *GetJourneySessionInternalServerError) IsServerError() bool
- func (o *GetJourneySessionInternalServerError) IsSuccess() bool
- func (o *GetJourneySessionInternalServerError) String() string
- type GetJourneySessionNotFound
- func (o *GetJourneySessionNotFound) Error() string
- func (o *GetJourneySessionNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionNotFound) IsClientError() bool
- func (o *GetJourneySessionNotFound) IsCode(code int) bool
- func (o *GetJourneySessionNotFound) IsRedirect() bool
- func (o *GetJourneySessionNotFound) IsServerError() bool
- func (o *GetJourneySessionNotFound) IsSuccess() bool
- func (o *GetJourneySessionNotFound) String() string
- type GetJourneySessionOK
- func (o *GetJourneySessionOK) Error() string
- func (o *GetJourneySessionOK) GetPayload() *models.Session
- func (o *GetJourneySessionOK) IsClientError() bool
- func (o *GetJourneySessionOK) IsCode(code int) bool
- func (o *GetJourneySessionOK) IsRedirect() bool
- func (o *GetJourneySessionOK) IsServerError() bool
- func (o *GetJourneySessionOK) IsSuccess() bool
- func (o *GetJourneySessionOK) String() string
- type GetJourneySessionOutcomescoresBadRequest
- func (o *GetJourneySessionOutcomescoresBadRequest) Error() string
- func (o *GetJourneySessionOutcomescoresBadRequest) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresBadRequest) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresBadRequest) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresBadRequest) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresBadRequest) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresBadRequest) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresBadRequest) String() string
- type GetJourneySessionOutcomescoresForbidden
- func (o *GetJourneySessionOutcomescoresForbidden) Error() string
- func (o *GetJourneySessionOutcomescoresForbidden) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresForbidden) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresForbidden) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresForbidden) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresForbidden) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresForbidden) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresForbidden) String() string
- type GetJourneySessionOutcomescoresGatewayTimeout
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) Error() string
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresGatewayTimeout) String() string
- type GetJourneySessionOutcomescoresInternalServerError
- func (o *GetJourneySessionOutcomescoresInternalServerError) Error() string
- func (o *GetJourneySessionOutcomescoresInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresInternalServerError) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresInternalServerError) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresInternalServerError) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresInternalServerError) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresInternalServerError) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresInternalServerError) String() string
- type GetJourneySessionOutcomescoresNotFound
- func (o *GetJourneySessionOutcomescoresNotFound) Error() string
- func (o *GetJourneySessionOutcomescoresNotFound) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresNotFound) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresNotFound) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresNotFound) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresNotFound) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresNotFound) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresNotFound) String() string
- type GetJourneySessionOutcomescoresOK
- func (o *GetJourneySessionOutcomescoresOK) Error() string
- func (o *GetJourneySessionOutcomescoresOK) GetPayload() *models.OutcomeScoresResult
- func (o *GetJourneySessionOutcomescoresOK) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresOK) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresOK) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresOK) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresOK) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresOK) String() string
- type GetJourneySessionOutcomescoresParams
- func NewGetJourneySessionOutcomescoresParams() *GetJourneySessionOutcomescoresParams
- func NewGetJourneySessionOutcomescoresParamsWithContext(ctx context.Context) *GetJourneySessionOutcomescoresParams
- func NewGetJourneySessionOutcomescoresParamsWithHTTPClient(client *http.Client) *GetJourneySessionOutcomescoresParams
- func NewGetJourneySessionOutcomescoresParamsWithTimeout(timeout time.Duration) *GetJourneySessionOutcomescoresParams
- func (o *GetJourneySessionOutcomescoresParams) SetContext(ctx context.Context)
- func (o *GetJourneySessionOutcomescoresParams) SetDefaults()
- func (o *GetJourneySessionOutcomescoresParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneySessionOutcomescoresParams) SetSessionID(sessionID string)
- func (o *GetJourneySessionOutcomescoresParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneySessionOutcomescoresParams) WithContext(ctx context.Context) *GetJourneySessionOutcomescoresParams
- func (o *GetJourneySessionOutcomescoresParams) WithDefaults() *GetJourneySessionOutcomescoresParams
- func (o *GetJourneySessionOutcomescoresParams) WithHTTPClient(client *http.Client) *GetJourneySessionOutcomescoresParams
- func (o *GetJourneySessionOutcomescoresParams) WithSessionID(sessionID string) *GetJourneySessionOutcomescoresParams
- func (o *GetJourneySessionOutcomescoresParams) WithTimeout(timeout time.Duration) *GetJourneySessionOutcomescoresParams
- func (o *GetJourneySessionOutcomescoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneySessionOutcomescoresReader
- type GetJourneySessionOutcomescoresRequestEntityTooLarge
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) Error() string
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) String() string
- type GetJourneySessionOutcomescoresRequestTimeout
- func (o *GetJourneySessionOutcomescoresRequestTimeout) Error() string
- func (o *GetJourneySessionOutcomescoresRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresRequestTimeout) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresRequestTimeout) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresRequestTimeout) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresRequestTimeout) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresRequestTimeout) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresRequestTimeout) String() string
- type GetJourneySessionOutcomescoresServiceUnavailable
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) Error() string
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresServiceUnavailable) String() string
- type GetJourneySessionOutcomescoresTooManyRequests
- func (o *GetJourneySessionOutcomescoresTooManyRequests) Error() string
- func (o *GetJourneySessionOutcomescoresTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresTooManyRequests) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresTooManyRequests) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresTooManyRequests) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresTooManyRequests) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresTooManyRequests) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresTooManyRequests) String() string
- type GetJourneySessionOutcomescoresUnauthorized
- func (o *GetJourneySessionOutcomescoresUnauthorized) Error() string
- func (o *GetJourneySessionOutcomescoresUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresUnauthorized) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresUnauthorized) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresUnauthorized) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresUnauthorized) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresUnauthorized) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresUnauthorized) String() string
- type GetJourneySessionOutcomescoresUnsupportedMediaType
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) Error() string
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) String() string
- type GetJourneySessionParams
- func NewGetJourneySessionParams() *GetJourneySessionParams
- func NewGetJourneySessionParamsWithContext(ctx context.Context) *GetJourneySessionParams
- func NewGetJourneySessionParamsWithHTTPClient(client *http.Client) *GetJourneySessionParams
- func NewGetJourneySessionParamsWithTimeout(timeout time.Duration) *GetJourneySessionParams
- func (o *GetJourneySessionParams) SetContext(ctx context.Context)
- func (o *GetJourneySessionParams) SetDefaults()
- func (o *GetJourneySessionParams) SetHTTPClient(client *http.Client)
- func (o *GetJourneySessionParams) SetSessionID(sessionID string)
- func (o *GetJourneySessionParams) SetTimeout(timeout time.Duration)
- func (o *GetJourneySessionParams) WithContext(ctx context.Context) *GetJourneySessionParams
- func (o *GetJourneySessionParams) WithDefaults() *GetJourneySessionParams
- func (o *GetJourneySessionParams) WithHTTPClient(client *http.Client) *GetJourneySessionParams
- func (o *GetJourneySessionParams) WithSessionID(sessionID string) *GetJourneySessionParams
- func (o *GetJourneySessionParams) WithTimeout(timeout time.Duration) *GetJourneySessionParams
- func (o *GetJourneySessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJourneySessionReader
- type GetJourneySessionRequestEntityTooLarge
- func (o *GetJourneySessionRequestEntityTooLarge) Error() string
- func (o *GetJourneySessionRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionRequestEntityTooLarge) IsClientError() bool
- func (o *GetJourneySessionRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetJourneySessionRequestEntityTooLarge) IsRedirect() bool
- func (o *GetJourneySessionRequestEntityTooLarge) IsServerError() bool
- func (o *GetJourneySessionRequestEntityTooLarge) IsSuccess() bool
- func (o *GetJourneySessionRequestEntityTooLarge) String() string
- type GetJourneySessionRequestTimeout
- func (o *GetJourneySessionRequestTimeout) Error() string
- func (o *GetJourneySessionRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionRequestTimeout) IsClientError() bool
- func (o *GetJourneySessionRequestTimeout) IsCode(code int) bool
- func (o *GetJourneySessionRequestTimeout) IsRedirect() bool
- func (o *GetJourneySessionRequestTimeout) IsServerError() bool
- func (o *GetJourneySessionRequestTimeout) IsSuccess() bool
- func (o *GetJourneySessionRequestTimeout) String() string
- type GetJourneySessionServiceUnavailable
- func (o *GetJourneySessionServiceUnavailable) Error() string
- func (o *GetJourneySessionServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionServiceUnavailable) IsClientError() bool
- func (o *GetJourneySessionServiceUnavailable) IsCode(code int) bool
- func (o *GetJourneySessionServiceUnavailable) IsRedirect() bool
- func (o *GetJourneySessionServiceUnavailable) IsServerError() bool
- func (o *GetJourneySessionServiceUnavailable) IsSuccess() bool
- func (o *GetJourneySessionServiceUnavailable) String() string
- type GetJourneySessionTooManyRequests
- func (o *GetJourneySessionTooManyRequests) Error() string
- func (o *GetJourneySessionTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionTooManyRequests) IsClientError() bool
- func (o *GetJourneySessionTooManyRequests) IsCode(code int) bool
- func (o *GetJourneySessionTooManyRequests) IsRedirect() bool
- func (o *GetJourneySessionTooManyRequests) IsServerError() bool
- func (o *GetJourneySessionTooManyRequests) IsSuccess() bool
- func (o *GetJourneySessionTooManyRequests) String() string
- type GetJourneySessionUnauthorized
- func (o *GetJourneySessionUnauthorized) Error() string
- func (o *GetJourneySessionUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionUnauthorized) IsClientError() bool
- func (o *GetJourneySessionUnauthorized) IsCode(code int) bool
- func (o *GetJourneySessionUnauthorized) IsRedirect() bool
- func (o *GetJourneySessionUnauthorized) IsServerError() bool
- func (o *GetJourneySessionUnauthorized) IsSuccess() bool
- func (o *GetJourneySessionUnauthorized) String() string
- type GetJourneySessionUnsupportedMediaType
- func (o *GetJourneySessionUnsupportedMediaType) Error() string
- func (o *GetJourneySessionUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetJourneySessionUnsupportedMediaType) IsClientError() bool
- func (o *GetJourneySessionUnsupportedMediaType) IsCode(code int) bool
- func (o *GetJourneySessionUnsupportedMediaType) IsRedirect() bool
- func (o *GetJourneySessionUnsupportedMediaType) IsServerError() bool
- func (o *GetJourneySessionUnsupportedMediaType) IsSuccess() bool
- func (o *GetJourneySessionUnsupportedMediaType) String() string
- type PatchJourneyActionmapBadRequest
- func (o *PatchJourneyActionmapBadRequest) Error() string
- func (o *PatchJourneyActionmapBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapBadRequest) IsClientError() bool
- func (o *PatchJourneyActionmapBadRequest) IsCode(code int) bool
- func (o *PatchJourneyActionmapBadRequest) IsRedirect() bool
- func (o *PatchJourneyActionmapBadRequest) IsServerError() bool
- func (o *PatchJourneyActionmapBadRequest) IsSuccess() bool
- func (o *PatchJourneyActionmapBadRequest) String() string
- type PatchJourneyActionmapConflict
- func (o *PatchJourneyActionmapConflict) Error() string
- func (o *PatchJourneyActionmapConflict) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapConflict) IsClientError() bool
- func (o *PatchJourneyActionmapConflict) IsCode(code int) bool
- func (o *PatchJourneyActionmapConflict) IsRedirect() bool
- func (o *PatchJourneyActionmapConflict) IsServerError() bool
- func (o *PatchJourneyActionmapConflict) IsSuccess() bool
- func (o *PatchJourneyActionmapConflict) String() string
- type PatchJourneyActionmapForbidden
- func (o *PatchJourneyActionmapForbidden) Error() string
- func (o *PatchJourneyActionmapForbidden) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapForbidden) IsClientError() bool
- func (o *PatchJourneyActionmapForbidden) IsCode(code int) bool
- func (o *PatchJourneyActionmapForbidden) IsRedirect() bool
- func (o *PatchJourneyActionmapForbidden) IsServerError() bool
- func (o *PatchJourneyActionmapForbidden) IsSuccess() bool
- func (o *PatchJourneyActionmapForbidden) String() string
- type PatchJourneyActionmapGatewayTimeout
- func (o *PatchJourneyActionmapGatewayTimeout) Error() string
- func (o *PatchJourneyActionmapGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapGatewayTimeout) IsClientError() bool
- func (o *PatchJourneyActionmapGatewayTimeout) IsCode(code int) bool
- func (o *PatchJourneyActionmapGatewayTimeout) IsRedirect() bool
- func (o *PatchJourneyActionmapGatewayTimeout) IsServerError() bool
- func (o *PatchJourneyActionmapGatewayTimeout) IsSuccess() bool
- func (o *PatchJourneyActionmapGatewayTimeout) String() string
- type PatchJourneyActionmapInternalServerError
- func (o *PatchJourneyActionmapInternalServerError) Error() string
- func (o *PatchJourneyActionmapInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapInternalServerError) IsClientError() bool
- func (o *PatchJourneyActionmapInternalServerError) IsCode(code int) bool
- func (o *PatchJourneyActionmapInternalServerError) IsRedirect() bool
- func (o *PatchJourneyActionmapInternalServerError) IsServerError() bool
- func (o *PatchJourneyActionmapInternalServerError) IsSuccess() bool
- func (o *PatchJourneyActionmapInternalServerError) String() string
- type PatchJourneyActionmapNotFound
- func (o *PatchJourneyActionmapNotFound) Error() string
- func (o *PatchJourneyActionmapNotFound) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapNotFound) IsClientError() bool
- func (o *PatchJourneyActionmapNotFound) IsCode(code int) bool
- func (o *PatchJourneyActionmapNotFound) IsRedirect() bool
- func (o *PatchJourneyActionmapNotFound) IsServerError() bool
- func (o *PatchJourneyActionmapNotFound) IsSuccess() bool
- func (o *PatchJourneyActionmapNotFound) String() string
- type PatchJourneyActionmapOK
- func (o *PatchJourneyActionmapOK) Error() string
- func (o *PatchJourneyActionmapOK) GetPayload() *models.ActionMap
- func (o *PatchJourneyActionmapOK) IsClientError() bool
- func (o *PatchJourneyActionmapOK) IsCode(code int) bool
- func (o *PatchJourneyActionmapOK) IsRedirect() bool
- func (o *PatchJourneyActionmapOK) IsServerError() bool
- func (o *PatchJourneyActionmapOK) IsSuccess() bool
- func (o *PatchJourneyActionmapOK) String() string
- type PatchJourneyActionmapParams
- func NewPatchJourneyActionmapParams() *PatchJourneyActionmapParams
- func NewPatchJourneyActionmapParamsWithContext(ctx context.Context) *PatchJourneyActionmapParams
- func NewPatchJourneyActionmapParamsWithHTTPClient(client *http.Client) *PatchJourneyActionmapParams
- func NewPatchJourneyActionmapParamsWithTimeout(timeout time.Duration) *PatchJourneyActionmapParams
- func (o *PatchJourneyActionmapParams) SetActionMapID(actionMapID string)
- func (o *PatchJourneyActionmapParams) SetBody(body *models.PatchActionMap)
- func (o *PatchJourneyActionmapParams) SetContext(ctx context.Context)
- func (o *PatchJourneyActionmapParams) SetDefaults()
- func (o *PatchJourneyActionmapParams) SetHTTPClient(client *http.Client)
- func (o *PatchJourneyActionmapParams) SetTimeout(timeout time.Duration)
- func (o *PatchJourneyActionmapParams) WithActionMapID(actionMapID string) *PatchJourneyActionmapParams
- func (o *PatchJourneyActionmapParams) WithBody(body *models.PatchActionMap) *PatchJourneyActionmapParams
- func (o *PatchJourneyActionmapParams) WithContext(ctx context.Context) *PatchJourneyActionmapParams
- func (o *PatchJourneyActionmapParams) WithDefaults() *PatchJourneyActionmapParams
- func (o *PatchJourneyActionmapParams) WithHTTPClient(client *http.Client) *PatchJourneyActionmapParams
- func (o *PatchJourneyActionmapParams) WithTimeout(timeout time.Duration) *PatchJourneyActionmapParams
- func (o *PatchJourneyActionmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchJourneyActionmapReader
- type PatchJourneyActionmapRequestEntityTooLarge
- func (o *PatchJourneyActionmapRequestEntityTooLarge) Error() string
- func (o *PatchJourneyActionmapRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapRequestEntityTooLarge) IsClientError() bool
- func (o *PatchJourneyActionmapRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchJourneyActionmapRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchJourneyActionmapRequestEntityTooLarge) IsServerError() bool
- func (o *PatchJourneyActionmapRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchJourneyActionmapRequestEntityTooLarge) String() string
- type PatchJourneyActionmapRequestTimeout
- func (o *PatchJourneyActionmapRequestTimeout) Error() string
- func (o *PatchJourneyActionmapRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapRequestTimeout) IsClientError() bool
- func (o *PatchJourneyActionmapRequestTimeout) IsCode(code int) bool
- func (o *PatchJourneyActionmapRequestTimeout) IsRedirect() bool
- func (o *PatchJourneyActionmapRequestTimeout) IsServerError() bool
- func (o *PatchJourneyActionmapRequestTimeout) IsSuccess() bool
- func (o *PatchJourneyActionmapRequestTimeout) String() string
- type PatchJourneyActionmapServiceUnavailable
- func (o *PatchJourneyActionmapServiceUnavailable) Error() string
- func (o *PatchJourneyActionmapServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapServiceUnavailable) IsClientError() bool
- func (o *PatchJourneyActionmapServiceUnavailable) IsCode(code int) bool
- func (o *PatchJourneyActionmapServiceUnavailable) IsRedirect() bool
- func (o *PatchJourneyActionmapServiceUnavailable) IsServerError() bool
- func (o *PatchJourneyActionmapServiceUnavailable) IsSuccess() bool
- func (o *PatchJourneyActionmapServiceUnavailable) String() string
- type PatchJourneyActionmapTooManyRequests
- func (o *PatchJourneyActionmapTooManyRequests) Error() string
- func (o *PatchJourneyActionmapTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapTooManyRequests) IsClientError() bool
- func (o *PatchJourneyActionmapTooManyRequests) IsCode(code int) bool
- func (o *PatchJourneyActionmapTooManyRequests) IsRedirect() bool
- func (o *PatchJourneyActionmapTooManyRequests) IsServerError() bool
- func (o *PatchJourneyActionmapTooManyRequests) IsSuccess() bool
- func (o *PatchJourneyActionmapTooManyRequests) String() string
- type PatchJourneyActionmapUnauthorized
- func (o *PatchJourneyActionmapUnauthorized) Error() string
- func (o *PatchJourneyActionmapUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapUnauthorized) IsClientError() bool
- func (o *PatchJourneyActionmapUnauthorized) IsCode(code int) bool
- func (o *PatchJourneyActionmapUnauthorized) IsRedirect() bool
- func (o *PatchJourneyActionmapUnauthorized) IsServerError() bool
- func (o *PatchJourneyActionmapUnauthorized) IsSuccess() bool
- func (o *PatchJourneyActionmapUnauthorized) String() string
- type PatchJourneyActionmapUnsupportedMediaType
- func (o *PatchJourneyActionmapUnsupportedMediaType) Error() string
- func (o *PatchJourneyActionmapUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActionmapUnsupportedMediaType) IsClientError() bool
- func (o *PatchJourneyActionmapUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchJourneyActionmapUnsupportedMediaType) IsRedirect() bool
- func (o *PatchJourneyActionmapUnsupportedMediaType) IsServerError() bool
- func (o *PatchJourneyActionmapUnsupportedMediaType) IsSuccess() bool
- func (o *PatchJourneyActionmapUnsupportedMediaType) String() string
- type PatchJourneyActiontargetBadRequest
- func (o *PatchJourneyActiontargetBadRequest) Error() string
- func (o *PatchJourneyActiontargetBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetBadRequest) IsClientError() bool
- func (o *PatchJourneyActiontargetBadRequest) IsCode(code int) bool
- func (o *PatchJourneyActiontargetBadRequest) IsRedirect() bool
- func (o *PatchJourneyActiontargetBadRequest) IsServerError() bool
- func (o *PatchJourneyActiontargetBadRequest) IsSuccess() bool
- func (o *PatchJourneyActiontargetBadRequest) String() string
- type PatchJourneyActiontargetForbidden
- func (o *PatchJourneyActiontargetForbidden) Error() string
- func (o *PatchJourneyActiontargetForbidden) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetForbidden) IsClientError() bool
- func (o *PatchJourneyActiontargetForbidden) IsCode(code int) bool
- func (o *PatchJourneyActiontargetForbidden) IsRedirect() bool
- func (o *PatchJourneyActiontargetForbidden) IsServerError() bool
- func (o *PatchJourneyActiontargetForbidden) IsSuccess() bool
- func (o *PatchJourneyActiontargetForbidden) String() string
- type PatchJourneyActiontargetGatewayTimeout
- func (o *PatchJourneyActiontargetGatewayTimeout) Error() string
- func (o *PatchJourneyActiontargetGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetGatewayTimeout) IsClientError() bool
- func (o *PatchJourneyActiontargetGatewayTimeout) IsCode(code int) bool
- func (o *PatchJourneyActiontargetGatewayTimeout) IsRedirect() bool
- func (o *PatchJourneyActiontargetGatewayTimeout) IsServerError() bool
- func (o *PatchJourneyActiontargetGatewayTimeout) IsSuccess() bool
- func (o *PatchJourneyActiontargetGatewayTimeout) String() string
- type PatchJourneyActiontargetInternalServerError
- func (o *PatchJourneyActiontargetInternalServerError) Error() string
- func (o *PatchJourneyActiontargetInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetInternalServerError) IsClientError() bool
- func (o *PatchJourneyActiontargetInternalServerError) IsCode(code int) bool
- func (o *PatchJourneyActiontargetInternalServerError) IsRedirect() bool
- func (o *PatchJourneyActiontargetInternalServerError) IsServerError() bool
- func (o *PatchJourneyActiontargetInternalServerError) IsSuccess() bool
- func (o *PatchJourneyActiontargetInternalServerError) String() string
- type PatchJourneyActiontargetNotFound
- func (o *PatchJourneyActiontargetNotFound) Error() string
- func (o *PatchJourneyActiontargetNotFound) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetNotFound) IsClientError() bool
- func (o *PatchJourneyActiontargetNotFound) IsCode(code int) bool
- func (o *PatchJourneyActiontargetNotFound) IsRedirect() bool
- func (o *PatchJourneyActiontargetNotFound) IsServerError() bool
- func (o *PatchJourneyActiontargetNotFound) IsSuccess() bool
- func (o *PatchJourneyActiontargetNotFound) String() string
- type PatchJourneyActiontargetOK
- func (o *PatchJourneyActiontargetOK) Error() string
- func (o *PatchJourneyActiontargetOK) GetPayload() *models.ActionTarget
- func (o *PatchJourneyActiontargetOK) IsClientError() bool
- func (o *PatchJourneyActiontargetOK) IsCode(code int) bool
- func (o *PatchJourneyActiontargetOK) IsRedirect() bool
- func (o *PatchJourneyActiontargetOK) IsServerError() bool
- func (o *PatchJourneyActiontargetOK) IsSuccess() bool
- func (o *PatchJourneyActiontargetOK) String() string
- type PatchJourneyActiontargetParams
- func NewPatchJourneyActiontargetParams() *PatchJourneyActiontargetParams
- func NewPatchJourneyActiontargetParamsWithContext(ctx context.Context) *PatchJourneyActiontargetParams
- func NewPatchJourneyActiontargetParamsWithHTTPClient(client *http.Client) *PatchJourneyActiontargetParams
- func NewPatchJourneyActiontargetParamsWithTimeout(timeout time.Duration) *PatchJourneyActiontargetParams
- func (o *PatchJourneyActiontargetParams) SetActionTargetID(actionTargetID string)
- func (o *PatchJourneyActiontargetParams) SetBody(body *models.PatchActionTarget)
- func (o *PatchJourneyActiontargetParams) SetContext(ctx context.Context)
- func (o *PatchJourneyActiontargetParams) SetDefaults()
- func (o *PatchJourneyActiontargetParams) SetHTTPClient(client *http.Client)
- func (o *PatchJourneyActiontargetParams) SetTimeout(timeout time.Duration)
- func (o *PatchJourneyActiontargetParams) WithActionTargetID(actionTargetID string) *PatchJourneyActiontargetParams
- func (o *PatchJourneyActiontargetParams) WithBody(body *models.PatchActionTarget) *PatchJourneyActiontargetParams
- func (o *PatchJourneyActiontargetParams) WithContext(ctx context.Context) *PatchJourneyActiontargetParams
- func (o *PatchJourneyActiontargetParams) WithDefaults() *PatchJourneyActiontargetParams
- func (o *PatchJourneyActiontargetParams) WithHTTPClient(client *http.Client) *PatchJourneyActiontargetParams
- func (o *PatchJourneyActiontargetParams) WithTimeout(timeout time.Duration) *PatchJourneyActiontargetParams
- func (o *PatchJourneyActiontargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchJourneyActiontargetReader
- type PatchJourneyActiontargetRequestEntityTooLarge
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) Error() string
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsClientError() bool
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsServerError() bool
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchJourneyActiontargetRequestEntityTooLarge) String() string
- type PatchJourneyActiontargetRequestTimeout
- func (o *PatchJourneyActiontargetRequestTimeout) Error() string
- func (o *PatchJourneyActiontargetRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetRequestTimeout) IsClientError() bool
- func (o *PatchJourneyActiontargetRequestTimeout) IsCode(code int) bool
- func (o *PatchJourneyActiontargetRequestTimeout) IsRedirect() bool
- func (o *PatchJourneyActiontargetRequestTimeout) IsServerError() bool
- func (o *PatchJourneyActiontargetRequestTimeout) IsSuccess() bool
- func (o *PatchJourneyActiontargetRequestTimeout) String() string
- type PatchJourneyActiontargetServiceUnavailable
- func (o *PatchJourneyActiontargetServiceUnavailable) Error() string
- func (o *PatchJourneyActiontargetServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetServiceUnavailable) IsClientError() bool
- func (o *PatchJourneyActiontargetServiceUnavailable) IsCode(code int) bool
- func (o *PatchJourneyActiontargetServiceUnavailable) IsRedirect() bool
- func (o *PatchJourneyActiontargetServiceUnavailable) IsServerError() bool
- func (o *PatchJourneyActiontargetServiceUnavailable) IsSuccess() bool
- func (o *PatchJourneyActiontargetServiceUnavailable) String() string
- type PatchJourneyActiontargetTooManyRequests
- func (o *PatchJourneyActiontargetTooManyRequests) Error() string
- func (o *PatchJourneyActiontargetTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetTooManyRequests) IsClientError() bool
- func (o *PatchJourneyActiontargetTooManyRequests) IsCode(code int) bool
- func (o *PatchJourneyActiontargetTooManyRequests) IsRedirect() bool
- func (o *PatchJourneyActiontargetTooManyRequests) IsServerError() bool
- func (o *PatchJourneyActiontargetTooManyRequests) IsSuccess() bool
- func (o *PatchJourneyActiontargetTooManyRequests) String() string
- type PatchJourneyActiontargetUnauthorized
- func (o *PatchJourneyActiontargetUnauthorized) Error() string
- func (o *PatchJourneyActiontargetUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetUnauthorized) IsClientError() bool
- func (o *PatchJourneyActiontargetUnauthorized) IsCode(code int) bool
- func (o *PatchJourneyActiontargetUnauthorized) IsRedirect() bool
- func (o *PatchJourneyActiontargetUnauthorized) IsServerError() bool
- func (o *PatchJourneyActiontargetUnauthorized) IsSuccess() bool
- func (o *PatchJourneyActiontargetUnauthorized) String() string
- type PatchJourneyActiontargetUnsupportedMediaType
- func (o *PatchJourneyActiontargetUnsupportedMediaType) Error() string
- func (o *PatchJourneyActiontargetUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontargetUnsupportedMediaType) IsClientError() bool
- func (o *PatchJourneyActiontargetUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchJourneyActiontargetUnsupportedMediaType) IsRedirect() bool
- func (o *PatchJourneyActiontargetUnsupportedMediaType) IsServerError() bool
- func (o *PatchJourneyActiontargetUnsupportedMediaType) IsSuccess() bool
- func (o *PatchJourneyActiontargetUnsupportedMediaType) String() string
- type PatchJourneyActiontemplateBadRequest
- func (o *PatchJourneyActiontemplateBadRequest) Error() string
- func (o *PatchJourneyActiontemplateBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateBadRequest) IsClientError() bool
- func (o *PatchJourneyActiontemplateBadRequest) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateBadRequest) IsRedirect() bool
- func (o *PatchJourneyActiontemplateBadRequest) IsServerError() bool
- func (o *PatchJourneyActiontemplateBadRequest) IsSuccess() bool
- func (o *PatchJourneyActiontemplateBadRequest) String() string
- type PatchJourneyActiontemplateConflict
- func (o *PatchJourneyActiontemplateConflict) Error() string
- func (o *PatchJourneyActiontemplateConflict) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateConflict) IsClientError() bool
- func (o *PatchJourneyActiontemplateConflict) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateConflict) IsRedirect() bool
- func (o *PatchJourneyActiontemplateConflict) IsServerError() bool
- func (o *PatchJourneyActiontemplateConflict) IsSuccess() bool
- func (o *PatchJourneyActiontemplateConflict) String() string
- type PatchJourneyActiontemplateForbidden
- func (o *PatchJourneyActiontemplateForbidden) Error() string
- func (o *PatchJourneyActiontemplateForbidden) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateForbidden) IsClientError() bool
- func (o *PatchJourneyActiontemplateForbidden) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateForbidden) IsRedirect() bool
- func (o *PatchJourneyActiontemplateForbidden) IsServerError() bool
- func (o *PatchJourneyActiontemplateForbidden) IsSuccess() bool
- func (o *PatchJourneyActiontemplateForbidden) String() string
- type PatchJourneyActiontemplateGatewayTimeout
- func (o *PatchJourneyActiontemplateGatewayTimeout) Error() string
- func (o *PatchJourneyActiontemplateGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateGatewayTimeout) IsClientError() bool
- func (o *PatchJourneyActiontemplateGatewayTimeout) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateGatewayTimeout) IsRedirect() bool
- func (o *PatchJourneyActiontemplateGatewayTimeout) IsServerError() bool
- func (o *PatchJourneyActiontemplateGatewayTimeout) IsSuccess() bool
- func (o *PatchJourneyActiontemplateGatewayTimeout) String() string
- type PatchJourneyActiontemplateInternalServerError
- func (o *PatchJourneyActiontemplateInternalServerError) Error() string
- func (o *PatchJourneyActiontemplateInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateInternalServerError) IsClientError() bool
- func (o *PatchJourneyActiontemplateInternalServerError) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateInternalServerError) IsRedirect() bool
- func (o *PatchJourneyActiontemplateInternalServerError) IsServerError() bool
- func (o *PatchJourneyActiontemplateInternalServerError) IsSuccess() bool
- func (o *PatchJourneyActiontemplateInternalServerError) String() string
- type PatchJourneyActiontemplateNotFound
- func (o *PatchJourneyActiontemplateNotFound) Error() string
- func (o *PatchJourneyActiontemplateNotFound) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateNotFound) IsClientError() bool
- func (o *PatchJourneyActiontemplateNotFound) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateNotFound) IsRedirect() bool
- func (o *PatchJourneyActiontemplateNotFound) IsServerError() bool
- func (o *PatchJourneyActiontemplateNotFound) IsSuccess() bool
- func (o *PatchJourneyActiontemplateNotFound) String() string
- type PatchJourneyActiontemplateOK
- func (o *PatchJourneyActiontemplateOK) Error() string
- func (o *PatchJourneyActiontemplateOK) GetPayload() *models.ActionTemplate
- func (o *PatchJourneyActiontemplateOK) IsClientError() bool
- func (o *PatchJourneyActiontemplateOK) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateOK) IsRedirect() bool
- func (o *PatchJourneyActiontemplateOK) IsServerError() bool
- func (o *PatchJourneyActiontemplateOK) IsSuccess() bool
- func (o *PatchJourneyActiontemplateOK) String() string
- type PatchJourneyActiontemplateParams
- func NewPatchJourneyActiontemplateParams() *PatchJourneyActiontemplateParams
- func NewPatchJourneyActiontemplateParamsWithContext(ctx context.Context) *PatchJourneyActiontemplateParams
- func NewPatchJourneyActiontemplateParamsWithHTTPClient(client *http.Client) *PatchJourneyActiontemplateParams
- func NewPatchJourneyActiontemplateParamsWithTimeout(timeout time.Duration) *PatchJourneyActiontemplateParams
- func (o *PatchJourneyActiontemplateParams) SetActionTemplateID(actionTemplateID string)
- func (o *PatchJourneyActiontemplateParams) SetBody(body *models.PatchActionTemplate)
- func (o *PatchJourneyActiontemplateParams) SetContext(ctx context.Context)
- func (o *PatchJourneyActiontemplateParams) SetDefaults()
- func (o *PatchJourneyActiontemplateParams) SetHTTPClient(client *http.Client)
- func (o *PatchJourneyActiontemplateParams) SetTimeout(timeout time.Duration)
- func (o *PatchJourneyActiontemplateParams) WithActionTemplateID(actionTemplateID string) *PatchJourneyActiontemplateParams
- func (o *PatchJourneyActiontemplateParams) WithBody(body *models.PatchActionTemplate) *PatchJourneyActiontemplateParams
- func (o *PatchJourneyActiontemplateParams) WithContext(ctx context.Context) *PatchJourneyActiontemplateParams
- func (o *PatchJourneyActiontemplateParams) WithDefaults() *PatchJourneyActiontemplateParams
- func (o *PatchJourneyActiontemplateParams) WithHTTPClient(client *http.Client) *PatchJourneyActiontemplateParams
- func (o *PatchJourneyActiontemplateParams) WithTimeout(timeout time.Duration) *PatchJourneyActiontemplateParams
- func (o *PatchJourneyActiontemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchJourneyActiontemplateReader
- type PatchJourneyActiontemplateRequestEntityTooLarge
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) Error() string
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsClientError() bool
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsServerError() bool
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchJourneyActiontemplateRequestEntityTooLarge) String() string
- type PatchJourneyActiontemplateRequestTimeout
- func (o *PatchJourneyActiontemplateRequestTimeout) Error() string
- func (o *PatchJourneyActiontemplateRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateRequestTimeout) IsClientError() bool
- func (o *PatchJourneyActiontemplateRequestTimeout) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateRequestTimeout) IsRedirect() bool
- func (o *PatchJourneyActiontemplateRequestTimeout) IsServerError() bool
- func (o *PatchJourneyActiontemplateRequestTimeout) IsSuccess() bool
- func (o *PatchJourneyActiontemplateRequestTimeout) String() string
- type PatchJourneyActiontemplateServiceUnavailable
- func (o *PatchJourneyActiontemplateServiceUnavailable) Error() string
- func (o *PatchJourneyActiontemplateServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateServiceUnavailable) IsClientError() bool
- func (o *PatchJourneyActiontemplateServiceUnavailable) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateServiceUnavailable) IsRedirect() bool
- func (o *PatchJourneyActiontemplateServiceUnavailable) IsServerError() bool
- func (o *PatchJourneyActiontemplateServiceUnavailable) IsSuccess() bool
- func (o *PatchJourneyActiontemplateServiceUnavailable) String() string
- type PatchJourneyActiontemplateTooManyRequests
- func (o *PatchJourneyActiontemplateTooManyRequests) Error() string
- func (o *PatchJourneyActiontemplateTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateTooManyRequests) IsClientError() bool
- func (o *PatchJourneyActiontemplateTooManyRequests) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateTooManyRequests) IsRedirect() bool
- func (o *PatchJourneyActiontemplateTooManyRequests) IsServerError() bool
- func (o *PatchJourneyActiontemplateTooManyRequests) IsSuccess() bool
- func (o *PatchJourneyActiontemplateTooManyRequests) String() string
- type PatchJourneyActiontemplateUnauthorized
- func (o *PatchJourneyActiontemplateUnauthorized) Error() string
- func (o *PatchJourneyActiontemplateUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateUnauthorized) IsClientError() bool
- func (o *PatchJourneyActiontemplateUnauthorized) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateUnauthorized) IsRedirect() bool
- func (o *PatchJourneyActiontemplateUnauthorized) IsServerError() bool
- func (o *PatchJourneyActiontemplateUnauthorized) IsSuccess() bool
- func (o *PatchJourneyActiontemplateUnauthorized) String() string
- type PatchJourneyActiontemplateUnsupportedMediaType
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) Error() string
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsClientError() bool
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsRedirect() bool
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsServerError() bool
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsSuccess() bool
- func (o *PatchJourneyActiontemplateUnsupportedMediaType) String() string
- type PatchJourneyOutcomeBadRequest
- func (o *PatchJourneyOutcomeBadRequest) Error() string
- func (o *PatchJourneyOutcomeBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeBadRequest) IsClientError() bool
- func (o *PatchJourneyOutcomeBadRequest) IsCode(code int) bool
- func (o *PatchJourneyOutcomeBadRequest) IsRedirect() bool
- func (o *PatchJourneyOutcomeBadRequest) IsServerError() bool
- func (o *PatchJourneyOutcomeBadRequest) IsSuccess() bool
- func (o *PatchJourneyOutcomeBadRequest) String() string
- type PatchJourneyOutcomeConflict
- func (o *PatchJourneyOutcomeConflict) Error() string
- func (o *PatchJourneyOutcomeConflict) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeConflict) IsClientError() bool
- func (o *PatchJourneyOutcomeConflict) IsCode(code int) bool
- func (o *PatchJourneyOutcomeConflict) IsRedirect() bool
- func (o *PatchJourneyOutcomeConflict) IsServerError() bool
- func (o *PatchJourneyOutcomeConflict) IsSuccess() bool
- func (o *PatchJourneyOutcomeConflict) String() string
- type PatchJourneyOutcomeForbidden
- func (o *PatchJourneyOutcomeForbidden) Error() string
- func (o *PatchJourneyOutcomeForbidden) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeForbidden) IsClientError() bool
- func (o *PatchJourneyOutcomeForbidden) IsCode(code int) bool
- func (o *PatchJourneyOutcomeForbidden) IsRedirect() bool
- func (o *PatchJourneyOutcomeForbidden) IsServerError() bool
- func (o *PatchJourneyOutcomeForbidden) IsSuccess() bool
- func (o *PatchJourneyOutcomeForbidden) String() string
- type PatchJourneyOutcomeGatewayTimeout
- func (o *PatchJourneyOutcomeGatewayTimeout) Error() string
- func (o *PatchJourneyOutcomeGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeGatewayTimeout) IsClientError() bool
- func (o *PatchJourneyOutcomeGatewayTimeout) IsCode(code int) bool
- func (o *PatchJourneyOutcomeGatewayTimeout) IsRedirect() bool
- func (o *PatchJourneyOutcomeGatewayTimeout) IsServerError() bool
- func (o *PatchJourneyOutcomeGatewayTimeout) IsSuccess() bool
- func (o *PatchJourneyOutcomeGatewayTimeout) String() string
- type PatchJourneyOutcomeInternalServerError
- func (o *PatchJourneyOutcomeInternalServerError) Error() string
- func (o *PatchJourneyOutcomeInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeInternalServerError) IsClientError() bool
- func (o *PatchJourneyOutcomeInternalServerError) IsCode(code int) bool
- func (o *PatchJourneyOutcomeInternalServerError) IsRedirect() bool
- func (o *PatchJourneyOutcomeInternalServerError) IsServerError() bool
- func (o *PatchJourneyOutcomeInternalServerError) IsSuccess() bool
- func (o *PatchJourneyOutcomeInternalServerError) String() string
- type PatchJourneyOutcomeNotFound
- func (o *PatchJourneyOutcomeNotFound) Error() string
- func (o *PatchJourneyOutcomeNotFound) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeNotFound) IsClientError() bool
- func (o *PatchJourneyOutcomeNotFound) IsCode(code int) bool
- func (o *PatchJourneyOutcomeNotFound) IsRedirect() bool
- func (o *PatchJourneyOutcomeNotFound) IsServerError() bool
- func (o *PatchJourneyOutcomeNotFound) IsSuccess() bool
- func (o *PatchJourneyOutcomeNotFound) String() string
- type PatchJourneyOutcomeOK
- func (o *PatchJourneyOutcomeOK) Error() string
- func (o *PatchJourneyOutcomeOK) GetPayload() *models.Outcome
- func (o *PatchJourneyOutcomeOK) IsClientError() bool
- func (o *PatchJourneyOutcomeOK) IsCode(code int) bool
- func (o *PatchJourneyOutcomeOK) IsRedirect() bool
- func (o *PatchJourneyOutcomeOK) IsServerError() bool
- func (o *PatchJourneyOutcomeOK) IsSuccess() bool
- func (o *PatchJourneyOutcomeOK) String() string
- type PatchJourneyOutcomeParams
- func NewPatchJourneyOutcomeParams() *PatchJourneyOutcomeParams
- func NewPatchJourneyOutcomeParamsWithContext(ctx context.Context) *PatchJourneyOutcomeParams
- func NewPatchJourneyOutcomeParamsWithHTTPClient(client *http.Client) *PatchJourneyOutcomeParams
- func NewPatchJourneyOutcomeParamsWithTimeout(timeout time.Duration) *PatchJourneyOutcomeParams
- func (o *PatchJourneyOutcomeParams) SetBody(body *models.PatchOutcome)
- func (o *PatchJourneyOutcomeParams) SetContext(ctx context.Context)
- func (o *PatchJourneyOutcomeParams) SetDefaults()
- func (o *PatchJourneyOutcomeParams) SetHTTPClient(client *http.Client)
- func (o *PatchJourneyOutcomeParams) SetOutcomeID(outcomeID string)
- func (o *PatchJourneyOutcomeParams) SetTimeout(timeout time.Duration)
- func (o *PatchJourneyOutcomeParams) WithBody(body *models.PatchOutcome) *PatchJourneyOutcomeParams
- func (o *PatchJourneyOutcomeParams) WithContext(ctx context.Context) *PatchJourneyOutcomeParams
- func (o *PatchJourneyOutcomeParams) WithDefaults() *PatchJourneyOutcomeParams
- func (o *PatchJourneyOutcomeParams) WithHTTPClient(client *http.Client) *PatchJourneyOutcomeParams
- func (o *PatchJourneyOutcomeParams) WithOutcomeID(outcomeID string) *PatchJourneyOutcomeParams
- func (o *PatchJourneyOutcomeParams) WithTimeout(timeout time.Duration) *PatchJourneyOutcomeParams
- func (o *PatchJourneyOutcomeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchJourneyOutcomeReader
- type PatchJourneyOutcomeRequestEntityTooLarge
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) Error() string
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsClientError() bool
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsServerError() bool
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchJourneyOutcomeRequestEntityTooLarge) String() string
- type PatchJourneyOutcomeRequestTimeout
- func (o *PatchJourneyOutcomeRequestTimeout) Error() string
- func (o *PatchJourneyOutcomeRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeRequestTimeout) IsClientError() bool
- func (o *PatchJourneyOutcomeRequestTimeout) IsCode(code int) bool
- func (o *PatchJourneyOutcomeRequestTimeout) IsRedirect() bool
- func (o *PatchJourneyOutcomeRequestTimeout) IsServerError() bool
- func (o *PatchJourneyOutcomeRequestTimeout) IsSuccess() bool
- func (o *PatchJourneyOutcomeRequestTimeout) String() string
- type PatchJourneyOutcomeServiceUnavailable
- func (o *PatchJourneyOutcomeServiceUnavailable) Error() string
- func (o *PatchJourneyOutcomeServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeServiceUnavailable) IsClientError() bool
- func (o *PatchJourneyOutcomeServiceUnavailable) IsCode(code int) bool
- func (o *PatchJourneyOutcomeServiceUnavailable) IsRedirect() bool
- func (o *PatchJourneyOutcomeServiceUnavailable) IsServerError() bool
- func (o *PatchJourneyOutcomeServiceUnavailable) IsSuccess() bool
- func (o *PatchJourneyOutcomeServiceUnavailable) String() string
- type PatchJourneyOutcomeTooManyRequests
- func (o *PatchJourneyOutcomeTooManyRequests) Error() string
- func (o *PatchJourneyOutcomeTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeTooManyRequests) IsClientError() bool
- func (o *PatchJourneyOutcomeTooManyRequests) IsCode(code int) bool
- func (o *PatchJourneyOutcomeTooManyRequests) IsRedirect() bool
- func (o *PatchJourneyOutcomeTooManyRequests) IsServerError() bool
- func (o *PatchJourneyOutcomeTooManyRequests) IsSuccess() bool
- func (o *PatchJourneyOutcomeTooManyRequests) String() string
- type PatchJourneyOutcomeUnauthorized
- func (o *PatchJourneyOutcomeUnauthorized) Error() string
- func (o *PatchJourneyOutcomeUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeUnauthorized) IsClientError() bool
- func (o *PatchJourneyOutcomeUnauthorized) IsCode(code int) bool
- func (o *PatchJourneyOutcomeUnauthorized) IsRedirect() bool
- func (o *PatchJourneyOutcomeUnauthorized) IsServerError() bool
- func (o *PatchJourneyOutcomeUnauthorized) IsSuccess() bool
- func (o *PatchJourneyOutcomeUnauthorized) String() string
- type PatchJourneyOutcomeUnsupportedMediaType
- func (o *PatchJourneyOutcomeUnsupportedMediaType) Error() string
- func (o *PatchJourneyOutcomeUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchJourneyOutcomeUnsupportedMediaType) IsClientError() bool
- func (o *PatchJourneyOutcomeUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchJourneyOutcomeUnsupportedMediaType) IsRedirect() bool
- func (o *PatchJourneyOutcomeUnsupportedMediaType) IsServerError() bool
- func (o *PatchJourneyOutcomeUnsupportedMediaType) IsSuccess() bool
- func (o *PatchJourneyOutcomeUnsupportedMediaType) String() string
- type PatchJourneySegmentBadRequest
- func (o *PatchJourneySegmentBadRequest) Error() string
- func (o *PatchJourneySegmentBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentBadRequest) IsClientError() bool
- func (o *PatchJourneySegmentBadRequest) IsCode(code int) bool
- func (o *PatchJourneySegmentBadRequest) IsRedirect() bool
- func (o *PatchJourneySegmentBadRequest) IsServerError() bool
- func (o *PatchJourneySegmentBadRequest) IsSuccess() bool
- func (o *PatchJourneySegmentBadRequest) String() string
- type PatchJourneySegmentConflict
- func (o *PatchJourneySegmentConflict) Error() string
- func (o *PatchJourneySegmentConflict) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentConflict) IsClientError() bool
- func (o *PatchJourneySegmentConflict) IsCode(code int) bool
- func (o *PatchJourneySegmentConflict) IsRedirect() bool
- func (o *PatchJourneySegmentConflict) IsServerError() bool
- func (o *PatchJourneySegmentConflict) IsSuccess() bool
- func (o *PatchJourneySegmentConflict) String() string
- type PatchJourneySegmentForbidden
- func (o *PatchJourneySegmentForbidden) Error() string
- func (o *PatchJourneySegmentForbidden) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentForbidden) IsClientError() bool
- func (o *PatchJourneySegmentForbidden) IsCode(code int) bool
- func (o *PatchJourneySegmentForbidden) IsRedirect() bool
- func (o *PatchJourneySegmentForbidden) IsServerError() bool
- func (o *PatchJourneySegmentForbidden) IsSuccess() bool
- func (o *PatchJourneySegmentForbidden) String() string
- type PatchJourneySegmentGatewayTimeout
- func (o *PatchJourneySegmentGatewayTimeout) Error() string
- func (o *PatchJourneySegmentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentGatewayTimeout) IsClientError() bool
- func (o *PatchJourneySegmentGatewayTimeout) IsCode(code int) bool
- func (o *PatchJourneySegmentGatewayTimeout) IsRedirect() bool
- func (o *PatchJourneySegmentGatewayTimeout) IsServerError() bool
- func (o *PatchJourneySegmentGatewayTimeout) IsSuccess() bool
- func (o *PatchJourneySegmentGatewayTimeout) String() string
- type PatchJourneySegmentInternalServerError
- func (o *PatchJourneySegmentInternalServerError) Error() string
- func (o *PatchJourneySegmentInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentInternalServerError) IsClientError() bool
- func (o *PatchJourneySegmentInternalServerError) IsCode(code int) bool
- func (o *PatchJourneySegmentInternalServerError) IsRedirect() bool
- func (o *PatchJourneySegmentInternalServerError) IsServerError() bool
- func (o *PatchJourneySegmentInternalServerError) IsSuccess() bool
- func (o *PatchJourneySegmentInternalServerError) String() string
- type PatchJourneySegmentNotFound
- func (o *PatchJourneySegmentNotFound) Error() string
- func (o *PatchJourneySegmentNotFound) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentNotFound) IsClientError() bool
- func (o *PatchJourneySegmentNotFound) IsCode(code int) bool
- func (o *PatchJourneySegmentNotFound) IsRedirect() bool
- func (o *PatchJourneySegmentNotFound) IsServerError() bool
- func (o *PatchJourneySegmentNotFound) IsSuccess() bool
- func (o *PatchJourneySegmentNotFound) String() string
- type PatchJourneySegmentOK
- func (o *PatchJourneySegmentOK) Error() string
- func (o *PatchJourneySegmentOK) GetPayload() *models.JourneySegment
- func (o *PatchJourneySegmentOK) IsClientError() bool
- func (o *PatchJourneySegmentOK) IsCode(code int) bool
- func (o *PatchJourneySegmentOK) IsRedirect() bool
- func (o *PatchJourneySegmentOK) IsServerError() bool
- func (o *PatchJourneySegmentOK) IsSuccess() bool
- func (o *PatchJourneySegmentOK) String() string
- type PatchJourneySegmentParams
- func NewPatchJourneySegmentParams() *PatchJourneySegmentParams
- func NewPatchJourneySegmentParamsWithContext(ctx context.Context) *PatchJourneySegmentParams
- func NewPatchJourneySegmentParamsWithHTTPClient(client *http.Client) *PatchJourneySegmentParams
- func NewPatchJourneySegmentParamsWithTimeout(timeout time.Duration) *PatchJourneySegmentParams
- func (o *PatchJourneySegmentParams) SetBody(body *models.PatchSegment)
- func (o *PatchJourneySegmentParams) SetContext(ctx context.Context)
- func (o *PatchJourneySegmentParams) SetDefaults()
- func (o *PatchJourneySegmentParams) SetHTTPClient(client *http.Client)
- func (o *PatchJourneySegmentParams) SetSegmentID(segmentID string)
- func (o *PatchJourneySegmentParams) SetTimeout(timeout time.Duration)
- func (o *PatchJourneySegmentParams) WithBody(body *models.PatchSegment) *PatchJourneySegmentParams
- func (o *PatchJourneySegmentParams) WithContext(ctx context.Context) *PatchJourneySegmentParams
- func (o *PatchJourneySegmentParams) WithDefaults() *PatchJourneySegmentParams
- func (o *PatchJourneySegmentParams) WithHTTPClient(client *http.Client) *PatchJourneySegmentParams
- func (o *PatchJourneySegmentParams) WithSegmentID(segmentID string) *PatchJourneySegmentParams
- func (o *PatchJourneySegmentParams) WithTimeout(timeout time.Duration) *PatchJourneySegmentParams
- func (o *PatchJourneySegmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchJourneySegmentReader
- type PatchJourneySegmentRequestEntityTooLarge
- func (o *PatchJourneySegmentRequestEntityTooLarge) Error() string
- func (o *PatchJourneySegmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentRequestEntityTooLarge) IsClientError() bool
- func (o *PatchJourneySegmentRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchJourneySegmentRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchJourneySegmentRequestEntityTooLarge) IsServerError() bool
- func (o *PatchJourneySegmentRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchJourneySegmentRequestEntityTooLarge) String() string
- type PatchJourneySegmentRequestTimeout
- func (o *PatchJourneySegmentRequestTimeout) Error() string
- func (o *PatchJourneySegmentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentRequestTimeout) IsClientError() bool
- func (o *PatchJourneySegmentRequestTimeout) IsCode(code int) bool
- func (o *PatchJourneySegmentRequestTimeout) IsRedirect() bool
- func (o *PatchJourneySegmentRequestTimeout) IsServerError() bool
- func (o *PatchJourneySegmentRequestTimeout) IsSuccess() bool
- func (o *PatchJourneySegmentRequestTimeout) String() string
- type PatchJourneySegmentServiceUnavailable
- func (o *PatchJourneySegmentServiceUnavailable) Error() string
- func (o *PatchJourneySegmentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentServiceUnavailable) IsClientError() bool
- func (o *PatchJourneySegmentServiceUnavailable) IsCode(code int) bool
- func (o *PatchJourneySegmentServiceUnavailable) IsRedirect() bool
- func (o *PatchJourneySegmentServiceUnavailable) IsServerError() bool
- func (o *PatchJourneySegmentServiceUnavailable) IsSuccess() bool
- func (o *PatchJourneySegmentServiceUnavailable) String() string
- type PatchJourneySegmentTooManyRequests
- func (o *PatchJourneySegmentTooManyRequests) Error() string
- func (o *PatchJourneySegmentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentTooManyRequests) IsClientError() bool
- func (o *PatchJourneySegmentTooManyRequests) IsCode(code int) bool
- func (o *PatchJourneySegmentTooManyRequests) IsRedirect() bool
- func (o *PatchJourneySegmentTooManyRequests) IsServerError() bool
- func (o *PatchJourneySegmentTooManyRequests) IsSuccess() bool
- func (o *PatchJourneySegmentTooManyRequests) String() string
- type PatchJourneySegmentUnauthorized
- func (o *PatchJourneySegmentUnauthorized) Error() string
- func (o *PatchJourneySegmentUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentUnauthorized) IsClientError() bool
- func (o *PatchJourneySegmentUnauthorized) IsCode(code int) bool
- func (o *PatchJourneySegmentUnauthorized) IsRedirect() bool
- func (o *PatchJourneySegmentUnauthorized) IsServerError() bool
- func (o *PatchJourneySegmentUnauthorized) IsSuccess() bool
- func (o *PatchJourneySegmentUnauthorized) String() string
- type PatchJourneySegmentUnsupportedMediaType
- func (o *PatchJourneySegmentUnsupportedMediaType) Error() string
- func (o *PatchJourneySegmentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchJourneySegmentUnsupportedMediaType) IsClientError() bool
- func (o *PatchJourneySegmentUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchJourneySegmentUnsupportedMediaType) IsRedirect() bool
- func (o *PatchJourneySegmentUnsupportedMediaType) IsServerError() bool
- func (o *PatchJourneySegmentUnsupportedMediaType) IsSuccess() bool
- func (o *PatchJourneySegmentUnsupportedMediaType) String() string
- type PostJourneyActionmapsBadRequest
- func (o *PostJourneyActionmapsBadRequest) Error() string
- func (o *PostJourneyActionmapsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsBadRequest) IsClientError() bool
- func (o *PostJourneyActionmapsBadRequest) IsCode(code int) bool
- func (o *PostJourneyActionmapsBadRequest) IsRedirect() bool
- func (o *PostJourneyActionmapsBadRequest) IsServerError() bool
- func (o *PostJourneyActionmapsBadRequest) IsSuccess() bool
- func (o *PostJourneyActionmapsBadRequest) String() string
- type PostJourneyActionmapsConflict
- func (o *PostJourneyActionmapsConflict) Error() string
- func (o *PostJourneyActionmapsConflict) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsConflict) IsClientError() bool
- func (o *PostJourneyActionmapsConflict) IsCode(code int) bool
- func (o *PostJourneyActionmapsConflict) IsRedirect() bool
- func (o *PostJourneyActionmapsConflict) IsServerError() bool
- func (o *PostJourneyActionmapsConflict) IsSuccess() bool
- func (o *PostJourneyActionmapsConflict) String() string
- type PostJourneyActionmapsCreated
- func (o *PostJourneyActionmapsCreated) Error() string
- func (o *PostJourneyActionmapsCreated) GetPayload() *models.ActionMap
- func (o *PostJourneyActionmapsCreated) IsClientError() bool
- func (o *PostJourneyActionmapsCreated) IsCode(code int) bool
- func (o *PostJourneyActionmapsCreated) IsRedirect() bool
- func (o *PostJourneyActionmapsCreated) IsServerError() bool
- func (o *PostJourneyActionmapsCreated) IsSuccess() bool
- func (o *PostJourneyActionmapsCreated) String() string
- type PostJourneyActionmapsEstimatesJobsAccepted
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) GetPayload() *models.EstimateJobAsyncResponse
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsAccepted) String() string
- type PostJourneyActionmapsEstimatesJobsBadRequest
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsBadRequest) String() string
- type PostJourneyActionmapsEstimatesJobsForbidden
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsForbidden) String() string
- type PostJourneyActionmapsEstimatesJobsGatewayTimeout
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) String() string
- type PostJourneyActionmapsEstimatesJobsInternalServerError
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) String() string
- type PostJourneyActionmapsEstimatesJobsNotFound
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsNotFound) String() string
- type PostJourneyActionmapsEstimatesJobsParams
- func NewPostJourneyActionmapsEstimatesJobsParams() *PostJourneyActionmapsEstimatesJobsParams
- func NewPostJourneyActionmapsEstimatesJobsParamsWithContext(ctx context.Context) *PostJourneyActionmapsEstimatesJobsParams
- func NewPostJourneyActionmapsEstimatesJobsParamsWithHTTPClient(client *http.Client) *PostJourneyActionmapsEstimatesJobsParams
- func NewPostJourneyActionmapsEstimatesJobsParamsWithTimeout(timeout time.Duration) *PostJourneyActionmapsEstimatesJobsParams
- func (o *PostJourneyActionmapsEstimatesJobsParams) SetBody(body *models.ActionMapEstimateRequest)
- func (o *PostJourneyActionmapsEstimatesJobsParams) SetContext(ctx context.Context)
- func (o *PostJourneyActionmapsEstimatesJobsParams) SetDefaults()
- func (o *PostJourneyActionmapsEstimatesJobsParams) SetHTTPClient(client *http.Client)
- func (o *PostJourneyActionmapsEstimatesJobsParams) SetTimeout(timeout time.Duration)
- func (o *PostJourneyActionmapsEstimatesJobsParams) WithBody(body *models.ActionMapEstimateRequest) *PostJourneyActionmapsEstimatesJobsParams
- func (o *PostJourneyActionmapsEstimatesJobsParams) WithContext(ctx context.Context) *PostJourneyActionmapsEstimatesJobsParams
- func (o *PostJourneyActionmapsEstimatesJobsParams) WithDefaults() *PostJourneyActionmapsEstimatesJobsParams
- func (o *PostJourneyActionmapsEstimatesJobsParams) WithHTTPClient(client *http.Client) *PostJourneyActionmapsEstimatesJobsParams
- func (o *PostJourneyActionmapsEstimatesJobsParams) WithTimeout(timeout time.Duration) *PostJourneyActionmapsEstimatesJobsParams
- func (o *PostJourneyActionmapsEstimatesJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJourneyActionmapsEstimatesJobsReader
- type PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) String() string
- type PostJourneyActionmapsEstimatesJobsRequestTimeout
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) String() string
- type PostJourneyActionmapsEstimatesJobsServiceUnavailable
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) String() string
- type PostJourneyActionmapsEstimatesJobsTooManyRequests
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) String() string
- type PostJourneyActionmapsEstimatesJobsUnauthorized
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) String() string
- type PostJourneyActionmapsEstimatesJobsUnsupportedMediaType
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) Error() string
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsClientError() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsRedirect() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsServerError() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsSuccess() bool
- func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) String() string
- type PostJourneyActionmapsForbidden
- func (o *PostJourneyActionmapsForbidden) Error() string
- func (o *PostJourneyActionmapsForbidden) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsForbidden) IsClientError() bool
- func (o *PostJourneyActionmapsForbidden) IsCode(code int) bool
- func (o *PostJourneyActionmapsForbidden) IsRedirect() bool
- func (o *PostJourneyActionmapsForbidden) IsServerError() bool
- func (o *PostJourneyActionmapsForbidden) IsSuccess() bool
- func (o *PostJourneyActionmapsForbidden) String() string
- type PostJourneyActionmapsGatewayTimeout
- func (o *PostJourneyActionmapsGatewayTimeout) Error() string
- func (o *PostJourneyActionmapsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsGatewayTimeout) IsClientError() bool
- func (o *PostJourneyActionmapsGatewayTimeout) IsCode(code int) bool
- func (o *PostJourneyActionmapsGatewayTimeout) IsRedirect() bool
- func (o *PostJourneyActionmapsGatewayTimeout) IsServerError() bool
- func (o *PostJourneyActionmapsGatewayTimeout) IsSuccess() bool
- func (o *PostJourneyActionmapsGatewayTimeout) String() string
- type PostJourneyActionmapsInternalServerError
- func (o *PostJourneyActionmapsInternalServerError) Error() string
- func (o *PostJourneyActionmapsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsInternalServerError) IsClientError() bool
- func (o *PostJourneyActionmapsInternalServerError) IsCode(code int) bool
- func (o *PostJourneyActionmapsInternalServerError) IsRedirect() bool
- func (o *PostJourneyActionmapsInternalServerError) IsServerError() bool
- func (o *PostJourneyActionmapsInternalServerError) IsSuccess() bool
- func (o *PostJourneyActionmapsInternalServerError) String() string
- type PostJourneyActionmapsNotFound
- func (o *PostJourneyActionmapsNotFound) Error() string
- func (o *PostJourneyActionmapsNotFound) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsNotFound) IsClientError() bool
- func (o *PostJourneyActionmapsNotFound) IsCode(code int) bool
- func (o *PostJourneyActionmapsNotFound) IsRedirect() bool
- func (o *PostJourneyActionmapsNotFound) IsServerError() bool
- func (o *PostJourneyActionmapsNotFound) IsSuccess() bool
- func (o *PostJourneyActionmapsNotFound) String() string
- type PostJourneyActionmapsOK
- func (o *PostJourneyActionmapsOK) Error() string
- func (o *PostJourneyActionmapsOK) GetPayload() *models.ActionMap
- func (o *PostJourneyActionmapsOK) IsClientError() bool
- func (o *PostJourneyActionmapsOK) IsCode(code int) bool
- func (o *PostJourneyActionmapsOK) IsRedirect() bool
- func (o *PostJourneyActionmapsOK) IsServerError() bool
- func (o *PostJourneyActionmapsOK) IsSuccess() bool
- func (o *PostJourneyActionmapsOK) String() string
- type PostJourneyActionmapsParams
- func NewPostJourneyActionmapsParams() *PostJourneyActionmapsParams
- func NewPostJourneyActionmapsParamsWithContext(ctx context.Context) *PostJourneyActionmapsParams
- func NewPostJourneyActionmapsParamsWithHTTPClient(client *http.Client) *PostJourneyActionmapsParams
- func NewPostJourneyActionmapsParamsWithTimeout(timeout time.Duration) *PostJourneyActionmapsParams
- func (o *PostJourneyActionmapsParams) SetBody(body *models.ActionMap)
- func (o *PostJourneyActionmapsParams) SetContext(ctx context.Context)
- func (o *PostJourneyActionmapsParams) SetDefaults()
- func (o *PostJourneyActionmapsParams) SetHTTPClient(client *http.Client)
- func (o *PostJourneyActionmapsParams) SetTimeout(timeout time.Duration)
- func (o *PostJourneyActionmapsParams) WithBody(body *models.ActionMap) *PostJourneyActionmapsParams
- func (o *PostJourneyActionmapsParams) WithContext(ctx context.Context) *PostJourneyActionmapsParams
- func (o *PostJourneyActionmapsParams) WithDefaults() *PostJourneyActionmapsParams
- func (o *PostJourneyActionmapsParams) WithHTTPClient(client *http.Client) *PostJourneyActionmapsParams
- func (o *PostJourneyActionmapsParams) WithTimeout(timeout time.Duration) *PostJourneyActionmapsParams
- func (o *PostJourneyActionmapsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJourneyActionmapsReader
- type PostJourneyActionmapsRequestEntityTooLarge
- func (o *PostJourneyActionmapsRequestEntityTooLarge) Error() string
- func (o *PostJourneyActionmapsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsRequestEntityTooLarge) IsClientError() bool
- func (o *PostJourneyActionmapsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostJourneyActionmapsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostJourneyActionmapsRequestEntityTooLarge) IsServerError() bool
- func (o *PostJourneyActionmapsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostJourneyActionmapsRequestEntityTooLarge) String() string
- type PostJourneyActionmapsRequestTimeout
- func (o *PostJourneyActionmapsRequestTimeout) Error() string
- func (o *PostJourneyActionmapsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsRequestTimeout) IsClientError() bool
- func (o *PostJourneyActionmapsRequestTimeout) IsCode(code int) bool
- func (o *PostJourneyActionmapsRequestTimeout) IsRedirect() bool
- func (o *PostJourneyActionmapsRequestTimeout) IsServerError() bool
- func (o *PostJourneyActionmapsRequestTimeout) IsSuccess() bool
- func (o *PostJourneyActionmapsRequestTimeout) String() string
- type PostJourneyActionmapsServiceUnavailable
- func (o *PostJourneyActionmapsServiceUnavailable) Error() string
- func (o *PostJourneyActionmapsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsServiceUnavailable) IsClientError() bool
- func (o *PostJourneyActionmapsServiceUnavailable) IsCode(code int) bool
- func (o *PostJourneyActionmapsServiceUnavailable) IsRedirect() bool
- func (o *PostJourneyActionmapsServiceUnavailable) IsServerError() bool
- func (o *PostJourneyActionmapsServiceUnavailable) IsSuccess() bool
- func (o *PostJourneyActionmapsServiceUnavailable) String() string
- type PostJourneyActionmapsTooManyRequests
- func (o *PostJourneyActionmapsTooManyRequests) Error() string
- func (o *PostJourneyActionmapsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsTooManyRequests) IsClientError() bool
- func (o *PostJourneyActionmapsTooManyRequests) IsCode(code int) bool
- func (o *PostJourneyActionmapsTooManyRequests) IsRedirect() bool
- func (o *PostJourneyActionmapsTooManyRequests) IsServerError() bool
- func (o *PostJourneyActionmapsTooManyRequests) IsSuccess() bool
- func (o *PostJourneyActionmapsTooManyRequests) String() string
- type PostJourneyActionmapsUnauthorized
- func (o *PostJourneyActionmapsUnauthorized) Error() string
- func (o *PostJourneyActionmapsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsUnauthorized) IsClientError() bool
- func (o *PostJourneyActionmapsUnauthorized) IsCode(code int) bool
- func (o *PostJourneyActionmapsUnauthorized) IsRedirect() bool
- func (o *PostJourneyActionmapsUnauthorized) IsServerError() bool
- func (o *PostJourneyActionmapsUnauthorized) IsSuccess() bool
- func (o *PostJourneyActionmapsUnauthorized) String() string
- type PostJourneyActionmapsUnsupportedMediaType
- func (o *PostJourneyActionmapsUnsupportedMediaType) Error() string
- func (o *PostJourneyActionmapsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostJourneyActionmapsUnsupportedMediaType) IsClientError() bool
- func (o *PostJourneyActionmapsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostJourneyActionmapsUnsupportedMediaType) IsRedirect() bool
- func (o *PostJourneyActionmapsUnsupportedMediaType) IsServerError() bool
- func (o *PostJourneyActionmapsUnsupportedMediaType) IsSuccess() bool
- func (o *PostJourneyActionmapsUnsupportedMediaType) String() string
- type PostJourneyActiontemplatesBadRequest
- func (o *PostJourneyActiontemplatesBadRequest) Error() string
- func (o *PostJourneyActiontemplatesBadRequest) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesBadRequest) IsClientError() bool
- func (o *PostJourneyActiontemplatesBadRequest) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesBadRequest) IsRedirect() bool
- func (o *PostJourneyActiontemplatesBadRequest) IsServerError() bool
- func (o *PostJourneyActiontemplatesBadRequest) IsSuccess() bool
- func (o *PostJourneyActiontemplatesBadRequest) String() string
- type PostJourneyActiontemplatesConflict
- func (o *PostJourneyActiontemplatesConflict) Error() string
- func (o *PostJourneyActiontemplatesConflict) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesConflict) IsClientError() bool
- func (o *PostJourneyActiontemplatesConflict) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesConflict) IsRedirect() bool
- func (o *PostJourneyActiontemplatesConflict) IsServerError() bool
- func (o *PostJourneyActiontemplatesConflict) IsSuccess() bool
- func (o *PostJourneyActiontemplatesConflict) String() string
- type PostJourneyActiontemplatesCreated
- func (o *PostJourneyActiontemplatesCreated) Error() string
- func (o *PostJourneyActiontemplatesCreated) GetPayload() *models.ActionTemplate
- func (o *PostJourneyActiontemplatesCreated) IsClientError() bool
- func (o *PostJourneyActiontemplatesCreated) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesCreated) IsRedirect() bool
- func (o *PostJourneyActiontemplatesCreated) IsServerError() bool
- func (o *PostJourneyActiontemplatesCreated) IsSuccess() bool
- func (o *PostJourneyActiontemplatesCreated) String() string
- type PostJourneyActiontemplatesForbidden
- func (o *PostJourneyActiontemplatesForbidden) Error() string
- func (o *PostJourneyActiontemplatesForbidden) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesForbidden) IsClientError() bool
- func (o *PostJourneyActiontemplatesForbidden) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesForbidden) IsRedirect() bool
- func (o *PostJourneyActiontemplatesForbidden) IsServerError() bool
- func (o *PostJourneyActiontemplatesForbidden) IsSuccess() bool
- func (o *PostJourneyActiontemplatesForbidden) String() string
- type PostJourneyActiontemplatesGatewayTimeout
- func (o *PostJourneyActiontemplatesGatewayTimeout) Error() string
- func (o *PostJourneyActiontemplatesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesGatewayTimeout) IsClientError() bool
- func (o *PostJourneyActiontemplatesGatewayTimeout) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesGatewayTimeout) IsRedirect() bool
- func (o *PostJourneyActiontemplatesGatewayTimeout) IsServerError() bool
- func (o *PostJourneyActiontemplatesGatewayTimeout) IsSuccess() bool
- func (o *PostJourneyActiontemplatesGatewayTimeout) String() string
- type PostJourneyActiontemplatesInternalServerError
- func (o *PostJourneyActiontemplatesInternalServerError) Error() string
- func (o *PostJourneyActiontemplatesInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesInternalServerError) IsClientError() bool
- func (o *PostJourneyActiontemplatesInternalServerError) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesInternalServerError) IsRedirect() bool
- func (o *PostJourneyActiontemplatesInternalServerError) IsServerError() bool
- func (o *PostJourneyActiontemplatesInternalServerError) IsSuccess() bool
- func (o *PostJourneyActiontemplatesInternalServerError) String() string
- type PostJourneyActiontemplatesNotFound
- func (o *PostJourneyActiontemplatesNotFound) Error() string
- func (o *PostJourneyActiontemplatesNotFound) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesNotFound) IsClientError() bool
- func (o *PostJourneyActiontemplatesNotFound) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesNotFound) IsRedirect() bool
- func (o *PostJourneyActiontemplatesNotFound) IsServerError() bool
- func (o *PostJourneyActiontemplatesNotFound) IsSuccess() bool
- func (o *PostJourneyActiontemplatesNotFound) String() string
- type PostJourneyActiontemplatesOK
- func (o *PostJourneyActiontemplatesOK) Error() string
- func (o *PostJourneyActiontemplatesOK) GetPayload() *models.ActionTemplate
- func (o *PostJourneyActiontemplatesOK) IsClientError() bool
- func (o *PostJourneyActiontemplatesOK) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesOK) IsRedirect() bool
- func (o *PostJourneyActiontemplatesOK) IsServerError() bool
- func (o *PostJourneyActiontemplatesOK) IsSuccess() bool
- func (o *PostJourneyActiontemplatesOK) String() string
- type PostJourneyActiontemplatesParams
- func NewPostJourneyActiontemplatesParams() *PostJourneyActiontemplatesParams
- func NewPostJourneyActiontemplatesParamsWithContext(ctx context.Context) *PostJourneyActiontemplatesParams
- func NewPostJourneyActiontemplatesParamsWithHTTPClient(client *http.Client) *PostJourneyActiontemplatesParams
- func NewPostJourneyActiontemplatesParamsWithTimeout(timeout time.Duration) *PostJourneyActiontemplatesParams
- func (o *PostJourneyActiontemplatesParams) SetBody(body *models.ActionTemplate)
- func (o *PostJourneyActiontemplatesParams) SetContext(ctx context.Context)
- func (o *PostJourneyActiontemplatesParams) SetDefaults()
- func (o *PostJourneyActiontemplatesParams) SetHTTPClient(client *http.Client)
- func (o *PostJourneyActiontemplatesParams) SetTimeout(timeout time.Duration)
- func (o *PostJourneyActiontemplatesParams) WithBody(body *models.ActionTemplate) *PostJourneyActiontemplatesParams
- func (o *PostJourneyActiontemplatesParams) WithContext(ctx context.Context) *PostJourneyActiontemplatesParams
- func (o *PostJourneyActiontemplatesParams) WithDefaults() *PostJourneyActiontemplatesParams
- func (o *PostJourneyActiontemplatesParams) WithHTTPClient(client *http.Client) *PostJourneyActiontemplatesParams
- func (o *PostJourneyActiontemplatesParams) WithTimeout(timeout time.Duration) *PostJourneyActiontemplatesParams
- func (o *PostJourneyActiontemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJourneyActiontemplatesReader
- type PostJourneyActiontemplatesRequestEntityTooLarge
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) Error() string
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsClientError() bool
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsRedirect() bool
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsServerError() bool
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsSuccess() bool
- func (o *PostJourneyActiontemplatesRequestEntityTooLarge) String() string
- type PostJourneyActiontemplatesRequestTimeout
- func (o *PostJourneyActiontemplatesRequestTimeout) Error() string
- func (o *PostJourneyActiontemplatesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesRequestTimeout) IsClientError() bool
- func (o *PostJourneyActiontemplatesRequestTimeout) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesRequestTimeout) IsRedirect() bool
- func (o *PostJourneyActiontemplatesRequestTimeout) IsServerError() bool
- func (o *PostJourneyActiontemplatesRequestTimeout) IsSuccess() bool
- func (o *PostJourneyActiontemplatesRequestTimeout) String() string
- type PostJourneyActiontemplatesServiceUnavailable
- func (o *PostJourneyActiontemplatesServiceUnavailable) Error() string
- func (o *PostJourneyActiontemplatesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesServiceUnavailable) IsClientError() bool
- func (o *PostJourneyActiontemplatesServiceUnavailable) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesServiceUnavailable) IsRedirect() bool
- func (o *PostJourneyActiontemplatesServiceUnavailable) IsServerError() bool
- func (o *PostJourneyActiontemplatesServiceUnavailable) IsSuccess() bool
- func (o *PostJourneyActiontemplatesServiceUnavailable) String() string
- type PostJourneyActiontemplatesTooManyRequests
- func (o *PostJourneyActiontemplatesTooManyRequests) Error() string
- func (o *PostJourneyActiontemplatesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesTooManyRequests) IsClientError() bool
- func (o *PostJourneyActiontemplatesTooManyRequests) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesTooManyRequests) IsRedirect() bool
- func (o *PostJourneyActiontemplatesTooManyRequests) IsServerError() bool
- func (o *PostJourneyActiontemplatesTooManyRequests) IsSuccess() bool
- func (o *PostJourneyActiontemplatesTooManyRequests) String() string
- type PostJourneyActiontemplatesUnauthorized
- func (o *PostJourneyActiontemplatesUnauthorized) Error() string
- func (o *PostJourneyActiontemplatesUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesUnauthorized) IsClientError() bool
- func (o *PostJourneyActiontemplatesUnauthorized) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesUnauthorized) IsRedirect() bool
- func (o *PostJourneyActiontemplatesUnauthorized) IsServerError() bool
- func (o *PostJourneyActiontemplatesUnauthorized) IsSuccess() bool
- func (o *PostJourneyActiontemplatesUnauthorized) String() string
- type PostJourneyActiontemplatesUnsupportedMediaType
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) Error() string
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsClientError() bool
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsCode(code int) bool
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsRedirect() bool
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsServerError() bool
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsSuccess() bool
- func (o *PostJourneyActiontemplatesUnsupportedMediaType) String() string
- type PostJourneyOutcomesBadRequest
- func (o *PostJourneyOutcomesBadRequest) Error() string
- func (o *PostJourneyOutcomesBadRequest) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesBadRequest) IsClientError() bool
- func (o *PostJourneyOutcomesBadRequest) IsCode(code int) bool
- func (o *PostJourneyOutcomesBadRequest) IsRedirect() bool
- func (o *PostJourneyOutcomesBadRequest) IsServerError() bool
- func (o *PostJourneyOutcomesBadRequest) IsSuccess() bool
- func (o *PostJourneyOutcomesBadRequest) String() string
- type PostJourneyOutcomesConflict
- func (o *PostJourneyOutcomesConflict) Error() string
- func (o *PostJourneyOutcomesConflict) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesConflict) IsClientError() bool
- func (o *PostJourneyOutcomesConflict) IsCode(code int) bool
- func (o *PostJourneyOutcomesConflict) IsRedirect() bool
- func (o *PostJourneyOutcomesConflict) IsServerError() bool
- func (o *PostJourneyOutcomesConflict) IsSuccess() bool
- func (o *PostJourneyOutcomesConflict) String() string
- type PostJourneyOutcomesCreated
- func (o *PostJourneyOutcomesCreated) Error() string
- func (o *PostJourneyOutcomesCreated) GetPayload() *models.Outcome
- func (o *PostJourneyOutcomesCreated) IsClientError() bool
- func (o *PostJourneyOutcomesCreated) IsCode(code int) bool
- func (o *PostJourneyOutcomesCreated) IsRedirect() bool
- func (o *PostJourneyOutcomesCreated) IsServerError() bool
- func (o *PostJourneyOutcomesCreated) IsSuccess() bool
- func (o *PostJourneyOutcomesCreated) String() string
- type PostJourneyOutcomesForbidden
- func (o *PostJourneyOutcomesForbidden) Error() string
- func (o *PostJourneyOutcomesForbidden) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesForbidden) IsClientError() bool
- func (o *PostJourneyOutcomesForbidden) IsCode(code int) bool
- func (o *PostJourneyOutcomesForbidden) IsRedirect() bool
- func (o *PostJourneyOutcomesForbidden) IsServerError() bool
- func (o *PostJourneyOutcomesForbidden) IsSuccess() bool
- func (o *PostJourneyOutcomesForbidden) String() string
- type PostJourneyOutcomesGatewayTimeout
- func (o *PostJourneyOutcomesGatewayTimeout) Error() string
- func (o *PostJourneyOutcomesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesGatewayTimeout) IsClientError() bool
- func (o *PostJourneyOutcomesGatewayTimeout) IsCode(code int) bool
- func (o *PostJourneyOutcomesGatewayTimeout) IsRedirect() bool
- func (o *PostJourneyOutcomesGatewayTimeout) IsServerError() bool
- func (o *PostJourneyOutcomesGatewayTimeout) IsSuccess() bool
- func (o *PostJourneyOutcomesGatewayTimeout) String() string
- type PostJourneyOutcomesInternalServerError
- func (o *PostJourneyOutcomesInternalServerError) Error() string
- func (o *PostJourneyOutcomesInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesInternalServerError) IsClientError() bool
- func (o *PostJourneyOutcomesInternalServerError) IsCode(code int) bool
- func (o *PostJourneyOutcomesInternalServerError) IsRedirect() bool
- func (o *PostJourneyOutcomesInternalServerError) IsServerError() bool
- func (o *PostJourneyOutcomesInternalServerError) IsSuccess() bool
- func (o *PostJourneyOutcomesInternalServerError) String() string
- type PostJourneyOutcomesNotFound
- func (o *PostJourneyOutcomesNotFound) Error() string
- func (o *PostJourneyOutcomesNotFound) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesNotFound) IsClientError() bool
- func (o *PostJourneyOutcomesNotFound) IsCode(code int) bool
- func (o *PostJourneyOutcomesNotFound) IsRedirect() bool
- func (o *PostJourneyOutcomesNotFound) IsServerError() bool
- func (o *PostJourneyOutcomesNotFound) IsSuccess() bool
- func (o *PostJourneyOutcomesNotFound) String() string
- type PostJourneyOutcomesOK
- func (o *PostJourneyOutcomesOK) Error() string
- func (o *PostJourneyOutcomesOK) GetPayload() *models.Outcome
- func (o *PostJourneyOutcomesOK) IsClientError() bool
- func (o *PostJourneyOutcomesOK) IsCode(code int) bool
- func (o *PostJourneyOutcomesOK) IsRedirect() bool
- func (o *PostJourneyOutcomesOK) IsServerError() bool
- func (o *PostJourneyOutcomesOK) IsSuccess() bool
- func (o *PostJourneyOutcomesOK) String() string
- type PostJourneyOutcomesParams
- func NewPostJourneyOutcomesParams() *PostJourneyOutcomesParams
- func NewPostJourneyOutcomesParamsWithContext(ctx context.Context) *PostJourneyOutcomesParams
- func NewPostJourneyOutcomesParamsWithHTTPClient(client *http.Client) *PostJourneyOutcomesParams
- func NewPostJourneyOutcomesParamsWithTimeout(timeout time.Duration) *PostJourneyOutcomesParams
- func (o *PostJourneyOutcomesParams) SetBody(body *models.Outcome)
- func (o *PostJourneyOutcomesParams) SetContext(ctx context.Context)
- func (o *PostJourneyOutcomesParams) SetDefaults()
- func (o *PostJourneyOutcomesParams) SetHTTPClient(client *http.Client)
- func (o *PostJourneyOutcomesParams) SetTimeout(timeout time.Duration)
- func (o *PostJourneyOutcomesParams) WithBody(body *models.Outcome) *PostJourneyOutcomesParams
- func (o *PostJourneyOutcomesParams) WithContext(ctx context.Context) *PostJourneyOutcomesParams
- func (o *PostJourneyOutcomesParams) WithDefaults() *PostJourneyOutcomesParams
- func (o *PostJourneyOutcomesParams) WithHTTPClient(client *http.Client) *PostJourneyOutcomesParams
- func (o *PostJourneyOutcomesParams) WithTimeout(timeout time.Duration) *PostJourneyOutcomesParams
- func (o *PostJourneyOutcomesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJourneyOutcomesPredictorsBadRequest
- func (o *PostJourneyOutcomesPredictorsBadRequest) Error() string
- func (o *PostJourneyOutcomesPredictorsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsBadRequest) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsBadRequest) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsBadRequest) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsBadRequest) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsBadRequest) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsBadRequest) String() string
- type PostJourneyOutcomesPredictorsConflict
- func (o *PostJourneyOutcomesPredictorsConflict) Error() string
- func (o *PostJourneyOutcomesPredictorsConflict) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsConflict) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsConflict) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsConflict) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsConflict) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsConflict) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsConflict) String() string
- type PostJourneyOutcomesPredictorsCreated
- func (o *PostJourneyOutcomesPredictorsCreated) Error() string
- func (o *PostJourneyOutcomesPredictorsCreated) GetPayload() *models.OutcomePredictor
- func (o *PostJourneyOutcomesPredictorsCreated) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsCreated) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsCreated) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsCreated) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsCreated) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsCreated) String() string
- type PostJourneyOutcomesPredictorsForbidden
- func (o *PostJourneyOutcomesPredictorsForbidden) Error() string
- func (o *PostJourneyOutcomesPredictorsForbidden) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsForbidden) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsForbidden) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsForbidden) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsForbidden) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsForbidden) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsForbidden) String() string
- type PostJourneyOutcomesPredictorsGatewayTimeout
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) Error() string
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsGatewayTimeout) String() string
- type PostJourneyOutcomesPredictorsInternalServerError
- func (o *PostJourneyOutcomesPredictorsInternalServerError) Error() string
- func (o *PostJourneyOutcomesPredictorsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsInternalServerError) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsInternalServerError) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsInternalServerError) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsInternalServerError) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsInternalServerError) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsInternalServerError) String() string
- type PostJourneyOutcomesPredictorsNotFound
- func (o *PostJourneyOutcomesPredictorsNotFound) Error() string
- func (o *PostJourneyOutcomesPredictorsNotFound) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsNotFound) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsNotFound) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsNotFound) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsNotFound) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsNotFound) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsNotFound) String() string
- type PostJourneyOutcomesPredictorsOK
- func (o *PostJourneyOutcomesPredictorsOK) Error() string
- func (o *PostJourneyOutcomesPredictorsOK) GetPayload() *models.OutcomePredictor
- func (o *PostJourneyOutcomesPredictorsOK) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsOK) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsOK) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsOK) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsOK) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsOK) String() string
- type PostJourneyOutcomesPredictorsParams
- func NewPostJourneyOutcomesPredictorsParams() *PostJourneyOutcomesPredictorsParams
- func NewPostJourneyOutcomesPredictorsParamsWithContext(ctx context.Context) *PostJourneyOutcomesPredictorsParams
- func NewPostJourneyOutcomesPredictorsParamsWithHTTPClient(client *http.Client) *PostJourneyOutcomesPredictorsParams
- func NewPostJourneyOutcomesPredictorsParamsWithTimeout(timeout time.Duration) *PostJourneyOutcomesPredictorsParams
- func (o *PostJourneyOutcomesPredictorsParams) SetBody(body *models.OutcomePredictorRequest)
- func (o *PostJourneyOutcomesPredictorsParams) SetContext(ctx context.Context)
- func (o *PostJourneyOutcomesPredictorsParams) SetDefaults()
- func (o *PostJourneyOutcomesPredictorsParams) SetHTTPClient(client *http.Client)
- func (o *PostJourneyOutcomesPredictorsParams) SetTimeout(timeout time.Duration)
- func (o *PostJourneyOutcomesPredictorsParams) WithBody(body *models.OutcomePredictorRequest) *PostJourneyOutcomesPredictorsParams
- func (o *PostJourneyOutcomesPredictorsParams) WithContext(ctx context.Context) *PostJourneyOutcomesPredictorsParams
- func (o *PostJourneyOutcomesPredictorsParams) WithDefaults() *PostJourneyOutcomesPredictorsParams
- func (o *PostJourneyOutcomesPredictorsParams) WithHTTPClient(client *http.Client) *PostJourneyOutcomesPredictorsParams
- func (o *PostJourneyOutcomesPredictorsParams) WithTimeout(timeout time.Duration) *PostJourneyOutcomesPredictorsParams
- func (o *PostJourneyOutcomesPredictorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJourneyOutcomesPredictorsReader
- type PostJourneyOutcomesPredictorsRequestEntityTooLarge
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) Error() string
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) String() string
- type PostJourneyOutcomesPredictorsRequestTimeout
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) Error() string
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsRequestTimeout) String() string
- type PostJourneyOutcomesPredictorsServiceUnavailable
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) Error() string
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsServiceUnavailable) String() string
- type PostJourneyOutcomesPredictorsTooManyRequests
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) Error() string
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsTooManyRequests) String() string
- type PostJourneyOutcomesPredictorsUnauthorized
- func (o *PostJourneyOutcomesPredictorsUnauthorized) Error() string
- func (o *PostJourneyOutcomesPredictorsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsUnauthorized) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsUnauthorized) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsUnauthorized) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsUnauthorized) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsUnauthorized) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsUnauthorized) String() string
- type PostJourneyOutcomesPredictorsUnsupportedMediaType
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) Error() string
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError() bool
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect() bool
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError() bool
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess() bool
- func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) String() string
- type PostJourneyOutcomesReader
- type PostJourneyOutcomesRequestEntityTooLarge
- func (o *PostJourneyOutcomesRequestEntityTooLarge) Error() string
- func (o *PostJourneyOutcomesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesRequestEntityTooLarge) IsClientError() bool
- func (o *PostJourneyOutcomesRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostJourneyOutcomesRequestEntityTooLarge) IsRedirect() bool
- func (o *PostJourneyOutcomesRequestEntityTooLarge) IsServerError() bool
- func (o *PostJourneyOutcomesRequestEntityTooLarge) IsSuccess() bool
- func (o *PostJourneyOutcomesRequestEntityTooLarge) String() string
- type PostJourneyOutcomesRequestTimeout
- func (o *PostJourneyOutcomesRequestTimeout) Error() string
- func (o *PostJourneyOutcomesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesRequestTimeout) IsClientError() bool
- func (o *PostJourneyOutcomesRequestTimeout) IsCode(code int) bool
- func (o *PostJourneyOutcomesRequestTimeout) IsRedirect() bool
- func (o *PostJourneyOutcomesRequestTimeout) IsServerError() bool
- func (o *PostJourneyOutcomesRequestTimeout) IsSuccess() bool
- func (o *PostJourneyOutcomesRequestTimeout) String() string
- type PostJourneyOutcomesServiceUnavailable
- func (o *PostJourneyOutcomesServiceUnavailable) Error() string
- func (o *PostJourneyOutcomesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesServiceUnavailable) IsClientError() bool
- func (o *PostJourneyOutcomesServiceUnavailable) IsCode(code int) bool
- func (o *PostJourneyOutcomesServiceUnavailable) IsRedirect() bool
- func (o *PostJourneyOutcomesServiceUnavailable) IsServerError() bool
- func (o *PostJourneyOutcomesServiceUnavailable) IsSuccess() bool
- func (o *PostJourneyOutcomesServiceUnavailable) String() string
- type PostJourneyOutcomesTooManyRequests
- func (o *PostJourneyOutcomesTooManyRequests) Error() string
- func (o *PostJourneyOutcomesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesTooManyRequests) IsClientError() bool
- func (o *PostJourneyOutcomesTooManyRequests) IsCode(code int) bool
- func (o *PostJourneyOutcomesTooManyRequests) IsRedirect() bool
- func (o *PostJourneyOutcomesTooManyRequests) IsServerError() bool
- func (o *PostJourneyOutcomesTooManyRequests) IsSuccess() bool
- func (o *PostJourneyOutcomesTooManyRequests) String() string
- type PostJourneyOutcomesUnauthorized
- func (o *PostJourneyOutcomesUnauthorized) Error() string
- func (o *PostJourneyOutcomesUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesUnauthorized) IsClientError() bool
- func (o *PostJourneyOutcomesUnauthorized) IsCode(code int) bool
- func (o *PostJourneyOutcomesUnauthorized) IsRedirect() bool
- func (o *PostJourneyOutcomesUnauthorized) IsServerError() bool
- func (o *PostJourneyOutcomesUnauthorized) IsSuccess() bool
- func (o *PostJourneyOutcomesUnauthorized) String() string
- type PostJourneyOutcomesUnsupportedMediaType
- func (o *PostJourneyOutcomesUnsupportedMediaType) Error() string
- func (o *PostJourneyOutcomesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostJourneyOutcomesUnsupportedMediaType) IsClientError() bool
- func (o *PostJourneyOutcomesUnsupportedMediaType) IsCode(code int) bool
- func (o *PostJourneyOutcomesUnsupportedMediaType) IsRedirect() bool
- func (o *PostJourneyOutcomesUnsupportedMediaType) IsServerError() bool
- func (o *PostJourneyOutcomesUnsupportedMediaType) IsSuccess() bool
- func (o *PostJourneyOutcomesUnsupportedMediaType) String() string
- type PostJourneySegmentsBadRequest
- func (o *PostJourneySegmentsBadRequest) Error() string
- func (o *PostJourneySegmentsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsBadRequest) IsClientError() bool
- func (o *PostJourneySegmentsBadRequest) IsCode(code int) bool
- func (o *PostJourneySegmentsBadRequest) IsRedirect() bool
- func (o *PostJourneySegmentsBadRequest) IsServerError() bool
- func (o *PostJourneySegmentsBadRequest) IsSuccess() bool
- func (o *PostJourneySegmentsBadRequest) String() string
- type PostJourneySegmentsConflict
- func (o *PostJourneySegmentsConflict) Error() string
- func (o *PostJourneySegmentsConflict) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsConflict) IsClientError() bool
- func (o *PostJourneySegmentsConflict) IsCode(code int) bool
- func (o *PostJourneySegmentsConflict) IsRedirect() bool
- func (o *PostJourneySegmentsConflict) IsServerError() bool
- func (o *PostJourneySegmentsConflict) IsSuccess() bool
- func (o *PostJourneySegmentsConflict) String() string
- type PostJourneySegmentsCreated
- func (o *PostJourneySegmentsCreated) Error() string
- func (o *PostJourneySegmentsCreated) GetPayload() *models.JourneySegment
- func (o *PostJourneySegmentsCreated) IsClientError() bool
- func (o *PostJourneySegmentsCreated) IsCode(code int) bool
- func (o *PostJourneySegmentsCreated) IsRedirect() bool
- func (o *PostJourneySegmentsCreated) IsServerError() bool
- func (o *PostJourneySegmentsCreated) IsSuccess() bool
- func (o *PostJourneySegmentsCreated) String() string
- type PostJourneySegmentsForbidden
- func (o *PostJourneySegmentsForbidden) Error() string
- func (o *PostJourneySegmentsForbidden) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsForbidden) IsClientError() bool
- func (o *PostJourneySegmentsForbidden) IsCode(code int) bool
- func (o *PostJourneySegmentsForbidden) IsRedirect() bool
- func (o *PostJourneySegmentsForbidden) IsServerError() bool
- func (o *PostJourneySegmentsForbidden) IsSuccess() bool
- func (o *PostJourneySegmentsForbidden) String() string
- type PostJourneySegmentsGatewayTimeout
- func (o *PostJourneySegmentsGatewayTimeout) Error() string
- func (o *PostJourneySegmentsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsGatewayTimeout) IsClientError() bool
- func (o *PostJourneySegmentsGatewayTimeout) IsCode(code int) bool
- func (o *PostJourneySegmentsGatewayTimeout) IsRedirect() bool
- func (o *PostJourneySegmentsGatewayTimeout) IsServerError() bool
- func (o *PostJourneySegmentsGatewayTimeout) IsSuccess() bool
- func (o *PostJourneySegmentsGatewayTimeout) String() string
- type PostJourneySegmentsInternalServerError
- func (o *PostJourneySegmentsInternalServerError) Error() string
- func (o *PostJourneySegmentsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsInternalServerError) IsClientError() bool
- func (o *PostJourneySegmentsInternalServerError) IsCode(code int) bool
- func (o *PostJourneySegmentsInternalServerError) IsRedirect() bool
- func (o *PostJourneySegmentsInternalServerError) IsServerError() bool
- func (o *PostJourneySegmentsInternalServerError) IsSuccess() bool
- func (o *PostJourneySegmentsInternalServerError) String() string
- type PostJourneySegmentsNotFound
- func (o *PostJourneySegmentsNotFound) Error() string
- func (o *PostJourneySegmentsNotFound) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsNotFound) IsClientError() bool
- func (o *PostJourneySegmentsNotFound) IsCode(code int) bool
- func (o *PostJourneySegmentsNotFound) IsRedirect() bool
- func (o *PostJourneySegmentsNotFound) IsServerError() bool
- func (o *PostJourneySegmentsNotFound) IsSuccess() bool
- func (o *PostJourneySegmentsNotFound) String() string
- type PostJourneySegmentsOK
- func (o *PostJourneySegmentsOK) Error() string
- func (o *PostJourneySegmentsOK) GetPayload() *models.JourneySegment
- func (o *PostJourneySegmentsOK) IsClientError() bool
- func (o *PostJourneySegmentsOK) IsCode(code int) bool
- func (o *PostJourneySegmentsOK) IsRedirect() bool
- func (o *PostJourneySegmentsOK) IsServerError() bool
- func (o *PostJourneySegmentsOK) IsSuccess() bool
- func (o *PostJourneySegmentsOK) String() string
- type PostJourneySegmentsParams
- func NewPostJourneySegmentsParams() *PostJourneySegmentsParams
- func NewPostJourneySegmentsParamsWithContext(ctx context.Context) *PostJourneySegmentsParams
- func NewPostJourneySegmentsParamsWithHTTPClient(client *http.Client) *PostJourneySegmentsParams
- func NewPostJourneySegmentsParamsWithTimeout(timeout time.Duration) *PostJourneySegmentsParams
- func (o *PostJourneySegmentsParams) SetBody(body *models.JourneySegment)
- func (o *PostJourneySegmentsParams) SetContext(ctx context.Context)
- func (o *PostJourneySegmentsParams) SetDefaults()
- func (o *PostJourneySegmentsParams) SetHTTPClient(client *http.Client)
- func (o *PostJourneySegmentsParams) SetTimeout(timeout time.Duration)
- func (o *PostJourneySegmentsParams) WithBody(body *models.JourneySegment) *PostJourneySegmentsParams
- func (o *PostJourneySegmentsParams) WithContext(ctx context.Context) *PostJourneySegmentsParams
- func (o *PostJourneySegmentsParams) WithDefaults() *PostJourneySegmentsParams
- func (o *PostJourneySegmentsParams) WithHTTPClient(client *http.Client) *PostJourneySegmentsParams
- func (o *PostJourneySegmentsParams) WithTimeout(timeout time.Duration) *PostJourneySegmentsParams
- func (o *PostJourneySegmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostJourneySegmentsReader
- type PostJourneySegmentsRequestEntityTooLarge
- func (o *PostJourneySegmentsRequestEntityTooLarge) Error() string
- func (o *PostJourneySegmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsRequestEntityTooLarge) IsClientError() bool
- func (o *PostJourneySegmentsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostJourneySegmentsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostJourneySegmentsRequestEntityTooLarge) IsServerError() bool
- func (o *PostJourneySegmentsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostJourneySegmentsRequestEntityTooLarge) String() string
- type PostJourneySegmentsRequestTimeout
- func (o *PostJourneySegmentsRequestTimeout) Error() string
- func (o *PostJourneySegmentsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsRequestTimeout) IsClientError() bool
- func (o *PostJourneySegmentsRequestTimeout) IsCode(code int) bool
- func (o *PostJourneySegmentsRequestTimeout) IsRedirect() bool
- func (o *PostJourneySegmentsRequestTimeout) IsServerError() bool
- func (o *PostJourneySegmentsRequestTimeout) IsSuccess() bool
- func (o *PostJourneySegmentsRequestTimeout) String() string
- type PostJourneySegmentsServiceUnavailable
- func (o *PostJourneySegmentsServiceUnavailable) Error() string
- func (o *PostJourneySegmentsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsServiceUnavailable) IsClientError() bool
- func (o *PostJourneySegmentsServiceUnavailable) IsCode(code int) bool
- func (o *PostJourneySegmentsServiceUnavailable) IsRedirect() bool
- func (o *PostJourneySegmentsServiceUnavailable) IsServerError() bool
- func (o *PostJourneySegmentsServiceUnavailable) IsSuccess() bool
- func (o *PostJourneySegmentsServiceUnavailable) String() string
- type PostJourneySegmentsTooManyRequests
- func (o *PostJourneySegmentsTooManyRequests) Error() string
- func (o *PostJourneySegmentsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsTooManyRequests) IsClientError() bool
- func (o *PostJourneySegmentsTooManyRequests) IsCode(code int) bool
- func (o *PostJourneySegmentsTooManyRequests) IsRedirect() bool
- func (o *PostJourneySegmentsTooManyRequests) IsServerError() bool
- func (o *PostJourneySegmentsTooManyRequests) IsSuccess() bool
- func (o *PostJourneySegmentsTooManyRequests) String() string
- type PostJourneySegmentsUnauthorized
- func (o *PostJourneySegmentsUnauthorized) Error() string
- func (o *PostJourneySegmentsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsUnauthorized) IsClientError() bool
- func (o *PostJourneySegmentsUnauthorized) IsCode(code int) bool
- func (o *PostJourneySegmentsUnauthorized) IsRedirect() bool
- func (o *PostJourneySegmentsUnauthorized) IsServerError() bool
- func (o *PostJourneySegmentsUnauthorized) IsSuccess() bool
- func (o *PostJourneySegmentsUnauthorized) String() string
- type PostJourneySegmentsUnsupportedMediaType
- func (o *PostJourneySegmentsUnsupportedMediaType) Error() string
- func (o *PostJourneySegmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostJourneySegmentsUnsupportedMediaType) IsClientError() bool
- func (o *PostJourneySegmentsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostJourneySegmentsUnsupportedMediaType) IsRedirect() bool
- func (o *PostJourneySegmentsUnsupportedMediaType) IsServerError() bool
- func (o *PostJourneySegmentsUnsupportedMediaType) IsSuccess() bool
- func (o *PostJourneySegmentsUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { /* DeleteJourneyActionmap deletes single action map */ DeleteJourneyActionmap(ctx context.Context, params *DeleteJourneyActionmapParams) (*DeleteJourneyActionmapNoContent, error) /* DeleteJourneyActiontemplate deletes a single action template */ DeleteJourneyActiontemplate(ctx context.Context, params *DeleteJourneyActiontemplateParams) (*DeleteJourneyActiontemplateNoContent, error) /* DeleteJourneyOutcome deletes an outcome */ DeleteJourneyOutcome(ctx context.Context, params *DeleteJourneyOutcomeParams) (*DeleteJourneyOutcomeNoContent, error) /* DeleteJourneyOutcomesPredictor deletes an outcome predictor */ DeleteJourneyOutcomesPredictor(ctx context.Context, params *DeleteJourneyOutcomesPredictorParams) (*DeleteJourneyOutcomesPredictorNoContent, error) /* DeleteJourneySegment deletes a segment */ DeleteJourneySegment(ctx context.Context, params *DeleteJourneySegmentParams) (*DeleteJourneySegmentNoContent, error) /* GetJourneyActionmap retrieves a single action map */ GetJourneyActionmap(ctx context.Context, params *GetJourneyActionmapParams) (*GetJourneyActionmapOK, error) /* GetJourneyActionmaps retrieves all action maps */ GetJourneyActionmaps(ctx context.Context, params *GetJourneyActionmapsParams) (*GetJourneyActionmapsOK, error) /* GetJourneyActionmapsEstimatesJob gets status of job */ GetJourneyActionmapsEstimatesJob(ctx context.Context, params *GetJourneyActionmapsEstimatesJobParams) (*GetJourneyActionmapsEstimatesJobOK, *GetJourneyActionmapsEstimatesJobAccepted, error) /* GetJourneyActionmapsEstimatesJobResults gets estimates from completed job */ GetJourneyActionmapsEstimatesJobResults(ctx context.Context, params *GetJourneyActionmapsEstimatesJobResultsParams) (*GetJourneyActionmapsEstimatesJobResultsOK, error) /* GetJourneyActiontarget retrieves a single action target */ GetJourneyActiontarget(ctx context.Context, params *GetJourneyActiontargetParams) (*GetJourneyActiontargetOK, error) /* GetJourneyActiontargets retrieves all action targets */ GetJourneyActiontargets(ctx context.Context, params *GetJourneyActiontargetsParams) (*GetJourneyActiontargetsOK, error) /* GetJourneyActiontemplate retrieves a single action template */ GetJourneyActiontemplate(ctx context.Context, params *GetJourneyActiontemplateParams) (*GetJourneyActiontemplateOK, error) /* GetJourneyActiontemplates retrieves all action templates */ GetJourneyActiontemplates(ctx context.Context, params *GetJourneyActiontemplatesParams) (*GetJourneyActiontemplatesOK, error) /* GetJourneyOutcome retrieves a single outcome */ GetJourneyOutcome(ctx context.Context, params *GetJourneyOutcomeParams) (*GetJourneyOutcomeOK, error) /* GetJourneyOutcomes retrieves all outcomes */ GetJourneyOutcomes(ctx context.Context, params *GetJourneyOutcomesParams) (*GetJourneyOutcomesOK, error) /* GetJourneyOutcomesPredictor retrieves a single outcome predictor */ GetJourneyOutcomesPredictor(ctx context.Context, params *GetJourneyOutcomesPredictorParams) (*GetJourneyOutcomesPredictorOK, error) /* GetJourneyOutcomesPredictors retrieves all outcome predictors */ GetJourneyOutcomesPredictors(ctx context.Context, params *GetJourneyOutcomesPredictorsParams) (*GetJourneyOutcomesPredictorsOK, error) /* GetJourneySegment retrieves a single segment */ GetJourneySegment(ctx context.Context, params *GetJourneySegmentParams) (*GetJourneySegmentOK, error) /* GetJourneySegments retrieves all segments */ GetJourneySegments(ctx context.Context, params *GetJourneySegmentsParams) (*GetJourneySegmentsOK, error) /* GetJourneySession retrieves a single session */ GetJourneySession(ctx context.Context, params *GetJourneySessionParams) (*GetJourneySessionOK, error) /* GetJourneySessionOutcomescores retrieves latest outcome score associated with a session for all outcomes */ GetJourneySessionOutcomescores(ctx context.Context, params *GetJourneySessionOutcomescoresParams) (*GetJourneySessionOutcomescoresOK, error) /* PatchJourneyActionmap updates single action map */ PatchJourneyActionmap(ctx context.Context, params *PatchJourneyActionmapParams) (*PatchJourneyActionmapOK, error) /* PatchJourneyActiontarget updates a single action target */ PatchJourneyActiontarget(ctx context.Context, params *PatchJourneyActiontargetParams) (*PatchJourneyActiontargetOK, error) /* PatchJourneyActiontemplate updates a single action template */ PatchJourneyActiontemplate(ctx context.Context, params *PatchJourneyActiontemplateParams) (*PatchJourneyActiontemplateOK, error) /* PatchJourneyOutcome updates an outcome */ PatchJourneyOutcome(ctx context.Context, params *PatchJourneyOutcomeParams) (*PatchJourneyOutcomeOK, error) /* PatchJourneySegment updates a segment */ PatchJourneySegment(ctx context.Context, params *PatchJourneySegmentParams) (*PatchJourneySegmentOK, error) /* PostJourneyActionmaps creates an action map */ PostJourneyActionmaps(ctx context.Context, params *PostJourneyActionmapsParams) (*PostJourneyActionmapsOK, *PostJourneyActionmapsCreated, error) /* PostJourneyActionmapsEstimatesJobs queries for estimates */ PostJourneyActionmapsEstimatesJobs(ctx context.Context, params *PostJourneyActionmapsEstimatesJobsParams) (*PostJourneyActionmapsEstimatesJobsAccepted, error) /* PostJourneyActiontemplates creates a single action template */ PostJourneyActiontemplates(ctx context.Context, params *PostJourneyActiontemplatesParams) (*PostJourneyActiontemplatesOK, *PostJourneyActiontemplatesCreated, error) /* PostJourneyOutcomes creates an outcome */ PostJourneyOutcomes(ctx context.Context, params *PostJourneyOutcomesParams) (*PostJourneyOutcomesOK, *PostJourneyOutcomesCreated, error) /* PostJourneyOutcomesPredictors creates an outcome predictor */ PostJourneyOutcomesPredictors(ctx context.Context, params *PostJourneyOutcomesPredictorsParams) (*PostJourneyOutcomesPredictorsOK, *PostJourneyOutcomesPredictorsCreated, error) /* PostJourneySegments creates a segment */ PostJourneySegments(ctx context.Context, params *PostJourneySegmentsParams) (*PostJourneySegmentsOK, *PostJourneySegmentsCreated, error) }
API is the interface of the journey client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for journey API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new journey API client.
func (*Client) DeleteJourneyActionmap ¶
func (a *Client) DeleteJourneyActionmap(ctx context.Context, params *DeleteJourneyActionmapParams) (*DeleteJourneyActionmapNoContent, error)
DeleteJourneyActionmap deletes single action map
func (*Client) DeleteJourneyActiontemplate ¶
func (a *Client) DeleteJourneyActiontemplate(ctx context.Context, params *DeleteJourneyActiontemplateParams) (*DeleteJourneyActiontemplateNoContent, error)
DeleteJourneyActiontemplate deletes a single action template
func (*Client) DeleteJourneyOutcome ¶
func (a *Client) DeleteJourneyOutcome(ctx context.Context, params *DeleteJourneyOutcomeParams) (*DeleteJourneyOutcomeNoContent, error)
DeleteJourneyOutcome deletes an outcome
func (*Client) DeleteJourneyOutcomesPredictor ¶
func (a *Client) DeleteJourneyOutcomesPredictor(ctx context.Context, params *DeleteJourneyOutcomesPredictorParams) (*DeleteJourneyOutcomesPredictorNoContent, error)
DeleteJourneyOutcomesPredictor deletes an outcome predictor
func (*Client) DeleteJourneySegment ¶
func (a *Client) DeleteJourneySegment(ctx context.Context, params *DeleteJourneySegmentParams) (*DeleteJourneySegmentNoContent, error)
DeleteJourneySegment deletes a segment
func (*Client) GetJourneyActionmap ¶
func (a *Client) GetJourneyActionmap(ctx context.Context, params *GetJourneyActionmapParams) (*GetJourneyActionmapOK, error)
GetJourneyActionmap retrieves a single action map
func (*Client) GetJourneyActionmaps ¶
func (a *Client) GetJourneyActionmaps(ctx context.Context, params *GetJourneyActionmapsParams) (*GetJourneyActionmapsOK, error)
GetJourneyActionmaps retrieves all action maps
func (*Client) GetJourneyActionmapsEstimatesJob ¶
func (a *Client) GetJourneyActionmapsEstimatesJob(ctx context.Context, params *GetJourneyActionmapsEstimatesJobParams) (*GetJourneyActionmapsEstimatesJobOK, *GetJourneyActionmapsEstimatesJobAccepted, error)
GetJourneyActionmapsEstimatesJob gets status of job
func (*Client) GetJourneyActionmapsEstimatesJobResults ¶
func (a *Client) GetJourneyActionmapsEstimatesJobResults(ctx context.Context, params *GetJourneyActionmapsEstimatesJobResultsParams) (*GetJourneyActionmapsEstimatesJobResultsOK, error)
GetJourneyActionmapsEstimatesJobResults gets estimates from completed job
func (*Client) GetJourneyActiontarget ¶
func (a *Client) GetJourneyActiontarget(ctx context.Context, params *GetJourneyActiontargetParams) (*GetJourneyActiontargetOK, error)
GetJourneyActiontarget retrieves a single action target
func (*Client) GetJourneyActiontargets ¶
func (a *Client) GetJourneyActiontargets(ctx context.Context, params *GetJourneyActiontargetsParams) (*GetJourneyActiontargetsOK, error)
GetJourneyActiontargets retrieves all action targets
func (*Client) GetJourneyActiontemplate ¶
func (a *Client) GetJourneyActiontemplate(ctx context.Context, params *GetJourneyActiontemplateParams) (*GetJourneyActiontemplateOK, error)
GetJourneyActiontemplate retrieves a single action template
func (*Client) GetJourneyActiontemplates ¶
func (a *Client) GetJourneyActiontemplates(ctx context.Context, params *GetJourneyActiontemplatesParams) (*GetJourneyActiontemplatesOK, error)
GetJourneyActiontemplates retrieves all action templates
func (*Client) GetJourneyOutcome ¶
func (a *Client) GetJourneyOutcome(ctx context.Context, params *GetJourneyOutcomeParams) (*GetJourneyOutcomeOK, error)
GetJourneyOutcome retrieves a single outcome
func (*Client) GetJourneyOutcomes ¶
func (a *Client) GetJourneyOutcomes(ctx context.Context, params *GetJourneyOutcomesParams) (*GetJourneyOutcomesOK, error)
GetJourneyOutcomes retrieves all outcomes
func (*Client) GetJourneyOutcomesPredictor ¶
func (a *Client) GetJourneyOutcomesPredictor(ctx context.Context, params *GetJourneyOutcomesPredictorParams) (*GetJourneyOutcomesPredictorOK, error)
GetJourneyOutcomesPredictor retrieves a single outcome predictor
func (*Client) GetJourneyOutcomesPredictors ¶
func (a *Client) GetJourneyOutcomesPredictors(ctx context.Context, params *GetJourneyOutcomesPredictorsParams) (*GetJourneyOutcomesPredictorsOK, error)
GetJourneyOutcomesPredictors retrieves all outcome predictors
func (*Client) GetJourneySegment ¶
func (a *Client) GetJourneySegment(ctx context.Context, params *GetJourneySegmentParams) (*GetJourneySegmentOK, error)
GetJourneySegment retrieves a single segment
func (*Client) GetJourneySegments ¶
func (a *Client) GetJourneySegments(ctx context.Context, params *GetJourneySegmentsParams) (*GetJourneySegmentsOK, error)
GetJourneySegments retrieves all segments
func (*Client) GetJourneySession ¶
func (a *Client) GetJourneySession(ctx context.Context, params *GetJourneySessionParams) (*GetJourneySessionOK, error)
GetJourneySession retrieves a single session
func (*Client) GetJourneySessionOutcomescores ¶
func (a *Client) GetJourneySessionOutcomescores(ctx context.Context, params *GetJourneySessionOutcomescoresParams) (*GetJourneySessionOutcomescoresOK, error)
GetJourneySessionOutcomescores retrieves latest outcome score associated with a session for all outcomes
func (*Client) PatchJourneyActionmap ¶
func (a *Client) PatchJourneyActionmap(ctx context.Context, params *PatchJourneyActionmapParams) (*PatchJourneyActionmapOK, error)
PatchJourneyActionmap updates single action map
func (*Client) PatchJourneyActiontarget ¶
func (a *Client) PatchJourneyActiontarget(ctx context.Context, params *PatchJourneyActiontargetParams) (*PatchJourneyActiontargetOK, error)
PatchJourneyActiontarget updates a single action target
func (*Client) PatchJourneyActiontemplate ¶
func (a *Client) PatchJourneyActiontemplate(ctx context.Context, params *PatchJourneyActiontemplateParams) (*PatchJourneyActiontemplateOK, error)
PatchJourneyActiontemplate updates a single action template
func (*Client) PatchJourneyOutcome ¶
func (a *Client) PatchJourneyOutcome(ctx context.Context, params *PatchJourneyOutcomeParams) (*PatchJourneyOutcomeOK, error)
PatchJourneyOutcome updates an outcome
func (*Client) PatchJourneySegment ¶
func (a *Client) PatchJourneySegment(ctx context.Context, params *PatchJourneySegmentParams) (*PatchJourneySegmentOK, error)
PatchJourneySegment updates a segment
func (*Client) PostJourneyActionmaps ¶
func (a *Client) PostJourneyActionmaps(ctx context.Context, params *PostJourneyActionmapsParams) (*PostJourneyActionmapsOK, *PostJourneyActionmapsCreated, error)
PostJourneyActionmaps creates an action map
func (*Client) PostJourneyActionmapsEstimatesJobs ¶
func (a *Client) PostJourneyActionmapsEstimatesJobs(ctx context.Context, params *PostJourneyActionmapsEstimatesJobsParams) (*PostJourneyActionmapsEstimatesJobsAccepted, error)
PostJourneyActionmapsEstimatesJobs queries for estimates
func (*Client) PostJourneyActiontemplates ¶
func (a *Client) PostJourneyActiontemplates(ctx context.Context, params *PostJourneyActiontemplatesParams) (*PostJourneyActiontemplatesOK, *PostJourneyActiontemplatesCreated, error)
PostJourneyActiontemplates creates a single action template
func (*Client) PostJourneyOutcomes ¶
func (a *Client) PostJourneyOutcomes(ctx context.Context, params *PostJourneyOutcomesParams) (*PostJourneyOutcomesOK, *PostJourneyOutcomesCreated, error)
PostJourneyOutcomes creates an outcome
func (*Client) PostJourneyOutcomesPredictors ¶
func (a *Client) PostJourneyOutcomesPredictors(ctx context.Context, params *PostJourneyOutcomesPredictorsParams) (*PostJourneyOutcomesPredictorsOK, *PostJourneyOutcomesPredictorsCreated, error)
PostJourneyOutcomesPredictors creates an outcome predictor
func (*Client) PostJourneySegments ¶
func (a *Client) PostJourneySegments(ctx context.Context, params *PostJourneySegmentsParams) (*PostJourneySegmentsOK, *PostJourneySegmentsCreated, error)
PostJourneySegments creates a segment
type DeleteJourneyActionmapBadRequest ¶
DeleteJourneyActionmapBadRequest 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 NewDeleteJourneyActionmapBadRequest ¶
func NewDeleteJourneyActionmapBadRequest() *DeleteJourneyActionmapBadRequest
NewDeleteJourneyActionmapBadRequest creates a DeleteJourneyActionmapBadRequest with default headers values
func (*DeleteJourneyActionmapBadRequest) Error ¶
func (o *DeleteJourneyActionmapBadRequest) Error() string
func (*DeleteJourneyActionmapBadRequest) GetPayload ¶
func (o *DeleteJourneyActionmapBadRequest) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapBadRequest) IsClientError ¶
func (o *DeleteJourneyActionmapBadRequest) IsClientError() bool
IsClientError returns true when this delete journey actionmap bad request response has a 4xx status code
func (*DeleteJourneyActionmapBadRequest) IsCode ¶
func (o *DeleteJourneyActionmapBadRequest) IsCode(code int) bool
IsCode returns true when this delete journey actionmap bad request response a status code equal to that given
func (*DeleteJourneyActionmapBadRequest) IsRedirect ¶
func (o *DeleteJourneyActionmapBadRequest) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap bad request response has a 3xx status code
func (*DeleteJourneyActionmapBadRequest) IsServerError ¶
func (o *DeleteJourneyActionmapBadRequest) IsServerError() bool
IsServerError returns true when this delete journey actionmap bad request response has a 5xx status code
func (*DeleteJourneyActionmapBadRequest) IsSuccess ¶
func (o *DeleteJourneyActionmapBadRequest) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap bad request response has a 2xx status code
func (*DeleteJourneyActionmapBadRequest) String ¶
func (o *DeleteJourneyActionmapBadRequest) String() string
type DeleteJourneyActionmapForbidden ¶
DeleteJourneyActionmapForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteJourneyActionmapForbidden ¶
func NewDeleteJourneyActionmapForbidden() *DeleteJourneyActionmapForbidden
NewDeleteJourneyActionmapForbidden creates a DeleteJourneyActionmapForbidden with default headers values
func (*DeleteJourneyActionmapForbidden) Error ¶
func (o *DeleteJourneyActionmapForbidden) Error() string
func (*DeleteJourneyActionmapForbidden) GetPayload ¶
func (o *DeleteJourneyActionmapForbidden) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapForbidden) IsClientError ¶
func (o *DeleteJourneyActionmapForbidden) IsClientError() bool
IsClientError returns true when this delete journey actionmap forbidden response has a 4xx status code
func (*DeleteJourneyActionmapForbidden) IsCode ¶
func (o *DeleteJourneyActionmapForbidden) IsCode(code int) bool
IsCode returns true when this delete journey actionmap forbidden response a status code equal to that given
func (*DeleteJourneyActionmapForbidden) IsRedirect ¶
func (o *DeleteJourneyActionmapForbidden) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap forbidden response has a 3xx status code
func (*DeleteJourneyActionmapForbidden) IsServerError ¶
func (o *DeleteJourneyActionmapForbidden) IsServerError() bool
IsServerError returns true when this delete journey actionmap forbidden response has a 5xx status code
func (*DeleteJourneyActionmapForbidden) IsSuccess ¶
func (o *DeleteJourneyActionmapForbidden) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap forbidden response has a 2xx status code
func (*DeleteJourneyActionmapForbidden) String ¶
func (o *DeleteJourneyActionmapForbidden) String() string
type DeleteJourneyActionmapGatewayTimeout ¶
DeleteJourneyActionmapGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteJourneyActionmapGatewayTimeout ¶
func NewDeleteJourneyActionmapGatewayTimeout() *DeleteJourneyActionmapGatewayTimeout
NewDeleteJourneyActionmapGatewayTimeout creates a DeleteJourneyActionmapGatewayTimeout with default headers values
func (*DeleteJourneyActionmapGatewayTimeout) Error ¶
func (o *DeleteJourneyActionmapGatewayTimeout) Error() string
func (*DeleteJourneyActionmapGatewayTimeout) GetPayload ¶
func (o *DeleteJourneyActionmapGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapGatewayTimeout) IsClientError ¶
func (o *DeleteJourneyActionmapGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete journey actionmap gateway timeout response has a 4xx status code
func (*DeleteJourneyActionmapGatewayTimeout) IsCode ¶
func (o *DeleteJourneyActionmapGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete journey actionmap gateway timeout response a status code equal to that given
func (*DeleteJourneyActionmapGatewayTimeout) IsRedirect ¶
func (o *DeleteJourneyActionmapGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap gateway timeout response has a 3xx status code
func (*DeleteJourneyActionmapGatewayTimeout) IsServerError ¶
func (o *DeleteJourneyActionmapGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete journey actionmap gateway timeout response has a 5xx status code
func (*DeleteJourneyActionmapGatewayTimeout) IsSuccess ¶
func (o *DeleteJourneyActionmapGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap gateway timeout response has a 2xx status code
func (*DeleteJourneyActionmapGatewayTimeout) String ¶
func (o *DeleteJourneyActionmapGatewayTimeout) String() string
type DeleteJourneyActionmapInternalServerError ¶
DeleteJourneyActionmapInternalServerError 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 NewDeleteJourneyActionmapInternalServerError ¶
func NewDeleteJourneyActionmapInternalServerError() *DeleteJourneyActionmapInternalServerError
NewDeleteJourneyActionmapInternalServerError creates a DeleteJourneyActionmapInternalServerError with default headers values
func (*DeleteJourneyActionmapInternalServerError) Error ¶
func (o *DeleteJourneyActionmapInternalServerError) Error() string
func (*DeleteJourneyActionmapInternalServerError) GetPayload ¶
func (o *DeleteJourneyActionmapInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapInternalServerError) IsClientError ¶
func (o *DeleteJourneyActionmapInternalServerError) IsClientError() bool
IsClientError returns true when this delete journey actionmap internal server error response has a 4xx status code
func (*DeleteJourneyActionmapInternalServerError) IsCode ¶
func (o *DeleteJourneyActionmapInternalServerError) IsCode(code int) bool
IsCode returns true when this delete journey actionmap internal server error response a status code equal to that given
func (*DeleteJourneyActionmapInternalServerError) IsRedirect ¶
func (o *DeleteJourneyActionmapInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap internal server error response has a 3xx status code
func (*DeleteJourneyActionmapInternalServerError) IsServerError ¶
func (o *DeleteJourneyActionmapInternalServerError) IsServerError() bool
IsServerError returns true when this delete journey actionmap internal server error response has a 5xx status code
func (*DeleteJourneyActionmapInternalServerError) IsSuccess ¶
func (o *DeleteJourneyActionmapInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap internal server error response has a 2xx status code
func (*DeleteJourneyActionmapInternalServerError) String ¶
func (o *DeleteJourneyActionmapInternalServerError) String() string
type DeleteJourneyActionmapNoContent ¶
type DeleteJourneyActionmapNoContent struct { }
DeleteJourneyActionmapNoContent describes a response with status code 204, with default header values.
Action map deleted.
func NewDeleteJourneyActionmapNoContent ¶
func NewDeleteJourneyActionmapNoContent() *DeleteJourneyActionmapNoContent
NewDeleteJourneyActionmapNoContent creates a DeleteJourneyActionmapNoContent with default headers values
func (*DeleteJourneyActionmapNoContent) Error ¶
func (o *DeleteJourneyActionmapNoContent) Error() string
func (*DeleteJourneyActionmapNoContent) IsClientError ¶
func (o *DeleteJourneyActionmapNoContent) IsClientError() bool
IsClientError returns true when this delete journey actionmap no content response has a 4xx status code
func (*DeleteJourneyActionmapNoContent) IsCode ¶
func (o *DeleteJourneyActionmapNoContent) IsCode(code int) bool
IsCode returns true when this delete journey actionmap no content response a status code equal to that given
func (*DeleteJourneyActionmapNoContent) IsRedirect ¶
func (o *DeleteJourneyActionmapNoContent) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap no content response has a 3xx status code
func (*DeleteJourneyActionmapNoContent) IsServerError ¶
func (o *DeleteJourneyActionmapNoContent) IsServerError() bool
IsServerError returns true when this delete journey actionmap no content response has a 5xx status code
func (*DeleteJourneyActionmapNoContent) IsSuccess ¶
func (o *DeleteJourneyActionmapNoContent) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap no content response has a 2xx status code
func (*DeleteJourneyActionmapNoContent) String ¶
func (o *DeleteJourneyActionmapNoContent) String() string
type DeleteJourneyActionmapNotFound ¶
DeleteJourneyActionmapNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteJourneyActionmapNotFound ¶
func NewDeleteJourneyActionmapNotFound() *DeleteJourneyActionmapNotFound
NewDeleteJourneyActionmapNotFound creates a DeleteJourneyActionmapNotFound with default headers values
func (*DeleteJourneyActionmapNotFound) Error ¶
func (o *DeleteJourneyActionmapNotFound) Error() string
func (*DeleteJourneyActionmapNotFound) GetPayload ¶
func (o *DeleteJourneyActionmapNotFound) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapNotFound) IsClientError ¶
func (o *DeleteJourneyActionmapNotFound) IsClientError() bool
IsClientError returns true when this delete journey actionmap not found response has a 4xx status code
func (*DeleteJourneyActionmapNotFound) IsCode ¶
func (o *DeleteJourneyActionmapNotFound) IsCode(code int) bool
IsCode returns true when this delete journey actionmap not found response a status code equal to that given
func (*DeleteJourneyActionmapNotFound) IsRedirect ¶
func (o *DeleteJourneyActionmapNotFound) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap not found response has a 3xx status code
func (*DeleteJourneyActionmapNotFound) IsServerError ¶
func (o *DeleteJourneyActionmapNotFound) IsServerError() bool
IsServerError returns true when this delete journey actionmap not found response has a 5xx status code
func (*DeleteJourneyActionmapNotFound) IsSuccess ¶
func (o *DeleteJourneyActionmapNotFound) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap not found response has a 2xx status code
func (*DeleteJourneyActionmapNotFound) String ¶
func (o *DeleteJourneyActionmapNotFound) String() string
type DeleteJourneyActionmapParams ¶
type DeleteJourneyActionmapParams struct { /* ActionMapID. ID of the action map. */ ActionMapID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteJourneyActionmapParams contains all the parameters to send to the API endpoint
for the delete journey actionmap operation. Typically these are written to a http.Request.
func NewDeleteJourneyActionmapParams ¶
func NewDeleteJourneyActionmapParams() *DeleteJourneyActionmapParams
NewDeleteJourneyActionmapParams creates a new DeleteJourneyActionmapParams 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 NewDeleteJourneyActionmapParamsWithContext ¶
func NewDeleteJourneyActionmapParamsWithContext(ctx context.Context) *DeleteJourneyActionmapParams
NewDeleteJourneyActionmapParamsWithContext creates a new DeleteJourneyActionmapParams object with the ability to set a context for a request.
func NewDeleteJourneyActionmapParamsWithHTTPClient ¶
func NewDeleteJourneyActionmapParamsWithHTTPClient(client *http.Client) *DeleteJourneyActionmapParams
NewDeleteJourneyActionmapParamsWithHTTPClient creates a new DeleteJourneyActionmapParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteJourneyActionmapParamsWithTimeout ¶
func NewDeleteJourneyActionmapParamsWithTimeout(timeout time.Duration) *DeleteJourneyActionmapParams
NewDeleteJourneyActionmapParamsWithTimeout creates a new DeleteJourneyActionmapParams object with the ability to set a timeout on a request.
func (*DeleteJourneyActionmapParams) SetActionMapID ¶
func (o *DeleteJourneyActionmapParams) SetActionMapID(actionMapID string)
SetActionMapID adds the actionMapId to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) SetContext ¶
func (o *DeleteJourneyActionmapParams) SetContext(ctx context.Context)
SetContext adds the context to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) SetDefaults ¶
func (o *DeleteJourneyActionmapParams) SetDefaults()
SetDefaults hydrates default values in the delete journey actionmap params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyActionmapParams) SetHTTPClient ¶
func (o *DeleteJourneyActionmapParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) SetTimeout ¶
func (o *DeleteJourneyActionmapParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) WithActionMapID ¶
func (o *DeleteJourneyActionmapParams) WithActionMapID(actionMapID string) *DeleteJourneyActionmapParams
WithActionMapID adds the actionMapID to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) WithContext ¶
func (o *DeleteJourneyActionmapParams) WithContext(ctx context.Context) *DeleteJourneyActionmapParams
WithContext adds the context to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) WithDefaults ¶
func (o *DeleteJourneyActionmapParams) WithDefaults() *DeleteJourneyActionmapParams
WithDefaults hydrates default values in the delete journey actionmap params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyActionmapParams) WithHTTPClient ¶
func (o *DeleteJourneyActionmapParams) WithHTTPClient(client *http.Client) *DeleteJourneyActionmapParams
WithHTTPClient adds the HTTPClient to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) WithTimeout ¶
func (o *DeleteJourneyActionmapParams) WithTimeout(timeout time.Duration) *DeleteJourneyActionmapParams
WithTimeout adds the timeout to the delete journey actionmap params
func (*DeleteJourneyActionmapParams) WriteToRequest ¶
func (o *DeleteJourneyActionmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteJourneyActionmapReader ¶
type DeleteJourneyActionmapReader struct {
// contains filtered or unexported fields
}
DeleteJourneyActionmapReader is a Reader for the DeleteJourneyActionmap structure.
func (*DeleteJourneyActionmapReader) ReadResponse ¶
func (o *DeleteJourneyActionmapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteJourneyActionmapRequestEntityTooLarge ¶
DeleteJourneyActionmapRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteJourneyActionmapRequestEntityTooLarge ¶
func NewDeleteJourneyActionmapRequestEntityTooLarge() *DeleteJourneyActionmapRequestEntityTooLarge
NewDeleteJourneyActionmapRequestEntityTooLarge creates a DeleteJourneyActionmapRequestEntityTooLarge with default headers values
func (*DeleteJourneyActionmapRequestEntityTooLarge) Error ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) Error() string
func (*DeleteJourneyActionmapRequestEntityTooLarge) GetPayload ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapRequestEntityTooLarge) IsClientError ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete journey actionmap request entity too large response has a 4xx status code
func (*DeleteJourneyActionmapRequestEntityTooLarge) IsCode ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete journey actionmap request entity too large response a status code equal to that given
func (*DeleteJourneyActionmapRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap request entity too large response has a 3xx status code
func (*DeleteJourneyActionmapRequestEntityTooLarge) IsServerError ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete journey actionmap request entity too large response has a 5xx status code
func (*DeleteJourneyActionmapRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap request entity too large response has a 2xx status code
func (*DeleteJourneyActionmapRequestEntityTooLarge) String ¶
func (o *DeleteJourneyActionmapRequestEntityTooLarge) String() string
type DeleteJourneyActionmapRequestTimeout ¶
DeleteJourneyActionmapRequestTimeout 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 NewDeleteJourneyActionmapRequestTimeout ¶
func NewDeleteJourneyActionmapRequestTimeout() *DeleteJourneyActionmapRequestTimeout
NewDeleteJourneyActionmapRequestTimeout creates a DeleteJourneyActionmapRequestTimeout with default headers values
func (*DeleteJourneyActionmapRequestTimeout) Error ¶
func (o *DeleteJourneyActionmapRequestTimeout) Error() string
func (*DeleteJourneyActionmapRequestTimeout) GetPayload ¶
func (o *DeleteJourneyActionmapRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapRequestTimeout) IsClientError ¶
func (o *DeleteJourneyActionmapRequestTimeout) IsClientError() bool
IsClientError returns true when this delete journey actionmap request timeout response has a 4xx status code
func (*DeleteJourneyActionmapRequestTimeout) IsCode ¶
func (o *DeleteJourneyActionmapRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete journey actionmap request timeout response a status code equal to that given
func (*DeleteJourneyActionmapRequestTimeout) IsRedirect ¶
func (o *DeleteJourneyActionmapRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap request timeout response has a 3xx status code
func (*DeleteJourneyActionmapRequestTimeout) IsServerError ¶
func (o *DeleteJourneyActionmapRequestTimeout) IsServerError() bool
IsServerError returns true when this delete journey actionmap request timeout response has a 5xx status code
func (*DeleteJourneyActionmapRequestTimeout) IsSuccess ¶
func (o *DeleteJourneyActionmapRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap request timeout response has a 2xx status code
func (*DeleteJourneyActionmapRequestTimeout) String ¶
func (o *DeleteJourneyActionmapRequestTimeout) String() string
type DeleteJourneyActionmapServiceUnavailable ¶
type DeleteJourneyActionmapServiceUnavailable struct {
}DeleteJourneyActionmapServiceUnavailable 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 NewDeleteJourneyActionmapServiceUnavailable ¶
func NewDeleteJourneyActionmapServiceUnavailable() *DeleteJourneyActionmapServiceUnavailable
NewDeleteJourneyActionmapServiceUnavailable creates a DeleteJourneyActionmapServiceUnavailable with default headers values
func (*DeleteJourneyActionmapServiceUnavailable) Error ¶
func (o *DeleteJourneyActionmapServiceUnavailable) Error() string
func (*DeleteJourneyActionmapServiceUnavailable) GetPayload ¶
func (o *DeleteJourneyActionmapServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapServiceUnavailable) IsClientError ¶
func (o *DeleteJourneyActionmapServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete journey actionmap service unavailable response has a 4xx status code
func (*DeleteJourneyActionmapServiceUnavailable) IsCode ¶
func (o *DeleteJourneyActionmapServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete journey actionmap service unavailable response a status code equal to that given
func (*DeleteJourneyActionmapServiceUnavailable) IsRedirect ¶
func (o *DeleteJourneyActionmapServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap service unavailable response has a 3xx status code
func (*DeleteJourneyActionmapServiceUnavailable) IsServerError ¶
func (o *DeleteJourneyActionmapServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete journey actionmap service unavailable response has a 5xx status code
func (*DeleteJourneyActionmapServiceUnavailable) IsSuccess ¶
func (o *DeleteJourneyActionmapServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap service unavailable response has a 2xx status code
func (*DeleteJourneyActionmapServiceUnavailable) String ¶
func (o *DeleteJourneyActionmapServiceUnavailable) String() string
type DeleteJourneyActionmapTooManyRequests ¶
DeleteJourneyActionmapTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteJourneyActionmapTooManyRequests ¶
func NewDeleteJourneyActionmapTooManyRequests() *DeleteJourneyActionmapTooManyRequests
NewDeleteJourneyActionmapTooManyRequests creates a DeleteJourneyActionmapTooManyRequests with default headers values
func (*DeleteJourneyActionmapTooManyRequests) Error ¶
func (o *DeleteJourneyActionmapTooManyRequests) Error() string
func (*DeleteJourneyActionmapTooManyRequests) GetPayload ¶
func (o *DeleteJourneyActionmapTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapTooManyRequests) IsClientError ¶
func (o *DeleteJourneyActionmapTooManyRequests) IsClientError() bool
IsClientError returns true when this delete journey actionmap too many requests response has a 4xx status code
func (*DeleteJourneyActionmapTooManyRequests) IsCode ¶
func (o *DeleteJourneyActionmapTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete journey actionmap too many requests response a status code equal to that given
func (*DeleteJourneyActionmapTooManyRequests) IsRedirect ¶
func (o *DeleteJourneyActionmapTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap too many requests response has a 3xx status code
func (*DeleteJourneyActionmapTooManyRequests) IsServerError ¶
func (o *DeleteJourneyActionmapTooManyRequests) IsServerError() bool
IsServerError returns true when this delete journey actionmap too many requests response has a 5xx status code
func (*DeleteJourneyActionmapTooManyRequests) IsSuccess ¶
func (o *DeleteJourneyActionmapTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap too many requests response has a 2xx status code
func (*DeleteJourneyActionmapTooManyRequests) String ¶
func (o *DeleteJourneyActionmapTooManyRequests) String() string
type DeleteJourneyActionmapUnauthorized ¶
type DeleteJourneyActionmapUnauthorized struct {
}DeleteJourneyActionmapUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteJourneyActionmapUnauthorized ¶
func NewDeleteJourneyActionmapUnauthorized() *DeleteJourneyActionmapUnauthorized
NewDeleteJourneyActionmapUnauthorized creates a DeleteJourneyActionmapUnauthorized with default headers values
func (*DeleteJourneyActionmapUnauthorized) Error ¶
func (o *DeleteJourneyActionmapUnauthorized) Error() string
func (*DeleteJourneyActionmapUnauthorized) GetPayload ¶
func (o *DeleteJourneyActionmapUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapUnauthorized) IsClientError ¶
func (o *DeleteJourneyActionmapUnauthorized) IsClientError() bool
IsClientError returns true when this delete journey actionmap unauthorized response has a 4xx status code
func (*DeleteJourneyActionmapUnauthorized) IsCode ¶
func (o *DeleteJourneyActionmapUnauthorized) IsCode(code int) bool
IsCode returns true when this delete journey actionmap unauthorized response a status code equal to that given
func (*DeleteJourneyActionmapUnauthorized) IsRedirect ¶
func (o *DeleteJourneyActionmapUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap unauthorized response has a 3xx status code
func (*DeleteJourneyActionmapUnauthorized) IsServerError ¶
func (o *DeleteJourneyActionmapUnauthorized) IsServerError() bool
IsServerError returns true when this delete journey actionmap unauthorized response has a 5xx status code
func (*DeleteJourneyActionmapUnauthorized) IsSuccess ¶
func (o *DeleteJourneyActionmapUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap unauthorized response has a 2xx status code
func (*DeleteJourneyActionmapUnauthorized) String ¶
func (o *DeleteJourneyActionmapUnauthorized) String() string
type DeleteJourneyActionmapUnsupportedMediaType ¶
DeleteJourneyActionmapUnsupportedMediaType 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 NewDeleteJourneyActionmapUnsupportedMediaType ¶
func NewDeleteJourneyActionmapUnsupportedMediaType() *DeleteJourneyActionmapUnsupportedMediaType
NewDeleteJourneyActionmapUnsupportedMediaType creates a DeleteJourneyActionmapUnsupportedMediaType with default headers values
func (*DeleteJourneyActionmapUnsupportedMediaType) Error ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) Error() string
func (*DeleteJourneyActionmapUnsupportedMediaType) GetPayload ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteJourneyActionmapUnsupportedMediaType) IsClientError ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete journey actionmap unsupported media type response has a 4xx status code
func (*DeleteJourneyActionmapUnsupportedMediaType) IsCode ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete journey actionmap unsupported media type response a status code equal to that given
func (*DeleteJourneyActionmapUnsupportedMediaType) IsRedirect ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete journey actionmap unsupported media type response has a 3xx status code
func (*DeleteJourneyActionmapUnsupportedMediaType) IsServerError ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete journey actionmap unsupported media type response has a 5xx status code
func (*DeleteJourneyActionmapUnsupportedMediaType) IsSuccess ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete journey actionmap unsupported media type response has a 2xx status code
func (*DeleteJourneyActionmapUnsupportedMediaType) String ¶
func (o *DeleteJourneyActionmapUnsupportedMediaType) String() string
type DeleteJourneyActiontemplateBadRequest ¶
DeleteJourneyActiontemplateBadRequest 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 NewDeleteJourneyActiontemplateBadRequest ¶
func NewDeleteJourneyActiontemplateBadRequest() *DeleteJourneyActiontemplateBadRequest
NewDeleteJourneyActiontemplateBadRequest creates a DeleteJourneyActiontemplateBadRequest with default headers values
func (*DeleteJourneyActiontemplateBadRequest) Error ¶
func (o *DeleteJourneyActiontemplateBadRequest) Error() string
func (*DeleteJourneyActiontemplateBadRequest) GetPayload ¶
func (o *DeleteJourneyActiontemplateBadRequest) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateBadRequest) IsClientError ¶
func (o *DeleteJourneyActiontemplateBadRequest) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate bad request response has a 4xx status code
func (*DeleteJourneyActiontemplateBadRequest) IsCode ¶
func (o *DeleteJourneyActiontemplateBadRequest) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate bad request response a status code equal to that given
func (*DeleteJourneyActiontemplateBadRequest) IsRedirect ¶
func (o *DeleteJourneyActiontemplateBadRequest) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate bad request response has a 3xx status code
func (*DeleteJourneyActiontemplateBadRequest) IsServerError ¶
func (o *DeleteJourneyActiontemplateBadRequest) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate bad request response has a 5xx status code
func (*DeleteJourneyActiontemplateBadRequest) IsSuccess ¶
func (o *DeleteJourneyActiontemplateBadRequest) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate bad request response has a 2xx status code
func (*DeleteJourneyActiontemplateBadRequest) String ¶
func (o *DeleteJourneyActiontemplateBadRequest) String() string
type DeleteJourneyActiontemplateForbidden ¶
DeleteJourneyActiontemplateForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteJourneyActiontemplateForbidden ¶
func NewDeleteJourneyActiontemplateForbidden() *DeleteJourneyActiontemplateForbidden
NewDeleteJourneyActiontemplateForbidden creates a DeleteJourneyActiontemplateForbidden with default headers values
func (*DeleteJourneyActiontemplateForbidden) Error ¶
func (o *DeleteJourneyActiontemplateForbidden) Error() string
func (*DeleteJourneyActiontemplateForbidden) GetPayload ¶
func (o *DeleteJourneyActiontemplateForbidden) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateForbidden) IsClientError ¶
func (o *DeleteJourneyActiontemplateForbidden) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate forbidden response has a 4xx status code
func (*DeleteJourneyActiontemplateForbidden) IsCode ¶
func (o *DeleteJourneyActiontemplateForbidden) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate forbidden response a status code equal to that given
func (*DeleteJourneyActiontemplateForbidden) IsRedirect ¶
func (o *DeleteJourneyActiontemplateForbidden) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate forbidden response has a 3xx status code
func (*DeleteJourneyActiontemplateForbidden) IsServerError ¶
func (o *DeleteJourneyActiontemplateForbidden) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate forbidden response has a 5xx status code
func (*DeleteJourneyActiontemplateForbidden) IsSuccess ¶
func (o *DeleteJourneyActiontemplateForbidden) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate forbidden response has a 2xx status code
func (*DeleteJourneyActiontemplateForbidden) String ¶
func (o *DeleteJourneyActiontemplateForbidden) String() string
type DeleteJourneyActiontemplateGatewayTimeout ¶
DeleteJourneyActiontemplateGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteJourneyActiontemplateGatewayTimeout ¶
func NewDeleteJourneyActiontemplateGatewayTimeout() *DeleteJourneyActiontemplateGatewayTimeout
NewDeleteJourneyActiontemplateGatewayTimeout creates a DeleteJourneyActiontemplateGatewayTimeout with default headers values
func (*DeleteJourneyActiontemplateGatewayTimeout) Error ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) Error() string
func (*DeleteJourneyActiontemplateGatewayTimeout) GetPayload ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateGatewayTimeout) IsClientError ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate gateway timeout response has a 4xx status code
func (*DeleteJourneyActiontemplateGatewayTimeout) IsCode ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate gateway timeout response a status code equal to that given
func (*DeleteJourneyActiontemplateGatewayTimeout) IsRedirect ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate gateway timeout response has a 3xx status code
func (*DeleteJourneyActiontemplateGatewayTimeout) IsServerError ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate gateway timeout response has a 5xx status code
func (*DeleteJourneyActiontemplateGatewayTimeout) IsSuccess ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate gateway timeout response has a 2xx status code
func (*DeleteJourneyActiontemplateGatewayTimeout) String ¶
func (o *DeleteJourneyActiontemplateGatewayTimeout) String() string
type DeleteJourneyActiontemplateInternalServerError ¶
DeleteJourneyActiontemplateInternalServerError 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 NewDeleteJourneyActiontemplateInternalServerError ¶
func NewDeleteJourneyActiontemplateInternalServerError() *DeleteJourneyActiontemplateInternalServerError
NewDeleteJourneyActiontemplateInternalServerError creates a DeleteJourneyActiontemplateInternalServerError with default headers values
func (*DeleteJourneyActiontemplateInternalServerError) Error ¶
func (o *DeleteJourneyActiontemplateInternalServerError) Error() string
func (*DeleteJourneyActiontemplateInternalServerError) GetPayload ¶
func (o *DeleteJourneyActiontemplateInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateInternalServerError) IsClientError ¶
func (o *DeleteJourneyActiontemplateInternalServerError) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate internal server error response has a 4xx status code
func (*DeleteJourneyActiontemplateInternalServerError) IsCode ¶
func (o *DeleteJourneyActiontemplateInternalServerError) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate internal server error response a status code equal to that given
func (*DeleteJourneyActiontemplateInternalServerError) IsRedirect ¶
func (o *DeleteJourneyActiontemplateInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate internal server error response has a 3xx status code
func (*DeleteJourneyActiontemplateInternalServerError) IsServerError ¶
func (o *DeleteJourneyActiontemplateInternalServerError) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate internal server error response has a 5xx status code
func (*DeleteJourneyActiontemplateInternalServerError) IsSuccess ¶
func (o *DeleteJourneyActiontemplateInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate internal server error response has a 2xx status code
func (*DeleteJourneyActiontemplateInternalServerError) String ¶
func (o *DeleteJourneyActiontemplateInternalServerError) String() string
type DeleteJourneyActiontemplateNoContent ¶
type DeleteJourneyActiontemplateNoContent struct { }
DeleteJourneyActiontemplateNoContent describes a response with status code 204, with default header values.
Action template deleted.
func NewDeleteJourneyActiontemplateNoContent ¶
func NewDeleteJourneyActiontemplateNoContent() *DeleteJourneyActiontemplateNoContent
NewDeleteJourneyActiontemplateNoContent creates a DeleteJourneyActiontemplateNoContent with default headers values
func (*DeleteJourneyActiontemplateNoContent) Error ¶
func (o *DeleteJourneyActiontemplateNoContent) Error() string
func (*DeleteJourneyActiontemplateNoContent) IsClientError ¶
func (o *DeleteJourneyActiontemplateNoContent) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate no content response has a 4xx status code
func (*DeleteJourneyActiontemplateNoContent) IsCode ¶
func (o *DeleteJourneyActiontemplateNoContent) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate no content response a status code equal to that given
func (*DeleteJourneyActiontemplateNoContent) IsRedirect ¶
func (o *DeleteJourneyActiontemplateNoContent) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate no content response has a 3xx status code
func (*DeleteJourneyActiontemplateNoContent) IsServerError ¶
func (o *DeleteJourneyActiontemplateNoContent) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate no content response has a 5xx status code
func (*DeleteJourneyActiontemplateNoContent) IsSuccess ¶
func (o *DeleteJourneyActiontemplateNoContent) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate no content response has a 2xx status code
func (*DeleteJourneyActiontemplateNoContent) String ¶
func (o *DeleteJourneyActiontemplateNoContent) String() string
type DeleteJourneyActiontemplateNotFound ¶
DeleteJourneyActiontemplateNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteJourneyActiontemplateNotFound ¶
func NewDeleteJourneyActiontemplateNotFound() *DeleteJourneyActiontemplateNotFound
NewDeleteJourneyActiontemplateNotFound creates a DeleteJourneyActiontemplateNotFound with default headers values
func (*DeleteJourneyActiontemplateNotFound) Error ¶
func (o *DeleteJourneyActiontemplateNotFound) Error() string
func (*DeleteJourneyActiontemplateNotFound) GetPayload ¶
func (o *DeleteJourneyActiontemplateNotFound) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateNotFound) IsClientError ¶
func (o *DeleteJourneyActiontemplateNotFound) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate not found response has a 4xx status code
func (*DeleteJourneyActiontemplateNotFound) IsCode ¶
func (o *DeleteJourneyActiontemplateNotFound) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate not found response a status code equal to that given
func (*DeleteJourneyActiontemplateNotFound) IsRedirect ¶
func (o *DeleteJourneyActiontemplateNotFound) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate not found response has a 3xx status code
func (*DeleteJourneyActiontemplateNotFound) IsServerError ¶
func (o *DeleteJourneyActiontemplateNotFound) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate not found response has a 5xx status code
func (*DeleteJourneyActiontemplateNotFound) IsSuccess ¶
func (o *DeleteJourneyActiontemplateNotFound) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate not found response has a 2xx status code
func (*DeleteJourneyActiontemplateNotFound) String ¶
func (o *DeleteJourneyActiontemplateNotFound) String() string
type DeleteJourneyActiontemplateParams ¶
type DeleteJourneyActiontemplateParams struct { /* ActionTemplateID. ID of the action template. */ ActionTemplateID string /* HardDelete. Determines whether Action Template should be soft-deleted (have it's state set to deleted) or hard-deleted (permanently removed). Set to false (soft-delete) by default. */ HardDelete *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteJourneyActiontemplateParams contains all the parameters to send to the API endpoint
for the delete journey actiontemplate operation. Typically these are written to a http.Request.
func NewDeleteJourneyActiontemplateParams ¶
func NewDeleteJourneyActiontemplateParams() *DeleteJourneyActiontemplateParams
NewDeleteJourneyActiontemplateParams creates a new DeleteJourneyActiontemplateParams 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 NewDeleteJourneyActiontemplateParamsWithContext ¶
func NewDeleteJourneyActiontemplateParamsWithContext(ctx context.Context) *DeleteJourneyActiontemplateParams
NewDeleteJourneyActiontemplateParamsWithContext creates a new DeleteJourneyActiontemplateParams object with the ability to set a context for a request.
func NewDeleteJourneyActiontemplateParamsWithHTTPClient ¶
func NewDeleteJourneyActiontemplateParamsWithHTTPClient(client *http.Client) *DeleteJourneyActiontemplateParams
NewDeleteJourneyActiontemplateParamsWithHTTPClient creates a new DeleteJourneyActiontemplateParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteJourneyActiontemplateParamsWithTimeout ¶
func NewDeleteJourneyActiontemplateParamsWithTimeout(timeout time.Duration) *DeleteJourneyActiontemplateParams
NewDeleteJourneyActiontemplateParamsWithTimeout creates a new DeleteJourneyActiontemplateParams object with the ability to set a timeout on a request.
func (*DeleteJourneyActiontemplateParams) SetActionTemplateID ¶
func (o *DeleteJourneyActiontemplateParams) SetActionTemplateID(actionTemplateID string)
SetActionTemplateID adds the actionTemplateId to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) SetContext ¶
func (o *DeleteJourneyActiontemplateParams) SetContext(ctx context.Context)
SetContext adds the context to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) SetDefaults ¶
func (o *DeleteJourneyActiontemplateParams) SetDefaults()
SetDefaults hydrates default values in the delete journey actiontemplate params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyActiontemplateParams) SetHTTPClient ¶
func (o *DeleteJourneyActiontemplateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) SetHardDelete ¶
func (o *DeleteJourneyActiontemplateParams) SetHardDelete(hardDelete *bool)
SetHardDelete adds the hardDelete to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) SetTimeout ¶
func (o *DeleteJourneyActiontemplateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) WithActionTemplateID ¶
func (o *DeleteJourneyActiontemplateParams) WithActionTemplateID(actionTemplateID string) *DeleteJourneyActiontemplateParams
WithActionTemplateID adds the actionTemplateID to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) WithContext ¶
func (o *DeleteJourneyActiontemplateParams) WithContext(ctx context.Context) *DeleteJourneyActiontemplateParams
WithContext adds the context to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) WithDefaults ¶
func (o *DeleteJourneyActiontemplateParams) WithDefaults() *DeleteJourneyActiontemplateParams
WithDefaults hydrates default values in the delete journey actiontemplate params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyActiontemplateParams) WithHTTPClient ¶
func (o *DeleteJourneyActiontemplateParams) WithHTTPClient(client *http.Client) *DeleteJourneyActiontemplateParams
WithHTTPClient adds the HTTPClient to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) WithHardDelete ¶
func (o *DeleteJourneyActiontemplateParams) WithHardDelete(hardDelete *bool) *DeleteJourneyActiontemplateParams
WithHardDelete adds the hardDelete to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) WithTimeout ¶
func (o *DeleteJourneyActiontemplateParams) WithTimeout(timeout time.Duration) *DeleteJourneyActiontemplateParams
WithTimeout adds the timeout to the delete journey actiontemplate params
func (*DeleteJourneyActiontemplateParams) WriteToRequest ¶
func (o *DeleteJourneyActiontemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteJourneyActiontemplateReader ¶
type DeleteJourneyActiontemplateReader struct {
// contains filtered or unexported fields
}
DeleteJourneyActiontemplateReader is a Reader for the DeleteJourneyActiontemplate structure.
func (*DeleteJourneyActiontemplateReader) ReadResponse ¶
func (o *DeleteJourneyActiontemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteJourneyActiontemplateRequestEntityTooLarge ¶
DeleteJourneyActiontemplateRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteJourneyActiontemplateRequestEntityTooLarge ¶
func NewDeleteJourneyActiontemplateRequestEntityTooLarge() *DeleteJourneyActiontemplateRequestEntityTooLarge
NewDeleteJourneyActiontemplateRequestEntityTooLarge creates a DeleteJourneyActiontemplateRequestEntityTooLarge with default headers values
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) Error ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) Error() string
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) GetPayload ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsClientError ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate request entity too large response has a 4xx status code
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsCode ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate request entity too large response a status code equal to that given
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate request entity too large response has a 3xx status code
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsServerError ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate request entity too large response has a 5xx status code
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate request entity too large response has a 2xx status code
func (*DeleteJourneyActiontemplateRequestEntityTooLarge) String ¶
func (o *DeleteJourneyActiontemplateRequestEntityTooLarge) String() string
type DeleteJourneyActiontemplateRequestTimeout ¶
DeleteJourneyActiontemplateRequestTimeout 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 NewDeleteJourneyActiontemplateRequestTimeout ¶
func NewDeleteJourneyActiontemplateRequestTimeout() *DeleteJourneyActiontemplateRequestTimeout
NewDeleteJourneyActiontemplateRequestTimeout creates a DeleteJourneyActiontemplateRequestTimeout with default headers values
func (*DeleteJourneyActiontemplateRequestTimeout) Error ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) Error() string
func (*DeleteJourneyActiontemplateRequestTimeout) GetPayload ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateRequestTimeout) IsClientError ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate request timeout response has a 4xx status code
func (*DeleteJourneyActiontemplateRequestTimeout) IsCode ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate request timeout response a status code equal to that given
func (*DeleteJourneyActiontemplateRequestTimeout) IsRedirect ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate request timeout response has a 3xx status code
func (*DeleteJourneyActiontemplateRequestTimeout) IsServerError ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate request timeout response has a 5xx status code
func (*DeleteJourneyActiontemplateRequestTimeout) IsSuccess ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate request timeout response has a 2xx status code
func (*DeleteJourneyActiontemplateRequestTimeout) String ¶
func (o *DeleteJourneyActiontemplateRequestTimeout) String() string
type DeleteJourneyActiontemplateServiceUnavailable ¶
type DeleteJourneyActiontemplateServiceUnavailable struct {
}DeleteJourneyActiontemplateServiceUnavailable 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 NewDeleteJourneyActiontemplateServiceUnavailable ¶
func NewDeleteJourneyActiontemplateServiceUnavailable() *DeleteJourneyActiontemplateServiceUnavailable
NewDeleteJourneyActiontemplateServiceUnavailable creates a DeleteJourneyActiontemplateServiceUnavailable with default headers values
func (*DeleteJourneyActiontemplateServiceUnavailable) Error ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) Error() string
func (*DeleteJourneyActiontemplateServiceUnavailable) GetPayload ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateServiceUnavailable) IsClientError ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate service unavailable response has a 4xx status code
func (*DeleteJourneyActiontemplateServiceUnavailable) IsCode ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate service unavailable response a status code equal to that given
func (*DeleteJourneyActiontemplateServiceUnavailable) IsRedirect ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate service unavailable response has a 3xx status code
func (*DeleteJourneyActiontemplateServiceUnavailable) IsServerError ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate service unavailable response has a 5xx status code
func (*DeleteJourneyActiontemplateServiceUnavailable) IsSuccess ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate service unavailable response has a 2xx status code
func (*DeleteJourneyActiontemplateServiceUnavailable) String ¶
func (o *DeleteJourneyActiontemplateServiceUnavailable) String() string
type DeleteJourneyActiontemplateTooManyRequests ¶
DeleteJourneyActiontemplateTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteJourneyActiontemplateTooManyRequests ¶
func NewDeleteJourneyActiontemplateTooManyRequests() *DeleteJourneyActiontemplateTooManyRequests
NewDeleteJourneyActiontemplateTooManyRequests creates a DeleteJourneyActiontemplateTooManyRequests with default headers values
func (*DeleteJourneyActiontemplateTooManyRequests) Error ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) Error() string
func (*DeleteJourneyActiontemplateTooManyRequests) GetPayload ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateTooManyRequests) IsClientError ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate too many requests response has a 4xx status code
func (*DeleteJourneyActiontemplateTooManyRequests) IsCode ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate too many requests response a status code equal to that given
func (*DeleteJourneyActiontemplateTooManyRequests) IsRedirect ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate too many requests response has a 3xx status code
func (*DeleteJourneyActiontemplateTooManyRequests) IsServerError ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate too many requests response has a 5xx status code
func (*DeleteJourneyActiontemplateTooManyRequests) IsSuccess ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate too many requests response has a 2xx status code
func (*DeleteJourneyActiontemplateTooManyRequests) String ¶
func (o *DeleteJourneyActiontemplateTooManyRequests) String() string
type DeleteJourneyActiontemplateUnauthorized ¶
type DeleteJourneyActiontemplateUnauthorized struct {
}DeleteJourneyActiontemplateUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteJourneyActiontemplateUnauthorized ¶
func NewDeleteJourneyActiontemplateUnauthorized() *DeleteJourneyActiontemplateUnauthorized
NewDeleteJourneyActiontemplateUnauthorized creates a DeleteJourneyActiontemplateUnauthorized with default headers values
func (*DeleteJourneyActiontemplateUnauthorized) Error ¶
func (o *DeleteJourneyActiontemplateUnauthorized) Error() string
func (*DeleteJourneyActiontemplateUnauthorized) GetPayload ¶
func (o *DeleteJourneyActiontemplateUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateUnauthorized) IsClientError ¶
func (o *DeleteJourneyActiontemplateUnauthorized) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate unauthorized response has a 4xx status code
func (*DeleteJourneyActiontemplateUnauthorized) IsCode ¶
func (o *DeleteJourneyActiontemplateUnauthorized) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate unauthorized response a status code equal to that given
func (*DeleteJourneyActiontemplateUnauthorized) IsRedirect ¶
func (o *DeleteJourneyActiontemplateUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate unauthorized response has a 3xx status code
func (*DeleteJourneyActiontemplateUnauthorized) IsServerError ¶
func (o *DeleteJourneyActiontemplateUnauthorized) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate unauthorized response has a 5xx status code
func (*DeleteJourneyActiontemplateUnauthorized) IsSuccess ¶
func (o *DeleteJourneyActiontemplateUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate unauthorized response has a 2xx status code
func (*DeleteJourneyActiontemplateUnauthorized) String ¶
func (o *DeleteJourneyActiontemplateUnauthorized) String() string
type DeleteJourneyActiontemplateUnsupportedMediaType ¶
DeleteJourneyActiontemplateUnsupportedMediaType 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 NewDeleteJourneyActiontemplateUnsupportedMediaType ¶
func NewDeleteJourneyActiontemplateUnsupportedMediaType() *DeleteJourneyActiontemplateUnsupportedMediaType
NewDeleteJourneyActiontemplateUnsupportedMediaType creates a DeleteJourneyActiontemplateUnsupportedMediaType with default headers values
func (*DeleteJourneyActiontemplateUnsupportedMediaType) Error ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) Error() string
func (*DeleteJourneyActiontemplateUnsupportedMediaType) GetPayload ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsClientError ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete journey actiontemplate unsupported media type response has a 4xx status code
func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsCode ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete journey actiontemplate unsupported media type response a status code equal to that given
func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsRedirect ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete journey actiontemplate unsupported media type response has a 3xx status code
func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsServerError ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete journey actiontemplate unsupported media type response has a 5xx status code
func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsSuccess ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete journey actiontemplate unsupported media type response has a 2xx status code
func (*DeleteJourneyActiontemplateUnsupportedMediaType) String ¶
func (o *DeleteJourneyActiontemplateUnsupportedMediaType) String() string
type DeleteJourneyOutcomeBadRequest ¶
DeleteJourneyOutcomeBadRequest 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 NewDeleteJourneyOutcomeBadRequest ¶
func NewDeleteJourneyOutcomeBadRequest() *DeleteJourneyOutcomeBadRequest
NewDeleteJourneyOutcomeBadRequest creates a DeleteJourneyOutcomeBadRequest with default headers values
func (*DeleteJourneyOutcomeBadRequest) Error ¶
func (o *DeleteJourneyOutcomeBadRequest) Error() string
func (*DeleteJourneyOutcomeBadRequest) GetPayload ¶
func (o *DeleteJourneyOutcomeBadRequest) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeBadRequest) IsClientError ¶
func (o *DeleteJourneyOutcomeBadRequest) IsClientError() bool
IsClientError returns true when this delete journey outcome bad request response has a 4xx status code
func (*DeleteJourneyOutcomeBadRequest) IsCode ¶
func (o *DeleteJourneyOutcomeBadRequest) IsCode(code int) bool
IsCode returns true when this delete journey outcome bad request response a status code equal to that given
func (*DeleteJourneyOutcomeBadRequest) IsRedirect ¶
func (o *DeleteJourneyOutcomeBadRequest) IsRedirect() bool
IsRedirect returns true when this delete journey outcome bad request response has a 3xx status code
func (*DeleteJourneyOutcomeBadRequest) IsServerError ¶
func (o *DeleteJourneyOutcomeBadRequest) IsServerError() bool
IsServerError returns true when this delete journey outcome bad request response has a 5xx status code
func (*DeleteJourneyOutcomeBadRequest) IsSuccess ¶
func (o *DeleteJourneyOutcomeBadRequest) IsSuccess() bool
IsSuccess returns true when this delete journey outcome bad request response has a 2xx status code
func (*DeleteJourneyOutcomeBadRequest) String ¶
func (o *DeleteJourneyOutcomeBadRequest) String() string
type DeleteJourneyOutcomeForbidden ¶
DeleteJourneyOutcomeForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteJourneyOutcomeForbidden ¶
func NewDeleteJourneyOutcomeForbidden() *DeleteJourneyOutcomeForbidden
NewDeleteJourneyOutcomeForbidden creates a DeleteJourneyOutcomeForbidden with default headers values
func (*DeleteJourneyOutcomeForbidden) Error ¶
func (o *DeleteJourneyOutcomeForbidden) Error() string
func (*DeleteJourneyOutcomeForbidden) GetPayload ¶
func (o *DeleteJourneyOutcomeForbidden) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeForbidden) IsClientError ¶
func (o *DeleteJourneyOutcomeForbidden) IsClientError() bool
IsClientError returns true when this delete journey outcome forbidden response has a 4xx status code
func (*DeleteJourneyOutcomeForbidden) IsCode ¶
func (o *DeleteJourneyOutcomeForbidden) IsCode(code int) bool
IsCode returns true when this delete journey outcome forbidden response a status code equal to that given
func (*DeleteJourneyOutcomeForbidden) IsRedirect ¶
func (o *DeleteJourneyOutcomeForbidden) IsRedirect() bool
IsRedirect returns true when this delete journey outcome forbidden response has a 3xx status code
func (*DeleteJourneyOutcomeForbidden) IsServerError ¶
func (o *DeleteJourneyOutcomeForbidden) IsServerError() bool
IsServerError returns true when this delete journey outcome forbidden response has a 5xx status code
func (*DeleteJourneyOutcomeForbidden) IsSuccess ¶
func (o *DeleteJourneyOutcomeForbidden) IsSuccess() bool
IsSuccess returns true when this delete journey outcome forbidden response has a 2xx status code
func (*DeleteJourneyOutcomeForbidden) String ¶
func (o *DeleteJourneyOutcomeForbidden) String() string
type DeleteJourneyOutcomeGatewayTimeout ¶
DeleteJourneyOutcomeGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteJourneyOutcomeGatewayTimeout ¶
func NewDeleteJourneyOutcomeGatewayTimeout() *DeleteJourneyOutcomeGatewayTimeout
NewDeleteJourneyOutcomeGatewayTimeout creates a DeleteJourneyOutcomeGatewayTimeout with default headers values
func (*DeleteJourneyOutcomeGatewayTimeout) Error ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) Error() string
func (*DeleteJourneyOutcomeGatewayTimeout) GetPayload ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeGatewayTimeout) IsClientError ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete journey outcome gateway timeout response has a 4xx status code
func (*DeleteJourneyOutcomeGatewayTimeout) IsCode ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete journey outcome gateway timeout response a status code equal to that given
func (*DeleteJourneyOutcomeGatewayTimeout) IsRedirect ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey outcome gateway timeout response has a 3xx status code
func (*DeleteJourneyOutcomeGatewayTimeout) IsServerError ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete journey outcome gateway timeout response has a 5xx status code
func (*DeleteJourneyOutcomeGatewayTimeout) IsSuccess ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey outcome gateway timeout response has a 2xx status code
func (*DeleteJourneyOutcomeGatewayTimeout) String ¶
func (o *DeleteJourneyOutcomeGatewayTimeout) String() string
type DeleteJourneyOutcomeInternalServerError ¶
DeleteJourneyOutcomeInternalServerError 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 NewDeleteJourneyOutcomeInternalServerError ¶
func NewDeleteJourneyOutcomeInternalServerError() *DeleteJourneyOutcomeInternalServerError
NewDeleteJourneyOutcomeInternalServerError creates a DeleteJourneyOutcomeInternalServerError with default headers values
func (*DeleteJourneyOutcomeInternalServerError) Error ¶
func (o *DeleteJourneyOutcomeInternalServerError) Error() string
func (*DeleteJourneyOutcomeInternalServerError) GetPayload ¶
func (o *DeleteJourneyOutcomeInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeInternalServerError) IsClientError ¶
func (o *DeleteJourneyOutcomeInternalServerError) IsClientError() bool
IsClientError returns true when this delete journey outcome internal server error response has a 4xx status code
func (*DeleteJourneyOutcomeInternalServerError) IsCode ¶
func (o *DeleteJourneyOutcomeInternalServerError) IsCode(code int) bool
IsCode returns true when this delete journey outcome internal server error response a status code equal to that given
func (*DeleteJourneyOutcomeInternalServerError) IsRedirect ¶
func (o *DeleteJourneyOutcomeInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete journey outcome internal server error response has a 3xx status code
func (*DeleteJourneyOutcomeInternalServerError) IsServerError ¶
func (o *DeleteJourneyOutcomeInternalServerError) IsServerError() bool
IsServerError returns true when this delete journey outcome internal server error response has a 5xx status code
func (*DeleteJourneyOutcomeInternalServerError) IsSuccess ¶
func (o *DeleteJourneyOutcomeInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete journey outcome internal server error response has a 2xx status code
func (*DeleteJourneyOutcomeInternalServerError) String ¶
func (o *DeleteJourneyOutcomeInternalServerError) String() string
type DeleteJourneyOutcomeNoContent ¶
type DeleteJourneyOutcomeNoContent struct { }
DeleteJourneyOutcomeNoContent describes a response with status code 204, with default header values.
Outcome deleted.
func NewDeleteJourneyOutcomeNoContent ¶
func NewDeleteJourneyOutcomeNoContent() *DeleteJourneyOutcomeNoContent
NewDeleteJourneyOutcomeNoContent creates a DeleteJourneyOutcomeNoContent with default headers values
func (*DeleteJourneyOutcomeNoContent) Error ¶
func (o *DeleteJourneyOutcomeNoContent) Error() string
func (*DeleteJourneyOutcomeNoContent) IsClientError ¶
func (o *DeleteJourneyOutcomeNoContent) IsClientError() bool
IsClientError returns true when this delete journey outcome no content response has a 4xx status code
func (*DeleteJourneyOutcomeNoContent) IsCode ¶
func (o *DeleteJourneyOutcomeNoContent) IsCode(code int) bool
IsCode returns true when this delete journey outcome no content response a status code equal to that given
func (*DeleteJourneyOutcomeNoContent) IsRedirect ¶
func (o *DeleteJourneyOutcomeNoContent) IsRedirect() bool
IsRedirect returns true when this delete journey outcome no content response has a 3xx status code
func (*DeleteJourneyOutcomeNoContent) IsServerError ¶
func (o *DeleteJourneyOutcomeNoContent) IsServerError() bool
IsServerError returns true when this delete journey outcome no content response has a 5xx status code
func (*DeleteJourneyOutcomeNoContent) IsSuccess ¶
func (o *DeleteJourneyOutcomeNoContent) IsSuccess() bool
IsSuccess returns true when this delete journey outcome no content response has a 2xx status code
func (*DeleteJourneyOutcomeNoContent) String ¶
func (o *DeleteJourneyOutcomeNoContent) String() string
type DeleteJourneyOutcomeNotFound ¶
DeleteJourneyOutcomeNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteJourneyOutcomeNotFound ¶
func NewDeleteJourneyOutcomeNotFound() *DeleteJourneyOutcomeNotFound
NewDeleteJourneyOutcomeNotFound creates a DeleteJourneyOutcomeNotFound with default headers values
func (*DeleteJourneyOutcomeNotFound) Error ¶
func (o *DeleteJourneyOutcomeNotFound) Error() string
func (*DeleteJourneyOutcomeNotFound) GetPayload ¶
func (o *DeleteJourneyOutcomeNotFound) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeNotFound) IsClientError ¶
func (o *DeleteJourneyOutcomeNotFound) IsClientError() bool
IsClientError returns true when this delete journey outcome not found response has a 4xx status code
func (*DeleteJourneyOutcomeNotFound) IsCode ¶
func (o *DeleteJourneyOutcomeNotFound) IsCode(code int) bool
IsCode returns true when this delete journey outcome not found response a status code equal to that given
func (*DeleteJourneyOutcomeNotFound) IsRedirect ¶
func (o *DeleteJourneyOutcomeNotFound) IsRedirect() bool
IsRedirect returns true when this delete journey outcome not found response has a 3xx status code
func (*DeleteJourneyOutcomeNotFound) IsServerError ¶
func (o *DeleteJourneyOutcomeNotFound) IsServerError() bool
IsServerError returns true when this delete journey outcome not found response has a 5xx status code
func (*DeleteJourneyOutcomeNotFound) IsSuccess ¶
func (o *DeleteJourneyOutcomeNotFound) IsSuccess() bool
IsSuccess returns true when this delete journey outcome not found response has a 2xx status code
func (*DeleteJourneyOutcomeNotFound) String ¶
func (o *DeleteJourneyOutcomeNotFound) String() string
type DeleteJourneyOutcomeParams ¶
type DeleteJourneyOutcomeParams struct { /* OutcomeID. ID of the outcome. */ OutcomeID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteJourneyOutcomeParams contains all the parameters to send to the API endpoint
for the delete journey outcome operation. Typically these are written to a http.Request.
func NewDeleteJourneyOutcomeParams ¶
func NewDeleteJourneyOutcomeParams() *DeleteJourneyOutcomeParams
NewDeleteJourneyOutcomeParams creates a new DeleteJourneyOutcomeParams 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 NewDeleteJourneyOutcomeParamsWithContext ¶
func NewDeleteJourneyOutcomeParamsWithContext(ctx context.Context) *DeleteJourneyOutcomeParams
NewDeleteJourneyOutcomeParamsWithContext creates a new DeleteJourneyOutcomeParams object with the ability to set a context for a request.
func NewDeleteJourneyOutcomeParamsWithHTTPClient ¶
func NewDeleteJourneyOutcomeParamsWithHTTPClient(client *http.Client) *DeleteJourneyOutcomeParams
NewDeleteJourneyOutcomeParamsWithHTTPClient creates a new DeleteJourneyOutcomeParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteJourneyOutcomeParamsWithTimeout ¶
func NewDeleteJourneyOutcomeParamsWithTimeout(timeout time.Duration) *DeleteJourneyOutcomeParams
NewDeleteJourneyOutcomeParamsWithTimeout creates a new DeleteJourneyOutcomeParams object with the ability to set a timeout on a request.
func (*DeleteJourneyOutcomeParams) SetContext ¶
func (o *DeleteJourneyOutcomeParams) SetContext(ctx context.Context)
SetContext adds the context to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) SetDefaults ¶
func (o *DeleteJourneyOutcomeParams) SetDefaults()
SetDefaults hydrates default values in the delete journey outcome params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyOutcomeParams) SetHTTPClient ¶
func (o *DeleteJourneyOutcomeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) SetOutcomeID ¶
func (o *DeleteJourneyOutcomeParams) SetOutcomeID(outcomeID string)
SetOutcomeID adds the outcomeId to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) SetTimeout ¶
func (o *DeleteJourneyOutcomeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) WithContext ¶
func (o *DeleteJourneyOutcomeParams) WithContext(ctx context.Context) *DeleteJourneyOutcomeParams
WithContext adds the context to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) WithDefaults ¶
func (o *DeleteJourneyOutcomeParams) WithDefaults() *DeleteJourneyOutcomeParams
WithDefaults hydrates default values in the delete journey outcome params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyOutcomeParams) WithHTTPClient ¶
func (o *DeleteJourneyOutcomeParams) WithHTTPClient(client *http.Client) *DeleteJourneyOutcomeParams
WithHTTPClient adds the HTTPClient to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) WithOutcomeID ¶
func (o *DeleteJourneyOutcomeParams) WithOutcomeID(outcomeID string) *DeleteJourneyOutcomeParams
WithOutcomeID adds the outcomeID to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) WithTimeout ¶
func (o *DeleteJourneyOutcomeParams) WithTimeout(timeout time.Duration) *DeleteJourneyOutcomeParams
WithTimeout adds the timeout to the delete journey outcome params
func (*DeleteJourneyOutcomeParams) WriteToRequest ¶
func (o *DeleteJourneyOutcomeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteJourneyOutcomeReader ¶
type DeleteJourneyOutcomeReader struct {
// contains filtered or unexported fields
}
DeleteJourneyOutcomeReader is a Reader for the DeleteJourneyOutcome structure.
func (*DeleteJourneyOutcomeReader) ReadResponse ¶
func (o *DeleteJourneyOutcomeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteJourneyOutcomeRequestEntityTooLarge ¶
DeleteJourneyOutcomeRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteJourneyOutcomeRequestEntityTooLarge ¶
func NewDeleteJourneyOutcomeRequestEntityTooLarge() *DeleteJourneyOutcomeRequestEntityTooLarge
NewDeleteJourneyOutcomeRequestEntityTooLarge creates a DeleteJourneyOutcomeRequestEntityTooLarge with default headers values
func (*DeleteJourneyOutcomeRequestEntityTooLarge) Error ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) Error() string
func (*DeleteJourneyOutcomeRequestEntityTooLarge) GetPayload ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsClientError ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete journey outcome request entity too large response has a 4xx status code
func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsCode ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete journey outcome request entity too large response a status code equal to that given
func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete journey outcome request entity too large response has a 3xx status code
func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsServerError ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete journey outcome request entity too large response has a 5xx status code
func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete journey outcome request entity too large response has a 2xx status code
func (*DeleteJourneyOutcomeRequestEntityTooLarge) String ¶
func (o *DeleteJourneyOutcomeRequestEntityTooLarge) String() string
type DeleteJourneyOutcomeRequestTimeout ¶
DeleteJourneyOutcomeRequestTimeout 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 NewDeleteJourneyOutcomeRequestTimeout ¶
func NewDeleteJourneyOutcomeRequestTimeout() *DeleteJourneyOutcomeRequestTimeout
NewDeleteJourneyOutcomeRequestTimeout creates a DeleteJourneyOutcomeRequestTimeout with default headers values
func (*DeleteJourneyOutcomeRequestTimeout) Error ¶
func (o *DeleteJourneyOutcomeRequestTimeout) Error() string
func (*DeleteJourneyOutcomeRequestTimeout) GetPayload ¶
func (o *DeleteJourneyOutcomeRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeRequestTimeout) IsClientError ¶
func (o *DeleteJourneyOutcomeRequestTimeout) IsClientError() bool
IsClientError returns true when this delete journey outcome request timeout response has a 4xx status code
func (*DeleteJourneyOutcomeRequestTimeout) IsCode ¶
func (o *DeleteJourneyOutcomeRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete journey outcome request timeout response a status code equal to that given
func (*DeleteJourneyOutcomeRequestTimeout) IsRedirect ¶
func (o *DeleteJourneyOutcomeRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey outcome request timeout response has a 3xx status code
func (*DeleteJourneyOutcomeRequestTimeout) IsServerError ¶
func (o *DeleteJourneyOutcomeRequestTimeout) IsServerError() bool
IsServerError returns true when this delete journey outcome request timeout response has a 5xx status code
func (*DeleteJourneyOutcomeRequestTimeout) IsSuccess ¶
func (o *DeleteJourneyOutcomeRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey outcome request timeout response has a 2xx status code
func (*DeleteJourneyOutcomeRequestTimeout) String ¶
func (o *DeleteJourneyOutcomeRequestTimeout) String() string
type DeleteJourneyOutcomeServiceUnavailable ¶
type DeleteJourneyOutcomeServiceUnavailable struct {
}DeleteJourneyOutcomeServiceUnavailable 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 NewDeleteJourneyOutcomeServiceUnavailable ¶
func NewDeleteJourneyOutcomeServiceUnavailable() *DeleteJourneyOutcomeServiceUnavailable
NewDeleteJourneyOutcomeServiceUnavailable creates a DeleteJourneyOutcomeServiceUnavailable with default headers values
func (*DeleteJourneyOutcomeServiceUnavailable) Error ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) Error() string
func (*DeleteJourneyOutcomeServiceUnavailable) GetPayload ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeServiceUnavailable) IsClientError ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete journey outcome service unavailable response has a 4xx status code
func (*DeleteJourneyOutcomeServiceUnavailable) IsCode ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete journey outcome service unavailable response a status code equal to that given
func (*DeleteJourneyOutcomeServiceUnavailable) IsRedirect ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete journey outcome service unavailable response has a 3xx status code
func (*DeleteJourneyOutcomeServiceUnavailable) IsServerError ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete journey outcome service unavailable response has a 5xx status code
func (*DeleteJourneyOutcomeServiceUnavailable) IsSuccess ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete journey outcome service unavailable response has a 2xx status code
func (*DeleteJourneyOutcomeServiceUnavailable) String ¶
func (o *DeleteJourneyOutcomeServiceUnavailable) String() string
type DeleteJourneyOutcomeTooManyRequests ¶
DeleteJourneyOutcomeTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteJourneyOutcomeTooManyRequests ¶
func NewDeleteJourneyOutcomeTooManyRequests() *DeleteJourneyOutcomeTooManyRequests
NewDeleteJourneyOutcomeTooManyRequests creates a DeleteJourneyOutcomeTooManyRequests with default headers values
func (*DeleteJourneyOutcomeTooManyRequests) Error ¶
func (o *DeleteJourneyOutcomeTooManyRequests) Error() string
func (*DeleteJourneyOutcomeTooManyRequests) GetPayload ¶
func (o *DeleteJourneyOutcomeTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeTooManyRequests) IsClientError ¶
func (o *DeleteJourneyOutcomeTooManyRequests) IsClientError() bool
IsClientError returns true when this delete journey outcome too many requests response has a 4xx status code
func (*DeleteJourneyOutcomeTooManyRequests) IsCode ¶
func (o *DeleteJourneyOutcomeTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete journey outcome too many requests response a status code equal to that given
func (*DeleteJourneyOutcomeTooManyRequests) IsRedirect ¶
func (o *DeleteJourneyOutcomeTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete journey outcome too many requests response has a 3xx status code
func (*DeleteJourneyOutcomeTooManyRequests) IsServerError ¶
func (o *DeleteJourneyOutcomeTooManyRequests) IsServerError() bool
IsServerError returns true when this delete journey outcome too many requests response has a 5xx status code
func (*DeleteJourneyOutcomeTooManyRequests) IsSuccess ¶
func (o *DeleteJourneyOutcomeTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete journey outcome too many requests response has a 2xx status code
func (*DeleteJourneyOutcomeTooManyRequests) String ¶
func (o *DeleteJourneyOutcomeTooManyRequests) String() string
type DeleteJourneyOutcomeUnauthorized ¶
type DeleteJourneyOutcomeUnauthorized struct {
}DeleteJourneyOutcomeUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteJourneyOutcomeUnauthorized ¶
func NewDeleteJourneyOutcomeUnauthorized() *DeleteJourneyOutcomeUnauthorized
NewDeleteJourneyOutcomeUnauthorized creates a DeleteJourneyOutcomeUnauthorized with default headers values
func (*DeleteJourneyOutcomeUnauthorized) Error ¶
func (o *DeleteJourneyOutcomeUnauthorized) Error() string
func (*DeleteJourneyOutcomeUnauthorized) GetPayload ¶
func (o *DeleteJourneyOutcomeUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeUnauthorized) IsClientError ¶
func (o *DeleteJourneyOutcomeUnauthorized) IsClientError() bool
IsClientError returns true when this delete journey outcome unauthorized response has a 4xx status code
func (*DeleteJourneyOutcomeUnauthorized) IsCode ¶
func (o *DeleteJourneyOutcomeUnauthorized) IsCode(code int) bool
IsCode returns true when this delete journey outcome unauthorized response a status code equal to that given
func (*DeleteJourneyOutcomeUnauthorized) IsRedirect ¶
func (o *DeleteJourneyOutcomeUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete journey outcome unauthorized response has a 3xx status code
func (*DeleteJourneyOutcomeUnauthorized) IsServerError ¶
func (o *DeleteJourneyOutcomeUnauthorized) IsServerError() bool
IsServerError returns true when this delete journey outcome unauthorized response has a 5xx status code
func (*DeleteJourneyOutcomeUnauthorized) IsSuccess ¶
func (o *DeleteJourneyOutcomeUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete journey outcome unauthorized response has a 2xx status code
func (*DeleteJourneyOutcomeUnauthorized) String ¶
func (o *DeleteJourneyOutcomeUnauthorized) String() string
type DeleteJourneyOutcomeUnsupportedMediaType ¶
DeleteJourneyOutcomeUnsupportedMediaType 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 NewDeleteJourneyOutcomeUnsupportedMediaType ¶
func NewDeleteJourneyOutcomeUnsupportedMediaType() *DeleteJourneyOutcomeUnsupportedMediaType
NewDeleteJourneyOutcomeUnsupportedMediaType creates a DeleteJourneyOutcomeUnsupportedMediaType with default headers values
func (*DeleteJourneyOutcomeUnsupportedMediaType) Error ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) Error() string
func (*DeleteJourneyOutcomeUnsupportedMediaType) GetPayload ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomeUnsupportedMediaType) IsClientError ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete journey outcome unsupported media type response has a 4xx status code
func (*DeleteJourneyOutcomeUnsupportedMediaType) IsCode ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete journey outcome unsupported media type response a status code equal to that given
func (*DeleteJourneyOutcomeUnsupportedMediaType) IsRedirect ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete journey outcome unsupported media type response has a 3xx status code
func (*DeleteJourneyOutcomeUnsupportedMediaType) IsServerError ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete journey outcome unsupported media type response has a 5xx status code
func (*DeleteJourneyOutcomeUnsupportedMediaType) IsSuccess ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete journey outcome unsupported media type response has a 2xx status code
func (*DeleteJourneyOutcomeUnsupportedMediaType) String ¶
func (o *DeleteJourneyOutcomeUnsupportedMediaType) String() string
type DeleteJourneyOutcomesPredictorBadRequest ¶
DeleteJourneyOutcomesPredictorBadRequest 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 NewDeleteJourneyOutcomesPredictorBadRequest ¶
func NewDeleteJourneyOutcomesPredictorBadRequest() *DeleteJourneyOutcomesPredictorBadRequest
NewDeleteJourneyOutcomesPredictorBadRequest creates a DeleteJourneyOutcomesPredictorBadRequest with default headers values
func (*DeleteJourneyOutcomesPredictorBadRequest) Error ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) Error() string
func (*DeleteJourneyOutcomesPredictorBadRequest) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorBadRequest) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor bad request response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorBadRequest) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor bad request response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorBadRequest) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor bad request response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorBadRequest) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor bad request response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorBadRequest) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor bad request response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorBadRequest) String ¶
func (o *DeleteJourneyOutcomesPredictorBadRequest) String() string
type DeleteJourneyOutcomesPredictorForbidden ¶
DeleteJourneyOutcomesPredictorForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteJourneyOutcomesPredictorForbidden ¶
func NewDeleteJourneyOutcomesPredictorForbidden() *DeleteJourneyOutcomesPredictorForbidden
NewDeleteJourneyOutcomesPredictorForbidden creates a DeleteJourneyOutcomesPredictorForbidden with default headers values
func (*DeleteJourneyOutcomesPredictorForbidden) Error ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) Error() string
func (*DeleteJourneyOutcomesPredictorForbidden) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorForbidden) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor forbidden response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorForbidden) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor forbidden response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorForbidden) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor forbidden response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorForbidden) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor forbidden response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorForbidden) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor forbidden response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorForbidden) String ¶
func (o *DeleteJourneyOutcomesPredictorForbidden) String() string
type DeleteJourneyOutcomesPredictorGatewayTimeout ¶
DeleteJourneyOutcomesPredictorGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteJourneyOutcomesPredictorGatewayTimeout ¶
func NewDeleteJourneyOutcomesPredictorGatewayTimeout() *DeleteJourneyOutcomesPredictorGatewayTimeout
NewDeleteJourneyOutcomesPredictorGatewayTimeout creates a DeleteJourneyOutcomesPredictorGatewayTimeout with default headers values
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) Error ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) Error() string
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor gateway timeout response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor gateway timeout response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor gateway timeout response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor gateway timeout response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor gateway timeout response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorGatewayTimeout) String ¶
func (o *DeleteJourneyOutcomesPredictorGatewayTimeout) String() string
type DeleteJourneyOutcomesPredictorInternalServerError ¶
DeleteJourneyOutcomesPredictorInternalServerError 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 NewDeleteJourneyOutcomesPredictorInternalServerError ¶
func NewDeleteJourneyOutcomesPredictorInternalServerError() *DeleteJourneyOutcomesPredictorInternalServerError
NewDeleteJourneyOutcomesPredictorInternalServerError creates a DeleteJourneyOutcomesPredictorInternalServerError with default headers values
func (*DeleteJourneyOutcomesPredictorInternalServerError) Error ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) Error() string
func (*DeleteJourneyOutcomesPredictorInternalServerError) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorInternalServerError) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor internal server error response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorInternalServerError) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor internal server error response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorInternalServerError) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor internal server error response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorInternalServerError) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor internal server error response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorInternalServerError) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor internal server error response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorInternalServerError) String ¶
func (o *DeleteJourneyOutcomesPredictorInternalServerError) String() string
type DeleteJourneyOutcomesPredictorNoContent ¶
type DeleteJourneyOutcomesPredictorNoContent struct { }
DeleteJourneyOutcomesPredictorNoContent describes a response with status code 204, with default header values.
Predictor deleted.
func NewDeleteJourneyOutcomesPredictorNoContent ¶
func NewDeleteJourneyOutcomesPredictorNoContent() *DeleteJourneyOutcomesPredictorNoContent
NewDeleteJourneyOutcomesPredictorNoContent creates a DeleteJourneyOutcomesPredictorNoContent with default headers values
func (*DeleteJourneyOutcomesPredictorNoContent) Error ¶
func (o *DeleteJourneyOutcomesPredictorNoContent) Error() string
func (*DeleteJourneyOutcomesPredictorNoContent) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorNoContent) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor no content response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorNoContent) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorNoContent) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor no content response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorNoContent) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorNoContent) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor no content response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorNoContent) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorNoContent) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor no content response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorNoContent) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorNoContent) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor no content response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorNoContent) String ¶
func (o *DeleteJourneyOutcomesPredictorNoContent) String() string
type DeleteJourneyOutcomesPredictorNotFound ¶
DeleteJourneyOutcomesPredictorNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteJourneyOutcomesPredictorNotFound ¶
func NewDeleteJourneyOutcomesPredictorNotFound() *DeleteJourneyOutcomesPredictorNotFound
NewDeleteJourneyOutcomesPredictorNotFound creates a DeleteJourneyOutcomesPredictorNotFound with default headers values
func (*DeleteJourneyOutcomesPredictorNotFound) Error ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) Error() string
func (*DeleteJourneyOutcomesPredictorNotFound) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorNotFound) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor not found response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorNotFound) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor not found response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorNotFound) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor not found response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorNotFound) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor not found response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorNotFound) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor not found response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorNotFound) String ¶
func (o *DeleteJourneyOutcomesPredictorNotFound) String() string
type DeleteJourneyOutcomesPredictorParams ¶
type DeleteJourneyOutcomesPredictorParams struct { /* PredictorID. ID of predictor */ PredictorID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteJourneyOutcomesPredictorParams contains all the parameters to send to the API endpoint
for the delete journey outcomes predictor operation. Typically these are written to a http.Request.
func NewDeleteJourneyOutcomesPredictorParams ¶
func NewDeleteJourneyOutcomesPredictorParams() *DeleteJourneyOutcomesPredictorParams
NewDeleteJourneyOutcomesPredictorParams creates a new DeleteJourneyOutcomesPredictorParams 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 NewDeleteJourneyOutcomesPredictorParamsWithContext ¶
func NewDeleteJourneyOutcomesPredictorParamsWithContext(ctx context.Context) *DeleteJourneyOutcomesPredictorParams
NewDeleteJourneyOutcomesPredictorParamsWithContext creates a new DeleteJourneyOutcomesPredictorParams object with the ability to set a context for a request.
func NewDeleteJourneyOutcomesPredictorParamsWithHTTPClient ¶
func NewDeleteJourneyOutcomesPredictorParamsWithHTTPClient(client *http.Client) *DeleteJourneyOutcomesPredictorParams
NewDeleteJourneyOutcomesPredictorParamsWithHTTPClient creates a new DeleteJourneyOutcomesPredictorParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteJourneyOutcomesPredictorParamsWithTimeout ¶
func NewDeleteJourneyOutcomesPredictorParamsWithTimeout(timeout time.Duration) *DeleteJourneyOutcomesPredictorParams
NewDeleteJourneyOutcomesPredictorParamsWithTimeout creates a new DeleteJourneyOutcomesPredictorParams object with the ability to set a timeout on a request.
func (*DeleteJourneyOutcomesPredictorParams) SetContext ¶
func (o *DeleteJourneyOutcomesPredictorParams) SetContext(ctx context.Context)
SetContext adds the context to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) SetDefaults ¶
func (o *DeleteJourneyOutcomesPredictorParams) SetDefaults()
SetDefaults hydrates default values in the delete journey outcomes predictor params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyOutcomesPredictorParams) SetHTTPClient ¶
func (o *DeleteJourneyOutcomesPredictorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) SetPredictorID ¶
func (o *DeleteJourneyOutcomesPredictorParams) SetPredictorID(predictorID string)
SetPredictorID adds the predictorId to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) SetTimeout ¶
func (o *DeleteJourneyOutcomesPredictorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) WithContext ¶
func (o *DeleteJourneyOutcomesPredictorParams) WithContext(ctx context.Context) *DeleteJourneyOutcomesPredictorParams
WithContext adds the context to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) WithDefaults ¶
func (o *DeleteJourneyOutcomesPredictorParams) WithDefaults() *DeleteJourneyOutcomesPredictorParams
WithDefaults hydrates default values in the delete journey outcomes predictor params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneyOutcomesPredictorParams) WithHTTPClient ¶
func (o *DeleteJourneyOutcomesPredictorParams) WithHTTPClient(client *http.Client) *DeleteJourneyOutcomesPredictorParams
WithHTTPClient adds the HTTPClient to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) WithPredictorID ¶
func (o *DeleteJourneyOutcomesPredictorParams) WithPredictorID(predictorID string) *DeleteJourneyOutcomesPredictorParams
WithPredictorID adds the predictorID to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) WithTimeout ¶
func (o *DeleteJourneyOutcomesPredictorParams) WithTimeout(timeout time.Duration) *DeleteJourneyOutcomesPredictorParams
WithTimeout adds the timeout to the delete journey outcomes predictor params
func (*DeleteJourneyOutcomesPredictorParams) WriteToRequest ¶
func (o *DeleteJourneyOutcomesPredictorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteJourneyOutcomesPredictorReader ¶
type DeleteJourneyOutcomesPredictorReader struct {
// contains filtered or unexported fields
}
DeleteJourneyOutcomesPredictorReader is a Reader for the DeleteJourneyOutcomesPredictor structure.
func (*DeleteJourneyOutcomesPredictorReader) ReadResponse ¶
func (o *DeleteJourneyOutcomesPredictorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteJourneyOutcomesPredictorRequestEntityTooLarge ¶
DeleteJourneyOutcomesPredictorRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteJourneyOutcomesPredictorRequestEntityTooLarge ¶
func NewDeleteJourneyOutcomesPredictorRequestEntityTooLarge() *DeleteJourneyOutcomesPredictorRequestEntityTooLarge
NewDeleteJourneyOutcomesPredictorRequestEntityTooLarge creates a DeleteJourneyOutcomesPredictorRequestEntityTooLarge with default headers values
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) Error ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) Error() string
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor request entity too large response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor request entity too large response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor request entity too large response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor request entity too large response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor request entity too large response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) String ¶
func (o *DeleteJourneyOutcomesPredictorRequestEntityTooLarge) String() string
type DeleteJourneyOutcomesPredictorRequestTimeout ¶
DeleteJourneyOutcomesPredictorRequestTimeout 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 NewDeleteJourneyOutcomesPredictorRequestTimeout ¶
func NewDeleteJourneyOutcomesPredictorRequestTimeout() *DeleteJourneyOutcomesPredictorRequestTimeout
NewDeleteJourneyOutcomesPredictorRequestTimeout creates a DeleteJourneyOutcomesPredictorRequestTimeout with default headers values
func (*DeleteJourneyOutcomesPredictorRequestTimeout) Error ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) Error() string
func (*DeleteJourneyOutcomesPredictorRequestTimeout) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor request timeout response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor request timeout response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor request timeout response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor request timeout response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor request timeout response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorRequestTimeout) String ¶
func (o *DeleteJourneyOutcomesPredictorRequestTimeout) String() string
type DeleteJourneyOutcomesPredictorServiceUnavailable ¶
type DeleteJourneyOutcomesPredictorServiceUnavailable struct {
}DeleteJourneyOutcomesPredictorServiceUnavailable 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 NewDeleteJourneyOutcomesPredictorServiceUnavailable ¶
func NewDeleteJourneyOutcomesPredictorServiceUnavailable() *DeleteJourneyOutcomesPredictorServiceUnavailable
NewDeleteJourneyOutcomesPredictorServiceUnavailable creates a DeleteJourneyOutcomesPredictorServiceUnavailable with default headers values
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) Error ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) Error() string
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor service unavailable response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor service unavailable response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor service unavailable response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor service unavailable response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor service unavailable response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorServiceUnavailable) String ¶
func (o *DeleteJourneyOutcomesPredictorServiceUnavailable) String() string
type DeleteJourneyOutcomesPredictorTooManyRequests ¶
DeleteJourneyOutcomesPredictorTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteJourneyOutcomesPredictorTooManyRequests ¶
func NewDeleteJourneyOutcomesPredictorTooManyRequests() *DeleteJourneyOutcomesPredictorTooManyRequests
NewDeleteJourneyOutcomesPredictorTooManyRequests creates a DeleteJourneyOutcomesPredictorTooManyRequests with default headers values
func (*DeleteJourneyOutcomesPredictorTooManyRequests) Error ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) Error() string
func (*DeleteJourneyOutcomesPredictorTooManyRequests) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor too many requests response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor too many requests response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor too many requests response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor too many requests response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor too many requests response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorTooManyRequests) String ¶
func (o *DeleteJourneyOutcomesPredictorTooManyRequests) String() string
type DeleteJourneyOutcomesPredictorUnauthorized ¶
type DeleteJourneyOutcomesPredictorUnauthorized struct {
}DeleteJourneyOutcomesPredictorUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteJourneyOutcomesPredictorUnauthorized ¶
func NewDeleteJourneyOutcomesPredictorUnauthorized() *DeleteJourneyOutcomesPredictorUnauthorized
NewDeleteJourneyOutcomesPredictorUnauthorized creates a DeleteJourneyOutcomesPredictorUnauthorized with default headers values
func (*DeleteJourneyOutcomesPredictorUnauthorized) Error ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) Error() string
func (*DeleteJourneyOutcomesPredictorUnauthorized) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorUnauthorized) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor unauthorized response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorUnauthorized) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor unauthorized response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorUnauthorized) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor unauthorized response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorUnauthorized) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor unauthorized response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorUnauthorized) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor unauthorized response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorUnauthorized) String ¶
func (o *DeleteJourneyOutcomesPredictorUnauthorized) String() string
type DeleteJourneyOutcomesPredictorUnsupportedMediaType ¶
DeleteJourneyOutcomesPredictorUnsupportedMediaType 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 NewDeleteJourneyOutcomesPredictorUnsupportedMediaType ¶
func NewDeleteJourneyOutcomesPredictorUnsupportedMediaType() *DeleteJourneyOutcomesPredictorUnsupportedMediaType
NewDeleteJourneyOutcomesPredictorUnsupportedMediaType creates a DeleteJourneyOutcomesPredictorUnsupportedMediaType with default headers values
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) Error ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) Error() string
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) GetPayload ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsClientError ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete journey outcomes predictor unsupported media type response has a 4xx status code
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsCode ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete journey outcomes predictor unsupported media type response a status code equal to that given
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete journey outcomes predictor unsupported media type response has a 3xx status code
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsServerError ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete journey outcomes predictor unsupported media type response has a 5xx status code
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete journey outcomes predictor unsupported media type response has a 2xx status code
func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) String ¶
func (o *DeleteJourneyOutcomesPredictorUnsupportedMediaType) String() string
type DeleteJourneySegmentBadRequest ¶
DeleteJourneySegmentBadRequest 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 NewDeleteJourneySegmentBadRequest ¶
func NewDeleteJourneySegmentBadRequest() *DeleteJourneySegmentBadRequest
NewDeleteJourneySegmentBadRequest creates a DeleteJourneySegmentBadRequest with default headers values
func (*DeleteJourneySegmentBadRequest) Error ¶
func (o *DeleteJourneySegmentBadRequest) Error() string
func (*DeleteJourneySegmentBadRequest) GetPayload ¶
func (o *DeleteJourneySegmentBadRequest) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentBadRequest) IsClientError ¶
func (o *DeleteJourneySegmentBadRequest) IsClientError() bool
IsClientError returns true when this delete journey segment bad request response has a 4xx status code
func (*DeleteJourneySegmentBadRequest) IsCode ¶
func (o *DeleteJourneySegmentBadRequest) IsCode(code int) bool
IsCode returns true when this delete journey segment bad request response a status code equal to that given
func (*DeleteJourneySegmentBadRequest) IsRedirect ¶
func (o *DeleteJourneySegmentBadRequest) IsRedirect() bool
IsRedirect returns true when this delete journey segment bad request response has a 3xx status code
func (*DeleteJourneySegmentBadRequest) IsServerError ¶
func (o *DeleteJourneySegmentBadRequest) IsServerError() bool
IsServerError returns true when this delete journey segment bad request response has a 5xx status code
func (*DeleteJourneySegmentBadRequest) IsSuccess ¶
func (o *DeleteJourneySegmentBadRequest) IsSuccess() bool
IsSuccess returns true when this delete journey segment bad request response has a 2xx status code
func (*DeleteJourneySegmentBadRequest) String ¶
func (o *DeleteJourneySegmentBadRequest) String() string
type DeleteJourneySegmentForbidden ¶
DeleteJourneySegmentForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteJourneySegmentForbidden ¶
func NewDeleteJourneySegmentForbidden() *DeleteJourneySegmentForbidden
NewDeleteJourneySegmentForbidden creates a DeleteJourneySegmentForbidden with default headers values
func (*DeleteJourneySegmentForbidden) Error ¶
func (o *DeleteJourneySegmentForbidden) Error() string
func (*DeleteJourneySegmentForbidden) GetPayload ¶
func (o *DeleteJourneySegmentForbidden) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentForbidden) IsClientError ¶
func (o *DeleteJourneySegmentForbidden) IsClientError() bool
IsClientError returns true when this delete journey segment forbidden response has a 4xx status code
func (*DeleteJourneySegmentForbidden) IsCode ¶
func (o *DeleteJourneySegmentForbidden) IsCode(code int) bool
IsCode returns true when this delete journey segment forbidden response a status code equal to that given
func (*DeleteJourneySegmentForbidden) IsRedirect ¶
func (o *DeleteJourneySegmentForbidden) IsRedirect() bool
IsRedirect returns true when this delete journey segment forbidden response has a 3xx status code
func (*DeleteJourneySegmentForbidden) IsServerError ¶
func (o *DeleteJourneySegmentForbidden) IsServerError() bool
IsServerError returns true when this delete journey segment forbidden response has a 5xx status code
func (*DeleteJourneySegmentForbidden) IsSuccess ¶
func (o *DeleteJourneySegmentForbidden) IsSuccess() bool
IsSuccess returns true when this delete journey segment forbidden response has a 2xx status code
func (*DeleteJourneySegmentForbidden) String ¶
func (o *DeleteJourneySegmentForbidden) String() string
type DeleteJourneySegmentGatewayTimeout ¶
DeleteJourneySegmentGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteJourneySegmentGatewayTimeout ¶
func NewDeleteJourneySegmentGatewayTimeout() *DeleteJourneySegmentGatewayTimeout
NewDeleteJourneySegmentGatewayTimeout creates a DeleteJourneySegmentGatewayTimeout with default headers values
func (*DeleteJourneySegmentGatewayTimeout) Error ¶
func (o *DeleteJourneySegmentGatewayTimeout) Error() string
func (*DeleteJourneySegmentGatewayTimeout) GetPayload ¶
func (o *DeleteJourneySegmentGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentGatewayTimeout) IsClientError ¶
func (o *DeleteJourneySegmentGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete journey segment gateway timeout response has a 4xx status code
func (*DeleteJourneySegmentGatewayTimeout) IsCode ¶
func (o *DeleteJourneySegmentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete journey segment gateway timeout response a status code equal to that given
func (*DeleteJourneySegmentGatewayTimeout) IsRedirect ¶
func (o *DeleteJourneySegmentGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey segment gateway timeout response has a 3xx status code
func (*DeleteJourneySegmentGatewayTimeout) IsServerError ¶
func (o *DeleteJourneySegmentGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete journey segment gateway timeout response has a 5xx status code
func (*DeleteJourneySegmentGatewayTimeout) IsSuccess ¶
func (o *DeleteJourneySegmentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey segment gateway timeout response has a 2xx status code
func (*DeleteJourneySegmentGatewayTimeout) String ¶
func (o *DeleteJourneySegmentGatewayTimeout) String() string
type DeleteJourneySegmentInternalServerError ¶
DeleteJourneySegmentInternalServerError 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 NewDeleteJourneySegmentInternalServerError ¶
func NewDeleteJourneySegmentInternalServerError() *DeleteJourneySegmentInternalServerError
NewDeleteJourneySegmentInternalServerError creates a DeleteJourneySegmentInternalServerError with default headers values
func (*DeleteJourneySegmentInternalServerError) Error ¶
func (o *DeleteJourneySegmentInternalServerError) Error() string
func (*DeleteJourneySegmentInternalServerError) GetPayload ¶
func (o *DeleteJourneySegmentInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentInternalServerError) IsClientError ¶
func (o *DeleteJourneySegmentInternalServerError) IsClientError() bool
IsClientError returns true when this delete journey segment internal server error response has a 4xx status code
func (*DeleteJourneySegmentInternalServerError) IsCode ¶
func (o *DeleteJourneySegmentInternalServerError) IsCode(code int) bool
IsCode returns true when this delete journey segment internal server error response a status code equal to that given
func (*DeleteJourneySegmentInternalServerError) IsRedirect ¶
func (o *DeleteJourneySegmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete journey segment internal server error response has a 3xx status code
func (*DeleteJourneySegmentInternalServerError) IsServerError ¶
func (o *DeleteJourneySegmentInternalServerError) IsServerError() bool
IsServerError returns true when this delete journey segment internal server error response has a 5xx status code
func (*DeleteJourneySegmentInternalServerError) IsSuccess ¶
func (o *DeleteJourneySegmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete journey segment internal server error response has a 2xx status code
func (*DeleteJourneySegmentInternalServerError) String ¶
func (o *DeleteJourneySegmentInternalServerError) String() string
type DeleteJourneySegmentNoContent ¶
type DeleteJourneySegmentNoContent struct { }
DeleteJourneySegmentNoContent describes a response with status code 204, with default header values.
Segment deleted.
func NewDeleteJourneySegmentNoContent ¶
func NewDeleteJourneySegmentNoContent() *DeleteJourneySegmentNoContent
NewDeleteJourneySegmentNoContent creates a DeleteJourneySegmentNoContent with default headers values
func (*DeleteJourneySegmentNoContent) Error ¶
func (o *DeleteJourneySegmentNoContent) Error() string
func (*DeleteJourneySegmentNoContent) IsClientError ¶
func (o *DeleteJourneySegmentNoContent) IsClientError() bool
IsClientError returns true when this delete journey segment no content response has a 4xx status code
func (*DeleteJourneySegmentNoContent) IsCode ¶
func (o *DeleteJourneySegmentNoContent) IsCode(code int) bool
IsCode returns true when this delete journey segment no content response a status code equal to that given
func (*DeleteJourneySegmentNoContent) IsRedirect ¶
func (o *DeleteJourneySegmentNoContent) IsRedirect() bool
IsRedirect returns true when this delete journey segment no content response has a 3xx status code
func (*DeleteJourneySegmentNoContent) IsServerError ¶
func (o *DeleteJourneySegmentNoContent) IsServerError() bool
IsServerError returns true when this delete journey segment no content response has a 5xx status code
func (*DeleteJourneySegmentNoContent) IsSuccess ¶
func (o *DeleteJourneySegmentNoContent) IsSuccess() bool
IsSuccess returns true when this delete journey segment no content response has a 2xx status code
func (*DeleteJourneySegmentNoContent) String ¶
func (o *DeleteJourneySegmentNoContent) String() string
type DeleteJourneySegmentNotFound ¶
DeleteJourneySegmentNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteJourneySegmentNotFound ¶
func NewDeleteJourneySegmentNotFound() *DeleteJourneySegmentNotFound
NewDeleteJourneySegmentNotFound creates a DeleteJourneySegmentNotFound with default headers values
func (*DeleteJourneySegmentNotFound) Error ¶
func (o *DeleteJourneySegmentNotFound) Error() string
func (*DeleteJourneySegmentNotFound) GetPayload ¶
func (o *DeleteJourneySegmentNotFound) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentNotFound) IsClientError ¶
func (o *DeleteJourneySegmentNotFound) IsClientError() bool
IsClientError returns true when this delete journey segment not found response has a 4xx status code
func (*DeleteJourneySegmentNotFound) IsCode ¶
func (o *DeleteJourneySegmentNotFound) IsCode(code int) bool
IsCode returns true when this delete journey segment not found response a status code equal to that given
func (*DeleteJourneySegmentNotFound) IsRedirect ¶
func (o *DeleteJourneySegmentNotFound) IsRedirect() bool
IsRedirect returns true when this delete journey segment not found response has a 3xx status code
func (*DeleteJourneySegmentNotFound) IsServerError ¶
func (o *DeleteJourneySegmentNotFound) IsServerError() bool
IsServerError returns true when this delete journey segment not found response has a 5xx status code
func (*DeleteJourneySegmentNotFound) IsSuccess ¶
func (o *DeleteJourneySegmentNotFound) IsSuccess() bool
IsSuccess returns true when this delete journey segment not found response has a 2xx status code
func (*DeleteJourneySegmentNotFound) String ¶
func (o *DeleteJourneySegmentNotFound) String() string
type DeleteJourneySegmentParams ¶
type DeleteJourneySegmentParams struct { /* SegmentID. ID of the segment. */ SegmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteJourneySegmentParams contains all the parameters to send to the API endpoint
for the delete journey segment operation. Typically these are written to a http.Request.
func NewDeleteJourneySegmentParams ¶
func NewDeleteJourneySegmentParams() *DeleteJourneySegmentParams
NewDeleteJourneySegmentParams creates a new DeleteJourneySegmentParams 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 NewDeleteJourneySegmentParamsWithContext ¶
func NewDeleteJourneySegmentParamsWithContext(ctx context.Context) *DeleteJourneySegmentParams
NewDeleteJourneySegmentParamsWithContext creates a new DeleteJourneySegmentParams object with the ability to set a context for a request.
func NewDeleteJourneySegmentParamsWithHTTPClient ¶
func NewDeleteJourneySegmentParamsWithHTTPClient(client *http.Client) *DeleteJourneySegmentParams
NewDeleteJourneySegmentParamsWithHTTPClient creates a new DeleteJourneySegmentParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteJourneySegmentParamsWithTimeout ¶
func NewDeleteJourneySegmentParamsWithTimeout(timeout time.Duration) *DeleteJourneySegmentParams
NewDeleteJourneySegmentParamsWithTimeout creates a new DeleteJourneySegmentParams object with the ability to set a timeout on a request.
func (*DeleteJourneySegmentParams) SetContext ¶
func (o *DeleteJourneySegmentParams) SetContext(ctx context.Context)
SetContext adds the context to the delete journey segment params
func (*DeleteJourneySegmentParams) SetDefaults ¶
func (o *DeleteJourneySegmentParams) SetDefaults()
SetDefaults hydrates default values in the delete journey segment params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneySegmentParams) SetHTTPClient ¶
func (o *DeleteJourneySegmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete journey segment params
func (*DeleteJourneySegmentParams) SetSegmentID ¶
func (o *DeleteJourneySegmentParams) SetSegmentID(segmentID string)
SetSegmentID adds the segmentId to the delete journey segment params
func (*DeleteJourneySegmentParams) SetTimeout ¶
func (o *DeleteJourneySegmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete journey segment params
func (*DeleteJourneySegmentParams) WithContext ¶
func (o *DeleteJourneySegmentParams) WithContext(ctx context.Context) *DeleteJourneySegmentParams
WithContext adds the context to the delete journey segment params
func (*DeleteJourneySegmentParams) WithDefaults ¶
func (o *DeleteJourneySegmentParams) WithDefaults() *DeleteJourneySegmentParams
WithDefaults hydrates default values in the delete journey segment params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteJourneySegmentParams) WithHTTPClient ¶
func (o *DeleteJourneySegmentParams) WithHTTPClient(client *http.Client) *DeleteJourneySegmentParams
WithHTTPClient adds the HTTPClient to the delete journey segment params
func (*DeleteJourneySegmentParams) WithSegmentID ¶
func (o *DeleteJourneySegmentParams) WithSegmentID(segmentID string) *DeleteJourneySegmentParams
WithSegmentID adds the segmentID to the delete journey segment params
func (*DeleteJourneySegmentParams) WithTimeout ¶
func (o *DeleteJourneySegmentParams) WithTimeout(timeout time.Duration) *DeleteJourneySegmentParams
WithTimeout adds the timeout to the delete journey segment params
func (*DeleteJourneySegmentParams) WriteToRequest ¶
func (o *DeleteJourneySegmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteJourneySegmentReader ¶
type DeleteJourneySegmentReader struct {
// contains filtered or unexported fields
}
DeleteJourneySegmentReader is a Reader for the DeleteJourneySegment structure.
func (*DeleteJourneySegmentReader) ReadResponse ¶
func (o *DeleteJourneySegmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteJourneySegmentRequestEntityTooLarge ¶
DeleteJourneySegmentRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteJourneySegmentRequestEntityTooLarge ¶
func NewDeleteJourneySegmentRequestEntityTooLarge() *DeleteJourneySegmentRequestEntityTooLarge
NewDeleteJourneySegmentRequestEntityTooLarge creates a DeleteJourneySegmentRequestEntityTooLarge with default headers values
func (*DeleteJourneySegmentRequestEntityTooLarge) Error ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) Error() string
func (*DeleteJourneySegmentRequestEntityTooLarge) GetPayload ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentRequestEntityTooLarge) IsClientError ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete journey segment request entity too large response has a 4xx status code
func (*DeleteJourneySegmentRequestEntityTooLarge) IsCode ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete journey segment request entity too large response a status code equal to that given
func (*DeleteJourneySegmentRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete journey segment request entity too large response has a 3xx status code
func (*DeleteJourneySegmentRequestEntityTooLarge) IsServerError ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete journey segment request entity too large response has a 5xx status code
func (*DeleteJourneySegmentRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete journey segment request entity too large response has a 2xx status code
func (*DeleteJourneySegmentRequestEntityTooLarge) String ¶
func (o *DeleteJourneySegmentRequestEntityTooLarge) String() string
type DeleteJourneySegmentRequestTimeout ¶
DeleteJourneySegmentRequestTimeout 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 NewDeleteJourneySegmentRequestTimeout ¶
func NewDeleteJourneySegmentRequestTimeout() *DeleteJourneySegmentRequestTimeout
NewDeleteJourneySegmentRequestTimeout creates a DeleteJourneySegmentRequestTimeout with default headers values
func (*DeleteJourneySegmentRequestTimeout) Error ¶
func (o *DeleteJourneySegmentRequestTimeout) Error() string
func (*DeleteJourneySegmentRequestTimeout) GetPayload ¶
func (o *DeleteJourneySegmentRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentRequestTimeout) IsClientError ¶
func (o *DeleteJourneySegmentRequestTimeout) IsClientError() bool
IsClientError returns true when this delete journey segment request timeout response has a 4xx status code
func (*DeleteJourneySegmentRequestTimeout) IsCode ¶
func (o *DeleteJourneySegmentRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete journey segment request timeout response a status code equal to that given
func (*DeleteJourneySegmentRequestTimeout) IsRedirect ¶
func (o *DeleteJourneySegmentRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete journey segment request timeout response has a 3xx status code
func (*DeleteJourneySegmentRequestTimeout) IsServerError ¶
func (o *DeleteJourneySegmentRequestTimeout) IsServerError() bool
IsServerError returns true when this delete journey segment request timeout response has a 5xx status code
func (*DeleteJourneySegmentRequestTimeout) IsSuccess ¶
func (o *DeleteJourneySegmentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete journey segment request timeout response has a 2xx status code
func (*DeleteJourneySegmentRequestTimeout) String ¶
func (o *DeleteJourneySegmentRequestTimeout) String() string
type DeleteJourneySegmentServiceUnavailable ¶
type DeleteJourneySegmentServiceUnavailable struct {
}DeleteJourneySegmentServiceUnavailable 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 NewDeleteJourneySegmentServiceUnavailable ¶
func NewDeleteJourneySegmentServiceUnavailable() *DeleteJourneySegmentServiceUnavailable
NewDeleteJourneySegmentServiceUnavailable creates a DeleteJourneySegmentServiceUnavailable with default headers values
func (*DeleteJourneySegmentServiceUnavailable) Error ¶
func (o *DeleteJourneySegmentServiceUnavailable) Error() string
func (*DeleteJourneySegmentServiceUnavailable) GetPayload ¶
func (o *DeleteJourneySegmentServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentServiceUnavailable) IsClientError ¶
func (o *DeleteJourneySegmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete journey segment service unavailable response has a 4xx status code
func (*DeleteJourneySegmentServiceUnavailable) IsCode ¶
func (o *DeleteJourneySegmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete journey segment service unavailable response a status code equal to that given
func (*DeleteJourneySegmentServiceUnavailable) IsRedirect ¶
func (o *DeleteJourneySegmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete journey segment service unavailable response has a 3xx status code
func (*DeleteJourneySegmentServiceUnavailable) IsServerError ¶
func (o *DeleteJourneySegmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete journey segment service unavailable response has a 5xx status code
func (*DeleteJourneySegmentServiceUnavailable) IsSuccess ¶
func (o *DeleteJourneySegmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete journey segment service unavailable response has a 2xx status code
func (*DeleteJourneySegmentServiceUnavailable) String ¶
func (o *DeleteJourneySegmentServiceUnavailable) String() string
type DeleteJourneySegmentTooManyRequests ¶
DeleteJourneySegmentTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteJourneySegmentTooManyRequests ¶
func NewDeleteJourneySegmentTooManyRequests() *DeleteJourneySegmentTooManyRequests
NewDeleteJourneySegmentTooManyRequests creates a DeleteJourneySegmentTooManyRequests with default headers values
func (*DeleteJourneySegmentTooManyRequests) Error ¶
func (o *DeleteJourneySegmentTooManyRequests) Error() string
func (*DeleteJourneySegmentTooManyRequests) GetPayload ¶
func (o *DeleteJourneySegmentTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentTooManyRequests) IsClientError ¶
func (o *DeleteJourneySegmentTooManyRequests) IsClientError() bool
IsClientError returns true when this delete journey segment too many requests response has a 4xx status code
func (*DeleteJourneySegmentTooManyRequests) IsCode ¶
func (o *DeleteJourneySegmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete journey segment too many requests response a status code equal to that given
func (*DeleteJourneySegmentTooManyRequests) IsRedirect ¶
func (o *DeleteJourneySegmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete journey segment too many requests response has a 3xx status code
func (*DeleteJourneySegmentTooManyRequests) IsServerError ¶
func (o *DeleteJourneySegmentTooManyRequests) IsServerError() bool
IsServerError returns true when this delete journey segment too many requests response has a 5xx status code
func (*DeleteJourneySegmentTooManyRequests) IsSuccess ¶
func (o *DeleteJourneySegmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete journey segment too many requests response has a 2xx status code
func (*DeleteJourneySegmentTooManyRequests) String ¶
func (o *DeleteJourneySegmentTooManyRequests) String() string
type DeleteJourneySegmentUnauthorized ¶
type DeleteJourneySegmentUnauthorized struct {
}DeleteJourneySegmentUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteJourneySegmentUnauthorized ¶
func NewDeleteJourneySegmentUnauthorized() *DeleteJourneySegmentUnauthorized
NewDeleteJourneySegmentUnauthorized creates a DeleteJourneySegmentUnauthorized with default headers values
func (*DeleteJourneySegmentUnauthorized) Error ¶
func (o *DeleteJourneySegmentUnauthorized) Error() string
func (*DeleteJourneySegmentUnauthorized) GetPayload ¶
func (o *DeleteJourneySegmentUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentUnauthorized) IsClientError ¶
func (o *DeleteJourneySegmentUnauthorized) IsClientError() bool
IsClientError returns true when this delete journey segment unauthorized response has a 4xx status code
func (*DeleteJourneySegmentUnauthorized) IsCode ¶
func (o *DeleteJourneySegmentUnauthorized) IsCode(code int) bool
IsCode returns true when this delete journey segment unauthorized response a status code equal to that given
func (*DeleteJourneySegmentUnauthorized) IsRedirect ¶
func (o *DeleteJourneySegmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete journey segment unauthorized response has a 3xx status code
func (*DeleteJourneySegmentUnauthorized) IsServerError ¶
func (o *DeleteJourneySegmentUnauthorized) IsServerError() bool
IsServerError returns true when this delete journey segment unauthorized response has a 5xx status code
func (*DeleteJourneySegmentUnauthorized) IsSuccess ¶
func (o *DeleteJourneySegmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete journey segment unauthorized response has a 2xx status code
func (*DeleteJourneySegmentUnauthorized) String ¶
func (o *DeleteJourneySegmentUnauthorized) String() string
type DeleteJourneySegmentUnsupportedMediaType ¶
DeleteJourneySegmentUnsupportedMediaType 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 NewDeleteJourneySegmentUnsupportedMediaType ¶
func NewDeleteJourneySegmentUnsupportedMediaType() *DeleteJourneySegmentUnsupportedMediaType
NewDeleteJourneySegmentUnsupportedMediaType creates a DeleteJourneySegmentUnsupportedMediaType with default headers values
func (*DeleteJourneySegmentUnsupportedMediaType) Error ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) Error() string
func (*DeleteJourneySegmentUnsupportedMediaType) GetPayload ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteJourneySegmentUnsupportedMediaType) IsClientError ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete journey segment unsupported media type response has a 4xx status code
func (*DeleteJourneySegmentUnsupportedMediaType) IsCode ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete journey segment unsupported media type response a status code equal to that given
func (*DeleteJourneySegmentUnsupportedMediaType) IsRedirect ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete journey segment unsupported media type response has a 3xx status code
func (*DeleteJourneySegmentUnsupportedMediaType) IsServerError ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete journey segment unsupported media type response has a 5xx status code
func (*DeleteJourneySegmentUnsupportedMediaType) IsSuccess ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete journey segment unsupported media type response has a 2xx status code
func (*DeleteJourneySegmentUnsupportedMediaType) String ¶
func (o *DeleteJourneySegmentUnsupportedMediaType) String() string
type GetJourneyActionmapBadRequest ¶
GetJourneyActionmapBadRequest 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 NewGetJourneyActionmapBadRequest ¶
func NewGetJourneyActionmapBadRequest() *GetJourneyActionmapBadRequest
NewGetJourneyActionmapBadRequest creates a GetJourneyActionmapBadRequest with default headers values
func (*GetJourneyActionmapBadRequest) Error ¶
func (o *GetJourneyActionmapBadRequest) Error() string
func (*GetJourneyActionmapBadRequest) GetPayload ¶
func (o *GetJourneyActionmapBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapBadRequest) IsClientError ¶
func (o *GetJourneyActionmapBadRequest) IsClientError() bool
IsClientError returns true when this get journey actionmap bad request response has a 4xx status code
func (*GetJourneyActionmapBadRequest) IsCode ¶
func (o *GetJourneyActionmapBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actionmap bad request response a status code equal to that given
func (*GetJourneyActionmapBadRequest) IsRedirect ¶
func (o *GetJourneyActionmapBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actionmap bad request response has a 3xx status code
func (*GetJourneyActionmapBadRequest) IsServerError ¶
func (o *GetJourneyActionmapBadRequest) IsServerError() bool
IsServerError returns true when this get journey actionmap bad request response has a 5xx status code
func (*GetJourneyActionmapBadRequest) IsSuccess ¶
func (o *GetJourneyActionmapBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actionmap bad request response has a 2xx status code
func (*GetJourneyActionmapBadRequest) String ¶
func (o *GetJourneyActionmapBadRequest) String() string
type GetJourneyActionmapForbidden ¶
GetJourneyActionmapForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActionmapForbidden ¶
func NewGetJourneyActionmapForbidden() *GetJourneyActionmapForbidden
NewGetJourneyActionmapForbidden creates a GetJourneyActionmapForbidden with default headers values
func (*GetJourneyActionmapForbidden) Error ¶
func (o *GetJourneyActionmapForbidden) Error() string
func (*GetJourneyActionmapForbidden) GetPayload ¶
func (o *GetJourneyActionmapForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapForbidden) IsClientError ¶
func (o *GetJourneyActionmapForbidden) IsClientError() bool
IsClientError returns true when this get journey actionmap forbidden response has a 4xx status code
func (*GetJourneyActionmapForbidden) IsCode ¶
func (o *GetJourneyActionmapForbidden) IsCode(code int) bool
IsCode returns true when this get journey actionmap forbidden response a status code equal to that given
func (*GetJourneyActionmapForbidden) IsRedirect ¶
func (o *GetJourneyActionmapForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actionmap forbidden response has a 3xx status code
func (*GetJourneyActionmapForbidden) IsServerError ¶
func (o *GetJourneyActionmapForbidden) IsServerError() bool
IsServerError returns true when this get journey actionmap forbidden response has a 5xx status code
func (*GetJourneyActionmapForbidden) IsSuccess ¶
func (o *GetJourneyActionmapForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actionmap forbidden response has a 2xx status code
func (*GetJourneyActionmapForbidden) String ¶
func (o *GetJourneyActionmapForbidden) String() string
type GetJourneyActionmapGatewayTimeout ¶
GetJourneyActionmapGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActionmapGatewayTimeout ¶
func NewGetJourneyActionmapGatewayTimeout() *GetJourneyActionmapGatewayTimeout
NewGetJourneyActionmapGatewayTimeout creates a GetJourneyActionmapGatewayTimeout with default headers values
func (*GetJourneyActionmapGatewayTimeout) Error ¶
func (o *GetJourneyActionmapGatewayTimeout) Error() string
func (*GetJourneyActionmapGatewayTimeout) GetPayload ¶
func (o *GetJourneyActionmapGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapGatewayTimeout) IsClientError ¶
func (o *GetJourneyActionmapGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmap gateway timeout response has a 4xx status code
func (*GetJourneyActionmapGatewayTimeout) IsCode ¶
func (o *GetJourneyActionmapGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmap gateway timeout response a status code equal to that given
func (*GetJourneyActionmapGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActionmapGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmap gateway timeout response has a 3xx status code
func (*GetJourneyActionmapGatewayTimeout) IsServerError ¶
func (o *GetJourneyActionmapGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmap gateway timeout response has a 5xx status code
func (*GetJourneyActionmapGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActionmapGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmap gateway timeout response has a 2xx status code
func (*GetJourneyActionmapGatewayTimeout) String ¶
func (o *GetJourneyActionmapGatewayTimeout) String() string
type GetJourneyActionmapInternalServerError ¶
GetJourneyActionmapInternalServerError 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 NewGetJourneyActionmapInternalServerError ¶
func NewGetJourneyActionmapInternalServerError() *GetJourneyActionmapInternalServerError
NewGetJourneyActionmapInternalServerError creates a GetJourneyActionmapInternalServerError with default headers values
func (*GetJourneyActionmapInternalServerError) Error ¶
func (o *GetJourneyActionmapInternalServerError) Error() string
func (*GetJourneyActionmapInternalServerError) GetPayload ¶
func (o *GetJourneyActionmapInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapInternalServerError) IsClientError ¶
func (o *GetJourneyActionmapInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actionmap internal server error response has a 4xx status code
func (*GetJourneyActionmapInternalServerError) IsCode ¶
func (o *GetJourneyActionmapInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actionmap internal server error response a status code equal to that given
func (*GetJourneyActionmapInternalServerError) IsRedirect ¶
func (o *GetJourneyActionmapInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actionmap internal server error response has a 3xx status code
func (*GetJourneyActionmapInternalServerError) IsServerError ¶
func (o *GetJourneyActionmapInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actionmap internal server error response has a 5xx status code
func (*GetJourneyActionmapInternalServerError) IsSuccess ¶
func (o *GetJourneyActionmapInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actionmap internal server error response has a 2xx status code
func (*GetJourneyActionmapInternalServerError) String ¶
func (o *GetJourneyActionmapInternalServerError) String() string
type GetJourneyActionmapNotFound ¶
GetJourneyActionmapNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActionmapNotFound ¶
func NewGetJourneyActionmapNotFound() *GetJourneyActionmapNotFound
NewGetJourneyActionmapNotFound creates a GetJourneyActionmapNotFound with default headers values
func (*GetJourneyActionmapNotFound) Error ¶
func (o *GetJourneyActionmapNotFound) Error() string
func (*GetJourneyActionmapNotFound) GetPayload ¶
func (o *GetJourneyActionmapNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapNotFound) IsClientError ¶
func (o *GetJourneyActionmapNotFound) IsClientError() bool
IsClientError returns true when this get journey actionmap not found response has a 4xx status code
func (*GetJourneyActionmapNotFound) IsCode ¶
func (o *GetJourneyActionmapNotFound) IsCode(code int) bool
IsCode returns true when this get journey actionmap not found response a status code equal to that given
func (*GetJourneyActionmapNotFound) IsRedirect ¶
func (o *GetJourneyActionmapNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actionmap not found response has a 3xx status code
func (*GetJourneyActionmapNotFound) IsServerError ¶
func (o *GetJourneyActionmapNotFound) IsServerError() bool
IsServerError returns true when this get journey actionmap not found response has a 5xx status code
func (*GetJourneyActionmapNotFound) IsSuccess ¶
func (o *GetJourneyActionmapNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actionmap not found response has a 2xx status code
func (*GetJourneyActionmapNotFound) String ¶
func (o *GetJourneyActionmapNotFound) String() string
type GetJourneyActionmapOK ¶
GetJourneyActionmapOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActionmapOK ¶
func NewGetJourneyActionmapOK() *GetJourneyActionmapOK
NewGetJourneyActionmapOK creates a GetJourneyActionmapOK with default headers values
func (*GetJourneyActionmapOK) Error ¶
func (o *GetJourneyActionmapOK) Error() string
func (*GetJourneyActionmapOK) GetPayload ¶
func (o *GetJourneyActionmapOK) GetPayload() *models.ActionMap
func (*GetJourneyActionmapOK) IsClientError ¶
func (o *GetJourneyActionmapOK) IsClientError() bool
IsClientError returns true when this get journey actionmap o k response has a 4xx status code
func (*GetJourneyActionmapOK) IsCode ¶
func (o *GetJourneyActionmapOK) IsCode(code int) bool
IsCode returns true when this get journey actionmap o k response a status code equal to that given
func (*GetJourneyActionmapOK) IsRedirect ¶
func (o *GetJourneyActionmapOK) IsRedirect() bool
IsRedirect returns true when this get journey actionmap o k response has a 3xx status code
func (*GetJourneyActionmapOK) IsServerError ¶
func (o *GetJourneyActionmapOK) IsServerError() bool
IsServerError returns true when this get journey actionmap o k response has a 5xx status code
func (*GetJourneyActionmapOK) IsSuccess ¶
func (o *GetJourneyActionmapOK) IsSuccess() bool
IsSuccess returns true when this get journey actionmap o k response has a 2xx status code
func (*GetJourneyActionmapOK) String ¶
func (o *GetJourneyActionmapOK) String() string
type GetJourneyActionmapParams ¶
type GetJourneyActionmapParams struct { /* ActionMapID. ID of the action map. */ ActionMapID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActionmapParams contains all the parameters to send to the API endpoint
for the get journey actionmap operation. Typically these are written to a http.Request.
func NewGetJourneyActionmapParams ¶
func NewGetJourneyActionmapParams() *GetJourneyActionmapParams
NewGetJourneyActionmapParams creates a new GetJourneyActionmapParams 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 NewGetJourneyActionmapParamsWithContext ¶
func NewGetJourneyActionmapParamsWithContext(ctx context.Context) *GetJourneyActionmapParams
NewGetJourneyActionmapParamsWithContext creates a new GetJourneyActionmapParams object with the ability to set a context for a request.
func NewGetJourneyActionmapParamsWithHTTPClient ¶
func NewGetJourneyActionmapParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapParams
NewGetJourneyActionmapParamsWithHTTPClient creates a new GetJourneyActionmapParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActionmapParamsWithTimeout ¶
func NewGetJourneyActionmapParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapParams
NewGetJourneyActionmapParamsWithTimeout creates a new GetJourneyActionmapParams object with the ability to set a timeout on a request.
func (*GetJourneyActionmapParams) SetActionMapID ¶
func (o *GetJourneyActionmapParams) SetActionMapID(actionMapID string)
SetActionMapID adds the actionMapId to the get journey actionmap params
func (*GetJourneyActionmapParams) SetContext ¶
func (o *GetJourneyActionmapParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actionmap params
func (*GetJourneyActionmapParams) SetDefaults ¶
func (o *GetJourneyActionmapParams) SetDefaults()
SetDefaults hydrates default values in the get journey actionmap params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapParams) SetHTTPClient ¶
func (o *GetJourneyActionmapParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actionmap params
func (*GetJourneyActionmapParams) SetTimeout ¶
func (o *GetJourneyActionmapParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actionmap params
func (*GetJourneyActionmapParams) WithActionMapID ¶
func (o *GetJourneyActionmapParams) WithActionMapID(actionMapID string) *GetJourneyActionmapParams
WithActionMapID adds the actionMapID to the get journey actionmap params
func (*GetJourneyActionmapParams) WithContext ¶
func (o *GetJourneyActionmapParams) WithContext(ctx context.Context) *GetJourneyActionmapParams
WithContext adds the context to the get journey actionmap params
func (*GetJourneyActionmapParams) WithDefaults ¶
func (o *GetJourneyActionmapParams) WithDefaults() *GetJourneyActionmapParams
WithDefaults hydrates default values in the get journey actionmap params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapParams) WithHTTPClient ¶
func (o *GetJourneyActionmapParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapParams
WithHTTPClient adds the HTTPClient to the get journey actionmap params
func (*GetJourneyActionmapParams) WithTimeout ¶
func (o *GetJourneyActionmapParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapParams
WithTimeout adds the timeout to the get journey actionmap params
func (*GetJourneyActionmapParams) WriteToRequest ¶
func (o *GetJourneyActionmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActionmapReader ¶
type GetJourneyActionmapReader struct {
// contains filtered or unexported fields
}
GetJourneyActionmapReader is a Reader for the GetJourneyActionmap structure.
func (*GetJourneyActionmapReader) ReadResponse ¶
func (o *GetJourneyActionmapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActionmapRequestEntityTooLarge ¶
GetJourneyActionmapRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActionmapRequestEntityTooLarge ¶
func NewGetJourneyActionmapRequestEntityTooLarge() *GetJourneyActionmapRequestEntityTooLarge
NewGetJourneyActionmapRequestEntityTooLarge creates a GetJourneyActionmapRequestEntityTooLarge with default headers values
func (*GetJourneyActionmapRequestEntityTooLarge) Error ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) Error() string
func (*GetJourneyActionmapRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actionmap request entity too large response has a 4xx status code
func (*GetJourneyActionmapRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actionmap request entity too large response a status code equal to that given
func (*GetJourneyActionmapRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actionmap request entity too large response has a 3xx status code
func (*GetJourneyActionmapRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actionmap request entity too large response has a 5xx status code
func (*GetJourneyActionmapRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actionmap request entity too large response has a 2xx status code
func (*GetJourneyActionmapRequestEntityTooLarge) String ¶
func (o *GetJourneyActionmapRequestEntityTooLarge) String() string
type GetJourneyActionmapRequestTimeout ¶
GetJourneyActionmapRequestTimeout 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 NewGetJourneyActionmapRequestTimeout ¶
func NewGetJourneyActionmapRequestTimeout() *GetJourneyActionmapRequestTimeout
NewGetJourneyActionmapRequestTimeout creates a GetJourneyActionmapRequestTimeout with default headers values
func (*GetJourneyActionmapRequestTimeout) Error ¶
func (o *GetJourneyActionmapRequestTimeout) Error() string
func (*GetJourneyActionmapRequestTimeout) GetPayload ¶
func (o *GetJourneyActionmapRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapRequestTimeout) IsClientError ¶
func (o *GetJourneyActionmapRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmap request timeout response has a 4xx status code
func (*GetJourneyActionmapRequestTimeout) IsCode ¶
func (o *GetJourneyActionmapRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmap request timeout response a status code equal to that given
func (*GetJourneyActionmapRequestTimeout) IsRedirect ¶
func (o *GetJourneyActionmapRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmap request timeout response has a 3xx status code
func (*GetJourneyActionmapRequestTimeout) IsServerError ¶
func (o *GetJourneyActionmapRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmap request timeout response has a 5xx status code
func (*GetJourneyActionmapRequestTimeout) IsSuccess ¶
func (o *GetJourneyActionmapRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmap request timeout response has a 2xx status code
func (*GetJourneyActionmapRequestTimeout) String ¶
func (o *GetJourneyActionmapRequestTimeout) String() string
type GetJourneyActionmapServiceUnavailable ¶
type GetJourneyActionmapServiceUnavailable struct {
}GetJourneyActionmapServiceUnavailable 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 NewGetJourneyActionmapServiceUnavailable ¶
func NewGetJourneyActionmapServiceUnavailable() *GetJourneyActionmapServiceUnavailable
NewGetJourneyActionmapServiceUnavailable creates a GetJourneyActionmapServiceUnavailable with default headers values
func (*GetJourneyActionmapServiceUnavailable) Error ¶
func (o *GetJourneyActionmapServiceUnavailable) Error() string
func (*GetJourneyActionmapServiceUnavailable) GetPayload ¶
func (o *GetJourneyActionmapServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapServiceUnavailable) IsClientError ¶
func (o *GetJourneyActionmapServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actionmap service unavailable response has a 4xx status code
func (*GetJourneyActionmapServiceUnavailable) IsCode ¶
func (o *GetJourneyActionmapServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actionmap service unavailable response a status code equal to that given
func (*GetJourneyActionmapServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActionmapServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actionmap service unavailable response has a 3xx status code
func (*GetJourneyActionmapServiceUnavailable) IsServerError ¶
func (o *GetJourneyActionmapServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actionmap service unavailable response has a 5xx status code
func (*GetJourneyActionmapServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActionmapServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actionmap service unavailable response has a 2xx status code
func (*GetJourneyActionmapServiceUnavailable) String ¶
func (o *GetJourneyActionmapServiceUnavailable) String() string
type GetJourneyActionmapTooManyRequests ¶
GetJourneyActionmapTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActionmapTooManyRequests ¶
func NewGetJourneyActionmapTooManyRequests() *GetJourneyActionmapTooManyRequests
NewGetJourneyActionmapTooManyRequests creates a GetJourneyActionmapTooManyRequests with default headers values
func (*GetJourneyActionmapTooManyRequests) Error ¶
func (o *GetJourneyActionmapTooManyRequests) Error() string
func (*GetJourneyActionmapTooManyRequests) GetPayload ¶
func (o *GetJourneyActionmapTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapTooManyRequests) IsClientError ¶
func (o *GetJourneyActionmapTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actionmap too many requests response has a 4xx status code
func (*GetJourneyActionmapTooManyRequests) IsCode ¶
func (o *GetJourneyActionmapTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actionmap too many requests response a status code equal to that given
func (*GetJourneyActionmapTooManyRequests) IsRedirect ¶
func (o *GetJourneyActionmapTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actionmap too many requests response has a 3xx status code
func (*GetJourneyActionmapTooManyRequests) IsServerError ¶
func (o *GetJourneyActionmapTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actionmap too many requests response has a 5xx status code
func (*GetJourneyActionmapTooManyRequests) IsSuccess ¶
func (o *GetJourneyActionmapTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actionmap too many requests response has a 2xx status code
func (*GetJourneyActionmapTooManyRequests) String ¶
func (o *GetJourneyActionmapTooManyRequests) String() string
type GetJourneyActionmapUnauthorized ¶
type GetJourneyActionmapUnauthorized struct {
}GetJourneyActionmapUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActionmapUnauthorized ¶
func NewGetJourneyActionmapUnauthorized() *GetJourneyActionmapUnauthorized
NewGetJourneyActionmapUnauthorized creates a GetJourneyActionmapUnauthorized with default headers values
func (*GetJourneyActionmapUnauthorized) Error ¶
func (o *GetJourneyActionmapUnauthorized) Error() string
func (*GetJourneyActionmapUnauthorized) GetPayload ¶
func (o *GetJourneyActionmapUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapUnauthorized) IsClientError ¶
func (o *GetJourneyActionmapUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actionmap unauthorized response has a 4xx status code
func (*GetJourneyActionmapUnauthorized) IsCode ¶
func (o *GetJourneyActionmapUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actionmap unauthorized response a status code equal to that given
func (*GetJourneyActionmapUnauthorized) IsRedirect ¶
func (o *GetJourneyActionmapUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actionmap unauthorized response has a 3xx status code
func (*GetJourneyActionmapUnauthorized) IsServerError ¶
func (o *GetJourneyActionmapUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actionmap unauthorized response has a 5xx status code
func (*GetJourneyActionmapUnauthorized) IsSuccess ¶
func (o *GetJourneyActionmapUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actionmap unauthorized response has a 2xx status code
func (*GetJourneyActionmapUnauthorized) String ¶
func (o *GetJourneyActionmapUnauthorized) String() string
type GetJourneyActionmapUnsupportedMediaType ¶
GetJourneyActionmapUnsupportedMediaType 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 NewGetJourneyActionmapUnsupportedMediaType ¶
func NewGetJourneyActionmapUnsupportedMediaType() *GetJourneyActionmapUnsupportedMediaType
NewGetJourneyActionmapUnsupportedMediaType creates a GetJourneyActionmapUnsupportedMediaType with default headers values
func (*GetJourneyActionmapUnsupportedMediaType) Error ¶
func (o *GetJourneyActionmapUnsupportedMediaType) Error() string
func (*GetJourneyActionmapUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActionmapUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActionmapUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actionmap unsupported media type response has a 4xx status code
func (*GetJourneyActionmapUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActionmapUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actionmap unsupported media type response a status code equal to that given
func (*GetJourneyActionmapUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActionmapUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actionmap unsupported media type response has a 3xx status code
func (*GetJourneyActionmapUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActionmapUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actionmap unsupported media type response has a 5xx status code
func (*GetJourneyActionmapUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActionmapUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actionmap unsupported media type response has a 2xx status code
func (*GetJourneyActionmapUnsupportedMediaType) String ¶
func (o *GetJourneyActionmapUnsupportedMediaType) String() string
type GetJourneyActionmapsBadRequest ¶
GetJourneyActionmapsBadRequest 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 NewGetJourneyActionmapsBadRequest ¶
func NewGetJourneyActionmapsBadRequest() *GetJourneyActionmapsBadRequest
NewGetJourneyActionmapsBadRequest creates a GetJourneyActionmapsBadRequest with default headers values
func (*GetJourneyActionmapsBadRequest) Error ¶
func (o *GetJourneyActionmapsBadRequest) Error() string
func (*GetJourneyActionmapsBadRequest) GetPayload ¶
func (o *GetJourneyActionmapsBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsBadRequest) IsClientError ¶
func (o *GetJourneyActionmapsBadRequest) IsClientError() bool
IsClientError returns true when this get journey actionmaps bad request response has a 4xx status code
func (*GetJourneyActionmapsBadRequest) IsCode ¶
func (o *GetJourneyActionmapsBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actionmaps bad request response a status code equal to that given
func (*GetJourneyActionmapsBadRequest) IsRedirect ¶
func (o *GetJourneyActionmapsBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps bad request response has a 3xx status code
func (*GetJourneyActionmapsBadRequest) IsServerError ¶
func (o *GetJourneyActionmapsBadRequest) IsServerError() bool
IsServerError returns true when this get journey actionmaps bad request response has a 5xx status code
func (*GetJourneyActionmapsBadRequest) IsSuccess ¶
func (o *GetJourneyActionmapsBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps bad request response has a 2xx status code
func (*GetJourneyActionmapsBadRequest) String ¶
func (o *GetJourneyActionmapsBadRequest) String() string
type GetJourneyActionmapsEstimatesJobAccepted ¶
type GetJourneyActionmapsEstimatesJobAccepted struct {
Payload string
}
GetJourneyActionmapsEstimatesJobAccepted describes a response with status code 202, with default header values.
Accepted - Running query asynchronously
func NewGetJourneyActionmapsEstimatesJobAccepted ¶
func NewGetJourneyActionmapsEstimatesJobAccepted() *GetJourneyActionmapsEstimatesJobAccepted
NewGetJourneyActionmapsEstimatesJobAccepted creates a GetJourneyActionmapsEstimatesJobAccepted with default headers values
func (*GetJourneyActionmapsEstimatesJobAccepted) Error ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) Error() string
func (*GetJourneyActionmapsEstimatesJobAccepted) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) GetPayload() string
func (*GetJourneyActionmapsEstimatesJobAccepted) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job accepted response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobAccepted) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job accepted response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobAccepted) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job accepted response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobAccepted) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job accepted response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobAccepted) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job accepted response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobAccepted) String ¶
func (o *GetJourneyActionmapsEstimatesJobAccepted) String() string
type GetJourneyActionmapsEstimatesJobBadRequest ¶
GetJourneyActionmapsEstimatesJobBadRequest 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 NewGetJourneyActionmapsEstimatesJobBadRequest ¶
func NewGetJourneyActionmapsEstimatesJobBadRequest() *GetJourneyActionmapsEstimatesJobBadRequest
NewGetJourneyActionmapsEstimatesJobBadRequest creates a GetJourneyActionmapsEstimatesJobBadRequest with default headers values
func (*GetJourneyActionmapsEstimatesJobBadRequest) Error ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) Error() string
func (*GetJourneyActionmapsEstimatesJobBadRequest) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobBadRequest) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job bad request response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobBadRequest) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job bad request response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobBadRequest) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job bad request response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobBadRequest) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job bad request response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobBadRequest) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job bad request response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobBadRequest) String ¶
func (o *GetJourneyActionmapsEstimatesJobBadRequest) String() string
type GetJourneyActionmapsEstimatesJobForbidden ¶
GetJourneyActionmapsEstimatesJobForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActionmapsEstimatesJobForbidden ¶
func NewGetJourneyActionmapsEstimatesJobForbidden() *GetJourneyActionmapsEstimatesJobForbidden
NewGetJourneyActionmapsEstimatesJobForbidden creates a GetJourneyActionmapsEstimatesJobForbidden with default headers values
func (*GetJourneyActionmapsEstimatesJobForbidden) Error ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) Error() string
func (*GetJourneyActionmapsEstimatesJobForbidden) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobForbidden) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job forbidden response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobForbidden) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job forbidden response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobForbidden) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job forbidden response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobForbidden) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job forbidden response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobForbidden) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job forbidden response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobForbidden) String ¶
func (o *GetJourneyActionmapsEstimatesJobForbidden) String() string
type GetJourneyActionmapsEstimatesJobGatewayTimeout ¶
GetJourneyActionmapsEstimatesJobGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActionmapsEstimatesJobGatewayTimeout ¶
func NewGetJourneyActionmapsEstimatesJobGatewayTimeout() *GetJourneyActionmapsEstimatesJobGatewayTimeout
NewGetJourneyActionmapsEstimatesJobGatewayTimeout creates a GetJourneyActionmapsEstimatesJobGatewayTimeout with default headers values
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) Error ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) Error() string
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job gateway timeout response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job gateway timeout response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job gateway timeout response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job gateway timeout response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job gateway timeout response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) String ¶
func (o *GetJourneyActionmapsEstimatesJobGatewayTimeout) String() string
type GetJourneyActionmapsEstimatesJobInternalServerError ¶
GetJourneyActionmapsEstimatesJobInternalServerError 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 NewGetJourneyActionmapsEstimatesJobInternalServerError ¶
func NewGetJourneyActionmapsEstimatesJobInternalServerError() *GetJourneyActionmapsEstimatesJobInternalServerError
NewGetJourneyActionmapsEstimatesJobInternalServerError creates a GetJourneyActionmapsEstimatesJobInternalServerError with default headers values
func (*GetJourneyActionmapsEstimatesJobInternalServerError) Error ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) Error() string
func (*GetJourneyActionmapsEstimatesJobInternalServerError) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job internal server error response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job internal server error response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job internal server error response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job internal server error response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job internal server error response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobInternalServerError) String ¶
func (o *GetJourneyActionmapsEstimatesJobInternalServerError) String() string
type GetJourneyActionmapsEstimatesJobNotFound ¶
GetJourneyActionmapsEstimatesJobNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActionmapsEstimatesJobNotFound ¶
func NewGetJourneyActionmapsEstimatesJobNotFound() *GetJourneyActionmapsEstimatesJobNotFound
NewGetJourneyActionmapsEstimatesJobNotFound creates a GetJourneyActionmapsEstimatesJobNotFound with default headers values
func (*GetJourneyActionmapsEstimatesJobNotFound) Error ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) Error() string
func (*GetJourneyActionmapsEstimatesJobNotFound) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobNotFound) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job not found response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobNotFound) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job not found response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobNotFound) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job not found response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobNotFound) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job not found response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobNotFound) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job not found response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobNotFound) String ¶
func (o *GetJourneyActionmapsEstimatesJobNotFound) String() string
type GetJourneyActionmapsEstimatesJobOK ¶
type GetJourneyActionmapsEstimatesJobOK struct {
Payload string
}
GetJourneyActionmapsEstimatesJobOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActionmapsEstimatesJobOK ¶
func NewGetJourneyActionmapsEstimatesJobOK() *GetJourneyActionmapsEstimatesJobOK
NewGetJourneyActionmapsEstimatesJobOK creates a GetJourneyActionmapsEstimatesJobOK with default headers values
func (*GetJourneyActionmapsEstimatesJobOK) Error ¶
func (o *GetJourneyActionmapsEstimatesJobOK) Error() string
func (*GetJourneyActionmapsEstimatesJobOK) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobOK) GetPayload() string
func (*GetJourneyActionmapsEstimatesJobOK) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobOK) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job o k response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobOK) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobOK) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job o k response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobOK) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobOK) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job o k response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobOK) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobOK) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job o k response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobOK) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobOK) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job o k response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobOK) String ¶
func (o *GetJourneyActionmapsEstimatesJobOK) String() string
type GetJourneyActionmapsEstimatesJobParams ¶
type GetJourneyActionmapsEstimatesJobParams struct { /* JobID. ID of the job. */ JobID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActionmapsEstimatesJobParams contains all the parameters to send to the API endpoint
for the get journey actionmaps estimates job operation. Typically these are written to a http.Request.
func NewGetJourneyActionmapsEstimatesJobParams ¶
func NewGetJourneyActionmapsEstimatesJobParams() *GetJourneyActionmapsEstimatesJobParams
NewGetJourneyActionmapsEstimatesJobParams creates a new GetJourneyActionmapsEstimatesJobParams 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 NewGetJourneyActionmapsEstimatesJobParamsWithContext ¶
func NewGetJourneyActionmapsEstimatesJobParamsWithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobParams
NewGetJourneyActionmapsEstimatesJobParamsWithContext creates a new GetJourneyActionmapsEstimatesJobParams object with the ability to set a context for a request.
func NewGetJourneyActionmapsEstimatesJobParamsWithHTTPClient ¶
func NewGetJourneyActionmapsEstimatesJobParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobParams
NewGetJourneyActionmapsEstimatesJobParamsWithHTTPClient creates a new GetJourneyActionmapsEstimatesJobParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActionmapsEstimatesJobParamsWithTimeout ¶
func NewGetJourneyActionmapsEstimatesJobParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobParams
NewGetJourneyActionmapsEstimatesJobParamsWithTimeout creates a new GetJourneyActionmapsEstimatesJobParams object with the ability to set a timeout on a request.
func (*GetJourneyActionmapsEstimatesJobParams) SetContext ¶
func (o *GetJourneyActionmapsEstimatesJobParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) SetDefaults ¶
func (o *GetJourneyActionmapsEstimatesJobParams) SetDefaults()
SetDefaults hydrates default values in the get journey actionmaps estimates job params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapsEstimatesJobParams) SetHTTPClient ¶
func (o *GetJourneyActionmapsEstimatesJobParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) SetJobID ¶
func (o *GetJourneyActionmapsEstimatesJobParams) SetJobID(jobID string)
SetJobID adds the jobId to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) SetTimeout ¶
func (o *GetJourneyActionmapsEstimatesJobParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) WithContext ¶
func (o *GetJourneyActionmapsEstimatesJobParams) WithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobParams
WithContext adds the context to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) WithDefaults ¶
func (o *GetJourneyActionmapsEstimatesJobParams) WithDefaults() *GetJourneyActionmapsEstimatesJobParams
WithDefaults hydrates default values in the get journey actionmaps estimates job params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapsEstimatesJobParams) WithHTTPClient ¶
func (o *GetJourneyActionmapsEstimatesJobParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobParams
WithHTTPClient adds the HTTPClient to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) WithJobID ¶
func (o *GetJourneyActionmapsEstimatesJobParams) WithJobID(jobID string) *GetJourneyActionmapsEstimatesJobParams
WithJobID adds the jobID to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) WithTimeout ¶
func (o *GetJourneyActionmapsEstimatesJobParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobParams
WithTimeout adds the timeout to the get journey actionmaps estimates job params
func (*GetJourneyActionmapsEstimatesJobParams) WriteToRequest ¶
func (o *GetJourneyActionmapsEstimatesJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActionmapsEstimatesJobReader ¶
type GetJourneyActionmapsEstimatesJobReader struct {
// contains filtered or unexported fields
}
GetJourneyActionmapsEstimatesJobReader is a Reader for the GetJourneyActionmapsEstimatesJob structure.
func (*GetJourneyActionmapsEstimatesJobReader) ReadResponse ¶
func (o *GetJourneyActionmapsEstimatesJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActionmapsEstimatesJobRequestEntityTooLarge ¶
GetJourneyActionmapsEstimatesJobRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActionmapsEstimatesJobRequestEntityTooLarge ¶
func NewGetJourneyActionmapsEstimatesJobRequestEntityTooLarge() *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge
NewGetJourneyActionmapsEstimatesJobRequestEntityTooLarge creates a GetJourneyActionmapsEstimatesJobRequestEntityTooLarge with default headers values
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) Error ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) Error() string
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job request entity too large response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job request entity too large response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job request entity too large response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job request entity too large response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job request entity too large response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) String ¶
func (o *GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) String() string
type GetJourneyActionmapsEstimatesJobRequestTimeout ¶
GetJourneyActionmapsEstimatesJobRequestTimeout 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 NewGetJourneyActionmapsEstimatesJobRequestTimeout ¶
func NewGetJourneyActionmapsEstimatesJobRequestTimeout() *GetJourneyActionmapsEstimatesJobRequestTimeout
NewGetJourneyActionmapsEstimatesJobRequestTimeout creates a GetJourneyActionmapsEstimatesJobRequestTimeout with default headers values
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) Error ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) Error() string
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job request timeout response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job request timeout response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job request timeout response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job request timeout response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job request timeout response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobRequestTimeout) String ¶
func (o *GetJourneyActionmapsEstimatesJobRequestTimeout) String() string
type GetJourneyActionmapsEstimatesJobResultsBadRequest ¶
GetJourneyActionmapsEstimatesJobResultsBadRequest 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 NewGetJourneyActionmapsEstimatesJobResultsBadRequest ¶
func NewGetJourneyActionmapsEstimatesJobResultsBadRequest() *GetJourneyActionmapsEstimatesJobResultsBadRequest
NewGetJourneyActionmapsEstimatesJobResultsBadRequest creates a GetJourneyActionmapsEstimatesJobResultsBadRequest with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results bad request response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results bad request response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results bad request response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results bad request response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results bad request response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsBadRequest) String() string
type GetJourneyActionmapsEstimatesJobResultsForbidden ¶
GetJourneyActionmapsEstimatesJobResultsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActionmapsEstimatesJobResultsForbidden ¶
func NewGetJourneyActionmapsEstimatesJobResultsForbidden() *GetJourneyActionmapsEstimatesJobResultsForbidden
NewGetJourneyActionmapsEstimatesJobResultsForbidden creates a GetJourneyActionmapsEstimatesJobResultsForbidden with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results forbidden response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results forbidden response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results forbidden response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results forbidden response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results forbidden response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsForbidden) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsForbidden) String() string
type GetJourneyActionmapsEstimatesJobResultsGatewayTimeout ¶
GetJourneyActionmapsEstimatesJobResultsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActionmapsEstimatesJobResultsGatewayTimeout ¶
func NewGetJourneyActionmapsEstimatesJobResultsGatewayTimeout() *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout
NewGetJourneyActionmapsEstimatesJobResultsGatewayTimeout creates a GetJourneyActionmapsEstimatesJobResultsGatewayTimeout with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results gateway timeout response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results gateway timeout response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results gateway timeout response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results gateway timeout response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results gateway timeout response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) String() string
type GetJourneyActionmapsEstimatesJobResultsInternalServerError ¶
type GetJourneyActionmapsEstimatesJobResultsInternalServerError struct {
Payload *models.ErrorBody
}
GetJourneyActionmapsEstimatesJobResultsInternalServerError 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 NewGetJourneyActionmapsEstimatesJobResultsInternalServerError ¶
func NewGetJourneyActionmapsEstimatesJobResultsInternalServerError() *GetJourneyActionmapsEstimatesJobResultsInternalServerError
NewGetJourneyActionmapsEstimatesJobResultsInternalServerError creates a GetJourneyActionmapsEstimatesJobResultsInternalServerError with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results internal server error response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results internal server error response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results internal server error response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results internal server error response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results internal server error response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsInternalServerError) String() string
type GetJourneyActionmapsEstimatesJobResultsNotFound ¶
GetJourneyActionmapsEstimatesJobResultsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActionmapsEstimatesJobResultsNotFound ¶
func NewGetJourneyActionmapsEstimatesJobResultsNotFound() *GetJourneyActionmapsEstimatesJobResultsNotFound
NewGetJourneyActionmapsEstimatesJobResultsNotFound creates a GetJourneyActionmapsEstimatesJobResultsNotFound with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results not found response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results not found response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results not found response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results not found response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results not found response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsNotFound) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsNotFound) String() string
type GetJourneyActionmapsEstimatesJobResultsOK ¶
type GetJourneyActionmapsEstimatesJobResultsOK struct {
Payload *models.ActionMapEstimateResult
}
GetJourneyActionmapsEstimatesJobResultsOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActionmapsEstimatesJobResultsOK ¶
func NewGetJourneyActionmapsEstimatesJobResultsOK() *GetJourneyActionmapsEstimatesJobResultsOK
NewGetJourneyActionmapsEstimatesJobResultsOK creates a GetJourneyActionmapsEstimatesJobResultsOK with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsOK) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsOK) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) GetPayload() *models.ActionMapEstimateResult
func (*GetJourneyActionmapsEstimatesJobResultsOK) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results o k response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsOK) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results o k response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsOK) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results o k response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsOK) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results o k response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsOK) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results o k response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsOK) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsOK) String() string
type GetJourneyActionmapsEstimatesJobResultsParams ¶
type GetJourneyActionmapsEstimatesJobResultsParams struct { /* JobID. ID of the job. */ JobID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActionmapsEstimatesJobResultsParams contains all the parameters to send to the API endpoint
for the get journey actionmaps estimates job results operation. Typically these are written to a http.Request.
func NewGetJourneyActionmapsEstimatesJobResultsParams ¶
func NewGetJourneyActionmapsEstimatesJobResultsParams() *GetJourneyActionmapsEstimatesJobResultsParams
NewGetJourneyActionmapsEstimatesJobResultsParams creates a new GetJourneyActionmapsEstimatesJobResultsParams 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 NewGetJourneyActionmapsEstimatesJobResultsParamsWithContext ¶
func NewGetJourneyActionmapsEstimatesJobResultsParamsWithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobResultsParams
NewGetJourneyActionmapsEstimatesJobResultsParamsWithContext creates a new GetJourneyActionmapsEstimatesJobResultsParams object with the ability to set a context for a request.
func NewGetJourneyActionmapsEstimatesJobResultsParamsWithHTTPClient ¶
func NewGetJourneyActionmapsEstimatesJobResultsParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobResultsParams
NewGetJourneyActionmapsEstimatesJobResultsParamsWithHTTPClient creates a new GetJourneyActionmapsEstimatesJobResultsParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActionmapsEstimatesJobResultsParamsWithTimeout ¶
func NewGetJourneyActionmapsEstimatesJobResultsParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobResultsParams
NewGetJourneyActionmapsEstimatesJobResultsParamsWithTimeout creates a new GetJourneyActionmapsEstimatesJobResultsParams object with the ability to set a timeout on a request.
func (*GetJourneyActionmapsEstimatesJobResultsParams) SetContext ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) SetDefaults ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetDefaults()
SetDefaults hydrates default values in the get journey actionmaps estimates job results params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapsEstimatesJobResultsParams) SetHTTPClient ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) SetJobID ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetJobID(jobID string)
SetJobID adds the jobId to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) SetTimeout ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) WithContext ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithContext(ctx context.Context) *GetJourneyActionmapsEstimatesJobResultsParams
WithContext adds the context to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) WithDefaults ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithDefaults() *GetJourneyActionmapsEstimatesJobResultsParams
WithDefaults hydrates default values in the get journey actionmaps estimates job results params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapsEstimatesJobResultsParams) WithHTTPClient ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapsEstimatesJobResultsParams
WithHTTPClient adds the HTTPClient to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) WithJobID ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithJobID(jobID string) *GetJourneyActionmapsEstimatesJobResultsParams
WithJobID adds the jobID to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) WithTimeout ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapsEstimatesJobResultsParams
WithTimeout adds the timeout to the get journey actionmaps estimates job results params
func (*GetJourneyActionmapsEstimatesJobResultsParams) WriteToRequest ¶
func (o *GetJourneyActionmapsEstimatesJobResultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActionmapsEstimatesJobResultsReader ¶
type GetJourneyActionmapsEstimatesJobResultsReader struct {
// contains filtered or unexported fields
}
GetJourneyActionmapsEstimatesJobResultsReader is a Reader for the GetJourneyActionmapsEstimatesJobResults structure.
func (*GetJourneyActionmapsEstimatesJobResultsReader) ReadResponse ¶
func (o *GetJourneyActionmapsEstimatesJobResultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge ¶
type GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge struct {
Payload *models.ErrorBody
}
GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge ¶
func NewGetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge() *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge
NewGetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge creates a GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results request entity too large response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results request entity too large response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results request entity too large response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results request entity too large response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results request entity too large response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) String() string
type GetJourneyActionmapsEstimatesJobResultsRequestTimeout ¶
GetJourneyActionmapsEstimatesJobResultsRequestTimeout 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 NewGetJourneyActionmapsEstimatesJobResultsRequestTimeout ¶
func NewGetJourneyActionmapsEstimatesJobResultsRequestTimeout() *GetJourneyActionmapsEstimatesJobResultsRequestTimeout
NewGetJourneyActionmapsEstimatesJobResultsRequestTimeout creates a GetJourneyActionmapsEstimatesJobResultsRequestTimeout with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results request timeout response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results request timeout response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results request timeout response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results request timeout response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results request timeout response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsRequestTimeout) String() string
type GetJourneyActionmapsEstimatesJobResultsServiceUnavailable ¶
type GetJourneyActionmapsEstimatesJobResultsServiceUnavailable struct {
}GetJourneyActionmapsEstimatesJobResultsServiceUnavailable 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 NewGetJourneyActionmapsEstimatesJobResultsServiceUnavailable ¶
func NewGetJourneyActionmapsEstimatesJobResultsServiceUnavailable() *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable
NewGetJourneyActionmapsEstimatesJobResultsServiceUnavailable creates a GetJourneyActionmapsEstimatesJobResultsServiceUnavailable with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results service unavailable response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results service unavailable response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results service unavailable response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results service unavailable response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results service unavailable response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) String() string
type GetJourneyActionmapsEstimatesJobResultsTooManyRequests ¶
GetJourneyActionmapsEstimatesJobResultsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActionmapsEstimatesJobResultsTooManyRequests ¶
func NewGetJourneyActionmapsEstimatesJobResultsTooManyRequests() *GetJourneyActionmapsEstimatesJobResultsTooManyRequests
NewGetJourneyActionmapsEstimatesJobResultsTooManyRequests creates a GetJourneyActionmapsEstimatesJobResultsTooManyRequests with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results too many requests response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results too many requests response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results too many requests response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results too many requests response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results too many requests response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsTooManyRequests) String() string
type GetJourneyActionmapsEstimatesJobResultsUnauthorized ¶
type GetJourneyActionmapsEstimatesJobResultsUnauthorized struct {
}GetJourneyActionmapsEstimatesJobResultsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActionmapsEstimatesJobResultsUnauthorized ¶
func NewGetJourneyActionmapsEstimatesJobResultsUnauthorized() *GetJourneyActionmapsEstimatesJobResultsUnauthorized
NewGetJourneyActionmapsEstimatesJobResultsUnauthorized creates a GetJourneyActionmapsEstimatesJobResultsUnauthorized with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results unauthorized response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results unauthorized response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results unauthorized response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results unauthorized response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results unauthorized response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnauthorized) String() string
type GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType ¶
type GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType struct {
Payload *models.ErrorBody
}
GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType 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 NewGetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType ¶
func NewGetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType() *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType
NewGetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType creates a GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType with default headers values
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) Error ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) Error() string
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job results unsupported media type response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job results unsupported media type response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job results unsupported media type response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job results unsupported media type response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job results unsupported media type response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) String ¶
func (o *GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) String() string
type GetJourneyActionmapsEstimatesJobServiceUnavailable ¶
type GetJourneyActionmapsEstimatesJobServiceUnavailable struct {
}GetJourneyActionmapsEstimatesJobServiceUnavailable 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 NewGetJourneyActionmapsEstimatesJobServiceUnavailable ¶
func NewGetJourneyActionmapsEstimatesJobServiceUnavailable() *GetJourneyActionmapsEstimatesJobServiceUnavailable
NewGetJourneyActionmapsEstimatesJobServiceUnavailable creates a GetJourneyActionmapsEstimatesJobServiceUnavailable with default headers values
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) Error ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) Error() string
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job service unavailable response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job service unavailable response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job service unavailable response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job service unavailable response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job service unavailable response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) String ¶
func (o *GetJourneyActionmapsEstimatesJobServiceUnavailable) String() string
type GetJourneyActionmapsEstimatesJobTooManyRequests ¶
GetJourneyActionmapsEstimatesJobTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActionmapsEstimatesJobTooManyRequests ¶
func NewGetJourneyActionmapsEstimatesJobTooManyRequests() *GetJourneyActionmapsEstimatesJobTooManyRequests
NewGetJourneyActionmapsEstimatesJobTooManyRequests creates a GetJourneyActionmapsEstimatesJobTooManyRequests with default headers values
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) Error ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) Error() string
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job too many requests response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job too many requests response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job too many requests response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job too many requests response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job too many requests response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobTooManyRequests) String ¶
func (o *GetJourneyActionmapsEstimatesJobTooManyRequests) String() string
type GetJourneyActionmapsEstimatesJobUnauthorized ¶
type GetJourneyActionmapsEstimatesJobUnauthorized struct {
}GetJourneyActionmapsEstimatesJobUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActionmapsEstimatesJobUnauthorized ¶
func NewGetJourneyActionmapsEstimatesJobUnauthorized() *GetJourneyActionmapsEstimatesJobUnauthorized
NewGetJourneyActionmapsEstimatesJobUnauthorized creates a GetJourneyActionmapsEstimatesJobUnauthorized with default headers values
func (*GetJourneyActionmapsEstimatesJobUnauthorized) Error ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) Error() string
func (*GetJourneyActionmapsEstimatesJobUnauthorized) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job unauthorized response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job unauthorized response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job unauthorized response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job unauthorized response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job unauthorized response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobUnauthorized) String ¶
func (o *GetJourneyActionmapsEstimatesJobUnauthorized) String() string
type GetJourneyActionmapsEstimatesJobUnsupportedMediaType ¶
GetJourneyActionmapsEstimatesJobUnsupportedMediaType 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 NewGetJourneyActionmapsEstimatesJobUnsupportedMediaType ¶
func NewGetJourneyActionmapsEstimatesJobUnsupportedMediaType() *GetJourneyActionmapsEstimatesJobUnsupportedMediaType
NewGetJourneyActionmapsEstimatesJobUnsupportedMediaType creates a GetJourneyActionmapsEstimatesJobUnsupportedMediaType with default headers values
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) Error ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) Error() string
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actionmaps estimates job unsupported media type response has a 4xx status code
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actionmaps estimates job unsupported media type response a status code equal to that given
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps estimates job unsupported media type response has a 3xx status code
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actionmaps estimates job unsupported media type response has a 5xx status code
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps estimates job unsupported media type response has a 2xx status code
func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) String ¶
func (o *GetJourneyActionmapsEstimatesJobUnsupportedMediaType) String() string
type GetJourneyActionmapsForbidden ¶
GetJourneyActionmapsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActionmapsForbidden ¶
func NewGetJourneyActionmapsForbidden() *GetJourneyActionmapsForbidden
NewGetJourneyActionmapsForbidden creates a GetJourneyActionmapsForbidden with default headers values
func (*GetJourneyActionmapsForbidden) Error ¶
func (o *GetJourneyActionmapsForbidden) Error() string
func (*GetJourneyActionmapsForbidden) GetPayload ¶
func (o *GetJourneyActionmapsForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsForbidden) IsClientError ¶
func (o *GetJourneyActionmapsForbidden) IsClientError() bool
IsClientError returns true when this get journey actionmaps forbidden response has a 4xx status code
func (*GetJourneyActionmapsForbidden) IsCode ¶
func (o *GetJourneyActionmapsForbidden) IsCode(code int) bool
IsCode returns true when this get journey actionmaps forbidden response a status code equal to that given
func (*GetJourneyActionmapsForbidden) IsRedirect ¶
func (o *GetJourneyActionmapsForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps forbidden response has a 3xx status code
func (*GetJourneyActionmapsForbidden) IsServerError ¶
func (o *GetJourneyActionmapsForbidden) IsServerError() bool
IsServerError returns true when this get journey actionmaps forbidden response has a 5xx status code
func (*GetJourneyActionmapsForbidden) IsSuccess ¶
func (o *GetJourneyActionmapsForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps forbidden response has a 2xx status code
func (*GetJourneyActionmapsForbidden) String ¶
func (o *GetJourneyActionmapsForbidden) String() string
type GetJourneyActionmapsGatewayTimeout ¶
GetJourneyActionmapsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActionmapsGatewayTimeout ¶
func NewGetJourneyActionmapsGatewayTimeout() *GetJourneyActionmapsGatewayTimeout
NewGetJourneyActionmapsGatewayTimeout creates a GetJourneyActionmapsGatewayTimeout with default headers values
func (*GetJourneyActionmapsGatewayTimeout) Error ¶
func (o *GetJourneyActionmapsGatewayTimeout) Error() string
func (*GetJourneyActionmapsGatewayTimeout) GetPayload ¶
func (o *GetJourneyActionmapsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsGatewayTimeout) IsClientError ¶
func (o *GetJourneyActionmapsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmaps gateway timeout response has a 4xx status code
func (*GetJourneyActionmapsGatewayTimeout) IsCode ¶
func (o *GetJourneyActionmapsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmaps gateway timeout response a status code equal to that given
func (*GetJourneyActionmapsGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActionmapsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps gateway timeout response has a 3xx status code
func (*GetJourneyActionmapsGatewayTimeout) IsServerError ¶
func (o *GetJourneyActionmapsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmaps gateway timeout response has a 5xx status code
func (*GetJourneyActionmapsGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActionmapsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps gateway timeout response has a 2xx status code
func (*GetJourneyActionmapsGatewayTimeout) String ¶
func (o *GetJourneyActionmapsGatewayTimeout) String() string
type GetJourneyActionmapsInternalServerError ¶
GetJourneyActionmapsInternalServerError 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 NewGetJourneyActionmapsInternalServerError ¶
func NewGetJourneyActionmapsInternalServerError() *GetJourneyActionmapsInternalServerError
NewGetJourneyActionmapsInternalServerError creates a GetJourneyActionmapsInternalServerError with default headers values
func (*GetJourneyActionmapsInternalServerError) Error ¶
func (o *GetJourneyActionmapsInternalServerError) Error() string
func (*GetJourneyActionmapsInternalServerError) GetPayload ¶
func (o *GetJourneyActionmapsInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsInternalServerError) IsClientError ¶
func (o *GetJourneyActionmapsInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actionmaps internal server error response has a 4xx status code
func (*GetJourneyActionmapsInternalServerError) IsCode ¶
func (o *GetJourneyActionmapsInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actionmaps internal server error response a status code equal to that given
func (*GetJourneyActionmapsInternalServerError) IsRedirect ¶
func (o *GetJourneyActionmapsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps internal server error response has a 3xx status code
func (*GetJourneyActionmapsInternalServerError) IsServerError ¶
func (o *GetJourneyActionmapsInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actionmaps internal server error response has a 5xx status code
func (*GetJourneyActionmapsInternalServerError) IsSuccess ¶
func (o *GetJourneyActionmapsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps internal server error response has a 2xx status code
func (*GetJourneyActionmapsInternalServerError) String ¶
func (o *GetJourneyActionmapsInternalServerError) String() string
type GetJourneyActionmapsNotFound ¶
GetJourneyActionmapsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActionmapsNotFound ¶
func NewGetJourneyActionmapsNotFound() *GetJourneyActionmapsNotFound
NewGetJourneyActionmapsNotFound creates a GetJourneyActionmapsNotFound with default headers values
func (*GetJourneyActionmapsNotFound) Error ¶
func (o *GetJourneyActionmapsNotFound) Error() string
func (*GetJourneyActionmapsNotFound) GetPayload ¶
func (o *GetJourneyActionmapsNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsNotFound) IsClientError ¶
func (o *GetJourneyActionmapsNotFound) IsClientError() bool
IsClientError returns true when this get journey actionmaps not found response has a 4xx status code
func (*GetJourneyActionmapsNotFound) IsCode ¶
func (o *GetJourneyActionmapsNotFound) IsCode(code int) bool
IsCode returns true when this get journey actionmaps not found response a status code equal to that given
func (*GetJourneyActionmapsNotFound) IsRedirect ¶
func (o *GetJourneyActionmapsNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps not found response has a 3xx status code
func (*GetJourneyActionmapsNotFound) IsServerError ¶
func (o *GetJourneyActionmapsNotFound) IsServerError() bool
IsServerError returns true when this get journey actionmaps not found response has a 5xx status code
func (*GetJourneyActionmapsNotFound) IsSuccess ¶
func (o *GetJourneyActionmapsNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps not found response has a 2xx status code
func (*GetJourneyActionmapsNotFound) String ¶
func (o *GetJourneyActionmapsNotFound) String() string
type GetJourneyActionmapsOK ¶
type GetJourneyActionmapsOK struct {
Payload *models.ActionMapListing
}
GetJourneyActionmapsOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActionmapsOK ¶
func NewGetJourneyActionmapsOK() *GetJourneyActionmapsOK
NewGetJourneyActionmapsOK creates a GetJourneyActionmapsOK with default headers values
func (*GetJourneyActionmapsOK) Error ¶
func (o *GetJourneyActionmapsOK) Error() string
func (*GetJourneyActionmapsOK) GetPayload ¶
func (o *GetJourneyActionmapsOK) GetPayload() *models.ActionMapListing
func (*GetJourneyActionmapsOK) IsClientError ¶
func (o *GetJourneyActionmapsOK) IsClientError() bool
IsClientError returns true when this get journey actionmaps o k response has a 4xx status code
func (*GetJourneyActionmapsOK) IsCode ¶
func (o *GetJourneyActionmapsOK) IsCode(code int) bool
IsCode returns true when this get journey actionmaps o k response a status code equal to that given
func (*GetJourneyActionmapsOK) IsRedirect ¶
func (o *GetJourneyActionmapsOK) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps o k response has a 3xx status code
func (*GetJourneyActionmapsOK) IsServerError ¶
func (o *GetJourneyActionmapsOK) IsServerError() bool
IsServerError returns true when this get journey actionmaps o k response has a 5xx status code
func (*GetJourneyActionmapsOK) IsSuccess ¶
func (o *GetJourneyActionmapsOK) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps o k response has a 2xx status code
func (*GetJourneyActionmapsOK) String ¶
func (o *GetJourneyActionmapsOK) String() string
type GetJourneyActionmapsParams ¶
type GetJourneyActionmapsParams struct { /* ActionMapIds. IDs of action maps to return. Use of this parameter is not compatible with pagination, filtering, sorting or querying. A maximum of 100 action maps are allowed per request. */ ActionMapIds []string /* FilterField. Field to filter by (e.g. filterField=weight or filterField=action.actionTemplate.id). Requires 'filterField' to also be set. */ FilterField *string /* FilterValue. Value to filter by. Requires 'filterValue' to also be set. */ FilterValue *string /* PageNumber. Page number Format: int32 Default: 1 */ PageNumber *int32 /* PageSize. Page size Format: int32 Default: 25 */ PageSize *int32 /* QueryFields. Action Map field(s) to query on. Requires 'queryValue' to also be set. */ QueryFields []string /* QueryValue. Value to query on. Requires 'queryFields' to also be set. */ QueryValue *string /* SortBy. Field(s) to sort by. Prefix with '-' for descending (e.g. sortBy=displayName,-createdDate). */ SortBy *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActionmapsParams contains all the parameters to send to the API endpoint
for the get journey actionmaps operation. Typically these are written to a http.Request.
func NewGetJourneyActionmapsParams ¶
func NewGetJourneyActionmapsParams() *GetJourneyActionmapsParams
NewGetJourneyActionmapsParams creates a new GetJourneyActionmapsParams 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 NewGetJourneyActionmapsParamsWithContext ¶
func NewGetJourneyActionmapsParamsWithContext(ctx context.Context) *GetJourneyActionmapsParams
NewGetJourneyActionmapsParamsWithContext creates a new GetJourneyActionmapsParams object with the ability to set a context for a request.
func NewGetJourneyActionmapsParamsWithHTTPClient ¶
func NewGetJourneyActionmapsParamsWithHTTPClient(client *http.Client) *GetJourneyActionmapsParams
NewGetJourneyActionmapsParamsWithHTTPClient creates a new GetJourneyActionmapsParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActionmapsParamsWithTimeout ¶
func NewGetJourneyActionmapsParamsWithTimeout(timeout time.Duration) *GetJourneyActionmapsParams
NewGetJourneyActionmapsParamsWithTimeout creates a new GetJourneyActionmapsParams object with the ability to set a timeout on a request.
func (*GetJourneyActionmapsParams) SetActionMapIds ¶
func (o *GetJourneyActionmapsParams) SetActionMapIds(actionMapIds []string)
SetActionMapIds adds the actionMapIds to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetContext ¶
func (o *GetJourneyActionmapsParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetDefaults ¶
func (o *GetJourneyActionmapsParams) SetDefaults()
SetDefaults hydrates default values in the get journey actionmaps params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapsParams) SetFilterField ¶
func (o *GetJourneyActionmapsParams) SetFilterField(filterField *string)
SetFilterField adds the filterField to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetFilterValue ¶
func (o *GetJourneyActionmapsParams) SetFilterValue(filterValue *string)
SetFilterValue adds the filterValue to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetHTTPClient ¶
func (o *GetJourneyActionmapsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetPageNumber ¶
func (o *GetJourneyActionmapsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetPageSize ¶
func (o *GetJourneyActionmapsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetQueryFields ¶
func (o *GetJourneyActionmapsParams) SetQueryFields(queryFields []string)
SetQueryFields adds the queryFields to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetQueryValue ¶
func (o *GetJourneyActionmapsParams) SetQueryValue(queryValue *string)
SetQueryValue adds the queryValue to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetSortBy ¶
func (o *GetJourneyActionmapsParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the get journey actionmaps params
func (*GetJourneyActionmapsParams) SetTimeout ¶
func (o *GetJourneyActionmapsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithActionMapIds ¶
func (o *GetJourneyActionmapsParams) WithActionMapIds(actionMapIds []string) *GetJourneyActionmapsParams
WithActionMapIds adds the actionMapIds to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithContext ¶
func (o *GetJourneyActionmapsParams) WithContext(ctx context.Context) *GetJourneyActionmapsParams
WithContext adds the context to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithDefaults ¶
func (o *GetJourneyActionmapsParams) WithDefaults() *GetJourneyActionmapsParams
WithDefaults hydrates default values in the get journey actionmaps params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActionmapsParams) WithFilterField ¶
func (o *GetJourneyActionmapsParams) WithFilterField(filterField *string) *GetJourneyActionmapsParams
WithFilterField adds the filterField to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithFilterValue ¶
func (o *GetJourneyActionmapsParams) WithFilterValue(filterValue *string) *GetJourneyActionmapsParams
WithFilterValue adds the filterValue to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithHTTPClient ¶
func (o *GetJourneyActionmapsParams) WithHTTPClient(client *http.Client) *GetJourneyActionmapsParams
WithHTTPClient adds the HTTPClient to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithPageNumber ¶
func (o *GetJourneyActionmapsParams) WithPageNumber(pageNumber *int32) *GetJourneyActionmapsParams
WithPageNumber adds the pageNumber to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithPageSize ¶
func (o *GetJourneyActionmapsParams) WithPageSize(pageSize *int32) *GetJourneyActionmapsParams
WithPageSize adds the pageSize to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithQueryFields ¶
func (o *GetJourneyActionmapsParams) WithQueryFields(queryFields []string) *GetJourneyActionmapsParams
WithQueryFields adds the queryFields to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithQueryValue ¶
func (o *GetJourneyActionmapsParams) WithQueryValue(queryValue *string) *GetJourneyActionmapsParams
WithQueryValue adds the queryValue to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithSortBy ¶
func (o *GetJourneyActionmapsParams) WithSortBy(sortBy *string) *GetJourneyActionmapsParams
WithSortBy adds the sortBy to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WithTimeout ¶
func (o *GetJourneyActionmapsParams) WithTimeout(timeout time.Duration) *GetJourneyActionmapsParams
WithTimeout adds the timeout to the get journey actionmaps params
func (*GetJourneyActionmapsParams) WriteToRequest ¶
func (o *GetJourneyActionmapsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActionmapsReader ¶
type GetJourneyActionmapsReader struct {
// contains filtered or unexported fields
}
GetJourneyActionmapsReader is a Reader for the GetJourneyActionmaps structure.
func (*GetJourneyActionmapsReader) ReadResponse ¶
func (o *GetJourneyActionmapsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActionmapsRequestEntityTooLarge ¶
GetJourneyActionmapsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActionmapsRequestEntityTooLarge ¶
func NewGetJourneyActionmapsRequestEntityTooLarge() *GetJourneyActionmapsRequestEntityTooLarge
NewGetJourneyActionmapsRequestEntityTooLarge creates a GetJourneyActionmapsRequestEntityTooLarge with default headers values
func (*GetJourneyActionmapsRequestEntityTooLarge) Error ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) Error() string
func (*GetJourneyActionmapsRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actionmaps request entity too large response has a 4xx status code
func (*GetJourneyActionmapsRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actionmaps request entity too large response a status code equal to that given
func (*GetJourneyActionmapsRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps request entity too large response has a 3xx status code
func (*GetJourneyActionmapsRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actionmaps request entity too large response has a 5xx status code
func (*GetJourneyActionmapsRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps request entity too large response has a 2xx status code
func (*GetJourneyActionmapsRequestEntityTooLarge) String ¶
func (o *GetJourneyActionmapsRequestEntityTooLarge) String() string
type GetJourneyActionmapsRequestTimeout ¶
GetJourneyActionmapsRequestTimeout 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 NewGetJourneyActionmapsRequestTimeout ¶
func NewGetJourneyActionmapsRequestTimeout() *GetJourneyActionmapsRequestTimeout
NewGetJourneyActionmapsRequestTimeout creates a GetJourneyActionmapsRequestTimeout with default headers values
func (*GetJourneyActionmapsRequestTimeout) Error ¶
func (o *GetJourneyActionmapsRequestTimeout) Error() string
func (*GetJourneyActionmapsRequestTimeout) GetPayload ¶
func (o *GetJourneyActionmapsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsRequestTimeout) IsClientError ¶
func (o *GetJourneyActionmapsRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actionmaps request timeout response has a 4xx status code
func (*GetJourneyActionmapsRequestTimeout) IsCode ¶
func (o *GetJourneyActionmapsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actionmaps request timeout response a status code equal to that given
func (*GetJourneyActionmapsRequestTimeout) IsRedirect ¶
func (o *GetJourneyActionmapsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps request timeout response has a 3xx status code
func (*GetJourneyActionmapsRequestTimeout) IsServerError ¶
func (o *GetJourneyActionmapsRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actionmaps request timeout response has a 5xx status code
func (*GetJourneyActionmapsRequestTimeout) IsSuccess ¶
func (o *GetJourneyActionmapsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps request timeout response has a 2xx status code
func (*GetJourneyActionmapsRequestTimeout) String ¶
func (o *GetJourneyActionmapsRequestTimeout) String() string
type GetJourneyActionmapsServiceUnavailable ¶
type GetJourneyActionmapsServiceUnavailable struct {
}GetJourneyActionmapsServiceUnavailable 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 NewGetJourneyActionmapsServiceUnavailable ¶
func NewGetJourneyActionmapsServiceUnavailable() *GetJourneyActionmapsServiceUnavailable
NewGetJourneyActionmapsServiceUnavailable creates a GetJourneyActionmapsServiceUnavailable with default headers values
func (*GetJourneyActionmapsServiceUnavailable) Error ¶
func (o *GetJourneyActionmapsServiceUnavailable) Error() string
func (*GetJourneyActionmapsServiceUnavailable) GetPayload ¶
func (o *GetJourneyActionmapsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsServiceUnavailable) IsClientError ¶
func (o *GetJourneyActionmapsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actionmaps service unavailable response has a 4xx status code
func (*GetJourneyActionmapsServiceUnavailable) IsCode ¶
func (o *GetJourneyActionmapsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actionmaps service unavailable response a status code equal to that given
func (*GetJourneyActionmapsServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActionmapsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps service unavailable response has a 3xx status code
func (*GetJourneyActionmapsServiceUnavailable) IsServerError ¶
func (o *GetJourneyActionmapsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actionmaps service unavailable response has a 5xx status code
func (*GetJourneyActionmapsServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActionmapsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps service unavailable response has a 2xx status code
func (*GetJourneyActionmapsServiceUnavailable) String ¶
func (o *GetJourneyActionmapsServiceUnavailable) String() string
type GetJourneyActionmapsTooManyRequests ¶
GetJourneyActionmapsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActionmapsTooManyRequests ¶
func NewGetJourneyActionmapsTooManyRequests() *GetJourneyActionmapsTooManyRequests
NewGetJourneyActionmapsTooManyRequests creates a GetJourneyActionmapsTooManyRequests with default headers values
func (*GetJourneyActionmapsTooManyRequests) Error ¶
func (o *GetJourneyActionmapsTooManyRequests) Error() string
func (*GetJourneyActionmapsTooManyRequests) GetPayload ¶
func (o *GetJourneyActionmapsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsTooManyRequests) IsClientError ¶
func (o *GetJourneyActionmapsTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actionmaps too many requests response has a 4xx status code
func (*GetJourneyActionmapsTooManyRequests) IsCode ¶
func (o *GetJourneyActionmapsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actionmaps too many requests response a status code equal to that given
func (*GetJourneyActionmapsTooManyRequests) IsRedirect ¶
func (o *GetJourneyActionmapsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps too many requests response has a 3xx status code
func (*GetJourneyActionmapsTooManyRequests) IsServerError ¶
func (o *GetJourneyActionmapsTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actionmaps too many requests response has a 5xx status code
func (*GetJourneyActionmapsTooManyRequests) IsSuccess ¶
func (o *GetJourneyActionmapsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps too many requests response has a 2xx status code
func (*GetJourneyActionmapsTooManyRequests) String ¶
func (o *GetJourneyActionmapsTooManyRequests) String() string
type GetJourneyActionmapsUnauthorized ¶
type GetJourneyActionmapsUnauthorized struct {
}GetJourneyActionmapsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActionmapsUnauthorized ¶
func NewGetJourneyActionmapsUnauthorized() *GetJourneyActionmapsUnauthorized
NewGetJourneyActionmapsUnauthorized creates a GetJourneyActionmapsUnauthorized with default headers values
func (*GetJourneyActionmapsUnauthorized) Error ¶
func (o *GetJourneyActionmapsUnauthorized) Error() string
func (*GetJourneyActionmapsUnauthorized) GetPayload ¶
func (o *GetJourneyActionmapsUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsUnauthorized) IsClientError ¶
func (o *GetJourneyActionmapsUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actionmaps unauthorized response has a 4xx status code
func (*GetJourneyActionmapsUnauthorized) IsCode ¶
func (o *GetJourneyActionmapsUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actionmaps unauthorized response a status code equal to that given
func (*GetJourneyActionmapsUnauthorized) IsRedirect ¶
func (o *GetJourneyActionmapsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps unauthorized response has a 3xx status code
func (*GetJourneyActionmapsUnauthorized) IsServerError ¶
func (o *GetJourneyActionmapsUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actionmaps unauthorized response has a 5xx status code
func (*GetJourneyActionmapsUnauthorized) IsSuccess ¶
func (o *GetJourneyActionmapsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps unauthorized response has a 2xx status code
func (*GetJourneyActionmapsUnauthorized) String ¶
func (o *GetJourneyActionmapsUnauthorized) String() string
type GetJourneyActionmapsUnsupportedMediaType ¶
GetJourneyActionmapsUnsupportedMediaType 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 NewGetJourneyActionmapsUnsupportedMediaType ¶
func NewGetJourneyActionmapsUnsupportedMediaType() *GetJourneyActionmapsUnsupportedMediaType
NewGetJourneyActionmapsUnsupportedMediaType creates a GetJourneyActionmapsUnsupportedMediaType with default headers values
func (*GetJourneyActionmapsUnsupportedMediaType) Error ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) Error() string
func (*GetJourneyActionmapsUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActionmapsUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actionmaps unsupported media type response has a 4xx status code
func (*GetJourneyActionmapsUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actionmaps unsupported media type response a status code equal to that given
func (*GetJourneyActionmapsUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actionmaps unsupported media type response has a 3xx status code
func (*GetJourneyActionmapsUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actionmaps unsupported media type response has a 5xx status code
func (*GetJourneyActionmapsUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actionmaps unsupported media type response has a 2xx status code
func (*GetJourneyActionmapsUnsupportedMediaType) String ¶
func (o *GetJourneyActionmapsUnsupportedMediaType) String() string
type GetJourneyActiontargetBadRequest ¶
GetJourneyActiontargetBadRequest 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 NewGetJourneyActiontargetBadRequest ¶
func NewGetJourneyActiontargetBadRequest() *GetJourneyActiontargetBadRequest
NewGetJourneyActiontargetBadRequest creates a GetJourneyActiontargetBadRequest with default headers values
func (*GetJourneyActiontargetBadRequest) Error ¶
func (o *GetJourneyActiontargetBadRequest) Error() string
func (*GetJourneyActiontargetBadRequest) GetPayload ¶
func (o *GetJourneyActiontargetBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetBadRequest) IsClientError ¶
func (o *GetJourneyActiontargetBadRequest) IsClientError() bool
IsClientError returns true when this get journey actiontarget bad request response has a 4xx status code
func (*GetJourneyActiontargetBadRequest) IsCode ¶
func (o *GetJourneyActiontargetBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actiontarget bad request response a status code equal to that given
func (*GetJourneyActiontargetBadRequest) IsRedirect ¶
func (o *GetJourneyActiontargetBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget bad request response has a 3xx status code
func (*GetJourneyActiontargetBadRequest) IsServerError ¶
func (o *GetJourneyActiontargetBadRequest) IsServerError() bool
IsServerError returns true when this get journey actiontarget bad request response has a 5xx status code
func (*GetJourneyActiontargetBadRequest) IsSuccess ¶
func (o *GetJourneyActiontargetBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget bad request response has a 2xx status code
func (*GetJourneyActiontargetBadRequest) String ¶
func (o *GetJourneyActiontargetBadRequest) String() string
type GetJourneyActiontargetForbidden ¶
GetJourneyActiontargetForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActiontargetForbidden ¶
func NewGetJourneyActiontargetForbidden() *GetJourneyActiontargetForbidden
NewGetJourneyActiontargetForbidden creates a GetJourneyActiontargetForbidden with default headers values
func (*GetJourneyActiontargetForbidden) Error ¶
func (o *GetJourneyActiontargetForbidden) Error() string
func (*GetJourneyActiontargetForbidden) GetPayload ¶
func (o *GetJourneyActiontargetForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetForbidden) IsClientError ¶
func (o *GetJourneyActiontargetForbidden) IsClientError() bool
IsClientError returns true when this get journey actiontarget forbidden response has a 4xx status code
func (*GetJourneyActiontargetForbidden) IsCode ¶
func (o *GetJourneyActiontargetForbidden) IsCode(code int) bool
IsCode returns true when this get journey actiontarget forbidden response a status code equal to that given
func (*GetJourneyActiontargetForbidden) IsRedirect ¶
func (o *GetJourneyActiontargetForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget forbidden response has a 3xx status code
func (*GetJourneyActiontargetForbidden) IsServerError ¶
func (o *GetJourneyActiontargetForbidden) IsServerError() bool
IsServerError returns true when this get journey actiontarget forbidden response has a 5xx status code
func (*GetJourneyActiontargetForbidden) IsSuccess ¶
func (o *GetJourneyActiontargetForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget forbidden response has a 2xx status code
func (*GetJourneyActiontargetForbidden) String ¶
func (o *GetJourneyActiontargetForbidden) String() string
type GetJourneyActiontargetGatewayTimeout ¶
GetJourneyActiontargetGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActiontargetGatewayTimeout ¶
func NewGetJourneyActiontargetGatewayTimeout() *GetJourneyActiontargetGatewayTimeout
NewGetJourneyActiontargetGatewayTimeout creates a GetJourneyActiontargetGatewayTimeout with default headers values
func (*GetJourneyActiontargetGatewayTimeout) Error ¶
func (o *GetJourneyActiontargetGatewayTimeout) Error() string
func (*GetJourneyActiontargetGatewayTimeout) GetPayload ¶
func (o *GetJourneyActiontargetGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetGatewayTimeout) IsClientError ¶
func (o *GetJourneyActiontargetGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontarget gateway timeout response has a 4xx status code
func (*GetJourneyActiontargetGatewayTimeout) IsCode ¶
func (o *GetJourneyActiontargetGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontarget gateway timeout response a status code equal to that given
func (*GetJourneyActiontargetGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActiontargetGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget gateway timeout response has a 3xx status code
func (*GetJourneyActiontargetGatewayTimeout) IsServerError ¶
func (o *GetJourneyActiontargetGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontarget gateway timeout response has a 5xx status code
func (*GetJourneyActiontargetGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActiontargetGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget gateway timeout response has a 2xx status code
func (*GetJourneyActiontargetGatewayTimeout) String ¶
func (o *GetJourneyActiontargetGatewayTimeout) String() string
type GetJourneyActiontargetInternalServerError ¶
GetJourneyActiontargetInternalServerError 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 NewGetJourneyActiontargetInternalServerError ¶
func NewGetJourneyActiontargetInternalServerError() *GetJourneyActiontargetInternalServerError
NewGetJourneyActiontargetInternalServerError creates a GetJourneyActiontargetInternalServerError with default headers values
func (*GetJourneyActiontargetInternalServerError) Error ¶
func (o *GetJourneyActiontargetInternalServerError) Error() string
func (*GetJourneyActiontargetInternalServerError) GetPayload ¶
func (o *GetJourneyActiontargetInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetInternalServerError) IsClientError ¶
func (o *GetJourneyActiontargetInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actiontarget internal server error response has a 4xx status code
func (*GetJourneyActiontargetInternalServerError) IsCode ¶
func (o *GetJourneyActiontargetInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actiontarget internal server error response a status code equal to that given
func (*GetJourneyActiontargetInternalServerError) IsRedirect ¶
func (o *GetJourneyActiontargetInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget internal server error response has a 3xx status code
func (*GetJourneyActiontargetInternalServerError) IsServerError ¶
func (o *GetJourneyActiontargetInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actiontarget internal server error response has a 5xx status code
func (*GetJourneyActiontargetInternalServerError) IsSuccess ¶
func (o *GetJourneyActiontargetInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget internal server error response has a 2xx status code
func (*GetJourneyActiontargetInternalServerError) String ¶
func (o *GetJourneyActiontargetInternalServerError) String() string
type GetJourneyActiontargetNotFound ¶
GetJourneyActiontargetNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActiontargetNotFound ¶
func NewGetJourneyActiontargetNotFound() *GetJourneyActiontargetNotFound
NewGetJourneyActiontargetNotFound creates a GetJourneyActiontargetNotFound with default headers values
func (*GetJourneyActiontargetNotFound) Error ¶
func (o *GetJourneyActiontargetNotFound) Error() string
func (*GetJourneyActiontargetNotFound) GetPayload ¶
func (o *GetJourneyActiontargetNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetNotFound) IsClientError ¶
func (o *GetJourneyActiontargetNotFound) IsClientError() bool
IsClientError returns true when this get journey actiontarget not found response has a 4xx status code
func (*GetJourneyActiontargetNotFound) IsCode ¶
func (o *GetJourneyActiontargetNotFound) IsCode(code int) bool
IsCode returns true when this get journey actiontarget not found response a status code equal to that given
func (*GetJourneyActiontargetNotFound) IsRedirect ¶
func (o *GetJourneyActiontargetNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget not found response has a 3xx status code
func (*GetJourneyActiontargetNotFound) IsServerError ¶
func (o *GetJourneyActiontargetNotFound) IsServerError() bool
IsServerError returns true when this get journey actiontarget not found response has a 5xx status code
func (*GetJourneyActiontargetNotFound) IsSuccess ¶
func (o *GetJourneyActiontargetNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget not found response has a 2xx status code
func (*GetJourneyActiontargetNotFound) String ¶
func (o *GetJourneyActiontargetNotFound) String() string
type GetJourneyActiontargetOK ¶
type GetJourneyActiontargetOK struct {
Payload *models.ActionTarget
}
GetJourneyActiontargetOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActiontargetOK ¶
func NewGetJourneyActiontargetOK() *GetJourneyActiontargetOK
NewGetJourneyActiontargetOK creates a GetJourneyActiontargetOK with default headers values
func (*GetJourneyActiontargetOK) Error ¶
func (o *GetJourneyActiontargetOK) Error() string
func (*GetJourneyActiontargetOK) GetPayload ¶
func (o *GetJourneyActiontargetOK) GetPayload() *models.ActionTarget
func (*GetJourneyActiontargetOK) IsClientError ¶
func (o *GetJourneyActiontargetOK) IsClientError() bool
IsClientError returns true when this get journey actiontarget o k response has a 4xx status code
func (*GetJourneyActiontargetOK) IsCode ¶
func (o *GetJourneyActiontargetOK) IsCode(code int) bool
IsCode returns true when this get journey actiontarget o k response a status code equal to that given
func (*GetJourneyActiontargetOK) IsRedirect ¶
func (o *GetJourneyActiontargetOK) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget o k response has a 3xx status code
func (*GetJourneyActiontargetOK) IsServerError ¶
func (o *GetJourneyActiontargetOK) IsServerError() bool
IsServerError returns true when this get journey actiontarget o k response has a 5xx status code
func (*GetJourneyActiontargetOK) IsSuccess ¶
func (o *GetJourneyActiontargetOK) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget o k response has a 2xx status code
func (*GetJourneyActiontargetOK) String ¶
func (o *GetJourneyActiontargetOK) String() string
type GetJourneyActiontargetParams ¶
type GetJourneyActiontargetParams struct { /* ActionTargetID. ID of the action target. */ ActionTargetID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActiontargetParams contains all the parameters to send to the API endpoint
for the get journey actiontarget operation. Typically these are written to a http.Request.
func NewGetJourneyActiontargetParams ¶
func NewGetJourneyActiontargetParams() *GetJourneyActiontargetParams
NewGetJourneyActiontargetParams creates a new GetJourneyActiontargetParams 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 NewGetJourneyActiontargetParamsWithContext ¶
func NewGetJourneyActiontargetParamsWithContext(ctx context.Context) *GetJourneyActiontargetParams
NewGetJourneyActiontargetParamsWithContext creates a new GetJourneyActiontargetParams object with the ability to set a context for a request.
func NewGetJourneyActiontargetParamsWithHTTPClient ¶
func NewGetJourneyActiontargetParamsWithHTTPClient(client *http.Client) *GetJourneyActiontargetParams
NewGetJourneyActiontargetParamsWithHTTPClient creates a new GetJourneyActiontargetParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActiontargetParamsWithTimeout ¶
func NewGetJourneyActiontargetParamsWithTimeout(timeout time.Duration) *GetJourneyActiontargetParams
NewGetJourneyActiontargetParamsWithTimeout creates a new GetJourneyActiontargetParams object with the ability to set a timeout on a request.
func (*GetJourneyActiontargetParams) SetActionTargetID ¶
func (o *GetJourneyActiontargetParams) SetActionTargetID(actionTargetID string)
SetActionTargetID adds the actionTargetId to the get journey actiontarget params
func (*GetJourneyActiontargetParams) SetContext ¶
func (o *GetJourneyActiontargetParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actiontarget params
func (*GetJourneyActiontargetParams) SetDefaults ¶
func (o *GetJourneyActiontargetParams) SetDefaults()
SetDefaults hydrates default values in the get journey actiontarget params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontargetParams) SetHTTPClient ¶
func (o *GetJourneyActiontargetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actiontarget params
func (*GetJourneyActiontargetParams) SetTimeout ¶
func (o *GetJourneyActiontargetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actiontarget params
func (*GetJourneyActiontargetParams) WithActionTargetID ¶
func (o *GetJourneyActiontargetParams) WithActionTargetID(actionTargetID string) *GetJourneyActiontargetParams
WithActionTargetID adds the actionTargetID to the get journey actiontarget params
func (*GetJourneyActiontargetParams) WithContext ¶
func (o *GetJourneyActiontargetParams) WithContext(ctx context.Context) *GetJourneyActiontargetParams
WithContext adds the context to the get journey actiontarget params
func (*GetJourneyActiontargetParams) WithDefaults ¶
func (o *GetJourneyActiontargetParams) WithDefaults() *GetJourneyActiontargetParams
WithDefaults hydrates default values in the get journey actiontarget params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontargetParams) WithHTTPClient ¶
func (o *GetJourneyActiontargetParams) WithHTTPClient(client *http.Client) *GetJourneyActiontargetParams
WithHTTPClient adds the HTTPClient to the get journey actiontarget params
func (*GetJourneyActiontargetParams) WithTimeout ¶
func (o *GetJourneyActiontargetParams) WithTimeout(timeout time.Duration) *GetJourneyActiontargetParams
WithTimeout adds the timeout to the get journey actiontarget params
func (*GetJourneyActiontargetParams) WriteToRequest ¶
func (o *GetJourneyActiontargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActiontargetReader ¶
type GetJourneyActiontargetReader struct {
// contains filtered or unexported fields
}
GetJourneyActiontargetReader is a Reader for the GetJourneyActiontarget structure.
func (*GetJourneyActiontargetReader) ReadResponse ¶
func (o *GetJourneyActiontargetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActiontargetRequestEntityTooLarge ¶
GetJourneyActiontargetRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActiontargetRequestEntityTooLarge ¶
func NewGetJourneyActiontargetRequestEntityTooLarge() *GetJourneyActiontargetRequestEntityTooLarge
NewGetJourneyActiontargetRequestEntityTooLarge creates a GetJourneyActiontargetRequestEntityTooLarge with default headers values
func (*GetJourneyActiontargetRequestEntityTooLarge) Error ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) Error() string
func (*GetJourneyActiontargetRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actiontarget request entity too large response has a 4xx status code
func (*GetJourneyActiontargetRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actiontarget request entity too large response a status code equal to that given
func (*GetJourneyActiontargetRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget request entity too large response has a 3xx status code
func (*GetJourneyActiontargetRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actiontarget request entity too large response has a 5xx status code
func (*GetJourneyActiontargetRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget request entity too large response has a 2xx status code
func (*GetJourneyActiontargetRequestEntityTooLarge) String ¶
func (o *GetJourneyActiontargetRequestEntityTooLarge) String() string
type GetJourneyActiontargetRequestTimeout ¶
GetJourneyActiontargetRequestTimeout 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 NewGetJourneyActiontargetRequestTimeout ¶
func NewGetJourneyActiontargetRequestTimeout() *GetJourneyActiontargetRequestTimeout
NewGetJourneyActiontargetRequestTimeout creates a GetJourneyActiontargetRequestTimeout with default headers values
func (*GetJourneyActiontargetRequestTimeout) Error ¶
func (o *GetJourneyActiontargetRequestTimeout) Error() string
func (*GetJourneyActiontargetRequestTimeout) GetPayload ¶
func (o *GetJourneyActiontargetRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetRequestTimeout) IsClientError ¶
func (o *GetJourneyActiontargetRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontarget request timeout response has a 4xx status code
func (*GetJourneyActiontargetRequestTimeout) IsCode ¶
func (o *GetJourneyActiontargetRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontarget request timeout response a status code equal to that given
func (*GetJourneyActiontargetRequestTimeout) IsRedirect ¶
func (o *GetJourneyActiontargetRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget request timeout response has a 3xx status code
func (*GetJourneyActiontargetRequestTimeout) IsServerError ¶
func (o *GetJourneyActiontargetRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontarget request timeout response has a 5xx status code
func (*GetJourneyActiontargetRequestTimeout) IsSuccess ¶
func (o *GetJourneyActiontargetRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget request timeout response has a 2xx status code
func (*GetJourneyActiontargetRequestTimeout) String ¶
func (o *GetJourneyActiontargetRequestTimeout) String() string
type GetJourneyActiontargetServiceUnavailable ¶
type GetJourneyActiontargetServiceUnavailable struct {
}GetJourneyActiontargetServiceUnavailable 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 NewGetJourneyActiontargetServiceUnavailable ¶
func NewGetJourneyActiontargetServiceUnavailable() *GetJourneyActiontargetServiceUnavailable
NewGetJourneyActiontargetServiceUnavailable creates a GetJourneyActiontargetServiceUnavailable with default headers values
func (*GetJourneyActiontargetServiceUnavailable) Error ¶
func (o *GetJourneyActiontargetServiceUnavailable) Error() string
func (*GetJourneyActiontargetServiceUnavailable) GetPayload ¶
func (o *GetJourneyActiontargetServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetServiceUnavailable) IsClientError ¶
func (o *GetJourneyActiontargetServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actiontarget service unavailable response has a 4xx status code
func (*GetJourneyActiontargetServiceUnavailable) IsCode ¶
func (o *GetJourneyActiontargetServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actiontarget service unavailable response a status code equal to that given
func (*GetJourneyActiontargetServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActiontargetServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget service unavailable response has a 3xx status code
func (*GetJourneyActiontargetServiceUnavailable) IsServerError ¶
func (o *GetJourneyActiontargetServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actiontarget service unavailable response has a 5xx status code
func (*GetJourneyActiontargetServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActiontargetServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget service unavailable response has a 2xx status code
func (*GetJourneyActiontargetServiceUnavailable) String ¶
func (o *GetJourneyActiontargetServiceUnavailable) String() string
type GetJourneyActiontargetTooManyRequests ¶
GetJourneyActiontargetTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActiontargetTooManyRequests ¶
func NewGetJourneyActiontargetTooManyRequests() *GetJourneyActiontargetTooManyRequests
NewGetJourneyActiontargetTooManyRequests creates a GetJourneyActiontargetTooManyRequests with default headers values
func (*GetJourneyActiontargetTooManyRequests) Error ¶
func (o *GetJourneyActiontargetTooManyRequests) Error() string
func (*GetJourneyActiontargetTooManyRequests) GetPayload ¶
func (o *GetJourneyActiontargetTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetTooManyRequests) IsClientError ¶
func (o *GetJourneyActiontargetTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actiontarget too many requests response has a 4xx status code
func (*GetJourneyActiontargetTooManyRequests) IsCode ¶
func (o *GetJourneyActiontargetTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actiontarget too many requests response a status code equal to that given
func (*GetJourneyActiontargetTooManyRequests) IsRedirect ¶
func (o *GetJourneyActiontargetTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget too many requests response has a 3xx status code
func (*GetJourneyActiontargetTooManyRequests) IsServerError ¶
func (o *GetJourneyActiontargetTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actiontarget too many requests response has a 5xx status code
func (*GetJourneyActiontargetTooManyRequests) IsSuccess ¶
func (o *GetJourneyActiontargetTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget too many requests response has a 2xx status code
func (*GetJourneyActiontargetTooManyRequests) String ¶
func (o *GetJourneyActiontargetTooManyRequests) String() string
type GetJourneyActiontargetUnauthorized ¶
type GetJourneyActiontargetUnauthorized struct {
}GetJourneyActiontargetUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActiontargetUnauthorized ¶
func NewGetJourneyActiontargetUnauthorized() *GetJourneyActiontargetUnauthorized
NewGetJourneyActiontargetUnauthorized creates a GetJourneyActiontargetUnauthorized with default headers values
func (*GetJourneyActiontargetUnauthorized) Error ¶
func (o *GetJourneyActiontargetUnauthorized) Error() string
func (*GetJourneyActiontargetUnauthorized) GetPayload ¶
func (o *GetJourneyActiontargetUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetUnauthorized) IsClientError ¶
func (o *GetJourneyActiontargetUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actiontarget unauthorized response has a 4xx status code
func (*GetJourneyActiontargetUnauthorized) IsCode ¶
func (o *GetJourneyActiontargetUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actiontarget unauthorized response a status code equal to that given
func (*GetJourneyActiontargetUnauthorized) IsRedirect ¶
func (o *GetJourneyActiontargetUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget unauthorized response has a 3xx status code
func (*GetJourneyActiontargetUnauthorized) IsServerError ¶
func (o *GetJourneyActiontargetUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actiontarget unauthorized response has a 5xx status code
func (*GetJourneyActiontargetUnauthorized) IsSuccess ¶
func (o *GetJourneyActiontargetUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget unauthorized response has a 2xx status code
func (*GetJourneyActiontargetUnauthorized) String ¶
func (o *GetJourneyActiontargetUnauthorized) String() string
type GetJourneyActiontargetUnsupportedMediaType ¶
GetJourneyActiontargetUnsupportedMediaType 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 NewGetJourneyActiontargetUnsupportedMediaType ¶
func NewGetJourneyActiontargetUnsupportedMediaType() *GetJourneyActiontargetUnsupportedMediaType
NewGetJourneyActiontargetUnsupportedMediaType creates a GetJourneyActiontargetUnsupportedMediaType with default headers values
func (*GetJourneyActiontargetUnsupportedMediaType) Error ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) Error() string
func (*GetJourneyActiontargetUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actiontarget unsupported media type response has a 4xx status code
func (*GetJourneyActiontargetUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actiontarget unsupported media type response a status code equal to that given
func (*GetJourneyActiontargetUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actiontarget unsupported media type response has a 3xx status code
func (*GetJourneyActiontargetUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actiontarget unsupported media type response has a 5xx status code
func (*GetJourneyActiontargetUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actiontarget unsupported media type response has a 2xx status code
func (*GetJourneyActiontargetUnsupportedMediaType) String ¶
func (o *GetJourneyActiontargetUnsupportedMediaType) String() string
type GetJourneyActiontargetsBadRequest ¶
GetJourneyActiontargetsBadRequest 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 NewGetJourneyActiontargetsBadRequest ¶
func NewGetJourneyActiontargetsBadRequest() *GetJourneyActiontargetsBadRequest
NewGetJourneyActiontargetsBadRequest creates a GetJourneyActiontargetsBadRequest with default headers values
func (*GetJourneyActiontargetsBadRequest) Error ¶
func (o *GetJourneyActiontargetsBadRequest) Error() string
func (*GetJourneyActiontargetsBadRequest) GetPayload ¶
func (o *GetJourneyActiontargetsBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsBadRequest) IsClientError ¶
func (o *GetJourneyActiontargetsBadRequest) IsClientError() bool
IsClientError returns true when this get journey actiontargets bad request response has a 4xx status code
func (*GetJourneyActiontargetsBadRequest) IsCode ¶
func (o *GetJourneyActiontargetsBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actiontargets bad request response a status code equal to that given
func (*GetJourneyActiontargetsBadRequest) IsRedirect ¶
func (o *GetJourneyActiontargetsBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets bad request response has a 3xx status code
func (*GetJourneyActiontargetsBadRequest) IsServerError ¶
func (o *GetJourneyActiontargetsBadRequest) IsServerError() bool
IsServerError returns true when this get journey actiontargets bad request response has a 5xx status code
func (*GetJourneyActiontargetsBadRequest) IsSuccess ¶
func (o *GetJourneyActiontargetsBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets bad request response has a 2xx status code
func (*GetJourneyActiontargetsBadRequest) String ¶
func (o *GetJourneyActiontargetsBadRequest) String() string
type GetJourneyActiontargetsForbidden ¶
GetJourneyActiontargetsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActiontargetsForbidden ¶
func NewGetJourneyActiontargetsForbidden() *GetJourneyActiontargetsForbidden
NewGetJourneyActiontargetsForbidden creates a GetJourneyActiontargetsForbidden with default headers values
func (*GetJourneyActiontargetsForbidden) Error ¶
func (o *GetJourneyActiontargetsForbidden) Error() string
func (*GetJourneyActiontargetsForbidden) GetPayload ¶
func (o *GetJourneyActiontargetsForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsForbidden) IsClientError ¶
func (o *GetJourneyActiontargetsForbidden) IsClientError() bool
IsClientError returns true when this get journey actiontargets forbidden response has a 4xx status code
func (*GetJourneyActiontargetsForbidden) IsCode ¶
func (o *GetJourneyActiontargetsForbidden) IsCode(code int) bool
IsCode returns true when this get journey actiontargets forbidden response a status code equal to that given
func (*GetJourneyActiontargetsForbidden) IsRedirect ¶
func (o *GetJourneyActiontargetsForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets forbidden response has a 3xx status code
func (*GetJourneyActiontargetsForbidden) IsServerError ¶
func (o *GetJourneyActiontargetsForbidden) IsServerError() bool
IsServerError returns true when this get journey actiontargets forbidden response has a 5xx status code
func (*GetJourneyActiontargetsForbidden) IsSuccess ¶
func (o *GetJourneyActiontargetsForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets forbidden response has a 2xx status code
func (*GetJourneyActiontargetsForbidden) String ¶
func (o *GetJourneyActiontargetsForbidden) String() string
type GetJourneyActiontargetsGatewayTimeout ¶
GetJourneyActiontargetsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActiontargetsGatewayTimeout ¶
func NewGetJourneyActiontargetsGatewayTimeout() *GetJourneyActiontargetsGatewayTimeout
NewGetJourneyActiontargetsGatewayTimeout creates a GetJourneyActiontargetsGatewayTimeout with default headers values
func (*GetJourneyActiontargetsGatewayTimeout) Error ¶
func (o *GetJourneyActiontargetsGatewayTimeout) Error() string
func (*GetJourneyActiontargetsGatewayTimeout) GetPayload ¶
func (o *GetJourneyActiontargetsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsGatewayTimeout) IsClientError ¶
func (o *GetJourneyActiontargetsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontargets gateway timeout response has a 4xx status code
func (*GetJourneyActiontargetsGatewayTimeout) IsCode ¶
func (o *GetJourneyActiontargetsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontargets gateway timeout response a status code equal to that given
func (*GetJourneyActiontargetsGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActiontargetsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets gateway timeout response has a 3xx status code
func (*GetJourneyActiontargetsGatewayTimeout) IsServerError ¶
func (o *GetJourneyActiontargetsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontargets gateway timeout response has a 5xx status code
func (*GetJourneyActiontargetsGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActiontargetsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets gateway timeout response has a 2xx status code
func (*GetJourneyActiontargetsGatewayTimeout) String ¶
func (o *GetJourneyActiontargetsGatewayTimeout) String() string
type GetJourneyActiontargetsInternalServerError ¶
GetJourneyActiontargetsInternalServerError 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 NewGetJourneyActiontargetsInternalServerError ¶
func NewGetJourneyActiontargetsInternalServerError() *GetJourneyActiontargetsInternalServerError
NewGetJourneyActiontargetsInternalServerError creates a GetJourneyActiontargetsInternalServerError with default headers values
func (*GetJourneyActiontargetsInternalServerError) Error ¶
func (o *GetJourneyActiontargetsInternalServerError) Error() string
func (*GetJourneyActiontargetsInternalServerError) GetPayload ¶
func (o *GetJourneyActiontargetsInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsInternalServerError) IsClientError ¶
func (o *GetJourneyActiontargetsInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actiontargets internal server error response has a 4xx status code
func (*GetJourneyActiontargetsInternalServerError) IsCode ¶
func (o *GetJourneyActiontargetsInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actiontargets internal server error response a status code equal to that given
func (*GetJourneyActiontargetsInternalServerError) IsRedirect ¶
func (o *GetJourneyActiontargetsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets internal server error response has a 3xx status code
func (*GetJourneyActiontargetsInternalServerError) IsServerError ¶
func (o *GetJourneyActiontargetsInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actiontargets internal server error response has a 5xx status code
func (*GetJourneyActiontargetsInternalServerError) IsSuccess ¶
func (o *GetJourneyActiontargetsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets internal server error response has a 2xx status code
func (*GetJourneyActiontargetsInternalServerError) String ¶
func (o *GetJourneyActiontargetsInternalServerError) String() string
type GetJourneyActiontargetsNotFound ¶
GetJourneyActiontargetsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActiontargetsNotFound ¶
func NewGetJourneyActiontargetsNotFound() *GetJourneyActiontargetsNotFound
NewGetJourneyActiontargetsNotFound creates a GetJourneyActiontargetsNotFound with default headers values
func (*GetJourneyActiontargetsNotFound) Error ¶
func (o *GetJourneyActiontargetsNotFound) Error() string
func (*GetJourneyActiontargetsNotFound) GetPayload ¶
func (o *GetJourneyActiontargetsNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsNotFound) IsClientError ¶
func (o *GetJourneyActiontargetsNotFound) IsClientError() bool
IsClientError returns true when this get journey actiontargets not found response has a 4xx status code
func (*GetJourneyActiontargetsNotFound) IsCode ¶
func (o *GetJourneyActiontargetsNotFound) IsCode(code int) bool
IsCode returns true when this get journey actiontargets not found response a status code equal to that given
func (*GetJourneyActiontargetsNotFound) IsRedirect ¶
func (o *GetJourneyActiontargetsNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets not found response has a 3xx status code
func (*GetJourneyActiontargetsNotFound) IsServerError ¶
func (o *GetJourneyActiontargetsNotFound) IsServerError() bool
IsServerError returns true when this get journey actiontargets not found response has a 5xx status code
func (*GetJourneyActiontargetsNotFound) IsSuccess ¶
func (o *GetJourneyActiontargetsNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets not found response has a 2xx status code
func (*GetJourneyActiontargetsNotFound) String ¶
func (o *GetJourneyActiontargetsNotFound) String() string
type GetJourneyActiontargetsOK ¶
type GetJourneyActiontargetsOK struct {
Payload *models.ActionTargetListing
}
GetJourneyActiontargetsOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActiontargetsOK ¶
func NewGetJourneyActiontargetsOK() *GetJourneyActiontargetsOK
NewGetJourneyActiontargetsOK creates a GetJourneyActiontargetsOK with default headers values
func (*GetJourneyActiontargetsOK) Error ¶
func (o *GetJourneyActiontargetsOK) Error() string
func (*GetJourneyActiontargetsOK) GetPayload ¶
func (o *GetJourneyActiontargetsOK) GetPayload() *models.ActionTargetListing
func (*GetJourneyActiontargetsOK) IsClientError ¶
func (o *GetJourneyActiontargetsOK) IsClientError() bool
IsClientError returns true when this get journey actiontargets o k response has a 4xx status code
func (*GetJourneyActiontargetsOK) IsCode ¶
func (o *GetJourneyActiontargetsOK) IsCode(code int) bool
IsCode returns true when this get journey actiontargets o k response a status code equal to that given
func (*GetJourneyActiontargetsOK) IsRedirect ¶
func (o *GetJourneyActiontargetsOK) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets o k response has a 3xx status code
func (*GetJourneyActiontargetsOK) IsServerError ¶
func (o *GetJourneyActiontargetsOK) IsServerError() bool
IsServerError returns true when this get journey actiontargets o k response has a 5xx status code
func (*GetJourneyActiontargetsOK) IsSuccess ¶
func (o *GetJourneyActiontargetsOK) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets o k response has a 2xx status code
func (*GetJourneyActiontargetsOK) String ¶
func (o *GetJourneyActiontargetsOK) String() string
type GetJourneyActiontargetsParams ¶
type GetJourneyActiontargetsParams struct { /* PageNumber. Page number Format: int32 Default: 1 */ PageNumber *int32 /* PageSize. Page size Format: int32 Default: 25 */ PageSize *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActiontargetsParams contains all the parameters to send to the API endpoint
for the get journey actiontargets operation. Typically these are written to a http.Request.
func NewGetJourneyActiontargetsParams ¶
func NewGetJourneyActiontargetsParams() *GetJourneyActiontargetsParams
NewGetJourneyActiontargetsParams creates a new GetJourneyActiontargetsParams 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 NewGetJourneyActiontargetsParamsWithContext ¶
func NewGetJourneyActiontargetsParamsWithContext(ctx context.Context) *GetJourneyActiontargetsParams
NewGetJourneyActiontargetsParamsWithContext creates a new GetJourneyActiontargetsParams object with the ability to set a context for a request.
func NewGetJourneyActiontargetsParamsWithHTTPClient ¶
func NewGetJourneyActiontargetsParamsWithHTTPClient(client *http.Client) *GetJourneyActiontargetsParams
NewGetJourneyActiontargetsParamsWithHTTPClient creates a new GetJourneyActiontargetsParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActiontargetsParamsWithTimeout ¶
func NewGetJourneyActiontargetsParamsWithTimeout(timeout time.Duration) *GetJourneyActiontargetsParams
NewGetJourneyActiontargetsParamsWithTimeout creates a new GetJourneyActiontargetsParams object with the ability to set a timeout on a request.
func (*GetJourneyActiontargetsParams) SetContext ¶
func (o *GetJourneyActiontargetsParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) SetDefaults ¶
func (o *GetJourneyActiontargetsParams) SetDefaults()
SetDefaults hydrates default values in the get journey actiontargets params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontargetsParams) SetHTTPClient ¶
func (o *GetJourneyActiontargetsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) SetPageNumber ¶
func (o *GetJourneyActiontargetsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) SetPageSize ¶
func (o *GetJourneyActiontargetsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) SetTimeout ¶
func (o *GetJourneyActiontargetsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) WithContext ¶
func (o *GetJourneyActiontargetsParams) WithContext(ctx context.Context) *GetJourneyActiontargetsParams
WithContext adds the context to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) WithDefaults ¶
func (o *GetJourneyActiontargetsParams) WithDefaults() *GetJourneyActiontargetsParams
WithDefaults hydrates default values in the get journey actiontargets params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontargetsParams) WithHTTPClient ¶
func (o *GetJourneyActiontargetsParams) WithHTTPClient(client *http.Client) *GetJourneyActiontargetsParams
WithHTTPClient adds the HTTPClient to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) WithPageNumber ¶
func (o *GetJourneyActiontargetsParams) WithPageNumber(pageNumber *int32) *GetJourneyActiontargetsParams
WithPageNumber adds the pageNumber to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) WithPageSize ¶
func (o *GetJourneyActiontargetsParams) WithPageSize(pageSize *int32) *GetJourneyActiontargetsParams
WithPageSize adds the pageSize to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) WithTimeout ¶
func (o *GetJourneyActiontargetsParams) WithTimeout(timeout time.Duration) *GetJourneyActiontargetsParams
WithTimeout adds the timeout to the get journey actiontargets params
func (*GetJourneyActiontargetsParams) WriteToRequest ¶
func (o *GetJourneyActiontargetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActiontargetsReader ¶
type GetJourneyActiontargetsReader struct {
// contains filtered or unexported fields
}
GetJourneyActiontargetsReader is a Reader for the GetJourneyActiontargets structure.
func (*GetJourneyActiontargetsReader) ReadResponse ¶
func (o *GetJourneyActiontargetsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActiontargetsRequestEntityTooLarge ¶
GetJourneyActiontargetsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActiontargetsRequestEntityTooLarge ¶
func NewGetJourneyActiontargetsRequestEntityTooLarge() *GetJourneyActiontargetsRequestEntityTooLarge
NewGetJourneyActiontargetsRequestEntityTooLarge creates a GetJourneyActiontargetsRequestEntityTooLarge with default headers values
func (*GetJourneyActiontargetsRequestEntityTooLarge) Error ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) Error() string
func (*GetJourneyActiontargetsRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actiontargets request entity too large response has a 4xx status code
func (*GetJourneyActiontargetsRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actiontargets request entity too large response a status code equal to that given
func (*GetJourneyActiontargetsRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets request entity too large response has a 3xx status code
func (*GetJourneyActiontargetsRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actiontargets request entity too large response has a 5xx status code
func (*GetJourneyActiontargetsRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets request entity too large response has a 2xx status code
func (*GetJourneyActiontargetsRequestEntityTooLarge) String ¶
func (o *GetJourneyActiontargetsRequestEntityTooLarge) String() string
type GetJourneyActiontargetsRequestTimeout ¶
GetJourneyActiontargetsRequestTimeout 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 NewGetJourneyActiontargetsRequestTimeout ¶
func NewGetJourneyActiontargetsRequestTimeout() *GetJourneyActiontargetsRequestTimeout
NewGetJourneyActiontargetsRequestTimeout creates a GetJourneyActiontargetsRequestTimeout with default headers values
func (*GetJourneyActiontargetsRequestTimeout) Error ¶
func (o *GetJourneyActiontargetsRequestTimeout) Error() string
func (*GetJourneyActiontargetsRequestTimeout) GetPayload ¶
func (o *GetJourneyActiontargetsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsRequestTimeout) IsClientError ¶
func (o *GetJourneyActiontargetsRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontargets request timeout response has a 4xx status code
func (*GetJourneyActiontargetsRequestTimeout) IsCode ¶
func (o *GetJourneyActiontargetsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontargets request timeout response a status code equal to that given
func (*GetJourneyActiontargetsRequestTimeout) IsRedirect ¶
func (o *GetJourneyActiontargetsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets request timeout response has a 3xx status code
func (*GetJourneyActiontargetsRequestTimeout) IsServerError ¶
func (o *GetJourneyActiontargetsRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontargets request timeout response has a 5xx status code
func (*GetJourneyActiontargetsRequestTimeout) IsSuccess ¶
func (o *GetJourneyActiontargetsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets request timeout response has a 2xx status code
func (*GetJourneyActiontargetsRequestTimeout) String ¶
func (o *GetJourneyActiontargetsRequestTimeout) String() string
type GetJourneyActiontargetsServiceUnavailable ¶
type GetJourneyActiontargetsServiceUnavailable struct {
}GetJourneyActiontargetsServiceUnavailable 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 NewGetJourneyActiontargetsServiceUnavailable ¶
func NewGetJourneyActiontargetsServiceUnavailable() *GetJourneyActiontargetsServiceUnavailable
NewGetJourneyActiontargetsServiceUnavailable creates a GetJourneyActiontargetsServiceUnavailable with default headers values
func (*GetJourneyActiontargetsServiceUnavailable) Error ¶
func (o *GetJourneyActiontargetsServiceUnavailable) Error() string
func (*GetJourneyActiontargetsServiceUnavailable) GetPayload ¶
func (o *GetJourneyActiontargetsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsServiceUnavailable) IsClientError ¶
func (o *GetJourneyActiontargetsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actiontargets service unavailable response has a 4xx status code
func (*GetJourneyActiontargetsServiceUnavailable) IsCode ¶
func (o *GetJourneyActiontargetsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actiontargets service unavailable response a status code equal to that given
func (*GetJourneyActiontargetsServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActiontargetsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets service unavailable response has a 3xx status code
func (*GetJourneyActiontargetsServiceUnavailable) IsServerError ¶
func (o *GetJourneyActiontargetsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actiontargets service unavailable response has a 5xx status code
func (*GetJourneyActiontargetsServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActiontargetsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets service unavailable response has a 2xx status code
func (*GetJourneyActiontargetsServiceUnavailable) String ¶
func (o *GetJourneyActiontargetsServiceUnavailable) String() string
type GetJourneyActiontargetsTooManyRequests ¶
GetJourneyActiontargetsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActiontargetsTooManyRequests ¶
func NewGetJourneyActiontargetsTooManyRequests() *GetJourneyActiontargetsTooManyRequests
NewGetJourneyActiontargetsTooManyRequests creates a GetJourneyActiontargetsTooManyRequests with default headers values
func (*GetJourneyActiontargetsTooManyRequests) Error ¶
func (o *GetJourneyActiontargetsTooManyRequests) Error() string
func (*GetJourneyActiontargetsTooManyRequests) GetPayload ¶
func (o *GetJourneyActiontargetsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsTooManyRequests) IsClientError ¶
func (o *GetJourneyActiontargetsTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actiontargets too many requests response has a 4xx status code
func (*GetJourneyActiontargetsTooManyRequests) IsCode ¶
func (o *GetJourneyActiontargetsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actiontargets too many requests response a status code equal to that given
func (*GetJourneyActiontargetsTooManyRequests) IsRedirect ¶
func (o *GetJourneyActiontargetsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets too many requests response has a 3xx status code
func (*GetJourneyActiontargetsTooManyRequests) IsServerError ¶
func (o *GetJourneyActiontargetsTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actiontargets too many requests response has a 5xx status code
func (*GetJourneyActiontargetsTooManyRequests) IsSuccess ¶
func (o *GetJourneyActiontargetsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets too many requests response has a 2xx status code
func (*GetJourneyActiontargetsTooManyRequests) String ¶
func (o *GetJourneyActiontargetsTooManyRequests) String() string
type GetJourneyActiontargetsUnauthorized ¶
type GetJourneyActiontargetsUnauthorized struct {
}GetJourneyActiontargetsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActiontargetsUnauthorized ¶
func NewGetJourneyActiontargetsUnauthorized() *GetJourneyActiontargetsUnauthorized
NewGetJourneyActiontargetsUnauthorized creates a GetJourneyActiontargetsUnauthorized with default headers values
func (*GetJourneyActiontargetsUnauthorized) Error ¶
func (o *GetJourneyActiontargetsUnauthorized) Error() string
func (*GetJourneyActiontargetsUnauthorized) GetPayload ¶
func (o *GetJourneyActiontargetsUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsUnauthorized) IsClientError ¶
func (o *GetJourneyActiontargetsUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actiontargets unauthorized response has a 4xx status code
func (*GetJourneyActiontargetsUnauthorized) IsCode ¶
func (o *GetJourneyActiontargetsUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actiontargets unauthorized response a status code equal to that given
func (*GetJourneyActiontargetsUnauthorized) IsRedirect ¶
func (o *GetJourneyActiontargetsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets unauthorized response has a 3xx status code
func (*GetJourneyActiontargetsUnauthorized) IsServerError ¶
func (o *GetJourneyActiontargetsUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actiontargets unauthorized response has a 5xx status code
func (*GetJourneyActiontargetsUnauthorized) IsSuccess ¶
func (o *GetJourneyActiontargetsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets unauthorized response has a 2xx status code
func (*GetJourneyActiontargetsUnauthorized) String ¶
func (o *GetJourneyActiontargetsUnauthorized) String() string
type GetJourneyActiontargetsUnsupportedMediaType ¶
GetJourneyActiontargetsUnsupportedMediaType 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 NewGetJourneyActiontargetsUnsupportedMediaType ¶
func NewGetJourneyActiontargetsUnsupportedMediaType() *GetJourneyActiontargetsUnsupportedMediaType
NewGetJourneyActiontargetsUnsupportedMediaType creates a GetJourneyActiontargetsUnsupportedMediaType with default headers values
func (*GetJourneyActiontargetsUnsupportedMediaType) Error ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) Error() string
func (*GetJourneyActiontargetsUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActiontargetsUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actiontargets unsupported media type response has a 4xx status code
func (*GetJourneyActiontargetsUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actiontargets unsupported media type response a status code equal to that given
func (*GetJourneyActiontargetsUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actiontargets unsupported media type response has a 3xx status code
func (*GetJourneyActiontargetsUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actiontargets unsupported media type response has a 5xx status code
func (*GetJourneyActiontargetsUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actiontargets unsupported media type response has a 2xx status code
func (*GetJourneyActiontargetsUnsupportedMediaType) String ¶
func (o *GetJourneyActiontargetsUnsupportedMediaType) String() string
type GetJourneyActiontemplateBadRequest ¶
GetJourneyActiontemplateBadRequest 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 NewGetJourneyActiontemplateBadRequest ¶
func NewGetJourneyActiontemplateBadRequest() *GetJourneyActiontemplateBadRequest
NewGetJourneyActiontemplateBadRequest creates a GetJourneyActiontemplateBadRequest with default headers values
func (*GetJourneyActiontemplateBadRequest) Error ¶
func (o *GetJourneyActiontemplateBadRequest) Error() string
func (*GetJourneyActiontemplateBadRequest) GetPayload ¶
func (o *GetJourneyActiontemplateBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateBadRequest) IsClientError ¶
func (o *GetJourneyActiontemplateBadRequest) IsClientError() bool
IsClientError returns true when this get journey actiontemplate bad request response has a 4xx status code
func (*GetJourneyActiontemplateBadRequest) IsCode ¶
func (o *GetJourneyActiontemplateBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate bad request response a status code equal to that given
func (*GetJourneyActiontemplateBadRequest) IsRedirect ¶
func (o *GetJourneyActiontemplateBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate bad request response has a 3xx status code
func (*GetJourneyActiontemplateBadRequest) IsServerError ¶
func (o *GetJourneyActiontemplateBadRequest) IsServerError() bool
IsServerError returns true when this get journey actiontemplate bad request response has a 5xx status code
func (*GetJourneyActiontemplateBadRequest) IsSuccess ¶
func (o *GetJourneyActiontemplateBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate bad request response has a 2xx status code
func (*GetJourneyActiontemplateBadRequest) String ¶
func (o *GetJourneyActiontemplateBadRequest) String() string
type GetJourneyActiontemplateForbidden ¶
GetJourneyActiontemplateForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActiontemplateForbidden ¶
func NewGetJourneyActiontemplateForbidden() *GetJourneyActiontemplateForbidden
NewGetJourneyActiontemplateForbidden creates a GetJourneyActiontemplateForbidden with default headers values
func (*GetJourneyActiontemplateForbidden) Error ¶
func (o *GetJourneyActiontemplateForbidden) Error() string
func (*GetJourneyActiontemplateForbidden) GetPayload ¶
func (o *GetJourneyActiontemplateForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateForbidden) IsClientError ¶
func (o *GetJourneyActiontemplateForbidden) IsClientError() bool
IsClientError returns true when this get journey actiontemplate forbidden response has a 4xx status code
func (*GetJourneyActiontemplateForbidden) IsCode ¶
func (o *GetJourneyActiontemplateForbidden) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate forbidden response a status code equal to that given
func (*GetJourneyActiontemplateForbidden) IsRedirect ¶
func (o *GetJourneyActiontemplateForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate forbidden response has a 3xx status code
func (*GetJourneyActiontemplateForbidden) IsServerError ¶
func (o *GetJourneyActiontemplateForbidden) IsServerError() bool
IsServerError returns true when this get journey actiontemplate forbidden response has a 5xx status code
func (*GetJourneyActiontemplateForbidden) IsSuccess ¶
func (o *GetJourneyActiontemplateForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate forbidden response has a 2xx status code
func (*GetJourneyActiontemplateForbidden) String ¶
func (o *GetJourneyActiontemplateForbidden) String() string
type GetJourneyActiontemplateGatewayTimeout ¶
GetJourneyActiontemplateGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActiontemplateGatewayTimeout ¶
func NewGetJourneyActiontemplateGatewayTimeout() *GetJourneyActiontemplateGatewayTimeout
NewGetJourneyActiontemplateGatewayTimeout creates a GetJourneyActiontemplateGatewayTimeout with default headers values
func (*GetJourneyActiontemplateGatewayTimeout) Error ¶
func (o *GetJourneyActiontemplateGatewayTimeout) Error() string
func (*GetJourneyActiontemplateGatewayTimeout) GetPayload ¶
func (o *GetJourneyActiontemplateGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateGatewayTimeout) IsClientError ¶
func (o *GetJourneyActiontemplateGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontemplate gateway timeout response has a 4xx status code
func (*GetJourneyActiontemplateGatewayTimeout) IsCode ¶
func (o *GetJourneyActiontemplateGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate gateway timeout response a status code equal to that given
func (*GetJourneyActiontemplateGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActiontemplateGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate gateway timeout response has a 3xx status code
func (*GetJourneyActiontemplateGatewayTimeout) IsServerError ¶
func (o *GetJourneyActiontemplateGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontemplate gateway timeout response has a 5xx status code
func (*GetJourneyActiontemplateGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActiontemplateGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate gateway timeout response has a 2xx status code
func (*GetJourneyActiontemplateGatewayTimeout) String ¶
func (o *GetJourneyActiontemplateGatewayTimeout) String() string
type GetJourneyActiontemplateInternalServerError ¶
GetJourneyActiontemplateInternalServerError 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 NewGetJourneyActiontemplateInternalServerError ¶
func NewGetJourneyActiontemplateInternalServerError() *GetJourneyActiontemplateInternalServerError
NewGetJourneyActiontemplateInternalServerError creates a GetJourneyActiontemplateInternalServerError with default headers values
func (*GetJourneyActiontemplateInternalServerError) Error ¶
func (o *GetJourneyActiontemplateInternalServerError) Error() string
func (*GetJourneyActiontemplateInternalServerError) GetPayload ¶
func (o *GetJourneyActiontemplateInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateInternalServerError) IsClientError ¶
func (o *GetJourneyActiontemplateInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actiontemplate internal server error response has a 4xx status code
func (*GetJourneyActiontemplateInternalServerError) IsCode ¶
func (o *GetJourneyActiontemplateInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate internal server error response a status code equal to that given
func (*GetJourneyActiontemplateInternalServerError) IsRedirect ¶
func (o *GetJourneyActiontemplateInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate internal server error response has a 3xx status code
func (*GetJourneyActiontemplateInternalServerError) IsServerError ¶
func (o *GetJourneyActiontemplateInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actiontemplate internal server error response has a 5xx status code
func (*GetJourneyActiontemplateInternalServerError) IsSuccess ¶
func (o *GetJourneyActiontemplateInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate internal server error response has a 2xx status code
func (*GetJourneyActiontemplateInternalServerError) String ¶
func (o *GetJourneyActiontemplateInternalServerError) String() string
type GetJourneyActiontemplateNotFound ¶
GetJourneyActiontemplateNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActiontemplateNotFound ¶
func NewGetJourneyActiontemplateNotFound() *GetJourneyActiontemplateNotFound
NewGetJourneyActiontemplateNotFound creates a GetJourneyActiontemplateNotFound with default headers values
func (*GetJourneyActiontemplateNotFound) Error ¶
func (o *GetJourneyActiontemplateNotFound) Error() string
func (*GetJourneyActiontemplateNotFound) GetPayload ¶
func (o *GetJourneyActiontemplateNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateNotFound) IsClientError ¶
func (o *GetJourneyActiontemplateNotFound) IsClientError() bool
IsClientError returns true when this get journey actiontemplate not found response has a 4xx status code
func (*GetJourneyActiontemplateNotFound) IsCode ¶
func (o *GetJourneyActiontemplateNotFound) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate not found response a status code equal to that given
func (*GetJourneyActiontemplateNotFound) IsRedirect ¶
func (o *GetJourneyActiontemplateNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate not found response has a 3xx status code
func (*GetJourneyActiontemplateNotFound) IsServerError ¶
func (o *GetJourneyActiontemplateNotFound) IsServerError() bool
IsServerError returns true when this get journey actiontemplate not found response has a 5xx status code
func (*GetJourneyActiontemplateNotFound) IsSuccess ¶
func (o *GetJourneyActiontemplateNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate not found response has a 2xx status code
func (*GetJourneyActiontemplateNotFound) String ¶
func (o *GetJourneyActiontemplateNotFound) String() string
type GetJourneyActiontemplateOK ¶
type GetJourneyActiontemplateOK struct {
Payload *models.ActionTemplate
}
GetJourneyActiontemplateOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActiontemplateOK ¶
func NewGetJourneyActiontemplateOK() *GetJourneyActiontemplateOK
NewGetJourneyActiontemplateOK creates a GetJourneyActiontemplateOK with default headers values
func (*GetJourneyActiontemplateOK) Error ¶
func (o *GetJourneyActiontemplateOK) Error() string
func (*GetJourneyActiontemplateOK) GetPayload ¶
func (o *GetJourneyActiontemplateOK) GetPayload() *models.ActionTemplate
func (*GetJourneyActiontemplateOK) IsClientError ¶
func (o *GetJourneyActiontemplateOK) IsClientError() bool
IsClientError returns true when this get journey actiontemplate o k response has a 4xx status code
func (*GetJourneyActiontemplateOK) IsCode ¶
func (o *GetJourneyActiontemplateOK) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate o k response a status code equal to that given
func (*GetJourneyActiontemplateOK) IsRedirect ¶
func (o *GetJourneyActiontemplateOK) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate o k response has a 3xx status code
func (*GetJourneyActiontemplateOK) IsServerError ¶
func (o *GetJourneyActiontemplateOK) IsServerError() bool
IsServerError returns true when this get journey actiontemplate o k response has a 5xx status code
func (*GetJourneyActiontemplateOK) IsSuccess ¶
func (o *GetJourneyActiontemplateOK) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate o k response has a 2xx status code
func (*GetJourneyActiontemplateOK) String ¶
func (o *GetJourneyActiontemplateOK) String() string
type GetJourneyActiontemplateParams ¶
type GetJourneyActiontemplateParams struct { /* ActionTemplateID. ID of the action template. */ ActionTemplateID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActiontemplateParams contains all the parameters to send to the API endpoint
for the get journey actiontemplate operation. Typically these are written to a http.Request.
func NewGetJourneyActiontemplateParams ¶
func NewGetJourneyActiontemplateParams() *GetJourneyActiontemplateParams
NewGetJourneyActiontemplateParams creates a new GetJourneyActiontemplateParams 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 NewGetJourneyActiontemplateParamsWithContext ¶
func NewGetJourneyActiontemplateParamsWithContext(ctx context.Context) *GetJourneyActiontemplateParams
NewGetJourneyActiontemplateParamsWithContext creates a new GetJourneyActiontemplateParams object with the ability to set a context for a request.
func NewGetJourneyActiontemplateParamsWithHTTPClient ¶
func NewGetJourneyActiontemplateParamsWithHTTPClient(client *http.Client) *GetJourneyActiontemplateParams
NewGetJourneyActiontemplateParamsWithHTTPClient creates a new GetJourneyActiontemplateParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActiontemplateParamsWithTimeout ¶
func NewGetJourneyActiontemplateParamsWithTimeout(timeout time.Duration) *GetJourneyActiontemplateParams
NewGetJourneyActiontemplateParamsWithTimeout creates a new GetJourneyActiontemplateParams object with the ability to set a timeout on a request.
func (*GetJourneyActiontemplateParams) SetActionTemplateID ¶
func (o *GetJourneyActiontemplateParams) SetActionTemplateID(actionTemplateID string)
SetActionTemplateID adds the actionTemplateId to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) SetContext ¶
func (o *GetJourneyActiontemplateParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) SetDefaults ¶
func (o *GetJourneyActiontemplateParams) SetDefaults()
SetDefaults hydrates default values in the get journey actiontemplate params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontemplateParams) SetHTTPClient ¶
func (o *GetJourneyActiontemplateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) SetTimeout ¶
func (o *GetJourneyActiontemplateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) WithActionTemplateID ¶
func (o *GetJourneyActiontemplateParams) WithActionTemplateID(actionTemplateID string) *GetJourneyActiontemplateParams
WithActionTemplateID adds the actionTemplateID to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) WithContext ¶
func (o *GetJourneyActiontemplateParams) WithContext(ctx context.Context) *GetJourneyActiontemplateParams
WithContext adds the context to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) WithDefaults ¶
func (o *GetJourneyActiontemplateParams) WithDefaults() *GetJourneyActiontemplateParams
WithDefaults hydrates default values in the get journey actiontemplate params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontemplateParams) WithHTTPClient ¶
func (o *GetJourneyActiontemplateParams) WithHTTPClient(client *http.Client) *GetJourneyActiontemplateParams
WithHTTPClient adds the HTTPClient to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) WithTimeout ¶
func (o *GetJourneyActiontemplateParams) WithTimeout(timeout time.Duration) *GetJourneyActiontemplateParams
WithTimeout adds the timeout to the get journey actiontemplate params
func (*GetJourneyActiontemplateParams) WriteToRequest ¶
func (o *GetJourneyActiontemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActiontemplateReader ¶
type GetJourneyActiontemplateReader struct {
// contains filtered or unexported fields
}
GetJourneyActiontemplateReader is a Reader for the GetJourneyActiontemplate structure.
func (*GetJourneyActiontemplateReader) ReadResponse ¶
func (o *GetJourneyActiontemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActiontemplateRequestEntityTooLarge ¶
GetJourneyActiontemplateRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActiontemplateRequestEntityTooLarge ¶
func NewGetJourneyActiontemplateRequestEntityTooLarge() *GetJourneyActiontemplateRequestEntityTooLarge
NewGetJourneyActiontemplateRequestEntityTooLarge creates a GetJourneyActiontemplateRequestEntityTooLarge with default headers values
func (*GetJourneyActiontemplateRequestEntityTooLarge) Error ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) Error() string
func (*GetJourneyActiontemplateRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actiontemplate request entity too large response has a 4xx status code
func (*GetJourneyActiontemplateRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate request entity too large response a status code equal to that given
func (*GetJourneyActiontemplateRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate request entity too large response has a 3xx status code
func (*GetJourneyActiontemplateRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actiontemplate request entity too large response has a 5xx status code
func (*GetJourneyActiontemplateRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate request entity too large response has a 2xx status code
func (*GetJourneyActiontemplateRequestEntityTooLarge) String ¶
func (o *GetJourneyActiontemplateRequestEntityTooLarge) String() string
type GetJourneyActiontemplateRequestTimeout ¶
GetJourneyActiontemplateRequestTimeout 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 NewGetJourneyActiontemplateRequestTimeout ¶
func NewGetJourneyActiontemplateRequestTimeout() *GetJourneyActiontemplateRequestTimeout
NewGetJourneyActiontemplateRequestTimeout creates a GetJourneyActiontemplateRequestTimeout with default headers values
func (*GetJourneyActiontemplateRequestTimeout) Error ¶
func (o *GetJourneyActiontemplateRequestTimeout) Error() string
func (*GetJourneyActiontemplateRequestTimeout) GetPayload ¶
func (o *GetJourneyActiontemplateRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateRequestTimeout) IsClientError ¶
func (o *GetJourneyActiontemplateRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontemplate request timeout response has a 4xx status code
func (*GetJourneyActiontemplateRequestTimeout) IsCode ¶
func (o *GetJourneyActiontemplateRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate request timeout response a status code equal to that given
func (*GetJourneyActiontemplateRequestTimeout) IsRedirect ¶
func (o *GetJourneyActiontemplateRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate request timeout response has a 3xx status code
func (*GetJourneyActiontemplateRequestTimeout) IsServerError ¶
func (o *GetJourneyActiontemplateRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontemplate request timeout response has a 5xx status code
func (*GetJourneyActiontemplateRequestTimeout) IsSuccess ¶
func (o *GetJourneyActiontemplateRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate request timeout response has a 2xx status code
func (*GetJourneyActiontemplateRequestTimeout) String ¶
func (o *GetJourneyActiontemplateRequestTimeout) String() string
type GetJourneyActiontemplateServiceUnavailable ¶
type GetJourneyActiontemplateServiceUnavailable struct {
}GetJourneyActiontemplateServiceUnavailable 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 NewGetJourneyActiontemplateServiceUnavailable ¶
func NewGetJourneyActiontemplateServiceUnavailable() *GetJourneyActiontemplateServiceUnavailable
NewGetJourneyActiontemplateServiceUnavailable creates a GetJourneyActiontemplateServiceUnavailable with default headers values
func (*GetJourneyActiontemplateServiceUnavailable) Error ¶
func (o *GetJourneyActiontemplateServiceUnavailable) Error() string
func (*GetJourneyActiontemplateServiceUnavailable) GetPayload ¶
func (o *GetJourneyActiontemplateServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateServiceUnavailable) IsClientError ¶
func (o *GetJourneyActiontemplateServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actiontemplate service unavailable response has a 4xx status code
func (*GetJourneyActiontemplateServiceUnavailable) IsCode ¶
func (o *GetJourneyActiontemplateServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate service unavailable response a status code equal to that given
func (*GetJourneyActiontemplateServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActiontemplateServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate service unavailable response has a 3xx status code
func (*GetJourneyActiontemplateServiceUnavailable) IsServerError ¶
func (o *GetJourneyActiontemplateServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actiontemplate service unavailable response has a 5xx status code
func (*GetJourneyActiontemplateServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActiontemplateServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate service unavailable response has a 2xx status code
func (*GetJourneyActiontemplateServiceUnavailable) String ¶
func (o *GetJourneyActiontemplateServiceUnavailable) String() string
type GetJourneyActiontemplateTooManyRequests ¶
GetJourneyActiontemplateTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActiontemplateTooManyRequests ¶
func NewGetJourneyActiontemplateTooManyRequests() *GetJourneyActiontemplateTooManyRequests
NewGetJourneyActiontemplateTooManyRequests creates a GetJourneyActiontemplateTooManyRequests with default headers values
func (*GetJourneyActiontemplateTooManyRequests) Error ¶
func (o *GetJourneyActiontemplateTooManyRequests) Error() string
func (*GetJourneyActiontemplateTooManyRequests) GetPayload ¶
func (o *GetJourneyActiontemplateTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateTooManyRequests) IsClientError ¶
func (o *GetJourneyActiontemplateTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actiontemplate too many requests response has a 4xx status code
func (*GetJourneyActiontemplateTooManyRequests) IsCode ¶
func (o *GetJourneyActiontemplateTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate too many requests response a status code equal to that given
func (*GetJourneyActiontemplateTooManyRequests) IsRedirect ¶
func (o *GetJourneyActiontemplateTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate too many requests response has a 3xx status code
func (*GetJourneyActiontemplateTooManyRequests) IsServerError ¶
func (o *GetJourneyActiontemplateTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actiontemplate too many requests response has a 5xx status code
func (*GetJourneyActiontemplateTooManyRequests) IsSuccess ¶
func (o *GetJourneyActiontemplateTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate too many requests response has a 2xx status code
func (*GetJourneyActiontemplateTooManyRequests) String ¶
func (o *GetJourneyActiontemplateTooManyRequests) String() string
type GetJourneyActiontemplateUnauthorized ¶
type GetJourneyActiontemplateUnauthorized struct {
}GetJourneyActiontemplateUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActiontemplateUnauthorized ¶
func NewGetJourneyActiontemplateUnauthorized() *GetJourneyActiontemplateUnauthorized
NewGetJourneyActiontemplateUnauthorized creates a GetJourneyActiontemplateUnauthorized with default headers values
func (*GetJourneyActiontemplateUnauthorized) Error ¶
func (o *GetJourneyActiontemplateUnauthorized) Error() string
func (*GetJourneyActiontemplateUnauthorized) GetPayload ¶
func (o *GetJourneyActiontemplateUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateUnauthorized) IsClientError ¶
func (o *GetJourneyActiontemplateUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actiontemplate unauthorized response has a 4xx status code
func (*GetJourneyActiontemplateUnauthorized) IsCode ¶
func (o *GetJourneyActiontemplateUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate unauthorized response a status code equal to that given
func (*GetJourneyActiontemplateUnauthorized) IsRedirect ¶
func (o *GetJourneyActiontemplateUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate unauthorized response has a 3xx status code
func (*GetJourneyActiontemplateUnauthorized) IsServerError ¶
func (o *GetJourneyActiontemplateUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actiontemplate unauthorized response has a 5xx status code
func (*GetJourneyActiontemplateUnauthorized) IsSuccess ¶
func (o *GetJourneyActiontemplateUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate unauthorized response has a 2xx status code
func (*GetJourneyActiontemplateUnauthorized) String ¶
func (o *GetJourneyActiontemplateUnauthorized) String() string
type GetJourneyActiontemplateUnsupportedMediaType ¶
GetJourneyActiontemplateUnsupportedMediaType 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 NewGetJourneyActiontemplateUnsupportedMediaType ¶
func NewGetJourneyActiontemplateUnsupportedMediaType() *GetJourneyActiontemplateUnsupportedMediaType
NewGetJourneyActiontemplateUnsupportedMediaType creates a GetJourneyActiontemplateUnsupportedMediaType with default headers values
func (*GetJourneyActiontemplateUnsupportedMediaType) Error ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) Error() string
func (*GetJourneyActiontemplateUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplateUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actiontemplate unsupported media type response has a 4xx status code
func (*GetJourneyActiontemplateUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actiontemplate unsupported media type response a status code equal to that given
func (*GetJourneyActiontemplateUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplate unsupported media type response has a 3xx status code
func (*GetJourneyActiontemplateUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actiontemplate unsupported media type response has a 5xx status code
func (*GetJourneyActiontemplateUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplate unsupported media type response has a 2xx status code
func (*GetJourneyActiontemplateUnsupportedMediaType) String ¶
func (o *GetJourneyActiontemplateUnsupportedMediaType) String() string
type GetJourneyActiontemplatesBadRequest ¶
GetJourneyActiontemplatesBadRequest 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 NewGetJourneyActiontemplatesBadRequest ¶
func NewGetJourneyActiontemplatesBadRequest() *GetJourneyActiontemplatesBadRequest
NewGetJourneyActiontemplatesBadRequest creates a GetJourneyActiontemplatesBadRequest with default headers values
func (*GetJourneyActiontemplatesBadRequest) Error ¶
func (o *GetJourneyActiontemplatesBadRequest) Error() string
func (*GetJourneyActiontemplatesBadRequest) GetPayload ¶
func (o *GetJourneyActiontemplatesBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesBadRequest) IsClientError ¶
func (o *GetJourneyActiontemplatesBadRequest) IsClientError() bool
IsClientError returns true when this get journey actiontemplates bad request response has a 4xx status code
func (*GetJourneyActiontemplatesBadRequest) IsCode ¶
func (o *GetJourneyActiontemplatesBadRequest) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates bad request response a status code equal to that given
func (*GetJourneyActiontemplatesBadRequest) IsRedirect ¶
func (o *GetJourneyActiontemplatesBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates bad request response has a 3xx status code
func (*GetJourneyActiontemplatesBadRequest) IsServerError ¶
func (o *GetJourneyActiontemplatesBadRequest) IsServerError() bool
IsServerError returns true when this get journey actiontemplates bad request response has a 5xx status code
func (*GetJourneyActiontemplatesBadRequest) IsSuccess ¶
func (o *GetJourneyActiontemplatesBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates bad request response has a 2xx status code
func (*GetJourneyActiontemplatesBadRequest) String ¶
func (o *GetJourneyActiontemplatesBadRequest) String() string
type GetJourneyActiontemplatesForbidden ¶
GetJourneyActiontemplatesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyActiontemplatesForbidden ¶
func NewGetJourneyActiontemplatesForbidden() *GetJourneyActiontemplatesForbidden
NewGetJourneyActiontemplatesForbidden creates a GetJourneyActiontemplatesForbidden with default headers values
func (*GetJourneyActiontemplatesForbidden) Error ¶
func (o *GetJourneyActiontemplatesForbidden) Error() string
func (*GetJourneyActiontemplatesForbidden) GetPayload ¶
func (o *GetJourneyActiontemplatesForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesForbidden) IsClientError ¶
func (o *GetJourneyActiontemplatesForbidden) IsClientError() bool
IsClientError returns true when this get journey actiontemplates forbidden response has a 4xx status code
func (*GetJourneyActiontemplatesForbidden) IsCode ¶
func (o *GetJourneyActiontemplatesForbidden) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates forbidden response a status code equal to that given
func (*GetJourneyActiontemplatesForbidden) IsRedirect ¶
func (o *GetJourneyActiontemplatesForbidden) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates forbidden response has a 3xx status code
func (*GetJourneyActiontemplatesForbidden) IsServerError ¶
func (o *GetJourneyActiontemplatesForbidden) IsServerError() bool
IsServerError returns true when this get journey actiontemplates forbidden response has a 5xx status code
func (*GetJourneyActiontemplatesForbidden) IsSuccess ¶
func (o *GetJourneyActiontemplatesForbidden) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates forbidden response has a 2xx status code
func (*GetJourneyActiontemplatesForbidden) String ¶
func (o *GetJourneyActiontemplatesForbidden) String() string
type GetJourneyActiontemplatesGatewayTimeout ¶
GetJourneyActiontemplatesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyActiontemplatesGatewayTimeout ¶
func NewGetJourneyActiontemplatesGatewayTimeout() *GetJourneyActiontemplatesGatewayTimeout
NewGetJourneyActiontemplatesGatewayTimeout creates a GetJourneyActiontemplatesGatewayTimeout with default headers values
func (*GetJourneyActiontemplatesGatewayTimeout) Error ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) Error() string
func (*GetJourneyActiontemplatesGatewayTimeout) GetPayload ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesGatewayTimeout) IsClientError ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontemplates gateway timeout response has a 4xx status code
func (*GetJourneyActiontemplatesGatewayTimeout) IsCode ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates gateway timeout response a status code equal to that given
func (*GetJourneyActiontemplatesGatewayTimeout) IsRedirect ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates gateway timeout response has a 3xx status code
func (*GetJourneyActiontemplatesGatewayTimeout) IsServerError ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontemplates gateway timeout response has a 5xx status code
func (*GetJourneyActiontemplatesGatewayTimeout) IsSuccess ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates gateway timeout response has a 2xx status code
func (*GetJourneyActiontemplatesGatewayTimeout) String ¶
func (o *GetJourneyActiontemplatesGatewayTimeout) String() string
type GetJourneyActiontemplatesInternalServerError ¶
GetJourneyActiontemplatesInternalServerError 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 NewGetJourneyActiontemplatesInternalServerError ¶
func NewGetJourneyActiontemplatesInternalServerError() *GetJourneyActiontemplatesInternalServerError
NewGetJourneyActiontemplatesInternalServerError creates a GetJourneyActiontemplatesInternalServerError with default headers values
func (*GetJourneyActiontemplatesInternalServerError) Error ¶
func (o *GetJourneyActiontemplatesInternalServerError) Error() string
func (*GetJourneyActiontemplatesInternalServerError) GetPayload ¶
func (o *GetJourneyActiontemplatesInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesInternalServerError) IsClientError ¶
func (o *GetJourneyActiontemplatesInternalServerError) IsClientError() bool
IsClientError returns true when this get journey actiontemplates internal server error response has a 4xx status code
func (*GetJourneyActiontemplatesInternalServerError) IsCode ¶
func (o *GetJourneyActiontemplatesInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates internal server error response a status code equal to that given
func (*GetJourneyActiontemplatesInternalServerError) IsRedirect ¶
func (o *GetJourneyActiontemplatesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates internal server error response has a 3xx status code
func (*GetJourneyActiontemplatesInternalServerError) IsServerError ¶
func (o *GetJourneyActiontemplatesInternalServerError) IsServerError() bool
IsServerError returns true when this get journey actiontemplates internal server error response has a 5xx status code
func (*GetJourneyActiontemplatesInternalServerError) IsSuccess ¶
func (o *GetJourneyActiontemplatesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates internal server error response has a 2xx status code
func (*GetJourneyActiontemplatesInternalServerError) String ¶
func (o *GetJourneyActiontemplatesInternalServerError) String() string
type GetJourneyActiontemplatesNotFound ¶
GetJourneyActiontemplatesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyActiontemplatesNotFound ¶
func NewGetJourneyActiontemplatesNotFound() *GetJourneyActiontemplatesNotFound
NewGetJourneyActiontemplatesNotFound creates a GetJourneyActiontemplatesNotFound with default headers values
func (*GetJourneyActiontemplatesNotFound) Error ¶
func (o *GetJourneyActiontemplatesNotFound) Error() string
func (*GetJourneyActiontemplatesNotFound) GetPayload ¶
func (o *GetJourneyActiontemplatesNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesNotFound) IsClientError ¶
func (o *GetJourneyActiontemplatesNotFound) IsClientError() bool
IsClientError returns true when this get journey actiontemplates not found response has a 4xx status code
func (*GetJourneyActiontemplatesNotFound) IsCode ¶
func (o *GetJourneyActiontemplatesNotFound) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates not found response a status code equal to that given
func (*GetJourneyActiontemplatesNotFound) IsRedirect ¶
func (o *GetJourneyActiontemplatesNotFound) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates not found response has a 3xx status code
func (*GetJourneyActiontemplatesNotFound) IsServerError ¶
func (o *GetJourneyActiontemplatesNotFound) IsServerError() bool
IsServerError returns true when this get journey actiontemplates not found response has a 5xx status code
func (*GetJourneyActiontemplatesNotFound) IsSuccess ¶
func (o *GetJourneyActiontemplatesNotFound) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates not found response has a 2xx status code
func (*GetJourneyActiontemplatesNotFound) String ¶
func (o *GetJourneyActiontemplatesNotFound) String() string
type GetJourneyActiontemplatesOK ¶
type GetJourneyActiontemplatesOK struct {
Payload *models.ActionTemplateListing
}
GetJourneyActiontemplatesOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyActiontemplatesOK ¶
func NewGetJourneyActiontemplatesOK() *GetJourneyActiontemplatesOK
NewGetJourneyActiontemplatesOK creates a GetJourneyActiontemplatesOK with default headers values
func (*GetJourneyActiontemplatesOK) Error ¶
func (o *GetJourneyActiontemplatesOK) Error() string
func (*GetJourneyActiontemplatesOK) GetPayload ¶
func (o *GetJourneyActiontemplatesOK) GetPayload() *models.ActionTemplateListing
func (*GetJourneyActiontemplatesOK) IsClientError ¶
func (o *GetJourneyActiontemplatesOK) IsClientError() bool
IsClientError returns true when this get journey actiontemplates o k response has a 4xx status code
func (*GetJourneyActiontemplatesOK) IsCode ¶
func (o *GetJourneyActiontemplatesOK) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates o k response a status code equal to that given
func (*GetJourneyActiontemplatesOK) IsRedirect ¶
func (o *GetJourneyActiontemplatesOK) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates o k response has a 3xx status code
func (*GetJourneyActiontemplatesOK) IsServerError ¶
func (o *GetJourneyActiontemplatesOK) IsServerError() bool
IsServerError returns true when this get journey actiontemplates o k response has a 5xx status code
func (*GetJourneyActiontemplatesOK) IsSuccess ¶
func (o *GetJourneyActiontemplatesOK) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates o k response has a 2xx status code
func (*GetJourneyActiontemplatesOK) String ¶
func (o *GetJourneyActiontemplatesOK) String() string
type GetJourneyActiontemplatesParams ¶
type GetJourneyActiontemplatesParams struct { /* MediaType. Media type */ MediaType *string /* PageNumber. Page number Format: int32 Default: 1 */ PageNumber *int32 /* PageSize. Page size Format: int32 Default: 25 */ PageSize *int32 /* QueryFields. ActionTemplate field(s) to query on. Requires 'queryValue' to also be set. */ QueryFields []string /* QueryValue. Value to query on. Requires 'queryFields' to also be set. */ QueryValue *string /* SortBy. Field(s) to sort by. Prefix with '-' for descending (e.g. sortBy=name,-createdDate). */ SortBy *string /* State. Action template state. */ State *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyActiontemplatesParams contains all the parameters to send to the API endpoint
for the get journey actiontemplates operation. Typically these are written to a http.Request.
func NewGetJourneyActiontemplatesParams ¶
func NewGetJourneyActiontemplatesParams() *GetJourneyActiontemplatesParams
NewGetJourneyActiontemplatesParams creates a new GetJourneyActiontemplatesParams 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 NewGetJourneyActiontemplatesParamsWithContext ¶
func NewGetJourneyActiontemplatesParamsWithContext(ctx context.Context) *GetJourneyActiontemplatesParams
NewGetJourneyActiontemplatesParamsWithContext creates a new GetJourneyActiontemplatesParams object with the ability to set a context for a request.
func NewGetJourneyActiontemplatesParamsWithHTTPClient ¶
func NewGetJourneyActiontemplatesParamsWithHTTPClient(client *http.Client) *GetJourneyActiontemplatesParams
NewGetJourneyActiontemplatesParamsWithHTTPClient creates a new GetJourneyActiontemplatesParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyActiontemplatesParamsWithTimeout ¶
func NewGetJourneyActiontemplatesParamsWithTimeout(timeout time.Duration) *GetJourneyActiontemplatesParams
NewGetJourneyActiontemplatesParamsWithTimeout creates a new GetJourneyActiontemplatesParams object with the ability to set a timeout on a request.
func (*GetJourneyActiontemplatesParams) SetContext ¶
func (o *GetJourneyActiontemplatesParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetDefaults ¶
func (o *GetJourneyActiontemplatesParams) SetDefaults()
SetDefaults hydrates default values in the get journey actiontemplates params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontemplatesParams) SetHTTPClient ¶
func (o *GetJourneyActiontemplatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetMediaType ¶
func (o *GetJourneyActiontemplatesParams) SetMediaType(mediaType *string)
SetMediaType adds the mediaType to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetPageNumber ¶
func (o *GetJourneyActiontemplatesParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetPageSize ¶
func (o *GetJourneyActiontemplatesParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetQueryFields ¶
func (o *GetJourneyActiontemplatesParams) SetQueryFields(queryFields []string)
SetQueryFields adds the queryFields to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetQueryValue ¶
func (o *GetJourneyActiontemplatesParams) SetQueryValue(queryValue *string)
SetQueryValue adds the queryValue to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetSortBy ¶
func (o *GetJourneyActiontemplatesParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetState ¶
func (o *GetJourneyActiontemplatesParams) SetState(state *string)
SetState adds the state to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) SetTimeout ¶
func (o *GetJourneyActiontemplatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithContext ¶
func (o *GetJourneyActiontemplatesParams) WithContext(ctx context.Context) *GetJourneyActiontemplatesParams
WithContext adds the context to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithDefaults ¶
func (o *GetJourneyActiontemplatesParams) WithDefaults() *GetJourneyActiontemplatesParams
WithDefaults hydrates default values in the get journey actiontemplates params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyActiontemplatesParams) WithHTTPClient ¶
func (o *GetJourneyActiontemplatesParams) WithHTTPClient(client *http.Client) *GetJourneyActiontemplatesParams
WithHTTPClient adds the HTTPClient to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithMediaType ¶
func (o *GetJourneyActiontemplatesParams) WithMediaType(mediaType *string) *GetJourneyActiontemplatesParams
WithMediaType adds the mediaType to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithPageNumber ¶
func (o *GetJourneyActiontemplatesParams) WithPageNumber(pageNumber *int32) *GetJourneyActiontemplatesParams
WithPageNumber adds the pageNumber to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithPageSize ¶
func (o *GetJourneyActiontemplatesParams) WithPageSize(pageSize *int32) *GetJourneyActiontemplatesParams
WithPageSize adds the pageSize to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithQueryFields ¶
func (o *GetJourneyActiontemplatesParams) WithQueryFields(queryFields []string) *GetJourneyActiontemplatesParams
WithQueryFields adds the queryFields to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithQueryValue ¶
func (o *GetJourneyActiontemplatesParams) WithQueryValue(queryValue *string) *GetJourneyActiontemplatesParams
WithQueryValue adds the queryValue to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithSortBy ¶
func (o *GetJourneyActiontemplatesParams) WithSortBy(sortBy *string) *GetJourneyActiontemplatesParams
WithSortBy adds the sortBy to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithState ¶
func (o *GetJourneyActiontemplatesParams) WithState(state *string) *GetJourneyActiontemplatesParams
WithState adds the state to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WithTimeout ¶
func (o *GetJourneyActiontemplatesParams) WithTimeout(timeout time.Duration) *GetJourneyActiontemplatesParams
WithTimeout adds the timeout to the get journey actiontemplates params
func (*GetJourneyActiontemplatesParams) WriteToRequest ¶
func (o *GetJourneyActiontemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyActiontemplatesReader ¶
type GetJourneyActiontemplatesReader struct {
// contains filtered or unexported fields
}
GetJourneyActiontemplatesReader is a Reader for the GetJourneyActiontemplates structure.
func (*GetJourneyActiontemplatesReader) ReadResponse ¶
func (o *GetJourneyActiontemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyActiontemplatesRequestEntityTooLarge ¶
GetJourneyActiontemplatesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyActiontemplatesRequestEntityTooLarge ¶
func NewGetJourneyActiontemplatesRequestEntityTooLarge() *GetJourneyActiontemplatesRequestEntityTooLarge
NewGetJourneyActiontemplatesRequestEntityTooLarge creates a GetJourneyActiontemplatesRequestEntityTooLarge with default headers values
func (*GetJourneyActiontemplatesRequestEntityTooLarge) Error ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) Error() string
func (*GetJourneyActiontemplatesRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey actiontemplates request entity too large response has a 4xx status code
func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates request entity too large response a status code equal to that given
func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates request entity too large response has a 3xx status code
func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey actiontemplates request entity too large response has a 5xx status code
func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates request entity too large response has a 2xx status code
func (*GetJourneyActiontemplatesRequestEntityTooLarge) String ¶
func (o *GetJourneyActiontemplatesRequestEntityTooLarge) String() string
type GetJourneyActiontemplatesRequestTimeout ¶
GetJourneyActiontemplatesRequestTimeout 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 NewGetJourneyActiontemplatesRequestTimeout ¶
func NewGetJourneyActiontemplatesRequestTimeout() *GetJourneyActiontemplatesRequestTimeout
NewGetJourneyActiontemplatesRequestTimeout creates a GetJourneyActiontemplatesRequestTimeout with default headers values
func (*GetJourneyActiontemplatesRequestTimeout) Error ¶
func (o *GetJourneyActiontemplatesRequestTimeout) Error() string
func (*GetJourneyActiontemplatesRequestTimeout) GetPayload ¶
func (o *GetJourneyActiontemplatesRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesRequestTimeout) IsClientError ¶
func (o *GetJourneyActiontemplatesRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey actiontemplates request timeout response has a 4xx status code
func (*GetJourneyActiontemplatesRequestTimeout) IsCode ¶
func (o *GetJourneyActiontemplatesRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates request timeout response a status code equal to that given
func (*GetJourneyActiontemplatesRequestTimeout) IsRedirect ¶
func (o *GetJourneyActiontemplatesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates request timeout response has a 3xx status code
func (*GetJourneyActiontemplatesRequestTimeout) IsServerError ¶
func (o *GetJourneyActiontemplatesRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey actiontemplates request timeout response has a 5xx status code
func (*GetJourneyActiontemplatesRequestTimeout) IsSuccess ¶
func (o *GetJourneyActiontemplatesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates request timeout response has a 2xx status code
func (*GetJourneyActiontemplatesRequestTimeout) String ¶
func (o *GetJourneyActiontemplatesRequestTimeout) String() string
type GetJourneyActiontemplatesServiceUnavailable ¶
type GetJourneyActiontemplatesServiceUnavailable struct {
}GetJourneyActiontemplatesServiceUnavailable 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 NewGetJourneyActiontemplatesServiceUnavailable ¶
func NewGetJourneyActiontemplatesServiceUnavailable() *GetJourneyActiontemplatesServiceUnavailable
NewGetJourneyActiontemplatesServiceUnavailable creates a GetJourneyActiontemplatesServiceUnavailable with default headers values
func (*GetJourneyActiontemplatesServiceUnavailable) Error ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) Error() string
func (*GetJourneyActiontemplatesServiceUnavailable) GetPayload ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesServiceUnavailable) IsClientError ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey actiontemplates service unavailable response has a 4xx status code
func (*GetJourneyActiontemplatesServiceUnavailable) IsCode ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates service unavailable response a status code equal to that given
func (*GetJourneyActiontemplatesServiceUnavailable) IsRedirect ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates service unavailable response has a 3xx status code
func (*GetJourneyActiontemplatesServiceUnavailable) IsServerError ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey actiontemplates service unavailable response has a 5xx status code
func (*GetJourneyActiontemplatesServiceUnavailable) IsSuccess ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates service unavailable response has a 2xx status code
func (*GetJourneyActiontemplatesServiceUnavailable) String ¶
func (o *GetJourneyActiontemplatesServiceUnavailable) String() string
type GetJourneyActiontemplatesTooManyRequests ¶
GetJourneyActiontemplatesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyActiontemplatesTooManyRequests ¶
func NewGetJourneyActiontemplatesTooManyRequests() *GetJourneyActiontemplatesTooManyRequests
NewGetJourneyActiontemplatesTooManyRequests creates a GetJourneyActiontemplatesTooManyRequests with default headers values
func (*GetJourneyActiontemplatesTooManyRequests) Error ¶
func (o *GetJourneyActiontemplatesTooManyRequests) Error() string
func (*GetJourneyActiontemplatesTooManyRequests) GetPayload ¶
func (o *GetJourneyActiontemplatesTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesTooManyRequests) IsClientError ¶
func (o *GetJourneyActiontemplatesTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey actiontemplates too many requests response has a 4xx status code
func (*GetJourneyActiontemplatesTooManyRequests) IsCode ¶
func (o *GetJourneyActiontemplatesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates too many requests response a status code equal to that given
func (*GetJourneyActiontemplatesTooManyRequests) IsRedirect ¶
func (o *GetJourneyActiontemplatesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates too many requests response has a 3xx status code
func (*GetJourneyActiontemplatesTooManyRequests) IsServerError ¶
func (o *GetJourneyActiontemplatesTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey actiontemplates too many requests response has a 5xx status code
func (*GetJourneyActiontemplatesTooManyRequests) IsSuccess ¶
func (o *GetJourneyActiontemplatesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates too many requests response has a 2xx status code
func (*GetJourneyActiontemplatesTooManyRequests) String ¶
func (o *GetJourneyActiontemplatesTooManyRequests) String() string
type GetJourneyActiontemplatesUnauthorized ¶
type GetJourneyActiontemplatesUnauthorized struct {
}GetJourneyActiontemplatesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyActiontemplatesUnauthorized ¶
func NewGetJourneyActiontemplatesUnauthorized() *GetJourneyActiontemplatesUnauthorized
NewGetJourneyActiontemplatesUnauthorized creates a GetJourneyActiontemplatesUnauthorized with default headers values
func (*GetJourneyActiontemplatesUnauthorized) Error ¶
func (o *GetJourneyActiontemplatesUnauthorized) Error() string
func (*GetJourneyActiontemplatesUnauthorized) GetPayload ¶
func (o *GetJourneyActiontemplatesUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesUnauthorized) IsClientError ¶
func (o *GetJourneyActiontemplatesUnauthorized) IsClientError() bool
IsClientError returns true when this get journey actiontemplates unauthorized response has a 4xx status code
func (*GetJourneyActiontemplatesUnauthorized) IsCode ¶
func (o *GetJourneyActiontemplatesUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates unauthorized response a status code equal to that given
func (*GetJourneyActiontemplatesUnauthorized) IsRedirect ¶
func (o *GetJourneyActiontemplatesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates unauthorized response has a 3xx status code
func (*GetJourneyActiontemplatesUnauthorized) IsServerError ¶
func (o *GetJourneyActiontemplatesUnauthorized) IsServerError() bool
IsServerError returns true when this get journey actiontemplates unauthorized response has a 5xx status code
func (*GetJourneyActiontemplatesUnauthorized) IsSuccess ¶
func (o *GetJourneyActiontemplatesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates unauthorized response has a 2xx status code
func (*GetJourneyActiontemplatesUnauthorized) String ¶
func (o *GetJourneyActiontemplatesUnauthorized) String() string
type GetJourneyActiontemplatesUnsupportedMediaType ¶
GetJourneyActiontemplatesUnsupportedMediaType 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 NewGetJourneyActiontemplatesUnsupportedMediaType ¶
func NewGetJourneyActiontemplatesUnsupportedMediaType() *GetJourneyActiontemplatesUnsupportedMediaType
NewGetJourneyActiontemplatesUnsupportedMediaType creates a GetJourneyActiontemplatesUnsupportedMediaType with default headers values
func (*GetJourneyActiontemplatesUnsupportedMediaType) Error ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) Error() string
func (*GetJourneyActiontemplatesUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyActiontemplatesUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey actiontemplates unsupported media type response has a 4xx status code
func (*GetJourneyActiontemplatesUnsupportedMediaType) IsCode ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey actiontemplates unsupported media type response a status code equal to that given
func (*GetJourneyActiontemplatesUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey actiontemplates unsupported media type response has a 3xx status code
func (*GetJourneyActiontemplatesUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey actiontemplates unsupported media type response has a 5xx status code
func (*GetJourneyActiontemplatesUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey actiontemplates unsupported media type response has a 2xx status code
func (*GetJourneyActiontemplatesUnsupportedMediaType) String ¶
func (o *GetJourneyActiontemplatesUnsupportedMediaType) String() string
type GetJourneyOutcomeBadRequest ¶
GetJourneyOutcomeBadRequest 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 NewGetJourneyOutcomeBadRequest ¶
func NewGetJourneyOutcomeBadRequest() *GetJourneyOutcomeBadRequest
NewGetJourneyOutcomeBadRequest creates a GetJourneyOutcomeBadRequest with default headers values
func (*GetJourneyOutcomeBadRequest) Error ¶
func (o *GetJourneyOutcomeBadRequest) Error() string
func (*GetJourneyOutcomeBadRequest) GetPayload ¶
func (o *GetJourneyOutcomeBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeBadRequest) IsClientError ¶
func (o *GetJourneyOutcomeBadRequest) IsClientError() bool
IsClientError returns true when this get journey outcome bad request response has a 4xx status code
func (*GetJourneyOutcomeBadRequest) IsCode ¶
func (o *GetJourneyOutcomeBadRequest) IsCode(code int) bool
IsCode returns true when this get journey outcome bad request response a status code equal to that given
func (*GetJourneyOutcomeBadRequest) IsRedirect ¶
func (o *GetJourneyOutcomeBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey outcome bad request response has a 3xx status code
func (*GetJourneyOutcomeBadRequest) IsServerError ¶
func (o *GetJourneyOutcomeBadRequest) IsServerError() bool
IsServerError returns true when this get journey outcome bad request response has a 5xx status code
func (*GetJourneyOutcomeBadRequest) IsSuccess ¶
func (o *GetJourneyOutcomeBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey outcome bad request response has a 2xx status code
func (*GetJourneyOutcomeBadRequest) String ¶
func (o *GetJourneyOutcomeBadRequest) String() string
type GetJourneyOutcomeForbidden ¶
GetJourneyOutcomeForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyOutcomeForbidden ¶
func NewGetJourneyOutcomeForbidden() *GetJourneyOutcomeForbidden
NewGetJourneyOutcomeForbidden creates a GetJourneyOutcomeForbidden with default headers values
func (*GetJourneyOutcomeForbidden) Error ¶
func (o *GetJourneyOutcomeForbidden) Error() string
func (*GetJourneyOutcomeForbidden) GetPayload ¶
func (o *GetJourneyOutcomeForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeForbidden) IsClientError ¶
func (o *GetJourneyOutcomeForbidden) IsClientError() bool
IsClientError returns true when this get journey outcome forbidden response has a 4xx status code
func (*GetJourneyOutcomeForbidden) IsCode ¶
func (o *GetJourneyOutcomeForbidden) IsCode(code int) bool
IsCode returns true when this get journey outcome forbidden response a status code equal to that given
func (*GetJourneyOutcomeForbidden) IsRedirect ¶
func (o *GetJourneyOutcomeForbidden) IsRedirect() bool
IsRedirect returns true when this get journey outcome forbidden response has a 3xx status code
func (*GetJourneyOutcomeForbidden) IsServerError ¶
func (o *GetJourneyOutcomeForbidden) IsServerError() bool
IsServerError returns true when this get journey outcome forbidden response has a 5xx status code
func (*GetJourneyOutcomeForbidden) IsSuccess ¶
func (o *GetJourneyOutcomeForbidden) IsSuccess() bool
IsSuccess returns true when this get journey outcome forbidden response has a 2xx status code
func (*GetJourneyOutcomeForbidden) String ¶
func (o *GetJourneyOutcomeForbidden) String() string
type GetJourneyOutcomeGatewayTimeout ¶
GetJourneyOutcomeGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyOutcomeGatewayTimeout ¶
func NewGetJourneyOutcomeGatewayTimeout() *GetJourneyOutcomeGatewayTimeout
NewGetJourneyOutcomeGatewayTimeout creates a GetJourneyOutcomeGatewayTimeout with default headers values
func (*GetJourneyOutcomeGatewayTimeout) Error ¶
func (o *GetJourneyOutcomeGatewayTimeout) Error() string
func (*GetJourneyOutcomeGatewayTimeout) GetPayload ¶
func (o *GetJourneyOutcomeGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeGatewayTimeout) IsClientError ¶
func (o *GetJourneyOutcomeGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey outcome gateway timeout response has a 4xx status code
func (*GetJourneyOutcomeGatewayTimeout) IsCode ¶
func (o *GetJourneyOutcomeGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcome gateway timeout response a status code equal to that given
func (*GetJourneyOutcomeGatewayTimeout) IsRedirect ¶
func (o *GetJourneyOutcomeGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcome gateway timeout response has a 3xx status code
func (*GetJourneyOutcomeGatewayTimeout) IsServerError ¶
func (o *GetJourneyOutcomeGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey outcome gateway timeout response has a 5xx status code
func (*GetJourneyOutcomeGatewayTimeout) IsSuccess ¶
func (o *GetJourneyOutcomeGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcome gateway timeout response has a 2xx status code
func (*GetJourneyOutcomeGatewayTimeout) String ¶
func (o *GetJourneyOutcomeGatewayTimeout) String() string
type GetJourneyOutcomeInternalServerError ¶
GetJourneyOutcomeInternalServerError 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 NewGetJourneyOutcomeInternalServerError ¶
func NewGetJourneyOutcomeInternalServerError() *GetJourneyOutcomeInternalServerError
NewGetJourneyOutcomeInternalServerError creates a GetJourneyOutcomeInternalServerError with default headers values
func (*GetJourneyOutcomeInternalServerError) Error ¶
func (o *GetJourneyOutcomeInternalServerError) Error() string
func (*GetJourneyOutcomeInternalServerError) GetPayload ¶
func (o *GetJourneyOutcomeInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeInternalServerError) IsClientError ¶
func (o *GetJourneyOutcomeInternalServerError) IsClientError() bool
IsClientError returns true when this get journey outcome internal server error response has a 4xx status code
func (*GetJourneyOutcomeInternalServerError) IsCode ¶
func (o *GetJourneyOutcomeInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey outcome internal server error response a status code equal to that given
func (*GetJourneyOutcomeInternalServerError) IsRedirect ¶
func (o *GetJourneyOutcomeInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey outcome internal server error response has a 3xx status code
func (*GetJourneyOutcomeInternalServerError) IsServerError ¶
func (o *GetJourneyOutcomeInternalServerError) IsServerError() bool
IsServerError returns true when this get journey outcome internal server error response has a 5xx status code
func (*GetJourneyOutcomeInternalServerError) IsSuccess ¶
func (o *GetJourneyOutcomeInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey outcome internal server error response has a 2xx status code
func (*GetJourneyOutcomeInternalServerError) String ¶
func (o *GetJourneyOutcomeInternalServerError) String() string
type GetJourneyOutcomeNotFound ¶
GetJourneyOutcomeNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyOutcomeNotFound ¶
func NewGetJourneyOutcomeNotFound() *GetJourneyOutcomeNotFound
NewGetJourneyOutcomeNotFound creates a GetJourneyOutcomeNotFound with default headers values
func (*GetJourneyOutcomeNotFound) Error ¶
func (o *GetJourneyOutcomeNotFound) Error() string
func (*GetJourneyOutcomeNotFound) GetPayload ¶
func (o *GetJourneyOutcomeNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeNotFound) IsClientError ¶
func (o *GetJourneyOutcomeNotFound) IsClientError() bool
IsClientError returns true when this get journey outcome not found response has a 4xx status code
func (*GetJourneyOutcomeNotFound) IsCode ¶
func (o *GetJourneyOutcomeNotFound) IsCode(code int) bool
IsCode returns true when this get journey outcome not found response a status code equal to that given
func (*GetJourneyOutcomeNotFound) IsRedirect ¶
func (o *GetJourneyOutcomeNotFound) IsRedirect() bool
IsRedirect returns true when this get journey outcome not found response has a 3xx status code
func (*GetJourneyOutcomeNotFound) IsServerError ¶
func (o *GetJourneyOutcomeNotFound) IsServerError() bool
IsServerError returns true when this get journey outcome not found response has a 5xx status code
func (*GetJourneyOutcomeNotFound) IsSuccess ¶
func (o *GetJourneyOutcomeNotFound) IsSuccess() bool
IsSuccess returns true when this get journey outcome not found response has a 2xx status code
func (*GetJourneyOutcomeNotFound) String ¶
func (o *GetJourneyOutcomeNotFound) String() string
type GetJourneyOutcomeOK ¶
GetJourneyOutcomeOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyOutcomeOK ¶
func NewGetJourneyOutcomeOK() *GetJourneyOutcomeOK
NewGetJourneyOutcomeOK creates a GetJourneyOutcomeOK with default headers values
func (*GetJourneyOutcomeOK) Error ¶
func (o *GetJourneyOutcomeOK) Error() string
func (*GetJourneyOutcomeOK) GetPayload ¶
func (o *GetJourneyOutcomeOK) GetPayload() *models.Outcome
func (*GetJourneyOutcomeOK) IsClientError ¶
func (o *GetJourneyOutcomeOK) IsClientError() bool
IsClientError returns true when this get journey outcome o k response has a 4xx status code
func (*GetJourneyOutcomeOK) IsCode ¶
func (o *GetJourneyOutcomeOK) IsCode(code int) bool
IsCode returns true when this get journey outcome o k response a status code equal to that given
func (*GetJourneyOutcomeOK) IsRedirect ¶
func (o *GetJourneyOutcomeOK) IsRedirect() bool
IsRedirect returns true when this get journey outcome o k response has a 3xx status code
func (*GetJourneyOutcomeOK) IsServerError ¶
func (o *GetJourneyOutcomeOK) IsServerError() bool
IsServerError returns true when this get journey outcome o k response has a 5xx status code
func (*GetJourneyOutcomeOK) IsSuccess ¶
func (o *GetJourneyOutcomeOK) IsSuccess() bool
IsSuccess returns true when this get journey outcome o k response has a 2xx status code
func (*GetJourneyOutcomeOK) String ¶
func (o *GetJourneyOutcomeOK) String() string
type GetJourneyOutcomeParams ¶
type GetJourneyOutcomeParams struct { /* OutcomeID. ID of the outcome. */ OutcomeID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyOutcomeParams contains all the parameters to send to the API endpoint
for the get journey outcome operation. Typically these are written to a http.Request.
func NewGetJourneyOutcomeParams ¶
func NewGetJourneyOutcomeParams() *GetJourneyOutcomeParams
NewGetJourneyOutcomeParams creates a new GetJourneyOutcomeParams 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 NewGetJourneyOutcomeParamsWithContext ¶
func NewGetJourneyOutcomeParamsWithContext(ctx context.Context) *GetJourneyOutcomeParams
NewGetJourneyOutcomeParamsWithContext creates a new GetJourneyOutcomeParams object with the ability to set a context for a request.
func NewGetJourneyOutcomeParamsWithHTTPClient ¶
func NewGetJourneyOutcomeParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomeParams
NewGetJourneyOutcomeParamsWithHTTPClient creates a new GetJourneyOutcomeParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyOutcomeParamsWithTimeout ¶
func NewGetJourneyOutcomeParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomeParams
NewGetJourneyOutcomeParamsWithTimeout creates a new GetJourneyOutcomeParams object with the ability to set a timeout on a request.
func (*GetJourneyOutcomeParams) SetContext ¶
func (o *GetJourneyOutcomeParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey outcome params
func (*GetJourneyOutcomeParams) SetDefaults ¶
func (o *GetJourneyOutcomeParams) SetDefaults()
SetDefaults hydrates default values in the get journey outcome params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomeParams) SetHTTPClient ¶
func (o *GetJourneyOutcomeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey outcome params
func (*GetJourneyOutcomeParams) SetOutcomeID ¶
func (o *GetJourneyOutcomeParams) SetOutcomeID(outcomeID string)
SetOutcomeID adds the outcomeId to the get journey outcome params
func (*GetJourneyOutcomeParams) SetTimeout ¶
func (o *GetJourneyOutcomeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey outcome params
func (*GetJourneyOutcomeParams) WithContext ¶
func (o *GetJourneyOutcomeParams) WithContext(ctx context.Context) *GetJourneyOutcomeParams
WithContext adds the context to the get journey outcome params
func (*GetJourneyOutcomeParams) WithDefaults ¶
func (o *GetJourneyOutcomeParams) WithDefaults() *GetJourneyOutcomeParams
WithDefaults hydrates default values in the get journey outcome params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomeParams) WithHTTPClient ¶
func (o *GetJourneyOutcomeParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomeParams
WithHTTPClient adds the HTTPClient to the get journey outcome params
func (*GetJourneyOutcomeParams) WithOutcomeID ¶
func (o *GetJourneyOutcomeParams) WithOutcomeID(outcomeID string) *GetJourneyOutcomeParams
WithOutcomeID adds the outcomeID to the get journey outcome params
func (*GetJourneyOutcomeParams) WithTimeout ¶
func (o *GetJourneyOutcomeParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomeParams
WithTimeout adds the timeout to the get journey outcome params
func (*GetJourneyOutcomeParams) WriteToRequest ¶
func (o *GetJourneyOutcomeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyOutcomeReader ¶
type GetJourneyOutcomeReader struct {
// contains filtered or unexported fields
}
GetJourneyOutcomeReader is a Reader for the GetJourneyOutcome structure.
func (*GetJourneyOutcomeReader) ReadResponse ¶
func (o *GetJourneyOutcomeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyOutcomeRequestEntityTooLarge ¶
GetJourneyOutcomeRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyOutcomeRequestEntityTooLarge ¶
func NewGetJourneyOutcomeRequestEntityTooLarge() *GetJourneyOutcomeRequestEntityTooLarge
NewGetJourneyOutcomeRequestEntityTooLarge creates a GetJourneyOutcomeRequestEntityTooLarge with default headers values
func (*GetJourneyOutcomeRequestEntityTooLarge) Error ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) Error() string
func (*GetJourneyOutcomeRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey outcome request entity too large response has a 4xx status code
func (*GetJourneyOutcomeRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey outcome request entity too large response a status code equal to that given
func (*GetJourneyOutcomeRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey outcome request entity too large response has a 3xx status code
func (*GetJourneyOutcomeRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey outcome request entity too large response has a 5xx status code
func (*GetJourneyOutcomeRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey outcome request entity too large response has a 2xx status code
func (*GetJourneyOutcomeRequestEntityTooLarge) String ¶
func (o *GetJourneyOutcomeRequestEntityTooLarge) String() string
type GetJourneyOutcomeRequestTimeout ¶
GetJourneyOutcomeRequestTimeout 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 NewGetJourneyOutcomeRequestTimeout ¶
func NewGetJourneyOutcomeRequestTimeout() *GetJourneyOutcomeRequestTimeout
NewGetJourneyOutcomeRequestTimeout creates a GetJourneyOutcomeRequestTimeout with default headers values
func (*GetJourneyOutcomeRequestTimeout) Error ¶
func (o *GetJourneyOutcomeRequestTimeout) Error() string
func (*GetJourneyOutcomeRequestTimeout) GetPayload ¶
func (o *GetJourneyOutcomeRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeRequestTimeout) IsClientError ¶
func (o *GetJourneyOutcomeRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey outcome request timeout response has a 4xx status code
func (*GetJourneyOutcomeRequestTimeout) IsCode ¶
func (o *GetJourneyOutcomeRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcome request timeout response a status code equal to that given
func (*GetJourneyOutcomeRequestTimeout) IsRedirect ¶
func (o *GetJourneyOutcomeRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcome request timeout response has a 3xx status code
func (*GetJourneyOutcomeRequestTimeout) IsServerError ¶
func (o *GetJourneyOutcomeRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey outcome request timeout response has a 5xx status code
func (*GetJourneyOutcomeRequestTimeout) IsSuccess ¶
func (o *GetJourneyOutcomeRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcome request timeout response has a 2xx status code
func (*GetJourneyOutcomeRequestTimeout) String ¶
func (o *GetJourneyOutcomeRequestTimeout) String() string
type GetJourneyOutcomeServiceUnavailable ¶
type GetJourneyOutcomeServiceUnavailable struct {
}GetJourneyOutcomeServiceUnavailable 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 NewGetJourneyOutcomeServiceUnavailable ¶
func NewGetJourneyOutcomeServiceUnavailable() *GetJourneyOutcomeServiceUnavailable
NewGetJourneyOutcomeServiceUnavailable creates a GetJourneyOutcomeServiceUnavailable with default headers values
func (*GetJourneyOutcomeServiceUnavailable) Error ¶
func (o *GetJourneyOutcomeServiceUnavailable) Error() string
func (*GetJourneyOutcomeServiceUnavailable) GetPayload ¶
func (o *GetJourneyOutcomeServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeServiceUnavailable) IsClientError ¶
func (o *GetJourneyOutcomeServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey outcome service unavailable response has a 4xx status code
func (*GetJourneyOutcomeServiceUnavailable) IsCode ¶
func (o *GetJourneyOutcomeServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey outcome service unavailable response a status code equal to that given
func (*GetJourneyOutcomeServiceUnavailable) IsRedirect ¶
func (o *GetJourneyOutcomeServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey outcome service unavailable response has a 3xx status code
func (*GetJourneyOutcomeServiceUnavailable) IsServerError ¶
func (o *GetJourneyOutcomeServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey outcome service unavailable response has a 5xx status code
func (*GetJourneyOutcomeServiceUnavailable) IsSuccess ¶
func (o *GetJourneyOutcomeServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey outcome service unavailable response has a 2xx status code
func (*GetJourneyOutcomeServiceUnavailable) String ¶
func (o *GetJourneyOutcomeServiceUnavailable) String() string
type GetJourneyOutcomeTooManyRequests ¶
GetJourneyOutcomeTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyOutcomeTooManyRequests ¶
func NewGetJourneyOutcomeTooManyRequests() *GetJourneyOutcomeTooManyRequests
NewGetJourneyOutcomeTooManyRequests creates a GetJourneyOutcomeTooManyRequests with default headers values
func (*GetJourneyOutcomeTooManyRequests) Error ¶
func (o *GetJourneyOutcomeTooManyRequests) Error() string
func (*GetJourneyOutcomeTooManyRequests) GetPayload ¶
func (o *GetJourneyOutcomeTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeTooManyRequests) IsClientError ¶
func (o *GetJourneyOutcomeTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey outcome too many requests response has a 4xx status code
func (*GetJourneyOutcomeTooManyRequests) IsCode ¶
func (o *GetJourneyOutcomeTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey outcome too many requests response a status code equal to that given
func (*GetJourneyOutcomeTooManyRequests) IsRedirect ¶
func (o *GetJourneyOutcomeTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey outcome too many requests response has a 3xx status code
func (*GetJourneyOutcomeTooManyRequests) IsServerError ¶
func (o *GetJourneyOutcomeTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey outcome too many requests response has a 5xx status code
func (*GetJourneyOutcomeTooManyRequests) IsSuccess ¶
func (o *GetJourneyOutcomeTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey outcome too many requests response has a 2xx status code
func (*GetJourneyOutcomeTooManyRequests) String ¶
func (o *GetJourneyOutcomeTooManyRequests) String() string
type GetJourneyOutcomeUnauthorized ¶
type GetJourneyOutcomeUnauthorized struct {
}GetJourneyOutcomeUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyOutcomeUnauthorized ¶
func NewGetJourneyOutcomeUnauthorized() *GetJourneyOutcomeUnauthorized
NewGetJourneyOutcomeUnauthorized creates a GetJourneyOutcomeUnauthorized with default headers values
func (*GetJourneyOutcomeUnauthorized) Error ¶
func (o *GetJourneyOutcomeUnauthorized) Error() string
func (*GetJourneyOutcomeUnauthorized) GetPayload ¶
func (o *GetJourneyOutcomeUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeUnauthorized) IsClientError ¶
func (o *GetJourneyOutcomeUnauthorized) IsClientError() bool
IsClientError returns true when this get journey outcome unauthorized response has a 4xx status code
func (*GetJourneyOutcomeUnauthorized) IsCode ¶
func (o *GetJourneyOutcomeUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey outcome unauthorized response a status code equal to that given
func (*GetJourneyOutcomeUnauthorized) IsRedirect ¶
func (o *GetJourneyOutcomeUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey outcome unauthorized response has a 3xx status code
func (*GetJourneyOutcomeUnauthorized) IsServerError ¶
func (o *GetJourneyOutcomeUnauthorized) IsServerError() bool
IsServerError returns true when this get journey outcome unauthorized response has a 5xx status code
func (*GetJourneyOutcomeUnauthorized) IsSuccess ¶
func (o *GetJourneyOutcomeUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey outcome unauthorized response has a 2xx status code
func (*GetJourneyOutcomeUnauthorized) String ¶
func (o *GetJourneyOutcomeUnauthorized) String() string
type GetJourneyOutcomeUnsupportedMediaType ¶
GetJourneyOutcomeUnsupportedMediaType 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 NewGetJourneyOutcomeUnsupportedMediaType ¶
func NewGetJourneyOutcomeUnsupportedMediaType() *GetJourneyOutcomeUnsupportedMediaType
NewGetJourneyOutcomeUnsupportedMediaType creates a GetJourneyOutcomeUnsupportedMediaType with default headers values
func (*GetJourneyOutcomeUnsupportedMediaType) Error ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) Error() string
func (*GetJourneyOutcomeUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomeUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey outcome unsupported media type response has a 4xx status code
func (*GetJourneyOutcomeUnsupportedMediaType) IsCode ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey outcome unsupported media type response a status code equal to that given
func (*GetJourneyOutcomeUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey outcome unsupported media type response has a 3xx status code
func (*GetJourneyOutcomeUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey outcome unsupported media type response has a 5xx status code
func (*GetJourneyOutcomeUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey outcome unsupported media type response has a 2xx status code
func (*GetJourneyOutcomeUnsupportedMediaType) String ¶
func (o *GetJourneyOutcomeUnsupportedMediaType) String() string
type GetJourneyOutcomesBadRequest ¶
GetJourneyOutcomesBadRequest 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 NewGetJourneyOutcomesBadRequest ¶
func NewGetJourneyOutcomesBadRequest() *GetJourneyOutcomesBadRequest
NewGetJourneyOutcomesBadRequest creates a GetJourneyOutcomesBadRequest with default headers values
func (*GetJourneyOutcomesBadRequest) Error ¶
func (o *GetJourneyOutcomesBadRequest) Error() string
func (*GetJourneyOutcomesBadRequest) GetPayload ¶
func (o *GetJourneyOutcomesBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesBadRequest) IsClientError ¶
func (o *GetJourneyOutcomesBadRequest) IsClientError() bool
IsClientError returns true when this get journey outcomes bad request response has a 4xx status code
func (*GetJourneyOutcomesBadRequest) IsCode ¶
func (o *GetJourneyOutcomesBadRequest) IsCode(code int) bool
IsCode returns true when this get journey outcomes bad request response a status code equal to that given
func (*GetJourneyOutcomesBadRequest) IsRedirect ¶
func (o *GetJourneyOutcomesBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey outcomes bad request response has a 3xx status code
func (*GetJourneyOutcomesBadRequest) IsServerError ¶
func (o *GetJourneyOutcomesBadRequest) IsServerError() bool
IsServerError returns true when this get journey outcomes bad request response has a 5xx status code
func (*GetJourneyOutcomesBadRequest) IsSuccess ¶
func (o *GetJourneyOutcomesBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey outcomes bad request response has a 2xx status code
func (*GetJourneyOutcomesBadRequest) String ¶
func (o *GetJourneyOutcomesBadRequest) String() string
type GetJourneyOutcomesForbidden ¶
GetJourneyOutcomesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyOutcomesForbidden ¶
func NewGetJourneyOutcomesForbidden() *GetJourneyOutcomesForbidden
NewGetJourneyOutcomesForbidden creates a GetJourneyOutcomesForbidden with default headers values
func (*GetJourneyOutcomesForbidden) Error ¶
func (o *GetJourneyOutcomesForbidden) Error() string
func (*GetJourneyOutcomesForbidden) GetPayload ¶
func (o *GetJourneyOutcomesForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesForbidden) IsClientError ¶
func (o *GetJourneyOutcomesForbidden) IsClientError() bool
IsClientError returns true when this get journey outcomes forbidden response has a 4xx status code
func (*GetJourneyOutcomesForbidden) IsCode ¶
func (o *GetJourneyOutcomesForbidden) IsCode(code int) bool
IsCode returns true when this get journey outcomes forbidden response a status code equal to that given
func (*GetJourneyOutcomesForbidden) IsRedirect ¶
func (o *GetJourneyOutcomesForbidden) IsRedirect() bool
IsRedirect returns true when this get journey outcomes forbidden response has a 3xx status code
func (*GetJourneyOutcomesForbidden) IsServerError ¶
func (o *GetJourneyOutcomesForbidden) IsServerError() bool
IsServerError returns true when this get journey outcomes forbidden response has a 5xx status code
func (*GetJourneyOutcomesForbidden) IsSuccess ¶
func (o *GetJourneyOutcomesForbidden) IsSuccess() bool
IsSuccess returns true when this get journey outcomes forbidden response has a 2xx status code
func (*GetJourneyOutcomesForbidden) String ¶
func (o *GetJourneyOutcomesForbidden) String() string
type GetJourneyOutcomesGatewayTimeout ¶
GetJourneyOutcomesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyOutcomesGatewayTimeout ¶
func NewGetJourneyOutcomesGatewayTimeout() *GetJourneyOutcomesGatewayTimeout
NewGetJourneyOutcomesGatewayTimeout creates a GetJourneyOutcomesGatewayTimeout with default headers values
func (*GetJourneyOutcomesGatewayTimeout) Error ¶
func (o *GetJourneyOutcomesGatewayTimeout) Error() string
func (*GetJourneyOutcomesGatewayTimeout) GetPayload ¶
func (o *GetJourneyOutcomesGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesGatewayTimeout) IsClientError ¶
func (o *GetJourneyOutcomesGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey outcomes gateway timeout response has a 4xx status code
func (*GetJourneyOutcomesGatewayTimeout) IsCode ¶
func (o *GetJourneyOutcomesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcomes gateway timeout response a status code equal to that given
func (*GetJourneyOutcomesGatewayTimeout) IsRedirect ¶
func (o *GetJourneyOutcomesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcomes gateway timeout response has a 3xx status code
func (*GetJourneyOutcomesGatewayTimeout) IsServerError ¶
func (o *GetJourneyOutcomesGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey outcomes gateway timeout response has a 5xx status code
func (*GetJourneyOutcomesGatewayTimeout) IsSuccess ¶
func (o *GetJourneyOutcomesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcomes gateway timeout response has a 2xx status code
func (*GetJourneyOutcomesGatewayTimeout) String ¶
func (o *GetJourneyOutcomesGatewayTimeout) String() string
type GetJourneyOutcomesInternalServerError ¶
GetJourneyOutcomesInternalServerError 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 NewGetJourneyOutcomesInternalServerError ¶
func NewGetJourneyOutcomesInternalServerError() *GetJourneyOutcomesInternalServerError
NewGetJourneyOutcomesInternalServerError creates a GetJourneyOutcomesInternalServerError with default headers values
func (*GetJourneyOutcomesInternalServerError) Error ¶
func (o *GetJourneyOutcomesInternalServerError) Error() string
func (*GetJourneyOutcomesInternalServerError) GetPayload ¶
func (o *GetJourneyOutcomesInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesInternalServerError) IsClientError ¶
func (o *GetJourneyOutcomesInternalServerError) IsClientError() bool
IsClientError returns true when this get journey outcomes internal server error response has a 4xx status code
func (*GetJourneyOutcomesInternalServerError) IsCode ¶
func (o *GetJourneyOutcomesInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey outcomes internal server error response a status code equal to that given
func (*GetJourneyOutcomesInternalServerError) IsRedirect ¶
func (o *GetJourneyOutcomesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey outcomes internal server error response has a 3xx status code
func (*GetJourneyOutcomesInternalServerError) IsServerError ¶
func (o *GetJourneyOutcomesInternalServerError) IsServerError() bool
IsServerError returns true when this get journey outcomes internal server error response has a 5xx status code
func (*GetJourneyOutcomesInternalServerError) IsSuccess ¶
func (o *GetJourneyOutcomesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey outcomes internal server error response has a 2xx status code
func (*GetJourneyOutcomesInternalServerError) String ¶
func (o *GetJourneyOutcomesInternalServerError) String() string
type GetJourneyOutcomesNotFound ¶
GetJourneyOutcomesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyOutcomesNotFound ¶
func NewGetJourneyOutcomesNotFound() *GetJourneyOutcomesNotFound
NewGetJourneyOutcomesNotFound creates a GetJourneyOutcomesNotFound with default headers values
func (*GetJourneyOutcomesNotFound) Error ¶
func (o *GetJourneyOutcomesNotFound) Error() string
func (*GetJourneyOutcomesNotFound) GetPayload ¶
func (o *GetJourneyOutcomesNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesNotFound) IsClientError ¶
func (o *GetJourneyOutcomesNotFound) IsClientError() bool
IsClientError returns true when this get journey outcomes not found response has a 4xx status code
func (*GetJourneyOutcomesNotFound) IsCode ¶
func (o *GetJourneyOutcomesNotFound) IsCode(code int) bool
IsCode returns true when this get journey outcomes not found response a status code equal to that given
func (*GetJourneyOutcomesNotFound) IsRedirect ¶
func (o *GetJourneyOutcomesNotFound) IsRedirect() bool
IsRedirect returns true when this get journey outcomes not found response has a 3xx status code
func (*GetJourneyOutcomesNotFound) IsServerError ¶
func (o *GetJourneyOutcomesNotFound) IsServerError() bool
IsServerError returns true when this get journey outcomes not found response has a 5xx status code
func (*GetJourneyOutcomesNotFound) IsSuccess ¶
func (o *GetJourneyOutcomesNotFound) IsSuccess() bool
IsSuccess returns true when this get journey outcomes not found response has a 2xx status code
func (*GetJourneyOutcomesNotFound) String ¶
func (o *GetJourneyOutcomesNotFound) String() string
type GetJourneyOutcomesOK ¶
type GetJourneyOutcomesOK struct {
Payload *models.OutcomeListing
}
GetJourneyOutcomesOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyOutcomesOK ¶
func NewGetJourneyOutcomesOK() *GetJourneyOutcomesOK
NewGetJourneyOutcomesOK creates a GetJourneyOutcomesOK with default headers values
func (*GetJourneyOutcomesOK) Error ¶
func (o *GetJourneyOutcomesOK) Error() string
func (*GetJourneyOutcomesOK) GetPayload ¶
func (o *GetJourneyOutcomesOK) GetPayload() *models.OutcomeListing
func (*GetJourneyOutcomesOK) IsClientError ¶
func (o *GetJourneyOutcomesOK) IsClientError() bool
IsClientError returns true when this get journey outcomes o k response has a 4xx status code
func (*GetJourneyOutcomesOK) IsCode ¶
func (o *GetJourneyOutcomesOK) IsCode(code int) bool
IsCode returns true when this get journey outcomes o k response a status code equal to that given
func (*GetJourneyOutcomesOK) IsRedirect ¶
func (o *GetJourneyOutcomesOK) IsRedirect() bool
IsRedirect returns true when this get journey outcomes o k response has a 3xx status code
func (*GetJourneyOutcomesOK) IsServerError ¶
func (o *GetJourneyOutcomesOK) IsServerError() bool
IsServerError returns true when this get journey outcomes o k response has a 5xx status code
func (*GetJourneyOutcomesOK) IsSuccess ¶
func (o *GetJourneyOutcomesOK) IsSuccess() bool
IsSuccess returns true when this get journey outcomes o k response has a 2xx status code
func (*GetJourneyOutcomesOK) String ¶
func (o *GetJourneyOutcomesOK) String() string
type GetJourneyOutcomesParams ¶
type GetJourneyOutcomesParams struct { /* OutcomeIds. IDs of outcomes to return. Use of this parameter is not compatible with pagination, sorting or querying. A maximum of 20 outcomes are allowed per request. */ OutcomeIds []string /* PageNumber. Page number Format: int32 Default: 1 */ PageNumber *int32 /* PageSize. Page size Format: int32 Default: 25 */ PageSize *int32 /* QueryFields. Outcome field(s) to query on. Requires 'queryValue' to also be set. */ QueryFields []string /* QueryValue. Value to query on. Requires 'queryFields' to also be set. */ QueryValue *string /* SortBy. Field(s) to sort by. The response can be sorted by any first level property on the Outcome response. Prefix with '-' for descending (e.g. sortBy=displayName,-createdDate). */ SortBy *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyOutcomesParams contains all the parameters to send to the API endpoint
for the get journey outcomes operation. Typically these are written to a http.Request.
func NewGetJourneyOutcomesParams ¶
func NewGetJourneyOutcomesParams() *GetJourneyOutcomesParams
NewGetJourneyOutcomesParams creates a new GetJourneyOutcomesParams 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 NewGetJourneyOutcomesParamsWithContext ¶
func NewGetJourneyOutcomesParamsWithContext(ctx context.Context) *GetJourneyOutcomesParams
NewGetJourneyOutcomesParamsWithContext creates a new GetJourneyOutcomesParams object with the ability to set a context for a request.
func NewGetJourneyOutcomesParamsWithHTTPClient ¶
func NewGetJourneyOutcomesParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomesParams
NewGetJourneyOutcomesParamsWithHTTPClient creates a new GetJourneyOutcomesParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyOutcomesParamsWithTimeout ¶
func NewGetJourneyOutcomesParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomesParams
NewGetJourneyOutcomesParamsWithTimeout creates a new GetJourneyOutcomesParams object with the ability to set a timeout on a request.
func (*GetJourneyOutcomesParams) SetContext ¶
func (o *GetJourneyOutcomesParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetDefaults ¶
func (o *GetJourneyOutcomesParams) SetDefaults()
SetDefaults hydrates default values in the get journey outcomes params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomesParams) SetHTTPClient ¶
func (o *GetJourneyOutcomesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetOutcomeIds ¶
func (o *GetJourneyOutcomesParams) SetOutcomeIds(outcomeIds []string)
SetOutcomeIds adds the outcomeIds to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetPageNumber ¶
func (o *GetJourneyOutcomesParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetPageSize ¶
func (o *GetJourneyOutcomesParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetQueryFields ¶
func (o *GetJourneyOutcomesParams) SetQueryFields(queryFields []string)
SetQueryFields adds the queryFields to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetQueryValue ¶
func (o *GetJourneyOutcomesParams) SetQueryValue(queryValue *string)
SetQueryValue adds the queryValue to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetSortBy ¶
func (o *GetJourneyOutcomesParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the get journey outcomes params
func (*GetJourneyOutcomesParams) SetTimeout ¶
func (o *GetJourneyOutcomesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithContext ¶
func (o *GetJourneyOutcomesParams) WithContext(ctx context.Context) *GetJourneyOutcomesParams
WithContext adds the context to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithDefaults ¶
func (o *GetJourneyOutcomesParams) WithDefaults() *GetJourneyOutcomesParams
WithDefaults hydrates default values in the get journey outcomes params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomesParams) WithHTTPClient ¶
func (o *GetJourneyOutcomesParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomesParams
WithHTTPClient adds the HTTPClient to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithOutcomeIds ¶
func (o *GetJourneyOutcomesParams) WithOutcomeIds(outcomeIds []string) *GetJourneyOutcomesParams
WithOutcomeIds adds the outcomeIds to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithPageNumber ¶
func (o *GetJourneyOutcomesParams) WithPageNumber(pageNumber *int32) *GetJourneyOutcomesParams
WithPageNumber adds the pageNumber to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithPageSize ¶
func (o *GetJourneyOutcomesParams) WithPageSize(pageSize *int32) *GetJourneyOutcomesParams
WithPageSize adds the pageSize to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithQueryFields ¶
func (o *GetJourneyOutcomesParams) WithQueryFields(queryFields []string) *GetJourneyOutcomesParams
WithQueryFields adds the queryFields to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithQueryValue ¶
func (o *GetJourneyOutcomesParams) WithQueryValue(queryValue *string) *GetJourneyOutcomesParams
WithQueryValue adds the queryValue to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithSortBy ¶
func (o *GetJourneyOutcomesParams) WithSortBy(sortBy *string) *GetJourneyOutcomesParams
WithSortBy adds the sortBy to the get journey outcomes params
func (*GetJourneyOutcomesParams) WithTimeout ¶
func (o *GetJourneyOutcomesParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomesParams
WithTimeout adds the timeout to the get journey outcomes params
func (*GetJourneyOutcomesParams) WriteToRequest ¶
func (o *GetJourneyOutcomesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyOutcomesPredictorBadRequest ¶
GetJourneyOutcomesPredictorBadRequest 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 NewGetJourneyOutcomesPredictorBadRequest ¶
func NewGetJourneyOutcomesPredictorBadRequest() *GetJourneyOutcomesPredictorBadRequest
NewGetJourneyOutcomesPredictorBadRequest creates a GetJourneyOutcomesPredictorBadRequest with default headers values
func (*GetJourneyOutcomesPredictorBadRequest) Error ¶
func (o *GetJourneyOutcomesPredictorBadRequest) Error() string
func (*GetJourneyOutcomesPredictorBadRequest) GetPayload ¶
func (o *GetJourneyOutcomesPredictorBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorBadRequest) IsClientError ¶
func (o *GetJourneyOutcomesPredictorBadRequest) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor bad request response has a 4xx status code
func (*GetJourneyOutcomesPredictorBadRequest) IsCode ¶
func (o *GetJourneyOutcomesPredictorBadRequest) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor bad request response a status code equal to that given
func (*GetJourneyOutcomesPredictorBadRequest) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor bad request response has a 3xx status code
func (*GetJourneyOutcomesPredictorBadRequest) IsServerError ¶
func (o *GetJourneyOutcomesPredictorBadRequest) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor bad request response has a 5xx status code
func (*GetJourneyOutcomesPredictorBadRequest) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor bad request response has a 2xx status code
func (*GetJourneyOutcomesPredictorBadRequest) String ¶
func (o *GetJourneyOutcomesPredictorBadRequest) String() string
type GetJourneyOutcomesPredictorForbidden ¶
GetJourneyOutcomesPredictorForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyOutcomesPredictorForbidden ¶
func NewGetJourneyOutcomesPredictorForbidden() *GetJourneyOutcomesPredictorForbidden
NewGetJourneyOutcomesPredictorForbidden creates a GetJourneyOutcomesPredictorForbidden with default headers values
func (*GetJourneyOutcomesPredictorForbidden) Error ¶
func (o *GetJourneyOutcomesPredictorForbidden) Error() string
func (*GetJourneyOutcomesPredictorForbidden) GetPayload ¶
func (o *GetJourneyOutcomesPredictorForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorForbidden) IsClientError ¶
func (o *GetJourneyOutcomesPredictorForbidden) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor forbidden response has a 4xx status code
func (*GetJourneyOutcomesPredictorForbidden) IsCode ¶
func (o *GetJourneyOutcomesPredictorForbidden) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor forbidden response a status code equal to that given
func (*GetJourneyOutcomesPredictorForbidden) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorForbidden) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor forbidden response has a 3xx status code
func (*GetJourneyOutcomesPredictorForbidden) IsServerError ¶
func (o *GetJourneyOutcomesPredictorForbidden) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor forbidden response has a 5xx status code
func (*GetJourneyOutcomesPredictorForbidden) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorForbidden) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor forbidden response has a 2xx status code
func (*GetJourneyOutcomesPredictorForbidden) String ¶
func (o *GetJourneyOutcomesPredictorForbidden) String() string
type GetJourneyOutcomesPredictorGatewayTimeout ¶
GetJourneyOutcomesPredictorGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyOutcomesPredictorGatewayTimeout ¶
func NewGetJourneyOutcomesPredictorGatewayTimeout() *GetJourneyOutcomesPredictorGatewayTimeout
NewGetJourneyOutcomesPredictorGatewayTimeout creates a GetJourneyOutcomesPredictorGatewayTimeout with default headers values
func (*GetJourneyOutcomesPredictorGatewayTimeout) Error ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) Error() string
func (*GetJourneyOutcomesPredictorGatewayTimeout) GetPayload ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorGatewayTimeout) IsClientError ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor gateway timeout response has a 4xx status code
func (*GetJourneyOutcomesPredictorGatewayTimeout) IsCode ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor gateway timeout response a status code equal to that given
func (*GetJourneyOutcomesPredictorGatewayTimeout) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor gateway timeout response has a 3xx status code
func (*GetJourneyOutcomesPredictorGatewayTimeout) IsServerError ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor gateway timeout response has a 5xx status code
func (*GetJourneyOutcomesPredictorGatewayTimeout) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor gateway timeout response has a 2xx status code
func (*GetJourneyOutcomesPredictorGatewayTimeout) String ¶
func (o *GetJourneyOutcomesPredictorGatewayTimeout) String() string
type GetJourneyOutcomesPredictorInternalServerError ¶
GetJourneyOutcomesPredictorInternalServerError 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 NewGetJourneyOutcomesPredictorInternalServerError ¶
func NewGetJourneyOutcomesPredictorInternalServerError() *GetJourneyOutcomesPredictorInternalServerError
NewGetJourneyOutcomesPredictorInternalServerError creates a GetJourneyOutcomesPredictorInternalServerError with default headers values
func (*GetJourneyOutcomesPredictorInternalServerError) Error ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) Error() string
func (*GetJourneyOutcomesPredictorInternalServerError) GetPayload ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorInternalServerError) IsClientError ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor internal server error response has a 4xx status code
func (*GetJourneyOutcomesPredictorInternalServerError) IsCode ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor internal server error response a status code equal to that given
func (*GetJourneyOutcomesPredictorInternalServerError) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor internal server error response has a 3xx status code
func (*GetJourneyOutcomesPredictorInternalServerError) IsServerError ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor internal server error response has a 5xx status code
func (*GetJourneyOutcomesPredictorInternalServerError) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor internal server error response has a 2xx status code
func (*GetJourneyOutcomesPredictorInternalServerError) String ¶
func (o *GetJourneyOutcomesPredictorInternalServerError) String() string
type GetJourneyOutcomesPredictorNotFound ¶
GetJourneyOutcomesPredictorNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyOutcomesPredictorNotFound ¶
func NewGetJourneyOutcomesPredictorNotFound() *GetJourneyOutcomesPredictorNotFound
NewGetJourneyOutcomesPredictorNotFound creates a GetJourneyOutcomesPredictorNotFound with default headers values
func (*GetJourneyOutcomesPredictorNotFound) Error ¶
func (o *GetJourneyOutcomesPredictorNotFound) Error() string
func (*GetJourneyOutcomesPredictorNotFound) GetPayload ¶
func (o *GetJourneyOutcomesPredictorNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorNotFound) IsClientError ¶
func (o *GetJourneyOutcomesPredictorNotFound) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor not found response has a 4xx status code
func (*GetJourneyOutcomesPredictorNotFound) IsCode ¶
func (o *GetJourneyOutcomesPredictorNotFound) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor not found response a status code equal to that given
func (*GetJourneyOutcomesPredictorNotFound) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorNotFound) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor not found response has a 3xx status code
func (*GetJourneyOutcomesPredictorNotFound) IsServerError ¶
func (o *GetJourneyOutcomesPredictorNotFound) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor not found response has a 5xx status code
func (*GetJourneyOutcomesPredictorNotFound) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorNotFound) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor not found response has a 2xx status code
func (*GetJourneyOutcomesPredictorNotFound) String ¶
func (o *GetJourneyOutcomesPredictorNotFound) String() string
type GetJourneyOutcomesPredictorOK ¶
type GetJourneyOutcomesPredictorOK struct {
Payload *models.OutcomePredictor
}
GetJourneyOutcomesPredictorOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyOutcomesPredictorOK ¶
func NewGetJourneyOutcomesPredictorOK() *GetJourneyOutcomesPredictorOK
NewGetJourneyOutcomesPredictorOK creates a GetJourneyOutcomesPredictorOK with default headers values
func (*GetJourneyOutcomesPredictorOK) Error ¶
func (o *GetJourneyOutcomesPredictorOK) Error() string
func (*GetJourneyOutcomesPredictorOK) GetPayload ¶
func (o *GetJourneyOutcomesPredictorOK) GetPayload() *models.OutcomePredictor
func (*GetJourneyOutcomesPredictorOK) IsClientError ¶
func (o *GetJourneyOutcomesPredictorOK) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor o k response has a 4xx status code
func (*GetJourneyOutcomesPredictorOK) IsCode ¶
func (o *GetJourneyOutcomesPredictorOK) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor o k response a status code equal to that given
func (*GetJourneyOutcomesPredictorOK) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorOK) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor o k response has a 3xx status code
func (*GetJourneyOutcomesPredictorOK) IsServerError ¶
func (o *GetJourneyOutcomesPredictorOK) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor o k response has a 5xx status code
func (*GetJourneyOutcomesPredictorOK) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorOK) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor o k response has a 2xx status code
func (*GetJourneyOutcomesPredictorOK) String ¶
func (o *GetJourneyOutcomesPredictorOK) String() string
type GetJourneyOutcomesPredictorParams ¶
type GetJourneyOutcomesPredictorParams struct { /* PredictorID. ID of predictor */ PredictorID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyOutcomesPredictorParams contains all the parameters to send to the API endpoint
for the get journey outcomes predictor operation. Typically these are written to a http.Request.
func NewGetJourneyOutcomesPredictorParams ¶
func NewGetJourneyOutcomesPredictorParams() *GetJourneyOutcomesPredictorParams
NewGetJourneyOutcomesPredictorParams creates a new GetJourneyOutcomesPredictorParams 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 NewGetJourneyOutcomesPredictorParamsWithContext ¶
func NewGetJourneyOutcomesPredictorParamsWithContext(ctx context.Context) *GetJourneyOutcomesPredictorParams
NewGetJourneyOutcomesPredictorParamsWithContext creates a new GetJourneyOutcomesPredictorParams object with the ability to set a context for a request.
func NewGetJourneyOutcomesPredictorParamsWithHTTPClient ¶
func NewGetJourneyOutcomesPredictorParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorParams
NewGetJourneyOutcomesPredictorParamsWithHTTPClient creates a new GetJourneyOutcomesPredictorParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyOutcomesPredictorParamsWithTimeout ¶
func NewGetJourneyOutcomesPredictorParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorParams
NewGetJourneyOutcomesPredictorParamsWithTimeout creates a new GetJourneyOutcomesPredictorParams object with the ability to set a timeout on a request.
func (*GetJourneyOutcomesPredictorParams) SetContext ¶
func (o *GetJourneyOutcomesPredictorParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) SetDefaults ¶
func (o *GetJourneyOutcomesPredictorParams) SetDefaults()
SetDefaults hydrates default values in the get journey outcomes predictor params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomesPredictorParams) SetHTTPClient ¶
func (o *GetJourneyOutcomesPredictorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) SetPredictorID ¶
func (o *GetJourneyOutcomesPredictorParams) SetPredictorID(predictorID string)
SetPredictorID adds the predictorId to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) SetTimeout ¶
func (o *GetJourneyOutcomesPredictorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) WithContext ¶
func (o *GetJourneyOutcomesPredictorParams) WithContext(ctx context.Context) *GetJourneyOutcomesPredictorParams
WithContext adds the context to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) WithDefaults ¶
func (o *GetJourneyOutcomesPredictorParams) WithDefaults() *GetJourneyOutcomesPredictorParams
WithDefaults hydrates default values in the get journey outcomes predictor params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomesPredictorParams) WithHTTPClient ¶
func (o *GetJourneyOutcomesPredictorParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorParams
WithHTTPClient adds the HTTPClient to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) WithPredictorID ¶
func (o *GetJourneyOutcomesPredictorParams) WithPredictorID(predictorID string) *GetJourneyOutcomesPredictorParams
WithPredictorID adds the predictorID to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) WithTimeout ¶
func (o *GetJourneyOutcomesPredictorParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorParams
WithTimeout adds the timeout to the get journey outcomes predictor params
func (*GetJourneyOutcomesPredictorParams) WriteToRequest ¶
func (o *GetJourneyOutcomesPredictorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyOutcomesPredictorReader ¶
type GetJourneyOutcomesPredictorReader struct {
// contains filtered or unexported fields
}
GetJourneyOutcomesPredictorReader is a Reader for the GetJourneyOutcomesPredictor structure.
func (*GetJourneyOutcomesPredictorReader) ReadResponse ¶
func (o *GetJourneyOutcomesPredictorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyOutcomesPredictorRequestEntityTooLarge ¶
GetJourneyOutcomesPredictorRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyOutcomesPredictorRequestEntityTooLarge ¶
func NewGetJourneyOutcomesPredictorRequestEntityTooLarge() *GetJourneyOutcomesPredictorRequestEntityTooLarge
NewGetJourneyOutcomesPredictorRequestEntityTooLarge creates a GetJourneyOutcomesPredictorRequestEntityTooLarge with default headers values
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) Error ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) Error() string
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor request entity too large response has a 4xx status code
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor request entity too large response a status code equal to that given
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor request entity too large response has a 3xx status code
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor request entity too large response has a 5xx status code
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor request entity too large response has a 2xx status code
func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) String ¶
func (o *GetJourneyOutcomesPredictorRequestEntityTooLarge) String() string
type GetJourneyOutcomesPredictorRequestTimeout ¶
GetJourneyOutcomesPredictorRequestTimeout 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 NewGetJourneyOutcomesPredictorRequestTimeout ¶
func NewGetJourneyOutcomesPredictorRequestTimeout() *GetJourneyOutcomesPredictorRequestTimeout
NewGetJourneyOutcomesPredictorRequestTimeout creates a GetJourneyOutcomesPredictorRequestTimeout with default headers values
func (*GetJourneyOutcomesPredictorRequestTimeout) Error ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) Error() string
func (*GetJourneyOutcomesPredictorRequestTimeout) GetPayload ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorRequestTimeout) IsClientError ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor request timeout response has a 4xx status code
func (*GetJourneyOutcomesPredictorRequestTimeout) IsCode ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor request timeout response a status code equal to that given
func (*GetJourneyOutcomesPredictorRequestTimeout) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor request timeout response has a 3xx status code
func (*GetJourneyOutcomesPredictorRequestTimeout) IsServerError ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor request timeout response has a 5xx status code
func (*GetJourneyOutcomesPredictorRequestTimeout) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor request timeout response has a 2xx status code
func (*GetJourneyOutcomesPredictorRequestTimeout) String ¶
func (o *GetJourneyOutcomesPredictorRequestTimeout) String() string
type GetJourneyOutcomesPredictorServiceUnavailable ¶
type GetJourneyOutcomesPredictorServiceUnavailable struct {
}GetJourneyOutcomesPredictorServiceUnavailable 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 NewGetJourneyOutcomesPredictorServiceUnavailable ¶
func NewGetJourneyOutcomesPredictorServiceUnavailable() *GetJourneyOutcomesPredictorServiceUnavailable
NewGetJourneyOutcomesPredictorServiceUnavailable creates a GetJourneyOutcomesPredictorServiceUnavailable with default headers values
func (*GetJourneyOutcomesPredictorServiceUnavailable) Error ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) Error() string
func (*GetJourneyOutcomesPredictorServiceUnavailable) GetPayload ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorServiceUnavailable) IsClientError ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor service unavailable response has a 4xx status code
func (*GetJourneyOutcomesPredictorServiceUnavailable) IsCode ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor service unavailable response a status code equal to that given
func (*GetJourneyOutcomesPredictorServiceUnavailable) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor service unavailable response has a 3xx status code
func (*GetJourneyOutcomesPredictorServiceUnavailable) IsServerError ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor service unavailable response has a 5xx status code
func (*GetJourneyOutcomesPredictorServiceUnavailable) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor service unavailable response has a 2xx status code
func (*GetJourneyOutcomesPredictorServiceUnavailable) String ¶
func (o *GetJourneyOutcomesPredictorServiceUnavailable) String() string
type GetJourneyOutcomesPredictorTooManyRequests ¶
GetJourneyOutcomesPredictorTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyOutcomesPredictorTooManyRequests ¶
func NewGetJourneyOutcomesPredictorTooManyRequests() *GetJourneyOutcomesPredictorTooManyRequests
NewGetJourneyOutcomesPredictorTooManyRequests creates a GetJourneyOutcomesPredictorTooManyRequests with default headers values
func (*GetJourneyOutcomesPredictorTooManyRequests) Error ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) Error() string
func (*GetJourneyOutcomesPredictorTooManyRequests) GetPayload ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorTooManyRequests) IsClientError ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor too many requests response has a 4xx status code
func (*GetJourneyOutcomesPredictorTooManyRequests) IsCode ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor too many requests response a status code equal to that given
func (*GetJourneyOutcomesPredictorTooManyRequests) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor too many requests response has a 3xx status code
func (*GetJourneyOutcomesPredictorTooManyRequests) IsServerError ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor too many requests response has a 5xx status code
func (*GetJourneyOutcomesPredictorTooManyRequests) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor too many requests response has a 2xx status code
func (*GetJourneyOutcomesPredictorTooManyRequests) String ¶
func (o *GetJourneyOutcomesPredictorTooManyRequests) String() string
type GetJourneyOutcomesPredictorUnauthorized ¶
type GetJourneyOutcomesPredictorUnauthorized struct {
}GetJourneyOutcomesPredictorUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyOutcomesPredictorUnauthorized ¶
func NewGetJourneyOutcomesPredictorUnauthorized() *GetJourneyOutcomesPredictorUnauthorized
NewGetJourneyOutcomesPredictorUnauthorized creates a GetJourneyOutcomesPredictorUnauthorized with default headers values
func (*GetJourneyOutcomesPredictorUnauthorized) Error ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) Error() string
func (*GetJourneyOutcomesPredictorUnauthorized) GetPayload ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorUnauthorized) IsClientError ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor unauthorized response has a 4xx status code
func (*GetJourneyOutcomesPredictorUnauthorized) IsCode ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor unauthorized response a status code equal to that given
func (*GetJourneyOutcomesPredictorUnauthorized) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor unauthorized response has a 3xx status code
func (*GetJourneyOutcomesPredictorUnauthorized) IsServerError ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor unauthorized response has a 5xx status code
func (*GetJourneyOutcomesPredictorUnauthorized) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor unauthorized response has a 2xx status code
func (*GetJourneyOutcomesPredictorUnauthorized) String ¶
func (o *GetJourneyOutcomesPredictorUnauthorized) String() string
type GetJourneyOutcomesPredictorUnsupportedMediaType ¶
GetJourneyOutcomesPredictorUnsupportedMediaType 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 NewGetJourneyOutcomesPredictorUnsupportedMediaType ¶
func NewGetJourneyOutcomesPredictorUnsupportedMediaType() *GetJourneyOutcomesPredictorUnsupportedMediaType
NewGetJourneyOutcomesPredictorUnsupportedMediaType creates a GetJourneyOutcomesPredictorUnsupportedMediaType with default headers values
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) Error ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) Error() string
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey outcomes predictor unsupported media type response has a 4xx status code
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsCode ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictor unsupported media type response a status code equal to that given
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictor unsupported media type response has a 3xx status code
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey outcomes predictor unsupported media type response has a 5xx status code
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictor unsupported media type response has a 2xx status code
func (*GetJourneyOutcomesPredictorUnsupportedMediaType) String ¶
func (o *GetJourneyOutcomesPredictorUnsupportedMediaType) String() string
type GetJourneyOutcomesPredictorsBadRequest ¶
GetJourneyOutcomesPredictorsBadRequest 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 NewGetJourneyOutcomesPredictorsBadRequest ¶
func NewGetJourneyOutcomesPredictorsBadRequest() *GetJourneyOutcomesPredictorsBadRequest
NewGetJourneyOutcomesPredictorsBadRequest creates a GetJourneyOutcomesPredictorsBadRequest with default headers values
func (*GetJourneyOutcomesPredictorsBadRequest) Error ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) Error() string
func (*GetJourneyOutcomesPredictorsBadRequest) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsBadRequest) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors bad request response has a 4xx status code
func (*GetJourneyOutcomesPredictorsBadRequest) IsCode ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors bad request response a status code equal to that given
func (*GetJourneyOutcomesPredictorsBadRequest) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors bad request response has a 3xx status code
func (*GetJourneyOutcomesPredictorsBadRequest) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors bad request response has a 5xx status code
func (*GetJourneyOutcomesPredictorsBadRequest) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors bad request response has a 2xx status code
func (*GetJourneyOutcomesPredictorsBadRequest) String ¶
func (o *GetJourneyOutcomesPredictorsBadRequest) String() string
type GetJourneyOutcomesPredictorsForbidden ¶
GetJourneyOutcomesPredictorsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneyOutcomesPredictorsForbidden ¶
func NewGetJourneyOutcomesPredictorsForbidden() *GetJourneyOutcomesPredictorsForbidden
NewGetJourneyOutcomesPredictorsForbidden creates a GetJourneyOutcomesPredictorsForbidden with default headers values
func (*GetJourneyOutcomesPredictorsForbidden) Error ¶
func (o *GetJourneyOutcomesPredictorsForbidden) Error() string
func (*GetJourneyOutcomesPredictorsForbidden) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsForbidden) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsForbidden) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsForbidden) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors forbidden response has a 4xx status code
func (*GetJourneyOutcomesPredictorsForbidden) IsCode ¶
func (o *GetJourneyOutcomesPredictorsForbidden) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors forbidden response a status code equal to that given
func (*GetJourneyOutcomesPredictorsForbidden) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsForbidden) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors forbidden response has a 3xx status code
func (*GetJourneyOutcomesPredictorsForbidden) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsForbidden) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors forbidden response has a 5xx status code
func (*GetJourneyOutcomesPredictorsForbidden) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsForbidden) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors forbidden response has a 2xx status code
func (*GetJourneyOutcomesPredictorsForbidden) String ¶
func (o *GetJourneyOutcomesPredictorsForbidden) String() string
type GetJourneyOutcomesPredictorsGatewayTimeout ¶
GetJourneyOutcomesPredictorsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneyOutcomesPredictorsGatewayTimeout ¶
func NewGetJourneyOutcomesPredictorsGatewayTimeout() *GetJourneyOutcomesPredictorsGatewayTimeout
NewGetJourneyOutcomesPredictorsGatewayTimeout creates a GetJourneyOutcomesPredictorsGatewayTimeout with default headers values
func (*GetJourneyOutcomesPredictorsGatewayTimeout) Error ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) Error() string
func (*GetJourneyOutcomesPredictorsGatewayTimeout) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors gateway timeout response has a 4xx status code
func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsCode ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors gateway timeout response a status code equal to that given
func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors gateway timeout response has a 3xx status code
func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors gateway timeout response has a 5xx status code
func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors gateway timeout response has a 2xx status code
func (*GetJourneyOutcomesPredictorsGatewayTimeout) String ¶
func (o *GetJourneyOutcomesPredictorsGatewayTimeout) String() string
type GetJourneyOutcomesPredictorsInternalServerError ¶
GetJourneyOutcomesPredictorsInternalServerError 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 NewGetJourneyOutcomesPredictorsInternalServerError ¶
func NewGetJourneyOutcomesPredictorsInternalServerError() *GetJourneyOutcomesPredictorsInternalServerError
NewGetJourneyOutcomesPredictorsInternalServerError creates a GetJourneyOutcomesPredictorsInternalServerError with default headers values
func (*GetJourneyOutcomesPredictorsInternalServerError) Error ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) Error() string
func (*GetJourneyOutcomesPredictorsInternalServerError) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsInternalServerError) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors internal server error response has a 4xx status code
func (*GetJourneyOutcomesPredictorsInternalServerError) IsCode ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors internal server error response a status code equal to that given
func (*GetJourneyOutcomesPredictorsInternalServerError) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors internal server error response has a 3xx status code
func (*GetJourneyOutcomesPredictorsInternalServerError) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors internal server error response has a 5xx status code
func (*GetJourneyOutcomesPredictorsInternalServerError) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors internal server error response has a 2xx status code
func (*GetJourneyOutcomesPredictorsInternalServerError) String ¶
func (o *GetJourneyOutcomesPredictorsInternalServerError) String() string
type GetJourneyOutcomesPredictorsNotFound ¶
GetJourneyOutcomesPredictorsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneyOutcomesPredictorsNotFound ¶
func NewGetJourneyOutcomesPredictorsNotFound() *GetJourneyOutcomesPredictorsNotFound
NewGetJourneyOutcomesPredictorsNotFound creates a GetJourneyOutcomesPredictorsNotFound with default headers values
func (*GetJourneyOutcomesPredictorsNotFound) Error ¶
func (o *GetJourneyOutcomesPredictorsNotFound) Error() string
func (*GetJourneyOutcomesPredictorsNotFound) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsNotFound) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsNotFound) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsNotFound) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors not found response has a 4xx status code
func (*GetJourneyOutcomesPredictorsNotFound) IsCode ¶
func (o *GetJourneyOutcomesPredictorsNotFound) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors not found response a status code equal to that given
func (*GetJourneyOutcomesPredictorsNotFound) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsNotFound) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors not found response has a 3xx status code
func (*GetJourneyOutcomesPredictorsNotFound) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsNotFound) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors not found response has a 5xx status code
func (*GetJourneyOutcomesPredictorsNotFound) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsNotFound) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors not found response has a 2xx status code
func (*GetJourneyOutcomesPredictorsNotFound) String ¶
func (o *GetJourneyOutcomesPredictorsNotFound) String() string
type GetJourneyOutcomesPredictorsOK ¶
type GetJourneyOutcomesPredictorsOK struct {
Payload *models.OutcomePredictorListing
}
GetJourneyOutcomesPredictorsOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneyOutcomesPredictorsOK ¶
func NewGetJourneyOutcomesPredictorsOK() *GetJourneyOutcomesPredictorsOK
NewGetJourneyOutcomesPredictorsOK creates a GetJourneyOutcomesPredictorsOK with default headers values
func (*GetJourneyOutcomesPredictorsOK) Error ¶
func (o *GetJourneyOutcomesPredictorsOK) Error() string
func (*GetJourneyOutcomesPredictorsOK) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsOK) GetPayload() *models.OutcomePredictorListing
func (*GetJourneyOutcomesPredictorsOK) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsOK) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors o k response has a 4xx status code
func (*GetJourneyOutcomesPredictorsOK) IsCode ¶
func (o *GetJourneyOutcomesPredictorsOK) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors o k response a status code equal to that given
func (*GetJourneyOutcomesPredictorsOK) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsOK) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors o k response has a 3xx status code
func (*GetJourneyOutcomesPredictorsOK) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsOK) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors o k response has a 5xx status code
func (*GetJourneyOutcomesPredictorsOK) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsOK) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors o k response has a 2xx status code
func (*GetJourneyOutcomesPredictorsOK) String ¶
func (o *GetJourneyOutcomesPredictorsOK) String() string
type GetJourneyOutcomesPredictorsParams ¶
type GetJourneyOutcomesPredictorsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneyOutcomesPredictorsParams contains all the parameters to send to the API endpoint
for the get journey outcomes predictors operation. Typically these are written to a http.Request.
func NewGetJourneyOutcomesPredictorsParams ¶
func NewGetJourneyOutcomesPredictorsParams() *GetJourneyOutcomesPredictorsParams
NewGetJourneyOutcomesPredictorsParams creates a new GetJourneyOutcomesPredictorsParams 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 NewGetJourneyOutcomesPredictorsParamsWithContext ¶
func NewGetJourneyOutcomesPredictorsParamsWithContext(ctx context.Context) *GetJourneyOutcomesPredictorsParams
NewGetJourneyOutcomesPredictorsParamsWithContext creates a new GetJourneyOutcomesPredictorsParams object with the ability to set a context for a request.
func NewGetJourneyOutcomesPredictorsParamsWithHTTPClient ¶
func NewGetJourneyOutcomesPredictorsParamsWithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorsParams
NewGetJourneyOutcomesPredictorsParamsWithHTTPClient creates a new GetJourneyOutcomesPredictorsParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneyOutcomesPredictorsParamsWithTimeout ¶
func NewGetJourneyOutcomesPredictorsParamsWithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorsParams
NewGetJourneyOutcomesPredictorsParamsWithTimeout creates a new GetJourneyOutcomesPredictorsParams object with the ability to set a timeout on a request.
func (*GetJourneyOutcomesPredictorsParams) SetContext ¶
func (o *GetJourneyOutcomesPredictorsParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey outcomes predictors params
func (*GetJourneyOutcomesPredictorsParams) SetDefaults ¶
func (o *GetJourneyOutcomesPredictorsParams) SetDefaults()
SetDefaults hydrates default values in the get journey outcomes predictors params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomesPredictorsParams) SetHTTPClient ¶
func (o *GetJourneyOutcomesPredictorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey outcomes predictors params
func (*GetJourneyOutcomesPredictorsParams) SetTimeout ¶
func (o *GetJourneyOutcomesPredictorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey outcomes predictors params
func (*GetJourneyOutcomesPredictorsParams) WithContext ¶
func (o *GetJourneyOutcomesPredictorsParams) WithContext(ctx context.Context) *GetJourneyOutcomesPredictorsParams
WithContext adds the context to the get journey outcomes predictors params
func (*GetJourneyOutcomesPredictorsParams) WithDefaults ¶
func (o *GetJourneyOutcomesPredictorsParams) WithDefaults() *GetJourneyOutcomesPredictorsParams
WithDefaults hydrates default values in the get journey outcomes predictors params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneyOutcomesPredictorsParams) WithHTTPClient ¶
func (o *GetJourneyOutcomesPredictorsParams) WithHTTPClient(client *http.Client) *GetJourneyOutcomesPredictorsParams
WithHTTPClient adds the HTTPClient to the get journey outcomes predictors params
func (*GetJourneyOutcomesPredictorsParams) WithTimeout ¶
func (o *GetJourneyOutcomesPredictorsParams) WithTimeout(timeout time.Duration) *GetJourneyOutcomesPredictorsParams
WithTimeout adds the timeout to the get journey outcomes predictors params
func (*GetJourneyOutcomesPredictorsParams) WriteToRequest ¶
func (o *GetJourneyOutcomesPredictorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneyOutcomesPredictorsReader ¶
type GetJourneyOutcomesPredictorsReader struct {
// contains filtered or unexported fields
}
GetJourneyOutcomesPredictorsReader is a Reader for the GetJourneyOutcomesPredictors structure.
func (*GetJourneyOutcomesPredictorsReader) ReadResponse ¶
func (o *GetJourneyOutcomesPredictorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyOutcomesPredictorsRequestEntityTooLarge ¶
GetJourneyOutcomesPredictorsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyOutcomesPredictorsRequestEntityTooLarge ¶
func NewGetJourneyOutcomesPredictorsRequestEntityTooLarge() *GetJourneyOutcomesPredictorsRequestEntityTooLarge
NewGetJourneyOutcomesPredictorsRequestEntityTooLarge creates a GetJourneyOutcomesPredictorsRequestEntityTooLarge with default headers values
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) Error ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) Error() string
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors request entity too large response has a 4xx status code
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors request entity too large response a status code equal to that given
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors request entity too large response has a 3xx status code
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors request entity too large response has a 5xx status code
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors request entity too large response has a 2xx status code
func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) String ¶
func (o *GetJourneyOutcomesPredictorsRequestEntityTooLarge) String() string
type GetJourneyOutcomesPredictorsRequestTimeout ¶
GetJourneyOutcomesPredictorsRequestTimeout 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 NewGetJourneyOutcomesPredictorsRequestTimeout ¶
func NewGetJourneyOutcomesPredictorsRequestTimeout() *GetJourneyOutcomesPredictorsRequestTimeout
NewGetJourneyOutcomesPredictorsRequestTimeout creates a GetJourneyOutcomesPredictorsRequestTimeout with default headers values
func (*GetJourneyOutcomesPredictorsRequestTimeout) Error ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) Error() string
func (*GetJourneyOutcomesPredictorsRequestTimeout) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsRequestTimeout) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors request timeout response has a 4xx status code
func (*GetJourneyOutcomesPredictorsRequestTimeout) IsCode ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors request timeout response a status code equal to that given
func (*GetJourneyOutcomesPredictorsRequestTimeout) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors request timeout response has a 3xx status code
func (*GetJourneyOutcomesPredictorsRequestTimeout) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors request timeout response has a 5xx status code
func (*GetJourneyOutcomesPredictorsRequestTimeout) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors request timeout response has a 2xx status code
func (*GetJourneyOutcomesPredictorsRequestTimeout) String ¶
func (o *GetJourneyOutcomesPredictorsRequestTimeout) String() string
type GetJourneyOutcomesPredictorsServiceUnavailable ¶
type GetJourneyOutcomesPredictorsServiceUnavailable struct {
}GetJourneyOutcomesPredictorsServiceUnavailable 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 NewGetJourneyOutcomesPredictorsServiceUnavailable ¶
func NewGetJourneyOutcomesPredictorsServiceUnavailable() *GetJourneyOutcomesPredictorsServiceUnavailable
NewGetJourneyOutcomesPredictorsServiceUnavailable creates a GetJourneyOutcomesPredictorsServiceUnavailable with default headers values
func (*GetJourneyOutcomesPredictorsServiceUnavailable) Error ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) Error() string
func (*GetJourneyOutcomesPredictorsServiceUnavailable) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors service unavailable response has a 4xx status code
func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsCode ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors service unavailable response a status code equal to that given
func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors service unavailable response has a 3xx status code
func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors service unavailable response has a 5xx status code
func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors service unavailable response has a 2xx status code
func (*GetJourneyOutcomesPredictorsServiceUnavailable) String ¶
func (o *GetJourneyOutcomesPredictorsServiceUnavailable) String() string
type GetJourneyOutcomesPredictorsTooManyRequests ¶
GetJourneyOutcomesPredictorsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyOutcomesPredictorsTooManyRequests ¶
func NewGetJourneyOutcomesPredictorsTooManyRequests() *GetJourneyOutcomesPredictorsTooManyRequests
NewGetJourneyOutcomesPredictorsTooManyRequests creates a GetJourneyOutcomesPredictorsTooManyRequests with default headers values
func (*GetJourneyOutcomesPredictorsTooManyRequests) Error ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) Error() string
func (*GetJourneyOutcomesPredictorsTooManyRequests) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsTooManyRequests) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors too many requests response has a 4xx status code
func (*GetJourneyOutcomesPredictorsTooManyRequests) IsCode ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors too many requests response a status code equal to that given
func (*GetJourneyOutcomesPredictorsTooManyRequests) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors too many requests response has a 3xx status code
func (*GetJourneyOutcomesPredictorsTooManyRequests) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors too many requests response has a 5xx status code
func (*GetJourneyOutcomesPredictorsTooManyRequests) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors too many requests response has a 2xx status code
func (*GetJourneyOutcomesPredictorsTooManyRequests) String ¶
func (o *GetJourneyOutcomesPredictorsTooManyRequests) String() string
type GetJourneyOutcomesPredictorsUnauthorized ¶
type GetJourneyOutcomesPredictorsUnauthorized struct {
}GetJourneyOutcomesPredictorsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyOutcomesPredictorsUnauthorized ¶
func NewGetJourneyOutcomesPredictorsUnauthorized() *GetJourneyOutcomesPredictorsUnauthorized
NewGetJourneyOutcomesPredictorsUnauthorized creates a GetJourneyOutcomesPredictorsUnauthorized with default headers values
func (*GetJourneyOutcomesPredictorsUnauthorized) Error ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) Error() string
func (*GetJourneyOutcomesPredictorsUnauthorized) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsUnauthorized) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors unauthorized response has a 4xx status code
func (*GetJourneyOutcomesPredictorsUnauthorized) IsCode ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors unauthorized response a status code equal to that given
func (*GetJourneyOutcomesPredictorsUnauthorized) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors unauthorized response has a 3xx status code
func (*GetJourneyOutcomesPredictorsUnauthorized) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors unauthorized response has a 5xx status code
func (*GetJourneyOutcomesPredictorsUnauthorized) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors unauthorized response has a 2xx status code
func (*GetJourneyOutcomesPredictorsUnauthorized) String ¶
func (o *GetJourneyOutcomesPredictorsUnauthorized) String() string
type GetJourneyOutcomesPredictorsUnsupportedMediaType ¶
GetJourneyOutcomesPredictorsUnsupportedMediaType 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 NewGetJourneyOutcomesPredictorsUnsupportedMediaType ¶
func NewGetJourneyOutcomesPredictorsUnsupportedMediaType() *GetJourneyOutcomesPredictorsUnsupportedMediaType
NewGetJourneyOutcomesPredictorsUnsupportedMediaType creates a GetJourneyOutcomesPredictorsUnsupportedMediaType with default headers values
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) Error ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) Error() string
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey outcomes predictors unsupported media type response has a 4xx status code
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsCode ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey outcomes predictors unsupported media type response a status code equal to that given
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey outcomes predictors unsupported media type response has a 3xx status code
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey outcomes predictors unsupported media type response has a 5xx status code
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey outcomes predictors unsupported media type response has a 2xx status code
func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) String ¶
func (o *GetJourneyOutcomesPredictorsUnsupportedMediaType) String() string
type GetJourneyOutcomesReader ¶
type GetJourneyOutcomesReader struct {
// contains filtered or unexported fields
}
GetJourneyOutcomesReader is a Reader for the GetJourneyOutcomes structure.
func (*GetJourneyOutcomesReader) ReadResponse ¶
func (o *GetJourneyOutcomesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneyOutcomesRequestEntityTooLarge ¶
GetJourneyOutcomesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneyOutcomesRequestEntityTooLarge ¶
func NewGetJourneyOutcomesRequestEntityTooLarge() *GetJourneyOutcomesRequestEntityTooLarge
NewGetJourneyOutcomesRequestEntityTooLarge creates a GetJourneyOutcomesRequestEntityTooLarge with default headers values
func (*GetJourneyOutcomesRequestEntityTooLarge) Error ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) Error() string
func (*GetJourneyOutcomesRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey outcomes request entity too large response has a 4xx status code
func (*GetJourneyOutcomesRequestEntityTooLarge) IsCode ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey outcomes request entity too large response a status code equal to that given
func (*GetJourneyOutcomesRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey outcomes request entity too large response has a 3xx status code
func (*GetJourneyOutcomesRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey outcomes request entity too large response has a 5xx status code
func (*GetJourneyOutcomesRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey outcomes request entity too large response has a 2xx status code
func (*GetJourneyOutcomesRequestEntityTooLarge) String ¶
func (o *GetJourneyOutcomesRequestEntityTooLarge) String() string
type GetJourneyOutcomesRequestTimeout ¶
GetJourneyOutcomesRequestTimeout 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 NewGetJourneyOutcomesRequestTimeout ¶
func NewGetJourneyOutcomesRequestTimeout() *GetJourneyOutcomesRequestTimeout
NewGetJourneyOutcomesRequestTimeout creates a GetJourneyOutcomesRequestTimeout with default headers values
func (*GetJourneyOutcomesRequestTimeout) Error ¶
func (o *GetJourneyOutcomesRequestTimeout) Error() string
func (*GetJourneyOutcomesRequestTimeout) GetPayload ¶
func (o *GetJourneyOutcomesRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesRequestTimeout) IsClientError ¶
func (o *GetJourneyOutcomesRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey outcomes request timeout response has a 4xx status code
func (*GetJourneyOutcomesRequestTimeout) IsCode ¶
func (o *GetJourneyOutcomesRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey outcomes request timeout response a status code equal to that given
func (*GetJourneyOutcomesRequestTimeout) IsRedirect ¶
func (o *GetJourneyOutcomesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey outcomes request timeout response has a 3xx status code
func (*GetJourneyOutcomesRequestTimeout) IsServerError ¶
func (o *GetJourneyOutcomesRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey outcomes request timeout response has a 5xx status code
func (*GetJourneyOutcomesRequestTimeout) IsSuccess ¶
func (o *GetJourneyOutcomesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey outcomes request timeout response has a 2xx status code
func (*GetJourneyOutcomesRequestTimeout) String ¶
func (o *GetJourneyOutcomesRequestTimeout) String() string
type GetJourneyOutcomesServiceUnavailable ¶
type GetJourneyOutcomesServiceUnavailable struct {
}GetJourneyOutcomesServiceUnavailable 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 NewGetJourneyOutcomesServiceUnavailable ¶
func NewGetJourneyOutcomesServiceUnavailable() *GetJourneyOutcomesServiceUnavailable
NewGetJourneyOutcomesServiceUnavailable creates a GetJourneyOutcomesServiceUnavailable with default headers values
func (*GetJourneyOutcomesServiceUnavailable) Error ¶
func (o *GetJourneyOutcomesServiceUnavailable) Error() string
func (*GetJourneyOutcomesServiceUnavailable) GetPayload ¶
func (o *GetJourneyOutcomesServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesServiceUnavailable) IsClientError ¶
func (o *GetJourneyOutcomesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey outcomes service unavailable response has a 4xx status code
func (*GetJourneyOutcomesServiceUnavailable) IsCode ¶
func (o *GetJourneyOutcomesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey outcomes service unavailable response a status code equal to that given
func (*GetJourneyOutcomesServiceUnavailable) IsRedirect ¶
func (o *GetJourneyOutcomesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey outcomes service unavailable response has a 3xx status code
func (*GetJourneyOutcomesServiceUnavailable) IsServerError ¶
func (o *GetJourneyOutcomesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey outcomes service unavailable response has a 5xx status code
func (*GetJourneyOutcomesServiceUnavailable) IsSuccess ¶
func (o *GetJourneyOutcomesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey outcomes service unavailable response has a 2xx status code
func (*GetJourneyOutcomesServiceUnavailable) String ¶
func (o *GetJourneyOutcomesServiceUnavailable) String() string
type GetJourneyOutcomesTooManyRequests ¶
GetJourneyOutcomesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneyOutcomesTooManyRequests ¶
func NewGetJourneyOutcomesTooManyRequests() *GetJourneyOutcomesTooManyRequests
NewGetJourneyOutcomesTooManyRequests creates a GetJourneyOutcomesTooManyRequests with default headers values
func (*GetJourneyOutcomesTooManyRequests) Error ¶
func (o *GetJourneyOutcomesTooManyRequests) Error() string
func (*GetJourneyOutcomesTooManyRequests) GetPayload ¶
func (o *GetJourneyOutcomesTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesTooManyRequests) IsClientError ¶
func (o *GetJourneyOutcomesTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey outcomes too many requests response has a 4xx status code
func (*GetJourneyOutcomesTooManyRequests) IsCode ¶
func (o *GetJourneyOutcomesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey outcomes too many requests response a status code equal to that given
func (*GetJourneyOutcomesTooManyRequests) IsRedirect ¶
func (o *GetJourneyOutcomesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey outcomes too many requests response has a 3xx status code
func (*GetJourneyOutcomesTooManyRequests) IsServerError ¶
func (o *GetJourneyOutcomesTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey outcomes too many requests response has a 5xx status code
func (*GetJourneyOutcomesTooManyRequests) IsSuccess ¶
func (o *GetJourneyOutcomesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey outcomes too many requests response has a 2xx status code
func (*GetJourneyOutcomesTooManyRequests) String ¶
func (o *GetJourneyOutcomesTooManyRequests) String() string
type GetJourneyOutcomesUnauthorized ¶
type GetJourneyOutcomesUnauthorized struct {
}GetJourneyOutcomesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneyOutcomesUnauthorized ¶
func NewGetJourneyOutcomesUnauthorized() *GetJourneyOutcomesUnauthorized
NewGetJourneyOutcomesUnauthorized creates a GetJourneyOutcomesUnauthorized with default headers values
func (*GetJourneyOutcomesUnauthorized) Error ¶
func (o *GetJourneyOutcomesUnauthorized) Error() string
func (*GetJourneyOutcomesUnauthorized) GetPayload ¶
func (o *GetJourneyOutcomesUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesUnauthorized) IsClientError ¶
func (o *GetJourneyOutcomesUnauthorized) IsClientError() bool
IsClientError returns true when this get journey outcomes unauthorized response has a 4xx status code
func (*GetJourneyOutcomesUnauthorized) IsCode ¶
func (o *GetJourneyOutcomesUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey outcomes unauthorized response a status code equal to that given
func (*GetJourneyOutcomesUnauthorized) IsRedirect ¶
func (o *GetJourneyOutcomesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey outcomes unauthorized response has a 3xx status code
func (*GetJourneyOutcomesUnauthorized) IsServerError ¶
func (o *GetJourneyOutcomesUnauthorized) IsServerError() bool
IsServerError returns true when this get journey outcomes unauthorized response has a 5xx status code
func (*GetJourneyOutcomesUnauthorized) IsSuccess ¶
func (o *GetJourneyOutcomesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey outcomes unauthorized response has a 2xx status code
func (*GetJourneyOutcomesUnauthorized) String ¶
func (o *GetJourneyOutcomesUnauthorized) String() string
type GetJourneyOutcomesUnsupportedMediaType ¶
GetJourneyOutcomesUnsupportedMediaType 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 NewGetJourneyOutcomesUnsupportedMediaType ¶
func NewGetJourneyOutcomesUnsupportedMediaType() *GetJourneyOutcomesUnsupportedMediaType
NewGetJourneyOutcomesUnsupportedMediaType creates a GetJourneyOutcomesUnsupportedMediaType with default headers values
func (*GetJourneyOutcomesUnsupportedMediaType) Error ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) Error() string
func (*GetJourneyOutcomesUnsupportedMediaType) GetPayload ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneyOutcomesUnsupportedMediaType) IsClientError ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey outcomes unsupported media type response has a 4xx status code
func (*GetJourneyOutcomesUnsupportedMediaType) IsCode ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey outcomes unsupported media type response a status code equal to that given
func (*GetJourneyOutcomesUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey outcomes unsupported media type response has a 3xx status code
func (*GetJourneyOutcomesUnsupportedMediaType) IsServerError ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey outcomes unsupported media type response has a 5xx status code
func (*GetJourneyOutcomesUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey outcomes unsupported media type response has a 2xx status code
func (*GetJourneyOutcomesUnsupportedMediaType) String ¶
func (o *GetJourneyOutcomesUnsupportedMediaType) String() string
type GetJourneySegmentBadRequest ¶
GetJourneySegmentBadRequest 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 NewGetJourneySegmentBadRequest ¶
func NewGetJourneySegmentBadRequest() *GetJourneySegmentBadRequest
NewGetJourneySegmentBadRequest creates a GetJourneySegmentBadRequest with default headers values
func (*GetJourneySegmentBadRequest) Error ¶
func (o *GetJourneySegmentBadRequest) Error() string
func (*GetJourneySegmentBadRequest) GetPayload ¶
func (o *GetJourneySegmentBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneySegmentBadRequest) IsClientError ¶
func (o *GetJourneySegmentBadRequest) IsClientError() bool
IsClientError returns true when this get journey segment bad request response has a 4xx status code
func (*GetJourneySegmentBadRequest) IsCode ¶
func (o *GetJourneySegmentBadRequest) IsCode(code int) bool
IsCode returns true when this get journey segment bad request response a status code equal to that given
func (*GetJourneySegmentBadRequest) IsRedirect ¶
func (o *GetJourneySegmentBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey segment bad request response has a 3xx status code
func (*GetJourneySegmentBadRequest) IsServerError ¶
func (o *GetJourneySegmentBadRequest) IsServerError() bool
IsServerError returns true when this get journey segment bad request response has a 5xx status code
func (*GetJourneySegmentBadRequest) IsSuccess ¶
func (o *GetJourneySegmentBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey segment bad request response has a 2xx status code
func (*GetJourneySegmentBadRequest) String ¶
func (o *GetJourneySegmentBadRequest) String() string
type GetJourneySegmentForbidden ¶
GetJourneySegmentForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneySegmentForbidden ¶
func NewGetJourneySegmentForbidden() *GetJourneySegmentForbidden
NewGetJourneySegmentForbidden creates a GetJourneySegmentForbidden with default headers values
func (*GetJourneySegmentForbidden) Error ¶
func (o *GetJourneySegmentForbidden) Error() string
func (*GetJourneySegmentForbidden) GetPayload ¶
func (o *GetJourneySegmentForbidden) GetPayload() *models.ErrorBody
func (*GetJourneySegmentForbidden) IsClientError ¶
func (o *GetJourneySegmentForbidden) IsClientError() bool
IsClientError returns true when this get journey segment forbidden response has a 4xx status code
func (*GetJourneySegmentForbidden) IsCode ¶
func (o *GetJourneySegmentForbidden) IsCode(code int) bool
IsCode returns true when this get journey segment forbidden response a status code equal to that given
func (*GetJourneySegmentForbidden) IsRedirect ¶
func (o *GetJourneySegmentForbidden) IsRedirect() bool
IsRedirect returns true when this get journey segment forbidden response has a 3xx status code
func (*GetJourneySegmentForbidden) IsServerError ¶
func (o *GetJourneySegmentForbidden) IsServerError() bool
IsServerError returns true when this get journey segment forbidden response has a 5xx status code
func (*GetJourneySegmentForbidden) IsSuccess ¶
func (o *GetJourneySegmentForbidden) IsSuccess() bool
IsSuccess returns true when this get journey segment forbidden response has a 2xx status code
func (*GetJourneySegmentForbidden) String ¶
func (o *GetJourneySegmentForbidden) String() string
type GetJourneySegmentGatewayTimeout ¶
GetJourneySegmentGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneySegmentGatewayTimeout ¶
func NewGetJourneySegmentGatewayTimeout() *GetJourneySegmentGatewayTimeout
NewGetJourneySegmentGatewayTimeout creates a GetJourneySegmentGatewayTimeout with default headers values
func (*GetJourneySegmentGatewayTimeout) Error ¶
func (o *GetJourneySegmentGatewayTimeout) Error() string
func (*GetJourneySegmentGatewayTimeout) GetPayload ¶
func (o *GetJourneySegmentGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySegmentGatewayTimeout) IsClientError ¶
func (o *GetJourneySegmentGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey segment gateway timeout response has a 4xx status code
func (*GetJourneySegmentGatewayTimeout) IsCode ¶
func (o *GetJourneySegmentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey segment gateway timeout response a status code equal to that given
func (*GetJourneySegmentGatewayTimeout) IsRedirect ¶
func (o *GetJourneySegmentGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey segment gateway timeout response has a 3xx status code
func (*GetJourneySegmentGatewayTimeout) IsServerError ¶
func (o *GetJourneySegmentGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey segment gateway timeout response has a 5xx status code
func (*GetJourneySegmentGatewayTimeout) IsSuccess ¶
func (o *GetJourneySegmentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey segment gateway timeout response has a 2xx status code
func (*GetJourneySegmentGatewayTimeout) String ¶
func (o *GetJourneySegmentGatewayTimeout) String() string
type GetJourneySegmentInternalServerError ¶
GetJourneySegmentInternalServerError 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 NewGetJourneySegmentInternalServerError ¶
func NewGetJourneySegmentInternalServerError() *GetJourneySegmentInternalServerError
NewGetJourneySegmentInternalServerError creates a GetJourneySegmentInternalServerError with default headers values
func (*GetJourneySegmentInternalServerError) Error ¶
func (o *GetJourneySegmentInternalServerError) Error() string
func (*GetJourneySegmentInternalServerError) GetPayload ¶
func (o *GetJourneySegmentInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneySegmentInternalServerError) IsClientError ¶
func (o *GetJourneySegmentInternalServerError) IsClientError() bool
IsClientError returns true when this get journey segment internal server error response has a 4xx status code
func (*GetJourneySegmentInternalServerError) IsCode ¶
func (o *GetJourneySegmentInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey segment internal server error response a status code equal to that given
func (*GetJourneySegmentInternalServerError) IsRedirect ¶
func (o *GetJourneySegmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey segment internal server error response has a 3xx status code
func (*GetJourneySegmentInternalServerError) IsServerError ¶
func (o *GetJourneySegmentInternalServerError) IsServerError() bool
IsServerError returns true when this get journey segment internal server error response has a 5xx status code
func (*GetJourneySegmentInternalServerError) IsSuccess ¶
func (o *GetJourneySegmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey segment internal server error response has a 2xx status code
func (*GetJourneySegmentInternalServerError) String ¶
func (o *GetJourneySegmentInternalServerError) String() string
type GetJourneySegmentNotFound ¶
GetJourneySegmentNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneySegmentNotFound ¶
func NewGetJourneySegmentNotFound() *GetJourneySegmentNotFound
NewGetJourneySegmentNotFound creates a GetJourneySegmentNotFound with default headers values
func (*GetJourneySegmentNotFound) Error ¶
func (o *GetJourneySegmentNotFound) Error() string
func (*GetJourneySegmentNotFound) GetPayload ¶
func (o *GetJourneySegmentNotFound) GetPayload() *models.ErrorBody
func (*GetJourneySegmentNotFound) IsClientError ¶
func (o *GetJourneySegmentNotFound) IsClientError() bool
IsClientError returns true when this get journey segment not found response has a 4xx status code
func (*GetJourneySegmentNotFound) IsCode ¶
func (o *GetJourneySegmentNotFound) IsCode(code int) bool
IsCode returns true when this get journey segment not found response a status code equal to that given
func (*GetJourneySegmentNotFound) IsRedirect ¶
func (o *GetJourneySegmentNotFound) IsRedirect() bool
IsRedirect returns true when this get journey segment not found response has a 3xx status code
func (*GetJourneySegmentNotFound) IsServerError ¶
func (o *GetJourneySegmentNotFound) IsServerError() bool
IsServerError returns true when this get journey segment not found response has a 5xx status code
func (*GetJourneySegmentNotFound) IsSuccess ¶
func (o *GetJourneySegmentNotFound) IsSuccess() bool
IsSuccess returns true when this get journey segment not found response has a 2xx status code
func (*GetJourneySegmentNotFound) String ¶
func (o *GetJourneySegmentNotFound) String() string
type GetJourneySegmentOK ¶
type GetJourneySegmentOK struct {
Payload *models.JourneySegment
}
GetJourneySegmentOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneySegmentOK ¶
func NewGetJourneySegmentOK() *GetJourneySegmentOK
NewGetJourneySegmentOK creates a GetJourneySegmentOK with default headers values
func (*GetJourneySegmentOK) Error ¶
func (o *GetJourneySegmentOK) Error() string
func (*GetJourneySegmentOK) GetPayload ¶
func (o *GetJourneySegmentOK) GetPayload() *models.JourneySegment
func (*GetJourneySegmentOK) IsClientError ¶
func (o *GetJourneySegmentOK) IsClientError() bool
IsClientError returns true when this get journey segment o k response has a 4xx status code
func (*GetJourneySegmentOK) IsCode ¶
func (o *GetJourneySegmentOK) IsCode(code int) bool
IsCode returns true when this get journey segment o k response a status code equal to that given
func (*GetJourneySegmentOK) IsRedirect ¶
func (o *GetJourneySegmentOK) IsRedirect() bool
IsRedirect returns true when this get journey segment o k response has a 3xx status code
func (*GetJourneySegmentOK) IsServerError ¶
func (o *GetJourneySegmentOK) IsServerError() bool
IsServerError returns true when this get journey segment o k response has a 5xx status code
func (*GetJourneySegmentOK) IsSuccess ¶
func (o *GetJourneySegmentOK) IsSuccess() bool
IsSuccess returns true when this get journey segment o k response has a 2xx status code
func (*GetJourneySegmentOK) String ¶
func (o *GetJourneySegmentOK) String() string
type GetJourneySegmentParams ¶
type GetJourneySegmentParams struct { /* SegmentID. ID of the segment. */ SegmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneySegmentParams contains all the parameters to send to the API endpoint
for the get journey segment operation. Typically these are written to a http.Request.
func NewGetJourneySegmentParams ¶
func NewGetJourneySegmentParams() *GetJourneySegmentParams
NewGetJourneySegmentParams creates a new GetJourneySegmentParams 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 NewGetJourneySegmentParamsWithContext ¶
func NewGetJourneySegmentParamsWithContext(ctx context.Context) *GetJourneySegmentParams
NewGetJourneySegmentParamsWithContext creates a new GetJourneySegmentParams object with the ability to set a context for a request.
func NewGetJourneySegmentParamsWithHTTPClient ¶
func NewGetJourneySegmentParamsWithHTTPClient(client *http.Client) *GetJourneySegmentParams
NewGetJourneySegmentParamsWithHTTPClient creates a new GetJourneySegmentParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneySegmentParamsWithTimeout ¶
func NewGetJourneySegmentParamsWithTimeout(timeout time.Duration) *GetJourneySegmentParams
NewGetJourneySegmentParamsWithTimeout creates a new GetJourneySegmentParams object with the ability to set a timeout on a request.
func (*GetJourneySegmentParams) SetContext ¶
func (o *GetJourneySegmentParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey segment params
func (*GetJourneySegmentParams) SetDefaults ¶
func (o *GetJourneySegmentParams) SetDefaults()
SetDefaults hydrates default values in the get journey segment params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySegmentParams) SetHTTPClient ¶
func (o *GetJourneySegmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey segment params
func (*GetJourneySegmentParams) SetSegmentID ¶
func (o *GetJourneySegmentParams) SetSegmentID(segmentID string)
SetSegmentID adds the segmentId to the get journey segment params
func (*GetJourneySegmentParams) SetTimeout ¶
func (o *GetJourneySegmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey segment params
func (*GetJourneySegmentParams) WithContext ¶
func (o *GetJourneySegmentParams) WithContext(ctx context.Context) *GetJourneySegmentParams
WithContext adds the context to the get journey segment params
func (*GetJourneySegmentParams) WithDefaults ¶
func (o *GetJourneySegmentParams) WithDefaults() *GetJourneySegmentParams
WithDefaults hydrates default values in the get journey segment params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySegmentParams) WithHTTPClient ¶
func (o *GetJourneySegmentParams) WithHTTPClient(client *http.Client) *GetJourneySegmentParams
WithHTTPClient adds the HTTPClient to the get journey segment params
func (*GetJourneySegmentParams) WithSegmentID ¶
func (o *GetJourneySegmentParams) WithSegmentID(segmentID string) *GetJourneySegmentParams
WithSegmentID adds the segmentID to the get journey segment params
func (*GetJourneySegmentParams) WithTimeout ¶
func (o *GetJourneySegmentParams) WithTimeout(timeout time.Duration) *GetJourneySegmentParams
WithTimeout adds the timeout to the get journey segment params
func (*GetJourneySegmentParams) WriteToRequest ¶
func (o *GetJourneySegmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneySegmentReader ¶
type GetJourneySegmentReader struct {
// contains filtered or unexported fields
}
GetJourneySegmentReader is a Reader for the GetJourneySegment structure.
func (*GetJourneySegmentReader) ReadResponse ¶
func (o *GetJourneySegmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneySegmentRequestEntityTooLarge ¶
GetJourneySegmentRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneySegmentRequestEntityTooLarge ¶
func NewGetJourneySegmentRequestEntityTooLarge() *GetJourneySegmentRequestEntityTooLarge
NewGetJourneySegmentRequestEntityTooLarge creates a GetJourneySegmentRequestEntityTooLarge with default headers values
func (*GetJourneySegmentRequestEntityTooLarge) Error ¶
func (o *GetJourneySegmentRequestEntityTooLarge) Error() string
func (*GetJourneySegmentRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneySegmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneySegmentRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneySegmentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey segment request entity too large response has a 4xx status code
func (*GetJourneySegmentRequestEntityTooLarge) IsCode ¶
func (o *GetJourneySegmentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey segment request entity too large response a status code equal to that given
func (*GetJourneySegmentRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneySegmentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey segment request entity too large response has a 3xx status code
func (*GetJourneySegmentRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneySegmentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey segment request entity too large response has a 5xx status code
func (*GetJourneySegmentRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneySegmentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey segment request entity too large response has a 2xx status code
func (*GetJourneySegmentRequestEntityTooLarge) String ¶
func (o *GetJourneySegmentRequestEntityTooLarge) String() string
type GetJourneySegmentRequestTimeout ¶
GetJourneySegmentRequestTimeout 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 NewGetJourneySegmentRequestTimeout ¶
func NewGetJourneySegmentRequestTimeout() *GetJourneySegmentRequestTimeout
NewGetJourneySegmentRequestTimeout creates a GetJourneySegmentRequestTimeout with default headers values
func (*GetJourneySegmentRequestTimeout) Error ¶
func (o *GetJourneySegmentRequestTimeout) Error() string
func (*GetJourneySegmentRequestTimeout) GetPayload ¶
func (o *GetJourneySegmentRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySegmentRequestTimeout) IsClientError ¶
func (o *GetJourneySegmentRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey segment request timeout response has a 4xx status code
func (*GetJourneySegmentRequestTimeout) IsCode ¶
func (o *GetJourneySegmentRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey segment request timeout response a status code equal to that given
func (*GetJourneySegmentRequestTimeout) IsRedirect ¶
func (o *GetJourneySegmentRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey segment request timeout response has a 3xx status code
func (*GetJourneySegmentRequestTimeout) IsServerError ¶
func (o *GetJourneySegmentRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey segment request timeout response has a 5xx status code
func (*GetJourneySegmentRequestTimeout) IsSuccess ¶
func (o *GetJourneySegmentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey segment request timeout response has a 2xx status code
func (*GetJourneySegmentRequestTimeout) String ¶
func (o *GetJourneySegmentRequestTimeout) String() string
type GetJourneySegmentServiceUnavailable ¶
type GetJourneySegmentServiceUnavailable struct {
}GetJourneySegmentServiceUnavailable 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 NewGetJourneySegmentServiceUnavailable ¶
func NewGetJourneySegmentServiceUnavailable() *GetJourneySegmentServiceUnavailable
NewGetJourneySegmentServiceUnavailable creates a GetJourneySegmentServiceUnavailable with default headers values
func (*GetJourneySegmentServiceUnavailable) Error ¶
func (o *GetJourneySegmentServiceUnavailable) Error() string
func (*GetJourneySegmentServiceUnavailable) GetPayload ¶
func (o *GetJourneySegmentServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneySegmentServiceUnavailable) IsClientError ¶
func (o *GetJourneySegmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey segment service unavailable response has a 4xx status code
func (*GetJourneySegmentServiceUnavailable) IsCode ¶
func (o *GetJourneySegmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey segment service unavailable response a status code equal to that given
func (*GetJourneySegmentServiceUnavailable) IsRedirect ¶
func (o *GetJourneySegmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey segment service unavailable response has a 3xx status code
func (*GetJourneySegmentServiceUnavailable) IsServerError ¶
func (o *GetJourneySegmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey segment service unavailable response has a 5xx status code
func (*GetJourneySegmentServiceUnavailable) IsSuccess ¶
func (o *GetJourneySegmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey segment service unavailable response has a 2xx status code
func (*GetJourneySegmentServiceUnavailable) String ¶
func (o *GetJourneySegmentServiceUnavailable) String() string
type GetJourneySegmentTooManyRequests ¶
GetJourneySegmentTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneySegmentTooManyRequests ¶
func NewGetJourneySegmentTooManyRequests() *GetJourneySegmentTooManyRequests
NewGetJourneySegmentTooManyRequests creates a GetJourneySegmentTooManyRequests with default headers values
func (*GetJourneySegmentTooManyRequests) Error ¶
func (o *GetJourneySegmentTooManyRequests) Error() string
func (*GetJourneySegmentTooManyRequests) GetPayload ¶
func (o *GetJourneySegmentTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneySegmentTooManyRequests) IsClientError ¶
func (o *GetJourneySegmentTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey segment too many requests response has a 4xx status code
func (*GetJourneySegmentTooManyRequests) IsCode ¶
func (o *GetJourneySegmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey segment too many requests response a status code equal to that given
func (*GetJourneySegmentTooManyRequests) IsRedirect ¶
func (o *GetJourneySegmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey segment too many requests response has a 3xx status code
func (*GetJourneySegmentTooManyRequests) IsServerError ¶
func (o *GetJourneySegmentTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey segment too many requests response has a 5xx status code
func (*GetJourneySegmentTooManyRequests) IsSuccess ¶
func (o *GetJourneySegmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey segment too many requests response has a 2xx status code
func (*GetJourneySegmentTooManyRequests) String ¶
func (o *GetJourneySegmentTooManyRequests) String() string
type GetJourneySegmentUnauthorized ¶
type GetJourneySegmentUnauthorized struct {
}GetJourneySegmentUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneySegmentUnauthorized ¶
func NewGetJourneySegmentUnauthorized() *GetJourneySegmentUnauthorized
NewGetJourneySegmentUnauthorized creates a GetJourneySegmentUnauthorized with default headers values
func (*GetJourneySegmentUnauthorized) Error ¶
func (o *GetJourneySegmentUnauthorized) Error() string
func (*GetJourneySegmentUnauthorized) GetPayload ¶
func (o *GetJourneySegmentUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneySegmentUnauthorized) IsClientError ¶
func (o *GetJourneySegmentUnauthorized) IsClientError() bool
IsClientError returns true when this get journey segment unauthorized response has a 4xx status code
func (*GetJourneySegmentUnauthorized) IsCode ¶
func (o *GetJourneySegmentUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey segment unauthorized response a status code equal to that given
func (*GetJourneySegmentUnauthorized) IsRedirect ¶
func (o *GetJourneySegmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey segment unauthorized response has a 3xx status code
func (*GetJourneySegmentUnauthorized) IsServerError ¶
func (o *GetJourneySegmentUnauthorized) IsServerError() bool
IsServerError returns true when this get journey segment unauthorized response has a 5xx status code
func (*GetJourneySegmentUnauthorized) IsSuccess ¶
func (o *GetJourneySegmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey segment unauthorized response has a 2xx status code
func (*GetJourneySegmentUnauthorized) String ¶
func (o *GetJourneySegmentUnauthorized) String() string
type GetJourneySegmentUnsupportedMediaType ¶
GetJourneySegmentUnsupportedMediaType 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 NewGetJourneySegmentUnsupportedMediaType ¶
func NewGetJourneySegmentUnsupportedMediaType() *GetJourneySegmentUnsupportedMediaType
NewGetJourneySegmentUnsupportedMediaType creates a GetJourneySegmentUnsupportedMediaType with default headers values
func (*GetJourneySegmentUnsupportedMediaType) Error ¶
func (o *GetJourneySegmentUnsupportedMediaType) Error() string
func (*GetJourneySegmentUnsupportedMediaType) GetPayload ¶
func (o *GetJourneySegmentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneySegmentUnsupportedMediaType) IsClientError ¶
func (o *GetJourneySegmentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey segment unsupported media type response has a 4xx status code
func (*GetJourneySegmentUnsupportedMediaType) IsCode ¶
func (o *GetJourneySegmentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey segment unsupported media type response a status code equal to that given
func (*GetJourneySegmentUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneySegmentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey segment unsupported media type response has a 3xx status code
func (*GetJourneySegmentUnsupportedMediaType) IsServerError ¶
func (o *GetJourneySegmentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey segment unsupported media type response has a 5xx status code
func (*GetJourneySegmentUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneySegmentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey segment unsupported media type response has a 2xx status code
func (*GetJourneySegmentUnsupportedMediaType) String ¶
func (o *GetJourneySegmentUnsupportedMediaType) String() string
type GetJourneySegmentsBadRequest ¶
GetJourneySegmentsBadRequest 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 NewGetJourneySegmentsBadRequest ¶
func NewGetJourneySegmentsBadRequest() *GetJourneySegmentsBadRequest
NewGetJourneySegmentsBadRequest creates a GetJourneySegmentsBadRequest with default headers values
func (*GetJourneySegmentsBadRequest) Error ¶
func (o *GetJourneySegmentsBadRequest) Error() string
func (*GetJourneySegmentsBadRequest) GetPayload ¶
func (o *GetJourneySegmentsBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsBadRequest) IsClientError ¶
func (o *GetJourneySegmentsBadRequest) IsClientError() bool
IsClientError returns true when this get journey segments bad request response has a 4xx status code
func (*GetJourneySegmentsBadRequest) IsCode ¶
func (o *GetJourneySegmentsBadRequest) IsCode(code int) bool
IsCode returns true when this get journey segments bad request response a status code equal to that given
func (*GetJourneySegmentsBadRequest) IsRedirect ¶
func (o *GetJourneySegmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey segments bad request response has a 3xx status code
func (*GetJourneySegmentsBadRequest) IsServerError ¶
func (o *GetJourneySegmentsBadRequest) IsServerError() bool
IsServerError returns true when this get journey segments bad request response has a 5xx status code
func (*GetJourneySegmentsBadRequest) IsSuccess ¶
func (o *GetJourneySegmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey segments bad request response has a 2xx status code
func (*GetJourneySegmentsBadRequest) String ¶
func (o *GetJourneySegmentsBadRequest) String() string
type GetJourneySegmentsForbidden ¶
GetJourneySegmentsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneySegmentsForbidden ¶
func NewGetJourneySegmentsForbidden() *GetJourneySegmentsForbidden
NewGetJourneySegmentsForbidden creates a GetJourneySegmentsForbidden with default headers values
func (*GetJourneySegmentsForbidden) Error ¶
func (o *GetJourneySegmentsForbidden) Error() string
func (*GetJourneySegmentsForbidden) GetPayload ¶
func (o *GetJourneySegmentsForbidden) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsForbidden) IsClientError ¶
func (o *GetJourneySegmentsForbidden) IsClientError() bool
IsClientError returns true when this get journey segments forbidden response has a 4xx status code
func (*GetJourneySegmentsForbidden) IsCode ¶
func (o *GetJourneySegmentsForbidden) IsCode(code int) bool
IsCode returns true when this get journey segments forbidden response a status code equal to that given
func (*GetJourneySegmentsForbidden) IsRedirect ¶
func (o *GetJourneySegmentsForbidden) IsRedirect() bool
IsRedirect returns true when this get journey segments forbidden response has a 3xx status code
func (*GetJourneySegmentsForbidden) IsServerError ¶
func (o *GetJourneySegmentsForbidden) IsServerError() bool
IsServerError returns true when this get journey segments forbidden response has a 5xx status code
func (*GetJourneySegmentsForbidden) IsSuccess ¶
func (o *GetJourneySegmentsForbidden) IsSuccess() bool
IsSuccess returns true when this get journey segments forbidden response has a 2xx status code
func (*GetJourneySegmentsForbidden) String ¶
func (o *GetJourneySegmentsForbidden) String() string
type GetJourneySegmentsGatewayTimeout ¶
GetJourneySegmentsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneySegmentsGatewayTimeout ¶
func NewGetJourneySegmentsGatewayTimeout() *GetJourneySegmentsGatewayTimeout
NewGetJourneySegmentsGatewayTimeout creates a GetJourneySegmentsGatewayTimeout with default headers values
func (*GetJourneySegmentsGatewayTimeout) Error ¶
func (o *GetJourneySegmentsGatewayTimeout) Error() string
func (*GetJourneySegmentsGatewayTimeout) GetPayload ¶
func (o *GetJourneySegmentsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsGatewayTimeout) IsClientError ¶
func (o *GetJourneySegmentsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey segments gateway timeout response has a 4xx status code
func (*GetJourneySegmentsGatewayTimeout) IsCode ¶
func (o *GetJourneySegmentsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey segments gateway timeout response a status code equal to that given
func (*GetJourneySegmentsGatewayTimeout) IsRedirect ¶
func (o *GetJourneySegmentsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey segments gateway timeout response has a 3xx status code
func (*GetJourneySegmentsGatewayTimeout) IsServerError ¶
func (o *GetJourneySegmentsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey segments gateway timeout response has a 5xx status code
func (*GetJourneySegmentsGatewayTimeout) IsSuccess ¶
func (o *GetJourneySegmentsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey segments gateway timeout response has a 2xx status code
func (*GetJourneySegmentsGatewayTimeout) String ¶
func (o *GetJourneySegmentsGatewayTimeout) String() string
type GetJourneySegmentsInternalServerError ¶
GetJourneySegmentsInternalServerError 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 NewGetJourneySegmentsInternalServerError ¶
func NewGetJourneySegmentsInternalServerError() *GetJourneySegmentsInternalServerError
NewGetJourneySegmentsInternalServerError creates a GetJourneySegmentsInternalServerError with default headers values
func (*GetJourneySegmentsInternalServerError) Error ¶
func (o *GetJourneySegmentsInternalServerError) Error() string
func (*GetJourneySegmentsInternalServerError) GetPayload ¶
func (o *GetJourneySegmentsInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsInternalServerError) IsClientError ¶
func (o *GetJourneySegmentsInternalServerError) IsClientError() bool
IsClientError returns true when this get journey segments internal server error response has a 4xx status code
func (*GetJourneySegmentsInternalServerError) IsCode ¶
func (o *GetJourneySegmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey segments internal server error response a status code equal to that given
func (*GetJourneySegmentsInternalServerError) IsRedirect ¶
func (o *GetJourneySegmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey segments internal server error response has a 3xx status code
func (*GetJourneySegmentsInternalServerError) IsServerError ¶
func (o *GetJourneySegmentsInternalServerError) IsServerError() bool
IsServerError returns true when this get journey segments internal server error response has a 5xx status code
func (*GetJourneySegmentsInternalServerError) IsSuccess ¶
func (o *GetJourneySegmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey segments internal server error response has a 2xx status code
func (*GetJourneySegmentsInternalServerError) String ¶
func (o *GetJourneySegmentsInternalServerError) String() string
type GetJourneySegmentsNotFound ¶
GetJourneySegmentsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneySegmentsNotFound ¶
func NewGetJourneySegmentsNotFound() *GetJourneySegmentsNotFound
NewGetJourneySegmentsNotFound creates a GetJourneySegmentsNotFound with default headers values
func (*GetJourneySegmentsNotFound) Error ¶
func (o *GetJourneySegmentsNotFound) Error() string
func (*GetJourneySegmentsNotFound) GetPayload ¶
func (o *GetJourneySegmentsNotFound) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsNotFound) IsClientError ¶
func (o *GetJourneySegmentsNotFound) IsClientError() bool
IsClientError returns true when this get journey segments not found response has a 4xx status code
func (*GetJourneySegmentsNotFound) IsCode ¶
func (o *GetJourneySegmentsNotFound) IsCode(code int) bool
IsCode returns true when this get journey segments not found response a status code equal to that given
func (*GetJourneySegmentsNotFound) IsRedirect ¶
func (o *GetJourneySegmentsNotFound) IsRedirect() bool
IsRedirect returns true when this get journey segments not found response has a 3xx status code
func (*GetJourneySegmentsNotFound) IsServerError ¶
func (o *GetJourneySegmentsNotFound) IsServerError() bool
IsServerError returns true when this get journey segments not found response has a 5xx status code
func (*GetJourneySegmentsNotFound) IsSuccess ¶
func (o *GetJourneySegmentsNotFound) IsSuccess() bool
IsSuccess returns true when this get journey segments not found response has a 2xx status code
func (*GetJourneySegmentsNotFound) String ¶
func (o *GetJourneySegmentsNotFound) String() string
type GetJourneySegmentsOK ¶
type GetJourneySegmentsOK struct {
Payload *models.SegmentListing
}
GetJourneySegmentsOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneySegmentsOK ¶
func NewGetJourneySegmentsOK() *GetJourneySegmentsOK
NewGetJourneySegmentsOK creates a GetJourneySegmentsOK with default headers values
func (*GetJourneySegmentsOK) Error ¶
func (o *GetJourneySegmentsOK) Error() string
func (*GetJourneySegmentsOK) GetPayload ¶
func (o *GetJourneySegmentsOK) GetPayload() *models.SegmentListing
func (*GetJourneySegmentsOK) IsClientError ¶
func (o *GetJourneySegmentsOK) IsClientError() bool
IsClientError returns true when this get journey segments o k response has a 4xx status code
func (*GetJourneySegmentsOK) IsCode ¶
func (o *GetJourneySegmentsOK) IsCode(code int) bool
IsCode returns true when this get journey segments o k response a status code equal to that given
func (*GetJourneySegmentsOK) IsRedirect ¶
func (o *GetJourneySegmentsOK) IsRedirect() bool
IsRedirect returns true when this get journey segments o k response has a 3xx status code
func (*GetJourneySegmentsOK) IsServerError ¶
func (o *GetJourneySegmentsOK) IsServerError() bool
IsServerError returns true when this get journey segments o k response has a 5xx status code
func (*GetJourneySegmentsOK) IsSuccess ¶
func (o *GetJourneySegmentsOK) IsSuccess() bool
IsSuccess returns true when this get journey segments o k response has a 2xx status code
func (*GetJourneySegmentsOK) String ¶
func (o *GetJourneySegmentsOK) String() string
type GetJourneySegmentsParams ¶
type GetJourneySegmentsParams struct { /* IsActive. Determines whether or not to show only active segments. */ IsActive *bool /* PageNumber. Page number Format: int32 Default: 1 */ PageNumber *int32 /* PageSize. Page size Format: int32 Default: 25 */ PageSize *int32 /* QueryFields. Segment field(s) to query on. Requires 'queryValue' to also be set. */ QueryFields []string /* QueryValue. Value to query on. Requires 'queryFields' to also be set. */ QueryValue *string /* SegmentIds. IDs of segments to return. Use of this parameter is not compatible with pagination, sorting or querying. A maximum of 100 segments are allowed per request. */ SegmentIds []string /* SortBy. Field(s) to sort by. The response can be sorted by any first level property on the Outcome response. Prefix with '-' for descending (e.g. sortBy=displayName,-createdDate). */ SortBy *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneySegmentsParams contains all the parameters to send to the API endpoint
for the get journey segments operation. Typically these are written to a http.Request.
func NewGetJourneySegmentsParams ¶
func NewGetJourneySegmentsParams() *GetJourneySegmentsParams
NewGetJourneySegmentsParams creates a new GetJourneySegmentsParams 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 NewGetJourneySegmentsParamsWithContext ¶
func NewGetJourneySegmentsParamsWithContext(ctx context.Context) *GetJourneySegmentsParams
NewGetJourneySegmentsParamsWithContext creates a new GetJourneySegmentsParams object with the ability to set a context for a request.
func NewGetJourneySegmentsParamsWithHTTPClient ¶
func NewGetJourneySegmentsParamsWithHTTPClient(client *http.Client) *GetJourneySegmentsParams
NewGetJourneySegmentsParamsWithHTTPClient creates a new GetJourneySegmentsParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneySegmentsParamsWithTimeout ¶
func NewGetJourneySegmentsParamsWithTimeout(timeout time.Duration) *GetJourneySegmentsParams
NewGetJourneySegmentsParamsWithTimeout creates a new GetJourneySegmentsParams object with the ability to set a timeout on a request.
func (*GetJourneySegmentsParams) SetContext ¶
func (o *GetJourneySegmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey segments params
func (*GetJourneySegmentsParams) SetDefaults ¶
func (o *GetJourneySegmentsParams) SetDefaults()
SetDefaults hydrates default values in the get journey segments params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySegmentsParams) SetHTTPClient ¶
func (o *GetJourneySegmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey segments params
func (*GetJourneySegmentsParams) SetIsActive ¶
func (o *GetJourneySegmentsParams) SetIsActive(isActive *bool)
SetIsActive adds the isActive to the get journey segments params
func (*GetJourneySegmentsParams) SetPageNumber ¶
func (o *GetJourneySegmentsParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get journey segments params
func (*GetJourneySegmentsParams) SetPageSize ¶
func (o *GetJourneySegmentsParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get journey segments params
func (*GetJourneySegmentsParams) SetQueryFields ¶
func (o *GetJourneySegmentsParams) SetQueryFields(queryFields []string)
SetQueryFields adds the queryFields to the get journey segments params
func (*GetJourneySegmentsParams) SetQueryValue ¶
func (o *GetJourneySegmentsParams) SetQueryValue(queryValue *string)
SetQueryValue adds the queryValue to the get journey segments params
func (*GetJourneySegmentsParams) SetSegmentIds ¶
func (o *GetJourneySegmentsParams) SetSegmentIds(segmentIds []string)
SetSegmentIds adds the segmentIds to the get journey segments params
func (*GetJourneySegmentsParams) SetSortBy ¶
func (o *GetJourneySegmentsParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the get journey segments params
func (*GetJourneySegmentsParams) SetTimeout ¶
func (o *GetJourneySegmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey segments params
func (*GetJourneySegmentsParams) WithContext ¶
func (o *GetJourneySegmentsParams) WithContext(ctx context.Context) *GetJourneySegmentsParams
WithContext adds the context to the get journey segments params
func (*GetJourneySegmentsParams) WithDefaults ¶
func (o *GetJourneySegmentsParams) WithDefaults() *GetJourneySegmentsParams
WithDefaults hydrates default values in the get journey segments params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySegmentsParams) WithHTTPClient ¶
func (o *GetJourneySegmentsParams) WithHTTPClient(client *http.Client) *GetJourneySegmentsParams
WithHTTPClient adds the HTTPClient to the get journey segments params
func (*GetJourneySegmentsParams) WithIsActive ¶
func (o *GetJourneySegmentsParams) WithIsActive(isActive *bool) *GetJourneySegmentsParams
WithIsActive adds the isActive to the get journey segments params
func (*GetJourneySegmentsParams) WithPageNumber ¶
func (o *GetJourneySegmentsParams) WithPageNumber(pageNumber *int32) *GetJourneySegmentsParams
WithPageNumber adds the pageNumber to the get journey segments params
func (*GetJourneySegmentsParams) WithPageSize ¶
func (o *GetJourneySegmentsParams) WithPageSize(pageSize *int32) *GetJourneySegmentsParams
WithPageSize adds the pageSize to the get journey segments params
func (*GetJourneySegmentsParams) WithQueryFields ¶
func (o *GetJourneySegmentsParams) WithQueryFields(queryFields []string) *GetJourneySegmentsParams
WithQueryFields adds the queryFields to the get journey segments params
func (*GetJourneySegmentsParams) WithQueryValue ¶
func (o *GetJourneySegmentsParams) WithQueryValue(queryValue *string) *GetJourneySegmentsParams
WithQueryValue adds the queryValue to the get journey segments params
func (*GetJourneySegmentsParams) WithSegmentIds ¶
func (o *GetJourneySegmentsParams) WithSegmentIds(segmentIds []string) *GetJourneySegmentsParams
WithSegmentIds adds the segmentIds to the get journey segments params
func (*GetJourneySegmentsParams) WithSortBy ¶
func (o *GetJourneySegmentsParams) WithSortBy(sortBy *string) *GetJourneySegmentsParams
WithSortBy adds the sortBy to the get journey segments params
func (*GetJourneySegmentsParams) WithTimeout ¶
func (o *GetJourneySegmentsParams) WithTimeout(timeout time.Duration) *GetJourneySegmentsParams
WithTimeout adds the timeout to the get journey segments params
func (*GetJourneySegmentsParams) WriteToRequest ¶
func (o *GetJourneySegmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneySegmentsReader ¶
type GetJourneySegmentsReader struct {
// contains filtered or unexported fields
}
GetJourneySegmentsReader is a Reader for the GetJourneySegments structure.
func (*GetJourneySegmentsReader) ReadResponse ¶
func (o *GetJourneySegmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneySegmentsRequestEntityTooLarge ¶
GetJourneySegmentsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneySegmentsRequestEntityTooLarge ¶
func NewGetJourneySegmentsRequestEntityTooLarge() *GetJourneySegmentsRequestEntityTooLarge
NewGetJourneySegmentsRequestEntityTooLarge creates a GetJourneySegmentsRequestEntityTooLarge with default headers values
func (*GetJourneySegmentsRequestEntityTooLarge) Error ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) Error() string
func (*GetJourneySegmentsRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey segments request entity too large response has a 4xx status code
func (*GetJourneySegmentsRequestEntityTooLarge) IsCode ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey segments request entity too large response a status code equal to that given
func (*GetJourneySegmentsRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey segments request entity too large response has a 3xx status code
func (*GetJourneySegmentsRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey segments request entity too large response has a 5xx status code
func (*GetJourneySegmentsRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey segments request entity too large response has a 2xx status code
func (*GetJourneySegmentsRequestEntityTooLarge) String ¶
func (o *GetJourneySegmentsRequestEntityTooLarge) String() string
type GetJourneySegmentsRequestTimeout ¶
GetJourneySegmentsRequestTimeout 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 NewGetJourneySegmentsRequestTimeout ¶
func NewGetJourneySegmentsRequestTimeout() *GetJourneySegmentsRequestTimeout
NewGetJourneySegmentsRequestTimeout creates a GetJourneySegmentsRequestTimeout with default headers values
func (*GetJourneySegmentsRequestTimeout) Error ¶
func (o *GetJourneySegmentsRequestTimeout) Error() string
func (*GetJourneySegmentsRequestTimeout) GetPayload ¶
func (o *GetJourneySegmentsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsRequestTimeout) IsClientError ¶
func (o *GetJourneySegmentsRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey segments request timeout response has a 4xx status code
func (*GetJourneySegmentsRequestTimeout) IsCode ¶
func (o *GetJourneySegmentsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey segments request timeout response a status code equal to that given
func (*GetJourneySegmentsRequestTimeout) IsRedirect ¶
func (o *GetJourneySegmentsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey segments request timeout response has a 3xx status code
func (*GetJourneySegmentsRequestTimeout) IsServerError ¶
func (o *GetJourneySegmentsRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey segments request timeout response has a 5xx status code
func (*GetJourneySegmentsRequestTimeout) IsSuccess ¶
func (o *GetJourneySegmentsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey segments request timeout response has a 2xx status code
func (*GetJourneySegmentsRequestTimeout) String ¶
func (o *GetJourneySegmentsRequestTimeout) String() string
type GetJourneySegmentsServiceUnavailable ¶
type GetJourneySegmentsServiceUnavailable struct {
}GetJourneySegmentsServiceUnavailable 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 NewGetJourneySegmentsServiceUnavailable ¶
func NewGetJourneySegmentsServiceUnavailable() *GetJourneySegmentsServiceUnavailable
NewGetJourneySegmentsServiceUnavailable creates a GetJourneySegmentsServiceUnavailable with default headers values
func (*GetJourneySegmentsServiceUnavailable) Error ¶
func (o *GetJourneySegmentsServiceUnavailable) Error() string
func (*GetJourneySegmentsServiceUnavailable) GetPayload ¶
func (o *GetJourneySegmentsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsServiceUnavailable) IsClientError ¶
func (o *GetJourneySegmentsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey segments service unavailable response has a 4xx status code
func (*GetJourneySegmentsServiceUnavailable) IsCode ¶
func (o *GetJourneySegmentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey segments service unavailable response a status code equal to that given
func (*GetJourneySegmentsServiceUnavailable) IsRedirect ¶
func (o *GetJourneySegmentsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey segments service unavailable response has a 3xx status code
func (*GetJourneySegmentsServiceUnavailable) IsServerError ¶
func (o *GetJourneySegmentsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey segments service unavailable response has a 5xx status code
func (*GetJourneySegmentsServiceUnavailable) IsSuccess ¶
func (o *GetJourneySegmentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey segments service unavailable response has a 2xx status code
func (*GetJourneySegmentsServiceUnavailable) String ¶
func (o *GetJourneySegmentsServiceUnavailable) String() string
type GetJourneySegmentsTooManyRequests ¶
GetJourneySegmentsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneySegmentsTooManyRequests ¶
func NewGetJourneySegmentsTooManyRequests() *GetJourneySegmentsTooManyRequests
NewGetJourneySegmentsTooManyRequests creates a GetJourneySegmentsTooManyRequests with default headers values
func (*GetJourneySegmentsTooManyRequests) Error ¶
func (o *GetJourneySegmentsTooManyRequests) Error() string
func (*GetJourneySegmentsTooManyRequests) GetPayload ¶
func (o *GetJourneySegmentsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsTooManyRequests) IsClientError ¶
func (o *GetJourneySegmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey segments too many requests response has a 4xx status code
func (*GetJourneySegmentsTooManyRequests) IsCode ¶
func (o *GetJourneySegmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey segments too many requests response a status code equal to that given
func (*GetJourneySegmentsTooManyRequests) IsRedirect ¶
func (o *GetJourneySegmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey segments too many requests response has a 3xx status code
func (*GetJourneySegmentsTooManyRequests) IsServerError ¶
func (o *GetJourneySegmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey segments too many requests response has a 5xx status code
func (*GetJourneySegmentsTooManyRequests) IsSuccess ¶
func (o *GetJourneySegmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey segments too many requests response has a 2xx status code
func (*GetJourneySegmentsTooManyRequests) String ¶
func (o *GetJourneySegmentsTooManyRequests) String() string
type GetJourneySegmentsUnauthorized ¶
type GetJourneySegmentsUnauthorized struct {
}GetJourneySegmentsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneySegmentsUnauthorized ¶
func NewGetJourneySegmentsUnauthorized() *GetJourneySegmentsUnauthorized
NewGetJourneySegmentsUnauthorized creates a GetJourneySegmentsUnauthorized with default headers values
func (*GetJourneySegmentsUnauthorized) Error ¶
func (o *GetJourneySegmentsUnauthorized) Error() string
func (*GetJourneySegmentsUnauthorized) GetPayload ¶
func (o *GetJourneySegmentsUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsUnauthorized) IsClientError ¶
func (o *GetJourneySegmentsUnauthorized) IsClientError() bool
IsClientError returns true when this get journey segments unauthorized response has a 4xx status code
func (*GetJourneySegmentsUnauthorized) IsCode ¶
func (o *GetJourneySegmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey segments unauthorized response a status code equal to that given
func (*GetJourneySegmentsUnauthorized) IsRedirect ¶
func (o *GetJourneySegmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey segments unauthorized response has a 3xx status code
func (*GetJourneySegmentsUnauthorized) IsServerError ¶
func (o *GetJourneySegmentsUnauthorized) IsServerError() bool
IsServerError returns true when this get journey segments unauthorized response has a 5xx status code
func (*GetJourneySegmentsUnauthorized) IsSuccess ¶
func (o *GetJourneySegmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey segments unauthorized response has a 2xx status code
func (*GetJourneySegmentsUnauthorized) String ¶
func (o *GetJourneySegmentsUnauthorized) String() string
type GetJourneySegmentsUnsupportedMediaType ¶
GetJourneySegmentsUnsupportedMediaType 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 NewGetJourneySegmentsUnsupportedMediaType ¶
func NewGetJourneySegmentsUnsupportedMediaType() *GetJourneySegmentsUnsupportedMediaType
NewGetJourneySegmentsUnsupportedMediaType creates a GetJourneySegmentsUnsupportedMediaType with default headers values
func (*GetJourneySegmentsUnsupportedMediaType) Error ¶
func (o *GetJourneySegmentsUnsupportedMediaType) Error() string
func (*GetJourneySegmentsUnsupportedMediaType) GetPayload ¶
func (o *GetJourneySegmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneySegmentsUnsupportedMediaType) IsClientError ¶
func (o *GetJourneySegmentsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey segments unsupported media type response has a 4xx status code
func (*GetJourneySegmentsUnsupportedMediaType) IsCode ¶
func (o *GetJourneySegmentsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey segments unsupported media type response a status code equal to that given
func (*GetJourneySegmentsUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneySegmentsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey segments unsupported media type response has a 3xx status code
func (*GetJourneySegmentsUnsupportedMediaType) IsServerError ¶
func (o *GetJourneySegmentsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey segments unsupported media type response has a 5xx status code
func (*GetJourneySegmentsUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneySegmentsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey segments unsupported media type response has a 2xx status code
func (*GetJourneySegmentsUnsupportedMediaType) String ¶
func (o *GetJourneySegmentsUnsupportedMediaType) String() string
type GetJourneySessionBadRequest ¶
GetJourneySessionBadRequest 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 NewGetJourneySessionBadRequest ¶
func NewGetJourneySessionBadRequest() *GetJourneySessionBadRequest
NewGetJourneySessionBadRequest creates a GetJourneySessionBadRequest with default headers values
func (*GetJourneySessionBadRequest) Error ¶
func (o *GetJourneySessionBadRequest) Error() string
func (*GetJourneySessionBadRequest) GetPayload ¶
func (o *GetJourneySessionBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneySessionBadRequest) IsClientError ¶
func (o *GetJourneySessionBadRequest) IsClientError() bool
IsClientError returns true when this get journey session bad request response has a 4xx status code
func (*GetJourneySessionBadRequest) IsCode ¶
func (o *GetJourneySessionBadRequest) IsCode(code int) bool
IsCode returns true when this get journey session bad request response a status code equal to that given
func (*GetJourneySessionBadRequest) IsRedirect ¶
func (o *GetJourneySessionBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey session bad request response has a 3xx status code
func (*GetJourneySessionBadRequest) IsServerError ¶
func (o *GetJourneySessionBadRequest) IsServerError() bool
IsServerError returns true when this get journey session bad request response has a 5xx status code
func (*GetJourneySessionBadRequest) IsSuccess ¶
func (o *GetJourneySessionBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey session bad request response has a 2xx status code
func (*GetJourneySessionBadRequest) String ¶
func (o *GetJourneySessionBadRequest) String() string
type GetJourneySessionForbidden ¶
GetJourneySessionForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneySessionForbidden ¶
func NewGetJourneySessionForbidden() *GetJourneySessionForbidden
NewGetJourneySessionForbidden creates a GetJourneySessionForbidden with default headers values
func (*GetJourneySessionForbidden) Error ¶
func (o *GetJourneySessionForbidden) Error() string
func (*GetJourneySessionForbidden) GetPayload ¶
func (o *GetJourneySessionForbidden) GetPayload() *models.ErrorBody
func (*GetJourneySessionForbidden) IsClientError ¶
func (o *GetJourneySessionForbidden) IsClientError() bool
IsClientError returns true when this get journey session forbidden response has a 4xx status code
func (*GetJourneySessionForbidden) IsCode ¶
func (o *GetJourneySessionForbidden) IsCode(code int) bool
IsCode returns true when this get journey session forbidden response a status code equal to that given
func (*GetJourneySessionForbidden) IsRedirect ¶
func (o *GetJourneySessionForbidden) IsRedirect() bool
IsRedirect returns true when this get journey session forbidden response has a 3xx status code
func (*GetJourneySessionForbidden) IsServerError ¶
func (o *GetJourneySessionForbidden) IsServerError() bool
IsServerError returns true when this get journey session forbidden response has a 5xx status code
func (*GetJourneySessionForbidden) IsSuccess ¶
func (o *GetJourneySessionForbidden) IsSuccess() bool
IsSuccess returns true when this get journey session forbidden response has a 2xx status code
func (*GetJourneySessionForbidden) String ¶
func (o *GetJourneySessionForbidden) String() string
type GetJourneySessionGatewayTimeout ¶
GetJourneySessionGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneySessionGatewayTimeout ¶
func NewGetJourneySessionGatewayTimeout() *GetJourneySessionGatewayTimeout
NewGetJourneySessionGatewayTimeout creates a GetJourneySessionGatewayTimeout with default headers values
func (*GetJourneySessionGatewayTimeout) Error ¶
func (o *GetJourneySessionGatewayTimeout) Error() string
func (*GetJourneySessionGatewayTimeout) GetPayload ¶
func (o *GetJourneySessionGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySessionGatewayTimeout) IsClientError ¶
func (o *GetJourneySessionGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey session gateway timeout response has a 4xx status code
func (*GetJourneySessionGatewayTimeout) IsCode ¶
func (o *GetJourneySessionGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey session gateway timeout response a status code equal to that given
func (*GetJourneySessionGatewayTimeout) IsRedirect ¶
func (o *GetJourneySessionGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey session gateway timeout response has a 3xx status code
func (*GetJourneySessionGatewayTimeout) IsServerError ¶
func (o *GetJourneySessionGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey session gateway timeout response has a 5xx status code
func (*GetJourneySessionGatewayTimeout) IsSuccess ¶
func (o *GetJourneySessionGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey session gateway timeout response has a 2xx status code
func (*GetJourneySessionGatewayTimeout) String ¶
func (o *GetJourneySessionGatewayTimeout) String() string
type GetJourneySessionInternalServerError ¶
GetJourneySessionInternalServerError 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 NewGetJourneySessionInternalServerError ¶
func NewGetJourneySessionInternalServerError() *GetJourneySessionInternalServerError
NewGetJourneySessionInternalServerError creates a GetJourneySessionInternalServerError with default headers values
func (*GetJourneySessionInternalServerError) Error ¶
func (o *GetJourneySessionInternalServerError) Error() string
func (*GetJourneySessionInternalServerError) GetPayload ¶
func (o *GetJourneySessionInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneySessionInternalServerError) IsClientError ¶
func (o *GetJourneySessionInternalServerError) IsClientError() bool
IsClientError returns true when this get journey session internal server error response has a 4xx status code
func (*GetJourneySessionInternalServerError) IsCode ¶
func (o *GetJourneySessionInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey session internal server error response a status code equal to that given
func (*GetJourneySessionInternalServerError) IsRedirect ¶
func (o *GetJourneySessionInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey session internal server error response has a 3xx status code
func (*GetJourneySessionInternalServerError) IsServerError ¶
func (o *GetJourneySessionInternalServerError) IsServerError() bool
IsServerError returns true when this get journey session internal server error response has a 5xx status code
func (*GetJourneySessionInternalServerError) IsSuccess ¶
func (o *GetJourneySessionInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey session internal server error response has a 2xx status code
func (*GetJourneySessionInternalServerError) String ¶
func (o *GetJourneySessionInternalServerError) String() string
type GetJourneySessionNotFound ¶
GetJourneySessionNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneySessionNotFound ¶
func NewGetJourneySessionNotFound() *GetJourneySessionNotFound
NewGetJourneySessionNotFound creates a GetJourneySessionNotFound with default headers values
func (*GetJourneySessionNotFound) Error ¶
func (o *GetJourneySessionNotFound) Error() string
func (*GetJourneySessionNotFound) GetPayload ¶
func (o *GetJourneySessionNotFound) GetPayload() *models.ErrorBody
func (*GetJourneySessionNotFound) IsClientError ¶
func (o *GetJourneySessionNotFound) IsClientError() bool
IsClientError returns true when this get journey session not found response has a 4xx status code
func (*GetJourneySessionNotFound) IsCode ¶
func (o *GetJourneySessionNotFound) IsCode(code int) bool
IsCode returns true when this get journey session not found response a status code equal to that given
func (*GetJourneySessionNotFound) IsRedirect ¶
func (o *GetJourneySessionNotFound) IsRedirect() bool
IsRedirect returns true when this get journey session not found response has a 3xx status code
func (*GetJourneySessionNotFound) IsServerError ¶
func (o *GetJourneySessionNotFound) IsServerError() bool
IsServerError returns true when this get journey session not found response has a 5xx status code
func (*GetJourneySessionNotFound) IsSuccess ¶
func (o *GetJourneySessionNotFound) IsSuccess() bool
IsSuccess returns true when this get journey session not found response has a 2xx status code
func (*GetJourneySessionNotFound) String ¶
func (o *GetJourneySessionNotFound) String() string
type GetJourneySessionOK ¶
GetJourneySessionOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneySessionOK ¶
func NewGetJourneySessionOK() *GetJourneySessionOK
NewGetJourneySessionOK creates a GetJourneySessionOK with default headers values
func (*GetJourneySessionOK) Error ¶
func (o *GetJourneySessionOK) Error() string
func (*GetJourneySessionOK) GetPayload ¶
func (o *GetJourneySessionOK) GetPayload() *models.Session
func (*GetJourneySessionOK) IsClientError ¶
func (o *GetJourneySessionOK) IsClientError() bool
IsClientError returns true when this get journey session o k response has a 4xx status code
func (*GetJourneySessionOK) IsCode ¶
func (o *GetJourneySessionOK) IsCode(code int) bool
IsCode returns true when this get journey session o k response a status code equal to that given
func (*GetJourneySessionOK) IsRedirect ¶
func (o *GetJourneySessionOK) IsRedirect() bool
IsRedirect returns true when this get journey session o k response has a 3xx status code
func (*GetJourneySessionOK) IsServerError ¶
func (o *GetJourneySessionOK) IsServerError() bool
IsServerError returns true when this get journey session o k response has a 5xx status code
func (*GetJourneySessionOK) IsSuccess ¶
func (o *GetJourneySessionOK) IsSuccess() bool
IsSuccess returns true when this get journey session o k response has a 2xx status code
func (*GetJourneySessionOK) String ¶
func (o *GetJourneySessionOK) String() string
type GetJourneySessionOutcomescoresBadRequest ¶
GetJourneySessionOutcomescoresBadRequest 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 NewGetJourneySessionOutcomescoresBadRequest ¶
func NewGetJourneySessionOutcomescoresBadRequest() *GetJourneySessionOutcomescoresBadRequest
NewGetJourneySessionOutcomescoresBadRequest creates a GetJourneySessionOutcomescoresBadRequest with default headers values
func (*GetJourneySessionOutcomescoresBadRequest) Error ¶
func (o *GetJourneySessionOutcomescoresBadRequest) Error() string
func (*GetJourneySessionOutcomescoresBadRequest) GetPayload ¶
func (o *GetJourneySessionOutcomescoresBadRequest) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresBadRequest) IsClientError ¶
func (o *GetJourneySessionOutcomescoresBadRequest) IsClientError() bool
IsClientError returns true when this get journey session outcomescores bad request response has a 4xx status code
func (*GetJourneySessionOutcomescoresBadRequest) IsCode ¶
func (o *GetJourneySessionOutcomescoresBadRequest) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores bad request response a status code equal to that given
func (*GetJourneySessionOutcomescoresBadRequest) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresBadRequest) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores bad request response has a 3xx status code
func (*GetJourneySessionOutcomescoresBadRequest) IsServerError ¶
func (o *GetJourneySessionOutcomescoresBadRequest) IsServerError() bool
IsServerError returns true when this get journey session outcomescores bad request response has a 5xx status code
func (*GetJourneySessionOutcomescoresBadRequest) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresBadRequest) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores bad request response has a 2xx status code
func (*GetJourneySessionOutcomescoresBadRequest) String ¶
func (o *GetJourneySessionOutcomescoresBadRequest) String() string
type GetJourneySessionOutcomescoresForbidden ¶
GetJourneySessionOutcomescoresForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetJourneySessionOutcomescoresForbidden ¶
func NewGetJourneySessionOutcomescoresForbidden() *GetJourneySessionOutcomescoresForbidden
NewGetJourneySessionOutcomescoresForbidden creates a GetJourneySessionOutcomescoresForbidden with default headers values
func (*GetJourneySessionOutcomescoresForbidden) Error ¶
func (o *GetJourneySessionOutcomescoresForbidden) Error() string
func (*GetJourneySessionOutcomescoresForbidden) GetPayload ¶
func (o *GetJourneySessionOutcomescoresForbidden) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresForbidden) IsClientError ¶
func (o *GetJourneySessionOutcomescoresForbidden) IsClientError() bool
IsClientError returns true when this get journey session outcomescores forbidden response has a 4xx status code
func (*GetJourneySessionOutcomescoresForbidden) IsCode ¶
func (o *GetJourneySessionOutcomescoresForbidden) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores forbidden response a status code equal to that given
func (*GetJourneySessionOutcomescoresForbidden) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresForbidden) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores forbidden response has a 3xx status code
func (*GetJourneySessionOutcomescoresForbidden) IsServerError ¶
func (o *GetJourneySessionOutcomescoresForbidden) IsServerError() bool
IsServerError returns true when this get journey session outcomescores forbidden response has a 5xx status code
func (*GetJourneySessionOutcomescoresForbidden) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresForbidden) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores forbidden response has a 2xx status code
func (*GetJourneySessionOutcomescoresForbidden) String ¶
func (o *GetJourneySessionOutcomescoresForbidden) String() string
type GetJourneySessionOutcomescoresGatewayTimeout ¶
GetJourneySessionOutcomescoresGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetJourneySessionOutcomescoresGatewayTimeout ¶
func NewGetJourneySessionOutcomescoresGatewayTimeout() *GetJourneySessionOutcomescoresGatewayTimeout
NewGetJourneySessionOutcomescoresGatewayTimeout creates a GetJourneySessionOutcomescoresGatewayTimeout with default headers values
func (*GetJourneySessionOutcomescoresGatewayTimeout) Error ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) Error() string
func (*GetJourneySessionOutcomescoresGatewayTimeout) GetPayload ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresGatewayTimeout) IsClientError ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsClientError() bool
IsClientError returns true when this get journey session outcomescores gateway timeout response has a 4xx status code
func (*GetJourneySessionOutcomescoresGatewayTimeout) IsCode ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores gateway timeout response a status code equal to that given
func (*GetJourneySessionOutcomescoresGatewayTimeout) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores gateway timeout response has a 3xx status code
func (*GetJourneySessionOutcomescoresGatewayTimeout) IsServerError ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsServerError() bool
IsServerError returns true when this get journey session outcomescores gateway timeout response has a 5xx status code
func (*GetJourneySessionOutcomescoresGatewayTimeout) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores gateway timeout response has a 2xx status code
func (*GetJourneySessionOutcomescoresGatewayTimeout) String ¶
func (o *GetJourneySessionOutcomescoresGatewayTimeout) String() string
type GetJourneySessionOutcomescoresInternalServerError ¶
GetJourneySessionOutcomescoresInternalServerError 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 NewGetJourneySessionOutcomescoresInternalServerError ¶
func NewGetJourneySessionOutcomescoresInternalServerError() *GetJourneySessionOutcomescoresInternalServerError
NewGetJourneySessionOutcomescoresInternalServerError creates a GetJourneySessionOutcomescoresInternalServerError with default headers values
func (*GetJourneySessionOutcomescoresInternalServerError) Error ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) Error() string
func (*GetJourneySessionOutcomescoresInternalServerError) GetPayload ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresInternalServerError) IsClientError ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) IsClientError() bool
IsClientError returns true when this get journey session outcomescores internal server error response has a 4xx status code
func (*GetJourneySessionOutcomescoresInternalServerError) IsCode ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores internal server error response a status code equal to that given
func (*GetJourneySessionOutcomescoresInternalServerError) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores internal server error response has a 3xx status code
func (*GetJourneySessionOutcomescoresInternalServerError) IsServerError ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) IsServerError() bool
IsServerError returns true when this get journey session outcomescores internal server error response has a 5xx status code
func (*GetJourneySessionOutcomescoresInternalServerError) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores internal server error response has a 2xx status code
func (*GetJourneySessionOutcomescoresInternalServerError) String ¶
func (o *GetJourneySessionOutcomescoresInternalServerError) String() string
type GetJourneySessionOutcomescoresNotFound ¶
GetJourneySessionOutcomescoresNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetJourneySessionOutcomescoresNotFound ¶
func NewGetJourneySessionOutcomescoresNotFound() *GetJourneySessionOutcomescoresNotFound
NewGetJourneySessionOutcomescoresNotFound creates a GetJourneySessionOutcomescoresNotFound with default headers values
func (*GetJourneySessionOutcomescoresNotFound) Error ¶
func (o *GetJourneySessionOutcomescoresNotFound) Error() string
func (*GetJourneySessionOutcomescoresNotFound) GetPayload ¶
func (o *GetJourneySessionOutcomescoresNotFound) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresNotFound) IsClientError ¶
func (o *GetJourneySessionOutcomescoresNotFound) IsClientError() bool
IsClientError returns true when this get journey session outcomescores not found response has a 4xx status code
func (*GetJourneySessionOutcomescoresNotFound) IsCode ¶
func (o *GetJourneySessionOutcomescoresNotFound) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores not found response a status code equal to that given
func (*GetJourneySessionOutcomescoresNotFound) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresNotFound) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores not found response has a 3xx status code
func (*GetJourneySessionOutcomescoresNotFound) IsServerError ¶
func (o *GetJourneySessionOutcomescoresNotFound) IsServerError() bool
IsServerError returns true when this get journey session outcomescores not found response has a 5xx status code
func (*GetJourneySessionOutcomescoresNotFound) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresNotFound) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores not found response has a 2xx status code
func (*GetJourneySessionOutcomescoresNotFound) String ¶
func (o *GetJourneySessionOutcomescoresNotFound) String() string
type GetJourneySessionOutcomescoresOK ¶
type GetJourneySessionOutcomescoresOK struct {
Payload *models.OutcomeScoresResult
}
GetJourneySessionOutcomescoresOK describes a response with status code 200, with default header values.
successful operation
func NewGetJourneySessionOutcomescoresOK ¶
func NewGetJourneySessionOutcomescoresOK() *GetJourneySessionOutcomescoresOK
NewGetJourneySessionOutcomescoresOK creates a GetJourneySessionOutcomescoresOK with default headers values
func (*GetJourneySessionOutcomescoresOK) Error ¶
func (o *GetJourneySessionOutcomescoresOK) Error() string
func (*GetJourneySessionOutcomescoresOK) GetPayload ¶
func (o *GetJourneySessionOutcomescoresOK) GetPayload() *models.OutcomeScoresResult
func (*GetJourneySessionOutcomescoresOK) IsClientError ¶
func (o *GetJourneySessionOutcomescoresOK) IsClientError() bool
IsClientError returns true when this get journey session outcomescores o k response has a 4xx status code
func (*GetJourneySessionOutcomescoresOK) IsCode ¶
func (o *GetJourneySessionOutcomescoresOK) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores o k response a status code equal to that given
func (*GetJourneySessionOutcomescoresOK) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresOK) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores o k response has a 3xx status code
func (*GetJourneySessionOutcomescoresOK) IsServerError ¶
func (o *GetJourneySessionOutcomescoresOK) IsServerError() bool
IsServerError returns true when this get journey session outcomescores o k response has a 5xx status code
func (*GetJourneySessionOutcomescoresOK) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresOK) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores o k response has a 2xx status code
func (*GetJourneySessionOutcomescoresOK) String ¶
func (o *GetJourneySessionOutcomescoresOK) String() string
type GetJourneySessionOutcomescoresParams ¶
type GetJourneySessionOutcomescoresParams struct { /* SessionID. ID of the session. */ SessionID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneySessionOutcomescoresParams contains all the parameters to send to the API endpoint
for the get journey session outcomescores operation. Typically these are written to a http.Request.
func NewGetJourneySessionOutcomescoresParams ¶
func NewGetJourneySessionOutcomescoresParams() *GetJourneySessionOutcomescoresParams
NewGetJourneySessionOutcomescoresParams creates a new GetJourneySessionOutcomescoresParams 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 NewGetJourneySessionOutcomescoresParamsWithContext ¶
func NewGetJourneySessionOutcomescoresParamsWithContext(ctx context.Context) *GetJourneySessionOutcomescoresParams
NewGetJourneySessionOutcomescoresParamsWithContext creates a new GetJourneySessionOutcomescoresParams object with the ability to set a context for a request.
func NewGetJourneySessionOutcomescoresParamsWithHTTPClient ¶
func NewGetJourneySessionOutcomescoresParamsWithHTTPClient(client *http.Client) *GetJourneySessionOutcomescoresParams
NewGetJourneySessionOutcomescoresParamsWithHTTPClient creates a new GetJourneySessionOutcomescoresParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneySessionOutcomescoresParamsWithTimeout ¶
func NewGetJourneySessionOutcomescoresParamsWithTimeout(timeout time.Duration) *GetJourneySessionOutcomescoresParams
NewGetJourneySessionOutcomescoresParamsWithTimeout creates a new GetJourneySessionOutcomescoresParams object with the ability to set a timeout on a request.
func (*GetJourneySessionOutcomescoresParams) SetContext ¶
func (o *GetJourneySessionOutcomescoresParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) SetDefaults ¶
func (o *GetJourneySessionOutcomescoresParams) SetDefaults()
SetDefaults hydrates default values in the get journey session outcomescores params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySessionOutcomescoresParams) SetHTTPClient ¶
func (o *GetJourneySessionOutcomescoresParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) SetSessionID ¶
func (o *GetJourneySessionOutcomescoresParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) SetTimeout ¶
func (o *GetJourneySessionOutcomescoresParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) WithContext ¶
func (o *GetJourneySessionOutcomescoresParams) WithContext(ctx context.Context) *GetJourneySessionOutcomescoresParams
WithContext adds the context to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) WithDefaults ¶
func (o *GetJourneySessionOutcomescoresParams) WithDefaults() *GetJourneySessionOutcomescoresParams
WithDefaults hydrates default values in the get journey session outcomescores params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySessionOutcomescoresParams) WithHTTPClient ¶
func (o *GetJourneySessionOutcomescoresParams) WithHTTPClient(client *http.Client) *GetJourneySessionOutcomescoresParams
WithHTTPClient adds the HTTPClient to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) WithSessionID ¶
func (o *GetJourneySessionOutcomescoresParams) WithSessionID(sessionID string) *GetJourneySessionOutcomescoresParams
WithSessionID adds the sessionID to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) WithTimeout ¶
func (o *GetJourneySessionOutcomescoresParams) WithTimeout(timeout time.Duration) *GetJourneySessionOutcomescoresParams
WithTimeout adds the timeout to the get journey session outcomescores params
func (*GetJourneySessionOutcomescoresParams) WriteToRequest ¶
func (o *GetJourneySessionOutcomescoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneySessionOutcomescoresReader ¶
type GetJourneySessionOutcomescoresReader struct {
// contains filtered or unexported fields
}
GetJourneySessionOutcomescoresReader is a Reader for the GetJourneySessionOutcomescores structure.
func (*GetJourneySessionOutcomescoresReader) ReadResponse ¶
func (o *GetJourneySessionOutcomescoresReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneySessionOutcomescoresRequestEntityTooLarge ¶
GetJourneySessionOutcomescoresRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneySessionOutcomescoresRequestEntityTooLarge ¶
func NewGetJourneySessionOutcomescoresRequestEntityTooLarge() *GetJourneySessionOutcomescoresRequestEntityTooLarge
NewGetJourneySessionOutcomescoresRequestEntityTooLarge creates a GetJourneySessionOutcomescoresRequestEntityTooLarge with default headers values
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) Error ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) Error() string
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey session outcomescores request entity too large response has a 4xx status code
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsCode ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores request entity too large response a status code equal to that given
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores request entity too large response has a 3xx status code
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey session outcomescores request entity too large response has a 5xx status code
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores request entity too large response has a 2xx status code
func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) String ¶
func (o *GetJourneySessionOutcomescoresRequestEntityTooLarge) String() string
type GetJourneySessionOutcomescoresRequestTimeout ¶
GetJourneySessionOutcomescoresRequestTimeout 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 NewGetJourneySessionOutcomescoresRequestTimeout ¶
func NewGetJourneySessionOutcomescoresRequestTimeout() *GetJourneySessionOutcomescoresRequestTimeout
NewGetJourneySessionOutcomescoresRequestTimeout creates a GetJourneySessionOutcomescoresRequestTimeout with default headers values
func (*GetJourneySessionOutcomescoresRequestTimeout) Error ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) Error() string
func (*GetJourneySessionOutcomescoresRequestTimeout) GetPayload ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresRequestTimeout) IsClientError ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey session outcomescores request timeout response has a 4xx status code
func (*GetJourneySessionOutcomescoresRequestTimeout) IsCode ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores request timeout response a status code equal to that given
func (*GetJourneySessionOutcomescoresRequestTimeout) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores request timeout response has a 3xx status code
func (*GetJourneySessionOutcomescoresRequestTimeout) IsServerError ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey session outcomescores request timeout response has a 5xx status code
func (*GetJourneySessionOutcomescoresRequestTimeout) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores request timeout response has a 2xx status code
func (*GetJourneySessionOutcomescoresRequestTimeout) String ¶
func (o *GetJourneySessionOutcomescoresRequestTimeout) String() string
type GetJourneySessionOutcomescoresServiceUnavailable ¶
type GetJourneySessionOutcomescoresServiceUnavailable struct {
}GetJourneySessionOutcomescoresServiceUnavailable 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 NewGetJourneySessionOutcomescoresServiceUnavailable ¶
func NewGetJourneySessionOutcomescoresServiceUnavailable() *GetJourneySessionOutcomescoresServiceUnavailable
NewGetJourneySessionOutcomescoresServiceUnavailable creates a GetJourneySessionOutcomescoresServiceUnavailable with default headers values
func (*GetJourneySessionOutcomescoresServiceUnavailable) Error ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) Error() string
func (*GetJourneySessionOutcomescoresServiceUnavailable) GetPayload ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresServiceUnavailable) IsClientError ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey session outcomescores service unavailable response has a 4xx status code
func (*GetJourneySessionOutcomescoresServiceUnavailable) IsCode ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores service unavailable response a status code equal to that given
func (*GetJourneySessionOutcomescoresServiceUnavailable) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores service unavailable response has a 3xx status code
func (*GetJourneySessionOutcomescoresServiceUnavailable) IsServerError ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey session outcomescores service unavailable response has a 5xx status code
func (*GetJourneySessionOutcomescoresServiceUnavailable) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores service unavailable response has a 2xx status code
func (*GetJourneySessionOutcomescoresServiceUnavailable) String ¶
func (o *GetJourneySessionOutcomescoresServiceUnavailable) String() string
type GetJourneySessionOutcomescoresTooManyRequests ¶
GetJourneySessionOutcomescoresTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneySessionOutcomescoresTooManyRequests ¶
func NewGetJourneySessionOutcomescoresTooManyRequests() *GetJourneySessionOutcomescoresTooManyRequests
NewGetJourneySessionOutcomescoresTooManyRequests creates a GetJourneySessionOutcomescoresTooManyRequests with default headers values
func (*GetJourneySessionOutcomescoresTooManyRequests) Error ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) Error() string
func (*GetJourneySessionOutcomescoresTooManyRequests) GetPayload ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresTooManyRequests) IsClientError ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey session outcomescores too many requests response has a 4xx status code
func (*GetJourneySessionOutcomescoresTooManyRequests) IsCode ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores too many requests response a status code equal to that given
func (*GetJourneySessionOutcomescoresTooManyRequests) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores too many requests response has a 3xx status code
func (*GetJourneySessionOutcomescoresTooManyRequests) IsServerError ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey session outcomescores too many requests response has a 5xx status code
func (*GetJourneySessionOutcomescoresTooManyRequests) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores too many requests response has a 2xx status code
func (*GetJourneySessionOutcomescoresTooManyRequests) String ¶
func (o *GetJourneySessionOutcomescoresTooManyRequests) String() string
type GetJourneySessionOutcomescoresUnauthorized ¶
type GetJourneySessionOutcomescoresUnauthorized struct {
}GetJourneySessionOutcomescoresUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneySessionOutcomescoresUnauthorized ¶
func NewGetJourneySessionOutcomescoresUnauthorized() *GetJourneySessionOutcomescoresUnauthorized
NewGetJourneySessionOutcomescoresUnauthorized creates a GetJourneySessionOutcomescoresUnauthorized with default headers values
func (*GetJourneySessionOutcomescoresUnauthorized) Error ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) Error() string
func (*GetJourneySessionOutcomescoresUnauthorized) GetPayload ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresUnauthorized) IsClientError ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) IsClientError() bool
IsClientError returns true when this get journey session outcomescores unauthorized response has a 4xx status code
func (*GetJourneySessionOutcomescoresUnauthorized) IsCode ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores unauthorized response a status code equal to that given
func (*GetJourneySessionOutcomescoresUnauthorized) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores unauthorized response has a 3xx status code
func (*GetJourneySessionOutcomescoresUnauthorized) IsServerError ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) IsServerError() bool
IsServerError returns true when this get journey session outcomescores unauthorized response has a 5xx status code
func (*GetJourneySessionOutcomescoresUnauthorized) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores unauthorized response has a 2xx status code
func (*GetJourneySessionOutcomescoresUnauthorized) String ¶
func (o *GetJourneySessionOutcomescoresUnauthorized) String() string
type GetJourneySessionOutcomescoresUnsupportedMediaType ¶
GetJourneySessionOutcomescoresUnsupportedMediaType 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 NewGetJourneySessionOutcomescoresUnsupportedMediaType ¶
func NewGetJourneySessionOutcomescoresUnsupportedMediaType() *GetJourneySessionOutcomescoresUnsupportedMediaType
NewGetJourneySessionOutcomescoresUnsupportedMediaType creates a GetJourneySessionOutcomescoresUnsupportedMediaType with default headers values
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) Error ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) Error() string
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) GetPayload ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsClientError ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey session outcomescores unsupported media type response has a 4xx status code
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsCode ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey session outcomescores unsupported media type response a status code equal to that given
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey session outcomescores unsupported media type response has a 3xx status code
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsServerError ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey session outcomescores unsupported media type response has a 5xx status code
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey session outcomescores unsupported media type response has a 2xx status code
func (*GetJourneySessionOutcomescoresUnsupportedMediaType) String ¶
func (o *GetJourneySessionOutcomescoresUnsupportedMediaType) String() string
type GetJourneySessionParams ¶
type GetJourneySessionParams struct { /* SessionID. ID of the session. */ SessionID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetJourneySessionParams contains all the parameters to send to the API endpoint
for the get journey session operation. Typically these are written to a http.Request.
func NewGetJourneySessionParams ¶
func NewGetJourneySessionParams() *GetJourneySessionParams
NewGetJourneySessionParams creates a new GetJourneySessionParams 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 NewGetJourneySessionParamsWithContext ¶
func NewGetJourneySessionParamsWithContext(ctx context.Context) *GetJourneySessionParams
NewGetJourneySessionParamsWithContext creates a new GetJourneySessionParams object with the ability to set a context for a request.
func NewGetJourneySessionParamsWithHTTPClient ¶
func NewGetJourneySessionParamsWithHTTPClient(client *http.Client) *GetJourneySessionParams
NewGetJourneySessionParamsWithHTTPClient creates a new GetJourneySessionParams object with the ability to set a custom HTTPClient for a request.
func NewGetJourneySessionParamsWithTimeout ¶
func NewGetJourneySessionParamsWithTimeout(timeout time.Duration) *GetJourneySessionParams
NewGetJourneySessionParamsWithTimeout creates a new GetJourneySessionParams object with the ability to set a timeout on a request.
func (*GetJourneySessionParams) SetContext ¶
func (o *GetJourneySessionParams) SetContext(ctx context.Context)
SetContext adds the context to the get journey session params
func (*GetJourneySessionParams) SetDefaults ¶
func (o *GetJourneySessionParams) SetDefaults()
SetDefaults hydrates default values in the get journey session params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySessionParams) SetHTTPClient ¶
func (o *GetJourneySessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get journey session params
func (*GetJourneySessionParams) SetSessionID ¶
func (o *GetJourneySessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the get journey session params
func (*GetJourneySessionParams) SetTimeout ¶
func (o *GetJourneySessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get journey session params
func (*GetJourneySessionParams) WithContext ¶
func (o *GetJourneySessionParams) WithContext(ctx context.Context) *GetJourneySessionParams
WithContext adds the context to the get journey session params
func (*GetJourneySessionParams) WithDefaults ¶
func (o *GetJourneySessionParams) WithDefaults() *GetJourneySessionParams
WithDefaults hydrates default values in the get journey session params (not the query body).
All values with no default are reset to their zero value.
func (*GetJourneySessionParams) WithHTTPClient ¶
func (o *GetJourneySessionParams) WithHTTPClient(client *http.Client) *GetJourneySessionParams
WithHTTPClient adds the HTTPClient to the get journey session params
func (*GetJourneySessionParams) WithSessionID ¶
func (o *GetJourneySessionParams) WithSessionID(sessionID string) *GetJourneySessionParams
WithSessionID adds the sessionID to the get journey session params
func (*GetJourneySessionParams) WithTimeout ¶
func (o *GetJourneySessionParams) WithTimeout(timeout time.Duration) *GetJourneySessionParams
WithTimeout adds the timeout to the get journey session params
func (*GetJourneySessionParams) WriteToRequest ¶
func (o *GetJourneySessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetJourneySessionReader ¶
type GetJourneySessionReader struct {
// contains filtered or unexported fields
}
GetJourneySessionReader is a Reader for the GetJourneySession structure.
func (*GetJourneySessionReader) ReadResponse ¶
func (o *GetJourneySessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetJourneySessionRequestEntityTooLarge ¶
GetJourneySessionRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetJourneySessionRequestEntityTooLarge ¶
func NewGetJourneySessionRequestEntityTooLarge() *GetJourneySessionRequestEntityTooLarge
NewGetJourneySessionRequestEntityTooLarge creates a GetJourneySessionRequestEntityTooLarge with default headers values
func (*GetJourneySessionRequestEntityTooLarge) Error ¶
func (o *GetJourneySessionRequestEntityTooLarge) Error() string
func (*GetJourneySessionRequestEntityTooLarge) GetPayload ¶
func (o *GetJourneySessionRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetJourneySessionRequestEntityTooLarge) IsClientError ¶
func (o *GetJourneySessionRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get journey session request entity too large response has a 4xx status code
func (*GetJourneySessionRequestEntityTooLarge) IsCode ¶
func (o *GetJourneySessionRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get journey session request entity too large response a status code equal to that given
func (*GetJourneySessionRequestEntityTooLarge) IsRedirect ¶
func (o *GetJourneySessionRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get journey session request entity too large response has a 3xx status code
func (*GetJourneySessionRequestEntityTooLarge) IsServerError ¶
func (o *GetJourneySessionRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get journey session request entity too large response has a 5xx status code
func (*GetJourneySessionRequestEntityTooLarge) IsSuccess ¶
func (o *GetJourneySessionRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get journey session request entity too large response has a 2xx status code
func (*GetJourneySessionRequestEntityTooLarge) String ¶
func (o *GetJourneySessionRequestEntityTooLarge) String() string
type GetJourneySessionRequestTimeout ¶
GetJourneySessionRequestTimeout 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 NewGetJourneySessionRequestTimeout ¶
func NewGetJourneySessionRequestTimeout() *GetJourneySessionRequestTimeout
NewGetJourneySessionRequestTimeout creates a GetJourneySessionRequestTimeout with default headers values
func (*GetJourneySessionRequestTimeout) Error ¶
func (o *GetJourneySessionRequestTimeout) Error() string
func (*GetJourneySessionRequestTimeout) GetPayload ¶
func (o *GetJourneySessionRequestTimeout) GetPayload() *models.ErrorBody
func (*GetJourneySessionRequestTimeout) IsClientError ¶
func (o *GetJourneySessionRequestTimeout) IsClientError() bool
IsClientError returns true when this get journey session request timeout response has a 4xx status code
func (*GetJourneySessionRequestTimeout) IsCode ¶
func (o *GetJourneySessionRequestTimeout) IsCode(code int) bool
IsCode returns true when this get journey session request timeout response a status code equal to that given
func (*GetJourneySessionRequestTimeout) IsRedirect ¶
func (o *GetJourneySessionRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get journey session request timeout response has a 3xx status code
func (*GetJourneySessionRequestTimeout) IsServerError ¶
func (o *GetJourneySessionRequestTimeout) IsServerError() bool
IsServerError returns true when this get journey session request timeout response has a 5xx status code
func (*GetJourneySessionRequestTimeout) IsSuccess ¶
func (o *GetJourneySessionRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get journey session request timeout response has a 2xx status code
func (*GetJourneySessionRequestTimeout) String ¶
func (o *GetJourneySessionRequestTimeout) String() string
type GetJourneySessionServiceUnavailable ¶
type GetJourneySessionServiceUnavailable struct {
}GetJourneySessionServiceUnavailable 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 NewGetJourneySessionServiceUnavailable ¶
func NewGetJourneySessionServiceUnavailable() *GetJourneySessionServiceUnavailable
NewGetJourneySessionServiceUnavailable creates a GetJourneySessionServiceUnavailable with default headers values
func (*GetJourneySessionServiceUnavailable) Error ¶
func (o *GetJourneySessionServiceUnavailable) Error() string
func (*GetJourneySessionServiceUnavailable) GetPayload ¶
func (o *GetJourneySessionServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetJourneySessionServiceUnavailable) IsClientError ¶
func (o *GetJourneySessionServiceUnavailable) IsClientError() bool
IsClientError returns true when this get journey session service unavailable response has a 4xx status code
func (*GetJourneySessionServiceUnavailable) IsCode ¶
func (o *GetJourneySessionServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get journey session service unavailable response a status code equal to that given
func (*GetJourneySessionServiceUnavailable) IsRedirect ¶
func (o *GetJourneySessionServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get journey session service unavailable response has a 3xx status code
func (*GetJourneySessionServiceUnavailable) IsServerError ¶
func (o *GetJourneySessionServiceUnavailable) IsServerError() bool
IsServerError returns true when this get journey session service unavailable response has a 5xx status code
func (*GetJourneySessionServiceUnavailable) IsSuccess ¶
func (o *GetJourneySessionServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get journey session service unavailable response has a 2xx status code
func (*GetJourneySessionServiceUnavailable) String ¶
func (o *GetJourneySessionServiceUnavailable) String() string
type GetJourneySessionTooManyRequests ¶
GetJourneySessionTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetJourneySessionTooManyRequests ¶
func NewGetJourneySessionTooManyRequests() *GetJourneySessionTooManyRequests
NewGetJourneySessionTooManyRequests creates a GetJourneySessionTooManyRequests with default headers values
func (*GetJourneySessionTooManyRequests) Error ¶
func (o *GetJourneySessionTooManyRequests) Error() string
func (*GetJourneySessionTooManyRequests) GetPayload ¶
func (o *GetJourneySessionTooManyRequests) GetPayload() *models.ErrorBody
func (*GetJourneySessionTooManyRequests) IsClientError ¶
func (o *GetJourneySessionTooManyRequests) IsClientError() bool
IsClientError returns true when this get journey session too many requests response has a 4xx status code
func (*GetJourneySessionTooManyRequests) IsCode ¶
func (o *GetJourneySessionTooManyRequests) IsCode(code int) bool
IsCode returns true when this get journey session too many requests response a status code equal to that given
func (*GetJourneySessionTooManyRequests) IsRedirect ¶
func (o *GetJourneySessionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get journey session too many requests response has a 3xx status code
func (*GetJourneySessionTooManyRequests) IsServerError ¶
func (o *GetJourneySessionTooManyRequests) IsServerError() bool
IsServerError returns true when this get journey session too many requests response has a 5xx status code
func (*GetJourneySessionTooManyRequests) IsSuccess ¶
func (o *GetJourneySessionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get journey session too many requests response has a 2xx status code
func (*GetJourneySessionTooManyRequests) String ¶
func (o *GetJourneySessionTooManyRequests) String() string
type GetJourneySessionUnauthorized ¶
type GetJourneySessionUnauthorized struct {
}GetJourneySessionUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetJourneySessionUnauthorized ¶
func NewGetJourneySessionUnauthorized() *GetJourneySessionUnauthorized
NewGetJourneySessionUnauthorized creates a GetJourneySessionUnauthorized with default headers values
func (*GetJourneySessionUnauthorized) Error ¶
func (o *GetJourneySessionUnauthorized) Error() string
func (*GetJourneySessionUnauthorized) GetPayload ¶
func (o *GetJourneySessionUnauthorized) GetPayload() *models.ErrorBody
func (*GetJourneySessionUnauthorized) IsClientError ¶
func (o *GetJourneySessionUnauthorized) IsClientError() bool
IsClientError returns true when this get journey session unauthorized response has a 4xx status code
func (*GetJourneySessionUnauthorized) IsCode ¶
func (o *GetJourneySessionUnauthorized) IsCode(code int) bool
IsCode returns true when this get journey session unauthorized response a status code equal to that given
func (*GetJourneySessionUnauthorized) IsRedirect ¶
func (o *GetJourneySessionUnauthorized) IsRedirect() bool
IsRedirect returns true when this get journey session unauthorized response has a 3xx status code
func (*GetJourneySessionUnauthorized) IsServerError ¶
func (o *GetJourneySessionUnauthorized) IsServerError() bool
IsServerError returns true when this get journey session unauthorized response has a 5xx status code
func (*GetJourneySessionUnauthorized) IsSuccess ¶
func (o *GetJourneySessionUnauthorized) IsSuccess() bool
IsSuccess returns true when this get journey session unauthorized response has a 2xx status code
func (*GetJourneySessionUnauthorized) String ¶
func (o *GetJourneySessionUnauthorized) String() string
type GetJourneySessionUnsupportedMediaType ¶
GetJourneySessionUnsupportedMediaType 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 NewGetJourneySessionUnsupportedMediaType ¶
func NewGetJourneySessionUnsupportedMediaType() *GetJourneySessionUnsupportedMediaType
NewGetJourneySessionUnsupportedMediaType creates a GetJourneySessionUnsupportedMediaType with default headers values
func (*GetJourneySessionUnsupportedMediaType) Error ¶
func (o *GetJourneySessionUnsupportedMediaType) Error() string
func (*GetJourneySessionUnsupportedMediaType) GetPayload ¶
func (o *GetJourneySessionUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetJourneySessionUnsupportedMediaType) IsClientError ¶
func (o *GetJourneySessionUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get journey session unsupported media type response has a 4xx status code
func (*GetJourneySessionUnsupportedMediaType) IsCode ¶
func (o *GetJourneySessionUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get journey session unsupported media type response a status code equal to that given
func (*GetJourneySessionUnsupportedMediaType) IsRedirect ¶
func (o *GetJourneySessionUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get journey session unsupported media type response has a 3xx status code
func (*GetJourneySessionUnsupportedMediaType) IsServerError ¶
func (o *GetJourneySessionUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get journey session unsupported media type response has a 5xx status code
func (*GetJourneySessionUnsupportedMediaType) IsSuccess ¶
func (o *GetJourneySessionUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get journey session unsupported media type response has a 2xx status code
func (*GetJourneySessionUnsupportedMediaType) String ¶
func (o *GetJourneySessionUnsupportedMediaType) String() string
type PatchJourneyActionmapBadRequest ¶
PatchJourneyActionmapBadRequest 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 NewPatchJourneyActionmapBadRequest ¶
func NewPatchJourneyActionmapBadRequest() *PatchJourneyActionmapBadRequest
NewPatchJourneyActionmapBadRequest creates a PatchJourneyActionmapBadRequest with default headers values
func (*PatchJourneyActionmapBadRequest) Error ¶
func (o *PatchJourneyActionmapBadRequest) Error() string
func (*PatchJourneyActionmapBadRequest) GetPayload ¶
func (o *PatchJourneyActionmapBadRequest) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapBadRequest) IsClientError ¶
func (o *PatchJourneyActionmapBadRequest) IsClientError() bool
IsClientError returns true when this patch journey actionmap bad request response has a 4xx status code
func (*PatchJourneyActionmapBadRequest) IsCode ¶
func (o *PatchJourneyActionmapBadRequest) IsCode(code int) bool
IsCode returns true when this patch journey actionmap bad request response a status code equal to that given
func (*PatchJourneyActionmapBadRequest) IsRedirect ¶
func (o *PatchJourneyActionmapBadRequest) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap bad request response has a 3xx status code
func (*PatchJourneyActionmapBadRequest) IsServerError ¶
func (o *PatchJourneyActionmapBadRequest) IsServerError() bool
IsServerError returns true when this patch journey actionmap bad request response has a 5xx status code
func (*PatchJourneyActionmapBadRequest) IsSuccess ¶
func (o *PatchJourneyActionmapBadRequest) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap bad request response has a 2xx status code
func (*PatchJourneyActionmapBadRequest) String ¶
func (o *PatchJourneyActionmapBadRequest) String() string
type PatchJourneyActionmapConflict ¶
PatchJourneyActionmapConflict describes a response with status code 409, with default header values.
Conflict
func NewPatchJourneyActionmapConflict ¶
func NewPatchJourneyActionmapConflict() *PatchJourneyActionmapConflict
NewPatchJourneyActionmapConflict creates a PatchJourneyActionmapConflict with default headers values
func (*PatchJourneyActionmapConflict) Error ¶
func (o *PatchJourneyActionmapConflict) Error() string
func (*PatchJourneyActionmapConflict) GetPayload ¶
func (o *PatchJourneyActionmapConflict) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapConflict) IsClientError ¶
func (o *PatchJourneyActionmapConflict) IsClientError() bool
IsClientError returns true when this patch journey actionmap conflict response has a 4xx status code
func (*PatchJourneyActionmapConflict) IsCode ¶
func (o *PatchJourneyActionmapConflict) IsCode(code int) bool
IsCode returns true when this patch journey actionmap conflict response a status code equal to that given
func (*PatchJourneyActionmapConflict) IsRedirect ¶
func (o *PatchJourneyActionmapConflict) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap conflict response has a 3xx status code
func (*PatchJourneyActionmapConflict) IsServerError ¶
func (o *PatchJourneyActionmapConflict) IsServerError() bool
IsServerError returns true when this patch journey actionmap conflict response has a 5xx status code
func (*PatchJourneyActionmapConflict) IsSuccess ¶
func (o *PatchJourneyActionmapConflict) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap conflict response has a 2xx status code
func (*PatchJourneyActionmapConflict) String ¶
func (o *PatchJourneyActionmapConflict) String() string
type PatchJourneyActionmapForbidden ¶
PatchJourneyActionmapForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchJourneyActionmapForbidden ¶
func NewPatchJourneyActionmapForbidden() *PatchJourneyActionmapForbidden
NewPatchJourneyActionmapForbidden creates a PatchJourneyActionmapForbidden with default headers values
func (*PatchJourneyActionmapForbidden) Error ¶
func (o *PatchJourneyActionmapForbidden) Error() string
func (*PatchJourneyActionmapForbidden) GetPayload ¶
func (o *PatchJourneyActionmapForbidden) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapForbidden) IsClientError ¶
func (o *PatchJourneyActionmapForbidden) IsClientError() bool
IsClientError returns true when this patch journey actionmap forbidden response has a 4xx status code
func (*PatchJourneyActionmapForbidden) IsCode ¶
func (o *PatchJourneyActionmapForbidden) IsCode(code int) bool
IsCode returns true when this patch journey actionmap forbidden response a status code equal to that given
func (*PatchJourneyActionmapForbidden) IsRedirect ¶
func (o *PatchJourneyActionmapForbidden) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap forbidden response has a 3xx status code
func (*PatchJourneyActionmapForbidden) IsServerError ¶
func (o *PatchJourneyActionmapForbidden) IsServerError() bool
IsServerError returns true when this patch journey actionmap forbidden response has a 5xx status code
func (*PatchJourneyActionmapForbidden) IsSuccess ¶
func (o *PatchJourneyActionmapForbidden) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap forbidden response has a 2xx status code
func (*PatchJourneyActionmapForbidden) String ¶
func (o *PatchJourneyActionmapForbidden) String() string
type PatchJourneyActionmapGatewayTimeout ¶
PatchJourneyActionmapGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchJourneyActionmapGatewayTimeout ¶
func NewPatchJourneyActionmapGatewayTimeout() *PatchJourneyActionmapGatewayTimeout
NewPatchJourneyActionmapGatewayTimeout creates a PatchJourneyActionmapGatewayTimeout with default headers values
func (*PatchJourneyActionmapGatewayTimeout) Error ¶
func (o *PatchJourneyActionmapGatewayTimeout) Error() string
func (*PatchJourneyActionmapGatewayTimeout) GetPayload ¶
func (o *PatchJourneyActionmapGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapGatewayTimeout) IsClientError ¶
func (o *PatchJourneyActionmapGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch journey actionmap gateway timeout response has a 4xx status code
func (*PatchJourneyActionmapGatewayTimeout) IsCode ¶
func (o *PatchJourneyActionmapGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch journey actionmap gateway timeout response a status code equal to that given
func (*PatchJourneyActionmapGatewayTimeout) IsRedirect ¶
func (o *PatchJourneyActionmapGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap gateway timeout response has a 3xx status code
func (*PatchJourneyActionmapGatewayTimeout) IsServerError ¶
func (o *PatchJourneyActionmapGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch journey actionmap gateway timeout response has a 5xx status code
func (*PatchJourneyActionmapGatewayTimeout) IsSuccess ¶
func (o *PatchJourneyActionmapGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap gateway timeout response has a 2xx status code
func (*PatchJourneyActionmapGatewayTimeout) String ¶
func (o *PatchJourneyActionmapGatewayTimeout) String() string
type PatchJourneyActionmapInternalServerError ¶
PatchJourneyActionmapInternalServerError 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 NewPatchJourneyActionmapInternalServerError ¶
func NewPatchJourneyActionmapInternalServerError() *PatchJourneyActionmapInternalServerError
NewPatchJourneyActionmapInternalServerError creates a PatchJourneyActionmapInternalServerError with default headers values
func (*PatchJourneyActionmapInternalServerError) Error ¶
func (o *PatchJourneyActionmapInternalServerError) Error() string
func (*PatchJourneyActionmapInternalServerError) GetPayload ¶
func (o *PatchJourneyActionmapInternalServerError) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapInternalServerError) IsClientError ¶
func (o *PatchJourneyActionmapInternalServerError) IsClientError() bool
IsClientError returns true when this patch journey actionmap internal server error response has a 4xx status code
func (*PatchJourneyActionmapInternalServerError) IsCode ¶
func (o *PatchJourneyActionmapInternalServerError) IsCode(code int) bool
IsCode returns true when this patch journey actionmap internal server error response a status code equal to that given
func (*PatchJourneyActionmapInternalServerError) IsRedirect ¶
func (o *PatchJourneyActionmapInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap internal server error response has a 3xx status code
func (*PatchJourneyActionmapInternalServerError) IsServerError ¶
func (o *PatchJourneyActionmapInternalServerError) IsServerError() bool
IsServerError returns true when this patch journey actionmap internal server error response has a 5xx status code
func (*PatchJourneyActionmapInternalServerError) IsSuccess ¶
func (o *PatchJourneyActionmapInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap internal server error response has a 2xx status code
func (*PatchJourneyActionmapInternalServerError) String ¶
func (o *PatchJourneyActionmapInternalServerError) String() string
type PatchJourneyActionmapNotFound ¶
PatchJourneyActionmapNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchJourneyActionmapNotFound ¶
func NewPatchJourneyActionmapNotFound() *PatchJourneyActionmapNotFound
NewPatchJourneyActionmapNotFound creates a PatchJourneyActionmapNotFound with default headers values
func (*PatchJourneyActionmapNotFound) Error ¶
func (o *PatchJourneyActionmapNotFound) Error() string
func (*PatchJourneyActionmapNotFound) GetPayload ¶
func (o *PatchJourneyActionmapNotFound) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapNotFound) IsClientError ¶
func (o *PatchJourneyActionmapNotFound) IsClientError() bool
IsClientError returns true when this patch journey actionmap not found response has a 4xx status code
func (*PatchJourneyActionmapNotFound) IsCode ¶
func (o *PatchJourneyActionmapNotFound) IsCode(code int) bool
IsCode returns true when this patch journey actionmap not found response a status code equal to that given
func (*PatchJourneyActionmapNotFound) IsRedirect ¶
func (o *PatchJourneyActionmapNotFound) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap not found response has a 3xx status code
func (*PatchJourneyActionmapNotFound) IsServerError ¶
func (o *PatchJourneyActionmapNotFound) IsServerError() bool
IsServerError returns true when this patch journey actionmap not found response has a 5xx status code
func (*PatchJourneyActionmapNotFound) IsSuccess ¶
func (o *PatchJourneyActionmapNotFound) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap not found response has a 2xx status code
func (*PatchJourneyActionmapNotFound) String ¶
func (o *PatchJourneyActionmapNotFound) String() string
type PatchJourneyActionmapOK ¶
PatchJourneyActionmapOK describes a response with status code 200, with default header values.
successful operation
func NewPatchJourneyActionmapOK ¶
func NewPatchJourneyActionmapOK() *PatchJourneyActionmapOK
NewPatchJourneyActionmapOK creates a PatchJourneyActionmapOK with default headers values
func (*PatchJourneyActionmapOK) Error ¶
func (o *PatchJourneyActionmapOK) Error() string
func (*PatchJourneyActionmapOK) GetPayload ¶
func (o *PatchJourneyActionmapOK) GetPayload() *models.ActionMap
func (*PatchJourneyActionmapOK) IsClientError ¶
func (o *PatchJourneyActionmapOK) IsClientError() bool
IsClientError returns true when this patch journey actionmap o k response has a 4xx status code
func (*PatchJourneyActionmapOK) IsCode ¶
func (o *PatchJourneyActionmapOK) IsCode(code int) bool
IsCode returns true when this patch journey actionmap o k response a status code equal to that given
func (*PatchJourneyActionmapOK) IsRedirect ¶
func (o *PatchJourneyActionmapOK) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap o k response has a 3xx status code
func (*PatchJourneyActionmapOK) IsServerError ¶
func (o *PatchJourneyActionmapOK) IsServerError() bool
IsServerError returns true when this patch journey actionmap o k response has a 5xx status code
func (*PatchJourneyActionmapOK) IsSuccess ¶
func (o *PatchJourneyActionmapOK) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap o k response has a 2xx status code
func (*PatchJourneyActionmapOK) String ¶
func (o *PatchJourneyActionmapOK) String() string
type PatchJourneyActionmapParams ¶
type PatchJourneyActionmapParams struct { /* ActionMapID. ID of the action map. */ ActionMapID string // Body. Body *models.PatchActionMap Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchJourneyActionmapParams contains all the parameters to send to the API endpoint
for the patch journey actionmap operation. Typically these are written to a http.Request.
func NewPatchJourneyActionmapParams ¶
func NewPatchJourneyActionmapParams() *PatchJourneyActionmapParams
NewPatchJourneyActionmapParams creates a new PatchJourneyActionmapParams 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 NewPatchJourneyActionmapParamsWithContext ¶
func NewPatchJourneyActionmapParamsWithContext(ctx context.Context) *PatchJourneyActionmapParams
NewPatchJourneyActionmapParamsWithContext creates a new PatchJourneyActionmapParams object with the ability to set a context for a request.
func NewPatchJourneyActionmapParamsWithHTTPClient ¶
func NewPatchJourneyActionmapParamsWithHTTPClient(client *http.Client) *PatchJourneyActionmapParams
NewPatchJourneyActionmapParamsWithHTTPClient creates a new PatchJourneyActionmapParams object with the ability to set a custom HTTPClient for a request.
func NewPatchJourneyActionmapParamsWithTimeout ¶
func NewPatchJourneyActionmapParamsWithTimeout(timeout time.Duration) *PatchJourneyActionmapParams
NewPatchJourneyActionmapParamsWithTimeout creates a new PatchJourneyActionmapParams object with the ability to set a timeout on a request.
func (*PatchJourneyActionmapParams) SetActionMapID ¶
func (o *PatchJourneyActionmapParams) SetActionMapID(actionMapID string)
SetActionMapID adds the actionMapId to the patch journey actionmap params
func (*PatchJourneyActionmapParams) SetBody ¶
func (o *PatchJourneyActionmapParams) SetBody(body *models.PatchActionMap)
SetBody adds the body to the patch journey actionmap params
func (*PatchJourneyActionmapParams) SetContext ¶
func (o *PatchJourneyActionmapParams) SetContext(ctx context.Context)
SetContext adds the context to the patch journey actionmap params
func (*PatchJourneyActionmapParams) SetDefaults ¶
func (o *PatchJourneyActionmapParams) SetDefaults()
SetDefaults hydrates default values in the patch journey actionmap params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyActionmapParams) SetHTTPClient ¶
func (o *PatchJourneyActionmapParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch journey actionmap params
func (*PatchJourneyActionmapParams) SetTimeout ¶
func (o *PatchJourneyActionmapParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch journey actionmap params
func (*PatchJourneyActionmapParams) WithActionMapID ¶
func (o *PatchJourneyActionmapParams) WithActionMapID(actionMapID string) *PatchJourneyActionmapParams
WithActionMapID adds the actionMapID to the patch journey actionmap params
func (*PatchJourneyActionmapParams) WithBody ¶
func (o *PatchJourneyActionmapParams) WithBody(body *models.PatchActionMap) *PatchJourneyActionmapParams
WithBody adds the body to the patch journey actionmap params
func (*PatchJourneyActionmapParams) WithContext ¶
func (o *PatchJourneyActionmapParams) WithContext(ctx context.Context) *PatchJourneyActionmapParams
WithContext adds the context to the patch journey actionmap params
func (*PatchJourneyActionmapParams) WithDefaults ¶
func (o *PatchJourneyActionmapParams) WithDefaults() *PatchJourneyActionmapParams
WithDefaults hydrates default values in the patch journey actionmap params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyActionmapParams) WithHTTPClient ¶
func (o *PatchJourneyActionmapParams) WithHTTPClient(client *http.Client) *PatchJourneyActionmapParams
WithHTTPClient adds the HTTPClient to the patch journey actionmap params
func (*PatchJourneyActionmapParams) WithTimeout ¶
func (o *PatchJourneyActionmapParams) WithTimeout(timeout time.Duration) *PatchJourneyActionmapParams
WithTimeout adds the timeout to the patch journey actionmap params
func (*PatchJourneyActionmapParams) WriteToRequest ¶
func (o *PatchJourneyActionmapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchJourneyActionmapReader ¶
type PatchJourneyActionmapReader struct {
// contains filtered or unexported fields
}
PatchJourneyActionmapReader is a Reader for the PatchJourneyActionmap structure.
func (*PatchJourneyActionmapReader) ReadResponse ¶
func (o *PatchJourneyActionmapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchJourneyActionmapRequestEntityTooLarge ¶
PatchJourneyActionmapRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchJourneyActionmapRequestEntityTooLarge ¶
func NewPatchJourneyActionmapRequestEntityTooLarge() *PatchJourneyActionmapRequestEntityTooLarge
NewPatchJourneyActionmapRequestEntityTooLarge creates a PatchJourneyActionmapRequestEntityTooLarge with default headers values
func (*PatchJourneyActionmapRequestEntityTooLarge) Error ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) Error() string
func (*PatchJourneyActionmapRequestEntityTooLarge) GetPayload ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapRequestEntityTooLarge) IsClientError ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch journey actionmap request entity too large response has a 4xx status code
func (*PatchJourneyActionmapRequestEntityTooLarge) IsCode ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch journey actionmap request entity too large response a status code equal to that given
func (*PatchJourneyActionmapRequestEntityTooLarge) IsRedirect ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap request entity too large response has a 3xx status code
func (*PatchJourneyActionmapRequestEntityTooLarge) IsServerError ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch journey actionmap request entity too large response has a 5xx status code
func (*PatchJourneyActionmapRequestEntityTooLarge) IsSuccess ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap request entity too large response has a 2xx status code
func (*PatchJourneyActionmapRequestEntityTooLarge) String ¶
func (o *PatchJourneyActionmapRequestEntityTooLarge) String() string
type PatchJourneyActionmapRequestTimeout ¶
PatchJourneyActionmapRequestTimeout 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 NewPatchJourneyActionmapRequestTimeout ¶
func NewPatchJourneyActionmapRequestTimeout() *PatchJourneyActionmapRequestTimeout
NewPatchJourneyActionmapRequestTimeout creates a PatchJourneyActionmapRequestTimeout with default headers values
func (*PatchJourneyActionmapRequestTimeout) Error ¶
func (o *PatchJourneyActionmapRequestTimeout) Error() string
func (*PatchJourneyActionmapRequestTimeout) GetPayload ¶
func (o *PatchJourneyActionmapRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapRequestTimeout) IsClientError ¶
func (o *PatchJourneyActionmapRequestTimeout) IsClientError() bool
IsClientError returns true when this patch journey actionmap request timeout response has a 4xx status code
func (*PatchJourneyActionmapRequestTimeout) IsCode ¶
func (o *PatchJourneyActionmapRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch journey actionmap request timeout response a status code equal to that given
func (*PatchJourneyActionmapRequestTimeout) IsRedirect ¶
func (o *PatchJourneyActionmapRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap request timeout response has a 3xx status code
func (*PatchJourneyActionmapRequestTimeout) IsServerError ¶
func (o *PatchJourneyActionmapRequestTimeout) IsServerError() bool
IsServerError returns true when this patch journey actionmap request timeout response has a 5xx status code
func (*PatchJourneyActionmapRequestTimeout) IsSuccess ¶
func (o *PatchJourneyActionmapRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap request timeout response has a 2xx status code
func (*PatchJourneyActionmapRequestTimeout) String ¶
func (o *PatchJourneyActionmapRequestTimeout) String() string
type PatchJourneyActionmapServiceUnavailable ¶
type PatchJourneyActionmapServiceUnavailable struct {
}PatchJourneyActionmapServiceUnavailable 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 NewPatchJourneyActionmapServiceUnavailable ¶
func NewPatchJourneyActionmapServiceUnavailable() *PatchJourneyActionmapServiceUnavailable
NewPatchJourneyActionmapServiceUnavailable creates a PatchJourneyActionmapServiceUnavailable with default headers values
func (*PatchJourneyActionmapServiceUnavailable) Error ¶
func (o *PatchJourneyActionmapServiceUnavailable) Error() string
func (*PatchJourneyActionmapServiceUnavailable) GetPayload ¶
func (o *PatchJourneyActionmapServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapServiceUnavailable) IsClientError ¶
func (o *PatchJourneyActionmapServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch journey actionmap service unavailable response has a 4xx status code
func (*PatchJourneyActionmapServiceUnavailable) IsCode ¶
func (o *PatchJourneyActionmapServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch journey actionmap service unavailable response a status code equal to that given
func (*PatchJourneyActionmapServiceUnavailable) IsRedirect ¶
func (o *PatchJourneyActionmapServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap service unavailable response has a 3xx status code
func (*PatchJourneyActionmapServiceUnavailable) IsServerError ¶
func (o *PatchJourneyActionmapServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch journey actionmap service unavailable response has a 5xx status code
func (*PatchJourneyActionmapServiceUnavailable) IsSuccess ¶
func (o *PatchJourneyActionmapServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap service unavailable response has a 2xx status code
func (*PatchJourneyActionmapServiceUnavailable) String ¶
func (o *PatchJourneyActionmapServiceUnavailable) String() string
type PatchJourneyActionmapTooManyRequests ¶
PatchJourneyActionmapTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchJourneyActionmapTooManyRequests ¶
func NewPatchJourneyActionmapTooManyRequests() *PatchJourneyActionmapTooManyRequests
NewPatchJourneyActionmapTooManyRequests creates a PatchJourneyActionmapTooManyRequests with default headers values
func (*PatchJourneyActionmapTooManyRequests) Error ¶
func (o *PatchJourneyActionmapTooManyRequests) Error() string
func (*PatchJourneyActionmapTooManyRequests) GetPayload ¶
func (o *PatchJourneyActionmapTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapTooManyRequests) IsClientError ¶
func (o *PatchJourneyActionmapTooManyRequests) IsClientError() bool
IsClientError returns true when this patch journey actionmap too many requests response has a 4xx status code
func (*PatchJourneyActionmapTooManyRequests) IsCode ¶
func (o *PatchJourneyActionmapTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch journey actionmap too many requests response a status code equal to that given
func (*PatchJourneyActionmapTooManyRequests) IsRedirect ¶
func (o *PatchJourneyActionmapTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap too many requests response has a 3xx status code
func (*PatchJourneyActionmapTooManyRequests) IsServerError ¶
func (o *PatchJourneyActionmapTooManyRequests) IsServerError() bool
IsServerError returns true when this patch journey actionmap too many requests response has a 5xx status code
func (*PatchJourneyActionmapTooManyRequests) IsSuccess ¶
func (o *PatchJourneyActionmapTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap too many requests response has a 2xx status code
func (*PatchJourneyActionmapTooManyRequests) String ¶
func (o *PatchJourneyActionmapTooManyRequests) String() string
type PatchJourneyActionmapUnauthorized ¶
type PatchJourneyActionmapUnauthorized struct {
}PatchJourneyActionmapUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchJourneyActionmapUnauthorized ¶
func NewPatchJourneyActionmapUnauthorized() *PatchJourneyActionmapUnauthorized
NewPatchJourneyActionmapUnauthorized creates a PatchJourneyActionmapUnauthorized with default headers values
func (*PatchJourneyActionmapUnauthorized) Error ¶
func (o *PatchJourneyActionmapUnauthorized) Error() string
func (*PatchJourneyActionmapUnauthorized) GetPayload ¶
func (o *PatchJourneyActionmapUnauthorized) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapUnauthorized) IsClientError ¶
func (o *PatchJourneyActionmapUnauthorized) IsClientError() bool
IsClientError returns true when this patch journey actionmap unauthorized response has a 4xx status code
func (*PatchJourneyActionmapUnauthorized) IsCode ¶
func (o *PatchJourneyActionmapUnauthorized) IsCode(code int) bool
IsCode returns true when this patch journey actionmap unauthorized response a status code equal to that given
func (*PatchJourneyActionmapUnauthorized) IsRedirect ¶
func (o *PatchJourneyActionmapUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap unauthorized response has a 3xx status code
func (*PatchJourneyActionmapUnauthorized) IsServerError ¶
func (o *PatchJourneyActionmapUnauthorized) IsServerError() bool
IsServerError returns true when this patch journey actionmap unauthorized response has a 5xx status code
func (*PatchJourneyActionmapUnauthorized) IsSuccess ¶
func (o *PatchJourneyActionmapUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap unauthorized response has a 2xx status code
func (*PatchJourneyActionmapUnauthorized) String ¶
func (o *PatchJourneyActionmapUnauthorized) String() string
type PatchJourneyActionmapUnsupportedMediaType ¶
PatchJourneyActionmapUnsupportedMediaType 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 NewPatchJourneyActionmapUnsupportedMediaType ¶
func NewPatchJourneyActionmapUnsupportedMediaType() *PatchJourneyActionmapUnsupportedMediaType
NewPatchJourneyActionmapUnsupportedMediaType creates a PatchJourneyActionmapUnsupportedMediaType with default headers values
func (*PatchJourneyActionmapUnsupportedMediaType) Error ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) Error() string
func (*PatchJourneyActionmapUnsupportedMediaType) GetPayload ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchJourneyActionmapUnsupportedMediaType) IsClientError ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch journey actionmap unsupported media type response has a 4xx status code
func (*PatchJourneyActionmapUnsupportedMediaType) IsCode ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch journey actionmap unsupported media type response a status code equal to that given
func (*PatchJourneyActionmapUnsupportedMediaType) IsRedirect ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch journey actionmap unsupported media type response has a 3xx status code
func (*PatchJourneyActionmapUnsupportedMediaType) IsServerError ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch journey actionmap unsupported media type response has a 5xx status code
func (*PatchJourneyActionmapUnsupportedMediaType) IsSuccess ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch journey actionmap unsupported media type response has a 2xx status code
func (*PatchJourneyActionmapUnsupportedMediaType) String ¶
func (o *PatchJourneyActionmapUnsupportedMediaType) String() string
type PatchJourneyActiontargetBadRequest ¶
PatchJourneyActiontargetBadRequest 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 NewPatchJourneyActiontargetBadRequest ¶
func NewPatchJourneyActiontargetBadRequest() *PatchJourneyActiontargetBadRequest
NewPatchJourneyActiontargetBadRequest creates a PatchJourneyActiontargetBadRequest with default headers values
func (*PatchJourneyActiontargetBadRequest) Error ¶
func (o *PatchJourneyActiontargetBadRequest) Error() string
func (*PatchJourneyActiontargetBadRequest) GetPayload ¶
func (o *PatchJourneyActiontargetBadRequest) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetBadRequest) IsClientError ¶
func (o *PatchJourneyActiontargetBadRequest) IsClientError() bool
IsClientError returns true when this patch journey actiontarget bad request response has a 4xx status code
func (*PatchJourneyActiontargetBadRequest) IsCode ¶
func (o *PatchJourneyActiontargetBadRequest) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget bad request response a status code equal to that given
func (*PatchJourneyActiontargetBadRequest) IsRedirect ¶
func (o *PatchJourneyActiontargetBadRequest) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget bad request response has a 3xx status code
func (*PatchJourneyActiontargetBadRequest) IsServerError ¶
func (o *PatchJourneyActiontargetBadRequest) IsServerError() bool
IsServerError returns true when this patch journey actiontarget bad request response has a 5xx status code
func (*PatchJourneyActiontargetBadRequest) IsSuccess ¶
func (o *PatchJourneyActiontargetBadRequest) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget bad request response has a 2xx status code
func (*PatchJourneyActiontargetBadRequest) String ¶
func (o *PatchJourneyActiontargetBadRequest) String() string
type PatchJourneyActiontargetForbidden ¶
PatchJourneyActiontargetForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchJourneyActiontargetForbidden ¶
func NewPatchJourneyActiontargetForbidden() *PatchJourneyActiontargetForbidden
NewPatchJourneyActiontargetForbidden creates a PatchJourneyActiontargetForbidden with default headers values
func (*PatchJourneyActiontargetForbidden) Error ¶
func (o *PatchJourneyActiontargetForbidden) Error() string
func (*PatchJourneyActiontargetForbidden) GetPayload ¶
func (o *PatchJourneyActiontargetForbidden) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetForbidden) IsClientError ¶
func (o *PatchJourneyActiontargetForbidden) IsClientError() bool
IsClientError returns true when this patch journey actiontarget forbidden response has a 4xx status code
func (*PatchJourneyActiontargetForbidden) IsCode ¶
func (o *PatchJourneyActiontargetForbidden) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget forbidden response a status code equal to that given
func (*PatchJourneyActiontargetForbidden) IsRedirect ¶
func (o *PatchJourneyActiontargetForbidden) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget forbidden response has a 3xx status code
func (*PatchJourneyActiontargetForbidden) IsServerError ¶
func (o *PatchJourneyActiontargetForbidden) IsServerError() bool
IsServerError returns true when this patch journey actiontarget forbidden response has a 5xx status code
func (*PatchJourneyActiontargetForbidden) IsSuccess ¶
func (o *PatchJourneyActiontargetForbidden) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget forbidden response has a 2xx status code
func (*PatchJourneyActiontargetForbidden) String ¶
func (o *PatchJourneyActiontargetForbidden) String() string
type PatchJourneyActiontargetGatewayTimeout ¶
PatchJourneyActiontargetGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchJourneyActiontargetGatewayTimeout ¶
func NewPatchJourneyActiontargetGatewayTimeout() *PatchJourneyActiontargetGatewayTimeout
NewPatchJourneyActiontargetGatewayTimeout creates a PatchJourneyActiontargetGatewayTimeout with default headers values
func (*PatchJourneyActiontargetGatewayTimeout) Error ¶
func (o *PatchJourneyActiontargetGatewayTimeout) Error() string
func (*PatchJourneyActiontargetGatewayTimeout) GetPayload ¶
func (o *PatchJourneyActiontargetGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetGatewayTimeout) IsClientError ¶
func (o *PatchJourneyActiontargetGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch journey actiontarget gateway timeout response has a 4xx status code
func (*PatchJourneyActiontargetGatewayTimeout) IsCode ¶
func (o *PatchJourneyActiontargetGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget gateway timeout response a status code equal to that given
func (*PatchJourneyActiontargetGatewayTimeout) IsRedirect ¶
func (o *PatchJourneyActiontargetGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget gateway timeout response has a 3xx status code
func (*PatchJourneyActiontargetGatewayTimeout) IsServerError ¶
func (o *PatchJourneyActiontargetGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch journey actiontarget gateway timeout response has a 5xx status code
func (*PatchJourneyActiontargetGatewayTimeout) IsSuccess ¶
func (o *PatchJourneyActiontargetGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget gateway timeout response has a 2xx status code
func (*PatchJourneyActiontargetGatewayTimeout) String ¶
func (o *PatchJourneyActiontargetGatewayTimeout) String() string
type PatchJourneyActiontargetInternalServerError ¶
PatchJourneyActiontargetInternalServerError 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 NewPatchJourneyActiontargetInternalServerError ¶
func NewPatchJourneyActiontargetInternalServerError() *PatchJourneyActiontargetInternalServerError
NewPatchJourneyActiontargetInternalServerError creates a PatchJourneyActiontargetInternalServerError with default headers values
func (*PatchJourneyActiontargetInternalServerError) Error ¶
func (o *PatchJourneyActiontargetInternalServerError) Error() string
func (*PatchJourneyActiontargetInternalServerError) GetPayload ¶
func (o *PatchJourneyActiontargetInternalServerError) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetInternalServerError) IsClientError ¶
func (o *PatchJourneyActiontargetInternalServerError) IsClientError() bool
IsClientError returns true when this patch journey actiontarget internal server error response has a 4xx status code
func (*PatchJourneyActiontargetInternalServerError) IsCode ¶
func (o *PatchJourneyActiontargetInternalServerError) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget internal server error response a status code equal to that given
func (*PatchJourneyActiontargetInternalServerError) IsRedirect ¶
func (o *PatchJourneyActiontargetInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget internal server error response has a 3xx status code
func (*PatchJourneyActiontargetInternalServerError) IsServerError ¶
func (o *PatchJourneyActiontargetInternalServerError) IsServerError() bool
IsServerError returns true when this patch journey actiontarget internal server error response has a 5xx status code
func (*PatchJourneyActiontargetInternalServerError) IsSuccess ¶
func (o *PatchJourneyActiontargetInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget internal server error response has a 2xx status code
func (*PatchJourneyActiontargetInternalServerError) String ¶
func (o *PatchJourneyActiontargetInternalServerError) String() string
type PatchJourneyActiontargetNotFound ¶
PatchJourneyActiontargetNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchJourneyActiontargetNotFound ¶
func NewPatchJourneyActiontargetNotFound() *PatchJourneyActiontargetNotFound
NewPatchJourneyActiontargetNotFound creates a PatchJourneyActiontargetNotFound with default headers values
func (*PatchJourneyActiontargetNotFound) Error ¶
func (o *PatchJourneyActiontargetNotFound) Error() string
func (*PatchJourneyActiontargetNotFound) GetPayload ¶
func (o *PatchJourneyActiontargetNotFound) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetNotFound) IsClientError ¶
func (o *PatchJourneyActiontargetNotFound) IsClientError() bool
IsClientError returns true when this patch journey actiontarget not found response has a 4xx status code
func (*PatchJourneyActiontargetNotFound) IsCode ¶
func (o *PatchJourneyActiontargetNotFound) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget not found response a status code equal to that given
func (*PatchJourneyActiontargetNotFound) IsRedirect ¶
func (o *PatchJourneyActiontargetNotFound) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget not found response has a 3xx status code
func (*PatchJourneyActiontargetNotFound) IsServerError ¶
func (o *PatchJourneyActiontargetNotFound) IsServerError() bool
IsServerError returns true when this patch journey actiontarget not found response has a 5xx status code
func (*PatchJourneyActiontargetNotFound) IsSuccess ¶
func (o *PatchJourneyActiontargetNotFound) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget not found response has a 2xx status code
func (*PatchJourneyActiontargetNotFound) String ¶
func (o *PatchJourneyActiontargetNotFound) String() string
type PatchJourneyActiontargetOK ¶
type PatchJourneyActiontargetOK struct {
Payload *models.ActionTarget
}
PatchJourneyActiontargetOK describes a response with status code 200, with default header values.
successful operation
func NewPatchJourneyActiontargetOK ¶
func NewPatchJourneyActiontargetOK() *PatchJourneyActiontargetOK
NewPatchJourneyActiontargetOK creates a PatchJourneyActiontargetOK with default headers values
func (*PatchJourneyActiontargetOK) Error ¶
func (o *PatchJourneyActiontargetOK) Error() string
func (*PatchJourneyActiontargetOK) GetPayload ¶
func (o *PatchJourneyActiontargetOK) GetPayload() *models.ActionTarget
func (*PatchJourneyActiontargetOK) IsClientError ¶
func (o *PatchJourneyActiontargetOK) IsClientError() bool
IsClientError returns true when this patch journey actiontarget o k response has a 4xx status code
func (*PatchJourneyActiontargetOK) IsCode ¶
func (o *PatchJourneyActiontargetOK) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget o k response a status code equal to that given
func (*PatchJourneyActiontargetOK) IsRedirect ¶
func (o *PatchJourneyActiontargetOK) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget o k response has a 3xx status code
func (*PatchJourneyActiontargetOK) IsServerError ¶
func (o *PatchJourneyActiontargetOK) IsServerError() bool
IsServerError returns true when this patch journey actiontarget o k response has a 5xx status code
func (*PatchJourneyActiontargetOK) IsSuccess ¶
func (o *PatchJourneyActiontargetOK) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget o k response has a 2xx status code
func (*PatchJourneyActiontargetOK) String ¶
func (o *PatchJourneyActiontargetOK) String() string
type PatchJourneyActiontargetParams ¶
type PatchJourneyActiontargetParams struct { /* ActionTargetID. ID of the action target. */ ActionTargetID string // Body. Body *models.PatchActionTarget Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchJourneyActiontargetParams contains all the parameters to send to the API endpoint
for the patch journey actiontarget operation. Typically these are written to a http.Request.
func NewPatchJourneyActiontargetParams ¶
func NewPatchJourneyActiontargetParams() *PatchJourneyActiontargetParams
NewPatchJourneyActiontargetParams creates a new PatchJourneyActiontargetParams 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 NewPatchJourneyActiontargetParamsWithContext ¶
func NewPatchJourneyActiontargetParamsWithContext(ctx context.Context) *PatchJourneyActiontargetParams
NewPatchJourneyActiontargetParamsWithContext creates a new PatchJourneyActiontargetParams object with the ability to set a context for a request.
func NewPatchJourneyActiontargetParamsWithHTTPClient ¶
func NewPatchJourneyActiontargetParamsWithHTTPClient(client *http.Client) *PatchJourneyActiontargetParams
NewPatchJourneyActiontargetParamsWithHTTPClient creates a new PatchJourneyActiontargetParams object with the ability to set a custom HTTPClient for a request.
func NewPatchJourneyActiontargetParamsWithTimeout ¶
func NewPatchJourneyActiontargetParamsWithTimeout(timeout time.Duration) *PatchJourneyActiontargetParams
NewPatchJourneyActiontargetParamsWithTimeout creates a new PatchJourneyActiontargetParams object with the ability to set a timeout on a request.
func (*PatchJourneyActiontargetParams) SetActionTargetID ¶
func (o *PatchJourneyActiontargetParams) SetActionTargetID(actionTargetID string)
SetActionTargetID adds the actionTargetId to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) SetBody ¶
func (o *PatchJourneyActiontargetParams) SetBody(body *models.PatchActionTarget)
SetBody adds the body to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) SetContext ¶
func (o *PatchJourneyActiontargetParams) SetContext(ctx context.Context)
SetContext adds the context to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) SetDefaults ¶
func (o *PatchJourneyActiontargetParams) SetDefaults()
SetDefaults hydrates default values in the patch journey actiontarget params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyActiontargetParams) SetHTTPClient ¶
func (o *PatchJourneyActiontargetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) SetTimeout ¶
func (o *PatchJourneyActiontargetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) WithActionTargetID ¶
func (o *PatchJourneyActiontargetParams) WithActionTargetID(actionTargetID string) *PatchJourneyActiontargetParams
WithActionTargetID adds the actionTargetID to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) WithBody ¶
func (o *PatchJourneyActiontargetParams) WithBody(body *models.PatchActionTarget) *PatchJourneyActiontargetParams
WithBody adds the body to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) WithContext ¶
func (o *PatchJourneyActiontargetParams) WithContext(ctx context.Context) *PatchJourneyActiontargetParams
WithContext adds the context to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) WithDefaults ¶
func (o *PatchJourneyActiontargetParams) WithDefaults() *PatchJourneyActiontargetParams
WithDefaults hydrates default values in the patch journey actiontarget params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyActiontargetParams) WithHTTPClient ¶
func (o *PatchJourneyActiontargetParams) WithHTTPClient(client *http.Client) *PatchJourneyActiontargetParams
WithHTTPClient adds the HTTPClient to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) WithTimeout ¶
func (o *PatchJourneyActiontargetParams) WithTimeout(timeout time.Duration) *PatchJourneyActiontargetParams
WithTimeout adds the timeout to the patch journey actiontarget params
func (*PatchJourneyActiontargetParams) WriteToRequest ¶
func (o *PatchJourneyActiontargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchJourneyActiontargetReader ¶
type PatchJourneyActiontargetReader struct {
// contains filtered or unexported fields
}
PatchJourneyActiontargetReader is a Reader for the PatchJourneyActiontarget structure.
func (*PatchJourneyActiontargetReader) ReadResponse ¶
func (o *PatchJourneyActiontargetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchJourneyActiontargetRequestEntityTooLarge ¶
PatchJourneyActiontargetRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchJourneyActiontargetRequestEntityTooLarge ¶
func NewPatchJourneyActiontargetRequestEntityTooLarge() *PatchJourneyActiontargetRequestEntityTooLarge
NewPatchJourneyActiontargetRequestEntityTooLarge creates a PatchJourneyActiontargetRequestEntityTooLarge with default headers values
func (*PatchJourneyActiontargetRequestEntityTooLarge) Error ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) Error() string
func (*PatchJourneyActiontargetRequestEntityTooLarge) GetPayload ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetRequestEntityTooLarge) IsClientError ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch journey actiontarget request entity too large response has a 4xx status code
func (*PatchJourneyActiontargetRequestEntityTooLarge) IsCode ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget request entity too large response a status code equal to that given
func (*PatchJourneyActiontargetRequestEntityTooLarge) IsRedirect ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget request entity too large response has a 3xx status code
func (*PatchJourneyActiontargetRequestEntityTooLarge) IsServerError ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch journey actiontarget request entity too large response has a 5xx status code
func (*PatchJourneyActiontargetRequestEntityTooLarge) IsSuccess ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget request entity too large response has a 2xx status code
func (*PatchJourneyActiontargetRequestEntityTooLarge) String ¶
func (o *PatchJourneyActiontargetRequestEntityTooLarge) String() string
type PatchJourneyActiontargetRequestTimeout ¶
PatchJourneyActiontargetRequestTimeout 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 NewPatchJourneyActiontargetRequestTimeout ¶
func NewPatchJourneyActiontargetRequestTimeout() *PatchJourneyActiontargetRequestTimeout
NewPatchJourneyActiontargetRequestTimeout creates a PatchJourneyActiontargetRequestTimeout with default headers values
func (*PatchJourneyActiontargetRequestTimeout) Error ¶
func (o *PatchJourneyActiontargetRequestTimeout) Error() string
func (*PatchJourneyActiontargetRequestTimeout) GetPayload ¶
func (o *PatchJourneyActiontargetRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetRequestTimeout) IsClientError ¶
func (o *PatchJourneyActiontargetRequestTimeout) IsClientError() bool
IsClientError returns true when this patch journey actiontarget request timeout response has a 4xx status code
func (*PatchJourneyActiontargetRequestTimeout) IsCode ¶
func (o *PatchJourneyActiontargetRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget request timeout response a status code equal to that given
func (*PatchJourneyActiontargetRequestTimeout) IsRedirect ¶
func (o *PatchJourneyActiontargetRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget request timeout response has a 3xx status code
func (*PatchJourneyActiontargetRequestTimeout) IsServerError ¶
func (o *PatchJourneyActiontargetRequestTimeout) IsServerError() bool
IsServerError returns true when this patch journey actiontarget request timeout response has a 5xx status code
func (*PatchJourneyActiontargetRequestTimeout) IsSuccess ¶
func (o *PatchJourneyActiontargetRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget request timeout response has a 2xx status code
func (*PatchJourneyActiontargetRequestTimeout) String ¶
func (o *PatchJourneyActiontargetRequestTimeout) String() string
type PatchJourneyActiontargetServiceUnavailable ¶
type PatchJourneyActiontargetServiceUnavailable struct {
}PatchJourneyActiontargetServiceUnavailable 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 NewPatchJourneyActiontargetServiceUnavailable ¶
func NewPatchJourneyActiontargetServiceUnavailable() *PatchJourneyActiontargetServiceUnavailable
NewPatchJourneyActiontargetServiceUnavailable creates a PatchJourneyActiontargetServiceUnavailable with default headers values
func (*PatchJourneyActiontargetServiceUnavailable) Error ¶
func (o *PatchJourneyActiontargetServiceUnavailable) Error() string
func (*PatchJourneyActiontargetServiceUnavailable) GetPayload ¶
func (o *PatchJourneyActiontargetServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetServiceUnavailable) IsClientError ¶
func (o *PatchJourneyActiontargetServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch journey actiontarget service unavailable response has a 4xx status code
func (*PatchJourneyActiontargetServiceUnavailable) IsCode ¶
func (o *PatchJourneyActiontargetServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget service unavailable response a status code equal to that given
func (*PatchJourneyActiontargetServiceUnavailable) IsRedirect ¶
func (o *PatchJourneyActiontargetServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget service unavailable response has a 3xx status code
func (*PatchJourneyActiontargetServiceUnavailable) IsServerError ¶
func (o *PatchJourneyActiontargetServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch journey actiontarget service unavailable response has a 5xx status code
func (*PatchJourneyActiontargetServiceUnavailable) IsSuccess ¶
func (o *PatchJourneyActiontargetServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget service unavailable response has a 2xx status code
func (*PatchJourneyActiontargetServiceUnavailable) String ¶
func (o *PatchJourneyActiontargetServiceUnavailable) String() string
type PatchJourneyActiontargetTooManyRequests ¶
PatchJourneyActiontargetTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchJourneyActiontargetTooManyRequests ¶
func NewPatchJourneyActiontargetTooManyRequests() *PatchJourneyActiontargetTooManyRequests
NewPatchJourneyActiontargetTooManyRequests creates a PatchJourneyActiontargetTooManyRequests with default headers values
func (*PatchJourneyActiontargetTooManyRequests) Error ¶
func (o *PatchJourneyActiontargetTooManyRequests) Error() string
func (*PatchJourneyActiontargetTooManyRequests) GetPayload ¶
func (o *PatchJourneyActiontargetTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetTooManyRequests) IsClientError ¶
func (o *PatchJourneyActiontargetTooManyRequests) IsClientError() bool
IsClientError returns true when this patch journey actiontarget too many requests response has a 4xx status code
func (*PatchJourneyActiontargetTooManyRequests) IsCode ¶
func (o *PatchJourneyActiontargetTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget too many requests response a status code equal to that given
func (*PatchJourneyActiontargetTooManyRequests) IsRedirect ¶
func (o *PatchJourneyActiontargetTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget too many requests response has a 3xx status code
func (*PatchJourneyActiontargetTooManyRequests) IsServerError ¶
func (o *PatchJourneyActiontargetTooManyRequests) IsServerError() bool
IsServerError returns true when this patch journey actiontarget too many requests response has a 5xx status code
func (*PatchJourneyActiontargetTooManyRequests) IsSuccess ¶
func (o *PatchJourneyActiontargetTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget too many requests response has a 2xx status code
func (*PatchJourneyActiontargetTooManyRequests) String ¶
func (o *PatchJourneyActiontargetTooManyRequests) String() string
type PatchJourneyActiontargetUnauthorized ¶
type PatchJourneyActiontargetUnauthorized struct {
}PatchJourneyActiontargetUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchJourneyActiontargetUnauthorized ¶
func NewPatchJourneyActiontargetUnauthorized() *PatchJourneyActiontargetUnauthorized
NewPatchJourneyActiontargetUnauthorized creates a PatchJourneyActiontargetUnauthorized with default headers values
func (*PatchJourneyActiontargetUnauthorized) Error ¶
func (o *PatchJourneyActiontargetUnauthorized) Error() string
func (*PatchJourneyActiontargetUnauthorized) GetPayload ¶
func (o *PatchJourneyActiontargetUnauthorized) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetUnauthorized) IsClientError ¶
func (o *PatchJourneyActiontargetUnauthorized) IsClientError() bool
IsClientError returns true when this patch journey actiontarget unauthorized response has a 4xx status code
func (*PatchJourneyActiontargetUnauthorized) IsCode ¶
func (o *PatchJourneyActiontargetUnauthorized) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget unauthorized response a status code equal to that given
func (*PatchJourneyActiontargetUnauthorized) IsRedirect ¶
func (o *PatchJourneyActiontargetUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget unauthorized response has a 3xx status code
func (*PatchJourneyActiontargetUnauthorized) IsServerError ¶
func (o *PatchJourneyActiontargetUnauthorized) IsServerError() bool
IsServerError returns true when this patch journey actiontarget unauthorized response has a 5xx status code
func (*PatchJourneyActiontargetUnauthorized) IsSuccess ¶
func (o *PatchJourneyActiontargetUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget unauthorized response has a 2xx status code
func (*PatchJourneyActiontargetUnauthorized) String ¶
func (o *PatchJourneyActiontargetUnauthorized) String() string
type PatchJourneyActiontargetUnsupportedMediaType ¶
PatchJourneyActiontargetUnsupportedMediaType 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 NewPatchJourneyActiontargetUnsupportedMediaType ¶
func NewPatchJourneyActiontargetUnsupportedMediaType() *PatchJourneyActiontargetUnsupportedMediaType
NewPatchJourneyActiontargetUnsupportedMediaType creates a PatchJourneyActiontargetUnsupportedMediaType with default headers values
func (*PatchJourneyActiontargetUnsupportedMediaType) Error ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) Error() string
func (*PatchJourneyActiontargetUnsupportedMediaType) GetPayload ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontargetUnsupportedMediaType) IsClientError ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch journey actiontarget unsupported media type response has a 4xx status code
func (*PatchJourneyActiontargetUnsupportedMediaType) IsCode ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch journey actiontarget unsupported media type response a status code equal to that given
func (*PatchJourneyActiontargetUnsupportedMediaType) IsRedirect ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch journey actiontarget unsupported media type response has a 3xx status code
func (*PatchJourneyActiontargetUnsupportedMediaType) IsServerError ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch journey actiontarget unsupported media type response has a 5xx status code
func (*PatchJourneyActiontargetUnsupportedMediaType) IsSuccess ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch journey actiontarget unsupported media type response has a 2xx status code
func (*PatchJourneyActiontargetUnsupportedMediaType) String ¶
func (o *PatchJourneyActiontargetUnsupportedMediaType) String() string
type PatchJourneyActiontemplateBadRequest ¶
PatchJourneyActiontemplateBadRequest 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 NewPatchJourneyActiontemplateBadRequest ¶
func NewPatchJourneyActiontemplateBadRequest() *PatchJourneyActiontemplateBadRequest
NewPatchJourneyActiontemplateBadRequest creates a PatchJourneyActiontemplateBadRequest with default headers values
func (*PatchJourneyActiontemplateBadRequest) Error ¶
func (o *PatchJourneyActiontemplateBadRequest) Error() string
func (*PatchJourneyActiontemplateBadRequest) GetPayload ¶
func (o *PatchJourneyActiontemplateBadRequest) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateBadRequest) IsClientError ¶
func (o *PatchJourneyActiontemplateBadRequest) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate bad request response has a 4xx status code
func (*PatchJourneyActiontemplateBadRequest) IsCode ¶
func (o *PatchJourneyActiontemplateBadRequest) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate bad request response a status code equal to that given
func (*PatchJourneyActiontemplateBadRequest) IsRedirect ¶
func (o *PatchJourneyActiontemplateBadRequest) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate bad request response has a 3xx status code
func (*PatchJourneyActiontemplateBadRequest) IsServerError ¶
func (o *PatchJourneyActiontemplateBadRequest) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate bad request response has a 5xx status code
func (*PatchJourneyActiontemplateBadRequest) IsSuccess ¶
func (o *PatchJourneyActiontemplateBadRequest) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate bad request response has a 2xx status code
func (*PatchJourneyActiontemplateBadRequest) String ¶
func (o *PatchJourneyActiontemplateBadRequest) String() string
type PatchJourneyActiontemplateConflict ¶
PatchJourneyActiontemplateConflict describes a response with status code 409, with default header values.
Conflict
func NewPatchJourneyActiontemplateConflict ¶
func NewPatchJourneyActiontemplateConflict() *PatchJourneyActiontemplateConflict
NewPatchJourneyActiontemplateConflict creates a PatchJourneyActiontemplateConflict with default headers values
func (*PatchJourneyActiontemplateConflict) Error ¶
func (o *PatchJourneyActiontemplateConflict) Error() string
func (*PatchJourneyActiontemplateConflict) GetPayload ¶
func (o *PatchJourneyActiontemplateConflict) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateConflict) IsClientError ¶
func (o *PatchJourneyActiontemplateConflict) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate conflict response has a 4xx status code
func (*PatchJourneyActiontemplateConflict) IsCode ¶
func (o *PatchJourneyActiontemplateConflict) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate conflict response a status code equal to that given
func (*PatchJourneyActiontemplateConflict) IsRedirect ¶
func (o *PatchJourneyActiontemplateConflict) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate conflict response has a 3xx status code
func (*PatchJourneyActiontemplateConflict) IsServerError ¶
func (o *PatchJourneyActiontemplateConflict) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate conflict response has a 5xx status code
func (*PatchJourneyActiontemplateConflict) IsSuccess ¶
func (o *PatchJourneyActiontemplateConflict) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate conflict response has a 2xx status code
func (*PatchJourneyActiontemplateConflict) String ¶
func (o *PatchJourneyActiontemplateConflict) String() string
type PatchJourneyActiontemplateForbidden ¶
PatchJourneyActiontemplateForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchJourneyActiontemplateForbidden ¶
func NewPatchJourneyActiontemplateForbidden() *PatchJourneyActiontemplateForbidden
NewPatchJourneyActiontemplateForbidden creates a PatchJourneyActiontemplateForbidden with default headers values
func (*PatchJourneyActiontemplateForbidden) Error ¶
func (o *PatchJourneyActiontemplateForbidden) Error() string
func (*PatchJourneyActiontemplateForbidden) GetPayload ¶
func (o *PatchJourneyActiontemplateForbidden) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateForbidden) IsClientError ¶
func (o *PatchJourneyActiontemplateForbidden) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate forbidden response has a 4xx status code
func (*PatchJourneyActiontemplateForbidden) IsCode ¶
func (o *PatchJourneyActiontemplateForbidden) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate forbidden response a status code equal to that given
func (*PatchJourneyActiontemplateForbidden) IsRedirect ¶
func (o *PatchJourneyActiontemplateForbidden) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate forbidden response has a 3xx status code
func (*PatchJourneyActiontemplateForbidden) IsServerError ¶
func (o *PatchJourneyActiontemplateForbidden) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate forbidden response has a 5xx status code
func (*PatchJourneyActiontemplateForbidden) IsSuccess ¶
func (o *PatchJourneyActiontemplateForbidden) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate forbidden response has a 2xx status code
func (*PatchJourneyActiontemplateForbidden) String ¶
func (o *PatchJourneyActiontemplateForbidden) String() string
type PatchJourneyActiontemplateGatewayTimeout ¶
PatchJourneyActiontemplateGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchJourneyActiontemplateGatewayTimeout ¶
func NewPatchJourneyActiontemplateGatewayTimeout() *PatchJourneyActiontemplateGatewayTimeout
NewPatchJourneyActiontemplateGatewayTimeout creates a PatchJourneyActiontemplateGatewayTimeout with default headers values
func (*PatchJourneyActiontemplateGatewayTimeout) Error ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) Error() string
func (*PatchJourneyActiontemplateGatewayTimeout) GetPayload ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateGatewayTimeout) IsClientError ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate gateway timeout response has a 4xx status code
func (*PatchJourneyActiontemplateGatewayTimeout) IsCode ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate gateway timeout response a status code equal to that given
func (*PatchJourneyActiontemplateGatewayTimeout) IsRedirect ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate gateway timeout response has a 3xx status code
func (*PatchJourneyActiontemplateGatewayTimeout) IsServerError ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate gateway timeout response has a 5xx status code
func (*PatchJourneyActiontemplateGatewayTimeout) IsSuccess ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate gateway timeout response has a 2xx status code
func (*PatchJourneyActiontemplateGatewayTimeout) String ¶
func (o *PatchJourneyActiontemplateGatewayTimeout) String() string
type PatchJourneyActiontemplateInternalServerError ¶
PatchJourneyActiontemplateInternalServerError 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 NewPatchJourneyActiontemplateInternalServerError ¶
func NewPatchJourneyActiontemplateInternalServerError() *PatchJourneyActiontemplateInternalServerError
NewPatchJourneyActiontemplateInternalServerError creates a PatchJourneyActiontemplateInternalServerError with default headers values
func (*PatchJourneyActiontemplateInternalServerError) Error ¶
func (o *PatchJourneyActiontemplateInternalServerError) Error() string
func (*PatchJourneyActiontemplateInternalServerError) GetPayload ¶
func (o *PatchJourneyActiontemplateInternalServerError) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateInternalServerError) IsClientError ¶
func (o *PatchJourneyActiontemplateInternalServerError) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate internal server error response has a 4xx status code
func (*PatchJourneyActiontemplateInternalServerError) IsCode ¶
func (o *PatchJourneyActiontemplateInternalServerError) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate internal server error response a status code equal to that given
func (*PatchJourneyActiontemplateInternalServerError) IsRedirect ¶
func (o *PatchJourneyActiontemplateInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate internal server error response has a 3xx status code
func (*PatchJourneyActiontemplateInternalServerError) IsServerError ¶
func (o *PatchJourneyActiontemplateInternalServerError) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate internal server error response has a 5xx status code
func (*PatchJourneyActiontemplateInternalServerError) IsSuccess ¶
func (o *PatchJourneyActiontemplateInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate internal server error response has a 2xx status code
func (*PatchJourneyActiontemplateInternalServerError) String ¶
func (o *PatchJourneyActiontemplateInternalServerError) String() string
type PatchJourneyActiontemplateNotFound ¶
PatchJourneyActiontemplateNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchJourneyActiontemplateNotFound ¶
func NewPatchJourneyActiontemplateNotFound() *PatchJourneyActiontemplateNotFound
NewPatchJourneyActiontemplateNotFound creates a PatchJourneyActiontemplateNotFound with default headers values
func (*PatchJourneyActiontemplateNotFound) Error ¶
func (o *PatchJourneyActiontemplateNotFound) Error() string
func (*PatchJourneyActiontemplateNotFound) GetPayload ¶
func (o *PatchJourneyActiontemplateNotFound) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateNotFound) IsClientError ¶
func (o *PatchJourneyActiontemplateNotFound) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate not found response has a 4xx status code
func (*PatchJourneyActiontemplateNotFound) IsCode ¶
func (o *PatchJourneyActiontemplateNotFound) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate not found response a status code equal to that given
func (*PatchJourneyActiontemplateNotFound) IsRedirect ¶
func (o *PatchJourneyActiontemplateNotFound) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate not found response has a 3xx status code
func (*PatchJourneyActiontemplateNotFound) IsServerError ¶
func (o *PatchJourneyActiontemplateNotFound) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate not found response has a 5xx status code
func (*PatchJourneyActiontemplateNotFound) IsSuccess ¶
func (o *PatchJourneyActiontemplateNotFound) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate not found response has a 2xx status code
func (*PatchJourneyActiontemplateNotFound) String ¶
func (o *PatchJourneyActiontemplateNotFound) String() string
type PatchJourneyActiontemplateOK ¶
type PatchJourneyActiontemplateOK struct {
Payload *models.ActionTemplate
}
PatchJourneyActiontemplateOK describes a response with status code 200, with default header values.
successful operation
func NewPatchJourneyActiontemplateOK ¶
func NewPatchJourneyActiontemplateOK() *PatchJourneyActiontemplateOK
NewPatchJourneyActiontemplateOK creates a PatchJourneyActiontemplateOK with default headers values
func (*PatchJourneyActiontemplateOK) Error ¶
func (o *PatchJourneyActiontemplateOK) Error() string
func (*PatchJourneyActiontemplateOK) GetPayload ¶
func (o *PatchJourneyActiontemplateOK) GetPayload() *models.ActionTemplate
func (*PatchJourneyActiontemplateOK) IsClientError ¶
func (o *PatchJourneyActiontemplateOK) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate o k response has a 4xx status code
func (*PatchJourneyActiontemplateOK) IsCode ¶
func (o *PatchJourneyActiontemplateOK) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate o k response a status code equal to that given
func (*PatchJourneyActiontemplateOK) IsRedirect ¶
func (o *PatchJourneyActiontemplateOK) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate o k response has a 3xx status code
func (*PatchJourneyActiontemplateOK) IsServerError ¶
func (o *PatchJourneyActiontemplateOK) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate o k response has a 5xx status code
func (*PatchJourneyActiontemplateOK) IsSuccess ¶
func (o *PatchJourneyActiontemplateOK) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate o k response has a 2xx status code
func (*PatchJourneyActiontemplateOK) String ¶
func (o *PatchJourneyActiontemplateOK) String() string
type PatchJourneyActiontemplateParams ¶
type PatchJourneyActiontemplateParams struct { /* ActionTemplateID. ID of the action template. */ ActionTemplateID string // Body. Body *models.PatchActionTemplate Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchJourneyActiontemplateParams contains all the parameters to send to the API endpoint
for the patch journey actiontemplate operation. Typically these are written to a http.Request.
func NewPatchJourneyActiontemplateParams ¶
func NewPatchJourneyActiontemplateParams() *PatchJourneyActiontemplateParams
NewPatchJourneyActiontemplateParams creates a new PatchJourneyActiontemplateParams 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 NewPatchJourneyActiontemplateParamsWithContext ¶
func NewPatchJourneyActiontemplateParamsWithContext(ctx context.Context) *PatchJourneyActiontemplateParams
NewPatchJourneyActiontemplateParamsWithContext creates a new PatchJourneyActiontemplateParams object with the ability to set a context for a request.
func NewPatchJourneyActiontemplateParamsWithHTTPClient ¶
func NewPatchJourneyActiontemplateParamsWithHTTPClient(client *http.Client) *PatchJourneyActiontemplateParams
NewPatchJourneyActiontemplateParamsWithHTTPClient creates a new PatchJourneyActiontemplateParams object with the ability to set a custom HTTPClient for a request.
func NewPatchJourneyActiontemplateParamsWithTimeout ¶
func NewPatchJourneyActiontemplateParamsWithTimeout(timeout time.Duration) *PatchJourneyActiontemplateParams
NewPatchJourneyActiontemplateParamsWithTimeout creates a new PatchJourneyActiontemplateParams object with the ability to set a timeout on a request.
func (*PatchJourneyActiontemplateParams) SetActionTemplateID ¶
func (o *PatchJourneyActiontemplateParams) SetActionTemplateID(actionTemplateID string)
SetActionTemplateID adds the actionTemplateId to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) SetBody ¶
func (o *PatchJourneyActiontemplateParams) SetBody(body *models.PatchActionTemplate)
SetBody adds the body to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) SetContext ¶
func (o *PatchJourneyActiontemplateParams) SetContext(ctx context.Context)
SetContext adds the context to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) SetDefaults ¶
func (o *PatchJourneyActiontemplateParams) SetDefaults()
SetDefaults hydrates default values in the patch journey actiontemplate params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyActiontemplateParams) SetHTTPClient ¶
func (o *PatchJourneyActiontemplateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) SetTimeout ¶
func (o *PatchJourneyActiontemplateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) WithActionTemplateID ¶
func (o *PatchJourneyActiontemplateParams) WithActionTemplateID(actionTemplateID string) *PatchJourneyActiontemplateParams
WithActionTemplateID adds the actionTemplateID to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) WithBody ¶
func (o *PatchJourneyActiontemplateParams) WithBody(body *models.PatchActionTemplate) *PatchJourneyActiontemplateParams
WithBody adds the body to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) WithContext ¶
func (o *PatchJourneyActiontemplateParams) WithContext(ctx context.Context) *PatchJourneyActiontemplateParams
WithContext adds the context to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) WithDefaults ¶
func (o *PatchJourneyActiontemplateParams) WithDefaults() *PatchJourneyActiontemplateParams
WithDefaults hydrates default values in the patch journey actiontemplate params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyActiontemplateParams) WithHTTPClient ¶
func (o *PatchJourneyActiontemplateParams) WithHTTPClient(client *http.Client) *PatchJourneyActiontemplateParams
WithHTTPClient adds the HTTPClient to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) WithTimeout ¶
func (o *PatchJourneyActiontemplateParams) WithTimeout(timeout time.Duration) *PatchJourneyActiontemplateParams
WithTimeout adds the timeout to the patch journey actiontemplate params
func (*PatchJourneyActiontemplateParams) WriteToRequest ¶
func (o *PatchJourneyActiontemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchJourneyActiontemplateReader ¶
type PatchJourneyActiontemplateReader struct {
// contains filtered or unexported fields
}
PatchJourneyActiontemplateReader is a Reader for the PatchJourneyActiontemplate structure.
func (*PatchJourneyActiontemplateReader) ReadResponse ¶
func (o *PatchJourneyActiontemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchJourneyActiontemplateRequestEntityTooLarge ¶
PatchJourneyActiontemplateRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchJourneyActiontemplateRequestEntityTooLarge ¶
func NewPatchJourneyActiontemplateRequestEntityTooLarge() *PatchJourneyActiontemplateRequestEntityTooLarge
NewPatchJourneyActiontemplateRequestEntityTooLarge creates a PatchJourneyActiontemplateRequestEntityTooLarge with default headers values
func (*PatchJourneyActiontemplateRequestEntityTooLarge) Error ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) Error() string
func (*PatchJourneyActiontemplateRequestEntityTooLarge) GetPayload ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsClientError ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate request entity too large response has a 4xx status code
func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsCode ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate request entity too large response a status code equal to that given
func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsRedirect ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate request entity too large response has a 3xx status code
func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsServerError ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate request entity too large response has a 5xx status code
func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsSuccess ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate request entity too large response has a 2xx status code
func (*PatchJourneyActiontemplateRequestEntityTooLarge) String ¶
func (o *PatchJourneyActiontemplateRequestEntityTooLarge) String() string
type PatchJourneyActiontemplateRequestTimeout ¶
PatchJourneyActiontemplateRequestTimeout 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 NewPatchJourneyActiontemplateRequestTimeout ¶
func NewPatchJourneyActiontemplateRequestTimeout() *PatchJourneyActiontemplateRequestTimeout
NewPatchJourneyActiontemplateRequestTimeout creates a PatchJourneyActiontemplateRequestTimeout with default headers values
func (*PatchJourneyActiontemplateRequestTimeout) Error ¶
func (o *PatchJourneyActiontemplateRequestTimeout) Error() string
func (*PatchJourneyActiontemplateRequestTimeout) GetPayload ¶
func (o *PatchJourneyActiontemplateRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateRequestTimeout) IsClientError ¶
func (o *PatchJourneyActiontemplateRequestTimeout) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate request timeout response has a 4xx status code
func (*PatchJourneyActiontemplateRequestTimeout) IsCode ¶
func (o *PatchJourneyActiontemplateRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate request timeout response a status code equal to that given
func (*PatchJourneyActiontemplateRequestTimeout) IsRedirect ¶
func (o *PatchJourneyActiontemplateRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate request timeout response has a 3xx status code
func (*PatchJourneyActiontemplateRequestTimeout) IsServerError ¶
func (o *PatchJourneyActiontemplateRequestTimeout) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate request timeout response has a 5xx status code
func (*PatchJourneyActiontemplateRequestTimeout) IsSuccess ¶
func (o *PatchJourneyActiontemplateRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate request timeout response has a 2xx status code
func (*PatchJourneyActiontemplateRequestTimeout) String ¶
func (o *PatchJourneyActiontemplateRequestTimeout) String() string
type PatchJourneyActiontemplateServiceUnavailable ¶
type PatchJourneyActiontemplateServiceUnavailable struct {
}PatchJourneyActiontemplateServiceUnavailable 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 NewPatchJourneyActiontemplateServiceUnavailable ¶
func NewPatchJourneyActiontemplateServiceUnavailable() *PatchJourneyActiontemplateServiceUnavailable
NewPatchJourneyActiontemplateServiceUnavailable creates a PatchJourneyActiontemplateServiceUnavailable with default headers values
func (*PatchJourneyActiontemplateServiceUnavailable) Error ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) Error() string
func (*PatchJourneyActiontemplateServiceUnavailable) GetPayload ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateServiceUnavailable) IsClientError ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate service unavailable response has a 4xx status code
func (*PatchJourneyActiontemplateServiceUnavailable) IsCode ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate service unavailable response a status code equal to that given
func (*PatchJourneyActiontemplateServiceUnavailable) IsRedirect ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate service unavailable response has a 3xx status code
func (*PatchJourneyActiontemplateServiceUnavailable) IsServerError ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate service unavailable response has a 5xx status code
func (*PatchJourneyActiontemplateServiceUnavailable) IsSuccess ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate service unavailable response has a 2xx status code
func (*PatchJourneyActiontemplateServiceUnavailable) String ¶
func (o *PatchJourneyActiontemplateServiceUnavailable) String() string
type PatchJourneyActiontemplateTooManyRequests ¶
PatchJourneyActiontemplateTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchJourneyActiontemplateTooManyRequests ¶
func NewPatchJourneyActiontemplateTooManyRequests() *PatchJourneyActiontemplateTooManyRequests
NewPatchJourneyActiontemplateTooManyRequests creates a PatchJourneyActiontemplateTooManyRequests with default headers values
func (*PatchJourneyActiontemplateTooManyRequests) Error ¶
func (o *PatchJourneyActiontemplateTooManyRequests) Error() string
func (*PatchJourneyActiontemplateTooManyRequests) GetPayload ¶
func (o *PatchJourneyActiontemplateTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateTooManyRequests) IsClientError ¶
func (o *PatchJourneyActiontemplateTooManyRequests) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate too many requests response has a 4xx status code
func (*PatchJourneyActiontemplateTooManyRequests) IsCode ¶
func (o *PatchJourneyActiontemplateTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate too many requests response a status code equal to that given
func (*PatchJourneyActiontemplateTooManyRequests) IsRedirect ¶
func (o *PatchJourneyActiontemplateTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate too many requests response has a 3xx status code
func (*PatchJourneyActiontemplateTooManyRequests) IsServerError ¶
func (o *PatchJourneyActiontemplateTooManyRequests) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate too many requests response has a 5xx status code
func (*PatchJourneyActiontemplateTooManyRequests) IsSuccess ¶
func (o *PatchJourneyActiontemplateTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate too many requests response has a 2xx status code
func (*PatchJourneyActiontemplateTooManyRequests) String ¶
func (o *PatchJourneyActiontemplateTooManyRequests) String() string
type PatchJourneyActiontemplateUnauthorized ¶
type PatchJourneyActiontemplateUnauthorized struct {
}PatchJourneyActiontemplateUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchJourneyActiontemplateUnauthorized ¶
func NewPatchJourneyActiontemplateUnauthorized() *PatchJourneyActiontemplateUnauthorized
NewPatchJourneyActiontemplateUnauthorized creates a PatchJourneyActiontemplateUnauthorized with default headers values
func (*PatchJourneyActiontemplateUnauthorized) Error ¶
func (o *PatchJourneyActiontemplateUnauthorized) Error() string
func (*PatchJourneyActiontemplateUnauthorized) GetPayload ¶
func (o *PatchJourneyActiontemplateUnauthorized) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateUnauthorized) IsClientError ¶
func (o *PatchJourneyActiontemplateUnauthorized) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate unauthorized response has a 4xx status code
func (*PatchJourneyActiontemplateUnauthorized) IsCode ¶
func (o *PatchJourneyActiontemplateUnauthorized) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate unauthorized response a status code equal to that given
func (*PatchJourneyActiontemplateUnauthorized) IsRedirect ¶
func (o *PatchJourneyActiontemplateUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate unauthorized response has a 3xx status code
func (*PatchJourneyActiontemplateUnauthorized) IsServerError ¶
func (o *PatchJourneyActiontemplateUnauthorized) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate unauthorized response has a 5xx status code
func (*PatchJourneyActiontemplateUnauthorized) IsSuccess ¶
func (o *PatchJourneyActiontemplateUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate unauthorized response has a 2xx status code
func (*PatchJourneyActiontemplateUnauthorized) String ¶
func (o *PatchJourneyActiontemplateUnauthorized) String() string
type PatchJourneyActiontemplateUnsupportedMediaType ¶
PatchJourneyActiontemplateUnsupportedMediaType 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 NewPatchJourneyActiontemplateUnsupportedMediaType ¶
func NewPatchJourneyActiontemplateUnsupportedMediaType() *PatchJourneyActiontemplateUnsupportedMediaType
NewPatchJourneyActiontemplateUnsupportedMediaType creates a PatchJourneyActiontemplateUnsupportedMediaType with default headers values
func (*PatchJourneyActiontemplateUnsupportedMediaType) Error ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) Error() string
func (*PatchJourneyActiontemplateUnsupportedMediaType) GetPayload ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchJourneyActiontemplateUnsupportedMediaType) IsClientError ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch journey actiontemplate unsupported media type response has a 4xx status code
func (*PatchJourneyActiontemplateUnsupportedMediaType) IsCode ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch journey actiontemplate unsupported media type response a status code equal to that given
func (*PatchJourneyActiontemplateUnsupportedMediaType) IsRedirect ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch journey actiontemplate unsupported media type response has a 3xx status code
func (*PatchJourneyActiontemplateUnsupportedMediaType) IsServerError ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch journey actiontemplate unsupported media type response has a 5xx status code
func (*PatchJourneyActiontemplateUnsupportedMediaType) IsSuccess ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch journey actiontemplate unsupported media type response has a 2xx status code
func (*PatchJourneyActiontemplateUnsupportedMediaType) String ¶
func (o *PatchJourneyActiontemplateUnsupportedMediaType) String() string
type PatchJourneyOutcomeBadRequest ¶
PatchJourneyOutcomeBadRequest 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 NewPatchJourneyOutcomeBadRequest ¶
func NewPatchJourneyOutcomeBadRequest() *PatchJourneyOutcomeBadRequest
NewPatchJourneyOutcomeBadRequest creates a PatchJourneyOutcomeBadRequest with default headers values
func (*PatchJourneyOutcomeBadRequest) Error ¶
func (o *PatchJourneyOutcomeBadRequest) Error() string
func (*PatchJourneyOutcomeBadRequest) GetPayload ¶
func (o *PatchJourneyOutcomeBadRequest) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeBadRequest) IsClientError ¶
func (o *PatchJourneyOutcomeBadRequest) IsClientError() bool
IsClientError returns true when this patch journey outcome bad request response has a 4xx status code
func (*PatchJourneyOutcomeBadRequest) IsCode ¶
func (o *PatchJourneyOutcomeBadRequest) IsCode(code int) bool
IsCode returns true when this patch journey outcome bad request response a status code equal to that given
func (*PatchJourneyOutcomeBadRequest) IsRedirect ¶
func (o *PatchJourneyOutcomeBadRequest) IsRedirect() bool
IsRedirect returns true when this patch journey outcome bad request response has a 3xx status code
func (*PatchJourneyOutcomeBadRequest) IsServerError ¶
func (o *PatchJourneyOutcomeBadRequest) IsServerError() bool
IsServerError returns true when this patch journey outcome bad request response has a 5xx status code
func (*PatchJourneyOutcomeBadRequest) IsSuccess ¶
func (o *PatchJourneyOutcomeBadRequest) IsSuccess() bool
IsSuccess returns true when this patch journey outcome bad request response has a 2xx status code
func (*PatchJourneyOutcomeBadRequest) String ¶
func (o *PatchJourneyOutcomeBadRequest) String() string
type PatchJourneyOutcomeConflict ¶
PatchJourneyOutcomeConflict describes a response with status code 409, with default header values.
Conflict
func NewPatchJourneyOutcomeConflict ¶
func NewPatchJourneyOutcomeConflict() *PatchJourneyOutcomeConflict
NewPatchJourneyOutcomeConflict creates a PatchJourneyOutcomeConflict with default headers values
func (*PatchJourneyOutcomeConflict) Error ¶
func (o *PatchJourneyOutcomeConflict) Error() string
func (*PatchJourneyOutcomeConflict) GetPayload ¶
func (o *PatchJourneyOutcomeConflict) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeConflict) IsClientError ¶
func (o *PatchJourneyOutcomeConflict) IsClientError() bool
IsClientError returns true when this patch journey outcome conflict response has a 4xx status code
func (*PatchJourneyOutcomeConflict) IsCode ¶
func (o *PatchJourneyOutcomeConflict) IsCode(code int) bool
IsCode returns true when this patch journey outcome conflict response a status code equal to that given
func (*PatchJourneyOutcomeConflict) IsRedirect ¶
func (o *PatchJourneyOutcomeConflict) IsRedirect() bool
IsRedirect returns true when this patch journey outcome conflict response has a 3xx status code
func (*PatchJourneyOutcomeConflict) IsServerError ¶
func (o *PatchJourneyOutcomeConflict) IsServerError() bool
IsServerError returns true when this patch journey outcome conflict response has a 5xx status code
func (*PatchJourneyOutcomeConflict) IsSuccess ¶
func (o *PatchJourneyOutcomeConflict) IsSuccess() bool
IsSuccess returns true when this patch journey outcome conflict response has a 2xx status code
func (*PatchJourneyOutcomeConflict) String ¶
func (o *PatchJourneyOutcomeConflict) String() string
type PatchJourneyOutcomeForbidden ¶
PatchJourneyOutcomeForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchJourneyOutcomeForbidden ¶
func NewPatchJourneyOutcomeForbidden() *PatchJourneyOutcomeForbidden
NewPatchJourneyOutcomeForbidden creates a PatchJourneyOutcomeForbidden with default headers values
func (*PatchJourneyOutcomeForbidden) Error ¶
func (o *PatchJourneyOutcomeForbidden) Error() string
func (*PatchJourneyOutcomeForbidden) GetPayload ¶
func (o *PatchJourneyOutcomeForbidden) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeForbidden) IsClientError ¶
func (o *PatchJourneyOutcomeForbidden) IsClientError() bool
IsClientError returns true when this patch journey outcome forbidden response has a 4xx status code
func (*PatchJourneyOutcomeForbidden) IsCode ¶
func (o *PatchJourneyOutcomeForbidden) IsCode(code int) bool
IsCode returns true when this patch journey outcome forbidden response a status code equal to that given
func (*PatchJourneyOutcomeForbidden) IsRedirect ¶
func (o *PatchJourneyOutcomeForbidden) IsRedirect() bool
IsRedirect returns true when this patch journey outcome forbidden response has a 3xx status code
func (*PatchJourneyOutcomeForbidden) IsServerError ¶
func (o *PatchJourneyOutcomeForbidden) IsServerError() bool
IsServerError returns true when this patch journey outcome forbidden response has a 5xx status code
func (*PatchJourneyOutcomeForbidden) IsSuccess ¶
func (o *PatchJourneyOutcomeForbidden) IsSuccess() bool
IsSuccess returns true when this patch journey outcome forbidden response has a 2xx status code
func (*PatchJourneyOutcomeForbidden) String ¶
func (o *PatchJourneyOutcomeForbidden) String() string
type PatchJourneyOutcomeGatewayTimeout ¶
PatchJourneyOutcomeGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchJourneyOutcomeGatewayTimeout ¶
func NewPatchJourneyOutcomeGatewayTimeout() *PatchJourneyOutcomeGatewayTimeout
NewPatchJourneyOutcomeGatewayTimeout creates a PatchJourneyOutcomeGatewayTimeout with default headers values
func (*PatchJourneyOutcomeGatewayTimeout) Error ¶
func (o *PatchJourneyOutcomeGatewayTimeout) Error() string
func (*PatchJourneyOutcomeGatewayTimeout) GetPayload ¶
func (o *PatchJourneyOutcomeGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeGatewayTimeout) IsClientError ¶
func (o *PatchJourneyOutcomeGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch journey outcome gateway timeout response has a 4xx status code
func (*PatchJourneyOutcomeGatewayTimeout) IsCode ¶
func (o *PatchJourneyOutcomeGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch journey outcome gateway timeout response a status code equal to that given
func (*PatchJourneyOutcomeGatewayTimeout) IsRedirect ¶
func (o *PatchJourneyOutcomeGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey outcome gateway timeout response has a 3xx status code
func (*PatchJourneyOutcomeGatewayTimeout) IsServerError ¶
func (o *PatchJourneyOutcomeGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch journey outcome gateway timeout response has a 5xx status code
func (*PatchJourneyOutcomeGatewayTimeout) IsSuccess ¶
func (o *PatchJourneyOutcomeGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey outcome gateway timeout response has a 2xx status code
func (*PatchJourneyOutcomeGatewayTimeout) String ¶
func (o *PatchJourneyOutcomeGatewayTimeout) String() string
type PatchJourneyOutcomeInternalServerError ¶
PatchJourneyOutcomeInternalServerError 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 NewPatchJourneyOutcomeInternalServerError ¶
func NewPatchJourneyOutcomeInternalServerError() *PatchJourneyOutcomeInternalServerError
NewPatchJourneyOutcomeInternalServerError creates a PatchJourneyOutcomeInternalServerError with default headers values
func (*PatchJourneyOutcomeInternalServerError) Error ¶
func (o *PatchJourneyOutcomeInternalServerError) Error() string
func (*PatchJourneyOutcomeInternalServerError) GetPayload ¶
func (o *PatchJourneyOutcomeInternalServerError) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeInternalServerError) IsClientError ¶
func (o *PatchJourneyOutcomeInternalServerError) IsClientError() bool
IsClientError returns true when this patch journey outcome internal server error response has a 4xx status code
func (*PatchJourneyOutcomeInternalServerError) IsCode ¶
func (o *PatchJourneyOutcomeInternalServerError) IsCode(code int) bool
IsCode returns true when this patch journey outcome internal server error response a status code equal to that given
func (*PatchJourneyOutcomeInternalServerError) IsRedirect ¶
func (o *PatchJourneyOutcomeInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch journey outcome internal server error response has a 3xx status code
func (*PatchJourneyOutcomeInternalServerError) IsServerError ¶
func (o *PatchJourneyOutcomeInternalServerError) IsServerError() bool
IsServerError returns true when this patch journey outcome internal server error response has a 5xx status code
func (*PatchJourneyOutcomeInternalServerError) IsSuccess ¶
func (o *PatchJourneyOutcomeInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch journey outcome internal server error response has a 2xx status code
func (*PatchJourneyOutcomeInternalServerError) String ¶
func (o *PatchJourneyOutcomeInternalServerError) String() string
type PatchJourneyOutcomeNotFound ¶
PatchJourneyOutcomeNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchJourneyOutcomeNotFound ¶
func NewPatchJourneyOutcomeNotFound() *PatchJourneyOutcomeNotFound
NewPatchJourneyOutcomeNotFound creates a PatchJourneyOutcomeNotFound with default headers values
func (*PatchJourneyOutcomeNotFound) Error ¶
func (o *PatchJourneyOutcomeNotFound) Error() string
func (*PatchJourneyOutcomeNotFound) GetPayload ¶
func (o *PatchJourneyOutcomeNotFound) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeNotFound) IsClientError ¶
func (o *PatchJourneyOutcomeNotFound) IsClientError() bool
IsClientError returns true when this patch journey outcome not found response has a 4xx status code
func (*PatchJourneyOutcomeNotFound) IsCode ¶
func (o *PatchJourneyOutcomeNotFound) IsCode(code int) bool
IsCode returns true when this patch journey outcome not found response a status code equal to that given
func (*PatchJourneyOutcomeNotFound) IsRedirect ¶
func (o *PatchJourneyOutcomeNotFound) IsRedirect() bool
IsRedirect returns true when this patch journey outcome not found response has a 3xx status code
func (*PatchJourneyOutcomeNotFound) IsServerError ¶
func (o *PatchJourneyOutcomeNotFound) IsServerError() bool
IsServerError returns true when this patch journey outcome not found response has a 5xx status code
func (*PatchJourneyOutcomeNotFound) IsSuccess ¶
func (o *PatchJourneyOutcomeNotFound) IsSuccess() bool
IsSuccess returns true when this patch journey outcome not found response has a 2xx status code
func (*PatchJourneyOutcomeNotFound) String ¶
func (o *PatchJourneyOutcomeNotFound) String() string
type PatchJourneyOutcomeOK ¶
PatchJourneyOutcomeOK describes a response with status code 200, with default header values.
successful operation
func NewPatchJourneyOutcomeOK ¶
func NewPatchJourneyOutcomeOK() *PatchJourneyOutcomeOK
NewPatchJourneyOutcomeOK creates a PatchJourneyOutcomeOK with default headers values
func (*PatchJourneyOutcomeOK) Error ¶
func (o *PatchJourneyOutcomeOK) Error() string
func (*PatchJourneyOutcomeOK) GetPayload ¶
func (o *PatchJourneyOutcomeOK) GetPayload() *models.Outcome
func (*PatchJourneyOutcomeOK) IsClientError ¶
func (o *PatchJourneyOutcomeOK) IsClientError() bool
IsClientError returns true when this patch journey outcome o k response has a 4xx status code
func (*PatchJourneyOutcomeOK) IsCode ¶
func (o *PatchJourneyOutcomeOK) IsCode(code int) bool
IsCode returns true when this patch journey outcome o k response a status code equal to that given
func (*PatchJourneyOutcomeOK) IsRedirect ¶
func (o *PatchJourneyOutcomeOK) IsRedirect() bool
IsRedirect returns true when this patch journey outcome o k response has a 3xx status code
func (*PatchJourneyOutcomeOK) IsServerError ¶
func (o *PatchJourneyOutcomeOK) IsServerError() bool
IsServerError returns true when this patch journey outcome o k response has a 5xx status code
func (*PatchJourneyOutcomeOK) IsSuccess ¶
func (o *PatchJourneyOutcomeOK) IsSuccess() bool
IsSuccess returns true when this patch journey outcome o k response has a 2xx status code
func (*PatchJourneyOutcomeOK) String ¶
func (o *PatchJourneyOutcomeOK) String() string
type PatchJourneyOutcomeParams ¶
type PatchJourneyOutcomeParams struct { // Body. Body *models.PatchOutcome /* OutcomeID. ID of the outcome. */ OutcomeID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchJourneyOutcomeParams contains all the parameters to send to the API endpoint
for the patch journey outcome operation. Typically these are written to a http.Request.
func NewPatchJourneyOutcomeParams ¶
func NewPatchJourneyOutcomeParams() *PatchJourneyOutcomeParams
NewPatchJourneyOutcomeParams creates a new PatchJourneyOutcomeParams 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 NewPatchJourneyOutcomeParamsWithContext ¶
func NewPatchJourneyOutcomeParamsWithContext(ctx context.Context) *PatchJourneyOutcomeParams
NewPatchJourneyOutcomeParamsWithContext creates a new PatchJourneyOutcomeParams object with the ability to set a context for a request.
func NewPatchJourneyOutcomeParamsWithHTTPClient ¶
func NewPatchJourneyOutcomeParamsWithHTTPClient(client *http.Client) *PatchJourneyOutcomeParams
NewPatchJourneyOutcomeParamsWithHTTPClient creates a new PatchJourneyOutcomeParams object with the ability to set a custom HTTPClient for a request.
func NewPatchJourneyOutcomeParamsWithTimeout ¶
func NewPatchJourneyOutcomeParamsWithTimeout(timeout time.Duration) *PatchJourneyOutcomeParams
NewPatchJourneyOutcomeParamsWithTimeout creates a new PatchJourneyOutcomeParams object with the ability to set a timeout on a request.
func (*PatchJourneyOutcomeParams) SetBody ¶
func (o *PatchJourneyOutcomeParams) SetBody(body *models.PatchOutcome)
SetBody adds the body to the patch journey outcome params
func (*PatchJourneyOutcomeParams) SetContext ¶
func (o *PatchJourneyOutcomeParams) SetContext(ctx context.Context)
SetContext adds the context to the patch journey outcome params
func (*PatchJourneyOutcomeParams) SetDefaults ¶
func (o *PatchJourneyOutcomeParams) SetDefaults()
SetDefaults hydrates default values in the patch journey outcome params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyOutcomeParams) SetHTTPClient ¶
func (o *PatchJourneyOutcomeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch journey outcome params
func (*PatchJourneyOutcomeParams) SetOutcomeID ¶
func (o *PatchJourneyOutcomeParams) SetOutcomeID(outcomeID string)
SetOutcomeID adds the outcomeId to the patch journey outcome params
func (*PatchJourneyOutcomeParams) SetTimeout ¶
func (o *PatchJourneyOutcomeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch journey outcome params
func (*PatchJourneyOutcomeParams) WithBody ¶
func (o *PatchJourneyOutcomeParams) WithBody(body *models.PatchOutcome) *PatchJourneyOutcomeParams
WithBody adds the body to the patch journey outcome params
func (*PatchJourneyOutcomeParams) WithContext ¶
func (o *PatchJourneyOutcomeParams) WithContext(ctx context.Context) *PatchJourneyOutcomeParams
WithContext adds the context to the patch journey outcome params
func (*PatchJourneyOutcomeParams) WithDefaults ¶
func (o *PatchJourneyOutcomeParams) WithDefaults() *PatchJourneyOutcomeParams
WithDefaults hydrates default values in the patch journey outcome params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneyOutcomeParams) WithHTTPClient ¶
func (o *PatchJourneyOutcomeParams) WithHTTPClient(client *http.Client) *PatchJourneyOutcomeParams
WithHTTPClient adds the HTTPClient to the patch journey outcome params
func (*PatchJourneyOutcomeParams) WithOutcomeID ¶
func (o *PatchJourneyOutcomeParams) WithOutcomeID(outcomeID string) *PatchJourneyOutcomeParams
WithOutcomeID adds the outcomeID to the patch journey outcome params
func (*PatchJourneyOutcomeParams) WithTimeout ¶
func (o *PatchJourneyOutcomeParams) WithTimeout(timeout time.Duration) *PatchJourneyOutcomeParams
WithTimeout adds the timeout to the patch journey outcome params
func (*PatchJourneyOutcomeParams) WriteToRequest ¶
func (o *PatchJourneyOutcomeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchJourneyOutcomeReader ¶
type PatchJourneyOutcomeReader struct {
// contains filtered or unexported fields
}
PatchJourneyOutcomeReader is a Reader for the PatchJourneyOutcome structure.
func (*PatchJourneyOutcomeReader) ReadResponse ¶
func (o *PatchJourneyOutcomeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchJourneyOutcomeRequestEntityTooLarge ¶
PatchJourneyOutcomeRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchJourneyOutcomeRequestEntityTooLarge ¶
func NewPatchJourneyOutcomeRequestEntityTooLarge() *PatchJourneyOutcomeRequestEntityTooLarge
NewPatchJourneyOutcomeRequestEntityTooLarge creates a PatchJourneyOutcomeRequestEntityTooLarge with default headers values
func (*PatchJourneyOutcomeRequestEntityTooLarge) Error ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) Error() string
func (*PatchJourneyOutcomeRequestEntityTooLarge) GetPayload ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeRequestEntityTooLarge) IsClientError ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch journey outcome request entity too large response has a 4xx status code
func (*PatchJourneyOutcomeRequestEntityTooLarge) IsCode ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch journey outcome request entity too large response a status code equal to that given
func (*PatchJourneyOutcomeRequestEntityTooLarge) IsRedirect ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch journey outcome request entity too large response has a 3xx status code
func (*PatchJourneyOutcomeRequestEntityTooLarge) IsServerError ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch journey outcome request entity too large response has a 5xx status code
func (*PatchJourneyOutcomeRequestEntityTooLarge) IsSuccess ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch journey outcome request entity too large response has a 2xx status code
func (*PatchJourneyOutcomeRequestEntityTooLarge) String ¶
func (o *PatchJourneyOutcomeRequestEntityTooLarge) String() string
type PatchJourneyOutcomeRequestTimeout ¶
PatchJourneyOutcomeRequestTimeout 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 NewPatchJourneyOutcomeRequestTimeout ¶
func NewPatchJourneyOutcomeRequestTimeout() *PatchJourneyOutcomeRequestTimeout
NewPatchJourneyOutcomeRequestTimeout creates a PatchJourneyOutcomeRequestTimeout with default headers values
func (*PatchJourneyOutcomeRequestTimeout) Error ¶
func (o *PatchJourneyOutcomeRequestTimeout) Error() string
func (*PatchJourneyOutcomeRequestTimeout) GetPayload ¶
func (o *PatchJourneyOutcomeRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeRequestTimeout) IsClientError ¶
func (o *PatchJourneyOutcomeRequestTimeout) IsClientError() bool
IsClientError returns true when this patch journey outcome request timeout response has a 4xx status code
func (*PatchJourneyOutcomeRequestTimeout) IsCode ¶
func (o *PatchJourneyOutcomeRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch journey outcome request timeout response a status code equal to that given
func (*PatchJourneyOutcomeRequestTimeout) IsRedirect ¶
func (o *PatchJourneyOutcomeRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey outcome request timeout response has a 3xx status code
func (*PatchJourneyOutcomeRequestTimeout) IsServerError ¶
func (o *PatchJourneyOutcomeRequestTimeout) IsServerError() bool
IsServerError returns true when this patch journey outcome request timeout response has a 5xx status code
func (*PatchJourneyOutcomeRequestTimeout) IsSuccess ¶
func (o *PatchJourneyOutcomeRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey outcome request timeout response has a 2xx status code
func (*PatchJourneyOutcomeRequestTimeout) String ¶
func (o *PatchJourneyOutcomeRequestTimeout) String() string
type PatchJourneyOutcomeServiceUnavailable ¶
type PatchJourneyOutcomeServiceUnavailable struct {
}PatchJourneyOutcomeServiceUnavailable 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 NewPatchJourneyOutcomeServiceUnavailable ¶
func NewPatchJourneyOutcomeServiceUnavailable() *PatchJourneyOutcomeServiceUnavailable
NewPatchJourneyOutcomeServiceUnavailable creates a PatchJourneyOutcomeServiceUnavailable with default headers values
func (*PatchJourneyOutcomeServiceUnavailable) Error ¶
func (o *PatchJourneyOutcomeServiceUnavailable) Error() string
func (*PatchJourneyOutcomeServiceUnavailable) GetPayload ¶
func (o *PatchJourneyOutcomeServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeServiceUnavailable) IsClientError ¶
func (o *PatchJourneyOutcomeServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch journey outcome service unavailable response has a 4xx status code
func (*PatchJourneyOutcomeServiceUnavailable) IsCode ¶
func (o *PatchJourneyOutcomeServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch journey outcome service unavailable response a status code equal to that given
func (*PatchJourneyOutcomeServiceUnavailable) IsRedirect ¶
func (o *PatchJourneyOutcomeServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch journey outcome service unavailable response has a 3xx status code
func (*PatchJourneyOutcomeServiceUnavailable) IsServerError ¶
func (o *PatchJourneyOutcomeServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch journey outcome service unavailable response has a 5xx status code
func (*PatchJourneyOutcomeServiceUnavailable) IsSuccess ¶
func (o *PatchJourneyOutcomeServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch journey outcome service unavailable response has a 2xx status code
func (*PatchJourneyOutcomeServiceUnavailable) String ¶
func (o *PatchJourneyOutcomeServiceUnavailable) String() string
type PatchJourneyOutcomeTooManyRequests ¶
PatchJourneyOutcomeTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchJourneyOutcomeTooManyRequests ¶
func NewPatchJourneyOutcomeTooManyRequests() *PatchJourneyOutcomeTooManyRequests
NewPatchJourneyOutcomeTooManyRequests creates a PatchJourneyOutcomeTooManyRequests with default headers values
func (*PatchJourneyOutcomeTooManyRequests) Error ¶
func (o *PatchJourneyOutcomeTooManyRequests) Error() string
func (*PatchJourneyOutcomeTooManyRequests) GetPayload ¶
func (o *PatchJourneyOutcomeTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeTooManyRequests) IsClientError ¶
func (o *PatchJourneyOutcomeTooManyRequests) IsClientError() bool
IsClientError returns true when this patch journey outcome too many requests response has a 4xx status code
func (*PatchJourneyOutcomeTooManyRequests) IsCode ¶
func (o *PatchJourneyOutcomeTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch journey outcome too many requests response a status code equal to that given
func (*PatchJourneyOutcomeTooManyRequests) IsRedirect ¶
func (o *PatchJourneyOutcomeTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch journey outcome too many requests response has a 3xx status code
func (*PatchJourneyOutcomeTooManyRequests) IsServerError ¶
func (o *PatchJourneyOutcomeTooManyRequests) IsServerError() bool
IsServerError returns true when this patch journey outcome too many requests response has a 5xx status code
func (*PatchJourneyOutcomeTooManyRequests) IsSuccess ¶
func (o *PatchJourneyOutcomeTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch journey outcome too many requests response has a 2xx status code
func (*PatchJourneyOutcomeTooManyRequests) String ¶
func (o *PatchJourneyOutcomeTooManyRequests) String() string
type PatchJourneyOutcomeUnauthorized ¶
type PatchJourneyOutcomeUnauthorized struct {
}PatchJourneyOutcomeUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchJourneyOutcomeUnauthorized ¶
func NewPatchJourneyOutcomeUnauthorized() *PatchJourneyOutcomeUnauthorized
NewPatchJourneyOutcomeUnauthorized creates a PatchJourneyOutcomeUnauthorized with default headers values
func (*PatchJourneyOutcomeUnauthorized) Error ¶
func (o *PatchJourneyOutcomeUnauthorized) Error() string
func (*PatchJourneyOutcomeUnauthorized) GetPayload ¶
func (o *PatchJourneyOutcomeUnauthorized) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeUnauthorized) IsClientError ¶
func (o *PatchJourneyOutcomeUnauthorized) IsClientError() bool
IsClientError returns true when this patch journey outcome unauthorized response has a 4xx status code
func (*PatchJourneyOutcomeUnauthorized) IsCode ¶
func (o *PatchJourneyOutcomeUnauthorized) IsCode(code int) bool
IsCode returns true when this patch journey outcome unauthorized response a status code equal to that given
func (*PatchJourneyOutcomeUnauthorized) IsRedirect ¶
func (o *PatchJourneyOutcomeUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch journey outcome unauthorized response has a 3xx status code
func (*PatchJourneyOutcomeUnauthorized) IsServerError ¶
func (o *PatchJourneyOutcomeUnauthorized) IsServerError() bool
IsServerError returns true when this patch journey outcome unauthorized response has a 5xx status code
func (*PatchJourneyOutcomeUnauthorized) IsSuccess ¶
func (o *PatchJourneyOutcomeUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch journey outcome unauthorized response has a 2xx status code
func (*PatchJourneyOutcomeUnauthorized) String ¶
func (o *PatchJourneyOutcomeUnauthorized) String() string
type PatchJourneyOutcomeUnsupportedMediaType ¶
PatchJourneyOutcomeUnsupportedMediaType 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 NewPatchJourneyOutcomeUnsupportedMediaType ¶
func NewPatchJourneyOutcomeUnsupportedMediaType() *PatchJourneyOutcomeUnsupportedMediaType
NewPatchJourneyOutcomeUnsupportedMediaType creates a PatchJourneyOutcomeUnsupportedMediaType with default headers values
func (*PatchJourneyOutcomeUnsupportedMediaType) Error ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) Error() string
func (*PatchJourneyOutcomeUnsupportedMediaType) GetPayload ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchJourneyOutcomeUnsupportedMediaType) IsClientError ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch journey outcome unsupported media type response has a 4xx status code
func (*PatchJourneyOutcomeUnsupportedMediaType) IsCode ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch journey outcome unsupported media type response a status code equal to that given
func (*PatchJourneyOutcomeUnsupportedMediaType) IsRedirect ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch journey outcome unsupported media type response has a 3xx status code
func (*PatchJourneyOutcomeUnsupportedMediaType) IsServerError ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch journey outcome unsupported media type response has a 5xx status code
func (*PatchJourneyOutcomeUnsupportedMediaType) IsSuccess ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch journey outcome unsupported media type response has a 2xx status code
func (*PatchJourneyOutcomeUnsupportedMediaType) String ¶
func (o *PatchJourneyOutcomeUnsupportedMediaType) String() string
type PatchJourneySegmentBadRequest ¶
PatchJourneySegmentBadRequest 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 NewPatchJourneySegmentBadRequest ¶
func NewPatchJourneySegmentBadRequest() *PatchJourneySegmentBadRequest
NewPatchJourneySegmentBadRequest creates a PatchJourneySegmentBadRequest with default headers values
func (*PatchJourneySegmentBadRequest) Error ¶
func (o *PatchJourneySegmentBadRequest) Error() string
func (*PatchJourneySegmentBadRequest) GetPayload ¶
func (o *PatchJourneySegmentBadRequest) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentBadRequest) IsClientError ¶
func (o *PatchJourneySegmentBadRequest) IsClientError() bool
IsClientError returns true when this patch journey segment bad request response has a 4xx status code
func (*PatchJourneySegmentBadRequest) IsCode ¶
func (o *PatchJourneySegmentBadRequest) IsCode(code int) bool
IsCode returns true when this patch journey segment bad request response a status code equal to that given
func (*PatchJourneySegmentBadRequest) IsRedirect ¶
func (o *PatchJourneySegmentBadRequest) IsRedirect() bool
IsRedirect returns true when this patch journey segment bad request response has a 3xx status code
func (*PatchJourneySegmentBadRequest) IsServerError ¶
func (o *PatchJourneySegmentBadRequest) IsServerError() bool
IsServerError returns true when this patch journey segment bad request response has a 5xx status code
func (*PatchJourneySegmentBadRequest) IsSuccess ¶
func (o *PatchJourneySegmentBadRequest) IsSuccess() bool
IsSuccess returns true when this patch journey segment bad request response has a 2xx status code
func (*PatchJourneySegmentBadRequest) String ¶
func (o *PatchJourneySegmentBadRequest) String() string
type PatchJourneySegmentConflict ¶
PatchJourneySegmentConflict describes a response with status code 409, with default header values.
Conflict
func NewPatchJourneySegmentConflict ¶
func NewPatchJourneySegmentConflict() *PatchJourneySegmentConflict
NewPatchJourneySegmentConflict creates a PatchJourneySegmentConflict with default headers values
func (*PatchJourneySegmentConflict) Error ¶
func (o *PatchJourneySegmentConflict) Error() string
func (*PatchJourneySegmentConflict) GetPayload ¶
func (o *PatchJourneySegmentConflict) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentConflict) IsClientError ¶
func (o *PatchJourneySegmentConflict) IsClientError() bool
IsClientError returns true when this patch journey segment conflict response has a 4xx status code
func (*PatchJourneySegmentConflict) IsCode ¶
func (o *PatchJourneySegmentConflict) IsCode(code int) bool
IsCode returns true when this patch journey segment conflict response a status code equal to that given
func (*PatchJourneySegmentConflict) IsRedirect ¶
func (o *PatchJourneySegmentConflict) IsRedirect() bool
IsRedirect returns true when this patch journey segment conflict response has a 3xx status code
func (*PatchJourneySegmentConflict) IsServerError ¶
func (o *PatchJourneySegmentConflict) IsServerError() bool
IsServerError returns true when this patch journey segment conflict response has a 5xx status code
func (*PatchJourneySegmentConflict) IsSuccess ¶
func (o *PatchJourneySegmentConflict) IsSuccess() bool
IsSuccess returns true when this patch journey segment conflict response has a 2xx status code
func (*PatchJourneySegmentConflict) String ¶
func (o *PatchJourneySegmentConflict) String() string
type PatchJourneySegmentForbidden ¶
PatchJourneySegmentForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchJourneySegmentForbidden ¶
func NewPatchJourneySegmentForbidden() *PatchJourneySegmentForbidden
NewPatchJourneySegmentForbidden creates a PatchJourneySegmentForbidden with default headers values
func (*PatchJourneySegmentForbidden) Error ¶
func (o *PatchJourneySegmentForbidden) Error() string
func (*PatchJourneySegmentForbidden) GetPayload ¶
func (o *PatchJourneySegmentForbidden) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentForbidden) IsClientError ¶
func (o *PatchJourneySegmentForbidden) IsClientError() bool
IsClientError returns true when this patch journey segment forbidden response has a 4xx status code
func (*PatchJourneySegmentForbidden) IsCode ¶
func (o *PatchJourneySegmentForbidden) IsCode(code int) bool
IsCode returns true when this patch journey segment forbidden response a status code equal to that given
func (*PatchJourneySegmentForbidden) IsRedirect ¶
func (o *PatchJourneySegmentForbidden) IsRedirect() bool
IsRedirect returns true when this patch journey segment forbidden response has a 3xx status code
func (*PatchJourneySegmentForbidden) IsServerError ¶
func (o *PatchJourneySegmentForbidden) IsServerError() bool
IsServerError returns true when this patch journey segment forbidden response has a 5xx status code
func (*PatchJourneySegmentForbidden) IsSuccess ¶
func (o *PatchJourneySegmentForbidden) IsSuccess() bool
IsSuccess returns true when this patch journey segment forbidden response has a 2xx status code
func (*PatchJourneySegmentForbidden) String ¶
func (o *PatchJourneySegmentForbidden) String() string
type PatchJourneySegmentGatewayTimeout ¶
PatchJourneySegmentGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchJourneySegmentGatewayTimeout ¶
func NewPatchJourneySegmentGatewayTimeout() *PatchJourneySegmentGatewayTimeout
NewPatchJourneySegmentGatewayTimeout creates a PatchJourneySegmentGatewayTimeout with default headers values
func (*PatchJourneySegmentGatewayTimeout) Error ¶
func (o *PatchJourneySegmentGatewayTimeout) Error() string
func (*PatchJourneySegmentGatewayTimeout) GetPayload ¶
func (o *PatchJourneySegmentGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentGatewayTimeout) IsClientError ¶
func (o *PatchJourneySegmentGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch journey segment gateway timeout response has a 4xx status code
func (*PatchJourneySegmentGatewayTimeout) IsCode ¶
func (o *PatchJourneySegmentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch journey segment gateway timeout response a status code equal to that given
func (*PatchJourneySegmentGatewayTimeout) IsRedirect ¶
func (o *PatchJourneySegmentGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey segment gateway timeout response has a 3xx status code
func (*PatchJourneySegmentGatewayTimeout) IsServerError ¶
func (o *PatchJourneySegmentGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch journey segment gateway timeout response has a 5xx status code
func (*PatchJourneySegmentGatewayTimeout) IsSuccess ¶
func (o *PatchJourneySegmentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey segment gateway timeout response has a 2xx status code
func (*PatchJourneySegmentGatewayTimeout) String ¶
func (o *PatchJourneySegmentGatewayTimeout) String() string
type PatchJourneySegmentInternalServerError ¶
PatchJourneySegmentInternalServerError 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 NewPatchJourneySegmentInternalServerError ¶
func NewPatchJourneySegmentInternalServerError() *PatchJourneySegmentInternalServerError
NewPatchJourneySegmentInternalServerError creates a PatchJourneySegmentInternalServerError with default headers values
func (*PatchJourneySegmentInternalServerError) Error ¶
func (o *PatchJourneySegmentInternalServerError) Error() string
func (*PatchJourneySegmentInternalServerError) GetPayload ¶
func (o *PatchJourneySegmentInternalServerError) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentInternalServerError) IsClientError ¶
func (o *PatchJourneySegmentInternalServerError) IsClientError() bool
IsClientError returns true when this patch journey segment internal server error response has a 4xx status code
func (*PatchJourneySegmentInternalServerError) IsCode ¶
func (o *PatchJourneySegmentInternalServerError) IsCode(code int) bool
IsCode returns true when this patch journey segment internal server error response a status code equal to that given
func (*PatchJourneySegmentInternalServerError) IsRedirect ¶
func (o *PatchJourneySegmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch journey segment internal server error response has a 3xx status code
func (*PatchJourneySegmentInternalServerError) IsServerError ¶
func (o *PatchJourneySegmentInternalServerError) IsServerError() bool
IsServerError returns true when this patch journey segment internal server error response has a 5xx status code
func (*PatchJourneySegmentInternalServerError) IsSuccess ¶
func (o *PatchJourneySegmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch journey segment internal server error response has a 2xx status code
func (*PatchJourneySegmentInternalServerError) String ¶
func (o *PatchJourneySegmentInternalServerError) String() string
type PatchJourneySegmentNotFound ¶
PatchJourneySegmentNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchJourneySegmentNotFound ¶
func NewPatchJourneySegmentNotFound() *PatchJourneySegmentNotFound
NewPatchJourneySegmentNotFound creates a PatchJourneySegmentNotFound with default headers values
func (*PatchJourneySegmentNotFound) Error ¶
func (o *PatchJourneySegmentNotFound) Error() string
func (*PatchJourneySegmentNotFound) GetPayload ¶
func (o *PatchJourneySegmentNotFound) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentNotFound) IsClientError ¶
func (o *PatchJourneySegmentNotFound) IsClientError() bool
IsClientError returns true when this patch journey segment not found response has a 4xx status code
func (*PatchJourneySegmentNotFound) IsCode ¶
func (o *PatchJourneySegmentNotFound) IsCode(code int) bool
IsCode returns true when this patch journey segment not found response a status code equal to that given
func (*PatchJourneySegmentNotFound) IsRedirect ¶
func (o *PatchJourneySegmentNotFound) IsRedirect() bool
IsRedirect returns true when this patch journey segment not found response has a 3xx status code
func (*PatchJourneySegmentNotFound) IsServerError ¶
func (o *PatchJourneySegmentNotFound) IsServerError() bool
IsServerError returns true when this patch journey segment not found response has a 5xx status code
func (*PatchJourneySegmentNotFound) IsSuccess ¶
func (o *PatchJourneySegmentNotFound) IsSuccess() bool
IsSuccess returns true when this patch journey segment not found response has a 2xx status code
func (*PatchJourneySegmentNotFound) String ¶
func (o *PatchJourneySegmentNotFound) String() string
type PatchJourneySegmentOK ¶
type PatchJourneySegmentOK struct {
Payload *models.JourneySegment
}
PatchJourneySegmentOK describes a response with status code 200, with default header values.
successful operation
func NewPatchJourneySegmentOK ¶
func NewPatchJourneySegmentOK() *PatchJourneySegmentOK
NewPatchJourneySegmentOK creates a PatchJourneySegmentOK with default headers values
func (*PatchJourneySegmentOK) Error ¶
func (o *PatchJourneySegmentOK) Error() string
func (*PatchJourneySegmentOK) GetPayload ¶
func (o *PatchJourneySegmentOK) GetPayload() *models.JourneySegment
func (*PatchJourneySegmentOK) IsClientError ¶
func (o *PatchJourneySegmentOK) IsClientError() bool
IsClientError returns true when this patch journey segment o k response has a 4xx status code
func (*PatchJourneySegmentOK) IsCode ¶
func (o *PatchJourneySegmentOK) IsCode(code int) bool
IsCode returns true when this patch journey segment o k response a status code equal to that given
func (*PatchJourneySegmentOK) IsRedirect ¶
func (o *PatchJourneySegmentOK) IsRedirect() bool
IsRedirect returns true when this patch journey segment o k response has a 3xx status code
func (*PatchJourneySegmentOK) IsServerError ¶
func (o *PatchJourneySegmentOK) IsServerError() bool
IsServerError returns true when this patch journey segment o k response has a 5xx status code
func (*PatchJourneySegmentOK) IsSuccess ¶
func (o *PatchJourneySegmentOK) IsSuccess() bool
IsSuccess returns true when this patch journey segment o k response has a 2xx status code
func (*PatchJourneySegmentOK) String ¶
func (o *PatchJourneySegmentOK) String() string
type PatchJourneySegmentParams ¶
type PatchJourneySegmentParams struct { // Body. Body *models.PatchSegment /* SegmentID. ID of the segment. */ SegmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchJourneySegmentParams contains all the parameters to send to the API endpoint
for the patch journey segment operation. Typically these are written to a http.Request.
func NewPatchJourneySegmentParams ¶
func NewPatchJourneySegmentParams() *PatchJourneySegmentParams
NewPatchJourneySegmentParams creates a new PatchJourneySegmentParams 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 NewPatchJourneySegmentParamsWithContext ¶
func NewPatchJourneySegmentParamsWithContext(ctx context.Context) *PatchJourneySegmentParams
NewPatchJourneySegmentParamsWithContext creates a new PatchJourneySegmentParams object with the ability to set a context for a request.
func NewPatchJourneySegmentParamsWithHTTPClient ¶
func NewPatchJourneySegmentParamsWithHTTPClient(client *http.Client) *PatchJourneySegmentParams
NewPatchJourneySegmentParamsWithHTTPClient creates a new PatchJourneySegmentParams object with the ability to set a custom HTTPClient for a request.
func NewPatchJourneySegmentParamsWithTimeout ¶
func NewPatchJourneySegmentParamsWithTimeout(timeout time.Duration) *PatchJourneySegmentParams
NewPatchJourneySegmentParamsWithTimeout creates a new PatchJourneySegmentParams object with the ability to set a timeout on a request.
func (*PatchJourneySegmentParams) SetBody ¶
func (o *PatchJourneySegmentParams) SetBody(body *models.PatchSegment)
SetBody adds the body to the patch journey segment params
func (*PatchJourneySegmentParams) SetContext ¶
func (o *PatchJourneySegmentParams) SetContext(ctx context.Context)
SetContext adds the context to the patch journey segment params
func (*PatchJourneySegmentParams) SetDefaults ¶
func (o *PatchJourneySegmentParams) SetDefaults()
SetDefaults hydrates default values in the patch journey segment params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneySegmentParams) SetHTTPClient ¶
func (o *PatchJourneySegmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch journey segment params
func (*PatchJourneySegmentParams) SetSegmentID ¶
func (o *PatchJourneySegmentParams) SetSegmentID(segmentID string)
SetSegmentID adds the segmentId to the patch journey segment params
func (*PatchJourneySegmentParams) SetTimeout ¶
func (o *PatchJourneySegmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch journey segment params
func (*PatchJourneySegmentParams) WithBody ¶
func (o *PatchJourneySegmentParams) WithBody(body *models.PatchSegment) *PatchJourneySegmentParams
WithBody adds the body to the patch journey segment params
func (*PatchJourneySegmentParams) WithContext ¶
func (o *PatchJourneySegmentParams) WithContext(ctx context.Context) *PatchJourneySegmentParams
WithContext adds the context to the patch journey segment params
func (*PatchJourneySegmentParams) WithDefaults ¶
func (o *PatchJourneySegmentParams) WithDefaults() *PatchJourneySegmentParams
WithDefaults hydrates default values in the patch journey segment params (not the query body).
All values with no default are reset to their zero value.
func (*PatchJourneySegmentParams) WithHTTPClient ¶
func (o *PatchJourneySegmentParams) WithHTTPClient(client *http.Client) *PatchJourneySegmentParams
WithHTTPClient adds the HTTPClient to the patch journey segment params
func (*PatchJourneySegmentParams) WithSegmentID ¶
func (o *PatchJourneySegmentParams) WithSegmentID(segmentID string) *PatchJourneySegmentParams
WithSegmentID adds the segmentID to the patch journey segment params
func (*PatchJourneySegmentParams) WithTimeout ¶
func (o *PatchJourneySegmentParams) WithTimeout(timeout time.Duration) *PatchJourneySegmentParams
WithTimeout adds the timeout to the patch journey segment params
func (*PatchJourneySegmentParams) WriteToRequest ¶
func (o *PatchJourneySegmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchJourneySegmentReader ¶
type PatchJourneySegmentReader struct {
// contains filtered or unexported fields
}
PatchJourneySegmentReader is a Reader for the PatchJourneySegment structure.
func (*PatchJourneySegmentReader) ReadResponse ¶
func (o *PatchJourneySegmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchJourneySegmentRequestEntityTooLarge ¶
PatchJourneySegmentRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchJourneySegmentRequestEntityTooLarge ¶
func NewPatchJourneySegmentRequestEntityTooLarge() *PatchJourneySegmentRequestEntityTooLarge
NewPatchJourneySegmentRequestEntityTooLarge creates a PatchJourneySegmentRequestEntityTooLarge with default headers values
func (*PatchJourneySegmentRequestEntityTooLarge) Error ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) Error() string
func (*PatchJourneySegmentRequestEntityTooLarge) GetPayload ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentRequestEntityTooLarge) IsClientError ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch journey segment request entity too large response has a 4xx status code
func (*PatchJourneySegmentRequestEntityTooLarge) IsCode ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch journey segment request entity too large response a status code equal to that given
func (*PatchJourneySegmentRequestEntityTooLarge) IsRedirect ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch journey segment request entity too large response has a 3xx status code
func (*PatchJourneySegmentRequestEntityTooLarge) IsServerError ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch journey segment request entity too large response has a 5xx status code
func (*PatchJourneySegmentRequestEntityTooLarge) IsSuccess ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch journey segment request entity too large response has a 2xx status code
func (*PatchJourneySegmentRequestEntityTooLarge) String ¶
func (o *PatchJourneySegmentRequestEntityTooLarge) String() string
type PatchJourneySegmentRequestTimeout ¶
PatchJourneySegmentRequestTimeout 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 NewPatchJourneySegmentRequestTimeout ¶
func NewPatchJourneySegmentRequestTimeout() *PatchJourneySegmentRequestTimeout
NewPatchJourneySegmentRequestTimeout creates a PatchJourneySegmentRequestTimeout with default headers values
func (*PatchJourneySegmentRequestTimeout) Error ¶
func (o *PatchJourneySegmentRequestTimeout) Error() string
func (*PatchJourneySegmentRequestTimeout) GetPayload ¶
func (o *PatchJourneySegmentRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentRequestTimeout) IsClientError ¶
func (o *PatchJourneySegmentRequestTimeout) IsClientError() bool
IsClientError returns true when this patch journey segment request timeout response has a 4xx status code
func (*PatchJourneySegmentRequestTimeout) IsCode ¶
func (o *PatchJourneySegmentRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch journey segment request timeout response a status code equal to that given
func (*PatchJourneySegmentRequestTimeout) IsRedirect ¶
func (o *PatchJourneySegmentRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch journey segment request timeout response has a 3xx status code
func (*PatchJourneySegmentRequestTimeout) IsServerError ¶
func (o *PatchJourneySegmentRequestTimeout) IsServerError() bool
IsServerError returns true when this patch journey segment request timeout response has a 5xx status code
func (*PatchJourneySegmentRequestTimeout) IsSuccess ¶
func (o *PatchJourneySegmentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch journey segment request timeout response has a 2xx status code
func (*PatchJourneySegmentRequestTimeout) String ¶
func (o *PatchJourneySegmentRequestTimeout) String() string
type PatchJourneySegmentServiceUnavailable ¶
type PatchJourneySegmentServiceUnavailable struct {
}PatchJourneySegmentServiceUnavailable 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 NewPatchJourneySegmentServiceUnavailable ¶
func NewPatchJourneySegmentServiceUnavailable() *PatchJourneySegmentServiceUnavailable
NewPatchJourneySegmentServiceUnavailable creates a PatchJourneySegmentServiceUnavailable with default headers values
func (*PatchJourneySegmentServiceUnavailable) Error ¶
func (o *PatchJourneySegmentServiceUnavailable) Error() string
func (*PatchJourneySegmentServiceUnavailable) GetPayload ¶
func (o *PatchJourneySegmentServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentServiceUnavailable) IsClientError ¶
func (o *PatchJourneySegmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch journey segment service unavailable response has a 4xx status code
func (*PatchJourneySegmentServiceUnavailable) IsCode ¶
func (o *PatchJourneySegmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch journey segment service unavailable response a status code equal to that given
func (*PatchJourneySegmentServiceUnavailable) IsRedirect ¶
func (o *PatchJourneySegmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch journey segment service unavailable response has a 3xx status code
func (*PatchJourneySegmentServiceUnavailable) IsServerError ¶
func (o *PatchJourneySegmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch journey segment service unavailable response has a 5xx status code
func (*PatchJourneySegmentServiceUnavailable) IsSuccess ¶
func (o *PatchJourneySegmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch journey segment service unavailable response has a 2xx status code
func (*PatchJourneySegmentServiceUnavailable) String ¶
func (o *PatchJourneySegmentServiceUnavailable) String() string
type PatchJourneySegmentTooManyRequests ¶
PatchJourneySegmentTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchJourneySegmentTooManyRequests ¶
func NewPatchJourneySegmentTooManyRequests() *PatchJourneySegmentTooManyRequests
NewPatchJourneySegmentTooManyRequests creates a PatchJourneySegmentTooManyRequests with default headers values
func (*PatchJourneySegmentTooManyRequests) Error ¶
func (o *PatchJourneySegmentTooManyRequests) Error() string
func (*PatchJourneySegmentTooManyRequests) GetPayload ¶
func (o *PatchJourneySegmentTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentTooManyRequests) IsClientError ¶
func (o *PatchJourneySegmentTooManyRequests) IsClientError() bool
IsClientError returns true when this patch journey segment too many requests response has a 4xx status code
func (*PatchJourneySegmentTooManyRequests) IsCode ¶
func (o *PatchJourneySegmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch journey segment too many requests response a status code equal to that given
func (*PatchJourneySegmentTooManyRequests) IsRedirect ¶
func (o *PatchJourneySegmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch journey segment too many requests response has a 3xx status code
func (*PatchJourneySegmentTooManyRequests) IsServerError ¶
func (o *PatchJourneySegmentTooManyRequests) IsServerError() bool
IsServerError returns true when this patch journey segment too many requests response has a 5xx status code
func (*PatchJourneySegmentTooManyRequests) IsSuccess ¶
func (o *PatchJourneySegmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch journey segment too many requests response has a 2xx status code
func (*PatchJourneySegmentTooManyRequests) String ¶
func (o *PatchJourneySegmentTooManyRequests) String() string
type PatchJourneySegmentUnauthorized ¶
type PatchJourneySegmentUnauthorized struct {
}PatchJourneySegmentUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchJourneySegmentUnauthorized ¶
func NewPatchJourneySegmentUnauthorized() *PatchJourneySegmentUnauthorized
NewPatchJourneySegmentUnauthorized creates a PatchJourneySegmentUnauthorized with default headers values
func (*PatchJourneySegmentUnauthorized) Error ¶
func (o *PatchJourneySegmentUnauthorized) Error() string
func (*PatchJourneySegmentUnauthorized) GetPayload ¶
func (o *PatchJourneySegmentUnauthorized) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentUnauthorized) IsClientError ¶
func (o *PatchJourneySegmentUnauthorized) IsClientError() bool
IsClientError returns true when this patch journey segment unauthorized response has a 4xx status code
func (*PatchJourneySegmentUnauthorized) IsCode ¶
func (o *PatchJourneySegmentUnauthorized) IsCode(code int) bool
IsCode returns true when this patch journey segment unauthorized response a status code equal to that given
func (*PatchJourneySegmentUnauthorized) IsRedirect ¶
func (o *PatchJourneySegmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch journey segment unauthorized response has a 3xx status code
func (*PatchJourneySegmentUnauthorized) IsServerError ¶
func (o *PatchJourneySegmentUnauthorized) IsServerError() bool
IsServerError returns true when this patch journey segment unauthorized response has a 5xx status code
func (*PatchJourneySegmentUnauthorized) IsSuccess ¶
func (o *PatchJourneySegmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch journey segment unauthorized response has a 2xx status code
func (*PatchJourneySegmentUnauthorized) String ¶
func (o *PatchJourneySegmentUnauthorized) String() string
type PatchJourneySegmentUnsupportedMediaType ¶
PatchJourneySegmentUnsupportedMediaType 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 NewPatchJourneySegmentUnsupportedMediaType ¶
func NewPatchJourneySegmentUnsupportedMediaType() *PatchJourneySegmentUnsupportedMediaType
NewPatchJourneySegmentUnsupportedMediaType creates a PatchJourneySegmentUnsupportedMediaType with default headers values
func (*PatchJourneySegmentUnsupportedMediaType) Error ¶
func (o *PatchJourneySegmentUnsupportedMediaType) Error() string
func (*PatchJourneySegmentUnsupportedMediaType) GetPayload ¶
func (o *PatchJourneySegmentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchJourneySegmentUnsupportedMediaType) IsClientError ¶
func (o *PatchJourneySegmentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch journey segment unsupported media type response has a 4xx status code
func (*PatchJourneySegmentUnsupportedMediaType) IsCode ¶
func (o *PatchJourneySegmentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch journey segment unsupported media type response a status code equal to that given
func (*PatchJourneySegmentUnsupportedMediaType) IsRedirect ¶
func (o *PatchJourneySegmentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch journey segment unsupported media type response has a 3xx status code
func (*PatchJourneySegmentUnsupportedMediaType) IsServerError ¶
func (o *PatchJourneySegmentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch journey segment unsupported media type response has a 5xx status code
func (*PatchJourneySegmentUnsupportedMediaType) IsSuccess ¶
func (o *PatchJourneySegmentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch journey segment unsupported media type response has a 2xx status code
func (*PatchJourneySegmentUnsupportedMediaType) String ¶
func (o *PatchJourneySegmentUnsupportedMediaType) String() string
type PostJourneyActionmapsBadRequest ¶
PostJourneyActionmapsBadRequest 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 NewPostJourneyActionmapsBadRequest ¶
func NewPostJourneyActionmapsBadRequest() *PostJourneyActionmapsBadRequest
NewPostJourneyActionmapsBadRequest creates a PostJourneyActionmapsBadRequest with default headers values
func (*PostJourneyActionmapsBadRequest) Error ¶
func (o *PostJourneyActionmapsBadRequest) Error() string
func (*PostJourneyActionmapsBadRequest) GetPayload ¶
func (o *PostJourneyActionmapsBadRequest) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsBadRequest) IsClientError ¶
func (o *PostJourneyActionmapsBadRequest) IsClientError() bool
IsClientError returns true when this post journey actionmaps bad request response has a 4xx status code
func (*PostJourneyActionmapsBadRequest) IsCode ¶
func (o *PostJourneyActionmapsBadRequest) IsCode(code int) bool
IsCode returns true when this post journey actionmaps bad request response a status code equal to that given
func (*PostJourneyActionmapsBadRequest) IsRedirect ¶
func (o *PostJourneyActionmapsBadRequest) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps bad request response has a 3xx status code
func (*PostJourneyActionmapsBadRequest) IsServerError ¶
func (o *PostJourneyActionmapsBadRequest) IsServerError() bool
IsServerError returns true when this post journey actionmaps bad request response has a 5xx status code
func (*PostJourneyActionmapsBadRequest) IsSuccess ¶
func (o *PostJourneyActionmapsBadRequest) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps bad request response has a 2xx status code
func (*PostJourneyActionmapsBadRequest) String ¶
func (o *PostJourneyActionmapsBadRequest) String() string
type PostJourneyActionmapsConflict ¶
PostJourneyActionmapsConflict describes a response with status code 409, with default header values.
Conflict
func NewPostJourneyActionmapsConflict ¶
func NewPostJourneyActionmapsConflict() *PostJourneyActionmapsConflict
NewPostJourneyActionmapsConflict creates a PostJourneyActionmapsConflict with default headers values
func (*PostJourneyActionmapsConflict) Error ¶
func (o *PostJourneyActionmapsConflict) Error() string
func (*PostJourneyActionmapsConflict) GetPayload ¶
func (o *PostJourneyActionmapsConflict) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsConflict) IsClientError ¶
func (o *PostJourneyActionmapsConflict) IsClientError() bool
IsClientError returns true when this post journey actionmaps conflict response has a 4xx status code
func (*PostJourneyActionmapsConflict) IsCode ¶
func (o *PostJourneyActionmapsConflict) IsCode(code int) bool
IsCode returns true when this post journey actionmaps conflict response a status code equal to that given
func (*PostJourneyActionmapsConflict) IsRedirect ¶
func (o *PostJourneyActionmapsConflict) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps conflict response has a 3xx status code
func (*PostJourneyActionmapsConflict) IsServerError ¶
func (o *PostJourneyActionmapsConflict) IsServerError() bool
IsServerError returns true when this post journey actionmaps conflict response has a 5xx status code
func (*PostJourneyActionmapsConflict) IsSuccess ¶
func (o *PostJourneyActionmapsConflict) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps conflict response has a 2xx status code
func (*PostJourneyActionmapsConflict) String ¶
func (o *PostJourneyActionmapsConflict) String() string
type PostJourneyActionmapsCreated ¶
PostJourneyActionmapsCreated describes a response with status code 201, with default header values.
Action map created.
func NewPostJourneyActionmapsCreated ¶
func NewPostJourneyActionmapsCreated() *PostJourneyActionmapsCreated
NewPostJourneyActionmapsCreated creates a PostJourneyActionmapsCreated with default headers values
func (*PostJourneyActionmapsCreated) Error ¶
func (o *PostJourneyActionmapsCreated) Error() string
func (*PostJourneyActionmapsCreated) GetPayload ¶
func (o *PostJourneyActionmapsCreated) GetPayload() *models.ActionMap
func (*PostJourneyActionmapsCreated) IsClientError ¶
func (o *PostJourneyActionmapsCreated) IsClientError() bool
IsClientError returns true when this post journey actionmaps created response has a 4xx status code
func (*PostJourneyActionmapsCreated) IsCode ¶
func (o *PostJourneyActionmapsCreated) IsCode(code int) bool
IsCode returns true when this post journey actionmaps created response a status code equal to that given
func (*PostJourneyActionmapsCreated) IsRedirect ¶
func (o *PostJourneyActionmapsCreated) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps created response has a 3xx status code
func (*PostJourneyActionmapsCreated) IsServerError ¶
func (o *PostJourneyActionmapsCreated) IsServerError() bool
IsServerError returns true when this post journey actionmaps created response has a 5xx status code
func (*PostJourneyActionmapsCreated) IsSuccess ¶
func (o *PostJourneyActionmapsCreated) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps created response has a 2xx status code
func (*PostJourneyActionmapsCreated) String ¶
func (o *PostJourneyActionmapsCreated) String() string
type PostJourneyActionmapsEstimatesJobsAccepted ¶
type PostJourneyActionmapsEstimatesJobsAccepted struct {
Payload *models.EstimateJobAsyncResponse
}
PostJourneyActionmapsEstimatesJobsAccepted describes a response with status code 202, with default header values.
Accepted - Running query asynchronously
func NewPostJourneyActionmapsEstimatesJobsAccepted ¶
func NewPostJourneyActionmapsEstimatesJobsAccepted() *PostJourneyActionmapsEstimatesJobsAccepted
NewPostJourneyActionmapsEstimatesJobsAccepted creates a PostJourneyActionmapsEstimatesJobsAccepted with default headers values
func (*PostJourneyActionmapsEstimatesJobsAccepted) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) Error() string
func (*PostJourneyActionmapsEstimatesJobsAccepted) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) GetPayload() *models.EstimateJobAsyncResponse
func (*PostJourneyActionmapsEstimatesJobsAccepted) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs accepted response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsAccepted) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs accepted response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsAccepted) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs accepted response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsAccepted) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs accepted response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsAccepted) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs accepted response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsAccepted) String ¶
func (o *PostJourneyActionmapsEstimatesJobsAccepted) String() string
type PostJourneyActionmapsEstimatesJobsBadRequest ¶
PostJourneyActionmapsEstimatesJobsBadRequest 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 NewPostJourneyActionmapsEstimatesJobsBadRequest ¶
func NewPostJourneyActionmapsEstimatesJobsBadRequest() *PostJourneyActionmapsEstimatesJobsBadRequest
NewPostJourneyActionmapsEstimatesJobsBadRequest creates a PostJourneyActionmapsEstimatesJobsBadRequest with default headers values
func (*PostJourneyActionmapsEstimatesJobsBadRequest) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) Error() string
func (*PostJourneyActionmapsEstimatesJobsBadRequest) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs bad request response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs bad request response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs bad request response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs bad request response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs bad request response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsBadRequest) String ¶
func (o *PostJourneyActionmapsEstimatesJobsBadRequest) String() string
type PostJourneyActionmapsEstimatesJobsForbidden ¶
PostJourneyActionmapsEstimatesJobsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostJourneyActionmapsEstimatesJobsForbidden ¶
func NewPostJourneyActionmapsEstimatesJobsForbidden() *PostJourneyActionmapsEstimatesJobsForbidden
NewPostJourneyActionmapsEstimatesJobsForbidden creates a PostJourneyActionmapsEstimatesJobsForbidden with default headers values
func (*PostJourneyActionmapsEstimatesJobsForbidden) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) Error() string
func (*PostJourneyActionmapsEstimatesJobsForbidden) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsForbidden) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs forbidden response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsForbidden) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs forbidden response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsForbidden) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs forbidden response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsForbidden) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs forbidden response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsForbidden) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs forbidden response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsForbidden) String ¶
func (o *PostJourneyActionmapsEstimatesJobsForbidden) String() string
type PostJourneyActionmapsEstimatesJobsGatewayTimeout ¶
PostJourneyActionmapsEstimatesJobsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostJourneyActionmapsEstimatesJobsGatewayTimeout ¶
func NewPostJourneyActionmapsEstimatesJobsGatewayTimeout() *PostJourneyActionmapsEstimatesJobsGatewayTimeout
NewPostJourneyActionmapsEstimatesJobsGatewayTimeout creates a PostJourneyActionmapsEstimatesJobsGatewayTimeout with default headers values
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) Error() string
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs gateway timeout response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs gateway timeout response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs gateway timeout response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs gateway timeout response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs gateway timeout response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) String ¶
func (o *PostJourneyActionmapsEstimatesJobsGatewayTimeout) String() string
type PostJourneyActionmapsEstimatesJobsInternalServerError ¶
PostJourneyActionmapsEstimatesJobsInternalServerError 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 NewPostJourneyActionmapsEstimatesJobsInternalServerError ¶
func NewPostJourneyActionmapsEstimatesJobsInternalServerError() *PostJourneyActionmapsEstimatesJobsInternalServerError
NewPostJourneyActionmapsEstimatesJobsInternalServerError creates a PostJourneyActionmapsEstimatesJobsInternalServerError with default headers values
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) Error() string
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs internal server error response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs internal server error response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs internal server error response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs internal server error response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs internal server error response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsInternalServerError) String ¶
func (o *PostJourneyActionmapsEstimatesJobsInternalServerError) String() string
type PostJourneyActionmapsEstimatesJobsNotFound ¶
PostJourneyActionmapsEstimatesJobsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostJourneyActionmapsEstimatesJobsNotFound ¶
func NewPostJourneyActionmapsEstimatesJobsNotFound() *PostJourneyActionmapsEstimatesJobsNotFound
NewPostJourneyActionmapsEstimatesJobsNotFound creates a PostJourneyActionmapsEstimatesJobsNotFound with default headers values
func (*PostJourneyActionmapsEstimatesJobsNotFound) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) Error() string
func (*PostJourneyActionmapsEstimatesJobsNotFound) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsNotFound) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs not found response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsNotFound) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs not found response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsNotFound) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs not found response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsNotFound) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs not found response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsNotFound) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs not found response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsNotFound) String ¶
func (o *PostJourneyActionmapsEstimatesJobsNotFound) String() string
type PostJourneyActionmapsEstimatesJobsParams ¶
type PostJourneyActionmapsEstimatesJobsParams struct { /* Body. audience estimator request */ Body *models.ActionMapEstimateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJourneyActionmapsEstimatesJobsParams contains all the parameters to send to the API endpoint
for the post journey actionmaps estimates jobs operation. Typically these are written to a http.Request.
func NewPostJourneyActionmapsEstimatesJobsParams ¶
func NewPostJourneyActionmapsEstimatesJobsParams() *PostJourneyActionmapsEstimatesJobsParams
NewPostJourneyActionmapsEstimatesJobsParams creates a new PostJourneyActionmapsEstimatesJobsParams 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 NewPostJourneyActionmapsEstimatesJobsParamsWithContext ¶
func NewPostJourneyActionmapsEstimatesJobsParamsWithContext(ctx context.Context) *PostJourneyActionmapsEstimatesJobsParams
NewPostJourneyActionmapsEstimatesJobsParamsWithContext creates a new PostJourneyActionmapsEstimatesJobsParams object with the ability to set a context for a request.
func NewPostJourneyActionmapsEstimatesJobsParamsWithHTTPClient ¶
func NewPostJourneyActionmapsEstimatesJobsParamsWithHTTPClient(client *http.Client) *PostJourneyActionmapsEstimatesJobsParams
NewPostJourneyActionmapsEstimatesJobsParamsWithHTTPClient creates a new PostJourneyActionmapsEstimatesJobsParams object with the ability to set a custom HTTPClient for a request.
func NewPostJourneyActionmapsEstimatesJobsParamsWithTimeout ¶
func NewPostJourneyActionmapsEstimatesJobsParamsWithTimeout(timeout time.Duration) *PostJourneyActionmapsEstimatesJobsParams
NewPostJourneyActionmapsEstimatesJobsParamsWithTimeout creates a new PostJourneyActionmapsEstimatesJobsParams object with the ability to set a timeout on a request.
func (*PostJourneyActionmapsEstimatesJobsParams) SetBody ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) SetBody(body *models.ActionMapEstimateRequest)
SetBody adds the body to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) SetContext ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) SetContext(ctx context.Context)
SetContext adds the context to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) SetDefaults ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) SetDefaults()
SetDefaults hydrates default values in the post journey actionmaps estimates jobs params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyActionmapsEstimatesJobsParams) SetHTTPClient ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) SetTimeout ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) WithBody ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) WithBody(body *models.ActionMapEstimateRequest) *PostJourneyActionmapsEstimatesJobsParams
WithBody adds the body to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) WithContext ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) WithContext(ctx context.Context) *PostJourneyActionmapsEstimatesJobsParams
WithContext adds the context to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) WithDefaults ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) WithDefaults() *PostJourneyActionmapsEstimatesJobsParams
WithDefaults hydrates default values in the post journey actionmaps estimates jobs params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyActionmapsEstimatesJobsParams) WithHTTPClient ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) WithHTTPClient(client *http.Client) *PostJourneyActionmapsEstimatesJobsParams
WithHTTPClient adds the HTTPClient to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) WithTimeout ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) WithTimeout(timeout time.Duration) *PostJourneyActionmapsEstimatesJobsParams
WithTimeout adds the timeout to the post journey actionmaps estimates jobs params
func (*PostJourneyActionmapsEstimatesJobsParams) WriteToRequest ¶
func (o *PostJourneyActionmapsEstimatesJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJourneyActionmapsEstimatesJobsReader ¶
type PostJourneyActionmapsEstimatesJobsReader struct {
// contains filtered or unexported fields
}
PostJourneyActionmapsEstimatesJobsReader is a Reader for the PostJourneyActionmapsEstimatesJobs structure.
func (*PostJourneyActionmapsEstimatesJobsReader) ReadResponse ¶
func (o *PostJourneyActionmapsEstimatesJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge ¶
PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostJourneyActionmapsEstimatesJobsRequestEntityTooLarge ¶
func NewPostJourneyActionmapsEstimatesJobsRequestEntityTooLarge() *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge
NewPostJourneyActionmapsEstimatesJobsRequestEntityTooLarge creates a PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge with default headers values
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) Error() string
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs request entity too large response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs request entity too large response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs request entity too large response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs request entity too large response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs request entity too large response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) String ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) String() string
type PostJourneyActionmapsEstimatesJobsRequestTimeout ¶
PostJourneyActionmapsEstimatesJobsRequestTimeout 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 NewPostJourneyActionmapsEstimatesJobsRequestTimeout ¶
func NewPostJourneyActionmapsEstimatesJobsRequestTimeout() *PostJourneyActionmapsEstimatesJobsRequestTimeout
NewPostJourneyActionmapsEstimatesJobsRequestTimeout creates a PostJourneyActionmapsEstimatesJobsRequestTimeout with default headers values
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) Error() string
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs request timeout response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs request timeout response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs request timeout response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs request timeout response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs request timeout response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) String ¶
func (o *PostJourneyActionmapsEstimatesJobsRequestTimeout) String() string
type PostJourneyActionmapsEstimatesJobsServiceUnavailable ¶
type PostJourneyActionmapsEstimatesJobsServiceUnavailable struct {
}PostJourneyActionmapsEstimatesJobsServiceUnavailable 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 NewPostJourneyActionmapsEstimatesJobsServiceUnavailable ¶
func NewPostJourneyActionmapsEstimatesJobsServiceUnavailable() *PostJourneyActionmapsEstimatesJobsServiceUnavailable
NewPostJourneyActionmapsEstimatesJobsServiceUnavailable creates a PostJourneyActionmapsEstimatesJobsServiceUnavailable with default headers values
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) Error() string
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs service unavailable response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs service unavailable response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs service unavailable response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs service unavailable response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs service unavailable response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) String ¶
func (o *PostJourneyActionmapsEstimatesJobsServiceUnavailable) String() string
type PostJourneyActionmapsEstimatesJobsTooManyRequests ¶
PostJourneyActionmapsEstimatesJobsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostJourneyActionmapsEstimatesJobsTooManyRequests ¶
func NewPostJourneyActionmapsEstimatesJobsTooManyRequests() *PostJourneyActionmapsEstimatesJobsTooManyRequests
NewPostJourneyActionmapsEstimatesJobsTooManyRequests creates a PostJourneyActionmapsEstimatesJobsTooManyRequests with default headers values
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) Error() string
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs too many requests response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs too many requests response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs too many requests response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs too many requests response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs too many requests response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) String ¶
func (o *PostJourneyActionmapsEstimatesJobsTooManyRequests) String() string
type PostJourneyActionmapsEstimatesJobsUnauthorized ¶
type PostJourneyActionmapsEstimatesJobsUnauthorized struct {
}PostJourneyActionmapsEstimatesJobsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostJourneyActionmapsEstimatesJobsUnauthorized ¶
func NewPostJourneyActionmapsEstimatesJobsUnauthorized() *PostJourneyActionmapsEstimatesJobsUnauthorized
NewPostJourneyActionmapsEstimatesJobsUnauthorized creates a PostJourneyActionmapsEstimatesJobsUnauthorized with default headers values
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) Error() string
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs unauthorized response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs unauthorized response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs unauthorized response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs unauthorized response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs unauthorized response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsUnauthorized) String ¶
func (o *PostJourneyActionmapsEstimatesJobsUnauthorized) String() string
type PostJourneyActionmapsEstimatesJobsUnsupportedMediaType ¶
PostJourneyActionmapsEstimatesJobsUnsupportedMediaType 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 NewPostJourneyActionmapsEstimatesJobsUnsupportedMediaType ¶
func NewPostJourneyActionmapsEstimatesJobsUnsupportedMediaType() *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType
NewPostJourneyActionmapsEstimatesJobsUnsupportedMediaType creates a PostJourneyActionmapsEstimatesJobsUnsupportedMediaType with default headers values
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) Error ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) Error() string
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) GetPayload ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsClientError ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post journey actionmaps estimates jobs unsupported media type response has a 4xx status code
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsCode ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post journey actionmaps estimates jobs unsupported media type response a status code equal to that given
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsRedirect ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps estimates jobs unsupported media type response has a 3xx status code
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsServerError ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post journey actionmaps estimates jobs unsupported media type response has a 5xx status code
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsSuccess ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps estimates jobs unsupported media type response has a 2xx status code
func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) String ¶
func (o *PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) String() string
type PostJourneyActionmapsForbidden ¶
PostJourneyActionmapsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostJourneyActionmapsForbidden ¶
func NewPostJourneyActionmapsForbidden() *PostJourneyActionmapsForbidden
NewPostJourneyActionmapsForbidden creates a PostJourneyActionmapsForbidden with default headers values
func (*PostJourneyActionmapsForbidden) Error ¶
func (o *PostJourneyActionmapsForbidden) Error() string
func (*PostJourneyActionmapsForbidden) GetPayload ¶
func (o *PostJourneyActionmapsForbidden) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsForbidden) IsClientError ¶
func (o *PostJourneyActionmapsForbidden) IsClientError() bool
IsClientError returns true when this post journey actionmaps forbidden response has a 4xx status code
func (*PostJourneyActionmapsForbidden) IsCode ¶
func (o *PostJourneyActionmapsForbidden) IsCode(code int) bool
IsCode returns true when this post journey actionmaps forbidden response a status code equal to that given
func (*PostJourneyActionmapsForbidden) IsRedirect ¶
func (o *PostJourneyActionmapsForbidden) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps forbidden response has a 3xx status code
func (*PostJourneyActionmapsForbidden) IsServerError ¶
func (o *PostJourneyActionmapsForbidden) IsServerError() bool
IsServerError returns true when this post journey actionmaps forbidden response has a 5xx status code
func (*PostJourneyActionmapsForbidden) IsSuccess ¶
func (o *PostJourneyActionmapsForbidden) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps forbidden response has a 2xx status code
func (*PostJourneyActionmapsForbidden) String ¶
func (o *PostJourneyActionmapsForbidden) String() string
type PostJourneyActionmapsGatewayTimeout ¶
PostJourneyActionmapsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostJourneyActionmapsGatewayTimeout ¶
func NewPostJourneyActionmapsGatewayTimeout() *PostJourneyActionmapsGatewayTimeout
NewPostJourneyActionmapsGatewayTimeout creates a PostJourneyActionmapsGatewayTimeout with default headers values
func (*PostJourneyActionmapsGatewayTimeout) Error ¶
func (o *PostJourneyActionmapsGatewayTimeout) Error() string
func (*PostJourneyActionmapsGatewayTimeout) GetPayload ¶
func (o *PostJourneyActionmapsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsGatewayTimeout) IsClientError ¶
func (o *PostJourneyActionmapsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post journey actionmaps gateway timeout response has a 4xx status code
func (*PostJourneyActionmapsGatewayTimeout) IsCode ¶
func (o *PostJourneyActionmapsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post journey actionmaps gateway timeout response a status code equal to that given
func (*PostJourneyActionmapsGatewayTimeout) IsRedirect ¶
func (o *PostJourneyActionmapsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps gateway timeout response has a 3xx status code
func (*PostJourneyActionmapsGatewayTimeout) IsServerError ¶
func (o *PostJourneyActionmapsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post journey actionmaps gateway timeout response has a 5xx status code
func (*PostJourneyActionmapsGatewayTimeout) IsSuccess ¶
func (o *PostJourneyActionmapsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps gateway timeout response has a 2xx status code
func (*PostJourneyActionmapsGatewayTimeout) String ¶
func (o *PostJourneyActionmapsGatewayTimeout) String() string
type PostJourneyActionmapsInternalServerError ¶
PostJourneyActionmapsInternalServerError 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 NewPostJourneyActionmapsInternalServerError ¶
func NewPostJourneyActionmapsInternalServerError() *PostJourneyActionmapsInternalServerError
NewPostJourneyActionmapsInternalServerError creates a PostJourneyActionmapsInternalServerError with default headers values
func (*PostJourneyActionmapsInternalServerError) Error ¶
func (o *PostJourneyActionmapsInternalServerError) Error() string
func (*PostJourneyActionmapsInternalServerError) GetPayload ¶
func (o *PostJourneyActionmapsInternalServerError) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsInternalServerError) IsClientError ¶
func (o *PostJourneyActionmapsInternalServerError) IsClientError() bool
IsClientError returns true when this post journey actionmaps internal server error response has a 4xx status code
func (*PostJourneyActionmapsInternalServerError) IsCode ¶
func (o *PostJourneyActionmapsInternalServerError) IsCode(code int) bool
IsCode returns true when this post journey actionmaps internal server error response a status code equal to that given
func (*PostJourneyActionmapsInternalServerError) IsRedirect ¶
func (o *PostJourneyActionmapsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps internal server error response has a 3xx status code
func (*PostJourneyActionmapsInternalServerError) IsServerError ¶
func (o *PostJourneyActionmapsInternalServerError) IsServerError() bool
IsServerError returns true when this post journey actionmaps internal server error response has a 5xx status code
func (*PostJourneyActionmapsInternalServerError) IsSuccess ¶
func (o *PostJourneyActionmapsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps internal server error response has a 2xx status code
func (*PostJourneyActionmapsInternalServerError) String ¶
func (o *PostJourneyActionmapsInternalServerError) String() string
type PostJourneyActionmapsNotFound ¶
PostJourneyActionmapsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostJourneyActionmapsNotFound ¶
func NewPostJourneyActionmapsNotFound() *PostJourneyActionmapsNotFound
NewPostJourneyActionmapsNotFound creates a PostJourneyActionmapsNotFound with default headers values
func (*PostJourneyActionmapsNotFound) Error ¶
func (o *PostJourneyActionmapsNotFound) Error() string
func (*PostJourneyActionmapsNotFound) GetPayload ¶
func (o *PostJourneyActionmapsNotFound) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsNotFound) IsClientError ¶
func (o *PostJourneyActionmapsNotFound) IsClientError() bool
IsClientError returns true when this post journey actionmaps not found response has a 4xx status code
func (*PostJourneyActionmapsNotFound) IsCode ¶
func (o *PostJourneyActionmapsNotFound) IsCode(code int) bool
IsCode returns true when this post journey actionmaps not found response a status code equal to that given
func (*PostJourneyActionmapsNotFound) IsRedirect ¶
func (o *PostJourneyActionmapsNotFound) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps not found response has a 3xx status code
func (*PostJourneyActionmapsNotFound) IsServerError ¶
func (o *PostJourneyActionmapsNotFound) IsServerError() bool
IsServerError returns true when this post journey actionmaps not found response has a 5xx status code
func (*PostJourneyActionmapsNotFound) IsSuccess ¶
func (o *PostJourneyActionmapsNotFound) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps not found response has a 2xx status code
func (*PostJourneyActionmapsNotFound) String ¶
func (o *PostJourneyActionmapsNotFound) String() string
type PostJourneyActionmapsOK ¶
PostJourneyActionmapsOK describes a response with status code 200, with default header values.
successful operation
func NewPostJourneyActionmapsOK ¶
func NewPostJourneyActionmapsOK() *PostJourneyActionmapsOK
NewPostJourneyActionmapsOK creates a PostJourneyActionmapsOK with default headers values
func (*PostJourneyActionmapsOK) Error ¶
func (o *PostJourneyActionmapsOK) Error() string
func (*PostJourneyActionmapsOK) GetPayload ¶
func (o *PostJourneyActionmapsOK) GetPayload() *models.ActionMap
func (*PostJourneyActionmapsOK) IsClientError ¶
func (o *PostJourneyActionmapsOK) IsClientError() bool
IsClientError returns true when this post journey actionmaps o k response has a 4xx status code
func (*PostJourneyActionmapsOK) IsCode ¶
func (o *PostJourneyActionmapsOK) IsCode(code int) bool
IsCode returns true when this post journey actionmaps o k response a status code equal to that given
func (*PostJourneyActionmapsOK) IsRedirect ¶
func (o *PostJourneyActionmapsOK) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps o k response has a 3xx status code
func (*PostJourneyActionmapsOK) IsServerError ¶
func (o *PostJourneyActionmapsOK) IsServerError() bool
IsServerError returns true when this post journey actionmaps o k response has a 5xx status code
func (*PostJourneyActionmapsOK) IsSuccess ¶
func (o *PostJourneyActionmapsOK) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps o k response has a 2xx status code
func (*PostJourneyActionmapsOK) String ¶
func (o *PostJourneyActionmapsOK) String() string
type PostJourneyActionmapsParams ¶
type PostJourneyActionmapsParams struct { // Body. Body *models.ActionMap Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJourneyActionmapsParams contains all the parameters to send to the API endpoint
for the post journey actionmaps operation. Typically these are written to a http.Request.
func NewPostJourneyActionmapsParams ¶
func NewPostJourneyActionmapsParams() *PostJourneyActionmapsParams
NewPostJourneyActionmapsParams creates a new PostJourneyActionmapsParams 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 NewPostJourneyActionmapsParamsWithContext ¶
func NewPostJourneyActionmapsParamsWithContext(ctx context.Context) *PostJourneyActionmapsParams
NewPostJourneyActionmapsParamsWithContext creates a new PostJourneyActionmapsParams object with the ability to set a context for a request.
func NewPostJourneyActionmapsParamsWithHTTPClient ¶
func NewPostJourneyActionmapsParamsWithHTTPClient(client *http.Client) *PostJourneyActionmapsParams
NewPostJourneyActionmapsParamsWithHTTPClient creates a new PostJourneyActionmapsParams object with the ability to set a custom HTTPClient for a request.
func NewPostJourneyActionmapsParamsWithTimeout ¶
func NewPostJourneyActionmapsParamsWithTimeout(timeout time.Duration) *PostJourneyActionmapsParams
NewPostJourneyActionmapsParamsWithTimeout creates a new PostJourneyActionmapsParams object with the ability to set a timeout on a request.
func (*PostJourneyActionmapsParams) SetBody ¶
func (o *PostJourneyActionmapsParams) SetBody(body *models.ActionMap)
SetBody adds the body to the post journey actionmaps params
func (*PostJourneyActionmapsParams) SetContext ¶
func (o *PostJourneyActionmapsParams) SetContext(ctx context.Context)
SetContext adds the context to the post journey actionmaps params
func (*PostJourneyActionmapsParams) SetDefaults ¶
func (o *PostJourneyActionmapsParams) SetDefaults()
SetDefaults hydrates default values in the post journey actionmaps params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyActionmapsParams) SetHTTPClient ¶
func (o *PostJourneyActionmapsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post journey actionmaps params
func (*PostJourneyActionmapsParams) SetTimeout ¶
func (o *PostJourneyActionmapsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post journey actionmaps params
func (*PostJourneyActionmapsParams) WithBody ¶
func (o *PostJourneyActionmapsParams) WithBody(body *models.ActionMap) *PostJourneyActionmapsParams
WithBody adds the body to the post journey actionmaps params
func (*PostJourneyActionmapsParams) WithContext ¶
func (o *PostJourneyActionmapsParams) WithContext(ctx context.Context) *PostJourneyActionmapsParams
WithContext adds the context to the post journey actionmaps params
func (*PostJourneyActionmapsParams) WithDefaults ¶
func (o *PostJourneyActionmapsParams) WithDefaults() *PostJourneyActionmapsParams
WithDefaults hydrates default values in the post journey actionmaps params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyActionmapsParams) WithHTTPClient ¶
func (o *PostJourneyActionmapsParams) WithHTTPClient(client *http.Client) *PostJourneyActionmapsParams
WithHTTPClient adds the HTTPClient to the post journey actionmaps params
func (*PostJourneyActionmapsParams) WithTimeout ¶
func (o *PostJourneyActionmapsParams) WithTimeout(timeout time.Duration) *PostJourneyActionmapsParams
WithTimeout adds the timeout to the post journey actionmaps params
func (*PostJourneyActionmapsParams) WriteToRequest ¶
func (o *PostJourneyActionmapsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJourneyActionmapsReader ¶
type PostJourneyActionmapsReader struct {
// contains filtered or unexported fields
}
PostJourneyActionmapsReader is a Reader for the PostJourneyActionmaps structure.
func (*PostJourneyActionmapsReader) ReadResponse ¶
func (o *PostJourneyActionmapsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJourneyActionmapsRequestEntityTooLarge ¶
PostJourneyActionmapsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostJourneyActionmapsRequestEntityTooLarge ¶
func NewPostJourneyActionmapsRequestEntityTooLarge() *PostJourneyActionmapsRequestEntityTooLarge
NewPostJourneyActionmapsRequestEntityTooLarge creates a PostJourneyActionmapsRequestEntityTooLarge with default headers values
func (*PostJourneyActionmapsRequestEntityTooLarge) Error ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) Error() string
func (*PostJourneyActionmapsRequestEntityTooLarge) GetPayload ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsRequestEntityTooLarge) IsClientError ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post journey actionmaps request entity too large response has a 4xx status code
func (*PostJourneyActionmapsRequestEntityTooLarge) IsCode ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post journey actionmaps request entity too large response a status code equal to that given
func (*PostJourneyActionmapsRequestEntityTooLarge) IsRedirect ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps request entity too large response has a 3xx status code
func (*PostJourneyActionmapsRequestEntityTooLarge) IsServerError ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post journey actionmaps request entity too large response has a 5xx status code
func (*PostJourneyActionmapsRequestEntityTooLarge) IsSuccess ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps request entity too large response has a 2xx status code
func (*PostJourneyActionmapsRequestEntityTooLarge) String ¶
func (o *PostJourneyActionmapsRequestEntityTooLarge) String() string
type PostJourneyActionmapsRequestTimeout ¶
PostJourneyActionmapsRequestTimeout 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 NewPostJourneyActionmapsRequestTimeout ¶
func NewPostJourneyActionmapsRequestTimeout() *PostJourneyActionmapsRequestTimeout
NewPostJourneyActionmapsRequestTimeout creates a PostJourneyActionmapsRequestTimeout with default headers values
func (*PostJourneyActionmapsRequestTimeout) Error ¶
func (o *PostJourneyActionmapsRequestTimeout) Error() string
func (*PostJourneyActionmapsRequestTimeout) GetPayload ¶
func (o *PostJourneyActionmapsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsRequestTimeout) IsClientError ¶
func (o *PostJourneyActionmapsRequestTimeout) IsClientError() bool
IsClientError returns true when this post journey actionmaps request timeout response has a 4xx status code
func (*PostJourneyActionmapsRequestTimeout) IsCode ¶
func (o *PostJourneyActionmapsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post journey actionmaps request timeout response a status code equal to that given
func (*PostJourneyActionmapsRequestTimeout) IsRedirect ¶
func (o *PostJourneyActionmapsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps request timeout response has a 3xx status code
func (*PostJourneyActionmapsRequestTimeout) IsServerError ¶
func (o *PostJourneyActionmapsRequestTimeout) IsServerError() bool
IsServerError returns true when this post journey actionmaps request timeout response has a 5xx status code
func (*PostJourneyActionmapsRequestTimeout) IsSuccess ¶
func (o *PostJourneyActionmapsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps request timeout response has a 2xx status code
func (*PostJourneyActionmapsRequestTimeout) String ¶
func (o *PostJourneyActionmapsRequestTimeout) String() string
type PostJourneyActionmapsServiceUnavailable ¶
type PostJourneyActionmapsServiceUnavailable struct {
}PostJourneyActionmapsServiceUnavailable 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 NewPostJourneyActionmapsServiceUnavailable ¶
func NewPostJourneyActionmapsServiceUnavailable() *PostJourneyActionmapsServiceUnavailable
NewPostJourneyActionmapsServiceUnavailable creates a PostJourneyActionmapsServiceUnavailable with default headers values
func (*PostJourneyActionmapsServiceUnavailable) Error ¶
func (o *PostJourneyActionmapsServiceUnavailable) Error() string
func (*PostJourneyActionmapsServiceUnavailable) GetPayload ¶
func (o *PostJourneyActionmapsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsServiceUnavailable) IsClientError ¶
func (o *PostJourneyActionmapsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post journey actionmaps service unavailable response has a 4xx status code
func (*PostJourneyActionmapsServiceUnavailable) IsCode ¶
func (o *PostJourneyActionmapsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post journey actionmaps service unavailable response a status code equal to that given
func (*PostJourneyActionmapsServiceUnavailable) IsRedirect ¶
func (o *PostJourneyActionmapsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps service unavailable response has a 3xx status code
func (*PostJourneyActionmapsServiceUnavailable) IsServerError ¶
func (o *PostJourneyActionmapsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post journey actionmaps service unavailable response has a 5xx status code
func (*PostJourneyActionmapsServiceUnavailable) IsSuccess ¶
func (o *PostJourneyActionmapsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps service unavailable response has a 2xx status code
func (*PostJourneyActionmapsServiceUnavailable) String ¶
func (o *PostJourneyActionmapsServiceUnavailable) String() string
type PostJourneyActionmapsTooManyRequests ¶
PostJourneyActionmapsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostJourneyActionmapsTooManyRequests ¶
func NewPostJourneyActionmapsTooManyRequests() *PostJourneyActionmapsTooManyRequests
NewPostJourneyActionmapsTooManyRequests creates a PostJourneyActionmapsTooManyRequests with default headers values
func (*PostJourneyActionmapsTooManyRequests) Error ¶
func (o *PostJourneyActionmapsTooManyRequests) Error() string
func (*PostJourneyActionmapsTooManyRequests) GetPayload ¶
func (o *PostJourneyActionmapsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsTooManyRequests) IsClientError ¶
func (o *PostJourneyActionmapsTooManyRequests) IsClientError() bool
IsClientError returns true when this post journey actionmaps too many requests response has a 4xx status code
func (*PostJourneyActionmapsTooManyRequests) IsCode ¶
func (o *PostJourneyActionmapsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post journey actionmaps too many requests response a status code equal to that given
func (*PostJourneyActionmapsTooManyRequests) IsRedirect ¶
func (o *PostJourneyActionmapsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps too many requests response has a 3xx status code
func (*PostJourneyActionmapsTooManyRequests) IsServerError ¶
func (o *PostJourneyActionmapsTooManyRequests) IsServerError() bool
IsServerError returns true when this post journey actionmaps too many requests response has a 5xx status code
func (*PostJourneyActionmapsTooManyRequests) IsSuccess ¶
func (o *PostJourneyActionmapsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps too many requests response has a 2xx status code
func (*PostJourneyActionmapsTooManyRequests) String ¶
func (o *PostJourneyActionmapsTooManyRequests) String() string
type PostJourneyActionmapsUnauthorized ¶
type PostJourneyActionmapsUnauthorized struct {
}PostJourneyActionmapsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostJourneyActionmapsUnauthorized ¶
func NewPostJourneyActionmapsUnauthorized() *PostJourneyActionmapsUnauthorized
NewPostJourneyActionmapsUnauthorized creates a PostJourneyActionmapsUnauthorized with default headers values
func (*PostJourneyActionmapsUnauthorized) Error ¶
func (o *PostJourneyActionmapsUnauthorized) Error() string
func (*PostJourneyActionmapsUnauthorized) GetPayload ¶
func (o *PostJourneyActionmapsUnauthorized) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsUnauthorized) IsClientError ¶
func (o *PostJourneyActionmapsUnauthorized) IsClientError() bool
IsClientError returns true when this post journey actionmaps unauthorized response has a 4xx status code
func (*PostJourneyActionmapsUnauthorized) IsCode ¶
func (o *PostJourneyActionmapsUnauthorized) IsCode(code int) bool
IsCode returns true when this post journey actionmaps unauthorized response a status code equal to that given
func (*PostJourneyActionmapsUnauthorized) IsRedirect ¶
func (o *PostJourneyActionmapsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps unauthorized response has a 3xx status code
func (*PostJourneyActionmapsUnauthorized) IsServerError ¶
func (o *PostJourneyActionmapsUnauthorized) IsServerError() bool
IsServerError returns true when this post journey actionmaps unauthorized response has a 5xx status code
func (*PostJourneyActionmapsUnauthorized) IsSuccess ¶
func (o *PostJourneyActionmapsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps unauthorized response has a 2xx status code
func (*PostJourneyActionmapsUnauthorized) String ¶
func (o *PostJourneyActionmapsUnauthorized) String() string
type PostJourneyActionmapsUnsupportedMediaType ¶
PostJourneyActionmapsUnsupportedMediaType 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 NewPostJourneyActionmapsUnsupportedMediaType ¶
func NewPostJourneyActionmapsUnsupportedMediaType() *PostJourneyActionmapsUnsupportedMediaType
NewPostJourneyActionmapsUnsupportedMediaType creates a PostJourneyActionmapsUnsupportedMediaType with default headers values
func (*PostJourneyActionmapsUnsupportedMediaType) Error ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) Error() string
func (*PostJourneyActionmapsUnsupportedMediaType) GetPayload ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostJourneyActionmapsUnsupportedMediaType) IsClientError ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post journey actionmaps unsupported media type response has a 4xx status code
func (*PostJourneyActionmapsUnsupportedMediaType) IsCode ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post journey actionmaps unsupported media type response a status code equal to that given
func (*PostJourneyActionmapsUnsupportedMediaType) IsRedirect ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post journey actionmaps unsupported media type response has a 3xx status code
func (*PostJourneyActionmapsUnsupportedMediaType) IsServerError ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post journey actionmaps unsupported media type response has a 5xx status code
func (*PostJourneyActionmapsUnsupportedMediaType) IsSuccess ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post journey actionmaps unsupported media type response has a 2xx status code
func (*PostJourneyActionmapsUnsupportedMediaType) String ¶
func (o *PostJourneyActionmapsUnsupportedMediaType) String() string
type PostJourneyActiontemplatesBadRequest ¶
PostJourneyActiontemplatesBadRequest 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 NewPostJourneyActiontemplatesBadRequest ¶
func NewPostJourneyActiontemplatesBadRequest() *PostJourneyActiontemplatesBadRequest
NewPostJourneyActiontemplatesBadRequest creates a PostJourneyActiontemplatesBadRequest with default headers values
func (*PostJourneyActiontemplatesBadRequest) Error ¶
func (o *PostJourneyActiontemplatesBadRequest) Error() string
func (*PostJourneyActiontemplatesBadRequest) GetPayload ¶
func (o *PostJourneyActiontemplatesBadRequest) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesBadRequest) IsClientError ¶
func (o *PostJourneyActiontemplatesBadRequest) IsClientError() bool
IsClientError returns true when this post journey actiontemplates bad request response has a 4xx status code
func (*PostJourneyActiontemplatesBadRequest) IsCode ¶
func (o *PostJourneyActiontemplatesBadRequest) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates bad request response a status code equal to that given
func (*PostJourneyActiontemplatesBadRequest) IsRedirect ¶
func (o *PostJourneyActiontemplatesBadRequest) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates bad request response has a 3xx status code
func (*PostJourneyActiontemplatesBadRequest) IsServerError ¶
func (o *PostJourneyActiontemplatesBadRequest) IsServerError() bool
IsServerError returns true when this post journey actiontemplates bad request response has a 5xx status code
func (*PostJourneyActiontemplatesBadRequest) IsSuccess ¶
func (o *PostJourneyActiontemplatesBadRequest) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates bad request response has a 2xx status code
func (*PostJourneyActiontemplatesBadRequest) String ¶
func (o *PostJourneyActiontemplatesBadRequest) String() string
type PostJourneyActiontemplatesConflict ¶
PostJourneyActiontemplatesConflict describes a response with status code 409, with default header values.
Conflict
func NewPostJourneyActiontemplatesConflict ¶
func NewPostJourneyActiontemplatesConflict() *PostJourneyActiontemplatesConflict
NewPostJourneyActiontemplatesConflict creates a PostJourneyActiontemplatesConflict with default headers values
func (*PostJourneyActiontemplatesConflict) Error ¶
func (o *PostJourneyActiontemplatesConflict) Error() string
func (*PostJourneyActiontemplatesConflict) GetPayload ¶
func (o *PostJourneyActiontemplatesConflict) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesConflict) IsClientError ¶
func (o *PostJourneyActiontemplatesConflict) IsClientError() bool
IsClientError returns true when this post journey actiontemplates conflict response has a 4xx status code
func (*PostJourneyActiontemplatesConflict) IsCode ¶
func (o *PostJourneyActiontemplatesConflict) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates conflict response a status code equal to that given
func (*PostJourneyActiontemplatesConflict) IsRedirect ¶
func (o *PostJourneyActiontemplatesConflict) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates conflict response has a 3xx status code
func (*PostJourneyActiontemplatesConflict) IsServerError ¶
func (o *PostJourneyActiontemplatesConflict) IsServerError() bool
IsServerError returns true when this post journey actiontemplates conflict response has a 5xx status code
func (*PostJourneyActiontemplatesConflict) IsSuccess ¶
func (o *PostJourneyActiontemplatesConflict) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates conflict response has a 2xx status code
func (*PostJourneyActiontemplatesConflict) String ¶
func (o *PostJourneyActiontemplatesConflict) String() string
type PostJourneyActiontemplatesCreated ¶
type PostJourneyActiontemplatesCreated struct {
Payload *models.ActionTemplate
}
PostJourneyActiontemplatesCreated describes a response with status code 201, with default header values.
Action template created.
func NewPostJourneyActiontemplatesCreated ¶
func NewPostJourneyActiontemplatesCreated() *PostJourneyActiontemplatesCreated
NewPostJourneyActiontemplatesCreated creates a PostJourneyActiontemplatesCreated with default headers values
func (*PostJourneyActiontemplatesCreated) Error ¶
func (o *PostJourneyActiontemplatesCreated) Error() string
func (*PostJourneyActiontemplatesCreated) GetPayload ¶
func (o *PostJourneyActiontemplatesCreated) GetPayload() *models.ActionTemplate
func (*PostJourneyActiontemplatesCreated) IsClientError ¶
func (o *PostJourneyActiontemplatesCreated) IsClientError() bool
IsClientError returns true when this post journey actiontemplates created response has a 4xx status code
func (*PostJourneyActiontemplatesCreated) IsCode ¶
func (o *PostJourneyActiontemplatesCreated) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates created response a status code equal to that given
func (*PostJourneyActiontemplatesCreated) IsRedirect ¶
func (o *PostJourneyActiontemplatesCreated) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates created response has a 3xx status code
func (*PostJourneyActiontemplatesCreated) IsServerError ¶
func (o *PostJourneyActiontemplatesCreated) IsServerError() bool
IsServerError returns true when this post journey actiontemplates created response has a 5xx status code
func (*PostJourneyActiontemplatesCreated) IsSuccess ¶
func (o *PostJourneyActiontemplatesCreated) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates created response has a 2xx status code
func (*PostJourneyActiontemplatesCreated) String ¶
func (o *PostJourneyActiontemplatesCreated) String() string
type PostJourneyActiontemplatesForbidden ¶
PostJourneyActiontemplatesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostJourneyActiontemplatesForbidden ¶
func NewPostJourneyActiontemplatesForbidden() *PostJourneyActiontemplatesForbidden
NewPostJourneyActiontemplatesForbidden creates a PostJourneyActiontemplatesForbidden with default headers values
func (*PostJourneyActiontemplatesForbidden) Error ¶
func (o *PostJourneyActiontemplatesForbidden) Error() string
func (*PostJourneyActiontemplatesForbidden) GetPayload ¶
func (o *PostJourneyActiontemplatesForbidden) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesForbidden) IsClientError ¶
func (o *PostJourneyActiontemplatesForbidden) IsClientError() bool
IsClientError returns true when this post journey actiontemplates forbidden response has a 4xx status code
func (*PostJourneyActiontemplatesForbidden) IsCode ¶
func (o *PostJourneyActiontemplatesForbidden) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates forbidden response a status code equal to that given
func (*PostJourneyActiontemplatesForbidden) IsRedirect ¶
func (o *PostJourneyActiontemplatesForbidden) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates forbidden response has a 3xx status code
func (*PostJourneyActiontemplatesForbidden) IsServerError ¶
func (o *PostJourneyActiontemplatesForbidden) IsServerError() bool
IsServerError returns true when this post journey actiontemplates forbidden response has a 5xx status code
func (*PostJourneyActiontemplatesForbidden) IsSuccess ¶
func (o *PostJourneyActiontemplatesForbidden) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates forbidden response has a 2xx status code
func (*PostJourneyActiontemplatesForbidden) String ¶
func (o *PostJourneyActiontemplatesForbidden) String() string
type PostJourneyActiontemplatesGatewayTimeout ¶
PostJourneyActiontemplatesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostJourneyActiontemplatesGatewayTimeout ¶
func NewPostJourneyActiontemplatesGatewayTimeout() *PostJourneyActiontemplatesGatewayTimeout
NewPostJourneyActiontemplatesGatewayTimeout creates a PostJourneyActiontemplatesGatewayTimeout with default headers values
func (*PostJourneyActiontemplatesGatewayTimeout) Error ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) Error() string
func (*PostJourneyActiontemplatesGatewayTimeout) GetPayload ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesGatewayTimeout) IsClientError ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) IsClientError() bool
IsClientError returns true when this post journey actiontemplates gateway timeout response has a 4xx status code
func (*PostJourneyActiontemplatesGatewayTimeout) IsCode ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates gateway timeout response a status code equal to that given
func (*PostJourneyActiontemplatesGatewayTimeout) IsRedirect ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates gateway timeout response has a 3xx status code
func (*PostJourneyActiontemplatesGatewayTimeout) IsServerError ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) IsServerError() bool
IsServerError returns true when this post journey actiontemplates gateway timeout response has a 5xx status code
func (*PostJourneyActiontemplatesGatewayTimeout) IsSuccess ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates gateway timeout response has a 2xx status code
func (*PostJourneyActiontemplatesGatewayTimeout) String ¶
func (o *PostJourneyActiontemplatesGatewayTimeout) String() string
type PostJourneyActiontemplatesInternalServerError ¶
PostJourneyActiontemplatesInternalServerError 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 NewPostJourneyActiontemplatesInternalServerError ¶
func NewPostJourneyActiontemplatesInternalServerError() *PostJourneyActiontemplatesInternalServerError
NewPostJourneyActiontemplatesInternalServerError creates a PostJourneyActiontemplatesInternalServerError with default headers values
func (*PostJourneyActiontemplatesInternalServerError) Error ¶
func (o *PostJourneyActiontemplatesInternalServerError) Error() string
func (*PostJourneyActiontemplatesInternalServerError) GetPayload ¶
func (o *PostJourneyActiontemplatesInternalServerError) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesInternalServerError) IsClientError ¶
func (o *PostJourneyActiontemplatesInternalServerError) IsClientError() bool
IsClientError returns true when this post journey actiontemplates internal server error response has a 4xx status code
func (*PostJourneyActiontemplatesInternalServerError) IsCode ¶
func (o *PostJourneyActiontemplatesInternalServerError) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates internal server error response a status code equal to that given
func (*PostJourneyActiontemplatesInternalServerError) IsRedirect ¶
func (o *PostJourneyActiontemplatesInternalServerError) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates internal server error response has a 3xx status code
func (*PostJourneyActiontemplatesInternalServerError) IsServerError ¶
func (o *PostJourneyActiontemplatesInternalServerError) IsServerError() bool
IsServerError returns true when this post journey actiontemplates internal server error response has a 5xx status code
func (*PostJourneyActiontemplatesInternalServerError) IsSuccess ¶
func (o *PostJourneyActiontemplatesInternalServerError) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates internal server error response has a 2xx status code
func (*PostJourneyActiontemplatesInternalServerError) String ¶
func (o *PostJourneyActiontemplatesInternalServerError) String() string
type PostJourneyActiontemplatesNotFound ¶
PostJourneyActiontemplatesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostJourneyActiontemplatesNotFound ¶
func NewPostJourneyActiontemplatesNotFound() *PostJourneyActiontemplatesNotFound
NewPostJourneyActiontemplatesNotFound creates a PostJourneyActiontemplatesNotFound with default headers values
func (*PostJourneyActiontemplatesNotFound) Error ¶
func (o *PostJourneyActiontemplatesNotFound) Error() string
func (*PostJourneyActiontemplatesNotFound) GetPayload ¶
func (o *PostJourneyActiontemplatesNotFound) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesNotFound) IsClientError ¶
func (o *PostJourneyActiontemplatesNotFound) IsClientError() bool
IsClientError returns true when this post journey actiontemplates not found response has a 4xx status code
func (*PostJourneyActiontemplatesNotFound) IsCode ¶
func (o *PostJourneyActiontemplatesNotFound) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates not found response a status code equal to that given
func (*PostJourneyActiontemplatesNotFound) IsRedirect ¶
func (o *PostJourneyActiontemplatesNotFound) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates not found response has a 3xx status code
func (*PostJourneyActiontemplatesNotFound) IsServerError ¶
func (o *PostJourneyActiontemplatesNotFound) IsServerError() bool
IsServerError returns true when this post journey actiontemplates not found response has a 5xx status code
func (*PostJourneyActiontemplatesNotFound) IsSuccess ¶
func (o *PostJourneyActiontemplatesNotFound) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates not found response has a 2xx status code
func (*PostJourneyActiontemplatesNotFound) String ¶
func (o *PostJourneyActiontemplatesNotFound) String() string
type PostJourneyActiontemplatesOK ¶
type PostJourneyActiontemplatesOK struct {
Payload *models.ActionTemplate
}
PostJourneyActiontemplatesOK describes a response with status code 200, with default header values.
successful operation
func NewPostJourneyActiontemplatesOK ¶
func NewPostJourneyActiontemplatesOK() *PostJourneyActiontemplatesOK
NewPostJourneyActiontemplatesOK creates a PostJourneyActiontemplatesOK with default headers values
func (*PostJourneyActiontemplatesOK) Error ¶
func (o *PostJourneyActiontemplatesOK) Error() string
func (*PostJourneyActiontemplatesOK) GetPayload ¶
func (o *PostJourneyActiontemplatesOK) GetPayload() *models.ActionTemplate
func (*PostJourneyActiontemplatesOK) IsClientError ¶
func (o *PostJourneyActiontemplatesOK) IsClientError() bool
IsClientError returns true when this post journey actiontemplates o k response has a 4xx status code
func (*PostJourneyActiontemplatesOK) IsCode ¶
func (o *PostJourneyActiontemplatesOK) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates o k response a status code equal to that given
func (*PostJourneyActiontemplatesOK) IsRedirect ¶
func (o *PostJourneyActiontemplatesOK) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates o k response has a 3xx status code
func (*PostJourneyActiontemplatesOK) IsServerError ¶
func (o *PostJourneyActiontemplatesOK) IsServerError() bool
IsServerError returns true when this post journey actiontemplates o k response has a 5xx status code
func (*PostJourneyActiontemplatesOK) IsSuccess ¶
func (o *PostJourneyActiontemplatesOK) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates o k response has a 2xx status code
func (*PostJourneyActiontemplatesOK) String ¶
func (o *PostJourneyActiontemplatesOK) String() string
type PostJourneyActiontemplatesParams ¶
type PostJourneyActiontemplatesParams struct { // Body. Body *models.ActionTemplate Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJourneyActiontemplatesParams contains all the parameters to send to the API endpoint
for the post journey actiontemplates operation. Typically these are written to a http.Request.
func NewPostJourneyActiontemplatesParams ¶
func NewPostJourneyActiontemplatesParams() *PostJourneyActiontemplatesParams
NewPostJourneyActiontemplatesParams creates a new PostJourneyActiontemplatesParams 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 NewPostJourneyActiontemplatesParamsWithContext ¶
func NewPostJourneyActiontemplatesParamsWithContext(ctx context.Context) *PostJourneyActiontemplatesParams
NewPostJourneyActiontemplatesParamsWithContext creates a new PostJourneyActiontemplatesParams object with the ability to set a context for a request.
func NewPostJourneyActiontemplatesParamsWithHTTPClient ¶
func NewPostJourneyActiontemplatesParamsWithHTTPClient(client *http.Client) *PostJourneyActiontemplatesParams
NewPostJourneyActiontemplatesParamsWithHTTPClient creates a new PostJourneyActiontemplatesParams object with the ability to set a custom HTTPClient for a request.
func NewPostJourneyActiontemplatesParamsWithTimeout ¶
func NewPostJourneyActiontemplatesParamsWithTimeout(timeout time.Duration) *PostJourneyActiontemplatesParams
NewPostJourneyActiontemplatesParamsWithTimeout creates a new PostJourneyActiontemplatesParams object with the ability to set a timeout on a request.
func (*PostJourneyActiontemplatesParams) SetBody ¶
func (o *PostJourneyActiontemplatesParams) SetBody(body *models.ActionTemplate)
SetBody adds the body to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) SetContext ¶
func (o *PostJourneyActiontemplatesParams) SetContext(ctx context.Context)
SetContext adds the context to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) SetDefaults ¶
func (o *PostJourneyActiontemplatesParams) SetDefaults()
SetDefaults hydrates default values in the post journey actiontemplates params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyActiontemplatesParams) SetHTTPClient ¶
func (o *PostJourneyActiontemplatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) SetTimeout ¶
func (o *PostJourneyActiontemplatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) WithBody ¶
func (o *PostJourneyActiontemplatesParams) WithBody(body *models.ActionTemplate) *PostJourneyActiontemplatesParams
WithBody adds the body to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) WithContext ¶
func (o *PostJourneyActiontemplatesParams) WithContext(ctx context.Context) *PostJourneyActiontemplatesParams
WithContext adds the context to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) WithDefaults ¶
func (o *PostJourneyActiontemplatesParams) WithDefaults() *PostJourneyActiontemplatesParams
WithDefaults hydrates default values in the post journey actiontemplates params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyActiontemplatesParams) WithHTTPClient ¶
func (o *PostJourneyActiontemplatesParams) WithHTTPClient(client *http.Client) *PostJourneyActiontemplatesParams
WithHTTPClient adds the HTTPClient to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) WithTimeout ¶
func (o *PostJourneyActiontemplatesParams) WithTimeout(timeout time.Duration) *PostJourneyActiontemplatesParams
WithTimeout adds the timeout to the post journey actiontemplates params
func (*PostJourneyActiontemplatesParams) WriteToRequest ¶
func (o *PostJourneyActiontemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJourneyActiontemplatesReader ¶
type PostJourneyActiontemplatesReader struct {
// contains filtered or unexported fields
}
PostJourneyActiontemplatesReader is a Reader for the PostJourneyActiontemplates structure.
func (*PostJourneyActiontemplatesReader) ReadResponse ¶
func (o *PostJourneyActiontemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJourneyActiontemplatesRequestEntityTooLarge ¶
PostJourneyActiontemplatesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostJourneyActiontemplatesRequestEntityTooLarge ¶
func NewPostJourneyActiontemplatesRequestEntityTooLarge() *PostJourneyActiontemplatesRequestEntityTooLarge
NewPostJourneyActiontemplatesRequestEntityTooLarge creates a PostJourneyActiontemplatesRequestEntityTooLarge with default headers values
func (*PostJourneyActiontemplatesRequestEntityTooLarge) Error ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) Error() string
func (*PostJourneyActiontemplatesRequestEntityTooLarge) GetPayload ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsClientError ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post journey actiontemplates request entity too large response has a 4xx status code
func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsCode ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates request entity too large response a status code equal to that given
func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsRedirect ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates request entity too large response has a 3xx status code
func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsServerError ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post journey actiontemplates request entity too large response has a 5xx status code
func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsSuccess ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates request entity too large response has a 2xx status code
func (*PostJourneyActiontemplatesRequestEntityTooLarge) String ¶
func (o *PostJourneyActiontemplatesRequestEntityTooLarge) String() string
type PostJourneyActiontemplatesRequestTimeout ¶
PostJourneyActiontemplatesRequestTimeout 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 NewPostJourneyActiontemplatesRequestTimeout ¶
func NewPostJourneyActiontemplatesRequestTimeout() *PostJourneyActiontemplatesRequestTimeout
NewPostJourneyActiontemplatesRequestTimeout creates a PostJourneyActiontemplatesRequestTimeout with default headers values
func (*PostJourneyActiontemplatesRequestTimeout) Error ¶
func (o *PostJourneyActiontemplatesRequestTimeout) Error() string
func (*PostJourneyActiontemplatesRequestTimeout) GetPayload ¶
func (o *PostJourneyActiontemplatesRequestTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesRequestTimeout) IsClientError ¶
func (o *PostJourneyActiontemplatesRequestTimeout) IsClientError() bool
IsClientError returns true when this post journey actiontemplates request timeout response has a 4xx status code
func (*PostJourneyActiontemplatesRequestTimeout) IsCode ¶
func (o *PostJourneyActiontemplatesRequestTimeout) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates request timeout response a status code equal to that given
func (*PostJourneyActiontemplatesRequestTimeout) IsRedirect ¶
func (o *PostJourneyActiontemplatesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates request timeout response has a 3xx status code
func (*PostJourneyActiontemplatesRequestTimeout) IsServerError ¶
func (o *PostJourneyActiontemplatesRequestTimeout) IsServerError() bool
IsServerError returns true when this post journey actiontemplates request timeout response has a 5xx status code
func (*PostJourneyActiontemplatesRequestTimeout) IsSuccess ¶
func (o *PostJourneyActiontemplatesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates request timeout response has a 2xx status code
func (*PostJourneyActiontemplatesRequestTimeout) String ¶
func (o *PostJourneyActiontemplatesRequestTimeout) String() string
type PostJourneyActiontemplatesServiceUnavailable ¶
type PostJourneyActiontemplatesServiceUnavailable struct {
}PostJourneyActiontemplatesServiceUnavailable 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 NewPostJourneyActiontemplatesServiceUnavailable ¶
func NewPostJourneyActiontemplatesServiceUnavailable() *PostJourneyActiontemplatesServiceUnavailable
NewPostJourneyActiontemplatesServiceUnavailable creates a PostJourneyActiontemplatesServiceUnavailable with default headers values
func (*PostJourneyActiontemplatesServiceUnavailable) Error ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) Error() string
func (*PostJourneyActiontemplatesServiceUnavailable) GetPayload ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesServiceUnavailable) IsClientError ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) IsClientError() bool
IsClientError returns true when this post journey actiontemplates service unavailable response has a 4xx status code
func (*PostJourneyActiontemplatesServiceUnavailable) IsCode ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates service unavailable response a status code equal to that given
func (*PostJourneyActiontemplatesServiceUnavailable) IsRedirect ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates service unavailable response has a 3xx status code
func (*PostJourneyActiontemplatesServiceUnavailable) IsServerError ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) IsServerError() bool
IsServerError returns true when this post journey actiontemplates service unavailable response has a 5xx status code
func (*PostJourneyActiontemplatesServiceUnavailable) IsSuccess ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates service unavailable response has a 2xx status code
func (*PostJourneyActiontemplatesServiceUnavailable) String ¶
func (o *PostJourneyActiontemplatesServiceUnavailable) String() string
type PostJourneyActiontemplatesTooManyRequests ¶
PostJourneyActiontemplatesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostJourneyActiontemplatesTooManyRequests ¶
func NewPostJourneyActiontemplatesTooManyRequests() *PostJourneyActiontemplatesTooManyRequests
NewPostJourneyActiontemplatesTooManyRequests creates a PostJourneyActiontemplatesTooManyRequests with default headers values
func (*PostJourneyActiontemplatesTooManyRequests) Error ¶
func (o *PostJourneyActiontemplatesTooManyRequests) Error() string
func (*PostJourneyActiontemplatesTooManyRequests) GetPayload ¶
func (o *PostJourneyActiontemplatesTooManyRequests) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesTooManyRequests) IsClientError ¶
func (o *PostJourneyActiontemplatesTooManyRequests) IsClientError() bool
IsClientError returns true when this post journey actiontemplates too many requests response has a 4xx status code
func (*PostJourneyActiontemplatesTooManyRequests) IsCode ¶
func (o *PostJourneyActiontemplatesTooManyRequests) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates too many requests response a status code equal to that given
func (*PostJourneyActiontemplatesTooManyRequests) IsRedirect ¶
func (o *PostJourneyActiontemplatesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates too many requests response has a 3xx status code
func (*PostJourneyActiontemplatesTooManyRequests) IsServerError ¶
func (o *PostJourneyActiontemplatesTooManyRequests) IsServerError() bool
IsServerError returns true when this post journey actiontemplates too many requests response has a 5xx status code
func (*PostJourneyActiontemplatesTooManyRequests) IsSuccess ¶
func (o *PostJourneyActiontemplatesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates too many requests response has a 2xx status code
func (*PostJourneyActiontemplatesTooManyRequests) String ¶
func (o *PostJourneyActiontemplatesTooManyRequests) String() string
type PostJourneyActiontemplatesUnauthorized ¶
type PostJourneyActiontemplatesUnauthorized struct {
}PostJourneyActiontemplatesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostJourneyActiontemplatesUnauthorized ¶
func NewPostJourneyActiontemplatesUnauthorized() *PostJourneyActiontemplatesUnauthorized
NewPostJourneyActiontemplatesUnauthorized creates a PostJourneyActiontemplatesUnauthorized with default headers values
func (*PostJourneyActiontemplatesUnauthorized) Error ¶
func (o *PostJourneyActiontemplatesUnauthorized) Error() string
func (*PostJourneyActiontemplatesUnauthorized) GetPayload ¶
func (o *PostJourneyActiontemplatesUnauthorized) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesUnauthorized) IsClientError ¶
func (o *PostJourneyActiontemplatesUnauthorized) IsClientError() bool
IsClientError returns true when this post journey actiontemplates unauthorized response has a 4xx status code
func (*PostJourneyActiontemplatesUnauthorized) IsCode ¶
func (o *PostJourneyActiontemplatesUnauthorized) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates unauthorized response a status code equal to that given
func (*PostJourneyActiontemplatesUnauthorized) IsRedirect ¶
func (o *PostJourneyActiontemplatesUnauthorized) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates unauthorized response has a 3xx status code
func (*PostJourneyActiontemplatesUnauthorized) IsServerError ¶
func (o *PostJourneyActiontemplatesUnauthorized) IsServerError() bool
IsServerError returns true when this post journey actiontemplates unauthorized response has a 5xx status code
func (*PostJourneyActiontemplatesUnauthorized) IsSuccess ¶
func (o *PostJourneyActiontemplatesUnauthorized) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates unauthorized response has a 2xx status code
func (*PostJourneyActiontemplatesUnauthorized) String ¶
func (o *PostJourneyActiontemplatesUnauthorized) String() string
type PostJourneyActiontemplatesUnsupportedMediaType ¶
PostJourneyActiontemplatesUnsupportedMediaType 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 NewPostJourneyActiontemplatesUnsupportedMediaType ¶
func NewPostJourneyActiontemplatesUnsupportedMediaType() *PostJourneyActiontemplatesUnsupportedMediaType
NewPostJourneyActiontemplatesUnsupportedMediaType creates a PostJourneyActiontemplatesUnsupportedMediaType with default headers values
func (*PostJourneyActiontemplatesUnsupportedMediaType) Error ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) Error() string
func (*PostJourneyActiontemplatesUnsupportedMediaType) GetPayload ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostJourneyActiontemplatesUnsupportedMediaType) IsClientError ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post journey actiontemplates unsupported media type response has a 4xx status code
func (*PostJourneyActiontemplatesUnsupportedMediaType) IsCode ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post journey actiontemplates unsupported media type response a status code equal to that given
func (*PostJourneyActiontemplatesUnsupportedMediaType) IsRedirect ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post journey actiontemplates unsupported media type response has a 3xx status code
func (*PostJourneyActiontemplatesUnsupportedMediaType) IsServerError ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post journey actiontemplates unsupported media type response has a 5xx status code
func (*PostJourneyActiontemplatesUnsupportedMediaType) IsSuccess ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post journey actiontemplates unsupported media type response has a 2xx status code
func (*PostJourneyActiontemplatesUnsupportedMediaType) String ¶
func (o *PostJourneyActiontemplatesUnsupportedMediaType) String() string
type PostJourneyOutcomesBadRequest ¶
PostJourneyOutcomesBadRequest 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 NewPostJourneyOutcomesBadRequest ¶
func NewPostJourneyOutcomesBadRequest() *PostJourneyOutcomesBadRequest
NewPostJourneyOutcomesBadRequest creates a PostJourneyOutcomesBadRequest with default headers values
func (*PostJourneyOutcomesBadRequest) Error ¶
func (o *PostJourneyOutcomesBadRequest) Error() string
func (*PostJourneyOutcomesBadRequest) GetPayload ¶
func (o *PostJourneyOutcomesBadRequest) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesBadRequest) IsClientError ¶
func (o *PostJourneyOutcomesBadRequest) IsClientError() bool
IsClientError returns true when this post journey outcomes bad request response has a 4xx status code
func (*PostJourneyOutcomesBadRequest) IsCode ¶
func (o *PostJourneyOutcomesBadRequest) IsCode(code int) bool
IsCode returns true when this post journey outcomes bad request response a status code equal to that given
func (*PostJourneyOutcomesBadRequest) IsRedirect ¶
func (o *PostJourneyOutcomesBadRequest) IsRedirect() bool
IsRedirect returns true when this post journey outcomes bad request response has a 3xx status code
func (*PostJourneyOutcomesBadRequest) IsServerError ¶
func (o *PostJourneyOutcomesBadRequest) IsServerError() bool
IsServerError returns true when this post journey outcomes bad request response has a 5xx status code
func (*PostJourneyOutcomesBadRequest) IsSuccess ¶
func (o *PostJourneyOutcomesBadRequest) IsSuccess() bool
IsSuccess returns true when this post journey outcomes bad request response has a 2xx status code
func (*PostJourneyOutcomesBadRequest) String ¶
func (o *PostJourneyOutcomesBadRequest) String() string
type PostJourneyOutcomesConflict ¶
PostJourneyOutcomesConflict describes a response with status code 409, with default header values.
Conflict
func NewPostJourneyOutcomesConflict ¶
func NewPostJourneyOutcomesConflict() *PostJourneyOutcomesConflict
NewPostJourneyOutcomesConflict creates a PostJourneyOutcomesConflict with default headers values
func (*PostJourneyOutcomesConflict) Error ¶
func (o *PostJourneyOutcomesConflict) Error() string
func (*PostJourneyOutcomesConflict) GetPayload ¶
func (o *PostJourneyOutcomesConflict) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesConflict) IsClientError ¶
func (o *PostJourneyOutcomesConflict) IsClientError() bool
IsClientError returns true when this post journey outcomes conflict response has a 4xx status code
func (*PostJourneyOutcomesConflict) IsCode ¶
func (o *PostJourneyOutcomesConflict) IsCode(code int) bool
IsCode returns true when this post journey outcomes conflict response a status code equal to that given
func (*PostJourneyOutcomesConflict) IsRedirect ¶
func (o *PostJourneyOutcomesConflict) IsRedirect() bool
IsRedirect returns true when this post journey outcomes conflict response has a 3xx status code
func (*PostJourneyOutcomesConflict) IsServerError ¶
func (o *PostJourneyOutcomesConflict) IsServerError() bool
IsServerError returns true when this post journey outcomes conflict response has a 5xx status code
func (*PostJourneyOutcomesConflict) IsSuccess ¶
func (o *PostJourneyOutcomesConflict) IsSuccess() bool
IsSuccess returns true when this post journey outcomes conflict response has a 2xx status code
func (*PostJourneyOutcomesConflict) String ¶
func (o *PostJourneyOutcomesConflict) String() string
type PostJourneyOutcomesCreated ¶
PostJourneyOutcomesCreated describes a response with status code 201, with default header values.
Outcome created.
func NewPostJourneyOutcomesCreated ¶
func NewPostJourneyOutcomesCreated() *PostJourneyOutcomesCreated
NewPostJourneyOutcomesCreated creates a PostJourneyOutcomesCreated with default headers values
func (*PostJourneyOutcomesCreated) Error ¶
func (o *PostJourneyOutcomesCreated) Error() string
func (*PostJourneyOutcomesCreated) GetPayload ¶
func (o *PostJourneyOutcomesCreated) GetPayload() *models.Outcome
func (*PostJourneyOutcomesCreated) IsClientError ¶
func (o *PostJourneyOutcomesCreated) IsClientError() bool
IsClientError returns true when this post journey outcomes created response has a 4xx status code
func (*PostJourneyOutcomesCreated) IsCode ¶
func (o *PostJourneyOutcomesCreated) IsCode(code int) bool
IsCode returns true when this post journey outcomes created response a status code equal to that given
func (*PostJourneyOutcomesCreated) IsRedirect ¶
func (o *PostJourneyOutcomesCreated) IsRedirect() bool
IsRedirect returns true when this post journey outcomes created response has a 3xx status code
func (*PostJourneyOutcomesCreated) IsServerError ¶
func (o *PostJourneyOutcomesCreated) IsServerError() bool
IsServerError returns true when this post journey outcomes created response has a 5xx status code
func (*PostJourneyOutcomesCreated) IsSuccess ¶
func (o *PostJourneyOutcomesCreated) IsSuccess() bool
IsSuccess returns true when this post journey outcomes created response has a 2xx status code
func (*PostJourneyOutcomesCreated) String ¶
func (o *PostJourneyOutcomesCreated) String() string
type PostJourneyOutcomesForbidden ¶
PostJourneyOutcomesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostJourneyOutcomesForbidden ¶
func NewPostJourneyOutcomesForbidden() *PostJourneyOutcomesForbidden
NewPostJourneyOutcomesForbidden creates a PostJourneyOutcomesForbidden with default headers values
func (*PostJourneyOutcomesForbidden) Error ¶
func (o *PostJourneyOutcomesForbidden) Error() string
func (*PostJourneyOutcomesForbidden) GetPayload ¶
func (o *PostJourneyOutcomesForbidden) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesForbidden) IsClientError ¶
func (o *PostJourneyOutcomesForbidden) IsClientError() bool
IsClientError returns true when this post journey outcomes forbidden response has a 4xx status code
func (*PostJourneyOutcomesForbidden) IsCode ¶
func (o *PostJourneyOutcomesForbidden) IsCode(code int) bool
IsCode returns true when this post journey outcomes forbidden response a status code equal to that given
func (*PostJourneyOutcomesForbidden) IsRedirect ¶
func (o *PostJourneyOutcomesForbidden) IsRedirect() bool
IsRedirect returns true when this post journey outcomes forbidden response has a 3xx status code
func (*PostJourneyOutcomesForbidden) IsServerError ¶
func (o *PostJourneyOutcomesForbidden) IsServerError() bool
IsServerError returns true when this post journey outcomes forbidden response has a 5xx status code
func (*PostJourneyOutcomesForbidden) IsSuccess ¶
func (o *PostJourneyOutcomesForbidden) IsSuccess() bool
IsSuccess returns true when this post journey outcomes forbidden response has a 2xx status code
func (*PostJourneyOutcomesForbidden) String ¶
func (o *PostJourneyOutcomesForbidden) String() string
type PostJourneyOutcomesGatewayTimeout ¶
PostJourneyOutcomesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostJourneyOutcomesGatewayTimeout ¶
func NewPostJourneyOutcomesGatewayTimeout() *PostJourneyOutcomesGatewayTimeout
NewPostJourneyOutcomesGatewayTimeout creates a PostJourneyOutcomesGatewayTimeout with default headers values
func (*PostJourneyOutcomesGatewayTimeout) Error ¶
func (o *PostJourneyOutcomesGatewayTimeout) Error() string
func (*PostJourneyOutcomesGatewayTimeout) GetPayload ¶
func (o *PostJourneyOutcomesGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesGatewayTimeout) IsClientError ¶
func (o *PostJourneyOutcomesGatewayTimeout) IsClientError() bool
IsClientError returns true when this post journey outcomes gateway timeout response has a 4xx status code
func (*PostJourneyOutcomesGatewayTimeout) IsCode ¶
func (o *PostJourneyOutcomesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post journey outcomes gateway timeout response a status code equal to that given
func (*PostJourneyOutcomesGatewayTimeout) IsRedirect ¶
func (o *PostJourneyOutcomesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post journey outcomes gateway timeout response has a 3xx status code
func (*PostJourneyOutcomesGatewayTimeout) IsServerError ¶
func (o *PostJourneyOutcomesGatewayTimeout) IsServerError() bool
IsServerError returns true when this post journey outcomes gateway timeout response has a 5xx status code
func (*PostJourneyOutcomesGatewayTimeout) IsSuccess ¶
func (o *PostJourneyOutcomesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post journey outcomes gateway timeout response has a 2xx status code
func (*PostJourneyOutcomesGatewayTimeout) String ¶
func (o *PostJourneyOutcomesGatewayTimeout) String() string
type PostJourneyOutcomesInternalServerError ¶
PostJourneyOutcomesInternalServerError 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 NewPostJourneyOutcomesInternalServerError ¶
func NewPostJourneyOutcomesInternalServerError() *PostJourneyOutcomesInternalServerError
NewPostJourneyOutcomesInternalServerError creates a PostJourneyOutcomesInternalServerError with default headers values
func (*PostJourneyOutcomesInternalServerError) Error ¶
func (o *PostJourneyOutcomesInternalServerError) Error() string
func (*PostJourneyOutcomesInternalServerError) GetPayload ¶
func (o *PostJourneyOutcomesInternalServerError) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesInternalServerError) IsClientError ¶
func (o *PostJourneyOutcomesInternalServerError) IsClientError() bool
IsClientError returns true when this post journey outcomes internal server error response has a 4xx status code
func (*PostJourneyOutcomesInternalServerError) IsCode ¶
func (o *PostJourneyOutcomesInternalServerError) IsCode(code int) bool
IsCode returns true when this post journey outcomes internal server error response a status code equal to that given
func (*PostJourneyOutcomesInternalServerError) IsRedirect ¶
func (o *PostJourneyOutcomesInternalServerError) IsRedirect() bool
IsRedirect returns true when this post journey outcomes internal server error response has a 3xx status code
func (*PostJourneyOutcomesInternalServerError) IsServerError ¶
func (o *PostJourneyOutcomesInternalServerError) IsServerError() bool
IsServerError returns true when this post journey outcomes internal server error response has a 5xx status code
func (*PostJourneyOutcomesInternalServerError) IsSuccess ¶
func (o *PostJourneyOutcomesInternalServerError) IsSuccess() bool
IsSuccess returns true when this post journey outcomes internal server error response has a 2xx status code
func (*PostJourneyOutcomesInternalServerError) String ¶
func (o *PostJourneyOutcomesInternalServerError) String() string
type PostJourneyOutcomesNotFound ¶
PostJourneyOutcomesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostJourneyOutcomesNotFound ¶
func NewPostJourneyOutcomesNotFound() *PostJourneyOutcomesNotFound
NewPostJourneyOutcomesNotFound creates a PostJourneyOutcomesNotFound with default headers values
func (*PostJourneyOutcomesNotFound) Error ¶
func (o *PostJourneyOutcomesNotFound) Error() string
func (*PostJourneyOutcomesNotFound) GetPayload ¶
func (o *PostJourneyOutcomesNotFound) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesNotFound) IsClientError ¶
func (o *PostJourneyOutcomesNotFound) IsClientError() bool
IsClientError returns true when this post journey outcomes not found response has a 4xx status code
func (*PostJourneyOutcomesNotFound) IsCode ¶
func (o *PostJourneyOutcomesNotFound) IsCode(code int) bool
IsCode returns true when this post journey outcomes not found response a status code equal to that given
func (*PostJourneyOutcomesNotFound) IsRedirect ¶
func (o *PostJourneyOutcomesNotFound) IsRedirect() bool
IsRedirect returns true when this post journey outcomes not found response has a 3xx status code
func (*PostJourneyOutcomesNotFound) IsServerError ¶
func (o *PostJourneyOutcomesNotFound) IsServerError() bool
IsServerError returns true when this post journey outcomes not found response has a 5xx status code
func (*PostJourneyOutcomesNotFound) IsSuccess ¶
func (o *PostJourneyOutcomesNotFound) IsSuccess() bool
IsSuccess returns true when this post journey outcomes not found response has a 2xx status code
func (*PostJourneyOutcomesNotFound) String ¶
func (o *PostJourneyOutcomesNotFound) String() string
type PostJourneyOutcomesOK ¶
PostJourneyOutcomesOK describes a response with status code 200, with default header values.
successful operation
func NewPostJourneyOutcomesOK ¶
func NewPostJourneyOutcomesOK() *PostJourneyOutcomesOK
NewPostJourneyOutcomesOK creates a PostJourneyOutcomesOK with default headers values
func (*PostJourneyOutcomesOK) Error ¶
func (o *PostJourneyOutcomesOK) Error() string
func (*PostJourneyOutcomesOK) GetPayload ¶
func (o *PostJourneyOutcomesOK) GetPayload() *models.Outcome
func (*PostJourneyOutcomesOK) IsClientError ¶
func (o *PostJourneyOutcomesOK) IsClientError() bool
IsClientError returns true when this post journey outcomes o k response has a 4xx status code
func (*PostJourneyOutcomesOK) IsCode ¶
func (o *PostJourneyOutcomesOK) IsCode(code int) bool
IsCode returns true when this post journey outcomes o k response a status code equal to that given
func (*PostJourneyOutcomesOK) IsRedirect ¶
func (o *PostJourneyOutcomesOK) IsRedirect() bool
IsRedirect returns true when this post journey outcomes o k response has a 3xx status code
func (*PostJourneyOutcomesOK) IsServerError ¶
func (o *PostJourneyOutcomesOK) IsServerError() bool
IsServerError returns true when this post journey outcomes o k response has a 5xx status code
func (*PostJourneyOutcomesOK) IsSuccess ¶
func (o *PostJourneyOutcomesOK) IsSuccess() bool
IsSuccess returns true when this post journey outcomes o k response has a 2xx status code
func (*PostJourneyOutcomesOK) String ¶
func (o *PostJourneyOutcomesOK) String() string
type PostJourneyOutcomesParams ¶
type PostJourneyOutcomesParams struct { // Body. Body *models.Outcome Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJourneyOutcomesParams contains all the parameters to send to the API endpoint
for the post journey outcomes operation. Typically these are written to a http.Request.
func NewPostJourneyOutcomesParams ¶
func NewPostJourneyOutcomesParams() *PostJourneyOutcomesParams
NewPostJourneyOutcomesParams creates a new PostJourneyOutcomesParams 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 NewPostJourneyOutcomesParamsWithContext ¶
func NewPostJourneyOutcomesParamsWithContext(ctx context.Context) *PostJourneyOutcomesParams
NewPostJourneyOutcomesParamsWithContext creates a new PostJourneyOutcomesParams object with the ability to set a context for a request.
func NewPostJourneyOutcomesParamsWithHTTPClient ¶
func NewPostJourneyOutcomesParamsWithHTTPClient(client *http.Client) *PostJourneyOutcomesParams
NewPostJourneyOutcomesParamsWithHTTPClient creates a new PostJourneyOutcomesParams object with the ability to set a custom HTTPClient for a request.
func NewPostJourneyOutcomesParamsWithTimeout ¶
func NewPostJourneyOutcomesParamsWithTimeout(timeout time.Duration) *PostJourneyOutcomesParams
NewPostJourneyOutcomesParamsWithTimeout creates a new PostJourneyOutcomesParams object with the ability to set a timeout on a request.
func (*PostJourneyOutcomesParams) SetBody ¶
func (o *PostJourneyOutcomesParams) SetBody(body *models.Outcome)
SetBody adds the body to the post journey outcomes params
func (*PostJourneyOutcomesParams) SetContext ¶
func (o *PostJourneyOutcomesParams) SetContext(ctx context.Context)
SetContext adds the context to the post journey outcomes params
func (*PostJourneyOutcomesParams) SetDefaults ¶
func (o *PostJourneyOutcomesParams) SetDefaults()
SetDefaults hydrates default values in the post journey outcomes params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyOutcomesParams) SetHTTPClient ¶
func (o *PostJourneyOutcomesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post journey outcomes params
func (*PostJourneyOutcomesParams) SetTimeout ¶
func (o *PostJourneyOutcomesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post journey outcomes params
func (*PostJourneyOutcomesParams) WithBody ¶
func (o *PostJourneyOutcomesParams) WithBody(body *models.Outcome) *PostJourneyOutcomesParams
WithBody adds the body to the post journey outcomes params
func (*PostJourneyOutcomesParams) WithContext ¶
func (o *PostJourneyOutcomesParams) WithContext(ctx context.Context) *PostJourneyOutcomesParams
WithContext adds the context to the post journey outcomes params
func (*PostJourneyOutcomesParams) WithDefaults ¶
func (o *PostJourneyOutcomesParams) WithDefaults() *PostJourneyOutcomesParams
WithDefaults hydrates default values in the post journey outcomes params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyOutcomesParams) WithHTTPClient ¶
func (o *PostJourneyOutcomesParams) WithHTTPClient(client *http.Client) *PostJourneyOutcomesParams
WithHTTPClient adds the HTTPClient to the post journey outcomes params
func (*PostJourneyOutcomesParams) WithTimeout ¶
func (o *PostJourneyOutcomesParams) WithTimeout(timeout time.Duration) *PostJourneyOutcomesParams
WithTimeout adds the timeout to the post journey outcomes params
func (*PostJourneyOutcomesParams) WriteToRequest ¶
func (o *PostJourneyOutcomesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJourneyOutcomesPredictorsBadRequest ¶
PostJourneyOutcomesPredictorsBadRequest 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 NewPostJourneyOutcomesPredictorsBadRequest ¶
func NewPostJourneyOutcomesPredictorsBadRequest() *PostJourneyOutcomesPredictorsBadRequest
NewPostJourneyOutcomesPredictorsBadRequest creates a PostJourneyOutcomesPredictorsBadRequest with default headers values
func (*PostJourneyOutcomesPredictorsBadRequest) Error ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) Error() string
func (*PostJourneyOutcomesPredictorsBadRequest) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsBadRequest) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors bad request response has a 4xx status code
func (*PostJourneyOutcomesPredictorsBadRequest) IsCode ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors bad request response a status code equal to that given
func (*PostJourneyOutcomesPredictorsBadRequest) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors bad request response has a 3xx status code
func (*PostJourneyOutcomesPredictorsBadRequest) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors bad request response has a 5xx status code
func (*PostJourneyOutcomesPredictorsBadRequest) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors bad request response has a 2xx status code
func (*PostJourneyOutcomesPredictorsBadRequest) String ¶
func (o *PostJourneyOutcomesPredictorsBadRequest) String() string
type PostJourneyOutcomesPredictorsConflict ¶
PostJourneyOutcomesPredictorsConflict describes a response with status code 409, with default header values.
Conflict
func NewPostJourneyOutcomesPredictorsConflict ¶
func NewPostJourneyOutcomesPredictorsConflict() *PostJourneyOutcomesPredictorsConflict
NewPostJourneyOutcomesPredictorsConflict creates a PostJourneyOutcomesPredictorsConflict with default headers values
func (*PostJourneyOutcomesPredictorsConflict) Error ¶
func (o *PostJourneyOutcomesPredictorsConflict) Error() string
func (*PostJourneyOutcomesPredictorsConflict) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsConflict) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsConflict) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsConflict) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors conflict response has a 4xx status code
func (*PostJourneyOutcomesPredictorsConflict) IsCode ¶
func (o *PostJourneyOutcomesPredictorsConflict) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors conflict response a status code equal to that given
func (*PostJourneyOutcomesPredictorsConflict) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsConflict) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors conflict response has a 3xx status code
func (*PostJourneyOutcomesPredictorsConflict) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsConflict) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors conflict response has a 5xx status code
func (*PostJourneyOutcomesPredictorsConflict) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsConflict) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors conflict response has a 2xx status code
func (*PostJourneyOutcomesPredictorsConflict) String ¶
func (o *PostJourneyOutcomesPredictorsConflict) String() string
type PostJourneyOutcomesPredictorsCreated ¶
type PostJourneyOutcomesPredictorsCreated struct {
Payload *models.OutcomePredictor
}
PostJourneyOutcomesPredictorsCreated describes a response with status code 201, with default header values.
Predictor created.
func NewPostJourneyOutcomesPredictorsCreated ¶
func NewPostJourneyOutcomesPredictorsCreated() *PostJourneyOutcomesPredictorsCreated
NewPostJourneyOutcomesPredictorsCreated creates a PostJourneyOutcomesPredictorsCreated with default headers values
func (*PostJourneyOutcomesPredictorsCreated) Error ¶
func (o *PostJourneyOutcomesPredictorsCreated) Error() string
func (*PostJourneyOutcomesPredictorsCreated) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsCreated) GetPayload() *models.OutcomePredictor
func (*PostJourneyOutcomesPredictorsCreated) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsCreated) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors created response has a 4xx status code
func (*PostJourneyOutcomesPredictorsCreated) IsCode ¶
func (o *PostJourneyOutcomesPredictorsCreated) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors created response a status code equal to that given
func (*PostJourneyOutcomesPredictorsCreated) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsCreated) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors created response has a 3xx status code
func (*PostJourneyOutcomesPredictorsCreated) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsCreated) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors created response has a 5xx status code
func (*PostJourneyOutcomesPredictorsCreated) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsCreated) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors created response has a 2xx status code
func (*PostJourneyOutcomesPredictorsCreated) String ¶
func (o *PostJourneyOutcomesPredictorsCreated) String() string
type PostJourneyOutcomesPredictorsForbidden ¶
PostJourneyOutcomesPredictorsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostJourneyOutcomesPredictorsForbidden ¶
func NewPostJourneyOutcomesPredictorsForbidden() *PostJourneyOutcomesPredictorsForbidden
NewPostJourneyOutcomesPredictorsForbidden creates a PostJourneyOutcomesPredictorsForbidden with default headers values
func (*PostJourneyOutcomesPredictorsForbidden) Error ¶
func (o *PostJourneyOutcomesPredictorsForbidden) Error() string
func (*PostJourneyOutcomesPredictorsForbidden) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsForbidden) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsForbidden) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsForbidden) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors forbidden response has a 4xx status code
func (*PostJourneyOutcomesPredictorsForbidden) IsCode ¶
func (o *PostJourneyOutcomesPredictorsForbidden) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors forbidden response a status code equal to that given
func (*PostJourneyOutcomesPredictorsForbidden) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsForbidden) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors forbidden response has a 3xx status code
func (*PostJourneyOutcomesPredictorsForbidden) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsForbidden) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors forbidden response has a 5xx status code
func (*PostJourneyOutcomesPredictorsForbidden) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsForbidden) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors forbidden response has a 2xx status code
func (*PostJourneyOutcomesPredictorsForbidden) String ¶
func (o *PostJourneyOutcomesPredictorsForbidden) String() string
type PostJourneyOutcomesPredictorsGatewayTimeout ¶
PostJourneyOutcomesPredictorsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostJourneyOutcomesPredictorsGatewayTimeout ¶
func NewPostJourneyOutcomesPredictorsGatewayTimeout() *PostJourneyOutcomesPredictorsGatewayTimeout
NewPostJourneyOutcomesPredictorsGatewayTimeout creates a PostJourneyOutcomesPredictorsGatewayTimeout with default headers values
func (*PostJourneyOutcomesPredictorsGatewayTimeout) Error ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) Error() string
func (*PostJourneyOutcomesPredictorsGatewayTimeout) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors gateway timeout response has a 4xx status code
func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsCode ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors gateway timeout response a status code equal to that given
func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors gateway timeout response has a 3xx status code
func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors gateway timeout response has a 5xx status code
func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors gateway timeout response has a 2xx status code
func (*PostJourneyOutcomesPredictorsGatewayTimeout) String ¶
func (o *PostJourneyOutcomesPredictorsGatewayTimeout) String() string
type PostJourneyOutcomesPredictorsInternalServerError ¶
PostJourneyOutcomesPredictorsInternalServerError 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 NewPostJourneyOutcomesPredictorsInternalServerError ¶
func NewPostJourneyOutcomesPredictorsInternalServerError() *PostJourneyOutcomesPredictorsInternalServerError
NewPostJourneyOutcomesPredictorsInternalServerError creates a PostJourneyOutcomesPredictorsInternalServerError with default headers values
func (*PostJourneyOutcomesPredictorsInternalServerError) Error ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) Error() string
func (*PostJourneyOutcomesPredictorsInternalServerError) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsInternalServerError) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors internal server error response has a 4xx status code
func (*PostJourneyOutcomesPredictorsInternalServerError) IsCode ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors internal server error response a status code equal to that given
func (*PostJourneyOutcomesPredictorsInternalServerError) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors internal server error response has a 3xx status code
func (*PostJourneyOutcomesPredictorsInternalServerError) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors internal server error response has a 5xx status code
func (*PostJourneyOutcomesPredictorsInternalServerError) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors internal server error response has a 2xx status code
func (*PostJourneyOutcomesPredictorsInternalServerError) String ¶
func (o *PostJourneyOutcomesPredictorsInternalServerError) String() string
type PostJourneyOutcomesPredictorsNotFound ¶
PostJourneyOutcomesPredictorsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostJourneyOutcomesPredictorsNotFound ¶
func NewPostJourneyOutcomesPredictorsNotFound() *PostJourneyOutcomesPredictorsNotFound
NewPostJourneyOutcomesPredictorsNotFound creates a PostJourneyOutcomesPredictorsNotFound with default headers values
func (*PostJourneyOutcomesPredictorsNotFound) Error ¶
func (o *PostJourneyOutcomesPredictorsNotFound) Error() string
func (*PostJourneyOutcomesPredictorsNotFound) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsNotFound) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsNotFound) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsNotFound) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors not found response has a 4xx status code
func (*PostJourneyOutcomesPredictorsNotFound) IsCode ¶
func (o *PostJourneyOutcomesPredictorsNotFound) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors not found response a status code equal to that given
func (*PostJourneyOutcomesPredictorsNotFound) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsNotFound) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors not found response has a 3xx status code
func (*PostJourneyOutcomesPredictorsNotFound) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsNotFound) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors not found response has a 5xx status code
func (*PostJourneyOutcomesPredictorsNotFound) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsNotFound) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors not found response has a 2xx status code
func (*PostJourneyOutcomesPredictorsNotFound) String ¶
func (o *PostJourneyOutcomesPredictorsNotFound) String() string
type PostJourneyOutcomesPredictorsOK ¶
type PostJourneyOutcomesPredictorsOK struct {
Payload *models.OutcomePredictor
}
PostJourneyOutcomesPredictorsOK describes a response with status code 200, with default header values.
successful operation
func NewPostJourneyOutcomesPredictorsOK ¶
func NewPostJourneyOutcomesPredictorsOK() *PostJourneyOutcomesPredictorsOK
NewPostJourneyOutcomesPredictorsOK creates a PostJourneyOutcomesPredictorsOK with default headers values
func (*PostJourneyOutcomesPredictorsOK) Error ¶
func (o *PostJourneyOutcomesPredictorsOK) Error() string
func (*PostJourneyOutcomesPredictorsOK) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsOK) GetPayload() *models.OutcomePredictor
func (*PostJourneyOutcomesPredictorsOK) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsOK) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors o k response has a 4xx status code
func (*PostJourneyOutcomesPredictorsOK) IsCode ¶
func (o *PostJourneyOutcomesPredictorsOK) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors o k response a status code equal to that given
func (*PostJourneyOutcomesPredictorsOK) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsOK) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors o k response has a 3xx status code
func (*PostJourneyOutcomesPredictorsOK) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsOK) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors o k response has a 5xx status code
func (*PostJourneyOutcomesPredictorsOK) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsOK) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors o k response has a 2xx status code
func (*PostJourneyOutcomesPredictorsOK) String ¶
func (o *PostJourneyOutcomesPredictorsOK) String() string
type PostJourneyOutcomesPredictorsParams ¶
type PostJourneyOutcomesPredictorsParams struct { // Body. Body *models.OutcomePredictorRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJourneyOutcomesPredictorsParams contains all the parameters to send to the API endpoint
for the post journey outcomes predictors operation. Typically these are written to a http.Request.
func NewPostJourneyOutcomesPredictorsParams ¶
func NewPostJourneyOutcomesPredictorsParams() *PostJourneyOutcomesPredictorsParams
NewPostJourneyOutcomesPredictorsParams creates a new PostJourneyOutcomesPredictorsParams 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 NewPostJourneyOutcomesPredictorsParamsWithContext ¶
func NewPostJourneyOutcomesPredictorsParamsWithContext(ctx context.Context) *PostJourneyOutcomesPredictorsParams
NewPostJourneyOutcomesPredictorsParamsWithContext creates a new PostJourneyOutcomesPredictorsParams object with the ability to set a context for a request.
func NewPostJourneyOutcomesPredictorsParamsWithHTTPClient ¶
func NewPostJourneyOutcomesPredictorsParamsWithHTTPClient(client *http.Client) *PostJourneyOutcomesPredictorsParams
NewPostJourneyOutcomesPredictorsParamsWithHTTPClient creates a new PostJourneyOutcomesPredictorsParams object with the ability to set a custom HTTPClient for a request.
func NewPostJourneyOutcomesPredictorsParamsWithTimeout ¶
func NewPostJourneyOutcomesPredictorsParamsWithTimeout(timeout time.Duration) *PostJourneyOutcomesPredictorsParams
NewPostJourneyOutcomesPredictorsParamsWithTimeout creates a new PostJourneyOutcomesPredictorsParams object with the ability to set a timeout on a request.
func (*PostJourneyOutcomesPredictorsParams) SetBody ¶
func (o *PostJourneyOutcomesPredictorsParams) SetBody(body *models.OutcomePredictorRequest)
SetBody adds the body to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) SetContext ¶
func (o *PostJourneyOutcomesPredictorsParams) SetContext(ctx context.Context)
SetContext adds the context to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) SetDefaults ¶
func (o *PostJourneyOutcomesPredictorsParams) SetDefaults()
SetDefaults hydrates default values in the post journey outcomes predictors params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyOutcomesPredictorsParams) SetHTTPClient ¶
func (o *PostJourneyOutcomesPredictorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) SetTimeout ¶
func (o *PostJourneyOutcomesPredictorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) WithBody ¶
func (o *PostJourneyOutcomesPredictorsParams) WithBody(body *models.OutcomePredictorRequest) *PostJourneyOutcomesPredictorsParams
WithBody adds the body to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) WithContext ¶
func (o *PostJourneyOutcomesPredictorsParams) WithContext(ctx context.Context) *PostJourneyOutcomesPredictorsParams
WithContext adds the context to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) WithDefaults ¶
func (o *PostJourneyOutcomesPredictorsParams) WithDefaults() *PostJourneyOutcomesPredictorsParams
WithDefaults hydrates default values in the post journey outcomes predictors params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneyOutcomesPredictorsParams) WithHTTPClient ¶
func (o *PostJourneyOutcomesPredictorsParams) WithHTTPClient(client *http.Client) *PostJourneyOutcomesPredictorsParams
WithHTTPClient adds the HTTPClient to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) WithTimeout ¶
func (o *PostJourneyOutcomesPredictorsParams) WithTimeout(timeout time.Duration) *PostJourneyOutcomesPredictorsParams
WithTimeout adds the timeout to the post journey outcomes predictors params
func (*PostJourneyOutcomesPredictorsParams) WriteToRequest ¶
func (o *PostJourneyOutcomesPredictorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJourneyOutcomesPredictorsReader ¶
type PostJourneyOutcomesPredictorsReader struct {
// contains filtered or unexported fields
}
PostJourneyOutcomesPredictorsReader is a Reader for the PostJourneyOutcomesPredictors structure.
func (*PostJourneyOutcomesPredictorsReader) ReadResponse ¶
func (o *PostJourneyOutcomesPredictorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJourneyOutcomesPredictorsRequestEntityTooLarge ¶
PostJourneyOutcomesPredictorsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostJourneyOutcomesPredictorsRequestEntityTooLarge ¶
func NewPostJourneyOutcomesPredictorsRequestEntityTooLarge() *PostJourneyOutcomesPredictorsRequestEntityTooLarge
NewPostJourneyOutcomesPredictorsRequestEntityTooLarge creates a PostJourneyOutcomesPredictorsRequestEntityTooLarge with default headers values
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) Error ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) Error() string
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors request entity too large response has a 4xx status code
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors request entity too large response a status code equal to that given
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors request entity too large response has a 3xx status code
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors request entity too large response has a 5xx status code
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors request entity too large response has a 2xx status code
func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) String ¶
func (o *PostJourneyOutcomesPredictorsRequestEntityTooLarge) String() string
type PostJourneyOutcomesPredictorsRequestTimeout ¶
PostJourneyOutcomesPredictorsRequestTimeout 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 NewPostJourneyOutcomesPredictorsRequestTimeout ¶
func NewPostJourneyOutcomesPredictorsRequestTimeout() *PostJourneyOutcomesPredictorsRequestTimeout
NewPostJourneyOutcomesPredictorsRequestTimeout creates a PostJourneyOutcomesPredictorsRequestTimeout with default headers values
func (*PostJourneyOutcomesPredictorsRequestTimeout) Error ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) Error() string
func (*PostJourneyOutcomesPredictorsRequestTimeout) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsRequestTimeout) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors request timeout response has a 4xx status code
func (*PostJourneyOutcomesPredictorsRequestTimeout) IsCode ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors request timeout response a status code equal to that given
func (*PostJourneyOutcomesPredictorsRequestTimeout) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors request timeout response has a 3xx status code
func (*PostJourneyOutcomesPredictorsRequestTimeout) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors request timeout response has a 5xx status code
func (*PostJourneyOutcomesPredictorsRequestTimeout) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors request timeout response has a 2xx status code
func (*PostJourneyOutcomesPredictorsRequestTimeout) String ¶
func (o *PostJourneyOutcomesPredictorsRequestTimeout) String() string
type PostJourneyOutcomesPredictorsServiceUnavailable ¶
type PostJourneyOutcomesPredictorsServiceUnavailable struct {
}PostJourneyOutcomesPredictorsServiceUnavailable 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 NewPostJourneyOutcomesPredictorsServiceUnavailable ¶
func NewPostJourneyOutcomesPredictorsServiceUnavailable() *PostJourneyOutcomesPredictorsServiceUnavailable
NewPostJourneyOutcomesPredictorsServiceUnavailable creates a PostJourneyOutcomesPredictorsServiceUnavailable with default headers values
func (*PostJourneyOutcomesPredictorsServiceUnavailable) Error ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) Error() string
func (*PostJourneyOutcomesPredictorsServiceUnavailable) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors service unavailable response has a 4xx status code
func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsCode ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors service unavailable response a status code equal to that given
func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors service unavailable response has a 3xx status code
func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors service unavailable response has a 5xx status code
func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors service unavailable response has a 2xx status code
func (*PostJourneyOutcomesPredictorsServiceUnavailable) String ¶
func (o *PostJourneyOutcomesPredictorsServiceUnavailable) String() string
type PostJourneyOutcomesPredictorsTooManyRequests ¶
PostJourneyOutcomesPredictorsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostJourneyOutcomesPredictorsTooManyRequests ¶
func NewPostJourneyOutcomesPredictorsTooManyRequests() *PostJourneyOutcomesPredictorsTooManyRequests
NewPostJourneyOutcomesPredictorsTooManyRequests creates a PostJourneyOutcomesPredictorsTooManyRequests with default headers values
func (*PostJourneyOutcomesPredictorsTooManyRequests) Error ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) Error() string
func (*PostJourneyOutcomesPredictorsTooManyRequests) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsTooManyRequests) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors too many requests response has a 4xx status code
func (*PostJourneyOutcomesPredictorsTooManyRequests) IsCode ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors too many requests response a status code equal to that given
func (*PostJourneyOutcomesPredictorsTooManyRequests) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors too many requests response has a 3xx status code
func (*PostJourneyOutcomesPredictorsTooManyRequests) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors too many requests response has a 5xx status code
func (*PostJourneyOutcomesPredictorsTooManyRequests) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors too many requests response has a 2xx status code
func (*PostJourneyOutcomesPredictorsTooManyRequests) String ¶
func (o *PostJourneyOutcomesPredictorsTooManyRequests) String() string
type PostJourneyOutcomesPredictorsUnauthorized ¶
type PostJourneyOutcomesPredictorsUnauthorized struct {
}PostJourneyOutcomesPredictorsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostJourneyOutcomesPredictorsUnauthorized ¶
func NewPostJourneyOutcomesPredictorsUnauthorized() *PostJourneyOutcomesPredictorsUnauthorized
NewPostJourneyOutcomesPredictorsUnauthorized creates a PostJourneyOutcomesPredictorsUnauthorized with default headers values
func (*PostJourneyOutcomesPredictorsUnauthorized) Error ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) Error() string
func (*PostJourneyOutcomesPredictorsUnauthorized) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsUnauthorized) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors unauthorized response has a 4xx status code
func (*PostJourneyOutcomesPredictorsUnauthorized) IsCode ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors unauthorized response a status code equal to that given
func (*PostJourneyOutcomesPredictorsUnauthorized) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors unauthorized response has a 3xx status code
func (*PostJourneyOutcomesPredictorsUnauthorized) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors unauthorized response has a 5xx status code
func (*PostJourneyOutcomesPredictorsUnauthorized) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors unauthorized response has a 2xx status code
func (*PostJourneyOutcomesPredictorsUnauthorized) String ¶
func (o *PostJourneyOutcomesPredictorsUnauthorized) String() string
type PostJourneyOutcomesPredictorsUnsupportedMediaType ¶
PostJourneyOutcomesPredictorsUnsupportedMediaType 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 NewPostJourneyOutcomesPredictorsUnsupportedMediaType ¶
func NewPostJourneyOutcomesPredictorsUnsupportedMediaType() *PostJourneyOutcomesPredictorsUnsupportedMediaType
NewPostJourneyOutcomesPredictorsUnsupportedMediaType creates a PostJourneyOutcomesPredictorsUnsupportedMediaType with default headers values
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) Error ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) Error() string
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post journey outcomes predictors unsupported media type response has a 4xx status code
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsCode ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post journey outcomes predictors unsupported media type response a status code equal to that given
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post journey outcomes predictors unsupported media type response has a 3xx status code
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post journey outcomes predictors unsupported media type response has a 5xx status code
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post journey outcomes predictors unsupported media type response has a 2xx status code
func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) String ¶
func (o *PostJourneyOutcomesPredictorsUnsupportedMediaType) String() string
type PostJourneyOutcomesReader ¶
type PostJourneyOutcomesReader struct {
// contains filtered or unexported fields
}
PostJourneyOutcomesReader is a Reader for the PostJourneyOutcomes structure.
func (*PostJourneyOutcomesReader) ReadResponse ¶
func (o *PostJourneyOutcomesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJourneyOutcomesRequestEntityTooLarge ¶
PostJourneyOutcomesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostJourneyOutcomesRequestEntityTooLarge ¶
func NewPostJourneyOutcomesRequestEntityTooLarge() *PostJourneyOutcomesRequestEntityTooLarge
NewPostJourneyOutcomesRequestEntityTooLarge creates a PostJourneyOutcomesRequestEntityTooLarge with default headers values
func (*PostJourneyOutcomesRequestEntityTooLarge) Error ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) Error() string
func (*PostJourneyOutcomesRequestEntityTooLarge) GetPayload ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesRequestEntityTooLarge) IsClientError ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post journey outcomes request entity too large response has a 4xx status code
func (*PostJourneyOutcomesRequestEntityTooLarge) IsCode ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post journey outcomes request entity too large response a status code equal to that given
func (*PostJourneyOutcomesRequestEntityTooLarge) IsRedirect ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post journey outcomes request entity too large response has a 3xx status code
func (*PostJourneyOutcomesRequestEntityTooLarge) IsServerError ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post journey outcomes request entity too large response has a 5xx status code
func (*PostJourneyOutcomesRequestEntityTooLarge) IsSuccess ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post journey outcomes request entity too large response has a 2xx status code
func (*PostJourneyOutcomesRequestEntityTooLarge) String ¶
func (o *PostJourneyOutcomesRequestEntityTooLarge) String() string
type PostJourneyOutcomesRequestTimeout ¶
PostJourneyOutcomesRequestTimeout 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 NewPostJourneyOutcomesRequestTimeout ¶
func NewPostJourneyOutcomesRequestTimeout() *PostJourneyOutcomesRequestTimeout
NewPostJourneyOutcomesRequestTimeout creates a PostJourneyOutcomesRequestTimeout with default headers values
func (*PostJourneyOutcomesRequestTimeout) Error ¶
func (o *PostJourneyOutcomesRequestTimeout) Error() string
func (*PostJourneyOutcomesRequestTimeout) GetPayload ¶
func (o *PostJourneyOutcomesRequestTimeout) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesRequestTimeout) IsClientError ¶
func (o *PostJourneyOutcomesRequestTimeout) IsClientError() bool
IsClientError returns true when this post journey outcomes request timeout response has a 4xx status code
func (*PostJourneyOutcomesRequestTimeout) IsCode ¶
func (o *PostJourneyOutcomesRequestTimeout) IsCode(code int) bool
IsCode returns true when this post journey outcomes request timeout response a status code equal to that given
func (*PostJourneyOutcomesRequestTimeout) IsRedirect ¶
func (o *PostJourneyOutcomesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post journey outcomes request timeout response has a 3xx status code
func (*PostJourneyOutcomesRequestTimeout) IsServerError ¶
func (o *PostJourneyOutcomesRequestTimeout) IsServerError() bool
IsServerError returns true when this post journey outcomes request timeout response has a 5xx status code
func (*PostJourneyOutcomesRequestTimeout) IsSuccess ¶
func (o *PostJourneyOutcomesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post journey outcomes request timeout response has a 2xx status code
func (*PostJourneyOutcomesRequestTimeout) String ¶
func (o *PostJourneyOutcomesRequestTimeout) String() string
type PostJourneyOutcomesServiceUnavailable ¶
type PostJourneyOutcomesServiceUnavailable struct {
}PostJourneyOutcomesServiceUnavailable 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 NewPostJourneyOutcomesServiceUnavailable ¶
func NewPostJourneyOutcomesServiceUnavailable() *PostJourneyOutcomesServiceUnavailable
NewPostJourneyOutcomesServiceUnavailable creates a PostJourneyOutcomesServiceUnavailable with default headers values
func (*PostJourneyOutcomesServiceUnavailable) Error ¶
func (o *PostJourneyOutcomesServiceUnavailable) Error() string
func (*PostJourneyOutcomesServiceUnavailable) GetPayload ¶
func (o *PostJourneyOutcomesServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesServiceUnavailable) IsClientError ¶
func (o *PostJourneyOutcomesServiceUnavailable) IsClientError() bool
IsClientError returns true when this post journey outcomes service unavailable response has a 4xx status code
func (*PostJourneyOutcomesServiceUnavailable) IsCode ¶
func (o *PostJourneyOutcomesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post journey outcomes service unavailable response a status code equal to that given
func (*PostJourneyOutcomesServiceUnavailable) IsRedirect ¶
func (o *PostJourneyOutcomesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post journey outcomes service unavailable response has a 3xx status code
func (*PostJourneyOutcomesServiceUnavailable) IsServerError ¶
func (o *PostJourneyOutcomesServiceUnavailable) IsServerError() bool
IsServerError returns true when this post journey outcomes service unavailable response has a 5xx status code
func (*PostJourneyOutcomesServiceUnavailable) IsSuccess ¶
func (o *PostJourneyOutcomesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post journey outcomes service unavailable response has a 2xx status code
func (*PostJourneyOutcomesServiceUnavailable) String ¶
func (o *PostJourneyOutcomesServiceUnavailable) String() string
type PostJourneyOutcomesTooManyRequests ¶
PostJourneyOutcomesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostJourneyOutcomesTooManyRequests ¶
func NewPostJourneyOutcomesTooManyRequests() *PostJourneyOutcomesTooManyRequests
NewPostJourneyOutcomesTooManyRequests creates a PostJourneyOutcomesTooManyRequests with default headers values
func (*PostJourneyOutcomesTooManyRequests) Error ¶
func (o *PostJourneyOutcomesTooManyRequests) Error() string
func (*PostJourneyOutcomesTooManyRequests) GetPayload ¶
func (o *PostJourneyOutcomesTooManyRequests) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesTooManyRequests) IsClientError ¶
func (o *PostJourneyOutcomesTooManyRequests) IsClientError() bool
IsClientError returns true when this post journey outcomes too many requests response has a 4xx status code
func (*PostJourneyOutcomesTooManyRequests) IsCode ¶
func (o *PostJourneyOutcomesTooManyRequests) IsCode(code int) bool
IsCode returns true when this post journey outcomes too many requests response a status code equal to that given
func (*PostJourneyOutcomesTooManyRequests) IsRedirect ¶
func (o *PostJourneyOutcomesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post journey outcomes too many requests response has a 3xx status code
func (*PostJourneyOutcomesTooManyRequests) IsServerError ¶
func (o *PostJourneyOutcomesTooManyRequests) IsServerError() bool
IsServerError returns true when this post journey outcomes too many requests response has a 5xx status code
func (*PostJourneyOutcomesTooManyRequests) IsSuccess ¶
func (o *PostJourneyOutcomesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post journey outcomes too many requests response has a 2xx status code
func (*PostJourneyOutcomesTooManyRequests) String ¶
func (o *PostJourneyOutcomesTooManyRequests) String() string
type PostJourneyOutcomesUnauthorized ¶
type PostJourneyOutcomesUnauthorized struct {
}PostJourneyOutcomesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostJourneyOutcomesUnauthorized ¶
func NewPostJourneyOutcomesUnauthorized() *PostJourneyOutcomesUnauthorized
NewPostJourneyOutcomesUnauthorized creates a PostJourneyOutcomesUnauthorized with default headers values
func (*PostJourneyOutcomesUnauthorized) Error ¶
func (o *PostJourneyOutcomesUnauthorized) Error() string
func (*PostJourneyOutcomesUnauthorized) GetPayload ¶
func (o *PostJourneyOutcomesUnauthorized) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesUnauthorized) IsClientError ¶
func (o *PostJourneyOutcomesUnauthorized) IsClientError() bool
IsClientError returns true when this post journey outcomes unauthorized response has a 4xx status code
func (*PostJourneyOutcomesUnauthorized) IsCode ¶
func (o *PostJourneyOutcomesUnauthorized) IsCode(code int) bool
IsCode returns true when this post journey outcomes unauthorized response a status code equal to that given
func (*PostJourneyOutcomesUnauthorized) IsRedirect ¶
func (o *PostJourneyOutcomesUnauthorized) IsRedirect() bool
IsRedirect returns true when this post journey outcomes unauthorized response has a 3xx status code
func (*PostJourneyOutcomesUnauthorized) IsServerError ¶
func (o *PostJourneyOutcomesUnauthorized) IsServerError() bool
IsServerError returns true when this post journey outcomes unauthorized response has a 5xx status code
func (*PostJourneyOutcomesUnauthorized) IsSuccess ¶
func (o *PostJourneyOutcomesUnauthorized) IsSuccess() bool
IsSuccess returns true when this post journey outcomes unauthorized response has a 2xx status code
func (*PostJourneyOutcomesUnauthorized) String ¶
func (o *PostJourneyOutcomesUnauthorized) String() string
type PostJourneyOutcomesUnsupportedMediaType ¶
PostJourneyOutcomesUnsupportedMediaType 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 NewPostJourneyOutcomesUnsupportedMediaType ¶
func NewPostJourneyOutcomesUnsupportedMediaType() *PostJourneyOutcomesUnsupportedMediaType
NewPostJourneyOutcomesUnsupportedMediaType creates a PostJourneyOutcomesUnsupportedMediaType with default headers values
func (*PostJourneyOutcomesUnsupportedMediaType) Error ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) Error() string
func (*PostJourneyOutcomesUnsupportedMediaType) GetPayload ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostJourneyOutcomesUnsupportedMediaType) IsClientError ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post journey outcomes unsupported media type response has a 4xx status code
func (*PostJourneyOutcomesUnsupportedMediaType) IsCode ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post journey outcomes unsupported media type response a status code equal to that given
func (*PostJourneyOutcomesUnsupportedMediaType) IsRedirect ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post journey outcomes unsupported media type response has a 3xx status code
func (*PostJourneyOutcomesUnsupportedMediaType) IsServerError ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post journey outcomes unsupported media type response has a 5xx status code
func (*PostJourneyOutcomesUnsupportedMediaType) IsSuccess ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post journey outcomes unsupported media type response has a 2xx status code
func (*PostJourneyOutcomesUnsupportedMediaType) String ¶
func (o *PostJourneyOutcomesUnsupportedMediaType) String() string
type PostJourneySegmentsBadRequest ¶
PostJourneySegmentsBadRequest 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 NewPostJourneySegmentsBadRequest ¶
func NewPostJourneySegmentsBadRequest() *PostJourneySegmentsBadRequest
NewPostJourneySegmentsBadRequest creates a PostJourneySegmentsBadRequest with default headers values
func (*PostJourneySegmentsBadRequest) Error ¶
func (o *PostJourneySegmentsBadRequest) Error() string
func (*PostJourneySegmentsBadRequest) GetPayload ¶
func (o *PostJourneySegmentsBadRequest) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsBadRequest) IsClientError ¶
func (o *PostJourneySegmentsBadRequest) IsClientError() bool
IsClientError returns true when this post journey segments bad request response has a 4xx status code
func (*PostJourneySegmentsBadRequest) IsCode ¶
func (o *PostJourneySegmentsBadRequest) IsCode(code int) bool
IsCode returns true when this post journey segments bad request response a status code equal to that given
func (*PostJourneySegmentsBadRequest) IsRedirect ¶
func (o *PostJourneySegmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this post journey segments bad request response has a 3xx status code
func (*PostJourneySegmentsBadRequest) IsServerError ¶
func (o *PostJourneySegmentsBadRequest) IsServerError() bool
IsServerError returns true when this post journey segments bad request response has a 5xx status code
func (*PostJourneySegmentsBadRequest) IsSuccess ¶
func (o *PostJourneySegmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this post journey segments bad request response has a 2xx status code
func (*PostJourneySegmentsBadRequest) String ¶
func (o *PostJourneySegmentsBadRequest) String() string
type PostJourneySegmentsConflict ¶
PostJourneySegmentsConflict describes a response with status code 409, with default header values.
Conflict
func NewPostJourneySegmentsConflict ¶
func NewPostJourneySegmentsConflict() *PostJourneySegmentsConflict
NewPostJourneySegmentsConflict creates a PostJourneySegmentsConflict with default headers values
func (*PostJourneySegmentsConflict) Error ¶
func (o *PostJourneySegmentsConflict) Error() string
func (*PostJourneySegmentsConflict) GetPayload ¶
func (o *PostJourneySegmentsConflict) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsConflict) IsClientError ¶
func (o *PostJourneySegmentsConflict) IsClientError() bool
IsClientError returns true when this post journey segments conflict response has a 4xx status code
func (*PostJourneySegmentsConflict) IsCode ¶
func (o *PostJourneySegmentsConflict) IsCode(code int) bool
IsCode returns true when this post journey segments conflict response a status code equal to that given
func (*PostJourneySegmentsConflict) IsRedirect ¶
func (o *PostJourneySegmentsConflict) IsRedirect() bool
IsRedirect returns true when this post journey segments conflict response has a 3xx status code
func (*PostJourneySegmentsConflict) IsServerError ¶
func (o *PostJourneySegmentsConflict) IsServerError() bool
IsServerError returns true when this post journey segments conflict response has a 5xx status code
func (*PostJourneySegmentsConflict) IsSuccess ¶
func (o *PostJourneySegmentsConflict) IsSuccess() bool
IsSuccess returns true when this post journey segments conflict response has a 2xx status code
func (*PostJourneySegmentsConflict) String ¶
func (o *PostJourneySegmentsConflict) String() string
type PostJourneySegmentsCreated ¶
type PostJourneySegmentsCreated struct {
Payload *models.JourneySegment
}
PostJourneySegmentsCreated describes a response with status code 201, with default header values.
Segment created.
func NewPostJourneySegmentsCreated ¶
func NewPostJourneySegmentsCreated() *PostJourneySegmentsCreated
NewPostJourneySegmentsCreated creates a PostJourneySegmentsCreated with default headers values
func (*PostJourneySegmentsCreated) Error ¶
func (o *PostJourneySegmentsCreated) Error() string
func (*PostJourneySegmentsCreated) GetPayload ¶
func (o *PostJourneySegmentsCreated) GetPayload() *models.JourneySegment
func (*PostJourneySegmentsCreated) IsClientError ¶
func (o *PostJourneySegmentsCreated) IsClientError() bool
IsClientError returns true when this post journey segments created response has a 4xx status code
func (*PostJourneySegmentsCreated) IsCode ¶
func (o *PostJourneySegmentsCreated) IsCode(code int) bool
IsCode returns true when this post journey segments created response a status code equal to that given
func (*PostJourneySegmentsCreated) IsRedirect ¶
func (o *PostJourneySegmentsCreated) IsRedirect() bool
IsRedirect returns true when this post journey segments created response has a 3xx status code
func (*PostJourneySegmentsCreated) IsServerError ¶
func (o *PostJourneySegmentsCreated) IsServerError() bool
IsServerError returns true when this post journey segments created response has a 5xx status code
func (*PostJourneySegmentsCreated) IsSuccess ¶
func (o *PostJourneySegmentsCreated) IsSuccess() bool
IsSuccess returns true when this post journey segments created response has a 2xx status code
func (*PostJourneySegmentsCreated) String ¶
func (o *PostJourneySegmentsCreated) String() string
type PostJourneySegmentsForbidden ¶
PostJourneySegmentsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostJourneySegmentsForbidden ¶
func NewPostJourneySegmentsForbidden() *PostJourneySegmentsForbidden
NewPostJourneySegmentsForbidden creates a PostJourneySegmentsForbidden with default headers values
func (*PostJourneySegmentsForbidden) Error ¶
func (o *PostJourneySegmentsForbidden) Error() string
func (*PostJourneySegmentsForbidden) GetPayload ¶
func (o *PostJourneySegmentsForbidden) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsForbidden) IsClientError ¶
func (o *PostJourneySegmentsForbidden) IsClientError() bool
IsClientError returns true when this post journey segments forbidden response has a 4xx status code
func (*PostJourneySegmentsForbidden) IsCode ¶
func (o *PostJourneySegmentsForbidden) IsCode(code int) bool
IsCode returns true when this post journey segments forbidden response a status code equal to that given
func (*PostJourneySegmentsForbidden) IsRedirect ¶
func (o *PostJourneySegmentsForbidden) IsRedirect() bool
IsRedirect returns true when this post journey segments forbidden response has a 3xx status code
func (*PostJourneySegmentsForbidden) IsServerError ¶
func (o *PostJourneySegmentsForbidden) IsServerError() bool
IsServerError returns true when this post journey segments forbidden response has a 5xx status code
func (*PostJourneySegmentsForbidden) IsSuccess ¶
func (o *PostJourneySegmentsForbidden) IsSuccess() bool
IsSuccess returns true when this post journey segments forbidden response has a 2xx status code
func (*PostJourneySegmentsForbidden) String ¶
func (o *PostJourneySegmentsForbidden) String() string
type PostJourneySegmentsGatewayTimeout ¶
PostJourneySegmentsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostJourneySegmentsGatewayTimeout ¶
func NewPostJourneySegmentsGatewayTimeout() *PostJourneySegmentsGatewayTimeout
NewPostJourneySegmentsGatewayTimeout creates a PostJourneySegmentsGatewayTimeout with default headers values
func (*PostJourneySegmentsGatewayTimeout) Error ¶
func (o *PostJourneySegmentsGatewayTimeout) Error() string
func (*PostJourneySegmentsGatewayTimeout) GetPayload ¶
func (o *PostJourneySegmentsGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsGatewayTimeout) IsClientError ¶
func (o *PostJourneySegmentsGatewayTimeout) IsClientError() bool
IsClientError returns true when this post journey segments gateway timeout response has a 4xx status code
func (*PostJourneySegmentsGatewayTimeout) IsCode ¶
func (o *PostJourneySegmentsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post journey segments gateway timeout response a status code equal to that given
func (*PostJourneySegmentsGatewayTimeout) IsRedirect ¶
func (o *PostJourneySegmentsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post journey segments gateway timeout response has a 3xx status code
func (*PostJourneySegmentsGatewayTimeout) IsServerError ¶
func (o *PostJourneySegmentsGatewayTimeout) IsServerError() bool
IsServerError returns true when this post journey segments gateway timeout response has a 5xx status code
func (*PostJourneySegmentsGatewayTimeout) IsSuccess ¶
func (o *PostJourneySegmentsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post journey segments gateway timeout response has a 2xx status code
func (*PostJourneySegmentsGatewayTimeout) String ¶
func (o *PostJourneySegmentsGatewayTimeout) String() string
type PostJourneySegmentsInternalServerError ¶
PostJourneySegmentsInternalServerError 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 NewPostJourneySegmentsInternalServerError ¶
func NewPostJourneySegmentsInternalServerError() *PostJourneySegmentsInternalServerError
NewPostJourneySegmentsInternalServerError creates a PostJourneySegmentsInternalServerError with default headers values
func (*PostJourneySegmentsInternalServerError) Error ¶
func (o *PostJourneySegmentsInternalServerError) Error() string
func (*PostJourneySegmentsInternalServerError) GetPayload ¶
func (o *PostJourneySegmentsInternalServerError) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsInternalServerError) IsClientError ¶
func (o *PostJourneySegmentsInternalServerError) IsClientError() bool
IsClientError returns true when this post journey segments internal server error response has a 4xx status code
func (*PostJourneySegmentsInternalServerError) IsCode ¶
func (o *PostJourneySegmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this post journey segments internal server error response a status code equal to that given
func (*PostJourneySegmentsInternalServerError) IsRedirect ¶
func (o *PostJourneySegmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post journey segments internal server error response has a 3xx status code
func (*PostJourneySegmentsInternalServerError) IsServerError ¶
func (o *PostJourneySegmentsInternalServerError) IsServerError() bool
IsServerError returns true when this post journey segments internal server error response has a 5xx status code
func (*PostJourneySegmentsInternalServerError) IsSuccess ¶
func (o *PostJourneySegmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post journey segments internal server error response has a 2xx status code
func (*PostJourneySegmentsInternalServerError) String ¶
func (o *PostJourneySegmentsInternalServerError) String() string
type PostJourneySegmentsNotFound ¶
PostJourneySegmentsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostJourneySegmentsNotFound ¶
func NewPostJourneySegmentsNotFound() *PostJourneySegmentsNotFound
NewPostJourneySegmentsNotFound creates a PostJourneySegmentsNotFound with default headers values
func (*PostJourneySegmentsNotFound) Error ¶
func (o *PostJourneySegmentsNotFound) Error() string
func (*PostJourneySegmentsNotFound) GetPayload ¶
func (o *PostJourneySegmentsNotFound) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsNotFound) IsClientError ¶
func (o *PostJourneySegmentsNotFound) IsClientError() bool
IsClientError returns true when this post journey segments not found response has a 4xx status code
func (*PostJourneySegmentsNotFound) IsCode ¶
func (o *PostJourneySegmentsNotFound) IsCode(code int) bool
IsCode returns true when this post journey segments not found response a status code equal to that given
func (*PostJourneySegmentsNotFound) IsRedirect ¶
func (o *PostJourneySegmentsNotFound) IsRedirect() bool
IsRedirect returns true when this post journey segments not found response has a 3xx status code
func (*PostJourneySegmentsNotFound) IsServerError ¶
func (o *PostJourneySegmentsNotFound) IsServerError() bool
IsServerError returns true when this post journey segments not found response has a 5xx status code
func (*PostJourneySegmentsNotFound) IsSuccess ¶
func (o *PostJourneySegmentsNotFound) IsSuccess() bool
IsSuccess returns true when this post journey segments not found response has a 2xx status code
func (*PostJourneySegmentsNotFound) String ¶
func (o *PostJourneySegmentsNotFound) String() string
type PostJourneySegmentsOK ¶
type PostJourneySegmentsOK struct {
Payload *models.JourneySegment
}
PostJourneySegmentsOK describes a response with status code 200, with default header values.
successful operation
func NewPostJourneySegmentsOK ¶
func NewPostJourneySegmentsOK() *PostJourneySegmentsOK
NewPostJourneySegmentsOK creates a PostJourneySegmentsOK with default headers values
func (*PostJourneySegmentsOK) Error ¶
func (o *PostJourneySegmentsOK) Error() string
func (*PostJourneySegmentsOK) GetPayload ¶
func (o *PostJourneySegmentsOK) GetPayload() *models.JourneySegment
func (*PostJourneySegmentsOK) IsClientError ¶
func (o *PostJourneySegmentsOK) IsClientError() bool
IsClientError returns true when this post journey segments o k response has a 4xx status code
func (*PostJourneySegmentsOK) IsCode ¶
func (o *PostJourneySegmentsOK) IsCode(code int) bool
IsCode returns true when this post journey segments o k response a status code equal to that given
func (*PostJourneySegmentsOK) IsRedirect ¶
func (o *PostJourneySegmentsOK) IsRedirect() bool
IsRedirect returns true when this post journey segments o k response has a 3xx status code
func (*PostJourneySegmentsOK) IsServerError ¶
func (o *PostJourneySegmentsOK) IsServerError() bool
IsServerError returns true when this post journey segments o k response has a 5xx status code
func (*PostJourneySegmentsOK) IsSuccess ¶
func (o *PostJourneySegmentsOK) IsSuccess() bool
IsSuccess returns true when this post journey segments o k response has a 2xx status code
func (*PostJourneySegmentsOK) String ¶
func (o *PostJourneySegmentsOK) String() string
type PostJourneySegmentsParams ¶
type PostJourneySegmentsParams struct { // Body. Body *models.JourneySegment Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostJourneySegmentsParams contains all the parameters to send to the API endpoint
for the post journey segments operation. Typically these are written to a http.Request.
func NewPostJourneySegmentsParams ¶
func NewPostJourneySegmentsParams() *PostJourneySegmentsParams
NewPostJourneySegmentsParams creates a new PostJourneySegmentsParams 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 NewPostJourneySegmentsParamsWithContext ¶
func NewPostJourneySegmentsParamsWithContext(ctx context.Context) *PostJourneySegmentsParams
NewPostJourneySegmentsParamsWithContext creates a new PostJourneySegmentsParams object with the ability to set a context for a request.
func NewPostJourneySegmentsParamsWithHTTPClient ¶
func NewPostJourneySegmentsParamsWithHTTPClient(client *http.Client) *PostJourneySegmentsParams
NewPostJourneySegmentsParamsWithHTTPClient creates a new PostJourneySegmentsParams object with the ability to set a custom HTTPClient for a request.
func NewPostJourneySegmentsParamsWithTimeout ¶
func NewPostJourneySegmentsParamsWithTimeout(timeout time.Duration) *PostJourneySegmentsParams
NewPostJourneySegmentsParamsWithTimeout creates a new PostJourneySegmentsParams object with the ability to set a timeout on a request.
func (*PostJourneySegmentsParams) SetBody ¶
func (o *PostJourneySegmentsParams) SetBody(body *models.JourneySegment)
SetBody adds the body to the post journey segments params
func (*PostJourneySegmentsParams) SetContext ¶
func (o *PostJourneySegmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the post journey segments params
func (*PostJourneySegmentsParams) SetDefaults ¶
func (o *PostJourneySegmentsParams) SetDefaults()
SetDefaults hydrates default values in the post journey segments params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneySegmentsParams) SetHTTPClient ¶
func (o *PostJourneySegmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post journey segments params
func (*PostJourneySegmentsParams) SetTimeout ¶
func (o *PostJourneySegmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post journey segments params
func (*PostJourneySegmentsParams) WithBody ¶
func (o *PostJourneySegmentsParams) WithBody(body *models.JourneySegment) *PostJourneySegmentsParams
WithBody adds the body to the post journey segments params
func (*PostJourneySegmentsParams) WithContext ¶
func (o *PostJourneySegmentsParams) WithContext(ctx context.Context) *PostJourneySegmentsParams
WithContext adds the context to the post journey segments params
func (*PostJourneySegmentsParams) WithDefaults ¶
func (o *PostJourneySegmentsParams) WithDefaults() *PostJourneySegmentsParams
WithDefaults hydrates default values in the post journey segments params (not the query body).
All values with no default are reset to their zero value.
func (*PostJourneySegmentsParams) WithHTTPClient ¶
func (o *PostJourneySegmentsParams) WithHTTPClient(client *http.Client) *PostJourneySegmentsParams
WithHTTPClient adds the HTTPClient to the post journey segments params
func (*PostJourneySegmentsParams) WithTimeout ¶
func (o *PostJourneySegmentsParams) WithTimeout(timeout time.Duration) *PostJourneySegmentsParams
WithTimeout adds the timeout to the post journey segments params
func (*PostJourneySegmentsParams) WriteToRequest ¶
func (o *PostJourneySegmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostJourneySegmentsReader ¶
type PostJourneySegmentsReader struct {
// contains filtered or unexported fields
}
PostJourneySegmentsReader is a Reader for the PostJourneySegments structure.
func (*PostJourneySegmentsReader) ReadResponse ¶
func (o *PostJourneySegmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostJourneySegmentsRequestEntityTooLarge ¶
PostJourneySegmentsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostJourneySegmentsRequestEntityTooLarge ¶
func NewPostJourneySegmentsRequestEntityTooLarge() *PostJourneySegmentsRequestEntityTooLarge
NewPostJourneySegmentsRequestEntityTooLarge creates a PostJourneySegmentsRequestEntityTooLarge with default headers values
func (*PostJourneySegmentsRequestEntityTooLarge) Error ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) Error() string
func (*PostJourneySegmentsRequestEntityTooLarge) GetPayload ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsRequestEntityTooLarge) IsClientError ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post journey segments request entity too large response has a 4xx status code
func (*PostJourneySegmentsRequestEntityTooLarge) IsCode ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post journey segments request entity too large response a status code equal to that given
func (*PostJourneySegmentsRequestEntityTooLarge) IsRedirect ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post journey segments request entity too large response has a 3xx status code
func (*PostJourneySegmentsRequestEntityTooLarge) IsServerError ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post journey segments request entity too large response has a 5xx status code
func (*PostJourneySegmentsRequestEntityTooLarge) IsSuccess ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post journey segments request entity too large response has a 2xx status code
func (*PostJourneySegmentsRequestEntityTooLarge) String ¶
func (o *PostJourneySegmentsRequestEntityTooLarge) String() string
type PostJourneySegmentsRequestTimeout ¶
PostJourneySegmentsRequestTimeout 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 NewPostJourneySegmentsRequestTimeout ¶
func NewPostJourneySegmentsRequestTimeout() *PostJourneySegmentsRequestTimeout
NewPostJourneySegmentsRequestTimeout creates a PostJourneySegmentsRequestTimeout with default headers values
func (*PostJourneySegmentsRequestTimeout) Error ¶
func (o *PostJourneySegmentsRequestTimeout) Error() string
func (*PostJourneySegmentsRequestTimeout) GetPayload ¶
func (o *PostJourneySegmentsRequestTimeout) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsRequestTimeout) IsClientError ¶
func (o *PostJourneySegmentsRequestTimeout) IsClientError() bool
IsClientError returns true when this post journey segments request timeout response has a 4xx status code
func (*PostJourneySegmentsRequestTimeout) IsCode ¶
func (o *PostJourneySegmentsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post journey segments request timeout response a status code equal to that given
func (*PostJourneySegmentsRequestTimeout) IsRedirect ¶
func (o *PostJourneySegmentsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post journey segments request timeout response has a 3xx status code
func (*PostJourneySegmentsRequestTimeout) IsServerError ¶
func (o *PostJourneySegmentsRequestTimeout) IsServerError() bool
IsServerError returns true when this post journey segments request timeout response has a 5xx status code
func (*PostJourneySegmentsRequestTimeout) IsSuccess ¶
func (o *PostJourneySegmentsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post journey segments request timeout response has a 2xx status code
func (*PostJourneySegmentsRequestTimeout) String ¶
func (o *PostJourneySegmentsRequestTimeout) String() string
type PostJourneySegmentsServiceUnavailable ¶
type PostJourneySegmentsServiceUnavailable struct {
}PostJourneySegmentsServiceUnavailable 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 NewPostJourneySegmentsServiceUnavailable ¶
func NewPostJourneySegmentsServiceUnavailable() *PostJourneySegmentsServiceUnavailable
NewPostJourneySegmentsServiceUnavailable creates a PostJourneySegmentsServiceUnavailable with default headers values
func (*PostJourneySegmentsServiceUnavailable) Error ¶
func (o *PostJourneySegmentsServiceUnavailable) Error() string
func (*PostJourneySegmentsServiceUnavailable) GetPayload ¶
func (o *PostJourneySegmentsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsServiceUnavailable) IsClientError ¶
func (o *PostJourneySegmentsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post journey segments service unavailable response has a 4xx status code
func (*PostJourneySegmentsServiceUnavailable) IsCode ¶
func (o *PostJourneySegmentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post journey segments service unavailable response a status code equal to that given
func (*PostJourneySegmentsServiceUnavailable) IsRedirect ¶
func (o *PostJourneySegmentsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post journey segments service unavailable response has a 3xx status code
func (*PostJourneySegmentsServiceUnavailable) IsServerError ¶
func (o *PostJourneySegmentsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post journey segments service unavailable response has a 5xx status code
func (*PostJourneySegmentsServiceUnavailable) IsSuccess ¶
func (o *PostJourneySegmentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post journey segments service unavailable response has a 2xx status code
func (*PostJourneySegmentsServiceUnavailable) String ¶
func (o *PostJourneySegmentsServiceUnavailable) String() string
type PostJourneySegmentsTooManyRequests ¶
PostJourneySegmentsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostJourneySegmentsTooManyRequests ¶
func NewPostJourneySegmentsTooManyRequests() *PostJourneySegmentsTooManyRequests
NewPostJourneySegmentsTooManyRequests creates a PostJourneySegmentsTooManyRequests with default headers values
func (*PostJourneySegmentsTooManyRequests) Error ¶
func (o *PostJourneySegmentsTooManyRequests) Error() string
func (*PostJourneySegmentsTooManyRequests) GetPayload ¶
func (o *PostJourneySegmentsTooManyRequests) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsTooManyRequests) IsClientError ¶
func (o *PostJourneySegmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this post journey segments too many requests response has a 4xx status code
func (*PostJourneySegmentsTooManyRequests) IsCode ¶
func (o *PostJourneySegmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post journey segments too many requests response a status code equal to that given
func (*PostJourneySegmentsTooManyRequests) IsRedirect ¶
func (o *PostJourneySegmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post journey segments too many requests response has a 3xx status code
func (*PostJourneySegmentsTooManyRequests) IsServerError ¶
func (o *PostJourneySegmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this post journey segments too many requests response has a 5xx status code
func (*PostJourneySegmentsTooManyRequests) IsSuccess ¶
func (o *PostJourneySegmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post journey segments too many requests response has a 2xx status code
func (*PostJourneySegmentsTooManyRequests) String ¶
func (o *PostJourneySegmentsTooManyRequests) String() string
type PostJourneySegmentsUnauthorized ¶
type PostJourneySegmentsUnauthorized struct {
}PostJourneySegmentsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostJourneySegmentsUnauthorized ¶
func NewPostJourneySegmentsUnauthorized() *PostJourneySegmentsUnauthorized
NewPostJourneySegmentsUnauthorized creates a PostJourneySegmentsUnauthorized with default headers values
func (*PostJourneySegmentsUnauthorized) Error ¶
func (o *PostJourneySegmentsUnauthorized) Error() string
func (*PostJourneySegmentsUnauthorized) GetPayload ¶
func (o *PostJourneySegmentsUnauthorized) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsUnauthorized) IsClientError ¶
func (o *PostJourneySegmentsUnauthorized) IsClientError() bool
IsClientError returns true when this post journey segments unauthorized response has a 4xx status code
func (*PostJourneySegmentsUnauthorized) IsCode ¶
func (o *PostJourneySegmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this post journey segments unauthorized response a status code equal to that given
func (*PostJourneySegmentsUnauthorized) IsRedirect ¶
func (o *PostJourneySegmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this post journey segments unauthorized response has a 3xx status code
func (*PostJourneySegmentsUnauthorized) IsServerError ¶
func (o *PostJourneySegmentsUnauthorized) IsServerError() bool
IsServerError returns true when this post journey segments unauthorized response has a 5xx status code
func (*PostJourneySegmentsUnauthorized) IsSuccess ¶
func (o *PostJourneySegmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post journey segments unauthorized response has a 2xx status code
func (*PostJourneySegmentsUnauthorized) String ¶
func (o *PostJourneySegmentsUnauthorized) String() string
type PostJourneySegmentsUnsupportedMediaType ¶
PostJourneySegmentsUnsupportedMediaType 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 NewPostJourneySegmentsUnsupportedMediaType ¶
func NewPostJourneySegmentsUnsupportedMediaType() *PostJourneySegmentsUnsupportedMediaType
NewPostJourneySegmentsUnsupportedMediaType creates a PostJourneySegmentsUnsupportedMediaType with default headers values
func (*PostJourneySegmentsUnsupportedMediaType) Error ¶
func (o *PostJourneySegmentsUnsupportedMediaType) Error() string
func (*PostJourneySegmentsUnsupportedMediaType) GetPayload ¶
func (o *PostJourneySegmentsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostJourneySegmentsUnsupportedMediaType) IsClientError ¶
func (o *PostJourneySegmentsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post journey segments unsupported media type response has a 4xx status code
func (*PostJourneySegmentsUnsupportedMediaType) IsCode ¶
func (o *PostJourneySegmentsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post journey segments unsupported media type response a status code equal to that given
func (*PostJourneySegmentsUnsupportedMediaType) IsRedirect ¶
func (o *PostJourneySegmentsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post journey segments unsupported media type response has a 3xx status code
func (*PostJourneySegmentsUnsupportedMediaType) IsServerError ¶
func (o *PostJourneySegmentsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post journey segments unsupported media type response has a 5xx status code
func (*PostJourneySegmentsUnsupportedMediaType) IsSuccess ¶
func (o *PostJourneySegmentsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post journey segments unsupported media type response has a 2xx status code
func (*PostJourneySegmentsUnsupportedMediaType) String ¶
func (o *PostJourneySegmentsUnsupportedMediaType) String() string
Source Files
¶
- delete_journey_actionmap_parameters.go
- delete_journey_actionmap_responses.go
- delete_journey_actiontemplate_parameters.go
- delete_journey_actiontemplate_responses.go
- delete_journey_outcome_parameters.go
- delete_journey_outcome_responses.go
- delete_journey_outcomes_predictor_parameters.go
- delete_journey_outcomes_predictor_responses.go
- delete_journey_segment_parameters.go
- delete_journey_segment_responses.go
- get_journey_actionmap_parameters.go
- get_journey_actionmap_responses.go
- get_journey_actionmaps_estimates_job_parameters.go
- get_journey_actionmaps_estimates_job_responses.go
- get_journey_actionmaps_estimates_job_results_parameters.go
- get_journey_actionmaps_estimates_job_results_responses.go
- get_journey_actionmaps_parameters.go
- get_journey_actionmaps_responses.go
- get_journey_actiontarget_parameters.go
- get_journey_actiontarget_responses.go
- get_journey_actiontargets_parameters.go
- get_journey_actiontargets_responses.go
- get_journey_actiontemplate_parameters.go
- get_journey_actiontemplate_responses.go
- get_journey_actiontemplates_parameters.go
- get_journey_actiontemplates_responses.go
- get_journey_outcome_parameters.go
- get_journey_outcome_responses.go
- get_journey_outcomes_parameters.go
- get_journey_outcomes_predictor_parameters.go
- get_journey_outcomes_predictor_responses.go
- get_journey_outcomes_predictors_parameters.go
- get_journey_outcomes_predictors_responses.go
- get_journey_outcomes_responses.go
- get_journey_segment_parameters.go
- get_journey_segment_responses.go
- get_journey_segments_parameters.go
- get_journey_segments_responses.go
- get_journey_session_outcomescores_parameters.go
- get_journey_session_outcomescores_responses.go
- get_journey_session_parameters.go
- get_journey_session_responses.go
- journey_client.go
- patch_journey_actionmap_parameters.go
- patch_journey_actionmap_responses.go
- patch_journey_actiontarget_parameters.go
- patch_journey_actiontarget_responses.go
- patch_journey_actiontemplate_parameters.go
- patch_journey_actiontemplate_responses.go
- patch_journey_outcome_parameters.go
- patch_journey_outcome_responses.go
- patch_journey_segment_parameters.go
- patch_journey_segment_responses.go
- post_journey_actionmaps_estimates_jobs_parameters.go
- post_journey_actionmaps_estimates_jobs_responses.go
- post_journey_actionmaps_parameters.go
- post_journey_actionmaps_responses.go
- post_journey_actiontemplates_parameters.go
- post_journey_actiontemplates_responses.go
- post_journey_outcomes_parameters.go
- post_journey_outcomes_predictors_parameters.go
- post_journey_outcomes_predictors_responses.go
- post_journey_outcomes_responses.go
- post_journey_segments_parameters.go
- post_journey_segments_responses.go