Documentation
¶
Index ¶
- type Client
- func (a *Client) GetCatalogItemUsingGET5(params *GetCatalogItemUsingGET5Params, opts ...ClientOption) (*GetCatalogItemUsingGET5OK, error)
- func (a *Client) GetCatalogItemsUsingGET5(params *GetCatalogItemsUsingGET5Params, opts ...ClientOption) (*GetCatalogItemsUsingGET5OK, error)
- func (a *Client) GetUpfrontPriceResponseForCatalogItemUsingGET2(params *GetUpfrontPriceResponseForCatalogItemUsingGET2Params, ...) (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK, error)
- func (a *Client) GetVersionByIDUsingGET2(params *GetVersionByIDUsingGET2Params, opts ...ClientOption) (*GetVersionByIDUsingGET2OK, error)
- func (a *Client) GetVersionsUsingGET2(params *GetVersionsUsingGET2Params, opts ...ClientOption) (*GetVersionsUsingGET2OK, error)
- func (a *Client) RequestCatalogItemInstancesUsingPOST1(params *RequestCatalogItemInstancesUsingPOST1Params, opts ...ClientOption) (*RequestCatalogItemInstancesUsingPOST1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SubmitUpfrontPriceRequestForCatalogItemUsingPOST2(params *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params, ...) (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK, error)
- type ClientOption
- type ClientService
- type GetCatalogItemUsingGET5NotFound
- func (o *GetCatalogItemUsingGET5NotFound) Error() string
- func (o *GetCatalogItemUsingGET5NotFound) GetPayload() *models.Error
- func (o *GetCatalogItemUsingGET5NotFound) IsClientError() bool
- func (o *GetCatalogItemUsingGET5NotFound) IsCode(code int) bool
- func (o *GetCatalogItemUsingGET5NotFound) IsRedirect() bool
- func (o *GetCatalogItemUsingGET5NotFound) IsServerError() bool
- func (o *GetCatalogItemUsingGET5NotFound) IsSuccess() bool
- func (o *GetCatalogItemUsingGET5NotFound) String() string
- type GetCatalogItemUsingGET5OK
- func (o *GetCatalogItemUsingGET5OK) Error() string
- func (o *GetCatalogItemUsingGET5OK) GetPayload() *models.CatalogItem
- func (o *GetCatalogItemUsingGET5OK) IsClientError() bool
- func (o *GetCatalogItemUsingGET5OK) IsCode(code int) bool
- func (o *GetCatalogItemUsingGET5OK) IsRedirect() bool
- func (o *GetCatalogItemUsingGET5OK) IsServerError() bool
- func (o *GetCatalogItemUsingGET5OK) IsSuccess() bool
- func (o *GetCatalogItemUsingGET5OK) String() string
- type GetCatalogItemUsingGET5Params
- func NewGetCatalogItemUsingGET5Params() *GetCatalogItemUsingGET5Params
- func NewGetCatalogItemUsingGET5ParamsWithContext(ctx context.Context) *GetCatalogItemUsingGET5Params
- func NewGetCatalogItemUsingGET5ParamsWithHTTPClient(client *http.Client) *GetCatalogItemUsingGET5Params
- func NewGetCatalogItemUsingGET5ParamsWithTimeout(timeout time.Duration) *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) SetAPIVersion(aPIVersion *string)
- func (o *GetCatalogItemUsingGET5Params) SetContext(ctx context.Context)
- func (o *GetCatalogItemUsingGET5Params) SetDefaults()
- func (o *GetCatalogItemUsingGET5Params) SetExpandProjects(expandProjects *bool)
- func (o *GetCatalogItemUsingGET5Params) SetHTTPClient(client *http.Client)
- func (o *GetCatalogItemUsingGET5Params) SetID(id strfmt.UUID)
- func (o *GetCatalogItemUsingGET5Params) SetTimeout(timeout time.Duration)
- func (o *GetCatalogItemUsingGET5Params) WithAPIVersion(aPIVersion *string) *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) WithContext(ctx context.Context) *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) WithDefaults() *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) WithHTTPClient(client *http.Client) *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) WithID(id strfmt.UUID) *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) WithTimeout(timeout time.Duration) *GetCatalogItemUsingGET5Params
- func (o *GetCatalogItemUsingGET5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCatalogItemUsingGET5Reader
- type GetCatalogItemUsingGET5Unauthorized
- func (o *GetCatalogItemUsingGET5Unauthorized) Error() string
- func (o *GetCatalogItemUsingGET5Unauthorized) IsClientError() bool
- func (o *GetCatalogItemUsingGET5Unauthorized) IsCode(code int) bool
- func (o *GetCatalogItemUsingGET5Unauthorized) IsRedirect() bool
- func (o *GetCatalogItemUsingGET5Unauthorized) IsServerError() bool
- func (o *GetCatalogItemUsingGET5Unauthorized) IsSuccess() bool
- func (o *GetCatalogItemUsingGET5Unauthorized) String() string
- type GetCatalogItemsUsingGET5OK
- func (o *GetCatalogItemsUsingGET5OK) Error() string
- func (o *GetCatalogItemsUsingGET5OK) GetPayload() *models.PageOfCatalogItem
- func (o *GetCatalogItemsUsingGET5OK) IsClientError() bool
- func (o *GetCatalogItemsUsingGET5OK) IsCode(code int) bool
- func (o *GetCatalogItemsUsingGET5OK) IsRedirect() bool
- func (o *GetCatalogItemsUsingGET5OK) IsServerError() bool
- func (o *GetCatalogItemsUsingGET5OK) IsSuccess() bool
- func (o *GetCatalogItemsUsingGET5OK) String() string
- type GetCatalogItemsUsingGET5Params
- func NewGetCatalogItemsUsingGET5Params() *GetCatalogItemsUsingGET5Params
- func NewGetCatalogItemsUsingGET5ParamsWithContext(ctx context.Context) *GetCatalogItemsUsingGET5Params
- func NewGetCatalogItemsUsingGET5ParamsWithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET5Params
- func NewGetCatalogItemsUsingGET5ParamsWithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) SetAPIVersion(aPIVersion *string)
- func (o *GetCatalogItemsUsingGET5Params) SetContext(ctx context.Context)
- func (o *GetCatalogItemsUsingGET5Params) SetDefaults()
- func (o *GetCatalogItemsUsingGET5Params) SetDollarOrderby(dollarOrderby []string)
- func (o *GetCatalogItemsUsingGET5Params) SetDollarSkip(dollarSkip *int32)
- func (o *GetCatalogItemsUsingGET5Params) SetDollarTop(dollarTop *int32)
- func (o *GetCatalogItemsUsingGET5Params) SetExpandProjects(expandProjects *bool)
- func (o *GetCatalogItemsUsingGET5Params) SetHTTPClient(client *http.Client)
- func (o *GetCatalogItemsUsingGET5Params) SetProjects(projects []string)
- func (o *GetCatalogItemsUsingGET5Params) SetSearch(search *string)
- func (o *GetCatalogItemsUsingGET5Params) SetTimeout(timeout time.Duration)
- func (o *GetCatalogItemsUsingGET5Params) SetTypes(types []string)
- func (o *GetCatalogItemsUsingGET5Params) WithAPIVersion(aPIVersion *string) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithContext(ctx context.Context) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithDefaults() *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithDollarOrderby(dollarOrderby []string) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithDollarSkip(dollarSkip *int32) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithDollarTop(dollarTop *int32) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithProjects(projects []string) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithSearch(search *string) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WithTypes(types []string) *GetCatalogItemsUsingGET5Params
- func (o *GetCatalogItemsUsingGET5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCatalogItemsUsingGET5Reader
- type GetCatalogItemsUsingGET5Unauthorized
- func (o *GetCatalogItemsUsingGET5Unauthorized) Error() string
- func (o *GetCatalogItemsUsingGET5Unauthorized) IsClientError() bool
- func (o *GetCatalogItemsUsingGET5Unauthorized) IsCode(code int) bool
- func (o *GetCatalogItemsUsingGET5Unauthorized) IsRedirect() bool
- func (o *GetCatalogItemsUsingGET5Unauthorized) IsServerError() bool
- func (o *GetCatalogItemsUsingGET5Unauthorized) IsSuccess() bool
- func (o *GetCatalogItemsUsingGET5Unauthorized) String() string
- type GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) Error() string
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) GetPayload() *models.Error
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsClientError() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsCode(code int) bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsRedirect() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsServerError() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsSuccess() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) String() string
- type GetUpfrontPriceResponseForCatalogItemUsingGET2OK
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) Error() string
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) GetPayload() *models.CatalogItemUpfrontPriceResponse
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsClientError() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsCode(code int) bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsRedirect() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsServerError() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsSuccess() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) String() string
- type GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func NewGetUpfrontPriceResponseForCatalogItemUsingGET2Params() *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithContext(ctx context.Context) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithHTTPClient(client *http.Client) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithTimeout(timeout time.Duration) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetAPIVersion(aPIVersion *string)
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetContext(ctx context.Context)
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetDefaults()
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetHTTPClient(client *http.Client)
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetID(id strfmt.UUID)
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetTimeout(timeout time.Duration)
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetUpfrontPriceID(upfrontPriceID strfmt.UUID)
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithContext(ctx context.Context) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithDefaults() *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithHTTPClient(client *http.Client) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithID(id strfmt.UUID) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithTimeout(timeout time.Duration) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithUpfrontPriceID(upfrontPriceID strfmt.UUID) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUpfrontPriceResponseForCatalogItemUsingGET2Reader
- type GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) Error() string
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsClientError() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsCode(code int) bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsRedirect() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsServerError() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsSuccess() bool
- func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) String() string
- type GetVersionByIDUsingGET2NotFound
- func (o *GetVersionByIDUsingGET2NotFound) Error() string
- func (o *GetVersionByIDUsingGET2NotFound) GetPayload() *models.Error
- func (o *GetVersionByIDUsingGET2NotFound) IsClientError() bool
- func (o *GetVersionByIDUsingGET2NotFound) IsCode(code int) bool
- func (o *GetVersionByIDUsingGET2NotFound) IsRedirect() bool
- func (o *GetVersionByIDUsingGET2NotFound) IsServerError() bool
- func (o *GetVersionByIDUsingGET2NotFound) IsSuccess() bool
- func (o *GetVersionByIDUsingGET2NotFound) String() string
- type GetVersionByIDUsingGET2OK
- func (o *GetVersionByIDUsingGET2OK) Error() string
- func (o *GetVersionByIDUsingGET2OK) GetPayload() *models.CatalogItemVersion
- func (o *GetVersionByIDUsingGET2OK) IsClientError() bool
- func (o *GetVersionByIDUsingGET2OK) IsCode(code int) bool
- func (o *GetVersionByIDUsingGET2OK) IsRedirect() bool
- func (o *GetVersionByIDUsingGET2OK) IsServerError() bool
- func (o *GetVersionByIDUsingGET2OK) IsSuccess() bool
- func (o *GetVersionByIDUsingGET2OK) String() string
- type GetVersionByIDUsingGET2Params
- func NewGetVersionByIDUsingGET2Params() *GetVersionByIDUsingGET2Params
- func NewGetVersionByIDUsingGET2ParamsWithContext(ctx context.Context) *GetVersionByIDUsingGET2Params
- func NewGetVersionByIDUsingGET2ParamsWithHTTPClient(client *http.Client) *GetVersionByIDUsingGET2Params
- func NewGetVersionByIDUsingGET2ParamsWithTimeout(timeout time.Duration) *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) SetAPIVersion(aPIVersion *string)
- func (o *GetVersionByIDUsingGET2Params) SetContext(ctx context.Context)
- func (o *GetVersionByIDUsingGET2Params) SetDefaults()
- func (o *GetVersionByIDUsingGET2Params) SetHTTPClient(client *http.Client)
- func (o *GetVersionByIDUsingGET2Params) SetID(id strfmt.UUID)
- func (o *GetVersionByIDUsingGET2Params) SetTimeout(timeout time.Duration)
- func (o *GetVersionByIDUsingGET2Params) SetVersionID(versionID string)
- func (o *GetVersionByIDUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) WithContext(ctx context.Context) *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) WithDefaults() *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) WithHTTPClient(client *http.Client) *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) WithID(id strfmt.UUID) *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) WithTimeout(timeout time.Duration) *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) WithVersionID(versionID string) *GetVersionByIDUsingGET2Params
- func (o *GetVersionByIDUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersionByIDUsingGET2Reader
- type GetVersionByIDUsingGET2Unauthorized
- func (o *GetVersionByIDUsingGET2Unauthorized) Error() string
- func (o *GetVersionByIDUsingGET2Unauthorized) IsClientError() bool
- func (o *GetVersionByIDUsingGET2Unauthorized) IsCode(code int) bool
- func (o *GetVersionByIDUsingGET2Unauthorized) IsRedirect() bool
- func (o *GetVersionByIDUsingGET2Unauthorized) IsServerError() bool
- func (o *GetVersionByIDUsingGET2Unauthorized) IsSuccess() bool
- func (o *GetVersionByIDUsingGET2Unauthorized) String() string
- type GetVersionsUsingGET2NotFound
- func (o *GetVersionsUsingGET2NotFound) Error() string
- func (o *GetVersionsUsingGET2NotFound) GetPayload() *models.Error
- func (o *GetVersionsUsingGET2NotFound) IsClientError() bool
- func (o *GetVersionsUsingGET2NotFound) IsCode(code int) bool
- func (o *GetVersionsUsingGET2NotFound) IsRedirect() bool
- func (o *GetVersionsUsingGET2NotFound) IsServerError() bool
- func (o *GetVersionsUsingGET2NotFound) IsSuccess() bool
- func (o *GetVersionsUsingGET2NotFound) String() string
- type GetVersionsUsingGET2OK
- func (o *GetVersionsUsingGET2OK) Error() string
- func (o *GetVersionsUsingGET2OK) GetPayload() *models.PageOfCatalogItemVersion
- func (o *GetVersionsUsingGET2OK) IsClientError() bool
- func (o *GetVersionsUsingGET2OK) IsCode(code int) bool
- func (o *GetVersionsUsingGET2OK) IsRedirect() bool
- func (o *GetVersionsUsingGET2OK) IsServerError() bool
- func (o *GetVersionsUsingGET2OK) IsSuccess() bool
- func (o *GetVersionsUsingGET2OK) String() string
- type GetVersionsUsingGET2Params
- func NewGetVersionsUsingGET2Params() *GetVersionsUsingGET2Params
- func NewGetVersionsUsingGET2ParamsWithContext(ctx context.Context) *GetVersionsUsingGET2Params
- func NewGetVersionsUsingGET2ParamsWithHTTPClient(client *http.Client) *GetVersionsUsingGET2Params
- func NewGetVersionsUsingGET2ParamsWithTimeout(timeout time.Duration) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) SetAPIVersion(aPIVersion *string)
- func (o *GetVersionsUsingGET2Params) SetContext(ctx context.Context)
- func (o *GetVersionsUsingGET2Params) SetDefaults()
- func (o *GetVersionsUsingGET2Params) SetHTTPClient(client *http.Client)
- func (o *GetVersionsUsingGET2Params) SetID(id strfmt.UUID)
- func (o *GetVersionsUsingGET2Params) SetPage(page *int32)
- func (o *GetVersionsUsingGET2Params) SetSize(size *int32)
- func (o *GetVersionsUsingGET2Params) SetTimeout(timeout time.Duration)
- func (o *GetVersionsUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WithContext(ctx context.Context) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WithDefaults() *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WithHTTPClient(client *http.Client) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WithID(id strfmt.UUID) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WithPage(page *int32) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WithSize(size *int32) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WithTimeout(timeout time.Duration) *GetVersionsUsingGET2Params
- func (o *GetVersionsUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersionsUsingGET2Reader
- type GetVersionsUsingGET2Unauthorized
- func (o *GetVersionsUsingGET2Unauthorized) Error() string
- func (o *GetVersionsUsingGET2Unauthorized) IsClientError() bool
- func (o *GetVersionsUsingGET2Unauthorized) IsCode(code int) bool
- func (o *GetVersionsUsingGET2Unauthorized) IsRedirect() bool
- func (o *GetVersionsUsingGET2Unauthorized) IsServerError() bool
- func (o *GetVersionsUsingGET2Unauthorized) IsSuccess() bool
- func (o *GetVersionsUsingGET2Unauthorized) String() string
- type RequestCatalogItemInstancesUsingPOST1BadRequest
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) Error() string
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) GetPayload() *models.Error
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsClientError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsCode(code int) bool
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsRedirect() bool
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsServerError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsSuccess() bool
- func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) String() string
- type RequestCatalogItemInstancesUsingPOST1Forbidden
- func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) Error() string
- func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsClientError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsCode(code int) bool
- func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsRedirect() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsServerError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsSuccess() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) String() string
- type RequestCatalogItemInstancesUsingPOST1NotFound
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) Error() string
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) GetPayload() *models.Error
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsClientError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsCode(code int) bool
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsRedirect() bool
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsServerError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsSuccess() bool
- func (o *RequestCatalogItemInstancesUsingPOST1NotFound) String() string
- type RequestCatalogItemInstancesUsingPOST1OK
- func (o *RequestCatalogItemInstancesUsingPOST1OK) Error() string
- func (o *RequestCatalogItemInstancesUsingPOST1OK) GetPayload() []*models.CatalogItemRequestResponse
- func (o *RequestCatalogItemInstancesUsingPOST1OK) IsClientError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1OK) IsCode(code int) bool
- func (o *RequestCatalogItemInstancesUsingPOST1OK) IsRedirect() bool
- func (o *RequestCatalogItemInstancesUsingPOST1OK) IsServerError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1OK) IsSuccess() bool
- func (o *RequestCatalogItemInstancesUsingPOST1OK) String() string
- type RequestCatalogItemInstancesUsingPOST1Params
- func NewRequestCatalogItemInstancesUsingPOST1Params() *RequestCatalogItemInstancesUsingPOST1Params
- func NewRequestCatalogItemInstancesUsingPOST1ParamsWithContext(ctx context.Context) *RequestCatalogItemInstancesUsingPOST1Params
- func NewRequestCatalogItemInstancesUsingPOST1ParamsWithHTTPClient(client *http.Client) *RequestCatalogItemInstancesUsingPOST1Params
- func NewRequestCatalogItemInstancesUsingPOST1ParamsWithTimeout(timeout time.Duration) *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) SetAPIVersion(aPIVersion *string)
- func (o *RequestCatalogItemInstancesUsingPOST1Params) SetContext(ctx context.Context)
- func (o *RequestCatalogItemInstancesUsingPOST1Params) SetDefaults()
- func (o *RequestCatalogItemInstancesUsingPOST1Params) SetHTTPClient(client *http.Client)
- func (o *RequestCatalogItemInstancesUsingPOST1Params) SetID(id strfmt.UUID)
- func (o *RequestCatalogItemInstancesUsingPOST1Params) SetRequest(request *models.CatalogItemRequest)
- func (o *RequestCatalogItemInstancesUsingPOST1Params) SetTimeout(timeout time.Duration)
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WithAPIVersion(aPIVersion *string) *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WithContext(ctx context.Context) *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WithDefaults() *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WithHTTPClient(client *http.Client) *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WithID(id strfmt.UUID) *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WithRequest(request *models.CatalogItemRequest) *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WithTimeout(timeout time.Duration) *RequestCatalogItemInstancesUsingPOST1Params
- func (o *RequestCatalogItemInstancesUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RequestCatalogItemInstancesUsingPOST1Reader
- type RequestCatalogItemInstancesUsingPOST1Unauthorized
- func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) Error() string
- func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsClientError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsCode(code int) bool
- func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsRedirect() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsServerError() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsSuccess() bool
- func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) String() string
- type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) Error() string
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) GetPayload() *models.Error
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsClientError() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsCode(code int) bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsRedirect() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsServerError() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsSuccess() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) String() string
- type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) Error() string
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) GetPayload() *models.CatalogItemUpfrontPriceResponse
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsClientError() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsCode(code int) bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsRedirect() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsServerError() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsSuccess() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) String() string
- type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params() *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithContext(ctx context.Context) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithHTTPClient(client *http.Client) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithTimeout(timeout time.Duration) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetAPIVersion(aPIVersion *string)
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetContext(ctx context.Context)
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetDefaults()
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetHTTPClient(client *http.Client)
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetID(id strfmt.UUID)
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetRequest(request *models.CatalogItemRequest)
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetTimeout(timeout time.Duration)
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithAPIVersion(aPIVersion *string) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithContext(ctx context.Context) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithDefaults() *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithHTTPClient(client *http.Client) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithID(id strfmt.UUID) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithRequest(request *models.CatalogItemRequest) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithTimeout(timeout time.Duration) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Reader
- type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) Error() string
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsClientError() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsCode(code int) bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsRedirect() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsServerError() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsSuccess() bool
- func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for catalog items API
func (*Client) GetCatalogItemUsingGET5 ¶ added in v0.4.0
func (a *Client) GetCatalogItemUsingGET5(params *GetCatalogItemUsingGET5Params, opts ...ClientOption) (*GetCatalogItemUsingGET5OK, error)
GetCatalogItemUsingGET5 finds a catalog item with specified ID
Returns the catalog item with the specified ID.
func (*Client) GetCatalogItemsUsingGET5 ¶ added in v0.4.0
func (a *Client) GetCatalogItemsUsingGET5(params *GetCatalogItemsUsingGET5Params, opts ...ClientOption) (*GetCatalogItemsUsingGET5OK, error)
GetCatalogItemsUsingGET5 fetches a list of catalog items
Returns a paginated list of catalog items.
func (*Client) GetUpfrontPriceResponseForCatalogItemUsingGET2 ¶ added in v0.4.0
func (a *Client) GetUpfrontPriceResponseForCatalogItemUsingGET2(params *GetUpfrontPriceResponseForCatalogItemUsingGET2Params, opts ...ClientOption) (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK, error)
GetUpfrontPriceResponseForCatalogItemUsingGET2 gets a response with upfront prices for a given catalog item
Returns upfront prices of a given catalog item.
func (*Client) GetVersionByIDUsingGET2 ¶ added in v0.4.0
func (a *Client) GetVersionByIDUsingGET2(params *GetVersionByIDUsingGET2Params, opts ...ClientOption) (*GetVersionByIDUsingGET2OK, error)
GetVersionByIDUsingGET2 fetches detailed catalog item version
Returns a detailed catalog item version.
func (*Client) GetVersionsUsingGET2 ¶ added in v0.4.0
func (a *Client) GetVersionsUsingGET2(params *GetVersionsUsingGET2Params, opts ...ClientOption) (*GetVersionsUsingGET2OK, error)
GetVersionsUsingGET2 fetches a list of catalog items with versions
Returns a paginated list of catalog item versions.
func (*Client) RequestCatalogItemInstancesUsingPOST1 ¶ added in v0.4.0
func (a *Client) RequestCatalogItemInstancesUsingPOST1(params *RequestCatalogItemInstancesUsingPOST1Params, opts ...ClientOption) (*RequestCatalogItemInstancesUsingPOST1OK, error)
RequestCatalogItemInstancesUsingPOST1 creates deployments
Creates deployments from a catalog item.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SubmitUpfrontPriceRequestForCatalogItemUsingPOST2 ¶ added in v0.4.0
func (a *Client) SubmitUpfrontPriceRequestForCatalogItemUsingPOST2(params *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params, opts ...ClientOption) (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK, error)
SubmitUpfrontPriceRequestForCatalogItemUsingPOST2 creates a request to calculate upfront price for a given catalog item
Returns upfront price response for a given catalog item.
type ClientOption ¶ added in v0.2.20
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶ added in v0.2.18
type ClientService interface { GetCatalogItemUsingGET5(params *GetCatalogItemUsingGET5Params, opts ...ClientOption) (*GetCatalogItemUsingGET5OK, error) GetCatalogItemsUsingGET5(params *GetCatalogItemsUsingGET5Params, opts ...ClientOption) (*GetCatalogItemsUsingGET5OK, error) GetUpfrontPriceResponseForCatalogItemUsingGET2(params *GetUpfrontPriceResponseForCatalogItemUsingGET2Params, opts ...ClientOption) (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK, error) GetVersionByIDUsingGET2(params *GetVersionByIDUsingGET2Params, opts ...ClientOption) (*GetVersionByIDUsingGET2OK, error) GetVersionsUsingGET2(params *GetVersionsUsingGET2Params, opts ...ClientOption) (*GetVersionsUsingGET2OK, error) RequestCatalogItemInstancesUsingPOST1(params *RequestCatalogItemInstancesUsingPOST1Params, opts ...ClientOption) (*RequestCatalogItemInstancesUsingPOST1OK, error) SubmitUpfrontPriceRequestForCatalogItemUsingPOST2(params *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params, opts ...ClientOption) (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new catalog items API client.
type GetCatalogItemUsingGET5NotFound ¶ added in v0.4.0
GetCatalogItemUsingGET5NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetCatalogItemUsingGET5NotFound ¶ added in v0.4.0
func NewGetCatalogItemUsingGET5NotFound() *GetCatalogItemUsingGET5NotFound
NewGetCatalogItemUsingGET5NotFound creates a GetCatalogItemUsingGET5NotFound with default headers values
func (*GetCatalogItemUsingGET5NotFound) Error ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5NotFound) Error() string
func (*GetCatalogItemUsingGET5NotFound) GetPayload ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5NotFound) GetPayload() *models.Error
func (*GetCatalogItemUsingGET5NotFound) IsClientError ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5NotFound) IsClientError() bool
IsClientError returns true when this get catalog item using g e t5 not found response has a 4xx status code
func (*GetCatalogItemUsingGET5NotFound) IsCode ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5NotFound) IsCode(code int) bool
IsCode returns true when this get catalog item using g e t5 not found response a status code equal to that given
func (*GetCatalogItemUsingGET5NotFound) IsRedirect ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5NotFound) IsRedirect() bool
IsRedirect returns true when this get catalog item using g e t5 not found response has a 3xx status code
func (*GetCatalogItemUsingGET5NotFound) IsServerError ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5NotFound) IsServerError() bool
IsServerError returns true when this get catalog item using g e t5 not found response has a 5xx status code
func (*GetCatalogItemUsingGET5NotFound) IsSuccess ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5NotFound) IsSuccess() bool
IsSuccess returns true when this get catalog item using g e t5 not found response has a 2xx status code
func (*GetCatalogItemUsingGET5NotFound) String ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5NotFound) String() string
type GetCatalogItemUsingGET5OK ¶ added in v0.4.0
type GetCatalogItemUsingGET5OK struct {
Payload *models.CatalogItem
}
GetCatalogItemUsingGET5OK describes a response with status code 200, with default header values.
OK
func NewGetCatalogItemUsingGET5OK ¶ added in v0.4.0
func NewGetCatalogItemUsingGET5OK() *GetCatalogItemUsingGET5OK
NewGetCatalogItemUsingGET5OK creates a GetCatalogItemUsingGET5OK with default headers values
func (*GetCatalogItemUsingGET5OK) Error ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5OK) Error() string
func (*GetCatalogItemUsingGET5OK) GetPayload ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5OK) GetPayload() *models.CatalogItem
func (*GetCatalogItemUsingGET5OK) IsClientError ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5OK) IsClientError() bool
IsClientError returns true when this get catalog item using g e t5 o k response has a 4xx status code
func (*GetCatalogItemUsingGET5OK) IsCode ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5OK) IsCode(code int) bool
IsCode returns true when this get catalog item using g e t5 o k response a status code equal to that given
func (*GetCatalogItemUsingGET5OK) IsRedirect ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5OK) IsRedirect() bool
IsRedirect returns true when this get catalog item using g e t5 o k response has a 3xx status code
func (*GetCatalogItemUsingGET5OK) IsServerError ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5OK) IsServerError() bool
IsServerError returns true when this get catalog item using g e t5 o k response has a 5xx status code
func (*GetCatalogItemUsingGET5OK) IsSuccess ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5OK) IsSuccess() bool
IsSuccess returns true when this get catalog item using g e t5 o k response has a 2xx status code
func (*GetCatalogItemUsingGET5OK) String ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5OK) String() string
type GetCatalogItemUsingGET5Params ¶ added in v0.4.0
type GetCatalogItemUsingGET5Params struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version. */ APIVersion *string /* ExpandProjects. Retrieves the 'projects' field of the catalog item */ ExpandProjects *bool /* ID. Catalog item ID Format: uuid */ ID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCatalogItemUsingGET5Params contains all the parameters to send to the API endpoint
for the get catalog item using g e t 5 operation. Typically these are written to a http.Request.
func NewGetCatalogItemUsingGET5Params ¶ added in v0.4.0
func NewGetCatalogItemUsingGET5Params() *GetCatalogItemUsingGET5Params
NewGetCatalogItemUsingGET5Params creates a new GetCatalogItemUsingGET5Params 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 NewGetCatalogItemUsingGET5ParamsWithContext ¶ added in v0.4.0
func NewGetCatalogItemUsingGET5ParamsWithContext(ctx context.Context) *GetCatalogItemUsingGET5Params
NewGetCatalogItemUsingGET5ParamsWithContext creates a new GetCatalogItemUsingGET5Params object with the ability to set a context for a request.
func NewGetCatalogItemUsingGET5ParamsWithHTTPClient ¶ added in v0.4.0
func NewGetCatalogItemUsingGET5ParamsWithHTTPClient(client *http.Client) *GetCatalogItemUsingGET5Params
NewGetCatalogItemUsingGET5ParamsWithHTTPClient creates a new GetCatalogItemUsingGET5Params object with the ability to set a custom HTTPClient for a request.
func NewGetCatalogItemUsingGET5ParamsWithTimeout ¶ added in v0.4.0
func NewGetCatalogItemUsingGET5ParamsWithTimeout(timeout time.Duration) *GetCatalogItemUsingGET5Params
NewGetCatalogItemUsingGET5ParamsWithTimeout creates a new GetCatalogItemUsingGET5Params object with the ability to set a timeout on a request.
func (*GetCatalogItemUsingGET5Params) SetAPIVersion ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) SetContext ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) SetContext(ctx context.Context)
SetContext adds the context to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) SetDefaults ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) SetDefaults()
SetDefaults hydrates default values in the get catalog item using g e t 5 params (not the query body).
All values with no default are reset to their zero value.
func (*GetCatalogItemUsingGET5Params) SetExpandProjects ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) SetExpandProjects(expandProjects *bool)
SetExpandProjects adds the expandProjects to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) SetHTTPClient ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) SetID ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) SetID(id strfmt.UUID)
SetID adds the id to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) SetTimeout ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) WithAPIVersion ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WithAPIVersion(aPIVersion *string) *GetCatalogItemUsingGET5Params
WithAPIVersion adds the aPIVersion to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) WithContext ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WithContext(ctx context.Context) *GetCatalogItemUsingGET5Params
WithContext adds the context to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) WithDefaults ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WithDefaults() *GetCatalogItemUsingGET5Params
WithDefaults hydrates default values in the get catalog item using g e t 5 params (not the query body).
All values with no default are reset to their zero value.
func (*GetCatalogItemUsingGET5Params) WithExpandProjects ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemUsingGET5Params
WithExpandProjects adds the expandProjects to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) WithHTTPClient ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WithHTTPClient(client *http.Client) *GetCatalogItemUsingGET5Params
WithHTTPClient adds the HTTPClient to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) WithID ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WithID(id strfmt.UUID) *GetCatalogItemUsingGET5Params
WithID adds the id to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) WithTimeout ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WithTimeout(timeout time.Duration) *GetCatalogItemUsingGET5Params
WithTimeout adds the timeout to the get catalog item using g e t 5 params
func (*GetCatalogItemUsingGET5Params) WriteToRequest ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCatalogItemUsingGET5Reader ¶ added in v0.4.0
type GetCatalogItemUsingGET5Reader struct {
// contains filtered or unexported fields
}
GetCatalogItemUsingGET5Reader is a Reader for the GetCatalogItemUsingGET5 structure.
func (*GetCatalogItemUsingGET5Reader) ReadResponse ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCatalogItemUsingGET5Unauthorized ¶ added in v0.4.0
type GetCatalogItemUsingGET5Unauthorized struct { }
GetCatalogItemUsingGET5Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetCatalogItemUsingGET5Unauthorized ¶ added in v0.4.0
func NewGetCatalogItemUsingGET5Unauthorized() *GetCatalogItemUsingGET5Unauthorized
NewGetCatalogItemUsingGET5Unauthorized creates a GetCatalogItemUsingGET5Unauthorized with default headers values
func (*GetCatalogItemUsingGET5Unauthorized) Error ¶ added in v0.4.0
func (o *GetCatalogItemUsingGET5Unauthorized) Error() string
func (*GetCatalogItemUsingGET5Unauthorized) IsClientError ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5Unauthorized) IsClientError() bool
IsClientError returns true when this get catalog item using g e t5 unauthorized response has a 4xx status code
func (*GetCatalogItemUsingGET5Unauthorized) IsCode ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5Unauthorized) IsCode(code int) bool
IsCode returns true when this get catalog item using g e t5 unauthorized response a status code equal to that given
func (*GetCatalogItemUsingGET5Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5Unauthorized) IsRedirect() bool
IsRedirect returns true when this get catalog item using g e t5 unauthorized response has a 3xx status code
func (*GetCatalogItemUsingGET5Unauthorized) IsServerError ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5Unauthorized) IsServerError() bool
IsServerError returns true when this get catalog item using g e t5 unauthorized response has a 5xx status code
func (*GetCatalogItemUsingGET5Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5Unauthorized) IsSuccess() bool
IsSuccess returns true when this get catalog item using g e t5 unauthorized response has a 2xx status code
func (*GetCatalogItemUsingGET5Unauthorized) String ¶ added in v0.5.0
func (o *GetCatalogItemUsingGET5Unauthorized) String() string
type GetCatalogItemsUsingGET5OK ¶ added in v0.4.0
type GetCatalogItemsUsingGET5OK struct {
Payload *models.PageOfCatalogItem
}
GetCatalogItemsUsingGET5OK describes a response with status code 200, with default header values.
OK
func NewGetCatalogItemsUsingGET5OK ¶ added in v0.4.0
func NewGetCatalogItemsUsingGET5OK() *GetCatalogItemsUsingGET5OK
NewGetCatalogItemsUsingGET5OK creates a GetCatalogItemsUsingGET5OK with default headers values
func (*GetCatalogItemsUsingGET5OK) Error ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5OK) Error() string
func (*GetCatalogItemsUsingGET5OK) GetPayload ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5OK) GetPayload() *models.PageOfCatalogItem
func (*GetCatalogItemsUsingGET5OK) IsClientError ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5OK) IsClientError() bool
IsClientError returns true when this get catalog items using g e t5 o k response has a 4xx status code
func (*GetCatalogItemsUsingGET5OK) IsCode ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5OK) IsCode(code int) bool
IsCode returns true when this get catalog items using g e t5 o k response a status code equal to that given
func (*GetCatalogItemsUsingGET5OK) IsRedirect ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5OK) IsRedirect() bool
IsRedirect returns true when this get catalog items using g e t5 o k response has a 3xx status code
func (*GetCatalogItemsUsingGET5OK) IsServerError ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5OK) IsServerError() bool
IsServerError returns true when this get catalog items using g e t5 o k response has a 5xx status code
func (*GetCatalogItemsUsingGET5OK) IsSuccess ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5OK) IsSuccess() bool
IsSuccess returns true when this get catalog items using g e t5 o k response has a 2xx status code
func (*GetCatalogItemsUsingGET5OK) String ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5OK) String() string
type GetCatalogItemsUsingGET5Params ¶ added in v0.4.0
type GetCatalogItemsUsingGET5Params struct { /* DollarOrderby. Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported. */ DollarOrderby []string /* DollarSkip. Number of records you want to skip Format: int32 */ DollarSkip *int32 /* DollarTop. Number of records you want Format: int32 */ DollarTop *int32 /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version. */ APIVersion *string /* ExpandProjects. Whether or not to return detailed project data for each result. */ ExpandProjects *bool /* Projects. A list of project IDs. Results will belong to one of these projects. */ Projects []string /* Search. Matches will have this string somewhere in their name or description. */ Search *string /* Types. A list of Catalog Item Type IDs. Results will be one of these types. */ Types []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCatalogItemsUsingGET5Params contains all the parameters to send to the API endpoint
for the get catalog items using g e t 5 operation. Typically these are written to a http.Request.
func NewGetCatalogItemsUsingGET5Params ¶ added in v0.4.0
func NewGetCatalogItemsUsingGET5Params() *GetCatalogItemsUsingGET5Params
NewGetCatalogItemsUsingGET5Params creates a new GetCatalogItemsUsingGET5Params 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 NewGetCatalogItemsUsingGET5ParamsWithContext ¶ added in v0.4.0
func NewGetCatalogItemsUsingGET5ParamsWithContext(ctx context.Context) *GetCatalogItemsUsingGET5Params
NewGetCatalogItemsUsingGET5ParamsWithContext creates a new GetCatalogItemsUsingGET5Params object with the ability to set a context for a request.
func NewGetCatalogItemsUsingGET5ParamsWithHTTPClient ¶ added in v0.4.0
func NewGetCatalogItemsUsingGET5ParamsWithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET5Params
NewGetCatalogItemsUsingGET5ParamsWithHTTPClient creates a new GetCatalogItemsUsingGET5Params object with the ability to set a custom HTTPClient for a request.
func NewGetCatalogItemsUsingGET5ParamsWithTimeout ¶ added in v0.4.0
func NewGetCatalogItemsUsingGET5ParamsWithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET5Params
NewGetCatalogItemsUsingGET5ParamsWithTimeout creates a new GetCatalogItemsUsingGET5Params object with the ability to set a timeout on a request.
func (*GetCatalogItemsUsingGET5Params) SetAPIVersion ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetContext ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetContext(ctx context.Context)
SetContext adds the context to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetDefaults ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetDefaults()
SetDefaults hydrates default values in the get catalog items using g e t 5 params (not the query body).
All values with no default are reset to their zero value.
func (*GetCatalogItemsUsingGET5Params) SetDollarOrderby ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetDollarOrderby(dollarOrderby []string)
SetDollarOrderby adds the dollarOrderby to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetDollarSkip ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetDollarSkip(dollarSkip *int32)
SetDollarSkip adds the dollarSkip to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetDollarTop ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetDollarTop(dollarTop *int32)
SetDollarTop adds the dollarTop to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetExpandProjects ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetExpandProjects(expandProjects *bool)
SetExpandProjects adds the expandProjects to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetHTTPClient ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetProjects ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetProjects(projects []string)
SetProjects adds the projects to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetSearch ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetSearch(search *string)
SetSearch adds the search to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetTimeout ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) SetTypes ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) SetTypes(types []string)
SetTypes adds the types to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithAPIVersion ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithAPIVersion(aPIVersion *string) *GetCatalogItemsUsingGET5Params
WithAPIVersion adds the aPIVersion to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithContext ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithContext(ctx context.Context) *GetCatalogItemsUsingGET5Params
WithContext adds the context to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithDefaults ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithDefaults() *GetCatalogItemsUsingGET5Params
WithDefaults hydrates default values in the get catalog items using g e t 5 params (not the query body).
All values with no default are reset to their zero value.
func (*GetCatalogItemsUsingGET5Params) WithDollarOrderby ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithDollarOrderby(dollarOrderby []string) *GetCatalogItemsUsingGET5Params
WithDollarOrderby adds the dollarOrderby to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithDollarSkip ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithDollarSkip(dollarSkip *int32) *GetCatalogItemsUsingGET5Params
WithDollarSkip adds the dollarSkip to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithDollarTop ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithDollarTop(dollarTop *int32) *GetCatalogItemsUsingGET5Params
WithDollarTop adds the dollarTop to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithExpandProjects ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemsUsingGET5Params
WithExpandProjects adds the expandProjects to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithHTTPClient ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET5Params
WithHTTPClient adds the HTTPClient to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithProjects ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithProjects(projects []string) *GetCatalogItemsUsingGET5Params
WithProjects adds the projects to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithSearch ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithSearch(search *string) *GetCatalogItemsUsingGET5Params
WithSearch adds the search to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithTimeout ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET5Params
WithTimeout adds the timeout to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WithTypes ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WithTypes(types []string) *GetCatalogItemsUsingGET5Params
WithTypes adds the types to the get catalog items using g e t 5 params
func (*GetCatalogItemsUsingGET5Params) WriteToRequest ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCatalogItemsUsingGET5Reader ¶ added in v0.4.0
type GetCatalogItemsUsingGET5Reader struct {
// contains filtered or unexported fields
}
GetCatalogItemsUsingGET5Reader is a Reader for the GetCatalogItemsUsingGET5 structure.
func (*GetCatalogItemsUsingGET5Reader) ReadResponse ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCatalogItemsUsingGET5Unauthorized ¶ added in v0.4.0
type GetCatalogItemsUsingGET5Unauthorized struct { }
GetCatalogItemsUsingGET5Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetCatalogItemsUsingGET5Unauthorized ¶ added in v0.4.0
func NewGetCatalogItemsUsingGET5Unauthorized() *GetCatalogItemsUsingGET5Unauthorized
NewGetCatalogItemsUsingGET5Unauthorized creates a GetCatalogItemsUsingGET5Unauthorized with default headers values
func (*GetCatalogItemsUsingGET5Unauthorized) Error ¶ added in v0.4.0
func (o *GetCatalogItemsUsingGET5Unauthorized) Error() string
func (*GetCatalogItemsUsingGET5Unauthorized) IsClientError ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5Unauthorized) IsClientError() bool
IsClientError returns true when this get catalog items using g e t5 unauthorized response has a 4xx status code
func (*GetCatalogItemsUsingGET5Unauthorized) IsCode ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5Unauthorized) IsCode(code int) bool
IsCode returns true when this get catalog items using g e t5 unauthorized response a status code equal to that given
func (*GetCatalogItemsUsingGET5Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5Unauthorized) IsRedirect() bool
IsRedirect returns true when this get catalog items using g e t5 unauthorized response has a 3xx status code
func (*GetCatalogItemsUsingGET5Unauthorized) IsServerError ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5Unauthorized) IsServerError() bool
IsServerError returns true when this get catalog items using g e t5 unauthorized response has a 5xx status code
func (*GetCatalogItemsUsingGET5Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5Unauthorized) IsSuccess() bool
IsSuccess returns true when this get catalog items using g e t5 unauthorized response has a 2xx status code
func (*GetCatalogItemsUsingGET5Unauthorized) String ¶ added in v0.5.0
func (o *GetCatalogItemsUsingGET5Unauthorized) String() string
type GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound ¶ added in v0.4.0
GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2NotFound ¶ added in v0.4.0
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2NotFound() *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound
NewGetUpfrontPriceResponseForCatalogItemUsingGET2NotFound creates a GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound with default headers values
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) Error ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) Error() string
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) GetPayload ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) GetPayload() *models.Error
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsClientError ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsClientError() bool
IsClientError returns true when this get upfront price response for catalog item using g e t2 not found response has a 4xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsCode ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsCode(code int) bool
IsCode returns true when this get upfront price response for catalog item using g e t2 not found response a status code equal to that given
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsRedirect ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsRedirect() bool
IsRedirect returns true when this get upfront price response for catalog item using g e t2 not found response has a 3xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsServerError ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsServerError() bool
IsServerError returns true when this get upfront price response for catalog item using g e t2 not found response has a 5xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsSuccess ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) IsSuccess() bool
IsSuccess returns true when this get upfront price response for catalog item using g e t2 not found response has a 2xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) String ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2NotFound) String() string
type GetUpfrontPriceResponseForCatalogItemUsingGET2OK ¶ added in v0.4.0
type GetUpfrontPriceResponseForCatalogItemUsingGET2OK struct {
Payload *models.CatalogItemUpfrontPriceResponse
}
GetUpfrontPriceResponseForCatalogItemUsingGET2OK describes a response with status code 200, with default header values.
OK
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2OK ¶ added in v0.4.0
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2OK() *GetUpfrontPriceResponseForCatalogItemUsingGET2OK
NewGetUpfrontPriceResponseForCatalogItemUsingGET2OK creates a GetUpfrontPriceResponseForCatalogItemUsingGET2OK with default headers values
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) Error ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) Error() string
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) GetPayload ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) GetPayload() *models.CatalogItemUpfrontPriceResponse
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsClientError ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsClientError() bool
IsClientError returns true when this get upfront price response for catalog item using g e t2 o k response has a 4xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsCode ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsCode(code int) bool
IsCode returns true when this get upfront price response for catalog item using g e t2 o k response a status code equal to that given
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsRedirect ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsRedirect() bool
IsRedirect returns true when this get upfront price response for catalog item using g e t2 o k response has a 3xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsServerError ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsServerError() bool
IsServerError returns true when this get upfront price response for catalog item using g e t2 o k response has a 5xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsSuccess ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) IsSuccess() bool
IsSuccess returns true when this get upfront price response for catalog item using g e t2 o k response has a 2xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2OK) String ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2OK) String() string
type GetUpfrontPriceResponseForCatalogItemUsingGET2Params ¶ added in v0.4.0
type GetUpfrontPriceResponseForCatalogItemUsingGET2Params struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version. */ APIVersion *string /* ID. Catalog Item ID Format: uuid */ ID strfmt.UUID /* UpfrontPriceID. Upfront Price Request ID Format: uuid */ UpfrontPriceID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUpfrontPriceResponseForCatalogItemUsingGET2Params contains all the parameters to send to the API endpoint
for the get upfront price response for catalog item using g e t 2 operation. Typically these are written to a http.Request.
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2Params ¶ added in v0.4.0
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2Params() *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
NewGetUpfrontPriceResponseForCatalogItemUsingGET2Params creates a new GetUpfrontPriceResponseForCatalogItemUsingGET2Params 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 NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithContext ¶ added in v0.4.0
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithContext(ctx context.Context) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithContext creates a new GetUpfrontPriceResponseForCatalogItemUsingGET2Params object with the ability to set a context for a request.
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithHTTPClient ¶ added in v0.4.0
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithHTTPClient(client *http.Client) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithHTTPClient creates a new GetUpfrontPriceResponseForCatalogItemUsingGET2Params object with the ability to set a custom HTTPClient for a request.
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithTimeout ¶ added in v0.4.0
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithTimeout(timeout time.Duration) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
NewGetUpfrontPriceResponseForCatalogItemUsingGET2ParamsWithTimeout creates a new GetUpfrontPriceResponseForCatalogItemUsingGET2Params object with the ability to set a timeout on a request.
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetAPIVersion ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetContext ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetContext(ctx context.Context)
SetContext adds the context to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetDefaults ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetDefaults()
SetDefaults hydrates default values in the get upfront price response for catalog item using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetHTTPClient ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetID ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetID(id strfmt.UUID)
SetID adds the id to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetTimeout ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetUpfrontPriceID ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) SetUpfrontPriceID(upfrontPriceID strfmt.UUID)
SetUpfrontPriceID adds the upfrontPriceId to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithAPIVersion ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
WithAPIVersion adds the aPIVersion to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithContext ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithContext(ctx context.Context) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
WithContext adds the context to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithDefaults ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithDefaults() *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
WithDefaults hydrates default values in the get upfront price response for catalog item using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithHTTPClient ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithHTTPClient(client *http.Client) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
WithHTTPClient adds the HTTPClient to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithID ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithID(id strfmt.UUID) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
WithID adds the id to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithTimeout ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithTimeout(timeout time.Duration) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
WithTimeout adds the timeout to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithUpfrontPriceID ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WithUpfrontPriceID(upfrontPriceID strfmt.UUID) *GetUpfrontPriceResponseForCatalogItemUsingGET2Params
WithUpfrontPriceID adds the upfrontPriceID to the get upfront price response for catalog item using g e t 2 params
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WriteToRequest ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUpfrontPriceResponseForCatalogItemUsingGET2Reader ¶ added in v0.4.0
type GetUpfrontPriceResponseForCatalogItemUsingGET2Reader struct {
// contains filtered or unexported fields
}
GetUpfrontPriceResponseForCatalogItemUsingGET2Reader is a Reader for the GetUpfrontPriceResponseForCatalogItemUsingGET2 structure.
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Reader) ReadResponse ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized ¶ added in v0.4.0
type GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized struct { }
GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized ¶ added in v0.4.0
func NewGetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized() *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized
NewGetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized creates a GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized with default headers values
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) Error ¶ added in v0.4.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) Error() string
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsClientError ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsClientError() bool
IsClientError returns true when this get upfront price response for catalog item using g e t2 unauthorized response has a 4xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsCode ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsCode(code int) bool
IsCode returns true when this get upfront price response for catalog item using g e t2 unauthorized response a status code equal to that given
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsRedirect() bool
IsRedirect returns true when this get upfront price response for catalog item using g e t2 unauthorized response has a 3xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsServerError ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsServerError() bool
IsServerError returns true when this get upfront price response for catalog item using g e t2 unauthorized response has a 5xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) IsSuccess() bool
IsSuccess returns true when this get upfront price response for catalog item using g e t2 unauthorized response has a 2xx status code
func (*GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) String ¶ added in v0.5.0
func (o *GetUpfrontPriceResponseForCatalogItemUsingGET2Unauthorized) String() string
type GetVersionByIDUsingGET2NotFound ¶ added in v0.4.0
GetVersionByIDUsingGET2NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetVersionByIDUsingGET2NotFound ¶ added in v0.4.0
func NewGetVersionByIDUsingGET2NotFound() *GetVersionByIDUsingGET2NotFound
NewGetVersionByIDUsingGET2NotFound creates a GetVersionByIDUsingGET2NotFound with default headers values
func (*GetVersionByIDUsingGET2NotFound) Error ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2NotFound) Error() string
func (*GetVersionByIDUsingGET2NotFound) GetPayload ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2NotFound) GetPayload() *models.Error
func (*GetVersionByIDUsingGET2NotFound) IsClientError ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2NotFound) IsClientError() bool
IsClientError returns true when this get version by Id using g e t2 not found response has a 4xx status code
func (*GetVersionByIDUsingGET2NotFound) IsCode ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2NotFound) IsCode(code int) bool
IsCode returns true when this get version by Id using g e t2 not found response a status code equal to that given
func (*GetVersionByIDUsingGET2NotFound) IsRedirect ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2NotFound) IsRedirect() bool
IsRedirect returns true when this get version by Id using g e t2 not found response has a 3xx status code
func (*GetVersionByIDUsingGET2NotFound) IsServerError ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2NotFound) IsServerError() bool
IsServerError returns true when this get version by Id using g e t2 not found response has a 5xx status code
func (*GetVersionByIDUsingGET2NotFound) IsSuccess ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2NotFound) IsSuccess() bool
IsSuccess returns true when this get version by Id using g e t2 not found response has a 2xx status code
func (*GetVersionByIDUsingGET2NotFound) String ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2NotFound) String() string
type GetVersionByIDUsingGET2OK ¶ added in v0.4.0
type GetVersionByIDUsingGET2OK struct {
Payload *models.CatalogItemVersion
}
GetVersionByIDUsingGET2OK describes a response with status code 200, with default header values.
OK
func NewGetVersionByIDUsingGET2OK ¶ added in v0.4.0
func NewGetVersionByIDUsingGET2OK() *GetVersionByIDUsingGET2OK
NewGetVersionByIDUsingGET2OK creates a GetVersionByIDUsingGET2OK with default headers values
func (*GetVersionByIDUsingGET2OK) Error ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2OK) Error() string
func (*GetVersionByIDUsingGET2OK) GetPayload ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2OK) GetPayload() *models.CatalogItemVersion
func (*GetVersionByIDUsingGET2OK) IsClientError ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2OK) IsClientError() bool
IsClientError returns true when this get version by Id using g e t2 o k response has a 4xx status code
func (*GetVersionByIDUsingGET2OK) IsCode ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2OK) IsCode(code int) bool
IsCode returns true when this get version by Id using g e t2 o k response a status code equal to that given
func (*GetVersionByIDUsingGET2OK) IsRedirect ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2OK) IsRedirect() bool
IsRedirect returns true when this get version by Id using g e t2 o k response has a 3xx status code
func (*GetVersionByIDUsingGET2OK) IsServerError ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2OK) IsServerError() bool
IsServerError returns true when this get version by Id using g e t2 o k response has a 5xx status code
func (*GetVersionByIDUsingGET2OK) IsSuccess ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2OK) IsSuccess() bool
IsSuccess returns true when this get version by Id using g e t2 o k response has a 2xx status code
func (*GetVersionByIDUsingGET2OK) String ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2OK) String() string
type GetVersionByIDUsingGET2Params ¶ added in v0.4.0
type GetVersionByIDUsingGET2Params struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version. */ APIVersion *string /* ID. Catalog Item ID Format: uuid */ ID strfmt.UUID /* VersionID. Catalog Item Version ID */ VersionID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVersionByIDUsingGET2Params contains all the parameters to send to the API endpoint
for the get version by Id using g e t 2 operation. Typically these are written to a http.Request.
func NewGetVersionByIDUsingGET2Params ¶ added in v0.4.0
func NewGetVersionByIDUsingGET2Params() *GetVersionByIDUsingGET2Params
NewGetVersionByIDUsingGET2Params creates a new GetVersionByIDUsingGET2Params 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 NewGetVersionByIDUsingGET2ParamsWithContext ¶ added in v0.4.0
func NewGetVersionByIDUsingGET2ParamsWithContext(ctx context.Context) *GetVersionByIDUsingGET2Params
NewGetVersionByIDUsingGET2ParamsWithContext creates a new GetVersionByIDUsingGET2Params object with the ability to set a context for a request.
func NewGetVersionByIDUsingGET2ParamsWithHTTPClient ¶ added in v0.4.0
func NewGetVersionByIDUsingGET2ParamsWithHTTPClient(client *http.Client) *GetVersionByIDUsingGET2Params
NewGetVersionByIDUsingGET2ParamsWithHTTPClient creates a new GetVersionByIDUsingGET2Params object with the ability to set a custom HTTPClient for a request.
func NewGetVersionByIDUsingGET2ParamsWithTimeout ¶ added in v0.4.0
func NewGetVersionByIDUsingGET2ParamsWithTimeout(timeout time.Duration) *GetVersionByIDUsingGET2Params
NewGetVersionByIDUsingGET2ParamsWithTimeout creates a new GetVersionByIDUsingGET2Params object with the ability to set a timeout on a request.
func (*GetVersionByIDUsingGET2Params) SetAPIVersion ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) SetContext ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) SetContext(ctx context.Context)
SetContext adds the context to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) SetDefaults ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) SetDefaults()
SetDefaults hydrates default values in the get version by Id using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetVersionByIDUsingGET2Params) SetHTTPClient ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) SetID ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) SetID(id strfmt.UUID)
SetID adds the id to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) SetTimeout ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) SetVersionID ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) SetVersionID(versionID string)
SetVersionID adds the versionId to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) WithAPIVersion ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetVersionByIDUsingGET2Params
WithAPIVersion adds the aPIVersion to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) WithContext ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WithContext(ctx context.Context) *GetVersionByIDUsingGET2Params
WithContext adds the context to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) WithDefaults ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WithDefaults() *GetVersionByIDUsingGET2Params
WithDefaults hydrates default values in the get version by Id using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetVersionByIDUsingGET2Params) WithHTTPClient ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WithHTTPClient(client *http.Client) *GetVersionByIDUsingGET2Params
WithHTTPClient adds the HTTPClient to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) WithID ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WithID(id strfmt.UUID) *GetVersionByIDUsingGET2Params
WithID adds the id to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) WithTimeout ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WithTimeout(timeout time.Duration) *GetVersionByIDUsingGET2Params
WithTimeout adds the timeout to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) WithVersionID ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WithVersionID(versionID string) *GetVersionByIDUsingGET2Params
WithVersionID adds the versionID to the get version by Id using g e t 2 params
func (*GetVersionByIDUsingGET2Params) WriteToRequest ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVersionByIDUsingGET2Reader ¶ added in v0.4.0
type GetVersionByIDUsingGET2Reader struct {
// contains filtered or unexported fields
}
GetVersionByIDUsingGET2Reader is a Reader for the GetVersionByIDUsingGET2 structure.
func (*GetVersionByIDUsingGET2Reader) ReadResponse ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVersionByIDUsingGET2Unauthorized ¶ added in v0.4.0
type GetVersionByIDUsingGET2Unauthorized struct { }
GetVersionByIDUsingGET2Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetVersionByIDUsingGET2Unauthorized ¶ added in v0.4.0
func NewGetVersionByIDUsingGET2Unauthorized() *GetVersionByIDUsingGET2Unauthorized
NewGetVersionByIDUsingGET2Unauthorized creates a GetVersionByIDUsingGET2Unauthorized with default headers values
func (*GetVersionByIDUsingGET2Unauthorized) Error ¶ added in v0.4.0
func (o *GetVersionByIDUsingGET2Unauthorized) Error() string
func (*GetVersionByIDUsingGET2Unauthorized) IsClientError ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2Unauthorized) IsClientError() bool
IsClientError returns true when this get version by Id using g e t2 unauthorized response has a 4xx status code
func (*GetVersionByIDUsingGET2Unauthorized) IsCode ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2Unauthorized) IsCode(code int) bool
IsCode returns true when this get version by Id using g e t2 unauthorized response a status code equal to that given
func (*GetVersionByIDUsingGET2Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2Unauthorized) IsRedirect() bool
IsRedirect returns true when this get version by Id using g e t2 unauthorized response has a 3xx status code
func (*GetVersionByIDUsingGET2Unauthorized) IsServerError ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2Unauthorized) IsServerError() bool
IsServerError returns true when this get version by Id using g e t2 unauthorized response has a 5xx status code
func (*GetVersionByIDUsingGET2Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2Unauthorized) IsSuccess() bool
IsSuccess returns true when this get version by Id using g e t2 unauthorized response has a 2xx status code
func (*GetVersionByIDUsingGET2Unauthorized) String ¶ added in v0.5.0
func (o *GetVersionByIDUsingGET2Unauthorized) String() string
type GetVersionsUsingGET2NotFound ¶ added in v0.4.0
GetVersionsUsingGET2NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetVersionsUsingGET2NotFound ¶ added in v0.4.0
func NewGetVersionsUsingGET2NotFound() *GetVersionsUsingGET2NotFound
NewGetVersionsUsingGET2NotFound creates a GetVersionsUsingGET2NotFound with default headers values
func (*GetVersionsUsingGET2NotFound) Error ¶ added in v0.4.0
func (o *GetVersionsUsingGET2NotFound) Error() string
func (*GetVersionsUsingGET2NotFound) GetPayload ¶ added in v0.4.0
func (o *GetVersionsUsingGET2NotFound) GetPayload() *models.Error
func (*GetVersionsUsingGET2NotFound) IsClientError ¶ added in v0.5.0
func (o *GetVersionsUsingGET2NotFound) IsClientError() bool
IsClientError returns true when this get versions using g e t2 not found response has a 4xx status code
func (*GetVersionsUsingGET2NotFound) IsCode ¶ added in v0.5.0
func (o *GetVersionsUsingGET2NotFound) IsCode(code int) bool
IsCode returns true when this get versions using g e t2 not found response a status code equal to that given
func (*GetVersionsUsingGET2NotFound) IsRedirect ¶ added in v0.5.0
func (o *GetVersionsUsingGET2NotFound) IsRedirect() bool
IsRedirect returns true when this get versions using g e t2 not found response has a 3xx status code
func (*GetVersionsUsingGET2NotFound) IsServerError ¶ added in v0.5.0
func (o *GetVersionsUsingGET2NotFound) IsServerError() bool
IsServerError returns true when this get versions using g e t2 not found response has a 5xx status code
func (*GetVersionsUsingGET2NotFound) IsSuccess ¶ added in v0.5.0
func (o *GetVersionsUsingGET2NotFound) IsSuccess() bool
IsSuccess returns true when this get versions using g e t2 not found response has a 2xx status code
func (*GetVersionsUsingGET2NotFound) String ¶ added in v0.5.0
func (o *GetVersionsUsingGET2NotFound) String() string
type GetVersionsUsingGET2OK ¶ added in v0.4.0
type GetVersionsUsingGET2OK struct {
Payload *models.PageOfCatalogItemVersion
}
GetVersionsUsingGET2OK describes a response with status code 200, with default header values.
OK
func NewGetVersionsUsingGET2OK ¶ added in v0.4.0
func NewGetVersionsUsingGET2OK() *GetVersionsUsingGET2OK
NewGetVersionsUsingGET2OK creates a GetVersionsUsingGET2OK with default headers values
func (*GetVersionsUsingGET2OK) Error ¶ added in v0.4.0
func (o *GetVersionsUsingGET2OK) Error() string
func (*GetVersionsUsingGET2OK) GetPayload ¶ added in v0.4.0
func (o *GetVersionsUsingGET2OK) GetPayload() *models.PageOfCatalogItemVersion
func (*GetVersionsUsingGET2OK) IsClientError ¶ added in v0.5.0
func (o *GetVersionsUsingGET2OK) IsClientError() bool
IsClientError returns true when this get versions using g e t2 o k response has a 4xx status code
func (*GetVersionsUsingGET2OK) IsCode ¶ added in v0.5.0
func (o *GetVersionsUsingGET2OK) IsCode(code int) bool
IsCode returns true when this get versions using g e t2 o k response a status code equal to that given
func (*GetVersionsUsingGET2OK) IsRedirect ¶ added in v0.5.0
func (o *GetVersionsUsingGET2OK) IsRedirect() bool
IsRedirect returns true when this get versions using g e t2 o k response has a 3xx status code
func (*GetVersionsUsingGET2OK) IsServerError ¶ added in v0.5.0
func (o *GetVersionsUsingGET2OK) IsServerError() bool
IsServerError returns true when this get versions using g e t2 o k response has a 5xx status code
func (*GetVersionsUsingGET2OK) IsSuccess ¶ added in v0.5.0
func (o *GetVersionsUsingGET2OK) IsSuccess() bool
IsSuccess returns true when this get versions using g e t2 o k response has a 2xx status code
func (*GetVersionsUsingGET2OK) String ¶ added in v0.5.0
func (o *GetVersionsUsingGET2OK) String() string
type GetVersionsUsingGET2Params ¶ added in v0.4.0
type GetVersionsUsingGET2Params struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version. */ APIVersion *string /* ID. Catalog Item ID Format: uuid */ ID strfmt.UUID /* Page. Results page you want to retrieve (0..N) Format: int32 */ Page *int32 /* Size. Number of records per page. Format: int32 */ Size *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVersionsUsingGET2Params contains all the parameters to send to the API endpoint
for the get versions using g e t 2 operation. Typically these are written to a http.Request.
func NewGetVersionsUsingGET2Params ¶ added in v0.4.0
func NewGetVersionsUsingGET2Params() *GetVersionsUsingGET2Params
NewGetVersionsUsingGET2Params creates a new GetVersionsUsingGET2Params 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 NewGetVersionsUsingGET2ParamsWithContext ¶ added in v0.4.0
func NewGetVersionsUsingGET2ParamsWithContext(ctx context.Context) *GetVersionsUsingGET2Params
NewGetVersionsUsingGET2ParamsWithContext creates a new GetVersionsUsingGET2Params object with the ability to set a context for a request.
func NewGetVersionsUsingGET2ParamsWithHTTPClient ¶ added in v0.4.0
func NewGetVersionsUsingGET2ParamsWithHTTPClient(client *http.Client) *GetVersionsUsingGET2Params
NewGetVersionsUsingGET2ParamsWithHTTPClient creates a new GetVersionsUsingGET2Params object with the ability to set a custom HTTPClient for a request.
func NewGetVersionsUsingGET2ParamsWithTimeout ¶ added in v0.4.0
func NewGetVersionsUsingGET2ParamsWithTimeout(timeout time.Duration) *GetVersionsUsingGET2Params
NewGetVersionsUsingGET2ParamsWithTimeout creates a new GetVersionsUsingGET2Params object with the ability to set a timeout on a request.
func (*GetVersionsUsingGET2Params) SetAPIVersion ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) SetContext ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetContext(ctx context.Context)
SetContext adds the context to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) SetDefaults ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetDefaults()
SetDefaults hydrates default values in the get versions using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetVersionsUsingGET2Params) SetHTTPClient ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) SetID ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetID(id strfmt.UUID)
SetID adds the id to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) SetPage ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetPage(page *int32)
SetPage adds the page to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) SetSize ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetSize(size *int32)
SetSize adds the size to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) SetTimeout ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WithAPIVersion ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithAPIVersion(aPIVersion *string) *GetVersionsUsingGET2Params
WithAPIVersion adds the aPIVersion to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WithContext ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithContext(ctx context.Context) *GetVersionsUsingGET2Params
WithContext adds the context to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WithDefaults ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithDefaults() *GetVersionsUsingGET2Params
WithDefaults hydrates default values in the get versions using g e t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetVersionsUsingGET2Params) WithHTTPClient ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithHTTPClient(client *http.Client) *GetVersionsUsingGET2Params
WithHTTPClient adds the HTTPClient to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WithID ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithID(id strfmt.UUID) *GetVersionsUsingGET2Params
WithID adds the id to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WithPage ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithPage(page *int32) *GetVersionsUsingGET2Params
WithPage adds the page to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WithSize ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithSize(size *int32) *GetVersionsUsingGET2Params
WithSize adds the size to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WithTimeout ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WithTimeout(timeout time.Duration) *GetVersionsUsingGET2Params
WithTimeout adds the timeout to the get versions using g e t 2 params
func (*GetVersionsUsingGET2Params) WriteToRequest ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVersionsUsingGET2Reader ¶ added in v0.4.0
type GetVersionsUsingGET2Reader struct {
// contains filtered or unexported fields
}
GetVersionsUsingGET2Reader is a Reader for the GetVersionsUsingGET2 structure.
func (*GetVersionsUsingGET2Reader) ReadResponse ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVersionsUsingGET2Unauthorized ¶ added in v0.4.0
type GetVersionsUsingGET2Unauthorized struct { }
GetVersionsUsingGET2Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetVersionsUsingGET2Unauthorized ¶ added in v0.4.0
func NewGetVersionsUsingGET2Unauthorized() *GetVersionsUsingGET2Unauthorized
NewGetVersionsUsingGET2Unauthorized creates a GetVersionsUsingGET2Unauthorized with default headers values
func (*GetVersionsUsingGET2Unauthorized) Error ¶ added in v0.4.0
func (o *GetVersionsUsingGET2Unauthorized) Error() string
func (*GetVersionsUsingGET2Unauthorized) IsClientError ¶ added in v0.5.0
func (o *GetVersionsUsingGET2Unauthorized) IsClientError() bool
IsClientError returns true when this get versions using g e t2 unauthorized response has a 4xx status code
func (*GetVersionsUsingGET2Unauthorized) IsCode ¶ added in v0.5.0
func (o *GetVersionsUsingGET2Unauthorized) IsCode(code int) bool
IsCode returns true when this get versions using g e t2 unauthorized response a status code equal to that given
func (*GetVersionsUsingGET2Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetVersionsUsingGET2Unauthorized) IsRedirect() bool
IsRedirect returns true when this get versions using g e t2 unauthorized response has a 3xx status code
func (*GetVersionsUsingGET2Unauthorized) IsServerError ¶ added in v0.5.0
func (o *GetVersionsUsingGET2Unauthorized) IsServerError() bool
IsServerError returns true when this get versions using g e t2 unauthorized response has a 5xx status code
func (*GetVersionsUsingGET2Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetVersionsUsingGET2Unauthorized) IsSuccess() bool
IsSuccess returns true when this get versions using g e t2 unauthorized response has a 2xx status code
func (*GetVersionsUsingGET2Unauthorized) String ¶ added in v0.5.0
func (o *GetVersionsUsingGET2Unauthorized) String() string
type RequestCatalogItemInstancesUsingPOST1BadRequest ¶ added in v0.4.0
RequestCatalogItemInstancesUsingPOST1BadRequest describes a response with status code 400, with default header values.
Invalid request - bad data.
func NewRequestCatalogItemInstancesUsingPOST1BadRequest ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1BadRequest() *RequestCatalogItemInstancesUsingPOST1BadRequest
NewRequestCatalogItemInstancesUsingPOST1BadRequest creates a RequestCatalogItemInstancesUsingPOST1BadRequest with default headers values
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) Error ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) Error() string
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) GetPayload ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) GetPayload() *models.Error
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) IsClientError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsClientError() bool
IsClientError returns true when this request catalog item instances using p o s t1 bad request response has a 4xx status code
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) IsCode ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsCode(code int) bool
IsCode returns true when this request catalog item instances using p o s t1 bad request response a status code equal to that given
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) IsRedirect ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsRedirect() bool
IsRedirect returns true when this request catalog item instances using p o s t1 bad request response has a 3xx status code
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) IsServerError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsServerError() bool
IsServerError returns true when this request catalog item instances using p o s t1 bad request response has a 5xx status code
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) IsSuccess ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) IsSuccess() bool
IsSuccess returns true when this request catalog item instances using p o s t1 bad request response has a 2xx status code
func (*RequestCatalogItemInstancesUsingPOST1BadRequest) String ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1BadRequest) String() string
type RequestCatalogItemInstancesUsingPOST1Forbidden ¶ added in v0.4.0
type RequestCatalogItemInstancesUsingPOST1Forbidden struct { }
RequestCatalogItemInstancesUsingPOST1Forbidden describes a response with status code 403, with default header values.
Forbidden.
func NewRequestCatalogItemInstancesUsingPOST1Forbidden ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1Forbidden() *RequestCatalogItemInstancesUsingPOST1Forbidden
NewRequestCatalogItemInstancesUsingPOST1Forbidden creates a RequestCatalogItemInstancesUsingPOST1Forbidden with default headers values
func (*RequestCatalogItemInstancesUsingPOST1Forbidden) Error ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) Error() string
func (*RequestCatalogItemInstancesUsingPOST1Forbidden) IsClientError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsClientError() bool
IsClientError returns true when this request catalog item instances using p o s t1 forbidden response has a 4xx status code
func (*RequestCatalogItemInstancesUsingPOST1Forbidden) IsCode ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsCode(code int) bool
IsCode returns true when this request catalog item instances using p o s t1 forbidden response a status code equal to that given
func (*RequestCatalogItemInstancesUsingPOST1Forbidden) IsRedirect ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsRedirect() bool
IsRedirect returns true when this request catalog item instances using p o s t1 forbidden response has a 3xx status code
func (*RequestCatalogItemInstancesUsingPOST1Forbidden) IsServerError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsServerError() bool
IsServerError returns true when this request catalog item instances using p o s t1 forbidden response has a 5xx status code
func (*RequestCatalogItemInstancesUsingPOST1Forbidden) IsSuccess ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) IsSuccess() bool
IsSuccess returns true when this request catalog item instances using p o s t1 forbidden response has a 2xx status code
func (*RequestCatalogItemInstancesUsingPOST1Forbidden) String ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Forbidden) String() string
type RequestCatalogItemInstancesUsingPOST1NotFound ¶ added in v0.4.0
RequestCatalogItemInstancesUsingPOST1NotFound describes a response with status code 404, with default header values.
Not Found
func NewRequestCatalogItemInstancesUsingPOST1NotFound ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1NotFound() *RequestCatalogItemInstancesUsingPOST1NotFound
NewRequestCatalogItemInstancesUsingPOST1NotFound creates a RequestCatalogItemInstancesUsingPOST1NotFound with default headers values
func (*RequestCatalogItemInstancesUsingPOST1NotFound) Error ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) Error() string
func (*RequestCatalogItemInstancesUsingPOST1NotFound) GetPayload ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) GetPayload() *models.Error
func (*RequestCatalogItemInstancesUsingPOST1NotFound) IsClientError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsClientError() bool
IsClientError returns true when this request catalog item instances using p o s t1 not found response has a 4xx status code
func (*RequestCatalogItemInstancesUsingPOST1NotFound) IsCode ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsCode(code int) bool
IsCode returns true when this request catalog item instances using p o s t1 not found response a status code equal to that given
func (*RequestCatalogItemInstancesUsingPOST1NotFound) IsRedirect ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsRedirect() bool
IsRedirect returns true when this request catalog item instances using p o s t1 not found response has a 3xx status code
func (*RequestCatalogItemInstancesUsingPOST1NotFound) IsServerError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsServerError() bool
IsServerError returns true when this request catalog item instances using p o s t1 not found response has a 5xx status code
func (*RequestCatalogItemInstancesUsingPOST1NotFound) IsSuccess ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) IsSuccess() bool
IsSuccess returns true when this request catalog item instances using p o s t1 not found response has a 2xx status code
func (*RequestCatalogItemInstancesUsingPOST1NotFound) String ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1NotFound) String() string
type RequestCatalogItemInstancesUsingPOST1OK ¶ added in v0.4.0
type RequestCatalogItemInstancesUsingPOST1OK struct {
Payload []*models.CatalogItemRequestResponse
}
RequestCatalogItemInstancesUsingPOST1OK describes a response with status code 200, with default header values.
OK
func NewRequestCatalogItemInstancesUsingPOST1OK ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1OK() *RequestCatalogItemInstancesUsingPOST1OK
NewRequestCatalogItemInstancesUsingPOST1OK creates a RequestCatalogItemInstancesUsingPOST1OK with default headers values
func (*RequestCatalogItemInstancesUsingPOST1OK) Error ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) Error() string
func (*RequestCatalogItemInstancesUsingPOST1OK) GetPayload ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) GetPayload() []*models.CatalogItemRequestResponse
func (*RequestCatalogItemInstancesUsingPOST1OK) IsClientError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) IsClientError() bool
IsClientError returns true when this request catalog item instances using p o s t1 o k response has a 4xx status code
func (*RequestCatalogItemInstancesUsingPOST1OK) IsCode ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) IsCode(code int) bool
IsCode returns true when this request catalog item instances using p o s t1 o k response a status code equal to that given
func (*RequestCatalogItemInstancesUsingPOST1OK) IsRedirect ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) IsRedirect() bool
IsRedirect returns true when this request catalog item instances using p o s t1 o k response has a 3xx status code
func (*RequestCatalogItemInstancesUsingPOST1OK) IsServerError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) IsServerError() bool
IsServerError returns true when this request catalog item instances using p o s t1 o k response has a 5xx status code
func (*RequestCatalogItemInstancesUsingPOST1OK) IsSuccess ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) IsSuccess() bool
IsSuccess returns true when this request catalog item instances using p o s t1 o k response has a 2xx status code
func (*RequestCatalogItemInstancesUsingPOST1OK) String ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1OK) String() string
type RequestCatalogItemInstancesUsingPOST1Params ¶ added in v0.4.0
type RequestCatalogItemInstancesUsingPOST1Params struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version. */ APIVersion *string /* ID. Catalog item ID Format: uuid */ ID strfmt.UUID /* Request. request */ Request *models.CatalogItemRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RequestCatalogItemInstancesUsingPOST1Params contains all the parameters to send to the API endpoint
for the request catalog item instances using p o s t 1 operation. Typically these are written to a http.Request.
func NewRequestCatalogItemInstancesUsingPOST1Params ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1Params() *RequestCatalogItemInstancesUsingPOST1Params
NewRequestCatalogItemInstancesUsingPOST1Params creates a new RequestCatalogItemInstancesUsingPOST1Params 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 NewRequestCatalogItemInstancesUsingPOST1ParamsWithContext ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1ParamsWithContext(ctx context.Context) *RequestCatalogItemInstancesUsingPOST1Params
NewRequestCatalogItemInstancesUsingPOST1ParamsWithContext creates a new RequestCatalogItemInstancesUsingPOST1Params object with the ability to set a context for a request.
func NewRequestCatalogItemInstancesUsingPOST1ParamsWithHTTPClient ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1ParamsWithHTTPClient(client *http.Client) *RequestCatalogItemInstancesUsingPOST1Params
NewRequestCatalogItemInstancesUsingPOST1ParamsWithHTTPClient creates a new RequestCatalogItemInstancesUsingPOST1Params object with the ability to set a custom HTTPClient for a request.
func NewRequestCatalogItemInstancesUsingPOST1ParamsWithTimeout ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1ParamsWithTimeout(timeout time.Duration) *RequestCatalogItemInstancesUsingPOST1Params
NewRequestCatalogItemInstancesUsingPOST1ParamsWithTimeout creates a new RequestCatalogItemInstancesUsingPOST1Params object with the ability to set a timeout on a request.
func (*RequestCatalogItemInstancesUsingPOST1Params) SetAPIVersion ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) SetContext ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) SetContext(ctx context.Context)
SetContext adds the context to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) SetDefaults ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) SetDefaults()
SetDefaults hydrates default values in the request catalog item instances using p o s t 1 params (not the query body).
All values with no default are reset to their zero value.
func (*RequestCatalogItemInstancesUsingPOST1Params) SetHTTPClient ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) SetID ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) SetID(id strfmt.UUID)
SetID adds the id to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) SetRequest ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) SetRequest(request *models.CatalogItemRequest)
SetRequest adds the request to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) SetTimeout ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) WithAPIVersion ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WithAPIVersion(aPIVersion *string) *RequestCatalogItemInstancesUsingPOST1Params
WithAPIVersion adds the aPIVersion to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) WithContext ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WithContext(ctx context.Context) *RequestCatalogItemInstancesUsingPOST1Params
WithContext adds the context to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) WithDefaults ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WithDefaults() *RequestCatalogItemInstancesUsingPOST1Params
WithDefaults hydrates default values in the request catalog item instances using p o s t 1 params (not the query body).
All values with no default are reset to their zero value.
func (*RequestCatalogItemInstancesUsingPOST1Params) WithHTTPClient ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WithHTTPClient(client *http.Client) *RequestCatalogItemInstancesUsingPOST1Params
WithHTTPClient adds the HTTPClient to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) WithID ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WithID(id strfmt.UUID) *RequestCatalogItemInstancesUsingPOST1Params
WithID adds the id to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) WithRequest ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WithRequest(request *models.CatalogItemRequest) *RequestCatalogItemInstancesUsingPOST1Params
WithRequest adds the request to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) WithTimeout ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WithTimeout(timeout time.Duration) *RequestCatalogItemInstancesUsingPOST1Params
WithTimeout adds the timeout to the request catalog item instances using p o s t 1 params
func (*RequestCatalogItemInstancesUsingPOST1Params) WriteToRequest ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RequestCatalogItemInstancesUsingPOST1Reader ¶ added in v0.4.0
type RequestCatalogItemInstancesUsingPOST1Reader struct {
// contains filtered or unexported fields
}
RequestCatalogItemInstancesUsingPOST1Reader is a Reader for the RequestCatalogItemInstancesUsingPOST1 structure.
func (*RequestCatalogItemInstancesUsingPOST1Reader) ReadResponse ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RequestCatalogItemInstancesUsingPOST1Unauthorized ¶ added in v0.4.0
type RequestCatalogItemInstancesUsingPOST1Unauthorized struct { }
RequestCatalogItemInstancesUsingPOST1Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewRequestCatalogItemInstancesUsingPOST1Unauthorized ¶ added in v0.4.0
func NewRequestCatalogItemInstancesUsingPOST1Unauthorized() *RequestCatalogItemInstancesUsingPOST1Unauthorized
NewRequestCatalogItemInstancesUsingPOST1Unauthorized creates a RequestCatalogItemInstancesUsingPOST1Unauthorized with default headers values
func (*RequestCatalogItemInstancesUsingPOST1Unauthorized) Error ¶ added in v0.4.0
func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) Error() string
func (*RequestCatalogItemInstancesUsingPOST1Unauthorized) IsClientError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsClientError() bool
IsClientError returns true when this request catalog item instances using p o s t1 unauthorized response has a 4xx status code
func (*RequestCatalogItemInstancesUsingPOST1Unauthorized) IsCode ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsCode(code int) bool
IsCode returns true when this request catalog item instances using p o s t1 unauthorized response a status code equal to that given
func (*RequestCatalogItemInstancesUsingPOST1Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsRedirect() bool
IsRedirect returns true when this request catalog item instances using p o s t1 unauthorized response has a 3xx status code
func (*RequestCatalogItemInstancesUsingPOST1Unauthorized) IsServerError ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsServerError() bool
IsServerError returns true when this request catalog item instances using p o s t1 unauthorized response has a 5xx status code
func (*RequestCatalogItemInstancesUsingPOST1Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) IsSuccess() bool
IsSuccess returns true when this request catalog item instances using p o s t1 unauthorized response has a 2xx status code
func (*RequestCatalogItemInstancesUsingPOST1Unauthorized) String ¶ added in v0.5.0
func (o *RequestCatalogItemInstancesUsingPOST1Unauthorized) String() string
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound ¶ added in v0.4.0
SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound describes a response with status code 404, with default header values.
Not Found
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound ¶ added in v0.4.0
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound() *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound
NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound creates a SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound with default headers values
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) Error ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) Error() string
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) GetPayload ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) GetPayload() *models.Error
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsClientError ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsClientError() bool
IsClientError returns true when this submit upfront price request for catalog item using p o s t2 not found response has a 4xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsCode ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsCode(code int) bool
IsCode returns true when this submit upfront price request for catalog item using p o s t2 not found response a status code equal to that given
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsRedirect ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsRedirect() bool
IsRedirect returns true when this submit upfront price request for catalog item using p o s t2 not found response has a 3xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsServerError ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsServerError() bool
IsServerError returns true when this submit upfront price request for catalog item using p o s t2 not found response has a 5xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsSuccess ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) IsSuccess() bool
IsSuccess returns true when this submit upfront price request for catalog item using p o s t2 not found response has a 2xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) String ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2NotFound) String() string
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK ¶ added in v0.4.0
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK struct {
Payload *models.CatalogItemUpfrontPriceResponse
}
SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK describes a response with status code 200, with default header values.
OK
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK ¶ added in v0.4.0
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK() *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK
NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK creates a SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK with default headers values
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) Error ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) Error() string
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) GetPayload ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) GetPayload() *models.CatalogItemUpfrontPriceResponse
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsClientError ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsClientError() bool
IsClientError returns true when this submit upfront price request for catalog item using p o s t2 o k response has a 4xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsCode ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsCode(code int) bool
IsCode returns true when this submit upfront price request for catalog item using p o s t2 o k response a status code equal to that given
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsRedirect ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsRedirect() bool
IsRedirect returns true when this submit upfront price request for catalog item using p o s t2 o k response has a 3xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsServerError ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsServerError() bool
IsServerError returns true when this submit upfront price request for catalog item using p o s t2 o k response has a 5xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsSuccess ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) IsSuccess() bool
IsSuccess returns true when this submit upfront price request for catalog item using p o s t2 o k response has a 2xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) String ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2OK) String() string
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params ¶ added in v0.4.0
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version. */ APIVersion *string /* ID. Catalog Item ID Format: uuid */ ID strfmt.UUID /* Request. request */ Request *models.CatalogItemRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params contains all the parameters to send to the API endpoint
for the submit upfront price request for catalog item using p o s t 2 operation. Typically these are written to a http.Request.
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params ¶ added in v0.4.0
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params() *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params creates a new SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params 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 NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithContext ¶ added in v0.4.0
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithContext(ctx context.Context) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithContext creates a new SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params object with the ability to set a context for a request.
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithHTTPClient ¶ added in v0.4.0
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithHTTPClient(client *http.Client) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithHTTPClient creates a new SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params object with the ability to set a custom HTTPClient for a request.
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithTimeout ¶ added in v0.4.0
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithTimeout(timeout time.Duration) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2ParamsWithTimeout creates a new SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params object with the ability to set a timeout on a request.
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetAPIVersion ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetContext ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetContext(ctx context.Context)
SetContext adds the context to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetDefaults ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetDefaults()
SetDefaults hydrates default values in the submit upfront price request for catalog item using p o s t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetHTTPClient ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetID ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetID(id strfmt.UUID)
SetID adds the id to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetRequest ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetRequest(request *models.CatalogItemRequest)
SetRequest adds the request to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetTimeout ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithAPIVersion ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithAPIVersion(aPIVersion *string) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
WithAPIVersion adds the aPIVersion to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithContext ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithContext(ctx context.Context) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
WithContext adds the context to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithDefaults ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithDefaults() *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
WithDefaults hydrates default values in the submit upfront price request for catalog item using p o s t 2 params (not the query body).
All values with no default are reset to their zero value.
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithHTTPClient ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithHTTPClient(client *http.Client) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
WithHTTPClient adds the HTTPClient to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithID ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithID(id strfmt.UUID) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
WithID adds the id to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithRequest ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithRequest(request *models.CatalogItemRequest) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
WithRequest adds the request to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithTimeout ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WithTimeout(timeout time.Duration) *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params
WithTimeout adds the timeout to the submit upfront price request for catalog item using p o s t 2 params
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WriteToRequest ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Reader ¶ added in v0.4.0
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Reader struct {
// contains filtered or unexported fields
}
SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Reader is a Reader for the SubmitUpfrontPriceRequestForCatalogItemUsingPOST2 structure.
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Reader) ReadResponse ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized ¶ added in v0.4.0
type SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized struct { }
SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized ¶ added in v0.4.0
func NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized() *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized
NewSubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized creates a SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized with default headers values
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) Error ¶ added in v0.4.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) Error() string
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsClientError ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsClientError() bool
IsClientError returns true when this submit upfront price request for catalog item using p o s t2 unauthorized response has a 4xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsCode ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsCode(code int) bool
IsCode returns true when this submit upfront price request for catalog item using p o s t2 unauthorized response a status code equal to that given
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsRedirect ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsRedirect() bool
IsRedirect returns true when this submit upfront price request for catalog item using p o s t2 unauthorized response has a 3xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsServerError ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsServerError() bool
IsServerError returns true when this submit upfront price request for catalog item using p o s t2 unauthorized response has a 5xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsSuccess ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) IsSuccess() bool
IsSuccess returns true when this submit upfront price request for catalog item using p o s t2 unauthorized response has a 2xx status code
func (*SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) String ¶ added in v0.5.0
func (o *SubmitUpfrontPriceRequestForCatalogItemUsingPOST2Unauthorized) String() string
Source Files
¶
- catalog_items_client.go
- get_catalog_item_using_get5_parameters.go
- get_catalog_item_using_get5_responses.go
- get_catalog_items_using_get5_parameters.go
- get_catalog_items_using_get5_responses.go
- get_upfront_price_response_for_catalog_item_using_get2_parameters.go
- get_upfront_price_response_for_catalog_item_using_get2_responses.go
- get_version_by_id_using_get2_parameters.go
- get_version_by_id_using_get2_responses.go
- get_versions_using_get2_parameters.go
- get_versions_using_get2_responses.go
- request_catalog_item_instances_using_post1_parameters.go
- request_catalog_item_instances_using_post1_responses.go
- submit_upfront_price_request_for_catalog_item_using_post2_parameters.go
- submit_upfront_price_request_for_catalog_item_using_post2_responses.go