journey

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

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

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

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

PostJourneyActionmaps creates an action map

func (*Client) PostJourneyActionmapsEstimatesJobs

PostJourneyActionmapsEstimatesJobs queries for estimates

func (*Client) PostJourneyActiontemplates

PostJourneyActiontemplates creates a single action template

func (*Client) PostJourneyOutcomes

PostJourneyOutcomes creates an outcome

func (*Client) PostJourneyOutcomesPredictors

PostJourneyOutcomesPredictors creates an outcome predictor

func (*Client) PostJourneySegments

PostJourneySegments creates a segment

type DeleteJourneyActionmapBadRequest

type DeleteJourneyActionmapBadRequest struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapBadRequest) GetPayload

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

type DeleteJourneyActionmapForbidden

type DeleteJourneyActionmapForbidden struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapForbidden) GetPayload

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

type DeleteJourneyActionmapGatewayTimeout

type DeleteJourneyActionmapGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapGatewayTimeout) GetPayload

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

IsCode returns true when this delete journey actionmap gateway timeout response a status code equal to that given

func (*DeleteJourneyActionmapGatewayTimeout) IsRedirect

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

IsSuccess returns true when this delete journey actionmap gateway timeout response has a 2xx status code

func (*DeleteJourneyActionmapGatewayTimeout) String

type DeleteJourneyActionmapInternalServerError

type DeleteJourneyActionmapInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapInternalServerError) GetPayload

func (*DeleteJourneyActionmapInternalServerError) IsClientError

IsClientError returns true when this delete journey actionmap internal server error response has a 4xx status code

func (*DeleteJourneyActionmapInternalServerError) IsCode

IsCode returns true when this delete journey actionmap internal server error response a status code equal to that given

func (*DeleteJourneyActionmapInternalServerError) IsRedirect

IsRedirect returns true when this delete journey actionmap internal server error response has a 3xx status code

func (*DeleteJourneyActionmapInternalServerError) IsServerError

IsServerError returns true when this delete journey actionmap internal server error response has a 5xx status code

func (*DeleteJourneyActionmapInternalServerError) IsSuccess

IsSuccess returns true when this delete journey actionmap internal server error response has a 2xx status code

func (*DeleteJourneyActionmapInternalServerError) 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 (*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

type DeleteJourneyActionmapNotFound

type DeleteJourneyActionmapNotFound struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapNotFound) GetPayload

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

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

WithContext adds the context to the delete journey actionmap params

func (*DeleteJourneyActionmapParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the delete journey actionmap params

func (*DeleteJourneyActionmapParams) WithTimeout

WithTimeout adds the timeout to the delete journey actionmap params

func (*DeleteJourneyActionmapParams) WriteToRequest

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

type DeleteJourneyActionmapRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapRequestEntityTooLarge) GetPayload

func (*DeleteJourneyActionmapRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete journey actionmap request entity too large response has a 4xx status code

func (*DeleteJourneyActionmapRequestEntityTooLarge) IsCode

IsCode returns true when this delete journey actionmap request entity too large response a status code equal to that given

func (*DeleteJourneyActionmapRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete journey actionmap request entity too large response has a 3xx status code

func (*DeleteJourneyActionmapRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete journey actionmap request entity too large response has a 5xx status code

func (*DeleteJourneyActionmapRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete journey actionmap request entity too large response has a 2xx status code

func (*DeleteJourneyActionmapRequestEntityTooLarge) String

type DeleteJourneyActionmapRequestTimeout

type DeleteJourneyActionmapRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapRequestTimeout) GetPayload

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

IsCode returns true when this delete journey actionmap request timeout response a status code equal to that given

func (*DeleteJourneyActionmapRequestTimeout) IsRedirect

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

IsSuccess returns true when this delete journey actionmap request timeout response has a 2xx status code

func (*DeleteJourneyActionmapRequestTimeout) String

type DeleteJourneyActionmapServiceUnavailable

type DeleteJourneyActionmapServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapServiceUnavailable) GetPayload

func (*DeleteJourneyActionmapServiceUnavailable) IsClientError

IsClientError returns true when this delete journey actionmap service unavailable response has a 4xx status code

func (*DeleteJourneyActionmapServiceUnavailable) IsCode

IsCode returns true when this delete journey actionmap service unavailable response a status code equal to that given

func (*DeleteJourneyActionmapServiceUnavailable) IsRedirect

IsRedirect returns true when this delete journey actionmap service unavailable response has a 3xx status code

func (*DeleteJourneyActionmapServiceUnavailable) IsServerError

IsServerError returns true when this delete journey actionmap service unavailable response has a 5xx status code

func (*DeleteJourneyActionmapServiceUnavailable) IsSuccess

IsSuccess returns true when this delete journey actionmap service unavailable response has a 2xx status code

func (*DeleteJourneyActionmapServiceUnavailable) String

type DeleteJourneyActionmapTooManyRequests

type DeleteJourneyActionmapTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapTooManyRequests) GetPayload

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

IsCode returns true when this delete journey actionmap too many requests response a status code equal to that given

func (*DeleteJourneyActionmapTooManyRequests) IsRedirect

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

IsSuccess returns true when this delete journey actionmap too many requests response has a 2xx status code

func (*DeleteJourneyActionmapTooManyRequests) String

type DeleteJourneyActionmapUnauthorized

type DeleteJourneyActionmapUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapUnauthorized) GetPayload

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

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

IsSuccess returns true when this delete journey actionmap unauthorized response has a 2xx status code

func (*DeleteJourneyActionmapUnauthorized) String

type DeleteJourneyActionmapUnsupportedMediaType

type DeleteJourneyActionmapUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActionmapUnsupportedMediaType) GetPayload

func (*DeleteJourneyActionmapUnsupportedMediaType) IsClientError

IsClientError returns true when this delete journey actionmap unsupported media type response has a 4xx status code

func (*DeleteJourneyActionmapUnsupportedMediaType) IsCode

IsCode returns true when this delete journey actionmap unsupported media type response a status code equal to that given

func (*DeleteJourneyActionmapUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete journey actionmap unsupported media type response has a 3xx status code

func (*DeleteJourneyActionmapUnsupportedMediaType) IsServerError

IsServerError returns true when this delete journey actionmap unsupported media type response has a 5xx status code

func (*DeleteJourneyActionmapUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete journey actionmap unsupported media type response has a 2xx status code

func (*DeleteJourneyActionmapUnsupportedMediaType) String

type DeleteJourneyActiontemplateBadRequest

type DeleteJourneyActiontemplateBadRequest struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateBadRequest) GetPayload

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

IsCode returns true when this delete journey actiontemplate bad request response a status code equal to that given

func (*DeleteJourneyActiontemplateBadRequest) IsRedirect

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

IsSuccess returns true when this delete journey actiontemplate bad request response has a 2xx status code

func (*DeleteJourneyActiontemplateBadRequest) String

type DeleteJourneyActiontemplateForbidden

type DeleteJourneyActiontemplateForbidden struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateForbidden) GetPayload

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

IsCode returns true when this delete journey actiontemplate forbidden response a status code equal to that given

func (*DeleteJourneyActiontemplateForbidden) IsRedirect

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

IsSuccess returns true when this delete journey actiontemplate forbidden response has a 2xx status code

func (*DeleteJourneyActiontemplateForbidden) String

type DeleteJourneyActiontemplateGatewayTimeout

type DeleteJourneyActiontemplateGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateGatewayTimeout) GetPayload

func (*DeleteJourneyActiontemplateGatewayTimeout) IsClientError

IsClientError returns true when this delete journey actiontemplate gateway timeout response has a 4xx status code

func (*DeleteJourneyActiontemplateGatewayTimeout) IsCode

IsCode returns true when this delete journey actiontemplate gateway timeout response a status code equal to that given

func (*DeleteJourneyActiontemplateGatewayTimeout) IsRedirect

IsRedirect returns true when this delete journey actiontemplate gateway timeout response has a 3xx status code

func (*DeleteJourneyActiontemplateGatewayTimeout) IsServerError

IsServerError returns true when this delete journey actiontemplate gateway timeout response has a 5xx status code

func (*DeleteJourneyActiontemplateGatewayTimeout) IsSuccess

IsSuccess returns true when this delete journey actiontemplate gateway timeout response has a 2xx status code

func (*DeleteJourneyActiontemplateGatewayTimeout) String

type DeleteJourneyActiontemplateInternalServerError

type DeleteJourneyActiontemplateInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateInternalServerError) GetPayload

func (*DeleteJourneyActiontemplateInternalServerError) IsClientError

IsClientError returns true when this delete journey actiontemplate internal server error response has a 4xx status code

func (*DeleteJourneyActiontemplateInternalServerError) IsCode

IsCode returns true when this delete journey actiontemplate internal server error response a status code equal to that given

func (*DeleteJourneyActiontemplateInternalServerError) IsRedirect

IsRedirect returns true when this delete journey actiontemplate internal server error response has a 3xx status code

func (*DeleteJourneyActiontemplateInternalServerError) IsServerError

IsServerError returns true when this delete journey actiontemplate internal server error response has a 5xx status code

func (*DeleteJourneyActiontemplateInternalServerError) IsSuccess

IsSuccess returns true when this delete journey actiontemplate internal server error response has a 2xx status code

func (*DeleteJourneyActiontemplateInternalServerError) 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 (*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

IsCode returns true when this delete journey actiontemplate no content response a status code equal to that given

func (*DeleteJourneyActiontemplateNoContent) IsRedirect

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

IsSuccess returns true when this delete journey actiontemplate no content response has a 2xx status code

func (*DeleteJourneyActiontemplateNoContent) String

type DeleteJourneyActiontemplateNotFound

type DeleteJourneyActiontemplateNotFound struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateNotFound) GetPayload

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

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

IsSuccess returns true when this delete journey actiontemplate not found response has a 2xx status code

func (*DeleteJourneyActiontemplateNotFound) 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

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

WithContext adds the context to the delete journey actiontemplate params

func (*DeleteJourneyActiontemplateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the delete journey actiontemplate params

func (*DeleteJourneyActiontemplateParams) WithHardDelete

WithHardDelete adds the hardDelete to the delete journey actiontemplate params

func (*DeleteJourneyActiontemplateParams) WithTimeout

WithTimeout adds the timeout to the delete journey actiontemplate params

func (*DeleteJourneyActiontemplateParams) WriteToRequest

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

type DeleteJourneyActiontemplateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateRequestEntityTooLarge) GetPayload

func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete journey actiontemplate request entity too large response has a 4xx status code

func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsCode

IsCode returns true when this delete journey actiontemplate request entity too large response a status code equal to that given

func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete journey actiontemplate request entity too large response has a 3xx status code

func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete journey actiontemplate request entity too large response has a 5xx status code

func (*DeleteJourneyActiontemplateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete journey actiontemplate request entity too large response has a 2xx status code

func (*DeleteJourneyActiontemplateRequestEntityTooLarge) String

type DeleteJourneyActiontemplateRequestTimeout

type DeleteJourneyActiontemplateRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateRequestTimeout) GetPayload

func (*DeleteJourneyActiontemplateRequestTimeout) IsClientError

IsClientError returns true when this delete journey actiontemplate request timeout response has a 4xx status code

func (*DeleteJourneyActiontemplateRequestTimeout) IsCode

IsCode returns true when this delete journey actiontemplate request timeout response a status code equal to that given

func (*DeleteJourneyActiontemplateRequestTimeout) IsRedirect

IsRedirect returns true when this delete journey actiontemplate request timeout response has a 3xx status code

func (*DeleteJourneyActiontemplateRequestTimeout) IsServerError

IsServerError returns true when this delete journey actiontemplate request timeout response has a 5xx status code

func (*DeleteJourneyActiontemplateRequestTimeout) IsSuccess

IsSuccess returns true when this delete journey actiontemplate request timeout response has a 2xx status code

func (*DeleteJourneyActiontemplateRequestTimeout) String

type DeleteJourneyActiontemplateServiceUnavailable

type DeleteJourneyActiontemplateServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateServiceUnavailable) GetPayload

func (*DeleteJourneyActiontemplateServiceUnavailable) IsClientError

IsClientError returns true when this delete journey actiontemplate service unavailable response has a 4xx status code

func (*DeleteJourneyActiontemplateServiceUnavailable) IsCode

IsCode returns true when this delete journey actiontemplate service unavailable response a status code equal to that given

func (*DeleteJourneyActiontemplateServiceUnavailable) IsRedirect

IsRedirect returns true when this delete journey actiontemplate service unavailable response has a 3xx status code

func (*DeleteJourneyActiontemplateServiceUnavailable) IsServerError

IsServerError returns true when this delete journey actiontemplate service unavailable response has a 5xx status code

func (*DeleteJourneyActiontemplateServiceUnavailable) IsSuccess

IsSuccess returns true when this delete journey actiontemplate service unavailable response has a 2xx status code

func (*DeleteJourneyActiontemplateServiceUnavailable) String

type DeleteJourneyActiontemplateTooManyRequests

type DeleteJourneyActiontemplateTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateTooManyRequests) GetPayload

func (*DeleteJourneyActiontemplateTooManyRequests) IsClientError

IsClientError returns true when this delete journey actiontemplate too many requests response has a 4xx status code

func (*DeleteJourneyActiontemplateTooManyRequests) IsCode

IsCode returns true when this delete journey actiontemplate too many requests response a status code equal to that given

func (*DeleteJourneyActiontemplateTooManyRequests) IsRedirect

IsRedirect returns true when this delete journey actiontemplate too many requests response has a 3xx status code

func (*DeleteJourneyActiontemplateTooManyRequests) IsServerError

IsServerError returns true when this delete journey actiontemplate too many requests response has a 5xx status code

func (*DeleteJourneyActiontemplateTooManyRequests) IsSuccess

IsSuccess returns true when this delete journey actiontemplate too many requests response has a 2xx status code

func (*DeleteJourneyActiontemplateTooManyRequests) String

type DeleteJourneyActiontemplateUnauthorized

type DeleteJourneyActiontemplateUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateUnauthorized) GetPayload

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

IsCode returns true when this delete journey actiontemplate unauthorized response a status code equal to that given

func (*DeleteJourneyActiontemplateUnauthorized) IsRedirect

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

IsSuccess returns true when this delete journey actiontemplate unauthorized response has a 2xx status code

func (*DeleteJourneyActiontemplateUnauthorized) String

type DeleteJourneyActiontemplateUnsupportedMediaType

type DeleteJourneyActiontemplateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyActiontemplateUnsupportedMediaType) GetPayload

func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsClientError

IsClientError returns true when this delete journey actiontemplate unsupported media type response has a 4xx status code

func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsCode

IsCode returns true when this delete journey actiontemplate unsupported media type response a status code equal to that given

func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete journey actiontemplate unsupported media type response has a 3xx status code

func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsServerError

IsServerError returns true when this delete journey actiontemplate unsupported media type response has a 5xx status code

func (*DeleteJourneyActiontemplateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete journey actiontemplate unsupported media type response has a 2xx status code

func (*DeleteJourneyActiontemplateUnsupportedMediaType) String

type DeleteJourneyOutcomeBadRequest

type DeleteJourneyOutcomeBadRequest struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeBadRequest) GetPayload

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

type DeleteJourneyOutcomeForbidden

type DeleteJourneyOutcomeForbidden struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeForbidden) GetPayload

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

type DeleteJourneyOutcomeGatewayTimeout

type DeleteJourneyOutcomeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeGatewayTimeout) GetPayload

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

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

IsSuccess returns true when this delete journey outcome gateway timeout response has a 2xx status code

func (*DeleteJourneyOutcomeGatewayTimeout) String

type DeleteJourneyOutcomeInternalServerError

type DeleteJourneyOutcomeInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeInternalServerError) GetPayload

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

IsCode returns true when this delete journey outcome internal server error response a status code equal to that given

func (*DeleteJourneyOutcomeInternalServerError) IsRedirect

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

IsSuccess returns true when this delete journey outcome internal server error response has a 2xx status code

func (*DeleteJourneyOutcomeInternalServerError) 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 (*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

type DeleteJourneyOutcomeNotFound

type DeleteJourneyOutcomeNotFound struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeNotFound) GetPayload

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

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

WithContext adds the context to the delete journey outcome params

func (*DeleteJourneyOutcomeParams) WithDefaults

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

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

WithTimeout adds the timeout to the delete journey outcome params

func (*DeleteJourneyOutcomeParams) WriteToRequest

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

type DeleteJourneyOutcomeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeRequestEntityTooLarge) GetPayload

func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete journey outcome request entity too large response has a 4xx status code

func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsCode

IsCode returns true when this delete journey outcome request entity too large response a status code equal to that given

func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete journey outcome request entity too large response has a 3xx status code

func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete journey outcome request entity too large response has a 5xx status code

func (*DeleteJourneyOutcomeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete journey outcome request entity too large response has a 2xx status code

func (*DeleteJourneyOutcomeRequestEntityTooLarge) String

type DeleteJourneyOutcomeRequestTimeout

type DeleteJourneyOutcomeRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeRequestTimeout) GetPayload

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

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

IsSuccess returns true when this delete journey outcome request timeout response has a 2xx status code

func (*DeleteJourneyOutcomeRequestTimeout) String

type DeleteJourneyOutcomeServiceUnavailable

type DeleteJourneyOutcomeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeServiceUnavailable) GetPayload

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

IsCode returns true when this delete journey outcome service unavailable response a status code equal to that given

func (*DeleteJourneyOutcomeServiceUnavailable) IsRedirect

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

IsSuccess returns true when this delete journey outcome service unavailable response has a 2xx status code

func (*DeleteJourneyOutcomeServiceUnavailable) String

type DeleteJourneyOutcomeTooManyRequests

type DeleteJourneyOutcomeTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeTooManyRequests) GetPayload

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

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

IsSuccess returns true when this delete journey outcome too many requests response has a 2xx status code

func (*DeleteJourneyOutcomeTooManyRequests) String

type DeleteJourneyOutcomeUnauthorized

type DeleteJourneyOutcomeUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeUnauthorized) GetPayload

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

type DeleteJourneyOutcomeUnsupportedMediaType

type DeleteJourneyOutcomeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomeUnsupportedMediaType) GetPayload

func (*DeleteJourneyOutcomeUnsupportedMediaType) IsClientError

IsClientError returns true when this delete journey outcome unsupported media type response has a 4xx status code

func (*DeleteJourneyOutcomeUnsupportedMediaType) IsCode

IsCode returns true when this delete journey outcome unsupported media type response a status code equal to that given

func (*DeleteJourneyOutcomeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete journey outcome unsupported media type response has a 3xx status code

func (*DeleteJourneyOutcomeUnsupportedMediaType) IsServerError

IsServerError returns true when this delete journey outcome unsupported media type response has a 5xx status code

func (*DeleteJourneyOutcomeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete journey outcome unsupported media type response has a 2xx status code

func (*DeleteJourneyOutcomeUnsupportedMediaType) String

type DeleteJourneyOutcomesPredictorBadRequest

type DeleteJourneyOutcomesPredictorBadRequest struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorBadRequest) GetPayload

func (*DeleteJourneyOutcomesPredictorBadRequest) IsClientError

IsClientError returns true when this delete journey outcomes predictor bad request response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorBadRequest) IsCode

IsCode returns true when this delete journey outcomes predictor bad request response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorBadRequest) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor bad request response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorBadRequest) IsServerError

IsServerError returns true when this delete journey outcomes predictor bad request response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorBadRequest) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor bad request response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorBadRequest) String

type DeleteJourneyOutcomesPredictorForbidden

type DeleteJourneyOutcomesPredictorForbidden struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorForbidden) GetPayload

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

IsCode returns true when this delete journey outcomes predictor forbidden response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorForbidden) IsRedirect

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

IsSuccess returns true when this delete journey outcomes predictor forbidden response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorForbidden) String

type DeleteJourneyOutcomesPredictorGatewayTimeout

type DeleteJourneyOutcomesPredictorGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorGatewayTimeout) GetPayload

func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsClientError

IsClientError returns true when this delete journey outcomes predictor gateway timeout response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsCode

IsCode returns true when this delete journey outcomes predictor gateway timeout response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor gateway timeout response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsServerError

IsServerError returns true when this delete journey outcomes predictor gateway timeout response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorGatewayTimeout) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor gateway timeout response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorGatewayTimeout) String

type DeleteJourneyOutcomesPredictorInternalServerError

type DeleteJourneyOutcomesPredictorInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorInternalServerError) GetPayload

func (*DeleteJourneyOutcomesPredictorInternalServerError) IsClientError

IsClientError returns true when this delete journey outcomes predictor internal server error response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorInternalServerError) IsCode

IsCode returns true when this delete journey outcomes predictor internal server error response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorInternalServerError) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor internal server error response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorInternalServerError) IsServerError

IsServerError returns true when this delete journey outcomes predictor internal server error response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorInternalServerError) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor internal server error response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorInternalServerError) 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 (*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

IsCode returns true when this delete journey outcomes predictor no content response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorNoContent) IsRedirect

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

IsSuccess returns true when this delete journey outcomes predictor no content response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorNoContent) String

type DeleteJourneyOutcomesPredictorNotFound

type DeleteJourneyOutcomesPredictorNotFound struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorNotFound) GetPayload

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

IsCode returns true when this delete journey outcomes predictor not found response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorNotFound) IsRedirect

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

IsSuccess returns true when this delete journey outcomes predictor not found response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorNotFound) 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

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

WithContext adds the context to the delete journey outcomes predictor params

func (*DeleteJourneyOutcomesPredictorParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the delete journey outcomes predictor params

func (*DeleteJourneyOutcomesPredictorParams) WithPredictorID

WithPredictorID adds the predictorID to the delete journey outcomes predictor params

func (*DeleteJourneyOutcomesPredictorParams) WithTimeout

WithTimeout adds the timeout to the delete journey outcomes predictor params

func (*DeleteJourneyOutcomesPredictorParams) WriteToRequest

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

type DeleteJourneyOutcomesPredictorRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload

func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete journey outcomes predictor request entity too large response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsCode

IsCode returns true when this delete journey outcomes predictor request entity too large response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor request entity too large response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete journey outcomes predictor request entity too large response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor request entity too large response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorRequestEntityTooLarge) String

type DeleteJourneyOutcomesPredictorRequestTimeout

type DeleteJourneyOutcomesPredictorRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorRequestTimeout) GetPayload

func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsClientError

IsClientError returns true when this delete journey outcomes predictor request timeout response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsCode

IsCode returns true when this delete journey outcomes predictor request timeout response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor request timeout response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsServerError

IsServerError returns true when this delete journey outcomes predictor request timeout response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorRequestTimeout) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor request timeout response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorRequestTimeout) String

type DeleteJourneyOutcomesPredictorServiceUnavailable

type DeleteJourneyOutcomesPredictorServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorServiceUnavailable) GetPayload

func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsClientError

IsClientError returns true when this delete journey outcomes predictor service unavailable response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsCode

IsCode returns true when this delete journey outcomes predictor service unavailable response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor service unavailable response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsServerError

IsServerError returns true when this delete journey outcomes predictor service unavailable response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorServiceUnavailable) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor service unavailable response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorServiceUnavailable) String

type DeleteJourneyOutcomesPredictorTooManyRequests

type DeleteJourneyOutcomesPredictorTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorTooManyRequests) GetPayload

func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsClientError

IsClientError returns true when this delete journey outcomes predictor too many requests response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsCode

IsCode returns true when this delete journey outcomes predictor too many requests response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor too many requests response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsServerError

IsServerError returns true when this delete journey outcomes predictor too many requests response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorTooManyRequests) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor too many requests response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorTooManyRequests) String

type DeleteJourneyOutcomesPredictorUnauthorized

type DeleteJourneyOutcomesPredictorUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorUnauthorized) GetPayload

func (*DeleteJourneyOutcomesPredictorUnauthorized) IsClientError

IsClientError returns true when this delete journey outcomes predictor unauthorized response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorUnauthorized) IsCode

IsCode returns true when this delete journey outcomes predictor unauthorized response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorUnauthorized) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor unauthorized response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorUnauthorized) IsServerError

IsServerError returns true when this delete journey outcomes predictor unauthorized response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorUnauthorized) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor unauthorized response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorUnauthorized) String

type DeleteJourneyOutcomesPredictorUnsupportedMediaType

type DeleteJourneyOutcomesPredictorUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) GetPayload

func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsClientError

IsClientError returns true when this delete journey outcomes predictor unsupported media type response has a 4xx status code

func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsCode

IsCode returns true when this delete journey outcomes predictor unsupported media type response a status code equal to that given

func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete journey outcomes predictor unsupported media type response has a 3xx status code

func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsServerError

IsServerError returns true when this delete journey outcomes predictor unsupported media type response has a 5xx status code

func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete journey outcomes predictor unsupported media type response has a 2xx status code

func (*DeleteJourneyOutcomesPredictorUnsupportedMediaType) String

type DeleteJourneySegmentBadRequest

type DeleteJourneySegmentBadRequest struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentBadRequest) GetPayload

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

type DeleteJourneySegmentForbidden

type DeleteJourneySegmentForbidden struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentForbidden) GetPayload

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

type DeleteJourneySegmentGatewayTimeout

type DeleteJourneySegmentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentGatewayTimeout) GetPayload

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

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

IsSuccess returns true when this delete journey segment gateway timeout response has a 2xx status code

func (*DeleteJourneySegmentGatewayTimeout) String

type DeleteJourneySegmentInternalServerError

type DeleteJourneySegmentInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentInternalServerError) GetPayload

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

IsCode returns true when this delete journey segment internal server error response a status code equal to that given

func (*DeleteJourneySegmentInternalServerError) IsRedirect

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

IsSuccess returns true when this delete journey segment internal server error response has a 2xx status code

func (*DeleteJourneySegmentInternalServerError) 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 (*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

type DeleteJourneySegmentNotFound

type DeleteJourneySegmentNotFound struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentNotFound) GetPayload

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

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

WithContext adds the context to the delete journey segment params

func (*DeleteJourneySegmentParams) WithDefaults

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

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

WithTimeout adds the timeout to the delete journey segment params

func (*DeleteJourneySegmentParams) WriteToRequest

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

type DeleteJourneySegmentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentRequestEntityTooLarge) GetPayload

func (*DeleteJourneySegmentRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete journey segment request entity too large response has a 4xx status code

func (*DeleteJourneySegmentRequestEntityTooLarge) IsCode

IsCode returns true when this delete journey segment request entity too large response a status code equal to that given

func (*DeleteJourneySegmentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete journey segment request entity too large response has a 3xx status code

func (*DeleteJourneySegmentRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete journey segment request entity too large response has a 5xx status code

func (*DeleteJourneySegmentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete journey segment request entity too large response has a 2xx status code

func (*DeleteJourneySegmentRequestEntityTooLarge) String

type DeleteJourneySegmentRequestTimeout

type DeleteJourneySegmentRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentRequestTimeout) GetPayload

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

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

IsSuccess returns true when this delete journey segment request timeout response has a 2xx status code

func (*DeleteJourneySegmentRequestTimeout) String

type DeleteJourneySegmentServiceUnavailable

type DeleteJourneySegmentServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentServiceUnavailable) GetPayload

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

IsCode returns true when this delete journey segment service unavailable response a status code equal to that given

func (*DeleteJourneySegmentServiceUnavailable) IsRedirect

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

IsSuccess returns true when this delete journey segment service unavailable response has a 2xx status code

func (*DeleteJourneySegmentServiceUnavailable) String

type DeleteJourneySegmentTooManyRequests

type DeleteJourneySegmentTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentTooManyRequests) GetPayload

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

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

IsSuccess returns true when this delete journey segment too many requests response has a 2xx status code

func (*DeleteJourneySegmentTooManyRequests) String

type DeleteJourneySegmentUnauthorized

type DeleteJourneySegmentUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentUnauthorized) GetPayload

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

type DeleteJourneySegmentUnsupportedMediaType

type DeleteJourneySegmentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*DeleteJourneySegmentUnsupportedMediaType) GetPayload

func (*DeleteJourneySegmentUnsupportedMediaType) IsClientError

IsClientError returns true when this delete journey segment unsupported media type response has a 4xx status code

func (*DeleteJourneySegmentUnsupportedMediaType) IsCode

IsCode returns true when this delete journey segment unsupported media type response a status code equal to that given

func (*DeleteJourneySegmentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete journey segment unsupported media type response has a 3xx status code

func (*DeleteJourneySegmentUnsupportedMediaType) IsServerError

IsServerError returns true when this delete journey segment unsupported media type response has a 5xx status code

func (*DeleteJourneySegmentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete journey segment unsupported media type response has a 2xx status code

func (*DeleteJourneySegmentUnsupportedMediaType) String

type GetJourneyActionmapBadRequest

type GetJourneyActionmapBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapBadRequest) GetPayload

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

type GetJourneyActionmapForbidden

type GetJourneyActionmapForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapForbidden) GetPayload

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

type GetJourneyActionmapGatewayTimeout

type GetJourneyActionmapGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapGatewayTimeout) GetPayload

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

type GetJourneyActionmapInternalServerError

type GetJourneyActionmapInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapInternalServerError) GetPayload

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

IsCode returns true when this get journey actionmap internal server error response a status code equal to that given

func (*GetJourneyActionmapInternalServerError) IsRedirect

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

IsSuccess returns true when this get journey actionmap internal server error response has a 2xx status code

func (*GetJourneyActionmapInternalServerError) String

type GetJourneyActionmapNotFound

type GetJourneyActionmapNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneyActionmapOK struct {
	Payload *models.ActionMap
}

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

WithContext adds the context to the get journey actionmap params

func (*GetJourneyActionmapParams) WithDefaults

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

WithTimeout adds the timeout to the get journey actionmap params

func (*GetJourneyActionmapParams) WriteToRequest

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

type GetJourneyActionmapRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapRequestEntityTooLarge) GetPayload

func (*GetJourneyActionmapRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actionmap request entity too large response has a 4xx status code

func (*GetJourneyActionmapRequestEntityTooLarge) IsCode

IsCode returns true when this get journey actionmap request entity too large response a status code equal to that given

func (*GetJourneyActionmapRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey actionmap request entity too large response has a 3xx status code

func (*GetJourneyActionmapRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actionmap request entity too large response has a 5xx status code

func (*GetJourneyActionmapRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actionmap request entity too large response has a 2xx status code

func (*GetJourneyActionmapRequestEntityTooLarge) String

type GetJourneyActionmapRequestTimeout

type GetJourneyActionmapRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapRequestTimeout) GetPayload

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

type GetJourneyActionmapServiceUnavailable

type GetJourneyActionmapServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapServiceUnavailable) GetPayload

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

IsCode returns true when this get journey actionmap service unavailable response a status code equal to that given

func (*GetJourneyActionmapServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get journey actionmap service unavailable response has a 2xx status code

func (*GetJourneyActionmapServiceUnavailable) String

type GetJourneyActionmapTooManyRequests

type GetJourneyActionmapTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapTooManyRequests) GetPayload

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

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

IsSuccess returns true when this get journey actionmap too many requests response has a 2xx status code

func (*GetJourneyActionmapTooManyRequests) String

type GetJourneyActionmapUnauthorized

type GetJourneyActionmapUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapUnauthorized) GetPayload

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

type GetJourneyActionmapUnsupportedMediaType

type GetJourneyActionmapUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapUnsupportedMediaType) GetPayload

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

IsCode returns true when this get journey actionmap unsupported media type response a status code equal to that given

func (*GetJourneyActionmapUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get journey actionmap unsupported media type response has a 2xx status code

func (*GetJourneyActionmapUnsupportedMediaType) String

type GetJourneyActionmapsBadRequest

type GetJourneyActionmapsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsBadRequest) GetPayload

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

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 (*GetJourneyActionmapsEstimatesJobAccepted) GetPayload

func (*GetJourneyActionmapsEstimatesJobAccepted) IsClientError

IsClientError returns true when this get journey actionmaps estimates job accepted response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobAccepted) IsCode

IsCode returns true when this get journey actionmaps estimates job accepted response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobAccepted) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job accepted response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobAccepted) IsServerError

IsServerError returns true when this get journey actionmaps estimates job accepted response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobAccepted) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job accepted response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobAccepted) String

type GetJourneyActionmapsEstimatesJobBadRequest

type GetJourneyActionmapsEstimatesJobBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobBadRequest) GetPayload

func (*GetJourneyActionmapsEstimatesJobBadRequest) IsClientError

IsClientError returns true when this get journey actionmaps estimates job bad request response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobBadRequest) IsCode

IsCode returns true when this get journey actionmaps estimates job bad request response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobBadRequest) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job bad request response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobBadRequest) IsServerError

IsServerError returns true when this get journey actionmaps estimates job bad request response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobBadRequest) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job bad request response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobBadRequest) String

type GetJourneyActionmapsEstimatesJobForbidden

type GetJourneyActionmapsEstimatesJobForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobForbidden) GetPayload

func (*GetJourneyActionmapsEstimatesJobForbidden) IsClientError

IsClientError returns true when this get journey actionmaps estimates job forbidden response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobForbidden) IsCode

IsCode returns true when this get journey actionmaps estimates job forbidden response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobForbidden) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job forbidden response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobForbidden) IsServerError

IsServerError returns true when this get journey actionmaps estimates job forbidden response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobForbidden) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job forbidden response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobForbidden) String

type GetJourneyActionmapsEstimatesJobGatewayTimeout

type GetJourneyActionmapsEstimatesJobGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobGatewayTimeout) GetPayload

func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsClientError

IsClientError returns true when this get journey actionmaps estimates job gateway timeout response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsCode

IsCode returns true when this get journey actionmaps estimates job gateway timeout response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job gateway timeout response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsServerError

IsServerError returns true when this get journey actionmaps estimates job gateway timeout response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job gateway timeout response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobGatewayTimeout) String

type GetJourneyActionmapsEstimatesJobInternalServerError

type GetJourneyActionmapsEstimatesJobInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobInternalServerError) GetPayload

func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsClientError

IsClientError returns true when this get journey actionmaps estimates job internal server error response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsCode

IsCode returns true when this get journey actionmaps estimates job internal server error response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job internal server error response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsServerError

IsServerError returns true when this get journey actionmaps estimates job internal server error response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobInternalServerError) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job internal server error response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobInternalServerError) String

type GetJourneyActionmapsEstimatesJobNotFound

type GetJourneyActionmapsEstimatesJobNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobNotFound) GetPayload

func (*GetJourneyActionmapsEstimatesJobNotFound) IsClientError

IsClientError returns true when this get journey actionmaps estimates job not found response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobNotFound) IsCode

IsCode returns true when this get journey actionmaps estimates job not found response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobNotFound) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job not found response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobNotFound) IsServerError

IsServerError returns true when this get journey actionmaps estimates job not found response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobNotFound) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job not found response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobNotFound) 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 (*GetJourneyActionmapsEstimatesJobOK) GetPayload

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

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

IsSuccess returns true when this get journey actionmaps estimates job o k response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobOK) 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

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

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

WithContext adds the context to the get journey actionmaps estimates job params

func (*GetJourneyActionmapsEstimatesJobParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey actionmaps estimates job params

func (*GetJourneyActionmapsEstimatesJobParams) WithJobID

WithJobID adds the jobID to the get journey actionmaps estimates job params

func (*GetJourneyActionmapsEstimatesJobParams) WithTimeout

WithTimeout adds the timeout to the get journey actionmaps estimates job params

func (*GetJourneyActionmapsEstimatesJobParams) WriteToRequest

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

type GetJourneyActionmapsEstimatesJobRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) GetPayload

func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actionmaps estimates job request entity too large response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsCode

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

IsRedirect returns true when this get journey actionmaps estimates job request entity too large response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actionmaps estimates job request entity too large response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job request entity too large response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobRequestEntityTooLarge) String

type GetJourneyActionmapsEstimatesJobRequestTimeout

type GetJourneyActionmapsEstimatesJobRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobRequestTimeout) GetPayload

func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsClientError

IsClientError returns true when this get journey actionmaps estimates job request timeout response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsCode

IsCode returns true when this get journey actionmaps estimates job request timeout response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job request timeout response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsServerError

IsServerError returns true when this get journey actionmaps estimates job request timeout response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobRequestTimeout) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job request timeout response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobRequestTimeout) String

type GetJourneyActionmapsEstimatesJobResultsBadRequest

type GetJourneyActionmapsEstimatesJobResultsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsBadRequest) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results bad request response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsCode

IsCode returns true when this get journey actionmaps estimates job results bad request response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results bad request response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results bad request response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results bad request response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsBadRequest) String

type GetJourneyActionmapsEstimatesJobResultsForbidden

type GetJourneyActionmapsEstimatesJobResultsForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsForbidden) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results forbidden response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsCode

IsCode returns true when this get journey actionmaps estimates job results forbidden response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results forbidden response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results forbidden response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsForbidden) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results forbidden response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsForbidden) String

type GetJourneyActionmapsEstimatesJobResultsGatewayTimeout

type GetJourneyActionmapsEstimatesJobResultsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results gateway timeout response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsCode

IsCode returns true when this get journey actionmaps estimates job results gateway timeout response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results gateway timeout response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results gateway timeout response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results gateway timeout response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsGatewayTimeout) 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 (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results internal server error response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsCode

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

IsRedirect returns true when this get journey actionmaps estimates job results internal server error response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results internal server error response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results internal server error response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsInternalServerError) String

type GetJourneyActionmapsEstimatesJobResultsNotFound

type GetJourneyActionmapsEstimatesJobResultsNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsNotFound) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results not found response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsCode

IsCode returns true when this get journey actionmaps estimates job results not found response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results not found response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results not found response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsNotFound) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results not found response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsNotFound) 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 (*GetJourneyActionmapsEstimatesJobResultsOK) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsOK) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results o k response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsOK) IsCode

IsCode returns true when this get journey actionmaps estimates job results o k response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsOK) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results o k response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsOK) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results o k response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsOK) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results o k response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsOK) 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

SetContext adds the context to the get journey actionmaps estimates job results params

func (*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

SetJobID adds the jobId to the get journey actionmaps estimates job results params

func (*GetJourneyActionmapsEstimatesJobResultsParams) SetTimeout

SetTimeout adds the timeout to the get journey actionmaps estimates job results params

func (*GetJourneyActionmapsEstimatesJobResultsParams) WithContext

WithContext adds the context to the get journey actionmaps estimates job results params

func (*GetJourneyActionmapsEstimatesJobResultsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey actionmaps estimates job results params

func (*GetJourneyActionmapsEstimatesJobResultsParams) WithJobID

WithJobID adds the jobID to the get journey actionmaps estimates job results params

func (*GetJourneyActionmapsEstimatesJobResultsParams) WithTimeout

WithTimeout adds the timeout to the get journey actionmaps estimates job results params

func (*GetJourneyActionmapsEstimatesJobResultsParams) WriteToRequest

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 (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results request entity too large response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsCode

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

IsRedirect returns true when this get journey actionmaps estimates job results request entity too large response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results request entity too large response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results request entity too large response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestEntityTooLarge) String

type GetJourneyActionmapsEstimatesJobResultsRequestTimeout

type GetJourneyActionmapsEstimatesJobResultsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results request timeout response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsCode

IsCode returns true when this get journey actionmaps estimates job results request timeout response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results request timeout response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results request timeout response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results request timeout response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsRequestTimeout) String

type GetJourneyActionmapsEstimatesJobResultsServiceUnavailable

type GetJourneyActionmapsEstimatesJobResultsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results service unavailable response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsCode

IsCode returns true when this get journey actionmaps estimates job results service unavailable response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results service unavailable response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results service unavailable response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results service unavailable response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsServiceUnavailable) String

type GetJourneyActionmapsEstimatesJobResultsTooManyRequests

type GetJourneyActionmapsEstimatesJobResultsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results too many requests response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsCode

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

IsRedirect returns true when this get journey actionmaps estimates job results too many requests response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results too many requests response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results too many requests response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsTooManyRequests) String

type GetJourneyActionmapsEstimatesJobResultsUnauthorized

type GetJourneyActionmapsEstimatesJobResultsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results unauthorized response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsCode

IsCode returns true when this get journey actionmaps estimates job results unauthorized response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job results unauthorized response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results unauthorized response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results unauthorized response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnauthorized) 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 (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) GetPayload

func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey actionmaps estimates job results unsupported media type response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsCode

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

IsRedirect returns true when this get journey actionmaps estimates job results unsupported media type response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey actionmaps estimates job results unsupported media type response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job results unsupported media type response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobResultsUnsupportedMediaType) String

type GetJourneyActionmapsEstimatesJobServiceUnavailable

type GetJourneyActionmapsEstimatesJobServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobServiceUnavailable) GetPayload

func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsClientError

IsClientError returns true when this get journey actionmaps estimates job service unavailable response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsCode

IsCode returns true when this get journey actionmaps estimates job service unavailable response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job service unavailable response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsServerError

IsServerError returns true when this get journey actionmaps estimates job service unavailable response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job service unavailable response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobServiceUnavailable) String

type GetJourneyActionmapsEstimatesJobTooManyRequests

type GetJourneyActionmapsEstimatesJobTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobTooManyRequests) GetPayload

func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsClientError

IsClientError returns true when this get journey actionmaps estimates job too many requests response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsCode

IsCode returns true when this get journey actionmaps estimates job too many requests response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job too many requests response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsServerError

IsServerError returns true when this get journey actionmaps estimates job too many requests response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobTooManyRequests) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job too many requests response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobTooManyRequests) String

type GetJourneyActionmapsEstimatesJobUnauthorized

type GetJourneyActionmapsEstimatesJobUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobUnauthorized) GetPayload

func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsClientError

IsClientError returns true when this get journey actionmaps estimates job unauthorized response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsCode

IsCode returns true when this get journey actionmaps estimates job unauthorized response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job unauthorized response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsServerError

IsServerError returns true when this get journey actionmaps estimates job unauthorized response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobUnauthorized) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job unauthorized response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobUnauthorized) String

type GetJourneyActionmapsEstimatesJobUnsupportedMediaType

type GetJourneyActionmapsEstimatesJobUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) GetPayload

func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey actionmaps estimates job unsupported media type response has a 4xx status code

func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsCode

IsCode returns true when this get journey actionmaps estimates job unsupported media type response a status code equal to that given

func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey actionmaps estimates job unsupported media type response has a 3xx status code

func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey actionmaps estimates job unsupported media type response has a 5xx status code

func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey actionmaps estimates job unsupported media type response has a 2xx status code

func (*GetJourneyActionmapsEstimatesJobUnsupportedMediaType) String

type GetJourneyActionmapsForbidden

type GetJourneyActionmapsForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsForbidden) GetPayload

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

type GetJourneyActionmapsGatewayTimeout

type GetJourneyActionmapsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsGatewayTimeout) GetPayload

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

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

IsSuccess returns true when this get journey actionmaps gateway timeout response has a 2xx status code

func (*GetJourneyActionmapsGatewayTimeout) String

type GetJourneyActionmapsInternalServerError

type GetJourneyActionmapsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsInternalServerError) GetPayload

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

IsCode returns true when this get journey actionmaps internal server error response a status code equal to that given

func (*GetJourneyActionmapsInternalServerError) IsRedirect

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

IsSuccess returns true when this get journey actionmaps internal server error response has a 2xx status code

func (*GetJourneyActionmapsInternalServerError) String

type GetJourneyActionmapsNotFound

type GetJourneyActionmapsNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsNotFound) GetPayload

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

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 (*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

WithContext adds the context to the get journey actionmaps params

func (*GetJourneyActionmapsParams) WithDefaults

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

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

WithSortBy adds the sortBy to the get journey actionmaps params

func (*GetJourneyActionmapsParams) WithTimeout

WithTimeout adds the timeout to the get journey actionmaps params

func (*GetJourneyActionmapsParams) WriteToRequest

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

type GetJourneyActionmapsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsRequestEntityTooLarge) GetPayload

func (*GetJourneyActionmapsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actionmaps request entity too large response has a 4xx status code

func (*GetJourneyActionmapsRequestEntityTooLarge) IsCode

IsCode returns true when this get journey actionmaps request entity too large response a status code equal to that given

func (*GetJourneyActionmapsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey actionmaps request entity too large response has a 3xx status code

func (*GetJourneyActionmapsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actionmaps request entity too large response has a 5xx status code

func (*GetJourneyActionmapsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actionmaps request entity too large response has a 2xx status code

func (*GetJourneyActionmapsRequestEntityTooLarge) String

type GetJourneyActionmapsRequestTimeout

type GetJourneyActionmapsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsRequestTimeout) GetPayload

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

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

IsSuccess returns true when this get journey actionmaps request timeout response has a 2xx status code

func (*GetJourneyActionmapsRequestTimeout) String

type GetJourneyActionmapsServiceUnavailable

type GetJourneyActionmapsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsServiceUnavailable) GetPayload

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

IsCode returns true when this get journey actionmaps service unavailable response a status code equal to that given

func (*GetJourneyActionmapsServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get journey actionmaps service unavailable response has a 2xx status code

func (*GetJourneyActionmapsServiceUnavailable) String

type GetJourneyActionmapsTooManyRequests

type GetJourneyActionmapsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsTooManyRequests) GetPayload

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

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

IsSuccess returns true when this get journey actionmaps too many requests response has a 2xx status code

func (*GetJourneyActionmapsTooManyRequests) String

type GetJourneyActionmapsUnauthorized

type GetJourneyActionmapsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsUnauthorized) GetPayload

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

type GetJourneyActionmapsUnsupportedMediaType

type GetJourneyActionmapsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActionmapsUnsupportedMediaType) GetPayload

func (*GetJourneyActionmapsUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey actionmaps unsupported media type response has a 4xx status code

func (*GetJourneyActionmapsUnsupportedMediaType) IsCode

IsCode returns true when this get journey actionmaps unsupported media type response a status code equal to that given

func (*GetJourneyActionmapsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey actionmaps unsupported media type response has a 3xx status code

func (*GetJourneyActionmapsUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey actionmaps unsupported media type response has a 5xx status code

func (*GetJourneyActionmapsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey actionmaps unsupported media type response has a 2xx status code

func (*GetJourneyActionmapsUnsupportedMediaType) String

type GetJourneyActiontargetBadRequest

type GetJourneyActiontargetBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetBadRequest) GetPayload

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

type GetJourneyActiontargetForbidden

type GetJourneyActiontargetForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetForbidden) GetPayload

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

type GetJourneyActiontargetGatewayTimeout

type GetJourneyActiontargetGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetGatewayTimeout) GetPayload

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

IsCode returns true when this get journey actiontarget gateway timeout response a status code equal to that given

func (*GetJourneyActiontargetGatewayTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontarget gateway timeout response has a 2xx status code

func (*GetJourneyActiontargetGatewayTimeout) String

type GetJourneyActiontargetInternalServerError

type GetJourneyActiontargetInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetInternalServerError) GetPayload

func (*GetJourneyActiontargetInternalServerError) IsClientError

IsClientError returns true when this get journey actiontarget internal server error response has a 4xx status code

func (*GetJourneyActiontargetInternalServerError) IsCode

IsCode returns true when this get journey actiontarget internal server error response a status code equal to that given

func (*GetJourneyActiontargetInternalServerError) IsRedirect

IsRedirect returns true when this get journey actiontarget internal server error response has a 3xx status code

func (*GetJourneyActiontargetInternalServerError) IsServerError

IsServerError returns true when this get journey actiontarget internal server error response has a 5xx status code

func (*GetJourneyActiontargetInternalServerError) IsSuccess

IsSuccess returns true when this get journey actiontarget internal server error response has a 2xx status code

func (*GetJourneyActiontargetInternalServerError) String

type GetJourneyActiontargetNotFound

type GetJourneyActiontargetNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetNotFound) GetPayload

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

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

WithContext adds the context to the get journey actiontarget params

func (*GetJourneyActiontargetParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey actiontarget params

func (*GetJourneyActiontargetParams) WithTimeout

WithTimeout adds the timeout to the get journey actiontarget params

func (*GetJourneyActiontargetParams) WriteToRequest

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

type GetJourneyActiontargetRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetRequestEntityTooLarge) GetPayload

func (*GetJourneyActiontargetRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actiontarget request entity too large response has a 4xx status code

func (*GetJourneyActiontargetRequestEntityTooLarge) IsCode

IsCode returns true when this get journey actiontarget request entity too large response a status code equal to that given

func (*GetJourneyActiontargetRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey actiontarget request entity too large response has a 3xx status code

func (*GetJourneyActiontargetRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actiontarget request entity too large response has a 5xx status code

func (*GetJourneyActiontargetRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actiontarget request entity too large response has a 2xx status code

func (*GetJourneyActiontargetRequestEntityTooLarge) String

type GetJourneyActiontargetRequestTimeout

type GetJourneyActiontargetRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetRequestTimeout) GetPayload

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

IsCode returns true when this get journey actiontarget request timeout response a status code equal to that given

func (*GetJourneyActiontargetRequestTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontarget request timeout response has a 2xx status code

func (*GetJourneyActiontargetRequestTimeout) String

type GetJourneyActiontargetServiceUnavailable

type GetJourneyActiontargetServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetServiceUnavailable) GetPayload

func (*GetJourneyActiontargetServiceUnavailable) IsClientError

IsClientError returns true when this get journey actiontarget service unavailable response has a 4xx status code

func (*GetJourneyActiontargetServiceUnavailable) IsCode

IsCode returns true when this get journey actiontarget service unavailable response a status code equal to that given

func (*GetJourneyActiontargetServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey actiontarget service unavailable response has a 3xx status code

func (*GetJourneyActiontargetServiceUnavailable) IsServerError

IsServerError returns true when this get journey actiontarget service unavailable response has a 5xx status code

func (*GetJourneyActiontargetServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey actiontarget service unavailable response has a 2xx status code

func (*GetJourneyActiontargetServiceUnavailable) String

type GetJourneyActiontargetTooManyRequests

type GetJourneyActiontargetTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetTooManyRequests) GetPayload

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

IsCode returns true when this get journey actiontarget too many requests response a status code equal to that given

func (*GetJourneyActiontargetTooManyRequests) IsRedirect

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

IsSuccess returns true when this get journey actiontarget too many requests response has a 2xx status code

func (*GetJourneyActiontargetTooManyRequests) String

type GetJourneyActiontargetUnauthorized

type GetJourneyActiontargetUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetUnauthorized) GetPayload

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

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

IsSuccess returns true when this get journey actiontarget unauthorized response has a 2xx status code

func (*GetJourneyActiontargetUnauthorized) String

type GetJourneyActiontargetUnsupportedMediaType

type GetJourneyActiontargetUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetUnsupportedMediaType) GetPayload

func (*GetJourneyActiontargetUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey actiontarget unsupported media type response has a 4xx status code

func (*GetJourneyActiontargetUnsupportedMediaType) IsCode

IsCode returns true when this get journey actiontarget unsupported media type response a status code equal to that given

func (*GetJourneyActiontargetUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey actiontarget unsupported media type response has a 3xx status code

func (*GetJourneyActiontargetUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey actiontarget unsupported media type response has a 5xx status code

func (*GetJourneyActiontargetUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey actiontarget unsupported media type response has a 2xx status code

func (*GetJourneyActiontargetUnsupportedMediaType) String

type GetJourneyActiontargetsBadRequest

type GetJourneyActiontargetsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsBadRequest) GetPayload

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

type GetJourneyActiontargetsForbidden

type GetJourneyActiontargetsForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsForbidden) GetPayload

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

type GetJourneyActiontargetsGatewayTimeout

type GetJourneyActiontargetsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsGatewayTimeout) GetPayload

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

IsCode returns true when this get journey actiontargets gateway timeout response a status code equal to that given

func (*GetJourneyActiontargetsGatewayTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontargets gateway timeout response has a 2xx status code

func (*GetJourneyActiontargetsGatewayTimeout) String

type GetJourneyActiontargetsInternalServerError

type GetJourneyActiontargetsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsInternalServerError) GetPayload

func (*GetJourneyActiontargetsInternalServerError) IsClientError

IsClientError returns true when this get journey actiontargets internal server error response has a 4xx status code

func (*GetJourneyActiontargetsInternalServerError) IsCode

IsCode returns true when this get journey actiontargets internal server error response a status code equal to that given

func (*GetJourneyActiontargetsInternalServerError) IsRedirect

IsRedirect returns true when this get journey actiontargets internal server error response has a 3xx status code

func (*GetJourneyActiontargetsInternalServerError) IsServerError

IsServerError returns true when this get journey actiontargets internal server error response has a 5xx status code

func (*GetJourneyActiontargetsInternalServerError) IsSuccess

IsSuccess returns true when this get journey actiontargets internal server error response has a 2xx status code

func (*GetJourneyActiontargetsInternalServerError) String

type GetJourneyActiontargetsNotFound

type GetJourneyActiontargetsNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsNotFound) GetPayload

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

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 (*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

WithContext adds the context to the get journey actiontargets params

func (*GetJourneyActiontargetsParams) WithDefaults

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

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

WithPageSize adds the pageSize to the get journey actiontargets params

func (*GetJourneyActiontargetsParams) WithTimeout

WithTimeout adds the timeout to the get journey actiontargets params

func (*GetJourneyActiontargetsParams) WriteToRequest

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

type GetJourneyActiontargetsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsRequestEntityTooLarge) GetPayload

func (*GetJourneyActiontargetsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actiontargets request entity too large response has a 4xx status code

func (*GetJourneyActiontargetsRequestEntityTooLarge) IsCode

IsCode returns true when this get journey actiontargets request entity too large response a status code equal to that given

func (*GetJourneyActiontargetsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey actiontargets request entity too large response has a 3xx status code

func (*GetJourneyActiontargetsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actiontargets request entity too large response has a 5xx status code

func (*GetJourneyActiontargetsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actiontargets request entity too large response has a 2xx status code

func (*GetJourneyActiontargetsRequestEntityTooLarge) String

type GetJourneyActiontargetsRequestTimeout

type GetJourneyActiontargetsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsRequestTimeout) GetPayload

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

IsCode returns true when this get journey actiontargets request timeout response a status code equal to that given

func (*GetJourneyActiontargetsRequestTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontargets request timeout response has a 2xx status code

func (*GetJourneyActiontargetsRequestTimeout) String

type GetJourneyActiontargetsServiceUnavailable

type GetJourneyActiontargetsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsServiceUnavailable) GetPayload

func (*GetJourneyActiontargetsServiceUnavailable) IsClientError

IsClientError returns true when this get journey actiontargets service unavailable response has a 4xx status code

func (*GetJourneyActiontargetsServiceUnavailable) IsCode

IsCode returns true when this get journey actiontargets service unavailable response a status code equal to that given

func (*GetJourneyActiontargetsServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey actiontargets service unavailable response has a 3xx status code

func (*GetJourneyActiontargetsServiceUnavailable) IsServerError

IsServerError returns true when this get journey actiontargets service unavailable response has a 5xx status code

func (*GetJourneyActiontargetsServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey actiontargets service unavailable response has a 2xx status code

func (*GetJourneyActiontargetsServiceUnavailable) String

type GetJourneyActiontargetsTooManyRequests

type GetJourneyActiontargetsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsTooManyRequests) GetPayload

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

IsCode returns true when this get journey actiontargets too many requests response a status code equal to that given

func (*GetJourneyActiontargetsTooManyRequests) IsRedirect

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

IsSuccess returns true when this get journey actiontargets too many requests response has a 2xx status code

func (*GetJourneyActiontargetsTooManyRequests) String

type GetJourneyActiontargetsUnauthorized

type GetJourneyActiontargetsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsUnauthorized) GetPayload

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

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

IsSuccess returns true when this get journey actiontargets unauthorized response has a 2xx status code

func (*GetJourneyActiontargetsUnauthorized) String

type GetJourneyActiontargetsUnsupportedMediaType

type GetJourneyActiontargetsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontargetsUnsupportedMediaType) GetPayload

func (*GetJourneyActiontargetsUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey actiontargets unsupported media type response has a 4xx status code

func (*GetJourneyActiontargetsUnsupportedMediaType) IsCode

IsCode returns true when this get journey actiontargets unsupported media type response a status code equal to that given

func (*GetJourneyActiontargetsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey actiontargets unsupported media type response has a 3xx status code

func (*GetJourneyActiontargetsUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey actiontargets unsupported media type response has a 5xx status code

func (*GetJourneyActiontargetsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey actiontargets unsupported media type response has a 2xx status code

func (*GetJourneyActiontargetsUnsupportedMediaType) String

type GetJourneyActiontemplateBadRequest

type GetJourneyActiontemplateBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateBadRequest) GetPayload

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

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

IsSuccess returns true when this get journey actiontemplate bad request response has a 2xx status code

func (*GetJourneyActiontemplateBadRequest) String

type GetJourneyActiontemplateForbidden

type GetJourneyActiontemplateForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateForbidden) GetPayload

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

type GetJourneyActiontemplateGatewayTimeout

type GetJourneyActiontemplateGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateGatewayTimeout) GetPayload

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

IsCode returns true when this get journey actiontemplate gateway timeout response a status code equal to that given

func (*GetJourneyActiontemplateGatewayTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontemplate gateway timeout response has a 2xx status code

func (*GetJourneyActiontemplateGatewayTimeout) String

type GetJourneyActiontemplateInternalServerError

type GetJourneyActiontemplateInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateInternalServerError) GetPayload

func (*GetJourneyActiontemplateInternalServerError) IsClientError

IsClientError returns true when this get journey actiontemplate internal server error response has a 4xx status code

func (*GetJourneyActiontemplateInternalServerError) IsCode

IsCode returns true when this get journey actiontemplate internal server error response a status code equal to that given

func (*GetJourneyActiontemplateInternalServerError) IsRedirect

IsRedirect returns true when this get journey actiontemplate internal server error response has a 3xx status code

func (*GetJourneyActiontemplateInternalServerError) IsServerError

IsServerError returns true when this get journey actiontemplate internal server error response has a 5xx status code

func (*GetJourneyActiontemplateInternalServerError) IsSuccess

IsSuccess returns true when this get journey actiontemplate internal server error response has a 2xx status code

func (*GetJourneyActiontemplateInternalServerError) String

type GetJourneyActiontemplateNotFound

type GetJourneyActiontemplateNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateNotFound) GetPayload

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

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 (*GetJourneyActiontemplateOK) GetPayload

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

WithContext adds the context to the get journey actiontemplate params

func (*GetJourneyActiontemplateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey actiontemplate params

func (*GetJourneyActiontemplateParams) WithTimeout

WithTimeout adds the timeout to the get journey actiontemplate params

func (*GetJourneyActiontemplateParams) WriteToRequest

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

type GetJourneyActiontemplateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateRequestEntityTooLarge) GetPayload

func (*GetJourneyActiontemplateRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actiontemplate request entity too large response has a 4xx status code

func (*GetJourneyActiontemplateRequestEntityTooLarge) IsCode

IsCode returns true when this get journey actiontemplate request entity too large response a status code equal to that given

func (*GetJourneyActiontemplateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey actiontemplate request entity too large response has a 3xx status code

func (*GetJourneyActiontemplateRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actiontemplate request entity too large response has a 5xx status code

func (*GetJourneyActiontemplateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actiontemplate request entity too large response has a 2xx status code

func (*GetJourneyActiontemplateRequestEntityTooLarge) String

type GetJourneyActiontemplateRequestTimeout

type GetJourneyActiontemplateRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateRequestTimeout) GetPayload

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

IsCode returns true when this get journey actiontemplate request timeout response a status code equal to that given

func (*GetJourneyActiontemplateRequestTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontemplate request timeout response has a 2xx status code

func (*GetJourneyActiontemplateRequestTimeout) String

type GetJourneyActiontemplateServiceUnavailable

type GetJourneyActiontemplateServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateServiceUnavailable) GetPayload

func (*GetJourneyActiontemplateServiceUnavailable) IsClientError

IsClientError returns true when this get journey actiontemplate service unavailable response has a 4xx status code

func (*GetJourneyActiontemplateServiceUnavailable) IsCode

IsCode returns true when this get journey actiontemplate service unavailable response a status code equal to that given

func (*GetJourneyActiontemplateServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey actiontemplate service unavailable response has a 3xx status code

func (*GetJourneyActiontemplateServiceUnavailable) IsServerError

IsServerError returns true when this get journey actiontemplate service unavailable response has a 5xx status code

func (*GetJourneyActiontemplateServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey actiontemplate service unavailable response has a 2xx status code

func (*GetJourneyActiontemplateServiceUnavailable) String

type GetJourneyActiontemplateTooManyRequests

type GetJourneyActiontemplateTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateTooManyRequests) GetPayload

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

IsCode returns true when this get journey actiontemplate too many requests response a status code equal to that given

func (*GetJourneyActiontemplateTooManyRequests) IsRedirect

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

IsSuccess returns true when this get journey actiontemplate too many requests response has a 2xx status code

func (*GetJourneyActiontemplateTooManyRequests) String

type GetJourneyActiontemplateUnauthorized

type GetJourneyActiontemplateUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateUnauthorized) GetPayload

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

IsCode returns true when this get journey actiontemplate unauthorized response a status code equal to that given

func (*GetJourneyActiontemplateUnauthorized) IsRedirect

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

IsSuccess returns true when this get journey actiontemplate unauthorized response has a 2xx status code

func (*GetJourneyActiontemplateUnauthorized) String

type GetJourneyActiontemplateUnsupportedMediaType

type GetJourneyActiontemplateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplateUnsupportedMediaType) GetPayload

func (*GetJourneyActiontemplateUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey actiontemplate unsupported media type response has a 4xx status code

func (*GetJourneyActiontemplateUnsupportedMediaType) IsCode

IsCode returns true when this get journey actiontemplate unsupported media type response a status code equal to that given

func (*GetJourneyActiontemplateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey actiontemplate unsupported media type response has a 3xx status code

func (*GetJourneyActiontemplateUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey actiontemplate unsupported media type response has a 5xx status code

func (*GetJourneyActiontemplateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey actiontemplate unsupported media type response has a 2xx status code

func (*GetJourneyActiontemplateUnsupportedMediaType) String

type GetJourneyActiontemplatesBadRequest

type GetJourneyActiontemplatesBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesBadRequest) GetPayload

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

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

IsSuccess returns true when this get journey actiontemplates bad request response has a 2xx status code

func (*GetJourneyActiontemplatesBadRequest) String

type GetJourneyActiontemplatesForbidden

type GetJourneyActiontemplatesForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesForbidden) GetPayload

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

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

IsSuccess returns true when this get journey actiontemplates forbidden response has a 2xx status code

func (*GetJourneyActiontemplatesForbidden) String

type GetJourneyActiontemplatesGatewayTimeout

type GetJourneyActiontemplatesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesGatewayTimeout) GetPayload

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

IsCode returns true when this get journey actiontemplates gateway timeout response a status code equal to that given

func (*GetJourneyActiontemplatesGatewayTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontemplates gateway timeout response has a 2xx status code

func (*GetJourneyActiontemplatesGatewayTimeout) String

type GetJourneyActiontemplatesInternalServerError

type GetJourneyActiontemplatesInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesInternalServerError) GetPayload

func (*GetJourneyActiontemplatesInternalServerError) IsClientError

IsClientError returns true when this get journey actiontemplates internal server error response has a 4xx status code

func (*GetJourneyActiontemplatesInternalServerError) IsCode

IsCode returns true when this get journey actiontemplates internal server error response a status code equal to that given

func (*GetJourneyActiontemplatesInternalServerError) IsRedirect

IsRedirect returns true when this get journey actiontemplates internal server error response has a 3xx status code

func (*GetJourneyActiontemplatesInternalServerError) IsServerError

IsServerError returns true when this get journey actiontemplates internal server error response has a 5xx status code

func (*GetJourneyActiontemplatesInternalServerError) IsSuccess

IsSuccess returns true when this get journey actiontemplates internal server error response has a 2xx status code

func (*GetJourneyActiontemplatesInternalServerError) String

type GetJourneyActiontemplatesNotFound

type GetJourneyActiontemplatesNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesNotFound) GetPayload

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

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 (*GetJourneyActiontemplatesOK) GetPayload

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

WithContext adds the context to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WithMediaType

WithMediaType adds the mediaType to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WithPageSize

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

WithQueryValue adds the queryValue to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WithSortBy

WithSortBy adds the sortBy to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WithState

WithState adds the state to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WithTimeout

WithTimeout adds the timeout to the get journey actiontemplates params

func (*GetJourneyActiontemplatesParams) WriteToRequest

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

type GetJourneyActiontemplatesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesRequestEntityTooLarge) GetPayload

func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey actiontemplates request entity too large response has a 4xx status code

func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsCode

IsCode returns true when this get journey actiontemplates request entity too large response a status code equal to that given

func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey actiontemplates request entity too large response has a 3xx status code

func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey actiontemplates request entity too large response has a 5xx status code

func (*GetJourneyActiontemplatesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey actiontemplates request entity too large response has a 2xx status code

func (*GetJourneyActiontemplatesRequestEntityTooLarge) String

type GetJourneyActiontemplatesRequestTimeout

type GetJourneyActiontemplatesRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesRequestTimeout) GetPayload

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

IsCode returns true when this get journey actiontemplates request timeout response a status code equal to that given

func (*GetJourneyActiontemplatesRequestTimeout) IsRedirect

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

IsSuccess returns true when this get journey actiontemplates request timeout response has a 2xx status code

func (*GetJourneyActiontemplatesRequestTimeout) String

type GetJourneyActiontemplatesServiceUnavailable

type GetJourneyActiontemplatesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesServiceUnavailable) GetPayload

func (*GetJourneyActiontemplatesServiceUnavailable) IsClientError

IsClientError returns true when this get journey actiontemplates service unavailable response has a 4xx status code

func (*GetJourneyActiontemplatesServiceUnavailable) IsCode

IsCode returns true when this get journey actiontemplates service unavailable response a status code equal to that given

func (*GetJourneyActiontemplatesServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey actiontemplates service unavailable response has a 3xx status code

func (*GetJourneyActiontemplatesServiceUnavailable) IsServerError

IsServerError returns true when this get journey actiontemplates service unavailable response has a 5xx status code

func (*GetJourneyActiontemplatesServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey actiontemplates service unavailable response has a 2xx status code

func (*GetJourneyActiontemplatesServiceUnavailable) String

type GetJourneyActiontemplatesTooManyRequests

type GetJourneyActiontemplatesTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesTooManyRequests) GetPayload

func (*GetJourneyActiontemplatesTooManyRequests) IsClientError

IsClientError returns true when this get journey actiontemplates too many requests response has a 4xx status code

func (*GetJourneyActiontemplatesTooManyRequests) IsCode

IsCode returns true when this get journey actiontemplates too many requests response a status code equal to that given

func (*GetJourneyActiontemplatesTooManyRequests) IsRedirect

IsRedirect returns true when this get journey actiontemplates too many requests response has a 3xx status code

func (*GetJourneyActiontemplatesTooManyRequests) IsServerError

IsServerError returns true when this get journey actiontemplates too many requests response has a 5xx status code

func (*GetJourneyActiontemplatesTooManyRequests) IsSuccess

IsSuccess returns true when this get journey actiontemplates too many requests response has a 2xx status code

func (*GetJourneyActiontemplatesTooManyRequests) String

type GetJourneyActiontemplatesUnauthorized

type GetJourneyActiontemplatesUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesUnauthorized) GetPayload

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

IsCode returns true when this get journey actiontemplates unauthorized response a status code equal to that given

func (*GetJourneyActiontemplatesUnauthorized) IsRedirect

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

IsSuccess returns true when this get journey actiontemplates unauthorized response has a 2xx status code

func (*GetJourneyActiontemplatesUnauthorized) String

type GetJourneyActiontemplatesUnsupportedMediaType

type GetJourneyActiontemplatesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyActiontemplatesUnsupportedMediaType) GetPayload

func (*GetJourneyActiontemplatesUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey actiontemplates unsupported media type response has a 4xx status code

func (*GetJourneyActiontemplatesUnsupportedMediaType) IsCode

IsCode returns true when this get journey actiontemplates unsupported media type response a status code equal to that given

func (*GetJourneyActiontemplatesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey actiontemplates unsupported media type response has a 3xx status code

func (*GetJourneyActiontemplatesUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey actiontemplates unsupported media type response has a 5xx status code

func (*GetJourneyActiontemplatesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey actiontemplates unsupported media type response has a 2xx status code

func (*GetJourneyActiontemplatesUnsupportedMediaType) String

type GetJourneyOutcomeBadRequest

type GetJourneyOutcomeBadRequest struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneyOutcomeForbidden struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneyOutcomeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeGatewayTimeout) GetPayload

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

type GetJourneyOutcomeInternalServerError

type GetJourneyOutcomeInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeInternalServerError) GetPayload

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

IsCode returns true when this get journey outcome internal server error response a status code equal to that given

func (*GetJourneyOutcomeInternalServerError) IsRedirect

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

IsSuccess returns true when this get journey outcome internal server error response has a 2xx status code

func (*GetJourneyOutcomeInternalServerError) String

type GetJourneyOutcomeNotFound

type GetJourneyOutcomeNotFound struct {
	Payload *models.ErrorBody
}

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

type GetJourneyOutcomeOK struct {
	Payload *models.Outcome
}

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

WithContext adds the context to the get journey outcome params

func (*GetJourneyOutcomeParams) WithDefaults

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

WithTimeout adds the timeout to the get journey outcome params

func (*GetJourneyOutcomeParams) WriteToRequest

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

type GetJourneyOutcomeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get journey outcome request entity too large response a status code equal to that given

func (*GetJourneyOutcomeRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get journey outcome request entity too large response has a 2xx status code

func (*GetJourneyOutcomeRequestEntityTooLarge) String

type GetJourneyOutcomeRequestTimeout

type GetJourneyOutcomeRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeRequestTimeout) GetPayload

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

type GetJourneyOutcomeServiceUnavailable

type GetJourneyOutcomeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeServiceUnavailable) GetPayload

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

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

IsSuccess returns true when this get journey outcome service unavailable response has a 2xx status code

func (*GetJourneyOutcomeServiceUnavailable) String

type GetJourneyOutcomeTooManyRequests

type GetJourneyOutcomeTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeTooManyRequests) GetPayload

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

type GetJourneyOutcomeUnauthorized

type GetJourneyOutcomeUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeUnauthorized) GetPayload

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

type GetJourneyOutcomeUnsupportedMediaType

type GetJourneyOutcomeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomeUnsupportedMediaType) GetPayload

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

IsCode returns true when this get journey outcome unsupported media type response a status code equal to that given

func (*GetJourneyOutcomeUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get journey outcome unsupported media type response has a 2xx status code

func (*GetJourneyOutcomeUnsupportedMediaType) String

type GetJourneyOutcomesBadRequest

type GetJourneyOutcomesBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesBadRequest) GetPayload

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

type GetJourneyOutcomesForbidden

type GetJourneyOutcomesForbidden struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneyOutcomesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesGatewayTimeout) GetPayload

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

type GetJourneyOutcomesInternalServerError

type GetJourneyOutcomesInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesInternalServerError) GetPayload

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

IsCode returns true when this get journey outcomes internal server error response a status code equal to that given

func (*GetJourneyOutcomesInternalServerError) IsRedirect

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

IsSuccess returns true when this get journey outcomes internal server error response has a 2xx status code

func (*GetJourneyOutcomesInternalServerError) String

type GetJourneyOutcomesNotFound

type GetJourneyOutcomesNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

WithContext adds the context to the get journey outcomes params

func (*GetJourneyOutcomesParams) WithDefaults

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

WithSortBy adds the sortBy to the get journey outcomes params

func (*GetJourneyOutcomesParams) WithTimeout

WithTimeout adds the timeout to the get journey outcomes params

func (*GetJourneyOutcomesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetJourneyOutcomesPredictorBadRequest

type GetJourneyOutcomesPredictorBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorBadRequest) GetPayload

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

IsCode returns true when this get journey outcomes predictor bad request response a status code equal to that given

func (*GetJourneyOutcomesPredictorBadRequest) IsRedirect

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

IsSuccess returns true when this get journey outcomes predictor bad request response has a 2xx status code

func (*GetJourneyOutcomesPredictorBadRequest) String

type GetJourneyOutcomesPredictorForbidden

type GetJourneyOutcomesPredictorForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorForbidden) GetPayload

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

IsCode returns true when this get journey outcomes predictor forbidden response a status code equal to that given

func (*GetJourneyOutcomesPredictorForbidden) IsRedirect

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

IsSuccess returns true when this get journey outcomes predictor forbidden response has a 2xx status code

func (*GetJourneyOutcomesPredictorForbidden) String

type GetJourneyOutcomesPredictorGatewayTimeout

type GetJourneyOutcomesPredictorGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorGatewayTimeout) GetPayload

func (*GetJourneyOutcomesPredictorGatewayTimeout) IsClientError

IsClientError returns true when this get journey outcomes predictor gateway timeout response has a 4xx status code

func (*GetJourneyOutcomesPredictorGatewayTimeout) IsCode

IsCode returns true when this get journey outcomes predictor gateway timeout response a status code equal to that given

func (*GetJourneyOutcomesPredictorGatewayTimeout) IsRedirect

IsRedirect returns true when this get journey outcomes predictor gateway timeout response has a 3xx status code

func (*GetJourneyOutcomesPredictorGatewayTimeout) IsServerError

IsServerError returns true when this get journey outcomes predictor gateway timeout response has a 5xx status code

func (*GetJourneyOutcomesPredictorGatewayTimeout) IsSuccess

IsSuccess returns true when this get journey outcomes predictor gateway timeout response has a 2xx status code

func (*GetJourneyOutcomesPredictorGatewayTimeout) String

type GetJourneyOutcomesPredictorInternalServerError

type GetJourneyOutcomesPredictorInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorInternalServerError) GetPayload

func (*GetJourneyOutcomesPredictorInternalServerError) IsClientError

IsClientError returns true when this get journey outcomes predictor internal server error response has a 4xx status code

func (*GetJourneyOutcomesPredictorInternalServerError) IsCode

IsCode returns true when this get journey outcomes predictor internal server error response a status code equal to that given

func (*GetJourneyOutcomesPredictorInternalServerError) IsRedirect

IsRedirect returns true when this get journey outcomes predictor internal server error response has a 3xx status code

func (*GetJourneyOutcomesPredictorInternalServerError) IsServerError

IsServerError returns true when this get journey outcomes predictor internal server error response has a 5xx status code

func (*GetJourneyOutcomesPredictorInternalServerError) IsSuccess

IsSuccess returns true when this get journey outcomes predictor internal server error response has a 2xx status code

func (*GetJourneyOutcomesPredictorInternalServerError) String

type GetJourneyOutcomesPredictorNotFound

type GetJourneyOutcomesPredictorNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorNotFound) GetPayload

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

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

IsSuccess returns true when this get journey outcomes predictor not found response has a 2xx status code

func (*GetJourneyOutcomesPredictorNotFound) 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 (*GetJourneyOutcomesPredictorOK) GetPayload

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

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

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

WithContext adds the context to the get journey outcomes predictor params

func (*GetJourneyOutcomesPredictorParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey outcomes predictor params

func (*GetJourneyOutcomesPredictorParams) WithPredictorID

WithPredictorID adds the predictorID to the get journey outcomes predictor params

func (*GetJourneyOutcomesPredictorParams) WithTimeout

WithTimeout adds the timeout to the get journey outcomes predictor params

func (*GetJourneyOutcomesPredictorParams) WriteToRequest

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

type GetJourneyOutcomesPredictorRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorRequestEntityTooLarge) GetPayload

func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey outcomes predictor request entity too large response has a 4xx status code

func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsCode

IsCode returns true when this get journey outcomes predictor request entity too large response a status code equal to that given

func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey outcomes predictor request entity too large response has a 3xx status code

func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey outcomes predictor request entity too large response has a 5xx status code

func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey outcomes predictor request entity too large response has a 2xx status code

func (*GetJourneyOutcomesPredictorRequestEntityTooLarge) String

type GetJourneyOutcomesPredictorRequestTimeout

type GetJourneyOutcomesPredictorRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorRequestTimeout) GetPayload

func (*GetJourneyOutcomesPredictorRequestTimeout) IsClientError

IsClientError returns true when this get journey outcomes predictor request timeout response has a 4xx status code

func (*GetJourneyOutcomesPredictorRequestTimeout) IsCode

IsCode returns true when this get journey outcomes predictor request timeout response a status code equal to that given

func (*GetJourneyOutcomesPredictorRequestTimeout) IsRedirect

IsRedirect returns true when this get journey outcomes predictor request timeout response has a 3xx status code

func (*GetJourneyOutcomesPredictorRequestTimeout) IsServerError

IsServerError returns true when this get journey outcomes predictor request timeout response has a 5xx status code

func (*GetJourneyOutcomesPredictorRequestTimeout) IsSuccess

IsSuccess returns true when this get journey outcomes predictor request timeout response has a 2xx status code

func (*GetJourneyOutcomesPredictorRequestTimeout) String

type GetJourneyOutcomesPredictorServiceUnavailable

type GetJourneyOutcomesPredictorServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorServiceUnavailable) GetPayload

func (*GetJourneyOutcomesPredictorServiceUnavailable) IsClientError

IsClientError returns true when this get journey outcomes predictor service unavailable response has a 4xx status code

func (*GetJourneyOutcomesPredictorServiceUnavailable) IsCode

IsCode returns true when this get journey outcomes predictor service unavailable response a status code equal to that given

func (*GetJourneyOutcomesPredictorServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey outcomes predictor service unavailable response has a 3xx status code

func (*GetJourneyOutcomesPredictorServiceUnavailable) IsServerError

IsServerError returns true when this get journey outcomes predictor service unavailable response has a 5xx status code

func (*GetJourneyOutcomesPredictorServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey outcomes predictor service unavailable response has a 2xx status code

func (*GetJourneyOutcomesPredictorServiceUnavailable) String

type GetJourneyOutcomesPredictorTooManyRequests

type GetJourneyOutcomesPredictorTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorTooManyRequests) GetPayload

func (*GetJourneyOutcomesPredictorTooManyRequests) IsClientError

IsClientError returns true when this get journey outcomes predictor too many requests response has a 4xx status code

func (*GetJourneyOutcomesPredictorTooManyRequests) IsCode

IsCode returns true when this get journey outcomes predictor too many requests response a status code equal to that given

func (*GetJourneyOutcomesPredictorTooManyRequests) IsRedirect

IsRedirect returns true when this get journey outcomes predictor too many requests response has a 3xx status code

func (*GetJourneyOutcomesPredictorTooManyRequests) IsServerError

IsServerError returns true when this get journey outcomes predictor too many requests response has a 5xx status code

func (*GetJourneyOutcomesPredictorTooManyRequests) IsSuccess

IsSuccess returns true when this get journey outcomes predictor too many requests response has a 2xx status code

func (*GetJourneyOutcomesPredictorTooManyRequests) String

type GetJourneyOutcomesPredictorUnauthorized

type GetJourneyOutcomesPredictorUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorUnauthorized) GetPayload

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

IsCode returns true when this get journey outcomes predictor unauthorized response a status code equal to that given

func (*GetJourneyOutcomesPredictorUnauthorized) IsRedirect

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

IsSuccess returns true when this get journey outcomes predictor unauthorized response has a 2xx status code

func (*GetJourneyOutcomesPredictorUnauthorized) String

type GetJourneyOutcomesPredictorUnsupportedMediaType

type GetJourneyOutcomesPredictorUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorUnsupportedMediaType) GetPayload

func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey outcomes predictor unsupported media type response has a 4xx status code

func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsCode

IsCode returns true when this get journey outcomes predictor unsupported media type response a status code equal to that given

func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey outcomes predictor unsupported media type response has a 3xx status code

func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey outcomes predictor unsupported media type response has a 5xx status code

func (*GetJourneyOutcomesPredictorUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey outcomes predictor unsupported media type response has a 2xx status code

func (*GetJourneyOutcomesPredictorUnsupportedMediaType) String

type GetJourneyOutcomesPredictorsBadRequest

type GetJourneyOutcomesPredictorsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsBadRequest) GetPayload

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

IsCode returns true when this get journey outcomes predictors bad request response a status code equal to that given

func (*GetJourneyOutcomesPredictorsBadRequest) IsRedirect

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

IsSuccess returns true when this get journey outcomes predictors bad request response has a 2xx status code

func (*GetJourneyOutcomesPredictorsBadRequest) String

type GetJourneyOutcomesPredictorsForbidden

type GetJourneyOutcomesPredictorsForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsForbidden) GetPayload

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

IsCode returns true when this get journey outcomes predictors forbidden response a status code equal to that given

func (*GetJourneyOutcomesPredictorsForbidden) IsRedirect

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

IsSuccess returns true when this get journey outcomes predictors forbidden response has a 2xx status code

func (*GetJourneyOutcomesPredictorsForbidden) String

type GetJourneyOutcomesPredictorsGatewayTimeout

type GetJourneyOutcomesPredictorsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsGatewayTimeout) GetPayload

func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsClientError

IsClientError returns true when this get journey outcomes predictors gateway timeout response has a 4xx status code

func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsCode

IsCode returns true when this get journey outcomes predictors gateway timeout response a status code equal to that given

func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsRedirect

IsRedirect returns true when this get journey outcomes predictors gateway timeout response has a 3xx status code

func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsServerError

IsServerError returns true when this get journey outcomes predictors gateway timeout response has a 5xx status code

func (*GetJourneyOutcomesPredictorsGatewayTimeout) IsSuccess

IsSuccess returns true when this get journey outcomes predictors gateway timeout response has a 2xx status code

func (*GetJourneyOutcomesPredictorsGatewayTimeout) String

type GetJourneyOutcomesPredictorsInternalServerError

type GetJourneyOutcomesPredictorsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsInternalServerError) GetPayload

func (*GetJourneyOutcomesPredictorsInternalServerError) IsClientError

IsClientError returns true when this get journey outcomes predictors internal server error response has a 4xx status code

func (*GetJourneyOutcomesPredictorsInternalServerError) IsCode

IsCode returns true when this get journey outcomes predictors internal server error response a status code equal to that given

func (*GetJourneyOutcomesPredictorsInternalServerError) IsRedirect

IsRedirect returns true when this get journey outcomes predictors internal server error response has a 3xx status code

func (*GetJourneyOutcomesPredictorsInternalServerError) IsServerError

IsServerError returns true when this get journey outcomes predictors internal server error response has a 5xx status code

func (*GetJourneyOutcomesPredictorsInternalServerError) IsSuccess

IsSuccess returns true when this get journey outcomes predictors internal server error response has a 2xx status code

func (*GetJourneyOutcomesPredictorsInternalServerError) String

type GetJourneyOutcomesPredictorsNotFound

type GetJourneyOutcomesPredictorsNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsNotFound) GetPayload

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

IsCode returns true when this get journey outcomes predictors not found response a status code equal to that given

func (*GetJourneyOutcomesPredictorsNotFound) IsRedirect

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

IsSuccess returns true when this get journey outcomes predictors not found response has a 2xx status code

func (*GetJourneyOutcomesPredictorsNotFound) 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 (*GetJourneyOutcomesPredictorsOK) GetPayload

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

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

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

WithContext adds the context to the get journey outcomes predictors params

func (*GetJourneyOutcomesPredictorsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey outcomes predictors params

func (*GetJourneyOutcomesPredictorsParams) WithTimeout

WithTimeout adds the timeout to the get journey outcomes predictors params

func (*GetJourneyOutcomesPredictorsParams) WriteToRequest

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

type GetJourneyOutcomesPredictorsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload

func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey outcomes predictors request entity too large response has a 4xx status code

func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode

IsCode returns true when this get journey outcomes predictors request entity too large response a status code equal to that given

func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey outcomes predictors request entity too large response has a 3xx status code

func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey outcomes predictors request entity too large response has a 5xx status code

func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey outcomes predictors request entity too large response has a 2xx status code

func (*GetJourneyOutcomesPredictorsRequestEntityTooLarge) String

type GetJourneyOutcomesPredictorsRequestTimeout

type GetJourneyOutcomesPredictorsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsRequestTimeout) GetPayload

func (*GetJourneyOutcomesPredictorsRequestTimeout) IsClientError

IsClientError returns true when this get journey outcomes predictors request timeout response has a 4xx status code

func (*GetJourneyOutcomesPredictorsRequestTimeout) IsCode

IsCode returns true when this get journey outcomes predictors request timeout response a status code equal to that given

func (*GetJourneyOutcomesPredictorsRequestTimeout) IsRedirect

IsRedirect returns true when this get journey outcomes predictors request timeout response has a 3xx status code

func (*GetJourneyOutcomesPredictorsRequestTimeout) IsServerError

IsServerError returns true when this get journey outcomes predictors request timeout response has a 5xx status code

func (*GetJourneyOutcomesPredictorsRequestTimeout) IsSuccess

IsSuccess returns true when this get journey outcomes predictors request timeout response has a 2xx status code

func (*GetJourneyOutcomesPredictorsRequestTimeout) String

type GetJourneyOutcomesPredictorsServiceUnavailable

type GetJourneyOutcomesPredictorsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsServiceUnavailable) GetPayload

func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsClientError

IsClientError returns true when this get journey outcomes predictors service unavailable response has a 4xx status code

func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsCode

IsCode returns true when this get journey outcomes predictors service unavailable response a status code equal to that given

func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey outcomes predictors service unavailable response has a 3xx status code

func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsServerError

IsServerError returns true when this get journey outcomes predictors service unavailable response has a 5xx status code

func (*GetJourneyOutcomesPredictorsServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey outcomes predictors service unavailable response has a 2xx status code

func (*GetJourneyOutcomesPredictorsServiceUnavailable) String

type GetJourneyOutcomesPredictorsTooManyRequests

type GetJourneyOutcomesPredictorsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsTooManyRequests) GetPayload

func (*GetJourneyOutcomesPredictorsTooManyRequests) IsClientError

IsClientError returns true when this get journey outcomes predictors too many requests response has a 4xx status code

func (*GetJourneyOutcomesPredictorsTooManyRequests) IsCode

IsCode returns true when this get journey outcomes predictors too many requests response a status code equal to that given

func (*GetJourneyOutcomesPredictorsTooManyRequests) IsRedirect

IsRedirect returns true when this get journey outcomes predictors too many requests response has a 3xx status code

func (*GetJourneyOutcomesPredictorsTooManyRequests) IsServerError

IsServerError returns true when this get journey outcomes predictors too many requests response has a 5xx status code

func (*GetJourneyOutcomesPredictorsTooManyRequests) IsSuccess

IsSuccess returns true when this get journey outcomes predictors too many requests response has a 2xx status code

func (*GetJourneyOutcomesPredictorsTooManyRequests) String

type GetJourneyOutcomesPredictorsUnauthorized

type GetJourneyOutcomesPredictorsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsUnauthorized) GetPayload

func (*GetJourneyOutcomesPredictorsUnauthorized) IsClientError

IsClientError returns true when this get journey outcomes predictors unauthorized response has a 4xx status code

func (*GetJourneyOutcomesPredictorsUnauthorized) IsCode

IsCode returns true when this get journey outcomes predictors unauthorized response a status code equal to that given

func (*GetJourneyOutcomesPredictorsUnauthorized) IsRedirect

IsRedirect returns true when this get journey outcomes predictors unauthorized response has a 3xx status code

func (*GetJourneyOutcomesPredictorsUnauthorized) IsServerError

IsServerError returns true when this get journey outcomes predictors unauthorized response has a 5xx status code

func (*GetJourneyOutcomesPredictorsUnauthorized) IsSuccess

IsSuccess returns true when this get journey outcomes predictors unauthorized response has a 2xx status code

func (*GetJourneyOutcomesPredictorsUnauthorized) String

type GetJourneyOutcomesPredictorsUnsupportedMediaType

type GetJourneyOutcomesPredictorsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload

func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey outcomes predictors unsupported media type response has a 4xx status code

func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsCode

IsCode returns true when this get journey outcomes predictors unsupported media type response a status code equal to that given

func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey outcomes predictors unsupported media type response has a 3xx status code

func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey outcomes predictors unsupported media type response has a 5xx status code

func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey outcomes predictors unsupported media type response has a 2xx status code

func (*GetJourneyOutcomesPredictorsUnsupportedMediaType) 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

type GetJourneyOutcomesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get journey outcomes request entity too large response a status code equal to that given

func (*GetJourneyOutcomesRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get journey outcomes request entity too large response has a 2xx status code

func (*GetJourneyOutcomesRequestEntityTooLarge) String

type GetJourneyOutcomesRequestTimeout

type GetJourneyOutcomesRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesRequestTimeout) GetPayload

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

type GetJourneyOutcomesServiceUnavailable

type GetJourneyOutcomesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesServiceUnavailable) GetPayload

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

IsCode returns true when this get journey outcomes service unavailable response a status code equal to that given

func (*GetJourneyOutcomesServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get journey outcomes service unavailable response has a 2xx status code

func (*GetJourneyOutcomesServiceUnavailable) String

type GetJourneyOutcomesTooManyRequests

type GetJourneyOutcomesTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesTooManyRequests) GetPayload

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

type GetJourneyOutcomesUnauthorized

type GetJourneyOutcomesUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesUnauthorized) GetPayload

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

type GetJourneyOutcomesUnsupportedMediaType

type GetJourneyOutcomesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneyOutcomesUnsupportedMediaType) GetPayload

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

IsCode returns true when this get journey outcomes unsupported media type response a status code equal to that given

func (*GetJourneyOutcomesUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get journey outcomes unsupported media type response has a 2xx status code

func (*GetJourneyOutcomesUnsupportedMediaType) String

type GetJourneySegmentBadRequest

type GetJourneySegmentBadRequest struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneySegmentForbidden struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneySegmentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentGatewayTimeout) GetPayload

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

type GetJourneySegmentInternalServerError

type GetJourneySegmentInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentInternalServerError) GetPayload

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

IsCode returns true when this get journey segment internal server error response a status code equal to that given

func (*GetJourneySegmentInternalServerError) IsRedirect

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

IsSuccess returns true when this get journey segment internal server error response has a 2xx status code

func (*GetJourneySegmentInternalServerError) String

type GetJourneySegmentNotFound

type GetJourneySegmentNotFound struct {
	Payload *models.ErrorBody
}

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

WithContext adds the context to the get journey segment params

func (*GetJourneySegmentParams) WithDefaults

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

WithTimeout adds the timeout to the get journey segment params

func (*GetJourneySegmentParams) WriteToRequest

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

type GetJourneySegmentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get journey segment request entity too large response a status code equal to that given

func (*GetJourneySegmentRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get journey segment request entity too large response has a 2xx status code

func (*GetJourneySegmentRequestEntityTooLarge) String

type GetJourneySegmentRequestTimeout

type GetJourneySegmentRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentRequestTimeout) GetPayload

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

type GetJourneySegmentServiceUnavailable

type GetJourneySegmentServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentServiceUnavailable) GetPayload

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

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

IsSuccess returns true when this get journey segment service unavailable response has a 2xx status code

func (*GetJourneySegmentServiceUnavailable) String

type GetJourneySegmentTooManyRequests

type GetJourneySegmentTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentTooManyRequests) GetPayload

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

type GetJourneySegmentUnauthorized

type GetJourneySegmentUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentUnauthorized) GetPayload

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

type GetJourneySegmentUnsupportedMediaType

type GetJourneySegmentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentUnsupportedMediaType) GetPayload

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

IsCode returns true when this get journey segment unsupported media type response a status code equal to that given

func (*GetJourneySegmentUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get journey segment unsupported media type response has a 2xx status code

func (*GetJourneySegmentUnsupportedMediaType) String

type GetJourneySegmentsBadRequest

type GetJourneySegmentsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsBadRequest) GetPayload

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

type GetJourneySegmentsForbidden

type GetJourneySegmentsForbidden struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneySegmentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsGatewayTimeout) GetPayload

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

type GetJourneySegmentsInternalServerError

type GetJourneySegmentsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsInternalServerError) GetPayload

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

IsCode returns true when this get journey segments internal server error response a status code equal to that given

func (*GetJourneySegmentsInternalServerError) IsRedirect

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

IsSuccess returns true when this get journey segments internal server error response has a 2xx status code

func (*GetJourneySegmentsInternalServerError) String

type GetJourneySegmentsNotFound

type GetJourneySegmentsNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

WithContext adds the context to the get journey segments params

func (*GetJourneySegmentsParams) WithDefaults

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

WithSortBy adds the sortBy to the get journey segments params

func (*GetJourneySegmentsParams) WithTimeout

WithTimeout adds the timeout to the get journey segments params

func (*GetJourneySegmentsParams) WriteToRequest

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

type GetJourneySegmentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get journey segments request entity too large response a status code equal to that given

func (*GetJourneySegmentsRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get journey segments request entity too large response has a 2xx status code

func (*GetJourneySegmentsRequestEntityTooLarge) String

type GetJourneySegmentsRequestTimeout

type GetJourneySegmentsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsRequestTimeout) GetPayload

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

type GetJourneySegmentsServiceUnavailable

type GetJourneySegmentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsServiceUnavailable) GetPayload

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

IsCode returns true when this get journey segments service unavailable response a status code equal to that given

func (*GetJourneySegmentsServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get journey segments service unavailable response has a 2xx status code

func (*GetJourneySegmentsServiceUnavailable) String

type GetJourneySegmentsTooManyRequests

type GetJourneySegmentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsTooManyRequests) GetPayload

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

type GetJourneySegmentsUnauthorized

type GetJourneySegmentsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsUnauthorized) GetPayload

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

type GetJourneySegmentsUnsupportedMediaType

type GetJourneySegmentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySegmentsUnsupportedMediaType) GetPayload

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

IsCode returns true when this get journey segments unsupported media type response a status code equal to that given

func (*GetJourneySegmentsUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get journey segments unsupported media type response has a 2xx status code

func (*GetJourneySegmentsUnsupportedMediaType) String

type GetJourneySessionBadRequest

type GetJourneySessionBadRequest struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneySessionForbidden struct {
	Payload *models.ErrorBody
}

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 (*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

type GetJourneySessionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionGatewayTimeout) GetPayload

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

type GetJourneySessionInternalServerError

type GetJourneySessionInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionInternalServerError) GetPayload

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

IsCode returns true when this get journey session internal server error response a status code equal to that given

func (*GetJourneySessionInternalServerError) IsRedirect

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

IsSuccess returns true when this get journey session internal server error response has a 2xx status code

func (*GetJourneySessionInternalServerError) String

type GetJourneySessionNotFound

type GetJourneySessionNotFound struct {
	Payload *models.ErrorBody
}

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

type GetJourneySessionOK struct {
	Payload *models.Session
}

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

type GetJourneySessionOutcomescoresBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresBadRequest) GetPayload

func (*GetJourneySessionOutcomescoresBadRequest) IsClientError

IsClientError returns true when this get journey session outcomescores bad request response has a 4xx status code

func (*GetJourneySessionOutcomescoresBadRequest) IsCode

IsCode returns true when this get journey session outcomescores bad request response a status code equal to that given

func (*GetJourneySessionOutcomescoresBadRequest) IsRedirect

IsRedirect returns true when this get journey session outcomescores bad request response has a 3xx status code

func (*GetJourneySessionOutcomescoresBadRequest) IsServerError

IsServerError returns true when this get journey session outcomescores bad request response has a 5xx status code

func (*GetJourneySessionOutcomescoresBadRequest) IsSuccess

IsSuccess returns true when this get journey session outcomescores bad request response has a 2xx status code

func (*GetJourneySessionOutcomescoresBadRequest) String

type GetJourneySessionOutcomescoresForbidden

type GetJourneySessionOutcomescoresForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresForbidden) GetPayload

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

IsCode returns true when this get journey session outcomescores forbidden response a status code equal to that given

func (*GetJourneySessionOutcomescoresForbidden) IsRedirect

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

IsSuccess returns true when this get journey session outcomescores forbidden response has a 2xx status code

func (*GetJourneySessionOutcomescoresForbidden) String

type GetJourneySessionOutcomescoresGatewayTimeout

type GetJourneySessionOutcomescoresGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresGatewayTimeout) GetPayload

func (*GetJourneySessionOutcomescoresGatewayTimeout) IsClientError

IsClientError returns true when this get journey session outcomescores gateway timeout response has a 4xx status code

func (*GetJourneySessionOutcomescoresGatewayTimeout) IsCode

IsCode returns true when this get journey session outcomescores gateway timeout response a status code equal to that given

func (*GetJourneySessionOutcomescoresGatewayTimeout) IsRedirect

IsRedirect returns true when this get journey session outcomescores gateway timeout response has a 3xx status code

func (*GetJourneySessionOutcomescoresGatewayTimeout) IsServerError

IsServerError returns true when this get journey session outcomescores gateway timeout response has a 5xx status code

func (*GetJourneySessionOutcomescoresGatewayTimeout) IsSuccess

IsSuccess returns true when this get journey session outcomescores gateway timeout response has a 2xx status code

func (*GetJourneySessionOutcomescoresGatewayTimeout) String

type GetJourneySessionOutcomescoresInternalServerError

type GetJourneySessionOutcomescoresInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresInternalServerError) GetPayload

func (*GetJourneySessionOutcomescoresInternalServerError) IsClientError

IsClientError returns true when this get journey session outcomescores internal server error response has a 4xx status code

func (*GetJourneySessionOutcomescoresInternalServerError) IsCode

IsCode returns true when this get journey session outcomescores internal server error response a status code equal to that given

func (*GetJourneySessionOutcomescoresInternalServerError) IsRedirect

IsRedirect returns true when this get journey session outcomescores internal server error response has a 3xx status code

func (*GetJourneySessionOutcomescoresInternalServerError) IsServerError

IsServerError returns true when this get journey session outcomescores internal server error response has a 5xx status code

func (*GetJourneySessionOutcomescoresInternalServerError) IsSuccess

IsSuccess returns true when this get journey session outcomescores internal server error response has a 2xx status code

func (*GetJourneySessionOutcomescoresInternalServerError) String

type GetJourneySessionOutcomescoresNotFound

type GetJourneySessionOutcomescoresNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresNotFound) GetPayload

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

IsCode returns true when this get journey session outcomescores not found response a status code equal to that given

func (*GetJourneySessionOutcomescoresNotFound) IsRedirect

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

IsSuccess returns true when this get journey session outcomescores not found response has a 2xx status code

func (*GetJourneySessionOutcomescoresNotFound) 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 (*GetJourneySessionOutcomescoresOK) GetPayload

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

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

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

WithContext adds the context to the get journey session outcomescores params

func (*GetJourneySessionOutcomescoresParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get journey session outcomescores params

func (*GetJourneySessionOutcomescoresParams) WithSessionID

WithSessionID adds the sessionID to the get journey session outcomescores params

func (*GetJourneySessionOutcomescoresParams) WithTimeout

WithTimeout adds the timeout to the get journey session outcomescores params

func (*GetJourneySessionOutcomescoresParams) WriteToRequest

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

type GetJourneySessionOutcomescoresRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresRequestEntityTooLarge) GetPayload

func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsClientError

IsClientError returns true when this get journey session outcomescores request entity too large response has a 4xx status code

func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsCode

IsCode returns true when this get journey session outcomescores request entity too large response a status code equal to that given

func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get journey session outcomescores request entity too large response has a 3xx status code

func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsServerError

IsServerError returns true when this get journey session outcomescores request entity too large response has a 5xx status code

func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get journey session outcomescores request entity too large response has a 2xx status code

func (*GetJourneySessionOutcomescoresRequestEntityTooLarge) String

type GetJourneySessionOutcomescoresRequestTimeout

type GetJourneySessionOutcomescoresRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresRequestTimeout) GetPayload

func (*GetJourneySessionOutcomescoresRequestTimeout) IsClientError

IsClientError returns true when this get journey session outcomescores request timeout response has a 4xx status code

func (*GetJourneySessionOutcomescoresRequestTimeout) IsCode

IsCode returns true when this get journey session outcomescores request timeout response a status code equal to that given

func (*GetJourneySessionOutcomescoresRequestTimeout) IsRedirect

IsRedirect returns true when this get journey session outcomescores request timeout response has a 3xx status code

func (*GetJourneySessionOutcomescoresRequestTimeout) IsServerError

IsServerError returns true when this get journey session outcomescores request timeout response has a 5xx status code

func (*GetJourneySessionOutcomescoresRequestTimeout) IsSuccess

IsSuccess returns true when this get journey session outcomescores request timeout response has a 2xx status code

func (*GetJourneySessionOutcomescoresRequestTimeout) String

type GetJourneySessionOutcomescoresServiceUnavailable

type GetJourneySessionOutcomescoresServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresServiceUnavailable) GetPayload

func (*GetJourneySessionOutcomescoresServiceUnavailable) IsClientError

IsClientError returns true when this get journey session outcomescores service unavailable response has a 4xx status code

func (*GetJourneySessionOutcomescoresServiceUnavailable) IsCode

IsCode returns true when this get journey session outcomescores service unavailable response a status code equal to that given

func (*GetJourneySessionOutcomescoresServiceUnavailable) IsRedirect

IsRedirect returns true when this get journey session outcomescores service unavailable response has a 3xx status code

func (*GetJourneySessionOutcomescoresServiceUnavailable) IsServerError

IsServerError returns true when this get journey session outcomescores service unavailable response has a 5xx status code

func (*GetJourneySessionOutcomescoresServiceUnavailable) IsSuccess

IsSuccess returns true when this get journey session outcomescores service unavailable response has a 2xx status code

func (*GetJourneySessionOutcomescoresServiceUnavailable) String

type GetJourneySessionOutcomescoresTooManyRequests

type GetJourneySessionOutcomescoresTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresTooManyRequests) GetPayload

func (*GetJourneySessionOutcomescoresTooManyRequests) IsClientError

IsClientError returns true when this get journey session outcomescores too many requests response has a 4xx status code

func (*GetJourneySessionOutcomescoresTooManyRequests) IsCode

IsCode returns true when this get journey session outcomescores too many requests response a status code equal to that given

func (*GetJourneySessionOutcomescoresTooManyRequests) IsRedirect

IsRedirect returns true when this get journey session outcomescores too many requests response has a 3xx status code

func (*GetJourneySessionOutcomescoresTooManyRequests) IsServerError

IsServerError returns true when this get journey session outcomescores too many requests response has a 5xx status code

func (*GetJourneySessionOutcomescoresTooManyRequests) IsSuccess

IsSuccess returns true when this get journey session outcomescores too many requests response has a 2xx status code

func (*GetJourneySessionOutcomescoresTooManyRequests) String

type GetJourneySessionOutcomescoresUnauthorized

type GetJourneySessionOutcomescoresUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresUnauthorized) GetPayload

func (*GetJourneySessionOutcomescoresUnauthorized) IsClientError

IsClientError returns true when this get journey session outcomescores unauthorized response has a 4xx status code

func (*GetJourneySessionOutcomescoresUnauthorized) IsCode

IsCode returns true when this get journey session outcomescores unauthorized response a status code equal to that given

func (*GetJourneySessionOutcomescoresUnauthorized) IsRedirect

IsRedirect returns true when this get journey session outcomescores unauthorized response has a 3xx status code

func (*GetJourneySessionOutcomescoresUnauthorized) IsServerError

IsServerError returns true when this get journey session outcomescores unauthorized response has a 5xx status code

func (*GetJourneySessionOutcomescoresUnauthorized) IsSuccess

IsSuccess returns true when this get journey session outcomescores unauthorized response has a 2xx status code

func (*GetJourneySessionOutcomescoresUnauthorized) String

type GetJourneySessionOutcomescoresUnsupportedMediaType

type GetJourneySessionOutcomescoresUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionOutcomescoresUnsupportedMediaType) GetPayload

func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsClientError

IsClientError returns true when this get journey session outcomescores unsupported media type response has a 4xx status code

func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsCode

IsCode returns true when this get journey session outcomescores unsupported media type response a status code equal to that given

func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get journey session outcomescores unsupported media type response has a 3xx status code

func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsServerError

IsServerError returns true when this get journey session outcomescores unsupported media type response has a 5xx status code

func (*GetJourneySessionOutcomescoresUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get journey session outcomescores unsupported media type response has a 2xx status code

func (*GetJourneySessionOutcomescoresUnsupportedMediaType) 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

WithContext adds the context to the get journey session params

func (*GetJourneySessionParams) WithDefaults

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

WithTimeout adds the timeout to the get journey session params

func (*GetJourneySessionParams) WriteToRequest

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

type GetJourneySessionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get journey session request entity too large response a status code equal to that given

func (*GetJourneySessionRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get journey session request entity too large response has a 2xx status code

func (*GetJourneySessionRequestEntityTooLarge) String

type GetJourneySessionRequestTimeout

type GetJourneySessionRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionRequestTimeout) GetPayload

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

type GetJourneySessionServiceUnavailable

type GetJourneySessionServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionServiceUnavailable) GetPayload

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

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

IsSuccess returns true when this get journey session service unavailable response has a 2xx status code

func (*GetJourneySessionServiceUnavailable) String

type GetJourneySessionTooManyRequests

type GetJourneySessionTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionTooManyRequests) GetPayload

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

type GetJourneySessionUnauthorized

type GetJourneySessionUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionUnauthorized) GetPayload

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

type GetJourneySessionUnsupportedMediaType

type GetJourneySessionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetJourneySessionUnsupportedMediaType) GetPayload

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

IsCode returns true when this get journey session unsupported media type response a status code equal to that given

func (*GetJourneySessionUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get journey session unsupported media type response has a 2xx status code

func (*GetJourneySessionUnsupportedMediaType) String

type PatchJourneyActionmapBadRequest

type PatchJourneyActionmapBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapBadRequest) GetPayload

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

type PatchJourneyActionmapConflict

type PatchJourneyActionmapConflict struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapConflict) GetPayload

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

type PatchJourneyActionmapForbidden

type PatchJourneyActionmapForbidden struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapForbidden) GetPayload

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

type PatchJourneyActionmapGatewayTimeout

type PatchJourneyActionmapGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapGatewayTimeout) GetPayload

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

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

IsSuccess returns true when this patch journey actionmap gateway timeout response has a 2xx status code

func (*PatchJourneyActionmapGatewayTimeout) String

type PatchJourneyActionmapInternalServerError

type PatchJourneyActionmapInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapInternalServerError) GetPayload

func (*PatchJourneyActionmapInternalServerError) IsClientError

IsClientError returns true when this patch journey actionmap internal server error response has a 4xx status code

func (*PatchJourneyActionmapInternalServerError) IsCode

IsCode returns true when this patch journey actionmap internal server error response a status code equal to that given

func (*PatchJourneyActionmapInternalServerError) IsRedirect

IsRedirect returns true when this patch journey actionmap internal server error response has a 3xx status code

func (*PatchJourneyActionmapInternalServerError) IsServerError

IsServerError returns true when this patch journey actionmap internal server error response has a 5xx status code

func (*PatchJourneyActionmapInternalServerError) IsSuccess

IsSuccess returns true when this patch journey actionmap internal server error response has a 2xx status code

func (*PatchJourneyActionmapInternalServerError) String

type PatchJourneyActionmapNotFound

type PatchJourneyActionmapNotFound struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapNotFound) GetPayload

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

type PatchJourneyActionmapOK

type PatchJourneyActionmapOK struct {
	Payload *models.ActionMap
}

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

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

WithBody adds the body to the patch journey actionmap params

func (*PatchJourneyActionmapParams) WithContext

WithContext adds the context to the patch journey actionmap params

func (*PatchJourneyActionmapParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the patch journey actionmap params

func (*PatchJourneyActionmapParams) WithTimeout

WithTimeout adds the timeout to the patch journey actionmap params

func (*PatchJourneyActionmapParams) WriteToRequest

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

type PatchJourneyActionmapRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapRequestEntityTooLarge) GetPayload

func (*PatchJourneyActionmapRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch journey actionmap request entity too large response has a 4xx status code

func (*PatchJourneyActionmapRequestEntityTooLarge) IsCode

IsCode returns true when this patch journey actionmap request entity too large response a status code equal to that given

func (*PatchJourneyActionmapRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch journey actionmap request entity too large response has a 3xx status code

func (*PatchJourneyActionmapRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch journey actionmap request entity too large response has a 5xx status code

func (*PatchJourneyActionmapRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch journey actionmap request entity too large response has a 2xx status code

func (*PatchJourneyActionmapRequestEntityTooLarge) String

type PatchJourneyActionmapRequestTimeout

type PatchJourneyActionmapRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapRequestTimeout) GetPayload

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

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

IsSuccess returns true when this patch journey actionmap request timeout response has a 2xx status code

func (*PatchJourneyActionmapRequestTimeout) String

type PatchJourneyActionmapServiceUnavailable

type PatchJourneyActionmapServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapServiceUnavailable) GetPayload

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

IsCode returns true when this patch journey actionmap service unavailable response a status code equal to that given

func (*PatchJourneyActionmapServiceUnavailable) IsRedirect

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

IsSuccess returns true when this patch journey actionmap service unavailable response has a 2xx status code

func (*PatchJourneyActionmapServiceUnavailable) String

type PatchJourneyActionmapTooManyRequests

type PatchJourneyActionmapTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapTooManyRequests) GetPayload

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

IsCode returns true when this patch journey actionmap too many requests response a status code equal to that given

func (*PatchJourneyActionmapTooManyRequests) IsRedirect

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

IsSuccess returns true when this patch journey actionmap too many requests response has a 2xx status code

func (*PatchJourneyActionmapTooManyRequests) String

type PatchJourneyActionmapUnauthorized

type PatchJourneyActionmapUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapUnauthorized) GetPayload

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

type PatchJourneyActionmapUnsupportedMediaType

type PatchJourneyActionmapUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActionmapUnsupportedMediaType) GetPayload

func (*PatchJourneyActionmapUnsupportedMediaType) IsClientError

IsClientError returns true when this patch journey actionmap unsupported media type response has a 4xx status code

func (*PatchJourneyActionmapUnsupportedMediaType) IsCode

IsCode returns true when this patch journey actionmap unsupported media type response a status code equal to that given

func (*PatchJourneyActionmapUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch journey actionmap unsupported media type response has a 3xx status code

func (*PatchJourneyActionmapUnsupportedMediaType) IsServerError

IsServerError returns true when this patch journey actionmap unsupported media type response has a 5xx status code

func (*PatchJourneyActionmapUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch journey actionmap unsupported media type response has a 2xx status code

func (*PatchJourneyActionmapUnsupportedMediaType) String

type PatchJourneyActiontargetBadRequest

type PatchJourneyActiontargetBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetBadRequest) GetPayload

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

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

IsSuccess returns true when this patch journey actiontarget bad request response has a 2xx status code

func (*PatchJourneyActiontargetBadRequest) String

type PatchJourneyActiontargetForbidden

type PatchJourneyActiontargetForbidden struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetForbidden) GetPayload

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

type PatchJourneyActiontargetGatewayTimeout

type PatchJourneyActiontargetGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetGatewayTimeout) GetPayload

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

IsCode returns true when this patch journey actiontarget gateway timeout response a status code equal to that given

func (*PatchJourneyActiontargetGatewayTimeout) IsRedirect

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

IsSuccess returns true when this patch journey actiontarget gateway timeout response has a 2xx status code

func (*PatchJourneyActiontargetGatewayTimeout) String

type PatchJourneyActiontargetInternalServerError

type PatchJourneyActiontargetInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetInternalServerError) GetPayload

func (*PatchJourneyActiontargetInternalServerError) IsClientError

IsClientError returns true when this patch journey actiontarget internal server error response has a 4xx status code

func (*PatchJourneyActiontargetInternalServerError) IsCode

IsCode returns true when this patch journey actiontarget internal server error response a status code equal to that given

func (*PatchJourneyActiontargetInternalServerError) IsRedirect

IsRedirect returns true when this patch journey actiontarget internal server error response has a 3xx status code

func (*PatchJourneyActiontargetInternalServerError) IsServerError

IsServerError returns true when this patch journey actiontarget internal server error response has a 5xx status code

func (*PatchJourneyActiontargetInternalServerError) IsSuccess

IsSuccess returns true when this patch journey actiontarget internal server error response has a 2xx status code

func (*PatchJourneyActiontargetInternalServerError) String

type PatchJourneyActiontargetNotFound

type PatchJourneyActiontargetNotFound struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetNotFound) GetPayload

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

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 (*PatchJourneyActiontargetOK) GetPayload

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

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

WithBody adds the body to the patch journey actiontarget params

func (*PatchJourneyActiontargetParams) WithContext

WithContext adds the context to the patch journey actiontarget params

func (*PatchJourneyActiontargetParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the patch journey actiontarget params

func (*PatchJourneyActiontargetParams) WithTimeout

WithTimeout adds the timeout to the patch journey actiontarget params

func (*PatchJourneyActiontargetParams) WriteToRequest

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

type PatchJourneyActiontargetRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetRequestEntityTooLarge) GetPayload

func (*PatchJourneyActiontargetRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch journey actiontarget request entity too large response has a 4xx status code

func (*PatchJourneyActiontargetRequestEntityTooLarge) IsCode

IsCode returns true when this patch journey actiontarget request entity too large response a status code equal to that given

func (*PatchJourneyActiontargetRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch journey actiontarget request entity too large response has a 3xx status code

func (*PatchJourneyActiontargetRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch journey actiontarget request entity too large response has a 5xx status code

func (*PatchJourneyActiontargetRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch journey actiontarget request entity too large response has a 2xx status code

func (*PatchJourneyActiontargetRequestEntityTooLarge) String

type PatchJourneyActiontargetRequestTimeout

type PatchJourneyActiontargetRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetRequestTimeout) GetPayload

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

IsCode returns true when this patch journey actiontarget request timeout response a status code equal to that given

func (*PatchJourneyActiontargetRequestTimeout) IsRedirect

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

IsSuccess returns true when this patch journey actiontarget request timeout response has a 2xx status code

func (*PatchJourneyActiontargetRequestTimeout) String

type PatchJourneyActiontargetServiceUnavailable

type PatchJourneyActiontargetServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetServiceUnavailable) GetPayload

func (*PatchJourneyActiontargetServiceUnavailable) IsClientError

IsClientError returns true when this patch journey actiontarget service unavailable response has a 4xx status code

func (*PatchJourneyActiontargetServiceUnavailable) IsCode

IsCode returns true when this patch journey actiontarget service unavailable response a status code equal to that given

func (*PatchJourneyActiontargetServiceUnavailable) IsRedirect

IsRedirect returns true when this patch journey actiontarget service unavailable response has a 3xx status code

func (*PatchJourneyActiontargetServiceUnavailable) IsServerError

IsServerError returns true when this patch journey actiontarget service unavailable response has a 5xx status code

func (*PatchJourneyActiontargetServiceUnavailable) IsSuccess

IsSuccess returns true when this patch journey actiontarget service unavailable response has a 2xx status code

func (*PatchJourneyActiontargetServiceUnavailable) String

type PatchJourneyActiontargetTooManyRequests

type PatchJourneyActiontargetTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetTooManyRequests) GetPayload

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

IsCode returns true when this patch journey actiontarget too many requests response a status code equal to that given

func (*PatchJourneyActiontargetTooManyRequests) IsRedirect

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

IsSuccess returns true when this patch journey actiontarget too many requests response has a 2xx status code

func (*PatchJourneyActiontargetTooManyRequests) String

type PatchJourneyActiontargetUnauthorized

type PatchJourneyActiontargetUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetUnauthorized) GetPayload

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

IsCode returns true when this patch journey actiontarget unauthorized response a status code equal to that given

func (*PatchJourneyActiontargetUnauthorized) IsRedirect

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

IsSuccess returns true when this patch journey actiontarget unauthorized response has a 2xx status code

func (*PatchJourneyActiontargetUnauthorized) String

type PatchJourneyActiontargetUnsupportedMediaType

type PatchJourneyActiontargetUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontargetUnsupportedMediaType) GetPayload

func (*PatchJourneyActiontargetUnsupportedMediaType) IsClientError

IsClientError returns true when this patch journey actiontarget unsupported media type response has a 4xx status code

func (*PatchJourneyActiontargetUnsupportedMediaType) IsCode

IsCode returns true when this patch journey actiontarget unsupported media type response a status code equal to that given

func (*PatchJourneyActiontargetUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch journey actiontarget unsupported media type response has a 3xx status code

func (*PatchJourneyActiontargetUnsupportedMediaType) IsServerError

IsServerError returns true when this patch journey actiontarget unsupported media type response has a 5xx status code

func (*PatchJourneyActiontargetUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch journey actiontarget unsupported media type response has a 2xx status code

func (*PatchJourneyActiontargetUnsupportedMediaType) String

type PatchJourneyActiontemplateBadRequest

type PatchJourneyActiontemplateBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateBadRequest) GetPayload

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

IsCode returns true when this patch journey actiontemplate bad request response a status code equal to that given

func (*PatchJourneyActiontemplateBadRequest) IsRedirect

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

IsSuccess returns true when this patch journey actiontemplate bad request response has a 2xx status code

func (*PatchJourneyActiontemplateBadRequest) String

type PatchJourneyActiontemplateConflict

type PatchJourneyActiontemplateConflict struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateConflict) GetPayload

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

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

IsSuccess returns true when this patch journey actiontemplate conflict response has a 2xx status code

func (*PatchJourneyActiontemplateConflict) String

type PatchJourneyActiontemplateForbidden

type PatchJourneyActiontemplateForbidden struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateForbidden) GetPayload

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

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

IsSuccess returns true when this patch journey actiontemplate forbidden response has a 2xx status code

func (*PatchJourneyActiontemplateForbidden) String

type PatchJourneyActiontemplateGatewayTimeout

type PatchJourneyActiontemplateGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateGatewayTimeout) GetPayload

func (*PatchJourneyActiontemplateGatewayTimeout) IsClientError

IsClientError returns true when this patch journey actiontemplate gateway timeout response has a 4xx status code

func (*PatchJourneyActiontemplateGatewayTimeout) IsCode

IsCode returns true when this patch journey actiontemplate gateway timeout response a status code equal to that given

func (*PatchJourneyActiontemplateGatewayTimeout) IsRedirect

IsRedirect returns true when this patch journey actiontemplate gateway timeout response has a 3xx status code

func (*PatchJourneyActiontemplateGatewayTimeout) IsServerError

IsServerError returns true when this patch journey actiontemplate gateway timeout response has a 5xx status code

func (*PatchJourneyActiontemplateGatewayTimeout) IsSuccess

IsSuccess returns true when this patch journey actiontemplate gateway timeout response has a 2xx status code

func (*PatchJourneyActiontemplateGatewayTimeout) String

type PatchJourneyActiontemplateInternalServerError

type PatchJourneyActiontemplateInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateInternalServerError) GetPayload

func (*PatchJourneyActiontemplateInternalServerError) IsClientError

IsClientError returns true when this patch journey actiontemplate internal server error response has a 4xx status code

func (*PatchJourneyActiontemplateInternalServerError) IsCode

IsCode returns true when this patch journey actiontemplate internal server error response a status code equal to that given

func (*PatchJourneyActiontemplateInternalServerError) IsRedirect

IsRedirect returns true when this patch journey actiontemplate internal server error response has a 3xx status code

func (*PatchJourneyActiontemplateInternalServerError) IsServerError

IsServerError returns true when this patch journey actiontemplate internal server error response has a 5xx status code

func (*PatchJourneyActiontemplateInternalServerError) IsSuccess

IsSuccess returns true when this patch journey actiontemplate internal server error response has a 2xx status code

func (*PatchJourneyActiontemplateInternalServerError) String

type PatchJourneyActiontemplateNotFound

type PatchJourneyActiontemplateNotFound struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateNotFound) GetPayload

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

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

IsSuccess returns true when this patch journey actiontemplate not found response has a 2xx status code

func (*PatchJourneyActiontemplateNotFound) 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 (*PatchJourneyActiontemplateOK) GetPayload

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

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

SetBody adds the body to the patch journey actiontemplate params

func (*PatchJourneyActiontemplateParams) SetContext

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

WithBody adds the body to the patch journey actiontemplate params

func (*PatchJourneyActiontemplateParams) WithContext

WithContext adds the context to the patch journey actiontemplate params

func (*PatchJourneyActiontemplateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the patch journey actiontemplate params

func (*PatchJourneyActiontemplateParams) WithTimeout

WithTimeout adds the timeout to the patch journey actiontemplate params

func (*PatchJourneyActiontemplateParams) WriteToRequest

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

type PatchJourneyActiontemplateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateRequestEntityTooLarge) GetPayload

func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch journey actiontemplate request entity too large response has a 4xx status code

func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsCode

IsCode returns true when this patch journey actiontemplate request entity too large response a status code equal to that given

func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch journey actiontemplate request entity too large response has a 3xx status code

func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch journey actiontemplate request entity too large response has a 5xx status code

func (*PatchJourneyActiontemplateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch journey actiontemplate request entity too large response has a 2xx status code

func (*PatchJourneyActiontemplateRequestEntityTooLarge) String

type PatchJourneyActiontemplateRequestTimeout

type PatchJourneyActiontemplateRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateRequestTimeout) GetPayload

func (*PatchJourneyActiontemplateRequestTimeout) IsClientError

IsClientError returns true when this patch journey actiontemplate request timeout response has a 4xx status code

func (*PatchJourneyActiontemplateRequestTimeout) IsCode

IsCode returns true when this patch journey actiontemplate request timeout response a status code equal to that given

func (*PatchJourneyActiontemplateRequestTimeout) IsRedirect

IsRedirect returns true when this patch journey actiontemplate request timeout response has a 3xx status code

func (*PatchJourneyActiontemplateRequestTimeout) IsServerError

IsServerError returns true when this patch journey actiontemplate request timeout response has a 5xx status code

func (*PatchJourneyActiontemplateRequestTimeout) IsSuccess

IsSuccess returns true when this patch journey actiontemplate request timeout response has a 2xx status code

func (*PatchJourneyActiontemplateRequestTimeout) String

type PatchJourneyActiontemplateServiceUnavailable

type PatchJourneyActiontemplateServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateServiceUnavailable) GetPayload

func (*PatchJourneyActiontemplateServiceUnavailable) IsClientError

IsClientError returns true when this patch journey actiontemplate service unavailable response has a 4xx status code

func (*PatchJourneyActiontemplateServiceUnavailable) IsCode

IsCode returns true when this patch journey actiontemplate service unavailable response a status code equal to that given

func (*PatchJourneyActiontemplateServiceUnavailable) IsRedirect

IsRedirect returns true when this patch journey actiontemplate service unavailable response has a 3xx status code

func (*PatchJourneyActiontemplateServiceUnavailable) IsServerError

IsServerError returns true when this patch journey actiontemplate service unavailable response has a 5xx status code

func (*PatchJourneyActiontemplateServiceUnavailable) IsSuccess

IsSuccess returns true when this patch journey actiontemplate service unavailable response has a 2xx status code

func (*PatchJourneyActiontemplateServiceUnavailable) String

type PatchJourneyActiontemplateTooManyRequests

type PatchJourneyActiontemplateTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateTooManyRequests) GetPayload

func (*PatchJourneyActiontemplateTooManyRequests) IsClientError

IsClientError returns true when this patch journey actiontemplate too many requests response has a 4xx status code

func (*PatchJourneyActiontemplateTooManyRequests) IsCode

IsCode returns true when this patch journey actiontemplate too many requests response a status code equal to that given

func (*PatchJourneyActiontemplateTooManyRequests) IsRedirect

IsRedirect returns true when this patch journey actiontemplate too many requests response has a 3xx status code

func (*PatchJourneyActiontemplateTooManyRequests) IsServerError

IsServerError returns true when this patch journey actiontemplate too many requests response has a 5xx status code

func (*PatchJourneyActiontemplateTooManyRequests) IsSuccess

IsSuccess returns true when this patch journey actiontemplate too many requests response has a 2xx status code

func (*PatchJourneyActiontemplateTooManyRequests) String

type PatchJourneyActiontemplateUnauthorized

type PatchJourneyActiontemplateUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateUnauthorized) GetPayload

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

IsCode returns true when this patch journey actiontemplate unauthorized response a status code equal to that given

func (*PatchJourneyActiontemplateUnauthorized) IsRedirect

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

IsSuccess returns true when this patch journey actiontemplate unauthorized response has a 2xx status code

func (*PatchJourneyActiontemplateUnauthorized) String

type PatchJourneyActiontemplateUnsupportedMediaType

type PatchJourneyActiontemplateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyActiontemplateUnsupportedMediaType) GetPayload

func (*PatchJourneyActiontemplateUnsupportedMediaType) IsClientError

IsClientError returns true when this patch journey actiontemplate unsupported media type response has a 4xx status code

func (*PatchJourneyActiontemplateUnsupportedMediaType) IsCode

IsCode returns true when this patch journey actiontemplate unsupported media type response a status code equal to that given

func (*PatchJourneyActiontemplateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch journey actiontemplate unsupported media type response has a 3xx status code

func (*PatchJourneyActiontemplateUnsupportedMediaType) IsServerError

IsServerError returns true when this patch journey actiontemplate unsupported media type response has a 5xx status code

func (*PatchJourneyActiontemplateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch journey actiontemplate unsupported media type response has a 2xx status code

func (*PatchJourneyActiontemplateUnsupportedMediaType) String

type PatchJourneyOutcomeBadRequest

type PatchJourneyOutcomeBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeBadRequest) GetPayload

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

type PatchJourneyOutcomeConflict

type PatchJourneyOutcomeConflict struct {
	Payload *models.ErrorBody
}

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 (*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

type PatchJourneyOutcomeForbidden struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeForbidden) GetPayload

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

type PatchJourneyOutcomeGatewayTimeout

type PatchJourneyOutcomeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeGatewayTimeout) GetPayload

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

type PatchJourneyOutcomeInternalServerError

type PatchJourneyOutcomeInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeInternalServerError) GetPayload

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

IsCode returns true when this patch journey outcome internal server error response a status code equal to that given

func (*PatchJourneyOutcomeInternalServerError) IsRedirect

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

IsSuccess returns true when this patch journey outcome internal server error response has a 2xx status code

func (*PatchJourneyOutcomeInternalServerError) String

type PatchJourneyOutcomeNotFound

type PatchJourneyOutcomeNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

type PatchJourneyOutcomeOK struct {
	Payload *models.Outcome
}

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

WithBody adds the body to the patch journey outcome params

func (*PatchJourneyOutcomeParams) WithContext

WithContext adds the context to the patch journey outcome params

func (*PatchJourneyOutcomeParams) WithDefaults

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

WithTimeout adds the timeout to the patch journey outcome params

func (*PatchJourneyOutcomeParams) WriteToRequest

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

type PatchJourneyOutcomeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeRequestEntityTooLarge) GetPayload

func (*PatchJourneyOutcomeRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch journey outcome request entity too large response has a 4xx status code

func (*PatchJourneyOutcomeRequestEntityTooLarge) IsCode

IsCode returns true when this patch journey outcome request entity too large response a status code equal to that given

func (*PatchJourneyOutcomeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch journey outcome request entity too large response has a 3xx status code

func (*PatchJourneyOutcomeRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch journey outcome request entity too large response has a 5xx status code

func (*PatchJourneyOutcomeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch journey outcome request entity too large response has a 2xx status code

func (*PatchJourneyOutcomeRequestEntityTooLarge) String

type PatchJourneyOutcomeRequestTimeout

type PatchJourneyOutcomeRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeRequestTimeout) GetPayload

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

type PatchJourneyOutcomeServiceUnavailable

type PatchJourneyOutcomeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeServiceUnavailable) GetPayload

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

IsCode returns true when this patch journey outcome service unavailable response a status code equal to that given

func (*PatchJourneyOutcomeServiceUnavailable) IsRedirect

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

IsSuccess returns true when this patch journey outcome service unavailable response has a 2xx status code

func (*PatchJourneyOutcomeServiceUnavailable) String

type PatchJourneyOutcomeTooManyRequests

type PatchJourneyOutcomeTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeTooManyRequests) GetPayload

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

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

IsSuccess returns true when this patch journey outcome too many requests response has a 2xx status code

func (*PatchJourneyOutcomeTooManyRequests) String

type PatchJourneyOutcomeUnauthorized

type PatchJourneyOutcomeUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeUnauthorized) GetPayload

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

type PatchJourneyOutcomeUnsupportedMediaType

type PatchJourneyOutcomeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneyOutcomeUnsupportedMediaType) GetPayload

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

IsCode returns true when this patch journey outcome unsupported media type response a status code equal to that given

func (*PatchJourneyOutcomeUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this patch journey outcome unsupported media type response has a 2xx status code

func (*PatchJourneyOutcomeUnsupportedMediaType) String

type PatchJourneySegmentBadRequest

type PatchJourneySegmentBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentBadRequest) GetPayload

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

type PatchJourneySegmentConflict

type PatchJourneySegmentConflict struct {
	Payload *models.ErrorBody
}

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 (*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

type PatchJourneySegmentForbidden struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentForbidden) GetPayload

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

type PatchJourneySegmentGatewayTimeout

type PatchJourneySegmentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentGatewayTimeout) GetPayload

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

type PatchJourneySegmentInternalServerError

type PatchJourneySegmentInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentInternalServerError) GetPayload

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

IsCode returns true when this patch journey segment internal server error response a status code equal to that given

func (*PatchJourneySegmentInternalServerError) IsRedirect

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

IsSuccess returns true when this patch journey segment internal server error response has a 2xx status code

func (*PatchJourneySegmentInternalServerError) String

type PatchJourneySegmentNotFound

type PatchJourneySegmentNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

WithBody adds the body to the patch journey segment params

func (*PatchJourneySegmentParams) WithContext

WithContext adds the context to the patch journey segment params

func (*PatchJourneySegmentParams) WithDefaults

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

WithTimeout adds the timeout to the patch journey segment params

func (*PatchJourneySegmentParams) WriteToRequest

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

type PatchJourneySegmentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentRequestEntityTooLarge) GetPayload

func (*PatchJourneySegmentRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch journey segment request entity too large response has a 4xx status code

func (*PatchJourneySegmentRequestEntityTooLarge) IsCode

IsCode returns true when this patch journey segment request entity too large response a status code equal to that given

func (*PatchJourneySegmentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch journey segment request entity too large response has a 3xx status code

func (*PatchJourneySegmentRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch journey segment request entity too large response has a 5xx status code

func (*PatchJourneySegmentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch journey segment request entity too large response has a 2xx status code

func (*PatchJourneySegmentRequestEntityTooLarge) String

type PatchJourneySegmentRequestTimeout

type PatchJourneySegmentRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentRequestTimeout) GetPayload

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

type PatchJourneySegmentServiceUnavailable

type PatchJourneySegmentServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentServiceUnavailable) GetPayload

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

IsCode returns true when this patch journey segment service unavailable response a status code equal to that given

func (*PatchJourneySegmentServiceUnavailable) IsRedirect

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

IsSuccess returns true when this patch journey segment service unavailable response has a 2xx status code

func (*PatchJourneySegmentServiceUnavailable) String

type PatchJourneySegmentTooManyRequests

type PatchJourneySegmentTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentTooManyRequests) GetPayload

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

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

IsSuccess returns true when this patch journey segment too many requests response has a 2xx status code

func (*PatchJourneySegmentTooManyRequests) String

type PatchJourneySegmentUnauthorized

type PatchJourneySegmentUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentUnauthorized) GetPayload

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

type PatchJourneySegmentUnsupportedMediaType

type PatchJourneySegmentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchJourneySegmentUnsupportedMediaType) GetPayload

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

IsCode returns true when this patch journey segment unsupported media type response a status code equal to that given

func (*PatchJourneySegmentUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this patch journey segment unsupported media type response has a 2xx status code

func (*PatchJourneySegmentUnsupportedMediaType) String

type PostJourneyActionmapsBadRequest

type PostJourneyActionmapsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsBadRequest) GetPayload

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

type PostJourneyActionmapsConflict

type PostJourneyActionmapsConflict struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsConflict) GetPayload

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

type PostJourneyActionmapsCreated

type PostJourneyActionmapsCreated struct {
	Payload *models.ActionMap
}

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 (*PostJourneyActionmapsCreated) GetPayload

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

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 (*PostJourneyActionmapsEstimatesJobsAccepted) GetPayload

func (*PostJourneyActionmapsEstimatesJobsAccepted) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs accepted response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsAccepted) IsCode

IsCode returns true when this post journey actionmaps estimates jobs accepted response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsAccepted) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs accepted response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsAccepted) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs accepted response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsAccepted) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs accepted response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsAccepted) String

type PostJourneyActionmapsEstimatesJobsBadRequest

type PostJourneyActionmapsEstimatesJobsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsBadRequest) GetPayload

func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs bad request response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsCode

IsCode returns true when this post journey actionmaps estimates jobs bad request response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs bad request response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs bad request response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsBadRequest) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs bad request response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsBadRequest) String

type PostJourneyActionmapsEstimatesJobsForbidden

type PostJourneyActionmapsEstimatesJobsForbidden struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsForbidden) GetPayload

func (*PostJourneyActionmapsEstimatesJobsForbidden) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs forbidden response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsForbidden) IsCode

IsCode returns true when this post journey actionmaps estimates jobs forbidden response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsForbidden) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs forbidden response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsForbidden) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs forbidden response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsForbidden) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs forbidden response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsForbidden) String

type PostJourneyActionmapsEstimatesJobsGatewayTimeout

type PostJourneyActionmapsEstimatesJobsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) GetPayload

func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs gateway timeout response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsCode

IsCode returns true when this post journey actionmaps estimates jobs gateway timeout response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs gateway timeout response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs gateway timeout response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs gateway timeout response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsGatewayTimeout) String

type PostJourneyActionmapsEstimatesJobsInternalServerError

type PostJourneyActionmapsEstimatesJobsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsInternalServerError) GetPayload

func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs internal server error response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsCode

IsCode returns true when this post journey actionmaps estimates jobs internal server error response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs internal server error response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs internal server error response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsInternalServerError) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs internal server error response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsInternalServerError) String

type PostJourneyActionmapsEstimatesJobsNotFound

type PostJourneyActionmapsEstimatesJobsNotFound struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsNotFound) GetPayload

func (*PostJourneyActionmapsEstimatesJobsNotFound) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs not found response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsNotFound) IsCode

IsCode returns true when this post journey actionmaps estimates jobs not found response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsNotFound) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs not found response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsNotFound) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs not found response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsNotFound) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs not found response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsNotFound) 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

SetBody adds the body to the post journey actionmaps estimates jobs params

func (*PostJourneyActionmapsEstimatesJobsParams) SetContext

SetContext adds the context to the post journey actionmaps estimates jobs params

func (*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

SetTimeout adds the timeout to the post journey actionmaps estimates jobs params

func (*PostJourneyActionmapsEstimatesJobsParams) WithBody

WithBody adds the body to the post journey actionmaps estimates jobs params

func (*PostJourneyActionmapsEstimatesJobsParams) WithContext

WithContext adds the context to the post journey actionmaps estimates jobs params

func (*PostJourneyActionmapsEstimatesJobsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the post journey actionmaps estimates jobs params

func (*PostJourneyActionmapsEstimatesJobsParams) WithTimeout

WithTimeout adds the timeout to the post journey actionmaps estimates jobs params

func (*PostJourneyActionmapsEstimatesJobsParams) WriteToRequest

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

type PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) GetPayload

func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs request entity too large response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsCode

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

IsRedirect returns true when this post journey actionmaps estimates jobs request entity too large response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs request entity too large response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs request entity too large response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestEntityTooLarge) String

type PostJourneyActionmapsEstimatesJobsRequestTimeout

type PostJourneyActionmapsEstimatesJobsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsRequestTimeout) GetPayload

func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs request timeout response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsCode

IsCode returns true when this post journey actionmaps estimates jobs request timeout response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs request timeout response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs request timeout response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs request timeout response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsRequestTimeout) String

type PostJourneyActionmapsEstimatesJobsServiceUnavailable

type PostJourneyActionmapsEstimatesJobsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) GetPayload

func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs service unavailable response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsCode

IsCode returns true when this post journey actionmaps estimates jobs service unavailable response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs service unavailable response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs service unavailable response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs service unavailable response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsServiceUnavailable) String

type PostJourneyActionmapsEstimatesJobsTooManyRequests

type PostJourneyActionmapsEstimatesJobsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsTooManyRequests) GetPayload

func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs too many requests response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsCode

IsCode returns true when this post journey actionmaps estimates jobs too many requests response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs too many requests response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs too many requests response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs too many requests response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsTooManyRequests) String

type PostJourneyActionmapsEstimatesJobsUnauthorized

type PostJourneyActionmapsEstimatesJobsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsUnauthorized) GetPayload

func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs unauthorized response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsCode

IsCode returns true when this post journey actionmaps estimates jobs unauthorized response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs unauthorized response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs unauthorized response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsUnauthorized) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs unauthorized response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsUnauthorized) String

type PostJourneyActionmapsEstimatesJobsUnsupportedMediaType

type PostJourneyActionmapsEstimatesJobsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) GetPayload

func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsClientError

IsClientError returns true when this post journey actionmaps estimates jobs unsupported media type response has a 4xx status code

func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsCode

IsCode returns true when this post journey actionmaps estimates jobs unsupported media type response a status code equal to that given

func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post journey actionmaps estimates jobs unsupported media type response has a 3xx status code

func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsServerError

IsServerError returns true when this post journey actionmaps estimates jobs unsupported media type response has a 5xx status code

func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post journey actionmaps estimates jobs unsupported media type response has a 2xx status code

func (*PostJourneyActionmapsEstimatesJobsUnsupportedMediaType) String

type PostJourneyActionmapsForbidden

type PostJourneyActionmapsForbidden struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsForbidden) GetPayload

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

type PostJourneyActionmapsGatewayTimeout

type PostJourneyActionmapsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsGatewayTimeout) GetPayload

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

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

IsSuccess returns true when this post journey actionmaps gateway timeout response has a 2xx status code

func (*PostJourneyActionmapsGatewayTimeout) String

type PostJourneyActionmapsInternalServerError

type PostJourneyActionmapsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsInternalServerError) GetPayload

func (*PostJourneyActionmapsInternalServerError) IsClientError

IsClientError returns true when this post journey actionmaps internal server error response has a 4xx status code

func (*PostJourneyActionmapsInternalServerError) IsCode

IsCode returns true when this post journey actionmaps internal server error response a status code equal to that given

func (*PostJourneyActionmapsInternalServerError) IsRedirect

IsRedirect returns true when this post journey actionmaps internal server error response has a 3xx status code

func (*PostJourneyActionmapsInternalServerError) IsServerError

IsServerError returns true when this post journey actionmaps internal server error response has a 5xx status code

func (*PostJourneyActionmapsInternalServerError) IsSuccess

IsSuccess returns true when this post journey actionmaps internal server error response has a 2xx status code

func (*PostJourneyActionmapsInternalServerError) String

type PostJourneyActionmapsNotFound

type PostJourneyActionmapsNotFound struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsNotFound) GetPayload

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

type PostJourneyActionmapsOK

type PostJourneyActionmapsOK struct {
	Payload *models.ActionMap
}

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

WithBody adds the body to the post journey actionmaps params

func (*PostJourneyActionmapsParams) WithContext

WithContext adds the context to the post journey actionmaps params

func (*PostJourneyActionmapsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the post journey actionmaps params

func (*PostJourneyActionmapsParams) WithTimeout

WithTimeout adds the timeout to the post journey actionmaps params

func (*PostJourneyActionmapsParams) WriteToRequest

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

type PostJourneyActionmapsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsRequestEntityTooLarge) GetPayload

func (*PostJourneyActionmapsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post journey actionmaps request entity too large response has a 4xx status code

func (*PostJourneyActionmapsRequestEntityTooLarge) IsCode

IsCode returns true when this post journey actionmaps request entity too large response a status code equal to that given

func (*PostJourneyActionmapsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post journey actionmaps request entity too large response has a 3xx status code

func (*PostJourneyActionmapsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post journey actionmaps request entity too large response has a 5xx status code

func (*PostJourneyActionmapsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post journey actionmaps request entity too large response has a 2xx status code

func (*PostJourneyActionmapsRequestEntityTooLarge) String

type PostJourneyActionmapsRequestTimeout

type PostJourneyActionmapsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsRequestTimeout) GetPayload

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

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

IsSuccess returns true when this post journey actionmaps request timeout response has a 2xx status code

func (*PostJourneyActionmapsRequestTimeout) String

type PostJourneyActionmapsServiceUnavailable

type PostJourneyActionmapsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsServiceUnavailable) GetPayload

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

IsCode returns true when this post journey actionmaps service unavailable response a status code equal to that given

func (*PostJourneyActionmapsServiceUnavailable) IsRedirect

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

IsSuccess returns true when this post journey actionmaps service unavailable response has a 2xx status code

func (*PostJourneyActionmapsServiceUnavailable) String

type PostJourneyActionmapsTooManyRequests

type PostJourneyActionmapsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsTooManyRequests) GetPayload

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

IsCode returns true when this post journey actionmaps too many requests response a status code equal to that given

func (*PostJourneyActionmapsTooManyRequests) IsRedirect

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

IsSuccess returns true when this post journey actionmaps too many requests response has a 2xx status code

func (*PostJourneyActionmapsTooManyRequests) String

type PostJourneyActionmapsUnauthorized

type PostJourneyActionmapsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsUnauthorized) GetPayload

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

type PostJourneyActionmapsUnsupportedMediaType

type PostJourneyActionmapsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActionmapsUnsupportedMediaType) GetPayload

func (*PostJourneyActionmapsUnsupportedMediaType) IsClientError

IsClientError returns true when this post journey actionmaps unsupported media type response has a 4xx status code

func (*PostJourneyActionmapsUnsupportedMediaType) IsCode

IsCode returns true when this post journey actionmaps unsupported media type response a status code equal to that given

func (*PostJourneyActionmapsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post journey actionmaps unsupported media type response has a 3xx status code

func (*PostJourneyActionmapsUnsupportedMediaType) IsServerError

IsServerError returns true when this post journey actionmaps unsupported media type response has a 5xx status code

func (*PostJourneyActionmapsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post journey actionmaps unsupported media type response has a 2xx status code

func (*PostJourneyActionmapsUnsupportedMediaType) String

type PostJourneyActiontemplatesBadRequest

type PostJourneyActiontemplatesBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesBadRequest) GetPayload

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

IsCode returns true when this post journey actiontemplates bad request response a status code equal to that given

func (*PostJourneyActiontemplatesBadRequest) IsRedirect

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

IsSuccess returns true when this post journey actiontemplates bad request response has a 2xx status code

func (*PostJourneyActiontemplatesBadRequest) String

type PostJourneyActiontemplatesConflict

type PostJourneyActiontemplatesConflict struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesConflict) GetPayload

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

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

IsSuccess returns true when this post journey actiontemplates conflict response has a 2xx status code

func (*PostJourneyActiontemplatesConflict) 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 (*PostJourneyActiontemplatesCreated) GetPayload

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

type PostJourneyActiontemplatesForbidden

type PostJourneyActiontemplatesForbidden struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesForbidden) GetPayload

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

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

IsSuccess returns true when this post journey actiontemplates forbidden response has a 2xx status code

func (*PostJourneyActiontemplatesForbidden) String

type PostJourneyActiontemplatesGatewayTimeout

type PostJourneyActiontemplatesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesGatewayTimeout) GetPayload

func (*PostJourneyActiontemplatesGatewayTimeout) IsClientError

IsClientError returns true when this post journey actiontemplates gateway timeout response has a 4xx status code

func (*PostJourneyActiontemplatesGatewayTimeout) IsCode

IsCode returns true when this post journey actiontemplates gateway timeout response a status code equal to that given

func (*PostJourneyActiontemplatesGatewayTimeout) IsRedirect

IsRedirect returns true when this post journey actiontemplates gateway timeout response has a 3xx status code

func (*PostJourneyActiontemplatesGatewayTimeout) IsServerError

IsServerError returns true when this post journey actiontemplates gateway timeout response has a 5xx status code

func (*PostJourneyActiontemplatesGatewayTimeout) IsSuccess

IsSuccess returns true when this post journey actiontemplates gateway timeout response has a 2xx status code

func (*PostJourneyActiontemplatesGatewayTimeout) String

type PostJourneyActiontemplatesInternalServerError

type PostJourneyActiontemplatesInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesInternalServerError) GetPayload

func (*PostJourneyActiontemplatesInternalServerError) IsClientError

IsClientError returns true when this post journey actiontemplates internal server error response has a 4xx status code

func (*PostJourneyActiontemplatesInternalServerError) IsCode

IsCode returns true when this post journey actiontemplates internal server error response a status code equal to that given

func (*PostJourneyActiontemplatesInternalServerError) IsRedirect

IsRedirect returns true when this post journey actiontemplates internal server error response has a 3xx status code

func (*PostJourneyActiontemplatesInternalServerError) IsServerError

IsServerError returns true when this post journey actiontemplates internal server error response has a 5xx status code

func (*PostJourneyActiontemplatesInternalServerError) IsSuccess

IsSuccess returns true when this post journey actiontemplates internal server error response has a 2xx status code

func (*PostJourneyActiontemplatesInternalServerError) String

type PostJourneyActiontemplatesNotFound

type PostJourneyActiontemplatesNotFound struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesNotFound) GetPayload

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

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

IsSuccess returns true when this post journey actiontemplates not found response has a 2xx status code

func (*PostJourneyActiontemplatesNotFound) 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 (*PostJourneyActiontemplatesOK) GetPayload

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

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

SetBody adds the body to the post journey actiontemplates params

func (*PostJourneyActiontemplatesParams) SetContext

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

WithBody adds the body to the post journey actiontemplates params

func (*PostJourneyActiontemplatesParams) WithContext

WithContext adds the context to the post journey actiontemplates params

func (*PostJourneyActiontemplatesParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the post journey actiontemplates params

func (*PostJourneyActiontemplatesParams) WithTimeout

WithTimeout adds the timeout to the post journey actiontemplates params

func (*PostJourneyActiontemplatesParams) WriteToRequest

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

type PostJourneyActiontemplatesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesRequestEntityTooLarge) GetPayload

func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post journey actiontemplates request entity too large response has a 4xx status code

func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsCode

IsCode returns true when this post journey actiontemplates request entity too large response a status code equal to that given

func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post journey actiontemplates request entity too large response has a 3xx status code

func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post journey actiontemplates request entity too large response has a 5xx status code

func (*PostJourneyActiontemplatesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post journey actiontemplates request entity too large response has a 2xx status code

func (*PostJourneyActiontemplatesRequestEntityTooLarge) String

type PostJourneyActiontemplatesRequestTimeout

type PostJourneyActiontemplatesRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesRequestTimeout) GetPayload

func (*PostJourneyActiontemplatesRequestTimeout) IsClientError

IsClientError returns true when this post journey actiontemplates request timeout response has a 4xx status code

func (*PostJourneyActiontemplatesRequestTimeout) IsCode

IsCode returns true when this post journey actiontemplates request timeout response a status code equal to that given

func (*PostJourneyActiontemplatesRequestTimeout) IsRedirect

IsRedirect returns true when this post journey actiontemplates request timeout response has a 3xx status code

func (*PostJourneyActiontemplatesRequestTimeout) IsServerError

IsServerError returns true when this post journey actiontemplates request timeout response has a 5xx status code

func (*PostJourneyActiontemplatesRequestTimeout) IsSuccess

IsSuccess returns true when this post journey actiontemplates request timeout response has a 2xx status code

func (*PostJourneyActiontemplatesRequestTimeout) String

type PostJourneyActiontemplatesServiceUnavailable

type PostJourneyActiontemplatesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesServiceUnavailable) GetPayload

func (*PostJourneyActiontemplatesServiceUnavailable) IsClientError

IsClientError returns true when this post journey actiontemplates service unavailable response has a 4xx status code

func (*PostJourneyActiontemplatesServiceUnavailable) IsCode

IsCode returns true when this post journey actiontemplates service unavailable response a status code equal to that given

func (*PostJourneyActiontemplatesServiceUnavailable) IsRedirect

IsRedirect returns true when this post journey actiontemplates service unavailable response has a 3xx status code

func (*PostJourneyActiontemplatesServiceUnavailable) IsServerError

IsServerError returns true when this post journey actiontemplates service unavailable response has a 5xx status code

func (*PostJourneyActiontemplatesServiceUnavailable) IsSuccess

IsSuccess returns true when this post journey actiontemplates service unavailable response has a 2xx status code

func (*PostJourneyActiontemplatesServiceUnavailable) String

type PostJourneyActiontemplatesTooManyRequests

type PostJourneyActiontemplatesTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesTooManyRequests) GetPayload

func (*PostJourneyActiontemplatesTooManyRequests) IsClientError

IsClientError returns true when this post journey actiontemplates too many requests response has a 4xx status code

func (*PostJourneyActiontemplatesTooManyRequests) IsCode

IsCode returns true when this post journey actiontemplates too many requests response a status code equal to that given

func (*PostJourneyActiontemplatesTooManyRequests) IsRedirect

IsRedirect returns true when this post journey actiontemplates too many requests response has a 3xx status code

func (*PostJourneyActiontemplatesTooManyRequests) IsServerError

IsServerError returns true when this post journey actiontemplates too many requests response has a 5xx status code

func (*PostJourneyActiontemplatesTooManyRequests) IsSuccess

IsSuccess returns true when this post journey actiontemplates too many requests response has a 2xx status code

func (*PostJourneyActiontemplatesTooManyRequests) String

type PostJourneyActiontemplatesUnauthorized

type PostJourneyActiontemplatesUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesUnauthorized) GetPayload

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

IsCode returns true when this post journey actiontemplates unauthorized response a status code equal to that given

func (*PostJourneyActiontemplatesUnauthorized) IsRedirect

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

IsSuccess returns true when this post journey actiontemplates unauthorized response has a 2xx status code

func (*PostJourneyActiontemplatesUnauthorized) String

type PostJourneyActiontemplatesUnsupportedMediaType

type PostJourneyActiontemplatesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyActiontemplatesUnsupportedMediaType) GetPayload

func (*PostJourneyActiontemplatesUnsupportedMediaType) IsClientError

IsClientError returns true when this post journey actiontemplates unsupported media type response has a 4xx status code

func (*PostJourneyActiontemplatesUnsupportedMediaType) IsCode

IsCode returns true when this post journey actiontemplates unsupported media type response a status code equal to that given

func (*PostJourneyActiontemplatesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post journey actiontemplates unsupported media type response has a 3xx status code

func (*PostJourneyActiontemplatesUnsupportedMediaType) IsServerError

IsServerError returns true when this post journey actiontemplates unsupported media type response has a 5xx status code

func (*PostJourneyActiontemplatesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post journey actiontemplates unsupported media type response has a 2xx status code

func (*PostJourneyActiontemplatesUnsupportedMediaType) String

type PostJourneyOutcomesBadRequest

type PostJourneyOutcomesBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesBadRequest) GetPayload

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

type PostJourneyOutcomesConflict

type PostJourneyOutcomesConflict struct {
	Payload *models.ErrorBody
}

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 (*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

type PostJourneyOutcomesCreated struct {
	Payload *models.Outcome
}

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 (*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

type PostJourneyOutcomesForbidden struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesForbidden) GetPayload

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

type PostJourneyOutcomesGatewayTimeout

type PostJourneyOutcomesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesGatewayTimeout) GetPayload

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

type PostJourneyOutcomesInternalServerError

type PostJourneyOutcomesInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesInternalServerError) GetPayload

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

IsCode returns true when this post journey outcomes internal server error response a status code equal to that given

func (*PostJourneyOutcomesInternalServerError) IsRedirect

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

IsSuccess returns true when this post journey outcomes internal server error response has a 2xx status code

func (*PostJourneyOutcomesInternalServerError) String

type PostJourneyOutcomesNotFound

type PostJourneyOutcomesNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

type PostJourneyOutcomesOK struct {
	Payload *models.Outcome
}

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

WithBody adds the body to the post journey outcomes params

func (*PostJourneyOutcomesParams) WithContext

WithContext adds the context to the post journey outcomes params

func (*PostJourneyOutcomesParams) WithDefaults

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

WithTimeout adds the timeout to the post journey outcomes params

func (*PostJourneyOutcomesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostJourneyOutcomesPredictorsBadRequest

type PostJourneyOutcomesPredictorsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsBadRequest) GetPayload

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

IsCode returns true when this post journey outcomes predictors bad request response a status code equal to that given

func (*PostJourneyOutcomesPredictorsBadRequest) IsRedirect

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

IsSuccess returns true when this post journey outcomes predictors bad request response has a 2xx status code

func (*PostJourneyOutcomesPredictorsBadRequest) String

type PostJourneyOutcomesPredictorsConflict

type PostJourneyOutcomesPredictorsConflict struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsConflict) GetPayload

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

IsCode returns true when this post journey outcomes predictors conflict response a status code equal to that given

func (*PostJourneyOutcomesPredictorsConflict) IsRedirect

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

IsSuccess returns true when this post journey outcomes predictors conflict response has a 2xx status code

func (*PostJourneyOutcomesPredictorsConflict) 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 (*PostJourneyOutcomesPredictorsCreated) GetPayload

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

IsCode returns true when this post journey outcomes predictors created response a status code equal to that given

func (*PostJourneyOutcomesPredictorsCreated) IsRedirect

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

IsSuccess returns true when this post journey outcomes predictors created response has a 2xx status code

func (*PostJourneyOutcomesPredictorsCreated) String

type PostJourneyOutcomesPredictorsForbidden

type PostJourneyOutcomesPredictorsForbidden struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsForbidden) GetPayload

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

IsCode returns true when this post journey outcomes predictors forbidden response a status code equal to that given

func (*PostJourneyOutcomesPredictorsForbidden) IsRedirect

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

IsSuccess returns true when this post journey outcomes predictors forbidden response has a 2xx status code

func (*PostJourneyOutcomesPredictorsForbidden) String

type PostJourneyOutcomesPredictorsGatewayTimeout

type PostJourneyOutcomesPredictorsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsGatewayTimeout) GetPayload

func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsClientError

IsClientError returns true when this post journey outcomes predictors gateway timeout response has a 4xx status code

func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsCode

IsCode returns true when this post journey outcomes predictors gateway timeout response a status code equal to that given

func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsRedirect

IsRedirect returns true when this post journey outcomes predictors gateway timeout response has a 3xx status code

func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsServerError

IsServerError returns true when this post journey outcomes predictors gateway timeout response has a 5xx status code

func (*PostJourneyOutcomesPredictorsGatewayTimeout) IsSuccess

IsSuccess returns true when this post journey outcomes predictors gateway timeout response has a 2xx status code

func (*PostJourneyOutcomesPredictorsGatewayTimeout) String

type PostJourneyOutcomesPredictorsInternalServerError

type PostJourneyOutcomesPredictorsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsInternalServerError) GetPayload

func (*PostJourneyOutcomesPredictorsInternalServerError) IsClientError

IsClientError returns true when this post journey outcomes predictors internal server error response has a 4xx status code

func (*PostJourneyOutcomesPredictorsInternalServerError) IsCode

IsCode returns true when this post journey outcomes predictors internal server error response a status code equal to that given

func (*PostJourneyOutcomesPredictorsInternalServerError) IsRedirect

IsRedirect returns true when this post journey outcomes predictors internal server error response has a 3xx status code

func (*PostJourneyOutcomesPredictorsInternalServerError) IsServerError

IsServerError returns true when this post journey outcomes predictors internal server error response has a 5xx status code

func (*PostJourneyOutcomesPredictorsInternalServerError) IsSuccess

IsSuccess returns true when this post journey outcomes predictors internal server error response has a 2xx status code

func (*PostJourneyOutcomesPredictorsInternalServerError) String

type PostJourneyOutcomesPredictorsNotFound

type PostJourneyOutcomesPredictorsNotFound struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsNotFound) GetPayload

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

IsCode returns true when this post journey outcomes predictors not found response a status code equal to that given

func (*PostJourneyOutcomesPredictorsNotFound) IsRedirect

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

IsSuccess returns true when this post journey outcomes predictors not found response has a 2xx status code

func (*PostJourneyOutcomesPredictorsNotFound) 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 (*PostJourneyOutcomesPredictorsOK) GetPayload

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

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

SetBody adds the body to the post journey outcomes predictors params

func (*PostJourneyOutcomesPredictorsParams) SetContext

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

WithBody adds the body to the post journey outcomes predictors params

func (*PostJourneyOutcomesPredictorsParams) WithContext

WithContext adds the context to the post journey outcomes predictors params

func (*PostJourneyOutcomesPredictorsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the post journey outcomes predictors params

func (*PostJourneyOutcomesPredictorsParams) WithTimeout

WithTimeout adds the timeout to the post journey outcomes predictors params

func (*PostJourneyOutcomesPredictorsParams) WriteToRequest

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

type PostJourneyOutcomesPredictorsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) GetPayload

func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post journey outcomes predictors request entity too large response has a 4xx status code

func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsCode

IsCode returns true when this post journey outcomes predictors request entity too large response a status code equal to that given

func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post journey outcomes predictors request entity too large response has a 3xx status code

func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post journey outcomes predictors request entity too large response has a 5xx status code

func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post journey outcomes predictors request entity too large response has a 2xx status code

func (*PostJourneyOutcomesPredictorsRequestEntityTooLarge) String

type PostJourneyOutcomesPredictorsRequestTimeout

type PostJourneyOutcomesPredictorsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsRequestTimeout) GetPayload

func (*PostJourneyOutcomesPredictorsRequestTimeout) IsClientError

IsClientError returns true when this post journey outcomes predictors request timeout response has a 4xx status code

func (*PostJourneyOutcomesPredictorsRequestTimeout) IsCode

IsCode returns true when this post journey outcomes predictors request timeout response a status code equal to that given

func (*PostJourneyOutcomesPredictorsRequestTimeout) IsRedirect

IsRedirect returns true when this post journey outcomes predictors request timeout response has a 3xx status code

func (*PostJourneyOutcomesPredictorsRequestTimeout) IsServerError

IsServerError returns true when this post journey outcomes predictors request timeout response has a 5xx status code

func (*PostJourneyOutcomesPredictorsRequestTimeout) IsSuccess

IsSuccess returns true when this post journey outcomes predictors request timeout response has a 2xx status code

func (*PostJourneyOutcomesPredictorsRequestTimeout) String

type PostJourneyOutcomesPredictorsServiceUnavailable

type PostJourneyOutcomesPredictorsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsServiceUnavailable) GetPayload

func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsClientError

IsClientError returns true when this post journey outcomes predictors service unavailable response has a 4xx status code

func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsCode

IsCode returns true when this post journey outcomes predictors service unavailable response a status code equal to that given

func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsRedirect

IsRedirect returns true when this post journey outcomes predictors service unavailable response has a 3xx status code

func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsServerError

IsServerError returns true when this post journey outcomes predictors service unavailable response has a 5xx status code

func (*PostJourneyOutcomesPredictorsServiceUnavailable) IsSuccess

IsSuccess returns true when this post journey outcomes predictors service unavailable response has a 2xx status code

func (*PostJourneyOutcomesPredictorsServiceUnavailable) String

type PostJourneyOutcomesPredictorsTooManyRequests

type PostJourneyOutcomesPredictorsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsTooManyRequests) GetPayload

func (*PostJourneyOutcomesPredictorsTooManyRequests) IsClientError

IsClientError returns true when this post journey outcomes predictors too many requests response has a 4xx status code

func (*PostJourneyOutcomesPredictorsTooManyRequests) IsCode

IsCode returns true when this post journey outcomes predictors too many requests response a status code equal to that given

func (*PostJourneyOutcomesPredictorsTooManyRequests) IsRedirect

IsRedirect returns true when this post journey outcomes predictors too many requests response has a 3xx status code

func (*PostJourneyOutcomesPredictorsTooManyRequests) IsServerError

IsServerError returns true when this post journey outcomes predictors too many requests response has a 5xx status code

func (*PostJourneyOutcomesPredictorsTooManyRequests) IsSuccess

IsSuccess returns true when this post journey outcomes predictors too many requests response has a 2xx status code

func (*PostJourneyOutcomesPredictorsTooManyRequests) String

type PostJourneyOutcomesPredictorsUnauthorized

type PostJourneyOutcomesPredictorsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsUnauthorized) GetPayload

func (*PostJourneyOutcomesPredictorsUnauthorized) IsClientError

IsClientError returns true when this post journey outcomes predictors unauthorized response has a 4xx status code

func (*PostJourneyOutcomesPredictorsUnauthorized) IsCode

IsCode returns true when this post journey outcomes predictors unauthorized response a status code equal to that given

func (*PostJourneyOutcomesPredictorsUnauthorized) IsRedirect

IsRedirect returns true when this post journey outcomes predictors unauthorized response has a 3xx status code

func (*PostJourneyOutcomesPredictorsUnauthorized) IsServerError

IsServerError returns true when this post journey outcomes predictors unauthorized response has a 5xx status code

func (*PostJourneyOutcomesPredictorsUnauthorized) IsSuccess

IsSuccess returns true when this post journey outcomes predictors unauthorized response has a 2xx status code

func (*PostJourneyOutcomesPredictorsUnauthorized) String

type PostJourneyOutcomesPredictorsUnsupportedMediaType

type PostJourneyOutcomesPredictorsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesPredictorsUnsupportedMediaType) GetPayload

func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsClientError

IsClientError returns true when this post journey outcomes predictors unsupported media type response has a 4xx status code

func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsCode

IsCode returns true when this post journey outcomes predictors unsupported media type response a status code equal to that given

func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post journey outcomes predictors unsupported media type response has a 3xx status code

func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsServerError

IsServerError returns true when this post journey outcomes predictors unsupported media type response has a 5xx status code

func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post journey outcomes predictors unsupported media type response has a 2xx status code

func (*PostJourneyOutcomesPredictorsUnsupportedMediaType) 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

type PostJourneyOutcomesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesRequestEntityTooLarge) GetPayload

func (*PostJourneyOutcomesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post journey outcomes request entity too large response has a 4xx status code

func (*PostJourneyOutcomesRequestEntityTooLarge) IsCode

IsCode returns true when this post journey outcomes request entity too large response a status code equal to that given

func (*PostJourneyOutcomesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post journey outcomes request entity too large response has a 3xx status code

func (*PostJourneyOutcomesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post journey outcomes request entity too large response has a 5xx status code

func (*PostJourneyOutcomesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post journey outcomes request entity too large response has a 2xx status code

func (*PostJourneyOutcomesRequestEntityTooLarge) String

type PostJourneyOutcomesRequestTimeout

type PostJourneyOutcomesRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesRequestTimeout) GetPayload

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

type PostJourneyOutcomesServiceUnavailable

type PostJourneyOutcomesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesServiceUnavailable) GetPayload

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

IsCode returns true when this post journey outcomes service unavailable response a status code equal to that given

func (*PostJourneyOutcomesServiceUnavailable) IsRedirect

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

IsSuccess returns true when this post journey outcomes service unavailable response has a 2xx status code

func (*PostJourneyOutcomesServiceUnavailable) String

type PostJourneyOutcomesTooManyRequests

type PostJourneyOutcomesTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesTooManyRequests) GetPayload

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

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

IsSuccess returns true when this post journey outcomes too many requests response has a 2xx status code

func (*PostJourneyOutcomesTooManyRequests) String

type PostJourneyOutcomesUnauthorized

type PostJourneyOutcomesUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesUnauthorized) GetPayload

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

type PostJourneyOutcomesUnsupportedMediaType

type PostJourneyOutcomesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostJourneyOutcomesUnsupportedMediaType) GetPayload

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

IsCode returns true when this post journey outcomes unsupported media type response a status code equal to that given

func (*PostJourneyOutcomesUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this post journey outcomes unsupported media type response has a 2xx status code

func (*PostJourneyOutcomesUnsupportedMediaType) String

type PostJourneySegmentsBadRequest

type PostJourneySegmentsBadRequest struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsBadRequest) GetPayload

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

type PostJourneySegmentsConflict

type PostJourneySegmentsConflict struct {
	Payload *models.ErrorBody
}

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 (*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 (*PostJourneySegmentsCreated) GetPayload

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

type PostJourneySegmentsForbidden struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsForbidden) GetPayload

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

type PostJourneySegmentsGatewayTimeout

type PostJourneySegmentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsGatewayTimeout) GetPayload

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

type PostJourneySegmentsInternalServerError

type PostJourneySegmentsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsInternalServerError) GetPayload

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

IsCode returns true when this post journey segments internal server error response a status code equal to that given

func (*PostJourneySegmentsInternalServerError) IsRedirect

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

IsSuccess returns true when this post journey segments internal server error response has a 2xx status code

func (*PostJourneySegmentsInternalServerError) String

type PostJourneySegmentsNotFound

type PostJourneySegmentsNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

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

WithBody adds the body to the post journey segments params

func (*PostJourneySegmentsParams) WithContext

WithContext adds the context to the post journey segments params

func (*PostJourneySegmentsParams) WithDefaults

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

WithTimeout adds the timeout to the post journey segments params

func (*PostJourneySegmentsParams) WriteToRequest

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

type PostJourneySegmentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsRequestEntityTooLarge) GetPayload

func (*PostJourneySegmentsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post journey segments request entity too large response has a 4xx status code

func (*PostJourneySegmentsRequestEntityTooLarge) IsCode

IsCode returns true when this post journey segments request entity too large response a status code equal to that given

func (*PostJourneySegmentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post journey segments request entity too large response has a 3xx status code

func (*PostJourneySegmentsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post journey segments request entity too large response has a 5xx status code

func (*PostJourneySegmentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post journey segments request entity too large response has a 2xx status code

func (*PostJourneySegmentsRequestEntityTooLarge) String

type PostJourneySegmentsRequestTimeout

type PostJourneySegmentsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsRequestTimeout) GetPayload

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

type PostJourneySegmentsServiceUnavailable

type PostJourneySegmentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsServiceUnavailable) GetPayload

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

IsCode returns true when this post journey segments service unavailable response a status code equal to that given

func (*PostJourneySegmentsServiceUnavailable) IsRedirect

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

IsSuccess returns true when this post journey segments service unavailable response has a 2xx status code

func (*PostJourneySegmentsServiceUnavailable) String

type PostJourneySegmentsTooManyRequests

type PostJourneySegmentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsTooManyRequests) GetPayload

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

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

IsSuccess returns true when this post journey segments too many requests response has a 2xx status code

func (*PostJourneySegmentsTooManyRequests) String

type PostJourneySegmentsUnauthorized

type PostJourneySegmentsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsUnauthorized) GetPayload

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

type PostJourneySegmentsUnsupportedMediaType

type PostJourneySegmentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostJourneySegmentsUnsupportedMediaType) GetPayload

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

IsCode returns true when this post journey segments unsupported media type response a status code equal to that given

func (*PostJourneySegmentsUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this post journey segments unsupported media type response has a 2xx status code

func (*PostJourneySegmentsUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL