Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateCustomIntegrationUsingPOST(params *CreateCustomIntegrationUsingPOSTParams, opts ...ClientOption) (*CreateCustomIntegrationUsingPOSTOK, error)
- func (a *Client) CreateVersionByIDUsingPOST(params *CreateVersionByIDUsingPOSTParams, opts ...ClientOption) (*CreateVersionByIDUsingPOSTOK, error)
- func (a *Client) DeleteDraftByIDUsingDELETE(params *DeleteDraftByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDraftByIDUsingDELETEOK, error)
- func (a *Client) DeleteVersionByIDUsingDELETE(params *DeleteVersionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteVersionByIDUsingDELETEOK, error)
- func (a *Client) DeprecateByIDAndVersionUsingPOST(params *DeprecateByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*DeprecateByIDAndVersionUsingPOSTOK, error)
- func (a *Client) GetAllCustomIntegrationVersionsByIDUsingGET(params *GetAllCustomIntegrationVersionsByIDUsingGETParams, ...) (*GetAllCustomIntegrationVersionsByIDUsingGETOK, error)
- func (a *Client) GetCustomIntegrationVersionByIDUsingGET(params *GetCustomIntegrationVersionByIDUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationVersionByIDUsingGETOK, error)
- func (a *Client) GetCustomIntegrationsUsingGET(params *GetCustomIntegrationsUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationsUsingGETOK, error)
- func (a *Client) GetDraftByIDUsingGET(params *GetDraftByIDUsingGETParams, opts ...ClientOption) (*GetDraftByIDUsingGETOK, error)
- func (a *Client) ReleaseByIDAndVersionUsingPOST(params *ReleaseByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*ReleaseByIDAndVersionUsingPOSTOK, error)
- func (a *Client) RestoreByIDAndVersionUsingPOST(params *RestoreByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*RestoreByIDAndVersionUsingPOSTOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) ToggleLatestUsingPATCH(params *ToggleLatestUsingPATCHParams, opts ...ClientOption) (*ToggleLatestUsingPATCHOK, error)
- func (a *Client) UpdateByIDUsingPUT(params *UpdateByIDUsingPUTParams, opts ...ClientOption) (*UpdateByIDUsingPUTOK, error)
- func (a *Client) WithdrawByIDAndVersionUsingPOST(params *WithdrawByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*WithdrawByIDAndVersionUsingPOSTOK, error)
- type ClientOption
- type ClientService
- type CreateCustomIntegrationUsingPOSTForbidden
- func (o *CreateCustomIntegrationUsingPOSTForbidden) Error() string
- func (o *CreateCustomIntegrationUsingPOSTForbidden) IsClientError() bool
- func (o *CreateCustomIntegrationUsingPOSTForbidden) IsCode(code int) bool
- func (o *CreateCustomIntegrationUsingPOSTForbidden) IsRedirect() bool
- func (o *CreateCustomIntegrationUsingPOSTForbidden) IsServerError() bool
- func (o *CreateCustomIntegrationUsingPOSTForbidden) IsSuccess() bool
- func (o *CreateCustomIntegrationUsingPOSTForbidden) String() string
- type CreateCustomIntegrationUsingPOSTInternalServerError
- func (o *CreateCustomIntegrationUsingPOSTInternalServerError) Error() string
- func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsClientError() bool
- func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsRedirect() bool
- func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsServerError() bool
- func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsSuccess() bool
- func (o *CreateCustomIntegrationUsingPOSTInternalServerError) String() string
- type CreateCustomIntegrationUsingPOSTNotFound
- func (o *CreateCustomIntegrationUsingPOSTNotFound) Error() string
- func (o *CreateCustomIntegrationUsingPOSTNotFound) GetPayload() *models.Error
- func (o *CreateCustomIntegrationUsingPOSTNotFound) IsClientError() bool
- func (o *CreateCustomIntegrationUsingPOSTNotFound) IsCode(code int) bool
- func (o *CreateCustomIntegrationUsingPOSTNotFound) IsRedirect() bool
- func (o *CreateCustomIntegrationUsingPOSTNotFound) IsServerError() bool
- func (o *CreateCustomIntegrationUsingPOSTNotFound) IsSuccess() bool
- func (o *CreateCustomIntegrationUsingPOSTNotFound) String() string
- type CreateCustomIntegrationUsingPOSTOK
- func (o *CreateCustomIntegrationUsingPOSTOK) Error() string
- func (o *CreateCustomIntegrationUsingPOSTOK) GetPayload() models.CustomIntegration
- func (o *CreateCustomIntegrationUsingPOSTOK) IsClientError() bool
- func (o *CreateCustomIntegrationUsingPOSTOK) IsCode(code int) bool
- func (o *CreateCustomIntegrationUsingPOSTOK) IsRedirect() bool
- func (o *CreateCustomIntegrationUsingPOSTOK) IsServerError() bool
- func (o *CreateCustomIntegrationUsingPOSTOK) IsSuccess() bool
- func (o *CreateCustomIntegrationUsingPOSTOK) String() string
- type CreateCustomIntegrationUsingPOSTParams
- func NewCreateCustomIntegrationUsingPOSTParams() *CreateCustomIntegrationUsingPOSTParams
- func NewCreateCustomIntegrationUsingPOSTParamsWithContext(ctx context.Context) *CreateCustomIntegrationUsingPOSTParams
- func NewCreateCustomIntegrationUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateCustomIntegrationUsingPOSTParams
- func NewCreateCustomIntegrationUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *CreateCustomIntegrationUsingPOSTParams) SetAuthorization(authorization string)
- func (o *CreateCustomIntegrationUsingPOSTParams) SetBody(body models.CustomIntegrationSpec)
- func (o *CreateCustomIntegrationUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateCustomIntegrationUsingPOSTParams) SetDefaults()
- func (o *CreateCustomIntegrationUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateCustomIntegrationUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateCustomIntegrationUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) WithAuthorization(authorization string) *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) WithBody(body models.CustomIntegrationSpec) *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) WithContext(ctx context.Context) *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) WithDefaults() *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateCustomIntegrationUsingPOSTParams
- func (o *CreateCustomIntegrationUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateCustomIntegrationUsingPOSTReader
- type CreateCustomIntegrationUsingPOSTUnauthorized
- func (o *CreateCustomIntegrationUsingPOSTUnauthorized) Error() string
- func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsClientError() bool
- func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsRedirect() bool
- func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsServerError() bool
- func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsSuccess() bool
- func (o *CreateCustomIntegrationUsingPOSTUnauthorized) String() string
- type CreateVersionByIDUsingPOSTForbidden
- func (o *CreateVersionByIDUsingPOSTForbidden) Error() string
- func (o *CreateVersionByIDUsingPOSTForbidden) IsClientError() bool
- func (o *CreateVersionByIDUsingPOSTForbidden) IsCode(code int) bool
- func (o *CreateVersionByIDUsingPOSTForbidden) IsRedirect() bool
- func (o *CreateVersionByIDUsingPOSTForbidden) IsServerError() bool
- func (o *CreateVersionByIDUsingPOSTForbidden) IsSuccess() bool
- func (o *CreateVersionByIDUsingPOSTForbidden) String() string
- type CreateVersionByIDUsingPOSTInternalServerError
- func (o *CreateVersionByIDUsingPOSTInternalServerError) Error() string
- func (o *CreateVersionByIDUsingPOSTInternalServerError) IsClientError() bool
- func (o *CreateVersionByIDUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *CreateVersionByIDUsingPOSTInternalServerError) IsRedirect() bool
- func (o *CreateVersionByIDUsingPOSTInternalServerError) IsServerError() bool
- func (o *CreateVersionByIDUsingPOSTInternalServerError) IsSuccess() bool
- func (o *CreateVersionByIDUsingPOSTInternalServerError) String() string
- type CreateVersionByIDUsingPOSTNotFound
- func (o *CreateVersionByIDUsingPOSTNotFound) Error() string
- func (o *CreateVersionByIDUsingPOSTNotFound) GetPayload() *models.Error
- func (o *CreateVersionByIDUsingPOSTNotFound) IsClientError() bool
- func (o *CreateVersionByIDUsingPOSTNotFound) IsCode(code int) bool
- func (o *CreateVersionByIDUsingPOSTNotFound) IsRedirect() bool
- func (o *CreateVersionByIDUsingPOSTNotFound) IsServerError() bool
- func (o *CreateVersionByIDUsingPOSTNotFound) IsSuccess() bool
- func (o *CreateVersionByIDUsingPOSTNotFound) String() string
- type CreateVersionByIDUsingPOSTOK
- func (o *CreateVersionByIDUsingPOSTOK) Error() string
- func (o *CreateVersionByIDUsingPOSTOK) GetPayload() models.CustomIntegration
- func (o *CreateVersionByIDUsingPOSTOK) IsClientError() bool
- func (o *CreateVersionByIDUsingPOSTOK) IsCode(code int) bool
- func (o *CreateVersionByIDUsingPOSTOK) IsRedirect() bool
- func (o *CreateVersionByIDUsingPOSTOK) IsServerError() bool
- func (o *CreateVersionByIDUsingPOSTOK) IsSuccess() bool
- func (o *CreateVersionByIDUsingPOSTOK) String() string
- type CreateVersionByIDUsingPOSTParams
- func NewCreateVersionByIDUsingPOSTParams() *CreateVersionByIDUsingPOSTParams
- func NewCreateVersionByIDUsingPOSTParamsWithContext(ctx context.Context) *CreateVersionByIDUsingPOSTParams
- func NewCreateVersionByIDUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateVersionByIDUsingPOSTParams
- func NewCreateVersionByIDUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *CreateVersionByIDUsingPOSTParams) SetAuthorization(authorization string)
- func (o *CreateVersionByIDUsingPOSTParams) SetBody(body models.VersionRequest)
- func (o *CreateVersionByIDUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateVersionByIDUsingPOSTParams) SetDefaults()
- func (o *CreateVersionByIDUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateVersionByIDUsingPOSTParams) SetID(id string)
- func (o *CreateVersionByIDUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateVersionByIDUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WithAuthorization(authorization string) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WithBody(body models.VersionRequest) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WithContext(ctx context.Context) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WithDefaults() *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WithID(id string) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateVersionByIDUsingPOSTParams
- func (o *CreateVersionByIDUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateVersionByIDUsingPOSTReader
- type CreateVersionByIDUsingPOSTUnauthorized
- func (o *CreateVersionByIDUsingPOSTUnauthorized) Error() string
- func (o *CreateVersionByIDUsingPOSTUnauthorized) IsClientError() bool
- func (o *CreateVersionByIDUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *CreateVersionByIDUsingPOSTUnauthorized) IsRedirect() bool
- func (o *CreateVersionByIDUsingPOSTUnauthorized) IsServerError() bool
- func (o *CreateVersionByIDUsingPOSTUnauthorized) IsSuccess() bool
- func (o *CreateVersionByIDUsingPOSTUnauthorized) String() string
- type DeleteDraftByIDUsingDELETEForbidden
- func (o *DeleteDraftByIDUsingDELETEForbidden) Error() string
- func (o *DeleteDraftByIDUsingDELETEForbidden) IsClientError() bool
- func (o *DeleteDraftByIDUsingDELETEForbidden) IsCode(code int) bool
- func (o *DeleteDraftByIDUsingDELETEForbidden) IsRedirect() bool
- func (o *DeleteDraftByIDUsingDELETEForbidden) IsServerError() bool
- func (o *DeleteDraftByIDUsingDELETEForbidden) IsSuccess() bool
- func (o *DeleteDraftByIDUsingDELETEForbidden) String() string
- type DeleteDraftByIDUsingDELETEInternalServerError
- func (o *DeleteDraftByIDUsingDELETEInternalServerError) Error() string
- func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsClientError() bool
- func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsCode(code int) bool
- func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsRedirect() bool
- func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsServerError() bool
- func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsSuccess() bool
- func (o *DeleteDraftByIDUsingDELETEInternalServerError) String() string
- type DeleteDraftByIDUsingDELETENotFound
- func (o *DeleteDraftByIDUsingDELETENotFound) Error() string
- func (o *DeleteDraftByIDUsingDELETENotFound) GetPayload() *models.Error
- func (o *DeleteDraftByIDUsingDELETENotFound) IsClientError() bool
- func (o *DeleteDraftByIDUsingDELETENotFound) IsCode(code int) bool
- func (o *DeleteDraftByIDUsingDELETENotFound) IsRedirect() bool
- func (o *DeleteDraftByIDUsingDELETENotFound) IsServerError() bool
- func (o *DeleteDraftByIDUsingDELETENotFound) IsSuccess() bool
- func (o *DeleteDraftByIDUsingDELETENotFound) String() string
- type DeleteDraftByIDUsingDELETEOK
- func (o *DeleteDraftByIDUsingDELETEOK) Error() string
- func (o *DeleteDraftByIDUsingDELETEOK) GetPayload() models.CustomIntegration
- func (o *DeleteDraftByIDUsingDELETEOK) IsClientError() bool
- func (o *DeleteDraftByIDUsingDELETEOK) IsCode(code int) bool
- func (o *DeleteDraftByIDUsingDELETEOK) IsRedirect() bool
- func (o *DeleteDraftByIDUsingDELETEOK) IsServerError() bool
- func (o *DeleteDraftByIDUsingDELETEOK) IsSuccess() bool
- func (o *DeleteDraftByIDUsingDELETEOK) String() string
- type DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParams() *DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
- func (o *DeleteDraftByIDUsingDELETEParams) SetAuthorization(authorization string)
- func (o *DeleteDraftByIDUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteDraftByIDUsingDELETEParams) SetDefaults()
- func (o *DeleteDraftByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDraftByIDUsingDELETEParams) SetID(id string)
- func (o *DeleteDraftByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDraftByIDUsingDELETEParams) SetType(typeVar string)
- func (o *DeleteDraftByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithDefaults() *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithID(id string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithType(typeVar string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDraftByIDUsingDELETEReader
- type DeleteDraftByIDUsingDELETEUnauthorized
- func (o *DeleteDraftByIDUsingDELETEUnauthorized) Error() string
- func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsClientError() bool
- func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsCode(code int) bool
- func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsRedirect() bool
- func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsServerError() bool
- func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsSuccess() bool
- func (o *DeleteDraftByIDUsingDELETEUnauthorized) String() string
- type DeleteVersionByIDUsingDELETEForbidden
- func (o *DeleteVersionByIDUsingDELETEForbidden) Error() string
- func (o *DeleteVersionByIDUsingDELETEForbidden) IsClientError() bool
- func (o *DeleteVersionByIDUsingDELETEForbidden) IsCode(code int) bool
- func (o *DeleteVersionByIDUsingDELETEForbidden) IsRedirect() bool
- func (o *DeleteVersionByIDUsingDELETEForbidden) IsServerError() bool
- func (o *DeleteVersionByIDUsingDELETEForbidden) IsSuccess() bool
- func (o *DeleteVersionByIDUsingDELETEForbidden) String() string
- type DeleteVersionByIDUsingDELETEInternalServerError
- func (o *DeleteVersionByIDUsingDELETEInternalServerError) Error() string
- func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsClientError() bool
- func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsCode(code int) bool
- func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsRedirect() bool
- func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsServerError() bool
- func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsSuccess() bool
- func (o *DeleteVersionByIDUsingDELETEInternalServerError) String() string
- type DeleteVersionByIDUsingDELETENotFound
- func (o *DeleteVersionByIDUsingDELETENotFound) Error() string
- func (o *DeleteVersionByIDUsingDELETENotFound) GetPayload() *models.Error
- func (o *DeleteVersionByIDUsingDELETENotFound) IsClientError() bool
- func (o *DeleteVersionByIDUsingDELETENotFound) IsCode(code int) bool
- func (o *DeleteVersionByIDUsingDELETENotFound) IsRedirect() bool
- func (o *DeleteVersionByIDUsingDELETENotFound) IsServerError() bool
- func (o *DeleteVersionByIDUsingDELETENotFound) IsSuccess() bool
- func (o *DeleteVersionByIDUsingDELETENotFound) String() string
- type DeleteVersionByIDUsingDELETEOK
- func (o *DeleteVersionByIDUsingDELETEOK) Error() string
- func (o *DeleteVersionByIDUsingDELETEOK) GetPayload() models.CustomIntegration
- func (o *DeleteVersionByIDUsingDELETEOK) IsClientError() bool
- func (o *DeleteVersionByIDUsingDELETEOK) IsCode(code int) bool
- func (o *DeleteVersionByIDUsingDELETEOK) IsRedirect() bool
- func (o *DeleteVersionByIDUsingDELETEOK) IsServerError() bool
- func (o *DeleteVersionByIDUsingDELETEOK) IsSuccess() bool
- func (o *DeleteVersionByIDUsingDELETEOK) String() string
- type DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParams() *DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
- func (o *DeleteVersionByIDUsingDELETEParams) SetAuthorization(authorization string)
- func (o *DeleteVersionByIDUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteVersionByIDUsingDELETEParams) SetDefaults()
- func (o *DeleteVersionByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVersionByIDUsingDELETEParams) SetID(id string)
- func (o *DeleteVersionByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVersionByIDUsingDELETEParams) SetVersion(version string)
- func (o *DeleteVersionByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithDefaults() *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithID(id string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithVersion(version string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVersionByIDUsingDELETEReader
- type DeleteVersionByIDUsingDELETEUnauthorized
- func (o *DeleteVersionByIDUsingDELETEUnauthorized) Error() string
- func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsClientError() bool
- func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsCode(code int) bool
- func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsRedirect() bool
- func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsServerError() bool
- func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsSuccess() bool
- func (o *DeleteVersionByIDUsingDELETEUnauthorized) String() string
- type DeprecateByIDAndVersionUsingPOSTForbidden
- func (o *DeprecateByIDAndVersionUsingPOSTForbidden) Error() string
- func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsClientError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
- func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
- func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsServerError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
- func (o *DeprecateByIDAndVersionUsingPOSTForbidden) String() string
- type DeprecateByIDAndVersionUsingPOSTInternalServerError
- func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) Error() string
- func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
- func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
- func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) String() string
- type DeprecateByIDAndVersionUsingPOSTNotFound
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) Error() string
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsClientError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsServerError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
- func (o *DeprecateByIDAndVersionUsingPOSTNotFound) String() string
- type DeprecateByIDAndVersionUsingPOSTOK
- func (o *DeprecateByIDAndVersionUsingPOSTOK) Error() string
- func (o *DeprecateByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
- func (o *DeprecateByIDAndVersionUsingPOSTOK) IsClientError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTOK) IsCode(code int) bool
- func (o *DeprecateByIDAndVersionUsingPOSTOK) IsRedirect() bool
- func (o *DeprecateByIDAndVersionUsingPOSTOK) IsServerError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTOK) IsSuccess() bool
- func (o *DeprecateByIDAndVersionUsingPOSTOK) String() string
- type DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParams() *DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithDefaults() *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithID(id string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithVersion(version string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeprecateByIDAndVersionUsingPOSTReader
- type DeprecateByIDAndVersionUsingPOSTUnauthorized
- func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) Error() string
- func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
- func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
- func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
- func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) String() string
- type GetAllCustomIntegrationVersionsByIDUsingGETForbidden
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) Error() string
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsClientError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsCode(code int) bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsRedirect() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsServerError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsSuccess() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) String() string
- type GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) Error() string
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsClientError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsRedirect() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsServerError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsSuccess() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) String() string
- type GetAllCustomIntegrationVersionsByIDUsingGETNotFound
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) Error() string
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) GetPayload() *models.Error
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsClientError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsCode(code int) bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsRedirect() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsServerError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsSuccess() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) String() string
- type GetAllCustomIntegrationVersionsByIDUsingGETOK
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) Error() string
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) GetPayload() models.CustomIntegrations
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsClientError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsCode(code int) bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsRedirect() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsServerError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsSuccess() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) String() string
- type GetAllCustomIntegrationVersionsByIDUsingGETParams
- func NewGetAllCustomIntegrationVersionsByIDUsingGETParams() *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithContext(ctx context.Context) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetAuthorization(authorization string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDefaults()
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarFilter(dollarFilter *string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarOrderby(dollarOrderby *string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarSkip(dollarSkip *string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarTop(dollarTop *string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetID(id string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetPage(page *string)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAuthorization(authorization string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithContext(ctx context.Context) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDefaults() *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarSkip(dollarSkip *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarTop(dollarTop *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithID(id string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithPage(page *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetAllCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllCustomIntegrationVersionsByIDUsingGETReader
- type GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) Error() string
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsClientError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsRedirect() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsServerError() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsSuccess() bool
- func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) String() string
- type GetCustomIntegrationVersionByIDUsingGETForbidden
- func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) Error() string
- func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsClientError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsCode(code int) bool
- func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsRedirect() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsServerError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsSuccess() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) String() string
- type GetCustomIntegrationVersionByIDUsingGETInternalServerError
- func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) Error() string
- func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsClientError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsRedirect() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsServerError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsSuccess() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) String() string
- type GetCustomIntegrationVersionByIDUsingGETNotFound
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) Error() string
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) GetPayload() *models.Error
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsClientError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsCode(code int) bool
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsRedirect() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsServerError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsSuccess() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) String() string
- type GetCustomIntegrationVersionByIDUsingGETOK
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) Error() string
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) GetPayload() models.CustomIntegration
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsClientError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsCode(code int) bool
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsRedirect() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsServerError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsSuccess() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETOK) String() string
- type GetCustomIntegrationVersionByIDUsingGETParams
- func NewGetCustomIntegrationVersionByIDUsingGETParams() *GetCustomIntegrationVersionByIDUsingGETParams
- func NewGetCustomIntegrationVersionByIDUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationVersionByIDUsingGETParams
- func NewGetCustomIntegrationVersionByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationVersionByIDUsingGETParams
- func NewGetCustomIntegrationVersionByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetAuthorization(authorization string)
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetDefaults()
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetID(id string)
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetVersion(version string)
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithDefaults() *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithID(id string) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithVersion(version string) *GetCustomIntegrationVersionByIDUsingGETParams
- func (o *GetCustomIntegrationVersionByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCustomIntegrationVersionByIDUsingGETReader
- type GetCustomIntegrationVersionByIDUsingGETUnauthorized
- func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) Error() string
- func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsClientError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsRedirect() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsServerError() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsSuccess() bool
- func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) String() string
- type GetCustomIntegrationsUsingGETForbidden
- func (o *GetCustomIntegrationsUsingGETForbidden) Error() string
- func (o *GetCustomIntegrationsUsingGETForbidden) IsClientError() bool
- func (o *GetCustomIntegrationsUsingGETForbidden) IsCode(code int) bool
- func (o *GetCustomIntegrationsUsingGETForbidden) IsRedirect() bool
- func (o *GetCustomIntegrationsUsingGETForbidden) IsServerError() bool
- func (o *GetCustomIntegrationsUsingGETForbidden) IsSuccess() bool
- func (o *GetCustomIntegrationsUsingGETForbidden) String() string
- type GetCustomIntegrationsUsingGETInternalServerError
- func (o *GetCustomIntegrationsUsingGETInternalServerError) Error() string
- func (o *GetCustomIntegrationsUsingGETInternalServerError) IsClientError() bool
- func (o *GetCustomIntegrationsUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetCustomIntegrationsUsingGETInternalServerError) IsRedirect() bool
- func (o *GetCustomIntegrationsUsingGETInternalServerError) IsServerError() bool
- func (o *GetCustomIntegrationsUsingGETInternalServerError) IsSuccess() bool
- func (o *GetCustomIntegrationsUsingGETInternalServerError) String() string
- type GetCustomIntegrationsUsingGETNotFound
- func (o *GetCustomIntegrationsUsingGETNotFound) Error() string
- func (o *GetCustomIntegrationsUsingGETNotFound) GetPayload() *models.Error
- func (o *GetCustomIntegrationsUsingGETNotFound) IsClientError() bool
- func (o *GetCustomIntegrationsUsingGETNotFound) IsCode(code int) bool
- func (o *GetCustomIntegrationsUsingGETNotFound) IsRedirect() bool
- func (o *GetCustomIntegrationsUsingGETNotFound) IsServerError() bool
- func (o *GetCustomIntegrationsUsingGETNotFound) IsSuccess() bool
- func (o *GetCustomIntegrationsUsingGETNotFound) String() string
- type GetCustomIntegrationsUsingGETOK
- func (o *GetCustomIntegrationsUsingGETOK) Error() string
- func (o *GetCustomIntegrationsUsingGETOK) GetPayload() models.CustomIntegrations
- func (o *GetCustomIntegrationsUsingGETOK) IsClientError() bool
- func (o *GetCustomIntegrationsUsingGETOK) IsCode(code int) bool
- func (o *GetCustomIntegrationsUsingGETOK) IsRedirect() bool
- func (o *GetCustomIntegrationsUsingGETOK) IsServerError() bool
- func (o *GetCustomIntegrationsUsingGETOK) IsSuccess() bool
- func (o *GetCustomIntegrationsUsingGETOK) String() string
- type GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParams() *GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetCustomIntegrationsUsingGETParams) SetAuthorization(authorization string)
- func (o *GetCustomIntegrationsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetCustomIntegrationsUsingGETParams) SetDefaults()
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarFilter(dollarFilter *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarOrderby(dollarOrderby *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarSkip(dollarSkip *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarTop(dollarTop *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetCustomIntegrationsUsingGETParams) SetPage(page *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetCustomIntegrationsUsingGETParams) SetType(typeVar *string)
- func (o *GetCustomIntegrationsUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDefaults() *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarSkip(dollarSkip *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarTop(dollarTop *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithPage(page *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithType(typeVar *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCustomIntegrationsUsingGETReader
- type GetCustomIntegrationsUsingGETUnauthorized
- func (o *GetCustomIntegrationsUsingGETUnauthorized) Error() string
- func (o *GetCustomIntegrationsUsingGETUnauthorized) IsClientError() bool
- func (o *GetCustomIntegrationsUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetCustomIntegrationsUsingGETUnauthorized) IsRedirect() bool
- func (o *GetCustomIntegrationsUsingGETUnauthorized) IsServerError() bool
- func (o *GetCustomIntegrationsUsingGETUnauthorized) IsSuccess() bool
- func (o *GetCustomIntegrationsUsingGETUnauthorized) String() string
- type GetDraftByIDUsingGETForbidden
- func (o *GetDraftByIDUsingGETForbidden) Error() string
- func (o *GetDraftByIDUsingGETForbidden) IsClientError() bool
- func (o *GetDraftByIDUsingGETForbidden) IsCode(code int) bool
- func (o *GetDraftByIDUsingGETForbidden) IsRedirect() bool
- func (o *GetDraftByIDUsingGETForbidden) IsServerError() bool
- func (o *GetDraftByIDUsingGETForbidden) IsSuccess() bool
- func (o *GetDraftByIDUsingGETForbidden) String() string
- type GetDraftByIDUsingGETInternalServerError
- func (o *GetDraftByIDUsingGETInternalServerError) Error() string
- func (o *GetDraftByIDUsingGETInternalServerError) IsClientError() bool
- func (o *GetDraftByIDUsingGETInternalServerError) IsCode(code int) bool
- func (o *GetDraftByIDUsingGETInternalServerError) IsRedirect() bool
- func (o *GetDraftByIDUsingGETInternalServerError) IsServerError() bool
- func (o *GetDraftByIDUsingGETInternalServerError) IsSuccess() bool
- func (o *GetDraftByIDUsingGETInternalServerError) String() string
- type GetDraftByIDUsingGETNotFound
- func (o *GetDraftByIDUsingGETNotFound) Error() string
- func (o *GetDraftByIDUsingGETNotFound) GetPayload() *models.Error
- func (o *GetDraftByIDUsingGETNotFound) IsClientError() bool
- func (o *GetDraftByIDUsingGETNotFound) IsCode(code int) bool
- func (o *GetDraftByIDUsingGETNotFound) IsRedirect() bool
- func (o *GetDraftByIDUsingGETNotFound) IsServerError() bool
- func (o *GetDraftByIDUsingGETNotFound) IsSuccess() bool
- func (o *GetDraftByIDUsingGETNotFound) String() string
- type GetDraftByIDUsingGETOK
- func (o *GetDraftByIDUsingGETOK) Error() string
- func (o *GetDraftByIDUsingGETOK) GetPayload() models.CustomIntegration
- func (o *GetDraftByIDUsingGETOK) IsClientError() bool
- func (o *GetDraftByIDUsingGETOK) IsCode(code int) bool
- func (o *GetDraftByIDUsingGETOK) IsRedirect() bool
- func (o *GetDraftByIDUsingGETOK) IsServerError() bool
- func (o *GetDraftByIDUsingGETOK) IsSuccess() bool
- func (o *GetDraftByIDUsingGETOK) String() string
- type GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParams() *GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParamsWithContext(ctx context.Context) *GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetDraftByIDUsingGETParams) SetAuthorization(authorization string)
- func (o *GetDraftByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetDraftByIDUsingGETParams) SetDefaults()
- func (o *GetDraftByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetDraftByIDUsingGETParams) SetID(id string)
- func (o *GetDraftByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetDraftByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithAuthorization(authorization string) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithContext(ctx context.Context) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithDefaults() *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithID(id string) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDraftByIDUsingGETReader
- type GetDraftByIDUsingGETUnauthorized
- func (o *GetDraftByIDUsingGETUnauthorized) Error() string
- func (o *GetDraftByIDUsingGETUnauthorized) IsClientError() bool
- func (o *GetDraftByIDUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetDraftByIDUsingGETUnauthorized) IsRedirect() bool
- func (o *GetDraftByIDUsingGETUnauthorized) IsServerError() bool
- func (o *GetDraftByIDUsingGETUnauthorized) IsSuccess() bool
- func (o *GetDraftByIDUsingGETUnauthorized) String() string
- type ReleaseByIDAndVersionUsingPOSTForbidden
- func (o *ReleaseByIDAndVersionUsingPOSTForbidden) Error() string
- func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsClientError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
- func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
- func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsServerError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
- func (o *ReleaseByIDAndVersionUsingPOSTForbidden) String() string
- type ReleaseByIDAndVersionUsingPOSTInternalServerError
- func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) Error() string
- func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
- func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
- func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) String() string
- type ReleaseByIDAndVersionUsingPOSTNotFound
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) Error() string
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsClientError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsServerError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
- func (o *ReleaseByIDAndVersionUsingPOSTNotFound) String() string
- type ReleaseByIDAndVersionUsingPOSTOK
- func (o *ReleaseByIDAndVersionUsingPOSTOK) Error() string
- func (o *ReleaseByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
- func (o *ReleaseByIDAndVersionUsingPOSTOK) IsClientError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTOK) IsCode(code int) bool
- func (o *ReleaseByIDAndVersionUsingPOSTOK) IsRedirect() bool
- func (o *ReleaseByIDAndVersionUsingPOSTOK) IsServerError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTOK) IsSuccess() bool
- func (o *ReleaseByIDAndVersionUsingPOSTOK) String() string
- type ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParams() *ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithDefaults() *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithID(id string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithVersion(version string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReleaseByIDAndVersionUsingPOSTReader
- type ReleaseByIDAndVersionUsingPOSTUnauthorized
- func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) Error() string
- func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
- func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
- func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
- func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) String() string
- type RestoreByIDAndVersionUsingPOSTForbidden
- func (o *RestoreByIDAndVersionUsingPOSTForbidden) Error() string
- func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsClientError() bool
- func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
- func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
- func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsServerError() bool
- func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
- func (o *RestoreByIDAndVersionUsingPOSTForbidden) String() string
- type RestoreByIDAndVersionUsingPOSTInternalServerError
- func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) Error() string
- func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
- func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
- func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
- func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
- func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) String() string
- type RestoreByIDAndVersionUsingPOSTNotFound
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) Error() string
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsClientError() bool
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsServerError() bool
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
- func (o *RestoreByIDAndVersionUsingPOSTNotFound) String() string
- type RestoreByIDAndVersionUsingPOSTOK
- func (o *RestoreByIDAndVersionUsingPOSTOK) Error() string
- func (o *RestoreByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
- func (o *RestoreByIDAndVersionUsingPOSTOK) IsClientError() bool
- func (o *RestoreByIDAndVersionUsingPOSTOK) IsCode(code int) bool
- func (o *RestoreByIDAndVersionUsingPOSTOK) IsRedirect() bool
- func (o *RestoreByIDAndVersionUsingPOSTOK) IsServerError() bool
- func (o *RestoreByIDAndVersionUsingPOSTOK) IsSuccess() bool
- func (o *RestoreByIDAndVersionUsingPOSTOK) String() string
- type RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParams() *RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithDefaults() *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithID(id string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithVersion(version string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreByIDAndVersionUsingPOSTReader
- type RestoreByIDAndVersionUsingPOSTUnauthorized
- func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) Error() string
- func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
- func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
- func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
- func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
- func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) String() string
- type ToggleLatestUsingPATCHForbidden
- func (o *ToggleLatestUsingPATCHForbidden) Error() string
- func (o *ToggleLatestUsingPATCHForbidden) IsClientError() bool
- func (o *ToggleLatestUsingPATCHForbidden) IsCode(code int) bool
- func (o *ToggleLatestUsingPATCHForbidden) IsRedirect() bool
- func (o *ToggleLatestUsingPATCHForbidden) IsServerError() bool
- func (o *ToggleLatestUsingPATCHForbidden) IsSuccess() bool
- func (o *ToggleLatestUsingPATCHForbidden) String() string
- type ToggleLatestUsingPATCHInternalServerError
- func (o *ToggleLatestUsingPATCHInternalServerError) Error() string
- func (o *ToggleLatestUsingPATCHInternalServerError) IsClientError() bool
- func (o *ToggleLatestUsingPATCHInternalServerError) IsCode(code int) bool
- func (o *ToggleLatestUsingPATCHInternalServerError) IsRedirect() bool
- func (o *ToggleLatestUsingPATCHInternalServerError) IsServerError() bool
- func (o *ToggleLatestUsingPATCHInternalServerError) IsSuccess() bool
- func (o *ToggleLatestUsingPATCHInternalServerError) String() string
- type ToggleLatestUsingPATCHNotFound
- func (o *ToggleLatestUsingPATCHNotFound) Error() string
- func (o *ToggleLatestUsingPATCHNotFound) GetPayload() *models.Error
- func (o *ToggleLatestUsingPATCHNotFound) IsClientError() bool
- func (o *ToggleLatestUsingPATCHNotFound) IsCode(code int) bool
- func (o *ToggleLatestUsingPATCHNotFound) IsRedirect() bool
- func (o *ToggleLatestUsingPATCHNotFound) IsServerError() bool
- func (o *ToggleLatestUsingPATCHNotFound) IsSuccess() bool
- func (o *ToggleLatestUsingPATCHNotFound) String() string
- type ToggleLatestUsingPATCHOK
- func (o *ToggleLatestUsingPATCHOK) Error() string
- func (o *ToggleLatestUsingPATCHOK) GetPayload() models.CustomIntegration
- func (o *ToggleLatestUsingPATCHOK) IsClientError() bool
- func (o *ToggleLatestUsingPATCHOK) IsCode(code int) bool
- func (o *ToggleLatestUsingPATCHOK) IsRedirect() bool
- func (o *ToggleLatestUsingPATCHOK) IsServerError() bool
- func (o *ToggleLatestUsingPATCHOK) IsSuccess() bool
- func (o *ToggleLatestUsingPATCHOK) String() string
- type ToggleLatestUsingPATCHParams
- func NewToggleLatestUsingPATCHParams() *ToggleLatestUsingPATCHParams
- func NewToggleLatestUsingPATCHParamsWithContext(ctx context.Context) *ToggleLatestUsingPATCHParams
- func NewToggleLatestUsingPATCHParamsWithHTTPClient(client *http.Client) *ToggleLatestUsingPATCHParams
- func NewToggleLatestUsingPATCHParamsWithTimeout(timeout time.Duration) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) SetAPIVersion(aPIVersion string)
- func (o *ToggleLatestUsingPATCHParams) SetAuthorization(authorization string)
- func (o *ToggleLatestUsingPATCHParams) SetBody(body models.CustomIntegrationPatchRequest)
- func (o *ToggleLatestUsingPATCHParams) SetContext(ctx context.Context)
- func (o *ToggleLatestUsingPATCHParams) SetDefaults()
- func (o *ToggleLatestUsingPATCHParams) SetHTTPClient(client *http.Client)
- func (o *ToggleLatestUsingPATCHParams) SetID(id string)
- func (o *ToggleLatestUsingPATCHParams) SetTimeout(timeout time.Duration)
- func (o *ToggleLatestUsingPATCHParams) SetVersion(version string)
- func (o *ToggleLatestUsingPATCHParams) WithAPIVersion(aPIVersion string) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithAuthorization(authorization string) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithBody(body models.CustomIntegrationPatchRequest) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithContext(ctx context.Context) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithDefaults() *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithHTTPClient(client *http.Client) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithID(id string) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithTimeout(timeout time.Duration) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WithVersion(version string) *ToggleLatestUsingPATCHParams
- func (o *ToggleLatestUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ToggleLatestUsingPATCHReader
- type ToggleLatestUsingPATCHUnauthorized
- func (o *ToggleLatestUsingPATCHUnauthorized) Error() string
- func (o *ToggleLatestUsingPATCHUnauthorized) IsClientError() bool
- func (o *ToggleLatestUsingPATCHUnauthorized) IsCode(code int) bool
- func (o *ToggleLatestUsingPATCHUnauthorized) IsRedirect() bool
- func (o *ToggleLatestUsingPATCHUnauthorized) IsServerError() bool
- func (o *ToggleLatestUsingPATCHUnauthorized) IsSuccess() bool
- func (o *ToggleLatestUsingPATCHUnauthorized) String() string
- type UpdateByIDUsingPUTForbidden
- func (o *UpdateByIDUsingPUTForbidden) Error() string
- func (o *UpdateByIDUsingPUTForbidden) IsClientError() bool
- func (o *UpdateByIDUsingPUTForbidden) IsCode(code int) bool
- func (o *UpdateByIDUsingPUTForbidden) IsRedirect() bool
- func (o *UpdateByIDUsingPUTForbidden) IsServerError() bool
- func (o *UpdateByIDUsingPUTForbidden) IsSuccess() bool
- func (o *UpdateByIDUsingPUTForbidden) String() string
- type UpdateByIDUsingPUTInternalServerError
- func (o *UpdateByIDUsingPUTInternalServerError) Error() string
- func (o *UpdateByIDUsingPUTInternalServerError) IsClientError() bool
- func (o *UpdateByIDUsingPUTInternalServerError) IsCode(code int) bool
- func (o *UpdateByIDUsingPUTInternalServerError) IsRedirect() bool
- func (o *UpdateByIDUsingPUTInternalServerError) IsServerError() bool
- func (o *UpdateByIDUsingPUTInternalServerError) IsSuccess() bool
- func (o *UpdateByIDUsingPUTInternalServerError) String() string
- type UpdateByIDUsingPUTNotFound
- func (o *UpdateByIDUsingPUTNotFound) Error() string
- func (o *UpdateByIDUsingPUTNotFound) GetPayload() *models.Error
- func (o *UpdateByIDUsingPUTNotFound) IsClientError() bool
- func (o *UpdateByIDUsingPUTNotFound) IsCode(code int) bool
- func (o *UpdateByIDUsingPUTNotFound) IsRedirect() bool
- func (o *UpdateByIDUsingPUTNotFound) IsServerError() bool
- func (o *UpdateByIDUsingPUTNotFound) IsSuccess() bool
- func (o *UpdateByIDUsingPUTNotFound) String() string
- type UpdateByIDUsingPUTOK
- func (o *UpdateByIDUsingPUTOK) Error() string
- func (o *UpdateByIDUsingPUTOK) GetPayload() models.CustomIntegration
- func (o *UpdateByIDUsingPUTOK) IsClientError() bool
- func (o *UpdateByIDUsingPUTOK) IsCode(code int) bool
- func (o *UpdateByIDUsingPUTOK) IsRedirect() bool
- func (o *UpdateByIDUsingPUTOK) IsServerError() bool
- func (o *UpdateByIDUsingPUTOK) IsSuccess() bool
- func (o *UpdateByIDUsingPUTOK) String() string
- type UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParams() *UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) SetAPIVersion(aPIVersion string)
- func (o *UpdateByIDUsingPUTParams) SetAuthorization(authorization string)
- func (o *UpdateByIDUsingPUTParams) SetBody(body models.CustomIntegrationSpec)
- func (o *UpdateByIDUsingPUTParams) SetContext(ctx context.Context)
- func (o *UpdateByIDUsingPUTParams) SetDefaults()
- func (o *UpdateByIDUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UpdateByIDUsingPUTParams) SetID(id string)
- func (o *UpdateByIDUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UpdateByIDUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithAuthorization(authorization string) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithBody(body models.CustomIntegrationSpec) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithContext(ctx context.Context) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithDefaults() *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithID(id string) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateByIDUsingPUTReader
- type UpdateByIDUsingPUTUnauthorized
- func (o *UpdateByIDUsingPUTUnauthorized) Error() string
- func (o *UpdateByIDUsingPUTUnauthorized) IsClientError() bool
- func (o *UpdateByIDUsingPUTUnauthorized) IsCode(code int) bool
- func (o *UpdateByIDUsingPUTUnauthorized) IsRedirect() bool
- func (o *UpdateByIDUsingPUTUnauthorized) IsServerError() bool
- func (o *UpdateByIDUsingPUTUnauthorized) IsSuccess() bool
- func (o *UpdateByIDUsingPUTUnauthorized) String() string
- type WithdrawByIDAndVersionUsingPOSTForbidden
- func (o *WithdrawByIDAndVersionUsingPOSTForbidden) Error() string
- func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsClientError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
- func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
- func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsServerError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
- func (o *WithdrawByIDAndVersionUsingPOSTForbidden) String() string
- type WithdrawByIDAndVersionUsingPOSTInternalServerError
- func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) Error() string
- func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
- func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
- func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
- func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) String() string
- type WithdrawByIDAndVersionUsingPOSTNotFound
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) Error() string
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsClientError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsServerError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
- func (o *WithdrawByIDAndVersionUsingPOSTNotFound) String() string
- type WithdrawByIDAndVersionUsingPOSTOK
- func (o *WithdrawByIDAndVersionUsingPOSTOK) Error() string
- func (o *WithdrawByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
- func (o *WithdrawByIDAndVersionUsingPOSTOK) IsClientError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTOK) IsCode(code int) bool
- func (o *WithdrawByIDAndVersionUsingPOSTOK) IsRedirect() bool
- func (o *WithdrawByIDAndVersionUsingPOSTOK) IsServerError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTOK) IsSuccess() bool
- func (o *WithdrawByIDAndVersionUsingPOSTOK) String() string
- type WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParams() *WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithDefaults() *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithID(id string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithVersion(version string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WithdrawByIDAndVersionUsingPOSTReader
- type WithdrawByIDAndVersionUsingPOSTUnauthorized
- func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) Error() string
- func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
- func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
- func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
- func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) 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 custom integrations API
func (*Client) CreateCustomIntegrationUsingPOST ¶ added in v0.4.0
func (a *Client) CreateCustomIntegrationUsingPOST(params *CreateCustomIntegrationUsingPOSTParams, opts ...ClientOption) (*CreateCustomIntegrationUsingPOSTOK, error)
CreateCustomIntegrationUsingPOST creates a custom integration
Create a Custom Integration to be consumed in pipelines as custom tasks
func (*Client) CreateVersionByIDUsingPOST ¶ added in v0.4.0
func (a *Client) CreateVersionByIDUsingPOST(params *CreateVersionByIDUsingPOSTParams, opts ...ClientOption) (*CreateVersionByIDUsingPOSTOK, error)
CreateVersionByIDUsingPOST creates a custom integration version
Create a Custom Integration version from the current draft
func (*Client) DeleteDraftByIDUsingDELETE ¶
func (a *Client) DeleteDraftByIDUsingDELETE(params *DeleteDraftByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDraftByIDUsingDELETEOK, error)
DeleteDraftByIDUsingDELETE deletes a custom integration and its versions
Delete a Custom Integration with the given id and all its versions
func (*Client) DeleteVersionByIDUsingDELETE ¶
func (a *Client) DeleteVersionByIDUsingDELETE(params *DeleteVersionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteVersionByIDUsingDELETEOK, error)
DeleteVersionByIDUsingDELETE deletes a custom integration version
Delete a Custom Integration version with the given id and version
func (*Client) DeprecateByIDAndVersionUsingPOST ¶
func (a *Client) DeprecateByIDAndVersionUsingPOST(params *DeprecateByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*DeprecateByIDAndVersionUsingPOSTOK, error)
DeprecateByIDAndVersionUsingPOST deprecates a custom integration version
Deprecate a Custom Integration version
func (*Client) GetAllCustomIntegrationVersionsByIDUsingGET ¶ added in v0.4.0
func (a *Client) GetAllCustomIntegrationVersionsByIDUsingGET(params *GetAllCustomIntegrationVersionsByIDUsingGETParams, opts ...ClientOption) (*GetAllCustomIntegrationVersionsByIDUsingGETOK, error)
GetAllCustomIntegrationVersionsByIDUsingGET gets all versions of a custom integration by id
Get all versions of a Custom Integration with specified id, paging and filter parameters
func (*Client) GetCustomIntegrationVersionByIDUsingGET ¶ added in v0.4.0
func (a *Client) GetCustomIntegrationVersionByIDUsingGET(params *GetCustomIntegrationVersionByIDUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationVersionByIDUsingGETOK, error)
GetCustomIntegrationVersionByIDUsingGET gets a custom integration by version
Get a Custom Integration with the given id and version
func (*Client) GetCustomIntegrationsUsingGET ¶
func (a *Client) GetCustomIntegrationsUsingGET(params *GetCustomIntegrationsUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationsUsingGETOK, error)
GetCustomIntegrationsUsingGET gets all custom integrations
Get all Custom Integrations with specified paging and filter parameters.
func (*Client) GetDraftByIDUsingGET ¶
func (a *Client) GetDraftByIDUsingGET(params *GetDraftByIDUsingGETParams, opts ...ClientOption) (*GetDraftByIDUsingGETOK, error)
GetDraftByIDUsingGET gets a custom integration by id
Get details of a Custom Integration with the given id
func (*Client) ReleaseByIDAndVersionUsingPOST ¶
func (a *Client) ReleaseByIDAndVersionUsingPOST(params *ReleaseByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*ReleaseByIDAndVersionUsingPOSTOK, error)
ReleaseByIDAndVersionUsingPOST releases a custom integration version
Release a Custom Integration version to be consumable in pipelines
func (*Client) RestoreByIDAndVersionUsingPOST ¶
func (a *Client) RestoreByIDAndVersionUsingPOST(params *RestoreByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*RestoreByIDAndVersionUsingPOSTOK, error)
RestoreByIDAndVersionUsingPOST restores a custom integration from a version to current draft
Restore a Custom Integration from the given version to the current draft
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) ToggleLatestUsingPATCH ¶ added in v0.5.0
func (a *Client) ToggleLatestUsingPATCH(params *ToggleLatestUsingPATCHParams, opts ...ClientOption) (*ToggleLatestUsingPATCHOK, error)
ToggleLatestUsingPATCH sets unset a release version as l a t e s t
Sets a released Custom Integration version as 'LATEST' or unsets a version from 'LATEST'
func (*Client) UpdateByIDUsingPUT ¶
func (a *Client) UpdateByIDUsingPUT(params *UpdateByIDUsingPUTParams, opts ...ClientOption) (*UpdateByIDUsingPUTOK, error)
UpdateByIDUsingPUT updates a custom integration by id
Update a Custom Integration with the given id
func (*Client) WithdrawByIDAndVersionUsingPOST ¶
func (a *Client) WithdrawByIDAndVersionUsingPOST(params *WithdrawByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*WithdrawByIDAndVersionUsingPOSTOK, error)
WithdrawByIDAndVersionUsingPOST withdraws a custom integration version
Withdraw a released/deprecated Custom Integration version to make it un-consumable in pipelines
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateCustomIntegrationUsingPOST(params *CreateCustomIntegrationUsingPOSTParams, opts ...ClientOption) (*CreateCustomIntegrationUsingPOSTOK, error) CreateVersionByIDUsingPOST(params *CreateVersionByIDUsingPOSTParams, opts ...ClientOption) (*CreateVersionByIDUsingPOSTOK, error) DeleteDraftByIDUsingDELETE(params *DeleteDraftByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDraftByIDUsingDELETEOK, error) DeleteVersionByIDUsingDELETE(params *DeleteVersionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteVersionByIDUsingDELETEOK, error) DeprecateByIDAndVersionUsingPOST(params *DeprecateByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*DeprecateByIDAndVersionUsingPOSTOK, error) GetAllCustomIntegrationVersionsByIDUsingGET(params *GetAllCustomIntegrationVersionsByIDUsingGETParams, opts ...ClientOption) (*GetAllCustomIntegrationVersionsByIDUsingGETOK, error) GetCustomIntegrationVersionByIDUsingGET(params *GetCustomIntegrationVersionByIDUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationVersionByIDUsingGETOK, error) GetCustomIntegrationsUsingGET(params *GetCustomIntegrationsUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationsUsingGETOK, error) GetDraftByIDUsingGET(params *GetDraftByIDUsingGETParams, opts ...ClientOption) (*GetDraftByIDUsingGETOK, error) ReleaseByIDAndVersionUsingPOST(params *ReleaseByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*ReleaseByIDAndVersionUsingPOSTOK, error) RestoreByIDAndVersionUsingPOST(params *RestoreByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*RestoreByIDAndVersionUsingPOSTOK, error) ToggleLatestUsingPATCH(params *ToggleLatestUsingPATCHParams, opts ...ClientOption) (*ToggleLatestUsingPATCHOK, error) UpdateByIDUsingPUT(params *UpdateByIDUsingPUTParams, opts ...ClientOption) (*UpdateByIDUsingPUTOK, error) WithdrawByIDAndVersionUsingPOST(params *WithdrawByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*WithdrawByIDAndVersionUsingPOSTOK, 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 custom integrations API client.
type CreateCustomIntegrationUsingPOSTForbidden ¶ added in v0.4.0
type CreateCustomIntegrationUsingPOSTForbidden struct { }
CreateCustomIntegrationUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateCustomIntegrationUsingPOSTForbidden ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTForbidden() *CreateCustomIntegrationUsingPOSTForbidden
NewCreateCustomIntegrationUsingPOSTForbidden creates a CreateCustomIntegrationUsingPOSTForbidden with default headers values
func (*CreateCustomIntegrationUsingPOSTForbidden) Error ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTForbidden) Error() string
func (*CreateCustomIntegrationUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this create custom integration using p o s t forbidden response has a 4xx status code
func (*CreateCustomIntegrationUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this create custom integration using p o s t forbidden response a status code equal to that given
func (*CreateCustomIntegrationUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this create custom integration using p o s t forbidden response has a 3xx status code
func (*CreateCustomIntegrationUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this create custom integration using p o s t forbidden response has a 5xx status code
func (*CreateCustomIntegrationUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this create custom integration using p o s t forbidden response has a 2xx status code
func (*CreateCustomIntegrationUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTForbidden) String() string
type CreateCustomIntegrationUsingPOSTInternalServerError ¶ added in v0.4.0
type CreateCustomIntegrationUsingPOSTInternalServerError struct { }
CreateCustomIntegrationUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewCreateCustomIntegrationUsingPOSTInternalServerError ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTInternalServerError() *CreateCustomIntegrationUsingPOSTInternalServerError
NewCreateCustomIntegrationUsingPOSTInternalServerError creates a CreateCustomIntegrationUsingPOSTInternalServerError with default headers values
func (*CreateCustomIntegrationUsingPOSTInternalServerError) Error ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTInternalServerError) Error() string
func (*CreateCustomIntegrationUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this create custom integration using p o s t internal server error response has a 4xx status code
func (*CreateCustomIntegrationUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this create custom integration using p o s t internal server error response a status code equal to that given
func (*CreateCustomIntegrationUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this create custom integration using p o s t internal server error response has a 3xx status code
func (*CreateCustomIntegrationUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this create custom integration using p o s t internal server error response has a 5xx status code
func (*CreateCustomIntegrationUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this create custom integration using p o s t internal server error response has a 2xx status code
func (*CreateCustomIntegrationUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTInternalServerError) String() string
type CreateCustomIntegrationUsingPOSTNotFound ¶ added in v0.4.0
CreateCustomIntegrationUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateCustomIntegrationUsingPOSTNotFound ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTNotFound() *CreateCustomIntegrationUsingPOSTNotFound
NewCreateCustomIntegrationUsingPOSTNotFound creates a CreateCustomIntegrationUsingPOSTNotFound with default headers values
func (*CreateCustomIntegrationUsingPOSTNotFound) Error ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) Error() string
func (*CreateCustomIntegrationUsingPOSTNotFound) GetPayload ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) GetPayload() *models.Error
func (*CreateCustomIntegrationUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this create custom integration using p o s t not found response has a 4xx status code
func (*CreateCustomIntegrationUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this create custom integration using p o s t not found response a status code equal to that given
func (*CreateCustomIntegrationUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this create custom integration using p o s t not found response has a 3xx status code
func (*CreateCustomIntegrationUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this create custom integration using p o s t not found response has a 5xx status code
func (*CreateCustomIntegrationUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this create custom integration using p o s t not found response has a 2xx status code
func (*CreateCustomIntegrationUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTNotFound) String() string
type CreateCustomIntegrationUsingPOSTOK ¶ added in v0.4.0
type CreateCustomIntegrationUsingPOSTOK struct {
Payload models.CustomIntegration
}
CreateCustomIntegrationUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewCreateCustomIntegrationUsingPOSTOK ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTOK() *CreateCustomIntegrationUsingPOSTOK
NewCreateCustomIntegrationUsingPOSTOK creates a CreateCustomIntegrationUsingPOSTOK with default headers values
func (*CreateCustomIntegrationUsingPOSTOK) Error ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTOK) Error() string
func (*CreateCustomIntegrationUsingPOSTOK) GetPayload ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTOK) GetPayload() models.CustomIntegration
func (*CreateCustomIntegrationUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTOK) IsClientError() bool
IsClientError returns true when this create custom integration using p o s t o k response has a 4xx status code
func (*CreateCustomIntegrationUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this create custom integration using p o s t o k response a status code equal to that given
func (*CreateCustomIntegrationUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this create custom integration using p o s t o k response has a 3xx status code
func (*CreateCustomIntegrationUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTOK) IsServerError() bool
IsServerError returns true when this create custom integration using p o s t o k response has a 5xx status code
func (*CreateCustomIntegrationUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this create custom integration using p o s t o k response has a 2xx status code
func (*CreateCustomIntegrationUsingPOSTOK) String ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTOK) String() string
type CreateCustomIntegrationUsingPOSTParams ¶ added in v0.4.0
type CreateCustomIntegrationUsingPOSTParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Body. Custom Integration specification */ Body models.CustomIntegrationSpec Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateCustomIntegrationUsingPOSTParams contains all the parameters to send to the API endpoint
for the create custom integration using p o s t operation. Typically these are written to a http.Request.
func NewCreateCustomIntegrationUsingPOSTParams ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTParams() *CreateCustomIntegrationUsingPOSTParams
NewCreateCustomIntegrationUsingPOSTParams creates a new CreateCustomIntegrationUsingPOSTParams 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 NewCreateCustomIntegrationUsingPOSTParamsWithContext ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTParamsWithContext(ctx context.Context) *CreateCustomIntegrationUsingPOSTParams
NewCreateCustomIntegrationUsingPOSTParamsWithContext creates a new CreateCustomIntegrationUsingPOSTParams object with the ability to set a context for a request.
func NewCreateCustomIntegrationUsingPOSTParamsWithHTTPClient ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateCustomIntegrationUsingPOSTParams
NewCreateCustomIntegrationUsingPOSTParamsWithHTTPClient creates a new CreateCustomIntegrationUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateCustomIntegrationUsingPOSTParamsWithTimeout ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateCustomIntegrationUsingPOSTParams
NewCreateCustomIntegrationUsingPOSTParamsWithTimeout creates a new CreateCustomIntegrationUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateCustomIntegrationUsingPOSTParams) SetAPIVersion ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) SetAuthorization ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) SetBody ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) SetBody(body models.CustomIntegrationSpec)
SetBody adds the body to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) SetContext ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) SetDefaults ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create custom integration using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCustomIntegrationUsingPOSTParams) SetHTTPClient ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) SetTimeout ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) WithAPIVersion ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateCustomIntegrationUsingPOSTParams
WithAPIVersion adds the aPIVersion to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) WithAuthorization ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WithAuthorization(authorization string) *CreateCustomIntegrationUsingPOSTParams
WithAuthorization adds the authorization to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) WithBody ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WithBody(body models.CustomIntegrationSpec) *CreateCustomIntegrationUsingPOSTParams
WithBody adds the body to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) WithContext ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WithContext(ctx context.Context) *CreateCustomIntegrationUsingPOSTParams
WithContext adds the context to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) WithDefaults ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WithDefaults() *CreateCustomIntegrationUsingPOSTParams
WithDefaults hydrates default values in the create custom integration using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCustomIntegrationUsingPOSTParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateCustomIntegrationUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) WithTimeout ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateCustomIntegrationUsingPOSTParams
WithTimeout adds the timeout to the create custom integration using p o s t params
func (*CreateCustomIntegrationUsingPOSTParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateCustomIntegrationUsingPOSTReader ¶ added in v0.4.0
type CreateCustomIntegrationUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateCustomIntegrationUsingPOSTReader is a Reader for the CreateCustomIntegrationUsingPOST structure.
func (*CreateCustomIntegrationUsingPOSTReader) ReadResponse ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateCustomIntegrationUsingPOSTUnauthorized ¶ added in v0.4.0
type CreateCustomIntegrationUsingPOSTUnauthorized struct { }
CreateCustomIntegrationUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewCreateCustomIntegrationUsingPOSTUnauthorized ¶ added in v0.4.0
func NewCreateCustomIntegrationUsingPOSTUnauthorized() *CreateCustomIntegrationUsingPOSTUnauthorized
NewCreateCustomIntegrationUsingPOSTUnauthorized creates a CreateCustomIntegrationUsingPOSTUnauthorized with default headers values
func (*CreateCustomIntegrationUsingPOSTUnauthorized) Error ¶ added in v0.4.0
func (o *CreateCustomIntegrationUsingPOSTUnauthorized) Error() string
func (*CreateCustomIntegrationUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this create custom integration using p o s t unauthorized response has a 4xx status code
func (*CreateCustomIntegrationUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this create custom integration using p o s t unauthorized response a status code equal to that given
func (*CreateCustomIntegrationUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this create custom integration using p o s t unauthorized response has a 3xx status code
func (*CreateCustomIntegrationUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this create custom integration using p o s t unauthorized response has a 5xx status code
func (*CreateCustomIntegrationUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this create custom integration using p o s t unauthorized response has a 2xx status code
func (*CreateCustomIntegrationUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *CreateCustomIntegrationUsingPOSTUnauthorized) String() string
type CreateVersionByIDUsingPOSTForbidden ¶ added in v0.4.0
type CreateVersionByIDUsingPOSTForbidden struct { }
CreateVersionByIDUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateVersionByIDUsingPOSTForbidden ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTForbidden() *CreateVersionByIDUsingPOSTForbidden
NewCreateVersionByIDUsingPOSTForbidden creates a CreateVersionByIDUsingPOSTForbidden with default headers values
func (*CreateVersionByIDUsingPOSTForbidden) Error ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTForbidden) Error() string
func (*CreateVersionByIDUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this create version by Id using p o s t forbidden response has a 4xx status code
func (*CreateVersionByIDUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this create version by Id using p o s t forbidden response a status code equal to that given
func (*CreateVersionByIDUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this create version by Id using p o s t forbidden response has a 3xx status code
func (*CreateVersionByIDUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this create version by Id using p o s t forbidden response has a 5xx status code
func (*CreateVersionByIDUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this create version by Id using p o s t forbidden response has a 2xx status code
func (*CreateVersionByIDUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTForbidden) String() string
type CreateVersionByIDUsingPOSTInternalServerError ¶ added in v0.4.0
type CreateVersionByIDUsingPOSTInternalServerError struct { }
CreateVersionByIDUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewCreateVersionByIDUsingPOSTInternalServerError ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTInternalServerError() *CreateVersionByIDUsingPOSTInternalServerError
NewCreateVersionByIDUsingPOSTInternalServerError creates a CreateVersionByIDUsingPOSTInternalServerError with default headers values
func (*CreateVersionByIDUsingPOSTInternalServerError) Error ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTInternalServerError) Error() string
func (*CreateVersionByIDUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this create version by Id using p o s t internal server error response has a 4xx status code
func (*CreateVersionByIDUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this create version by Id using p o s t internal server error response a status code equal to that given
func (*CreateVersionByIDUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this create version by Id using p o s t internal server error response has a 3xx status code
func (*CreateVersionByIDUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this create version by Id using p o s t internal server error response has a 5xx status code
func (*CreateVersionByIDUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this create version by Id using p o s t internal server error response has a 2xx status code
func (*CreateVersionByIDUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTInternalServerError) String() string
type CreateVersionByIDUsingPOSTNotFound ¶ added in v0.4.0
CreateVersionByIDUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateVersionByIDUsingPOSTNotFound ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTNotFound() *CreateVersionByIDUsingPOSTNotFound
NewCreateVersionByIDUsingPOSTNotFound creates a CreateVersionByIDUsingPOSTNotFound with default headers values
func (*CreateVersionByIDUsingPOSTNotFound) Error ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTNotFound) Error() string
func (*CreateVersionByIDUsingPOSTNotFound) GetPayload ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTNotFound) GetPayload() *models.Error
func (*CreateVersionByIDUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this create version by Id using p o s t not found response has a 4xx status code
func (*CreateVersionByIDUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this create version by Id using p o s t not found response a status code equal to that given
func (*CreateVersionByIDUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this create version by Id using p o s t not found response has a 3xx status code
func (*CreateVersionByIDUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this create version by Id using p o s t not found response has a 5xx status code
func (*CreateVersionByIDUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this create version by Id using p o s t not found response has a 2xx status code
func (*CreateVersionByIDUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTNotFound) String() string
type CreateVersionByIDUsingPOSTOK ¶ added in v0.4.0
type CreateVersionByIDUsingPOSTOK struct {
Payload models.CustomIntegration
}
CreateVersionByIDUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewCreateVersionByIDUsingPOSTOK ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTOK() *CreateVersionByIDUsingPOSTOK
NewCreateVersionByIDUsingPOSTOK creates a CreateVersionByIDUsingPOSTOK with default headers values
func (*CreateVersionByIDUsingPOSTOK) Error ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTOK) Error() string
func (*CreateVersionByIDUsingPOSTOK) GetPayload ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTOK) GetPayload() models.CustomIntegration
func (*CreateVersionByIDUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTOK) IsClientError() bool
IsClientError returns true when this create version by Id using p o s t o k response has a 4xx status code
func (*CreateVersionByIDUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this create version by Id using p o s t o k response a status code equal to that given
func (*CreateVersionByIDUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this create version by Id using p o s t o k response has a 3xx status code
func (*CreateVersionByIDUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTOK) IsServerError() bool
IsServerError returns true when this create version by Id using p o s t o k response has a 5xx status code
func (*CreateVersionByIDUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this create version by Id using p o s t o k response has a 2xx status code
func (*CreateVersionByIDUsingPOSTOK) String ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTOK) String() string
type CreateVersionByIDUsingPOSTParams ¶ added in v0.4.0
type CreateVersionByIDUsingPOSTParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Body. Request object for version of a Custom Integration */ Body models.VersionRequest /* ID. The ID of the Custom Integration */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateVersionByIDUsingPOSTParams contains all the parameters to send to the API endpoint
for the create version by Id using p o s t operation. Typically these are written to a http.Request.
func NewCreateVersionByIDUsingPOSTParams ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTParams() *CreateVersionByIDUsingPOSTParams
NewCreateVersionByIDUsingPOSTParams creates a new CreateVersionByIDUsingPOSTParams 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 NewCreateVersionByIDUsingPOSTParamsWithContext ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTParamsWithContext(ctx context.Context) *CreateVersionByIDUsingPOSTParams
NewCreateVersionByIDUsingPOSTParamsWithContext creates a new CreateVersionByIDUsingPOSTParams object with the ability to set a context for a request.
func NewCreateVersionByIDUsingPOSTParamsWithHTTPClient ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateVersionByIDUsingPOSTParams
NewCreateVersionByIDUsingPOSTParamsWithHTTPClient creates a new CreateVersionByIDUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateVersionByIDUsingPOSTParamsWithTimeout ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateVersionByIDUsingPOSTParams
NewCreateVersionByIDUsingPOSTParamsWithTimeout creates a new CreateVersionByIDUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateVersionByIDUsingPOSTParams) SetAPIVersion ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) SetAuthorization ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) SetBody ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetBody(body models.VersionRequest)
SetBody adds the body to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) SetContext ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) SetDefaults ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create version by Id using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateVersionByIDUsingPOSTParams) SetHTTPClient ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) SetID ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetID(id string)
SetID adds the id to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) SetTimeout ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WithAPIVersion ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateVersionByIDUsingPOSTParams
WithAPIVersion adds the aPIVersion to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WithAuthorization ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithAuthorization(authorization string) *CreateVersionByIDUsingPOSTParams
WithAuthorization adds the authorization to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WithBody ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithBody(body models.VersionRequest) *CreateVersionByIDUsingPOSTParams
WithBody adds the body to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WithContext ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithContext(ctx context.Context) *CreateVersionByIDUsingPOSTParams
WithContext adds the context to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WithDefaults ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithDefaults() *CreateVersionByIDUsingPOSTParams
WithDefaults hydrates default values in the create version by Id using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateVersionByIDUsingPOSTParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateVersionByIDUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WithID ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithID(id string) *CreateVersionByIDUsingPOSTParams
WithID adds the id to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WithTimeout ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateVersionByIDUsingPOSTParams
WithTimeout adds the timeout to the create version by Id using p o s t params
func (*CreateVersionByIDUsingPOSTParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateVersionByIDUsingPOSTReader ¶ added in v0.4.0
type CreateVersionByIDUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateVersionByIDUsingPOSTReader is a Reader for the CreateVersionByIDUsingPOST structure.
func (*CreateVersionByIDUsingPOSTReader) ReadResponse ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateVersionByIDUsingPOSTUnauthorized ¶ added in v0.4.0
type CreateVersionByIDUsingPOSTUnauthorized struct { }
CreateVersionByIDUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewCreateVersionByIDUsingPOSTUnauthorized ¶ added in v0.4.0
func NewCreateVersionByIDUsingPOSTUnauthorized() *CreateVersionByIDUsingPOSTUnauthorized
NewCreateVersionByIDUsingPOSTUnauthorized creates a CreateVersionByIDUsingPOSTUnauthorized with default headers values
func (*CreateVersionByIDUsingPOSTUnauthorized) Error ¶ added in v0.4.0
func (o *CreateVersionByIDUsingPOSTUnauthorized) Error() string
func (*CreateVersionByIDUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this create version by Id using p o s t unauthorized response has a 4xx status code
func (*CreateVersionByIDUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this create version by Id using p o s t unauthorized response a status code equal to that given
func (*CreateVersionByIDUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this create version by Id using p o s t unauthorized response has a 3xx status code
func (*CreateVersionByIDUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this create version by Id using p o s t unauthorized response has a 5xx status code
func (*CreateVersionByIDUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this create version by Id using p o s t unauthorized response has a 2xx status code
func (*CreateVersionByIDUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *CreateVersionByIDUsingPOSTUnauthorized) String() string
type DeleteDraftByIDUsingDELETEForbidden ¶
type DeleteDraftByIDUsingDELETEForbidden struct { }
DeleteDraftByIDUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteDraftByIDUsingDELETEForbidden ¶
func NewDeleteDraftByIDUsingDELETEForbidden() *DeleteDraftByIDUsingDELETEForbidden
NewDeleteDraftByIDUsingDELETEForbidden creates a DeleteDraftByIDUsingDELETEForbidden with default headers values
func (*DeleteDraftByIDUsingDELETEForbidden) Error ¶
func (o *DeleteDraftByIDUsingDELETEForbidden) Error() string
func (*DeleteDraftByIDUsingDELETEForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEForbidden) IsClientError() bool
IsClientError returns true when this delete draft by Id using d e l e t e forbidden response has a 4xx status code
func (*DeleteDraftByIDUsingDELETEForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEForbidden) IsCode(code int) bool
IsCode returns true when this delete draft by Id using d e l e t e forbidden response a status code equal to that given
func (*DeleteDraftByIDUsingDELETEForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEForbidden) IsRedirect() bool
IsRedirect returns true when this delete draft by Id using d e l e t e forbidden response has a 3xx status code
func (*DeleteDraftByIDUsingDELETEForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEForbidden) IsServerError() bool
IsServerError returns true when this delete draft by Id using d e l e t e forbidden response has a 5xx status code
func (*DeleteDraftByIDUsingDELETEForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEForbidden) IsSuccess() bool
IsSuccess returns true when this delete draft by Id using d e l e t e forbidden response has a 2xx status code
func (*DeleteDraftByIDUsingDELETEForbidden) String ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEForbidden) String() string
type DeleteDraftByIDUsingDELETEInternalServerError ¶
type DeleteDraftByIDUsingDELETEInternalServerError struct { }
DeleteDraftByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteDraftByIDUsingDELETEInternalServerError ¶
func NewDeleteDraftByIDUsingDELETEInternalServerError() *DeleteDraftByIDUsingDELETEInternalServerError
NewDeleteDraftByIDUsingDELETEInternalServerError creates a DeleteDraftByIDUsingDELETEInternalServerError with default headers values
func (*DeleteDraftByIDUsingDELETEInternalServerError) Error ¶
func (o *DeleteDraftByIDUsingDELETEInternalServerError) Error() string
func (*DeleteDraftByIDUsingDELETEInternalServerError) IsClientError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsClientError() bool
IsClientError returns true when this delete draft by Id using d e l e t e internal server error response has a 4xx status code
func (*DeleteDraftByIDUsingDELETEInternalServerError) IsCode ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsCode(code int) bool
IsCode returns true when this delete draft by Id using d e l e t e internal server error response a status code equal to that given
func (*DeleteDraftByIDUsingDELETEInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete draft by Id using d e l e t e internal server error response has a 3xx status code
func (*DeleteDraftByIDUsingDELETEInternalServerError) IsServerError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsServerError() bool
IsServerError returns true when this delete draft by Id using d e l e t e internal server error response has a 5xx status code
func (*DeleteDraftByIDUsingDELETEInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete draft by Id using d e l e t e internal server error response has a 2xx status code
func (*DeleteDraftByIDUsingDELETEInternalServerError) String ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEInternalServerError) String() string
type DeleteDraftByIDUsingDELETENotFound ¶
DeleteDraftByIDUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteDraftByIDUsingDELETENotFound ¶
func NewDeleteDraftByIDUsingDELETENotFound() *DeleteDraftByIDUsingDELETENotFound
NewDeleteDraftByIDUsingDELETENotFound creates a DeleteDraftByIDUsingDELETENotFound with default headers values
func (*DeleteDraftByIDUsingDELETENotFound) Error ¶
func (o *DeleteDraftByIDUsingDELETENotFound) Error() string
func (*DeleteDraftByIDUsingDELETENotFound) GetPayload ¶
func (o *DeleteDraftByIDUsingDELETENotFound) GetPayload() *models.Error
func (*DeleteDraftByIDUsingDELETENotFound) IsClientError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETENotFound) IsClientError() bool
IsClientError returns true when this delete draft by Id using d e l e t e not found response has a 4xx status code
func (*DeleteDraftByIDUsingDELETENotFound) IsCode ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETENotFound) IsCode(code int) bool
IsCode returns true when this delete draft by Id using d e l e t e not found response a status code equal to that given
func (*DeleteDraftByIDUsingDELETENotFound) IsRedirect ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETENotFound) IsRedirect() bool
IsRedirect returns true when this delete draft by Id using d e l e t e not found response has a 3xx status code
func (*DeleteDraftByIDUsingDELETENotFound) IsServerError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETENotFound) IsServerError() bool
IsServerError returns true when this delete draft by Id using d e l e t e not found response has a 5xx status code
func (*DeleteDraftByIDUsingDELETENotFound) IsSuccess ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETENotFound) IsSuccess() bool
IsSuccess returns true when this delete draft by Id using d e l e t e not found response has a 2xx status code
func (*DeleteDraftByIDUsingDELETENotFound) String ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETENotFound) String() string
type DeleteDraftByIDUsingDELETEOK ¶
type DeleteDraftByIDUsingDELETEOK struct {
Payload models.CustomIntegration
}
DeleteDraftByIDUsingDELETEOK describes a response with status code 200, with default header values.
OK
func NewDeleteDraftByIDUsingDELETEOK ¶
func NewDeleteDraftByIDUsingDELETEOK() *DeleteDraftByIDUsingDELETEOK
NewDeleteDraftByIDUsingDELETEOK creates a DeleteDraftByIDUsingDELETEOK with default headers values
func (*DeleteDraftByIDUsingDELETEOK) Error ¶
func (o *DeleteDraftByIDUsingDELETEOK) Error() string
func (*DeleteDraftByIDUsingDELETEOK) GetPayload ¶
func (o *DeleteDraftByIDUsingDELETEOK) GetPayload() models.CustomIntegration
func (*DeleteDraftByIDUsingDELETEOK) IsClientError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEOK) IsClientError() bool
IsClientError returns true when this delete draft by Id using d e l e t e o k response has a 4xx status code
func (*DeleteDraftByIDUsingDELETEOK) IsCode ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEOK) IsCode(code int) bool
IsCode returns true when this delete draft by Id using d e l e t e o k response a status code equal to that given
func (*DeleteDraftByIDUsingDELETEOK) IsRedirect ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEOK) IsRedirect() bool
IsRedirect returns true when this delete draft by Id using d e l e t e o k response has a 3xx status code
func (*DeleteDraftByIDUsingDELETEOK) IsServerError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEOK) IsServerError() bool
IsServerError returns true when this delete draft by Id using d e l e t e o k response has a 5xx status code
func (*DeleteDraftByIDUsingDELETEOK) IsSuccess ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEOK) IsSuccess() bool
IsSuccess returns true when this delete draft by Id using d e l e t e o k response has a 2xx status code
func (*DeleteDraftByIDUsingDELETEOK) String ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEOK) String() string
type DeleteDraftByIDUsingDELETEParams ¶
type DeleteDraftByIDUsingDELETEParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Type. The type of the Custom Integration Default: "all" */ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDraftByIDUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete draft by Id using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteDraftByIDUsingDELETEParams ¶
func NewDeleteDraftByIDUsingDELETEParams() *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParams creates a new DeleteDraftByIDUsingDELETEParams 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 NewDeleteDraftByIDUsingDELETEParamsWithContext ¶
func NewDeleteDraftByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParamsWithContext creates a new DeleteDraftByIDUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient ¶
func NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient creates a new DeleteDraftByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDraftByIDUsingDELETEParamsWithTimeout ¶
func NewDeleteDraftByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParamsWithTimeout creates a new DeleteDraftByIDUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteDraftByIDUsingDELETEParams) SetAPIVersion ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetAuthorization ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetContext ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetDefaults ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete draft by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDraftByIDUsingDELETEParams) SetHTTPClient ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetID ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetID(id string)
SetID adds the id to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetTimeout ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetType ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetType(typeVar string)
SetType adds the type to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithAPIVersion ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteDraftByIDUsingDELETEParams
WithAPIVersion adds the aPIVersion to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithAuthorization ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteDraftByIDUsingDELETEParams
WithAuthorization adds the authorization to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithContext ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
WithContext adds the context to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithDefaults ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithDefaults() *DeleteDraftByIDUsingDELETEParams
WithDefaults hydrates default values in the delete draft by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDraftByIDUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithID ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithID(id string) *DeleteDraftByIDUsingDELETEParams
WithID adds the id to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithTimeout ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
WithTimeout adds the timeout to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithType ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithType(typeVar string) *DeleteDraftByIDUsingDELETEParams
WithType adds the typeVar to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WriteToRequest ¶
func (o *DeleteDraftByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDraftByIDUsingDELETEReader ¶
type DeleteDraftByIDUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteDraftByIDUsingDELETEReader is a Reader for the DeleteDraftByIDUsingDELETE structure.
func (*DeleteDraftByIDUsingDELETEReader) ReadResponse ¶
func (o *DeleteDraftByIDUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDraftByIDUsingDELETEUnauthorized ¶
type DeleteDraftByIDUsingDELETEUnauthorized struct { }
DeleteDraftByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteDraftByIDUsingDELETEUnauthorized ¶
func NewDeleteDraftByIDUsingDELETEUnauthorized() *DeleteDraftByIDUsingDELETEUnauthorized
NewDeleteDraftByIDUsingDELETEUnauthorized creates a DeleteDraftByIDUsingDELETEUnauthorized with default headers values
func (*DeleteDraftByIDUsingDELETEUnauthorized) Error ¶
func (o *DeleteDraftByIDUsingDELETEUnauthorized) Error() string
func (*DeleteDraftByIDUsingDELETEUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsClientError() bool
IsClientError returns true when this delete draft by Id using d e l e t e unauthorized response has a 4xx status code
func (*DeleteDraftByIDUsingDELETEUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsCode(code int) bool
IsCode returns true when this delete draft by Id using d e l e t e unauthorized response a status code equal to that given
func (*DeleteDraftByIDUsingDELETEUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete draft by Id using d e l e t e unauthorized response has a 3xx status code
func (*DeleteDraftByIDUsingDELETEUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsServerError() bool
IsServerError returns true when this delete draft by Id using d e l e t e unauthorized response has a 5xx status code
func (*DeleteDraftByIDUsingDELETEUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete draft by Id using d e l e t e unauthorized response has a 2xx status code
func (*DeleteDraftByIDUsingDELETEUnauthorized) String ¶ added in v0.5.0
func (o *DeleteDraftByIDUsingDELETEUnauthorized) String() string
type DeleteVersionByIDUsingDELETEForbidden ¶
type DeleteVersionByIDUsingDELETEForbidden struct { }
DeleteVersionByIDUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteVersionByIDUsingDELETEForbidden ¶
func NewDeleteVersionByIDUsingDELETEForbidden() *DeleteVersionByIDUsingDELETEForbidden
NewDeleteVersionByIDUsingDELETEForbidden creates a DeleteVersionByIDUsingDELETEForbidden with default headers values
func (*DeleteVersionByIDUsingDELETEForbidden) Error ¶
func (o *DeleteVersionByIDUsingDELETEForbidden) Error() string
func (*DeleteVersionByIDUsingDELETEForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEForbidden) IsClientError() bool
IsClientError returns true when this delete version by Id using d e l e t e forbidden response has a 4xx status code
func (*DeleteVersionByIDUsingDELETEForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEForbidden) IsCode(code int) bool
IsCode returns true when this delete version by Id using d e l e t e forbidden response a status code equal to that given
func (*DeleteVersionByIDUsingDELETEForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEForbidden) IsRedirect() bool
IsRedirect returns true when this delete version by Id using d e l e t e forbidden response has a 3xx status code
func (*DeleteVersionByIDUsingDELETEForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEForbidden) IsServerError() bool
IsServerError returns true when this delete version by Id using d e l e t e forbidden response has a 5xx status code
func (*DeleteVersionByIDUsingDELETEForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEForbidden) IsSuccess() bool
IsSuccess returns true when this delete version by Id using d e l e t e forbidden response has a 2xx status code
func (*DeleteVersionByIDUsingDELETEForbidden) String ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEForbidden) String() string
type DeleteVersionByIDUsingDELETEInternalServerError ¶
type DeleteVersionByIDUsingDELETEInternalServerError struct { }
DeleteVersionByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteVersionByIDUsingDELETEInternalServerError ¶
func NewDeleteVersionByIDUsingDELETEInternalServerError() *DeleteVersionByIDUsingDELETEInternalServerError
NewDeleteVersionByIDUsingDELETEInternalServerError creates a DeleteVersionByIDUsingDELETEInternalServerError with default headers values
func (*DeleteVersionByIDUsingDELETEInternalServerError) Error ¶
func (o *DeleteVersionByIDUsingDELETEInternalServerError) Error() string
func (*DeleteVersionByIDUsingDELETEInternalServerError) IsClientError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsClientError() bool
IsClientError returns true when this delete version by Id using d e l e t e internal server error response has a 4xx status code
func (*DeleteVersionByIDUsingDELETEInternalServerError) IsCode ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsCode(code int) bool
IsCode returns true when this delete version by Id using d e l e t e internal server error response a status code equal to that given
func (*DeleteVersionByIDUsingDELETEInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete version by Id using d e l e t e internal server error response has a 3xx status code
func (*DeleteVersionByIDUsingDELETEInternalServerError) IsServerError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsServerError() bool
IsServerError returns true when this delete version by Id using d e l e t e internal server error response has a 5xx status code
func (*DeleteVersionByIDUsingDELETEInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete version by Id using d e l e t e internal server error response has a 2xx status code
func (*DeleteVersionByIDUsingDELETEInternalServerError) String ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEInternalServerError) String() string
type DeleteVersionByIDUsingDELETENotFound ¶
DeleteVersionByIDUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteVersionByIDUsingDELETENotFound ¶
func NewDeleteVersionByIDUsingDELETENotFound() *DeleteVersionByIDUsingDELETENotFound
NewDeleteVersionByIDUsingDELETENotFound creates a DeleteVersionByIDUsingDELETENotFound with default headers values
func (*DeleteVersionByIDUsingDELETENotFound) Error ¶
func (o *DeleteVersionByIDUsingDELETENotFound) Error() string
func (*DeleteVersionByIDUsingDELETENotFound) GetPayload ¶
func (o *DeleteVersionByIDUsingDELETENotFound) GetPayload() *models.Error
func (*DeleteVersionByIDUsingDELETENotFound) IsClientError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETENotFound) IsClientError() bool
IsClientError returns true when this delete version by Id using d e l e t e not found response has a 4xx status code
func (*DeleteVersionByIDUsingDELETENotFound) IsCode ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETENotFound) IsCode(code int) bool
IsCode returns true when this delete version by Id using d e l e t e not found response a status code equal to that given
func (*DeleteVersionByIDUsingDELETENotFound) IsRedirect ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETENotFound) IsRedirect() bool
IsRedirect returns true when this delete version by Id using d e l e t e not found response has a 3xx status code
func (*DeleteVersionByIDUsingDELETENotFound) IsServerError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETENotFound) IsServerError() bool
IsServerError returns true when this delete version by Id using d e l e t e not found response has a 5xx status code
func (*DeleteVersionByIDUsingDELETENotFound) IsSuccess ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETENotFound) IsSuccess() bool
IsSuccess returns true when this delete version by Id using d e l e t e not found response has a 2xx status code
func (*DeleteVersionByIDUsingDELETENotFound) String ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETENotFound) String() string
type DeleteVersionByIDUsingDELETEOK ¶
type DeleteVersionByIDUsingDELETEOK struct {
Payload models.CustomIntegration
}
DeleteVersionByIDUsingDELETEOK describes a response with status code 200, with default header values.
OK
func NewDeleteVersionByIDUsingDELETEOK ¶
func NewDeleteVersionByIDUsingDELETEOK() *DeleteVersionByIDUsingDELETEOK
NewDeleteVersionByIDUsingDELETEOK creates a DeleteVersionByIDUsingDELETEOK with default headers values
func (*DeleteVersionByIDUsingDELETEOK) Error ¶
func (o *DeleteVersionByIDUsingDELETEOK) Error() string
func (*DeleteVersionByIDUsingDELETEOK) GetPayload ¶
func (o *DeleteVersionByIDUsingDELETEOK) GetPayload() models.CustomIntegration
func (*DeleteVersionByIDUsingDELETEOK) IsClientError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEOK) IsClientError() bool
IsClientError returns true when this delete version by Id using d e l e t e o k response has a 4xx status code
func (*DeleteVersionByIDUsingDELETEOK) IsCode ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEOK) IsCode(code int) bool
IsCode returns true when this delete version by Id using d e l e t e o k response a status code equal to that given
func (*DeleteVersionByIDUsingDELETEOK) IsRedirect ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEOK) IsRedirect() bool
IsRedirect returns true when this delete version by Id using d e l e t e o k response has a 3xx status code
func (*DeleteVersionByIDUsingDELETEOK) IsServerError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEOK) IsServerError() bool
IsServerError returns true when this delete version by Id using d e l e t e o k response has a 5xx status code
func (*DeleteVersionByIDUsingDELETEOK) IsSuccess ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEOK) IsSuccess() bool
IsSuccess returns true when this delete version by Id using d e l e t e o k response has a 2xx status code
func (*DeleteVersionByIDUsingDELETEOK) String ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEOK) String() string
type DeleteVersionByIDUsingDELETEParams ¶
type DeleteVersionByIDUsingDELETEParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Version. The version of the Custom Integration */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteVersionByIDUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete version by Id using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteVersionByIDUsingDELETEParams ¶
func NewDeleteVersionByIDUsingDELETEParams() *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParams creates a new DeleteVersionByIDUsingDELETEParams 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 NewDeleteVersionByIDUsingDELETEParamsWithContext ¶
func NewDeleteVersionByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParamsWithContext creates a new DeleteVersionByIDUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient ¶
func NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient creates a new DeleteVersionByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteVersionByIDUsingDELETEParamsWithTimeout ¶
func NewDeleteVersionByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParamsWithTimeout creates a new DeleteVersionByIDUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteVersionByIDUsingDELETEParams) SetAPIVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetAuthorization ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetContext ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetDefaults ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete version by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteVersionByIDUsingDELETEParams) SetHTTPClient ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetID ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetID(id string)
SetID adds the id to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetTimeout ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetVersion(version string)
SetVersion adds the version to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithAPIVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteVersionByIDUsingDELETEParams
WithAPIVersion adds the aPIVersion to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithAuthorization ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteVersionByIDUsingDELETEParams
WithAuthorization adds the authorization to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithContext ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
WithContext adds the context to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithDefaults ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithDefaults() *DeleteVersionByIDUsingDELETEParams
WithDefaults hydrates default values in the delete version by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteVersionByIDUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithID ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithID(id string) *DeleteVersionByIDUsingDELETEParams
WithID adds the id to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithTimeout ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
WithTimeout adds the timeout to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithVersion(version string) *DeleteVersionByIDUsingDELETEParams
WithVersion adds the version to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WriteToRequest ¶
func (o *DeleteVersionByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVersionByIDUsingDELETEReader ¶
type DeleteVersionByIDUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteVersionByIDUsingDELETEReader is a Reader for the DeleteVersionByIDUsingDELETE structure.
func (*DeleteVersionByIDUsingDELETEReader) ReadResponse ¶
func (o *DeleteVersionByIDUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVersionByIDUsingDELETEUnauthorized ¶
type DeleteVersionByIDUsingDELETEUnauthorized struct { }
DeleteVersionByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteVersionByIDUsingDELETEUnauthorized ¶
func NewDeleteVersionByIDUsingDELETEUnauthorized() *DeleteVersionByIDUsingDELETEUnauthorized
NewDeleteVersionByIDUsingDELETEUnauthorized creates a DeleteVersionByIDUsingDELETEUnauthorized with default headers values
func (*DeleteVersionByIDUsingDELETEUnauthorized) Error ¶
func (o *DeleteVersionByIDUsingDELETEUnauthorized) Error() string
func (*DeleteVersionByIDUsingDELETEUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsClientError() bool
IsClientError returns true when this delete version by Id using d e l e t e unauthorized response has a 4xx status code
func (*DeleteVersionByIDUsingDELETEUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsCode(code int) bool
IsCode returns true when this delete version by Id using d e l e t e unauthorized response a status code equal to that given
func (*DeleteVersionByIDUsingDELETEUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete version by Id using d e l e t e unauthorized response has a 3xx status code
func (*DeleteVersionByIDUsingDELETEUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsServerError() bool
IsServerError returns true when this delete version by Id using d e l e t e unauthorized response has a 5xx status code
func (*DeleteVersionByIDUsingDELETEUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete version by Id using d e l e t e unauthorized response has a 2xx status code
func (*DeleteVersionByIDUsingDELETEUnauthorized) String ¶ added in v0.5.0
func (o *DeleteVersionByIDUsingDELETEUnauthorized) String() string
type DeprecateByIDAndVersionUsingPOSTForbidden ¶
type DeprecateByIDAndVersionUsingPOSTForbidden struct { }
DeprecateByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeprecateByIDAndVersionUsingPOSTForbidden ¶
func NewDeprecateByIDAndVersionUsingPOSTForbidden() *DeprecateByIDAndVersionUsingPOSTForbidden
NewDeprecateByIDAndVersionUsingPOSTForbidden creates a DeprecateByIDAndVersionUsingPOSTForbidden with default headers values
func (*DeprecateByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) Error() string
func (*DeprecateByIDAndVersionUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this deprecate by Id and version using p o s t forbidden response has a 4xx status code
func (*DeprecateByIDAndVersionUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this deprecate by Id and version using p o s t forbidden response a status code equal to that given
func (*DeprecateByIDAndVersionUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this deprecate by Id and version using p o s t forbidden response has a 3xx status code
func (*DeprecateByIDAndVersionUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this deprecate by Id and version using p o s t forbidden response has a 5xx status code
func (*DeprecateByIDAndVersionUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this deprecate by Id and version using p o s t forbidden response has a 2xx status code
func (*DeprecateByIDAndVersionUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) String() string
type DeprecateByIDAndVersionUsingPOSTInternalServerError ¶
type DeprecateByIDAndVersionUsingPOSTInternalServerError struct { }
DeprecateByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeprecateByIDAndVersionUsingPOSTInternalServerError ¶
func NewDeprecateByIDAndVersionUsingPOSTInternalServerError() *DeprecateByIDAndVersionUsingPOSTInternalServerError
NewDeprecateByIDAndVersionUsingPOSTInternalServerError creates a DeprecateByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) Error() string
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this deprecate by Id and version using p o s t internal server error response has a 4xx status code
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this deprecate by Id and version using p o s t internal server error response a status code equal to that given
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this deprecate by Id and version using p o s t internal server error response has a 3xx status code
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this deprecate by Id and version using p o s t internal server error response has a 5xx status code
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this deprecate by Id and version using p o s t internal server error response has a 2xx status code
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) String() string
type DeprecateByIDAndVersionUsingPOSTNotFound ¶
DeprecateByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeprecateByIDAndVersionUsingPOSTNotFound ¶
func NewDeprecateByIDAndVersionUsingPOSTNotFound() *DeprecateByIDAndVersionUsingPOSTNotFound
NewDeprecateByIDAndVersionUsingPOSTNotFound creates a DeprecateByIDAndVersionUsingPOSTNotFound with default headers values
func (*DeprecateByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) Error() string
func (*DeprecateByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
func (*DeprecateByIDAndVersionUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this deprecate by Id and version using p o s t not found response has a 4xx status code
func (*DeprecateByIDAndVersionUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this deprecate by Id and version using p o s t not found response a status code equal to that given
func (*DeprecateByIDAndVersionUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this deprecate by Id and version using p o s t not found response has a 3xx status code
func (*DeprecateByIDAndVersionUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this deprecate by Id and version using p o s t not found response has a 5xx status code
func (*DeprecateByIDAndVersionUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this deprecate by Id and version using p o s t not found response has a 2xx status code
func (*DeprecateByIDAndVersionUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) String() string
type DeprecateByIDAndVersionUsingPOSTOK ¶
type DeprecateByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
DeprecateByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewDeprecateByIDAndVersionUsingPOSTOK ¶
func NewDeprecateByIDAndVersionUsingPOSTOK() *DeprecateByIDAndVersionUsingPOSTOK
NewDeprecateByIDAndVersionUsingPOSTOK creates a DeprecateByIDAndVersionUsingPOSTOK with default headers values
func (*DeprecateByIDAndVersionUsingPOSTOK) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTOK) Error() string
func (*DeprecateByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *DeprecateByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
func (*DeprecateByIDAndVersionUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTOK) IsClientError() bool
IsClientError returns true when this deprecate by Id and version using p o s t o k response has a 4xx status code
func (*DeprecateByIDAndVersionUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this deprecate by Id and version using p o s t o k response a status code equal to that given
func (*DeprecateByIDAndVersionUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this deprecate by Id and version using p o s t o k response has a 3xx status code
func (*DeprecateByIDAndVersionUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTOK) IsServerError() bool
IsServerError returns true when this deprecate by Id and version using p o s t o k response has a 5xx status code
func (*DeprecateByIDAndVersionUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this deprecate by Id and version using p o s t o k response has a 2xx status code
func (*DeprecateByIDAndVersionUsingPOSTOK) String ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTOK) String() string
type DeprecateByIDAndVersionUsingPOSTParams ¶
type DeprecateByIDAndVersionUsingPOSTParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Version. The version of the Custom Integration */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeprecateByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the deprecate by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewDeprecateByIDAndVersionUsingPOSTParams ¶
func NewDeprecateByIDAndVersionUsingPOSTParams() *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParams creates a new DeprecateByIDAndVersionUsingPOSTParams 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 NewDeprecateByIDAndVersionUsingPOSTParamsWithContext ¶
func NewDeprecateByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParamsWithContext creates a new DeprecateByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new DeprecateByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout creates a new DeprecateByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*DeprecateByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the deprecate by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*DeprecateByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetID ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *DeprecateByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *DeprecateByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
WithContext adds the context to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithDefaults() *DeprecateByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the deprecate by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*DeprecateByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithID ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithID(id string) *DeprecateByIDAndVersionUsingPOSTParams
WithID adds the id to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithVersion(version string) *DeprecateByIDAndVersionUsingPOSTParams
WithVersion adds the version to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeprecateByIDAndVersionUsingPOSTReader ¶
type DeprecateByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
DeprecateByIDAndVersionUsingPOSTReader is a Reader for the DeprecateByIDAndVersionUsingPOST structure.
func (*DeprecateByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *DeprecateByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeprecateByIDAndVersionUsingPOSTUnauthorized ¶
type DeprecateByIDAndVersionUsingPOSTUnauthorized struct { }
DeprecateByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeprecateByIDAndVersionUsingPOSTUnauthorized ¶
func NewDeprecateByIDAndVersionUsingPOSTUnauthorized() *DeprecateByIDAndVersionUsingPOSTUnauthorized
NewDeprecateByIDAndVersionUsingPOSTUnauthorized creates a DeprecateByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) Error() string
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this deprecate by Id and version using p o s t unauthorized response has a 4xx status code
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this deprecate by Id and version using p o s t unauthorized response a status code equal to that given
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this deprecate by Id and version using p o s t unauthorized response has a 3xx status code
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this deprecate by Id and version using p o s t unauthorized response has a 5xx status code
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this deprecate by Id and version using p o s t unauthorized response has a 2xx status code
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) String() string
type GetAllCustomIntegrationVersionsByIDUsingGETForbidden ¶ added in v0.4.0
type GetAllCustomIntegrationVersionsByIDUsingGETForbidden struct { }
GetAllCustomIntegrationVersionsByIDUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetAllCustomIntegrationVersionsByIDUsingGETForbidden ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETForbidden() *GetAllCustomIntegrationVersionsByIDUsingGETForbidden
NewGetAllCustomIntegrationVersionsByIDUsingGETForbidden creates a GetAllCustomIntegrationVersionsByIDUsingGETForbidden with default headers values
func (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) Error() string
func (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get all custom integration versions by Id using g e t forbidden response has a 4xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get all custom integration versions by Id using g e t forbidden response a status code equal to that given
func (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get all custom integration versions by Id using g e t forbidden response has a 3xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get all custom integration versions by Id using g e t forbidden response has a 5xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get all custom integration versions by Id using g e t forbidden response has a 2xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETForbidden) String() string
type GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError ¶ added in v0.4.0
type GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError struct { }
GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetAllCustomIntegrationVersionsByIDUsingGETInternalServerError ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETInternalServerError() *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError
NewGetAllCustomIntegrationVersionsByIDUsingGETInternalServerError creates a GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError with default headers values
func (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) Error ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) Error() string
func (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get all custom integration versions by Id using g e t internal server error response has a 4xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get all custom integration versions by Id using g e t internal server error response a status code equal to that given
func (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get all custom integration versions by Id using g e t internal server error response has a 3xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get all custom integration versions by Id using g e t internal server error response has a 5xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get all custom integration versions by Id using g e t internal server error response has a 2xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) String() string
type GetAllCustomIntegrationVersionsByIDUsingGETNotFound ¶ added in v0.4.0
GetAllCustomIntegrationVersionsByIDUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetAllCustomIntegrationVersionsByIDUsingGETNotFound ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETNotFound() *GetAllCustomIntegrationVersionsByIDUsingGETNotFound
NewGetAllCustomIntegrationVersionsByIDUsingGETNotFound creates a GetAllCustomIntegrationVersionsByIDUsingGETNotFound with default headers values
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) Error ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) Error() string
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) GetPayload ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) GetPayload() *models.Error
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get all custom integration versions by Id using g e t not found response has a 4xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get all custom integration versions by Id using g e t not found response a status code equal to that given
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get all custom integration versions by Id using g e t not found response has a 3xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get all custom integration versions by Id using g e t not found response has a 5xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get all custom integration versions by Id using g e t not found response has a 2xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETNotFound) String() string
type GetAllCustomIntegrationVersionsByIDUsingGETOK ¶ added in v0.4.0
type GetAllCustomIntegrationVersionsByIDUsingGETOK struct {
Payload models.CustomIntegrations
}
GetAllCustomIntegrationVersionsByIDUsingGETOK describes a response with status code 200, with default header values.
'Success' with requested versions for Custom Integration
func NewGetAllCustomIntegrationVersionsByIDUsingGETOK ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETOK() *GetAllCustomIntegrationVersionsByIDUsingGETOK
NewGetAllCustomIntegrationVersionsByIDUsingGETOK creates a GetAllCustomIntegrationVersionsByIDUsingGETOK with default headers values
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) Error ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) Error() string
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) GetPayload() models.CustomIntegrations
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsClientError() bool
IsClientError returns true when this get all custom integration versions by Id using g e t o k response has a 4xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsCode(code int) bool
IsCode returns true when this get all custom integration versions by Id using g e t o k response a status code equal to that given
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get all custom integration versions by Id using g e t o k response has a 3xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsServerError() bool
IsServerError returns true when this get all custom integration versions by Id using g e t o k response has a 5xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get all custom integration versions by Id using g e t o k response has a 2xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) String ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETOK) String() string
type GetAllCustomIntegrationVersionsByIDUsingGETParams ¶ added in v0.4.0
type GetAllCustomIntegrationVersionsByIDUsingGETParams struct { /* DollarFilter. To list Custom Integrations with OData like filter */ DollarFilter *string /* DollarOrderby. Order by attribute Default: "name desc" */ DollarOrderby *string /* DollarSkip. To skip 'n' Custom Integrations for listing Default: "0" */ DollarSkip *string /* DollarTop. To list top 'n' Custom Integrations Default: "25" */ DollarTop *string /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Page. To select 'n'th page for listing Default: "0" */ Page *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllCustomIntegrationVersionsByIDUsingGETParams contains all the parameters to send to the API endpoint
for the get all custom integration versions by Id using g e t operation. Typically these are written to a http.Request.
func NewGetAllCustomIntegrationVersionsByIDUsingGETParams ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETParams() *GetAllCustomIntegrationVersionsByIDUsingGETParams
NewGetAllCustomIntegrationVersionsByIDUsingGETParams creates a new GetAllCustomIntegrationVersionsByIDUsingGETParams 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 NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithContext(ctx context.Context) *GetAllCustomIntegrationVersionsByIDUsingGETParams
NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithContext creates a new GetAllCustomIntegrationVersionsByIDUsingGETParams object with the ability to set a context for a request.
func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetAllCustomIntegrationVersionsByIDUsingGETParams
NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient creates a new GetAllCustomIntegrationVersionsByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetAllCustomIntegrationVersionsByIDUsingGETParams
NewGetAllCustomIntegrationVersionsByIDUsingGETParamsWithTimeout creates a new GetAllCustomIntegrationVersionsByIDUsingGETParams object with the ability to set a timeout on a request.
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetAuthorization ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get all custom integration versions by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarFilter ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarOrderby ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarOrderby(dollarOrderby *string)
SetDollarOrderby adds the dollarOrderby to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarSkip ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarSkip(dollarSkip *string)
SetDollarSkip adds the dollarSkip to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarTop ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDollarTop(dollarTop *string)
SetDollarTop adds the dollarTop to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetID ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetID(id string)
SetID adds the id to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetPage ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetPage(page *string)
SetPage adds the page to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithAPIVersion adds the aPIVersion to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAuthorization ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAuthorization(authorization string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithAuthorization adds the authorization to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithContext(ctx context.Context) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithContext adds the context to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDefaults() *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithDefaults hydrates default values in the get all custom integration versions by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarFilter ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithDollarFilter adds the dollarFilter to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarOrderby ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithDollarOrderby adds the dollarOrderby to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarSkip ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarSkip(dollarSkip *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithDollarSkip adds the dollarSkip to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarTop ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarTop(dollarTop *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithDollarTop adds the dollarTop to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithID ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithID(id string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithID adds the id to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithPage ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithPage(page *string) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithPage adds the page to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetAllCustomIntegrationVersionsByIDUsingGETParams
WithTimeout adds the timeout to the get all custom integration versions by Id using get params
func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllCustomIntegrationVersionsByIDUsingGETReader ¶ added in v0.4.0
type GetAllCustomIntegrationVersionsByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetAllCustomIntegrationVersionsByIDUsingGETReader is a Reader for the GetAllCustomIntegrationVersionsByIDUsingGET structure.
func (*GetAllCustomIntegrationVersionsByIDUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized ¶ added in v0.4.0
type GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized struct { }
GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetAllCustomIntegrationVersionsByIDUsingGETUnauthorized ¶ added in v0.4.0
func NewGetAllCustomIntegrationVersionsByIDUsingGETUnauthorized() *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized
NewGetAllCustomIntegrationVersionsByIDUsingGETUnauthorized creates a GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized with default headers values
func (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) Error() string
func (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get all custom integration versions by Id using g e t unauthorized response has a 4xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get all custom integration versions by Id using g e t unauthorized response a status code equal to that given
func (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get all custom integration versions by Id using g e t unauthorized response has a 3xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get all custom integration versions by Id using g e t unauthorized response has a 5xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get all custom integration versions by Id using g e t unauthorized response has a 2xx status code
func (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) String() string
type GetCustomIntegrationVersionByIDUsingGETForbidden ¶ added in v0.4.0
type GetCustomIntegrationVersionByIDUsingGETForbidden struct { }
GetCustomIntegrationVersionByIDUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCustomIntegrationVersionByIDUsingGETForbidden ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETForbidden() *GetCustomIntegrationVersionByIDUsingGETForbidden
NewGetCustomIntegrationVersionByIDUsingGETForbidden creates a GetCustomIntegrationVersionByIDUsingGETForbidden with default headers values
func (*GetCustomIntegrationVersionByIDUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) Error() string
func (*GetCustomIntegrationVersionByIDUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get custom integration version by Id using g e t forbidden response has a 4xx status code
func (*GetCustomIntegrationVersionByIDUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get custom integration version by Id using g e t forbidden response a status code equal to that given
func (*GetCustomIntegrationVersionByIDUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get custom integration version by Id using g e t forbidden response has a 3xx status code
func (*GetCustomIntegrationVersionByIDUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get custom integration version by Id using g e t forbidden response has a 5xx status code
func (*GetCustomIntegrationVersionByIDUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get custom integration version by Id using g e t forbidden response has a 2xx status code
func (*GetCustomIntegrationVersionByIDUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETForbidden) String() string
type GetCustomIntegrationVersionByIDUsingGETInternalServerError ¶ added in v0.4.0
type GetCustomIntegrationVersionByIDUsingGETInternalServerError struct { }
GetCustomIntegrationVersionByIDUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetCustomIntegrationVersionByIDUsingGETInternalServerError ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETInternalServerError() *GetCustomIntegrationVersionByIDUsingGETInternalServerError
NewGetCustomIntegrationVersionByIDUsingGETInternalServerError creates a GetCustomIntegrationVersionByIDUsingGETInternalServerError with default headers values
func (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) Error ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) Error() string
func (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get custom integration version by Id using g e t internal server error response has a 4xx status code
func (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get custom integration version by Id using g e t internal server error response a status code equal to that given
func (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get custom integration version by Id using g e t internal server error response has a 3xx status code
func (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get custom integration version by Id using g e t internal server error response has a 5xx status code
func (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get custom integration version by Id using g e t internal server error response has a 2xx status code
func (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETInternalServerError) String() string
type GetCustomIntegrationVersionByIDUsingGETNotFound ¶ added in v0.4.0
GetCustomIntegrationVersionByIDUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetCustomIntegrationVersionByIDUsingGETNotFound ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETNotFound() *GetCustomIntegrationVersionByIDUsingGETNotFound
NewGetCustomIntegrationVersionByIDUsingGETNotFound creates a GetCustomIntegrationVersionByIDUsingGETNotFound with default headers values
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) Error ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) Error() string
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) GetPayload ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) GetPayload() *models.Error
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get custom integration version by Id using g e t not found response has a 4xx status code
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get custom integration version by Id using g e t not found response a status code equal to that given
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get custom integration version by Id using g e t not found response has a 3xx status code
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get custom integration version by Id using g e t not found response has a 5xx status code
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get custom integration version by Id using g e t not found response has a 2xx status code
func (*GetCustomIntegrationVersionByIDUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETNotFound) String() string
type GetCustomIntegrationVersionByIDUsingGETOK ¶ added in v0.4.0
type GetCustomIntegrationVersionByIDUsingGETOK struct {
Payload models.CustomIntegration
}
GetCustomIntegrationVersionByIDUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGetCustomIntegrationVersionByIDUsingGETOK ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETOK() *GetCustomIntegrationVersionByIDUsingGETOK
NewGetCustomIntegrationVersionByIDUsingGETOK creates a GetCustomIntegrationVersionByIDUsingGETOK with default headers values
func (*GetCustomIntegrationVersionByIDUsingGETOK) Error ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) Error() string
func (*GetCustomIntegrationVersionByIDUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) GetPayload() models.CustomIntegration
func (*GetCustomIntegrationVersionByIDUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsClientError() bool
IsClientError returns true when this get custom integration version by Id using g e t o k response has a 4xx status code
func (*GetCustomIntegrationVersionByIDUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsCode(code int) bool
IsCode returns true when this get custom integration version by Id using g e t o k response a status code equal to that given
func (*GetCustomIntegrationVersionByIDUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get custom integration version by Id using g e t o k response has a 3xx status code
func (*GetCustomIntegrationVersionByIDUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsServerError() bool
IsServerError returns true when this get custom integration version by Id using g e t o k response has a 5xx status code
func (*GetCustomIntegrationVersionByIDUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get custom integration version by Id using g e t o k response has a 2xx status code
func (*GetCustomIntegrationVersionByIDUsingGETOK) String ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETOK) String() string
type GetCustomIntegrationVersionByIDUsingGETParams ¶ added in v0.4.0
type GetCustomIntegrationVersionByIDUsingGETParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Version. The version of the Custom Integration */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCustomIntegrationVersionByIDUsingGETParams contains all the parameters to send to the API endpoint
for the get custom integration version by Id using g e t operation. Typically these are written to a http.Request.
func NewGetCustomIntegrationVersionByIDUsingGETParams ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETParams() *GetCustomIntegrationVersionByIDUsingGETParams
NewGetCustomIntegrationVersionByIDUsingGETParams creates a new GetCustomIntegrationVersionByIDUsingGETParams 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 NewGetCustomIntegrationVersionByIDUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationVersionByIDUsingGETParams
NewGetCustomIntegrationVersionByIDUsingGETParamsWithContext creates a new GetCustomIntegrationVersionByIDUsingGETParams object with the ability to set a context for a request.
func NewGetCustomIntegrationVersionByIDUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationVersionByIDUsingGETParams
NewGetCustomIntegrationVersionByIDUsingGETParamsWithHTTPClient creates a new GetCustomIntegrationVersionByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetCustomIntegrationVersionByIDUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationVersionByIDUsingGETParams
NewGetCustomIntegrationVersionByIDUsingGETParamsWithTimeout creates a new GetCustomIntegrationVersionByIDUsingGETParams object with the ability to set a timeout on a request.
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetAuthorization ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get custom integration version by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetID ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetID(id string)
SetID adds the id to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) SetVersion ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) SetVersion(version string)
SetVersion adds the version to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationVersionByIDUsingGETParams
WithAPIVersion adds the aPIVersion to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithAuthorization ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationVersionByIDUsingGETParams
WithAuthorization adds the authorization to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationVersionByIDUsingGETParams
WithContext adds the context to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithDefaults() *GetCustomIntegrationVersionByIDUsingGETParams
WithDefaults hydrates default values in the get custom integration version by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationVersionByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithID ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithID(id string) *GetCustomIntegrationVersionByIDUsingGETParams
WithID adds the id to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationVersionByIDUsingGETParams
WithTimeout adds the timeout to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WithVersion ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WithVersion(version string) *GetCustomIntegrationVersionByIDUsingGETParams
WithVersion adds the version to the get custom integration version by Id using get params
func (*GetCustomIntegrationVersionByIDUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCustomIntegrationVersionByIDUsingGETReader ¶ added in v0.4.0
type GetCustomIntegrationVersionByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetCustomIntegrationVersionByIDUsingGETReader is a Reader for the GetCustomIntegrationVersionByIDUsingGET structure.
func (*GetCustomIntegrationVersionByIDUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCustomIntegrationVersionByIDUsingGETUnauthorized ¶ added in v0.4.0
type GetCustomIntegrationVersionByIDUsingGETUnauthorized struct { }
GetCustomIntegrationVersionByIDUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetCustomIntegrationVersionByIDUsingGETUnauthorized ¶ added in v0.4.0
func NewGetCustomIntegrationVersionByIDUsingGETUnauthorized() *GetCustomIntegrationVersionByIDUsingGETUnauthorized
NewGetCustomIntegrationVersionByIDUsingGETUnauthorized creates a GetCustomIntegrationVersionByIDUsingGETUnauthorized with default headers values
func (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) Error() string
func (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get custom integration version by Id using g e t unauthorized response has a 4xx status code
func (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get custom integration version by Id using g e t unauthorized response a status code equal to that given
func (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get custom integration version by Id using g e t unauthorized response has a 3xx status code
func (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get custom integration version by Id using g e t unauthorized response has a 5xx status code
func (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get custom integration version by Id using g e t unauthorized response has a 2xx status code
func (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetCustomIntegrationVersionByIDUsingGETUnauthorized) String() string
type GetCustomIntegrationsUsingGETForbidden ¶
type GetCustomIntegrationsUsingGETForbidden struct { }
GetCustomIntegrationsUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCustomIntegrationsUsingGETForbidden ¶
func NewGetCustomIntegrationsUsingGETForbidden() *GetCustomIntegrationsUsingGETForbidden
NewGetCustomIntegrationsUsingGETForbidden creates a GetCustomIntegrationsUsingGETForbidden with default headers values
func (*GetCustomIntegrationsUsingGETForbidden) Error ¶
func (o *GetCustomIntegrationsUsingGETForbidden) Error() string
func (*GetCustomIntegrationsUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get custom integrations using g e t forbidden response has a 4xx status code
func (*GetCustomIntegrationsUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get custom integrations using g e t forbidden response a status code equal to that given
func (*GetCustomIntegrationsUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get custom integrations using g e t forbidden response has a 3xx status code
func (*GetCustomIntegrationsUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get custom integrations using g e t forbidden response has a 5xx status code
func (*GetCustomIntegrationsUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get custom integrations using g e t forbidden response has a 2xx status code
func (*GetCustomIntegrationsUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETForbidden) String() string
type GetCustomIntegrationsUsingGETInternalServerError ¶
type GetCustomIntegrationsUsingGETInternalServerError struct { }
GetCustomIntegrationsUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetCustomIntegrationsUsingGETInternalServerError ¶
func NewGetCustomIntegrationsUsingGETInternalServerError() *GetCustomIntegrationsUsingGETInternalServerError
NewGetCustomIntegrationsUsingGETInternalServerError creates a GetCustomIntegrationsUsingGETInternalServerError with default headers values
func (*GetCustomIntegrationsUsingGETInternalServerError) Error ¶
func (o *GetCustomIntegrationsUsingGETInternalServerError) Error() string
func (*GetCustomIntegrationsUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get custom integrations using g e t internal server error response has a 4xx status code
func (*GetCustomIntegrationsUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get custom integrations using g e t internal server error response a status code equal to that given
func (*GetCustomIntegrationsUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get custom integrations using g e t internal server error response has a 3xx status code
func (*GetCustomIntegrationsUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get custom integrations using g e t internal server error response has a 5xx status code
func (*GetCustomIntegrationsUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get custom integrations using g e t internal server error response has a 2xx status code
func (*GetCustomIntegrationsUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETInternalServerError) String() string
type GetCustomIntegrationsUsingGETNotFound ¶
GetCustomIntegrationsUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetCustomIntegrationsUsingGETNotFound ¶
func NewGetCustomIntegrationsUsingGETNotFound() *GetCustomIntegrationsUsingGETNotFound
NewGetCustomIntegrationsUsingGETNotFound creates a GetCustomIntegrationsUsingGETNotFound with default headers values
func (*GetCustomIntegrationsUsingGETNotFound) Error ¶
func (o *GetCustomIntegrationsUsingGETNotFound) Error() string
func (*GetCustomIntegrationsUsingGETNotFound) GetPayload ¶
func (o *GetCustomIntegrationsUsingGETNotFound) GetPayload() *models.Error
func (*GetCustomIntegrationsUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get custom integrations using g e t not found response has a 4xx status code
func (*GetCustomIntegrationsUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get custom integrations using g e t not found response a status code equal to that given
func (*GetCustomIntegrationsUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get custom integrations using g e t not found response has a 3xx status code
func (*GetCustomIntegrationsUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get custom integrations using g e t not found response has a 5xx status code
func (*GetCustomIntegrationsUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get custom integrations using g e t not found response has a 2xx status code
func (*GetCustomIntegrationsUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETNotFound) String() string
type GetCustomIntegrationsUsingGETOK ¶
type GetCustomIntegrationsUsingGETOK struct {
Payload models.CustomIntegrations
}
GetCustomIntegrationsUsingGETOK describes a response with status code 200, with default header values.
'Success' with the requested Custom Integrations
func NewGetCustomIntegrationsUsingGETOK ¶
func NewGetCustomIntegrationsUsingGETOK() *GetCustomIntegrationsUsingGETOK
NewGetCustomIntegrationsUsingGETOK creates a GetCustomIntegrationsUsingGETOK with default headers values
func (*GetCustomIntegrationsUsingGETOK) Error ¶
func (o *GetCustomIntegrationsUsingGETOK) Error() string
func (*GetCustomIntegrationsUsingGETOK) GetPayload ¶
func (o *GetCustomIntegrationsUsingGETOK) GetPayload() models.CustomIntegrations
func (*GetCustomIntegrationsUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETOK) IsClientError() bool
IsClientError returns true when this get custom integrations using g e t o k response has a 4xx status code
func (*GetCustomIntegrationsUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETOK) IsCode(code int) bool
IsCode returns true when this get custom integrations using g e t o k response a status code equal to that given
func (*GetCustomIntegrationsUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get custom integrations using g e t o k response has a 3xx status code
func (*GetCustomIntegrationsUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETOK) IsServerError() bool
IsServerError returns true when this get custom integrations using g e t o k response has a 5xx status code
func (*GetCustomIntegrationsUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get custom integrations using g e t o k response has a 2xx status code
func (*GetCustomIntegrationsUsingGETOK) String ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETOK) String() string
type GetCustomIntegrationsUsingGETParams ¶
type GetCustomIntegrationsUsingGETParams struct { /* DollarFilter. To list Custom Integrations with OData like filter */ DollarFilter *string /* DollarOrderby. Order by attribute Default: "name desc" */ DollarOrderby *string /* DollarSkip. To skip 'n' Custom Integrations for listing Default: "0" */ DollarSkip *string /* DollarTop. To list top 'n' Custom Integrations Default: "25" */ DollarTop *string /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Page. To select 'n'th page for listing Default: "0" */ Page *string /* Type. type */ Type *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCustomIntegrationsUsingGETParams contains all the parameters to send to the API endpoint
for the get custom integrations using g e t operation. Typically these are written to a http.Request.
func NewGetCustomIntegrationsUsingGETParams ¶
func NewGetCustomIntegrationsUsingGETParams() *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParams creates a new GetCustomIntegrationsUsingGETParams 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 NewGetCustomIntegrationsUsingGETParamsWithContext ¶
func NewGetCustomIntegrationsUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParamsWithContext creates a new GetCustomIntegrationsUsingGETParams object with the ability to set a context for a request.
func NewGetCustomIntegrationsUsingGETParamsWithHTTPClient ¶
func NewGetCustomIntegrationsUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParamsWithHTTPClient creates a new GetCustomIntegrationsUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetCustomIntegrationsUsingGETParamsWithTimeout ¶
func NewGetCustomIntegrationsUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParamsWithTimeout creates a new GetCustomIntegrationsUsingGETParams object with the ability to set a timeout on a request.
func (*GetCustomIntegrationsUsingGETParams) SetAPIVersion ¶
func (o *GetCustomIntegrationsUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetAuthorization ¶
func (o *GetCustomIntegrationsUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetContext ¶
func (o *GetCustomIntegrationsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDefaults ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get custom integrations using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationsUsingGETParams) SetDollarFilter ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDollarOrderby ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarOrderby(dollarOrderby *string)
SetDollarOrderby adds the dollarOrderby to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDollarSkip ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarSkip(dollarSkip *string)
SetDollarSkip adds the dollarSkip to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDollarTop ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarTop(dollarTop *string)
SetDollarTop adds the dollarTop to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetHTTPClient ¶
func (o *GetCustomIntegrationsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetPage ¶
func (o *GetCustomIntegrationsUsingGETParams) SetPage(page *string)
SetPage adds the page to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetTimeout ¶
func (o *GetCustomIntegrationsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetType ¶
func (o *GetCustomIntegrationsUsingGETParams) SetType(typeVar *string)
SetType adds the type to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithAPIVersion ¶
func (o *GetCustomIntegrationsUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationsUsingGETParams
WithAPIVersion adds the aPIVersion to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithAuthorization ¶
func (o *GetCustomIntegrationsUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationsUsingGETParams
WithAuthorization adds the authorization to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithContext ¶
func (o *GetCustomIntegrationsUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
WithContext adds the context to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDefaults ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDefaults() *GetCustomIntegrationsUsingGETParams
WithDefaults hydrates default values in the get custom integrations using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationsUsingGETParams) WithDollarFilter ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetCustomIntegrationsUsingGETParams
WithDollarFilter adds the dollarFilter to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDollarOrderby ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetCustomIntegrationsUsingGETParams
WithDollarOrderby adds the dollarOrderby to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDollarSkip ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarSkip(dollarSkip *string) *GetCustomIntegrationsUsingGETParams
WithDollarSkip adds the dollarSkip to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDollarTop ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarTop(dollarTop *string) *GetCustomIntegrationsUsingGETParams
WithDollarTop adds the dollarTop to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithHTTPClient ¶
func (o *GetCustomIntegrationsUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
WithHTTPClient adds the HTTPClient to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithPage ¶
func (o *GetCustomIntegrationsUsingGETParams) WithPage(page *string) *GetCustomIntegrationsUsingGETParams
WithPage adds the page to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithTimeout ¶
func (o *GetCustomIntegrationsUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
WithTimeout adds the timeout to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithType ¶
func (o *GetCustomIntegrationsUsingGETParams) WithType(typeVar *string) *GetCustomIntegrationsUsingGETParams
WithType adds the typeVar to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WriteToRequest ¶
func (o *GetCustomIntegrationsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCustomIntegrationsUsingGETReader ¶
type GetCustomIntegrationsUsingGETReader struct {
// contains filtered or unexported fields
}
GetCustomIntegrationsUsingGETReader is a Reader for the GetCustomIntegrationsUsingGET structure.
func (*GetCustomIntegrationsUsingGETReader) ReadResponse ¶
func (o *GetCustomIntegrationsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCustomIntegrationsUsingGETUnauthorized ¶
type GetCustomIntegrationsUsingGETUnauthorized struct { }
GetCustomIntegrationsUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetCustomIntegrationsUsingGETUnauthorized ¶
func NewGetCustomIntegrationsUsingGETUnauthorized() *GetCustomIntegrationsUsingGETUnauthorized
NewGetCustomIntegrationsUsingGETUnauthorized creates a GetCustomIntegrationsUsingGETUnauthorized with default headers values
func (*GetCustomIntegrationsUsingGETUnauthorized) Error ¶
func (o *GetCustomIntegrationsUsingGETUnauthorized) Error() string
func (*GetCustomIntegrationsUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get custom integrations using g e t unauthorized response has a 4xx status code
func (*GetCustomIntegrationsUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get custom integrations using g e t unauthorized response a status code equal to that given
func (*GetCustomIntegrationsUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get custom integrations using g e t unauthorized response has a 3xx status code
func (*GetCustomIntegrationsUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get custom integrations using g e t unauthorized response has a 5xx status code
func (*GetCustomIntegrationsUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get custom integrations using g e t unauthorized response has a 2xx status code
func (*GetCustomIntegrationsUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetCustomIntegrationsUsingGETUnauthorized) String() string
type GetDraftByIDUsingGETForbidden ¶
type GetDraftByIDUsingGETForbidden struct { }
GetDraftByIDUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetDraftByIDUsingGETForbidden ¶
func NewGetDraftByIDUsingGETForbidden() *GetDraftByIDUsingGETForbidden
NewGetDraftByIDUsingGETForbidden creates a GetDraftByIDUsingGETForbidden with default headers values
func (*GetDraftByIDUsingGETForbidden) Error ¶
func (o *GetDraftByIDUsingGETForbidden) Error() string
func (*GetDraftByIDUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get draft by Id using g e t forbidden response has a 4xx status code
func (*GetDraftByIDUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get draft by Id using g e t forbidden response a status code equal to that given
func (*GetDraftByIDUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get draft by Id using g e t forbidden response has a 3xx status code
func (*GetDraftByIDUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get draft by Id using g e t forbidden response has a 5xx status code
func (*GetDraftByIDUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get draft by Id using g e t forbidden response has a 2xx status code
func (*GetDraftByIDUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETForbidden) String() string
type GetDraftByIDUsingGETInternalServerError ¶
type GetDraftByIDUsingGETInternalServerError struct { }
GetDraftByIDUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetDraftByIDUsingGETInternalServerError ¶
func NewGetDraftByIDUsingGETInternalServerError() *GetDraftByIDUsingGETInternalServerError
NewGetDraftByIDUsingGETInternalServerError creates a GetDraftByIDUsingGETInternalServerError with default headers values
func (*GetDraftByIDUsingGETInternalServerError) Error ¶
func (o *GetDraftByIDUsingGETInternalServerError) Error() string
func (*GetDraftByIDUsingGETInternalServerError) IsClientError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETInternalServerError) IsClientError() bool
IsClientError returns true when this get draft by Id using g e t internal server error response has a 4xx status code
func (*GetDraftByIDUsingGETInternalServerError) IsCode ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETInternalServerError) IsCode(code int) bool
IsCode returns true when this get draft by Id using g e t internal server error response a status code equal to that given
func (*GetDraftByIDUsingGETInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETInternalServerError) IsRedirect() bool
IsRedirect returns true when this get draft by Id using g e t internal server error response has a 3xx status code
func (*GetDraftByIDUsingGETInternalServerError) IsServerError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETInternalServerError) IsServerError() bool
IsServerError returns true when this get draft by Id using g e t internal server error response has a 5xx status code
func (*GetDraftByIDUsingGETInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETInternalServerError) IsSuccess() bool
IsSuccess returns true when this get draft by Id using g e t internal server error response has a 2xx status code
func (*GetDraftByIDUsingGETInternalServerError) String ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETInternalServerError) String() string
type GetDraftByIDUsingGETNotFound ¶
GetDraftByIDUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetDraftByIDUsingGETNotFound ¶
func NewGetDraftByIDUsingGETNotFound() *GetDraftByIDUsingGETNotFound
NewGetDraftByIDUsingGETNotFound creates a GetDraftByIDUsingGETNotFound with default headers values
func (*GetDraftByIDUsingGETNotFound) Error ¶
func (o *GetDraftByIDUsingGETNotFound) Error() string
func (*GetDraftByIDUsingGETNotFound) GetPayload ¶
func (o *GetDraftByIDUsingGETNotFound) GetPayload() *models.Error
func (*GetDraftByIDUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get draft by Id using g e t not found response has a 4xx status code
func (*GetDraftByIDUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get draft by Id using g e t not found response a status code equal to that given
func (*GetDraftByIDUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get draft by Id using g e t not found response has a 3xx status code
func (*GetDraftByIDUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get draft by Id using g e t not found response has a 5xx status code
func (*GetDraftByIDUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get draft by Id using g e t not found response has a 2xx status code
func (*GetDraftByIDUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETNotFound) String() string
type GetDraftByIDUsingGETOK ¶
type GetDraftByIDUsingGETOK struct {
Payload models.CustomIntegration
}
GetDraftByIDUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGetDraftByIDUsingGETOK ¶
func NewGetDraftByIDUsingGETOK() *GetDraftByIDUsingGETOK
NewGetDraftByIDUsingGETOK creates a GetDraftByIDUsingGETOK with default headers values
func (*GetDraftByIDUsingGETOK) Error ¶
func (o *GetDraftByIDUsingGETOK) Error() string
func (*GetDraftByIDUsingGETOK) GetPayload ¶
func (o *GetDraftByIDUsingGETOK) GetPayload() models.CustomIntegration
func (*GetDraftByIDUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETOK) IsClientError() bool
IsClientError returns true when this get draft by Id using g e t o k response has a 4xx status code
func (*GetDraftByIDUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETOK) IsCode(code int) bool
IsCode returns true when this get draft by Id using g e t o k response a status code equal to that given
func (*GetDraftByIDUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get draft by Id using g e t o k response has a 3xx status code
func (*GetDraftByIDUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETOK) IsServerError() bool
IsServerError returns true when this get draft by Id using g e t o k response has a 5xx status code
func (*GetDraftByIDUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get draft by Id using g e t o k response has a 2xx status code
func (*GetDraftByIDUsingGETOK) String ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETOK) String() string
type GetDraftByIDUsingGETParams ¶
type GetDraftByIDUsingGETParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDraftByIDUsingGETParams contains all the parameters to send to the API endpoint
for the get draft by Id using g e t operation. Typically these are written to a http.Request.
func NewGetDraftByIDUsingGETParams ¶
func NewGetDraftByIDUsingGETParams() *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParams creates a new GetDraftByIDUsingGETParams 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 NewGetDraftByIDUsingGETParamsWithContext ¶
func NewGetDraftByIDUsingGETParamsWithContext(ctx context.Context) *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParamsWithContext creates a new GetDraftByIDUsingGETParams object with the ability to set a context for a request.
func NewGetDraftByIDUsingGETParamsWithHTTPClient ¶
func NewGetDraftByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParamsWithHTTPClient creates a new GetDraftByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetDraftByIDUsingGETParamsWithTimeout ¶
func NewGetDraftByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParamsWithTimeout creates a new GetDraftByIDUsingGETParams object with the ability to set a timeout on a request.
func (*GetDraftByIDUsingGETParams) SetAPIVersion ¶
func (o *GetDraftByIDUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetAuthorization ¶
func (o *GetDraftByIDUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetContext ¶
func (o *GetDraftByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetDefaults ¶
func (o *GetDraftByIDUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get draft by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDraftByIDUsingGETParams) SetHTTPClient ¶
func (o *GetDraftByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetID ¶
func (o *GetDraftByIDUsingGETParams) SetID(id string)
SetID adds the id to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetTimeout ¶
func (o *GetDraftByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithAPIVersion ¶
func (o *GetDraftByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetDraftByIDUsingGETParams
WithAPIVersion adds the aPIVersion to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithAuthorization ¶
func (o *GetDraftByIDUsingGETParams) WithAuthorization(authorization string) *GetDraftByIDUsingGETParams
WithAuthorization adds the authorization to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithContext ¶
func (o *GetDraftByIDUsingGETParams) WithContext(ctx context.Context) *GetDraftByIDUsingGETParams
WithContext adds the context to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithDefaults ¶
func (o *GetDraftByIDUsingGETParams) WithDefaults() *GetDraftByIDUsingGETParams
WithDefaults hydrates default values in the get draft by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDraftByIDUsingGETParams) WithHTTPClient ¶
func (o *GetDraftByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithID ¶
func (o *GetDraftByIDUsingGETParams) WithID(id string) *GetDraftByIDUsingGETParams
WithID adds the id to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithTimeout ¶
func (o *GetDraftByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
WithTimeout adds the timeout to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WriteToRequest ¶
func (o *GetDraftByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDraftByIDUsingGETReader ¶
type GetDraftByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetDraftByIDUsingGETReader is a Reader for the GetDraftByIDUsingGET structure.
func (*GetDraftByIDUsingGETReader) ReadResponse ¶
func (o *GetDraftByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDraftByIDUsingGETUnauthorized ¶
type GetDraftByIDUsingGETUnauthorized struct { }
GetDraftByIDUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetDraftByIDUsingGETUnauthorized ¶
func NewGetDraftByIDUsingGETUnauthorized() *GetDraftByIDUsingGETUnauthorized
NewGetDraftByIDUsingGETUnauthorized creates a GetDraftByIDUsingGETUnauthorized with default headers values
func (*GetDraftByIDUsingGETUnauthorized) Error ¶
func (o *GetDraftByIDUsingGETUnauthorized) Error() string
func (*GetDraftByIDUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get draft by Id using g e t unauthorized response has a 4xx status code
func (*GetDraftByIDUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get draft by Id using g e t unauthorized response a status code equal to that given
func (*GetDraftByIDUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get draft by Id using g e t unauthorized response has a 3xx status code
func (*GetDraftByIDUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get draft by Id using g e t unauthorized response has a 5xx status code
func (*GetDraftByIDUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get draft by Id using g e t unauthorized response has a 2xx status code
func (*GetDraftByIDUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetDraftByIDUsingGETUnauthorized) String() string
type ReleaseByIDAndVersionUsingPOSTForbidden ¶
type ReleaseByIDAndVersionUsingPOSTForbidden struct { }
ReleaseByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReleaseByIDAndVersionUsingPOSTForbidden ¶
func NewReleaseByIDAndVersionUsingPOSTForbidden() *ReleaseByIDAndVersionUsingPOSTForbidden
NewReleaseByIDAndVersionUsingPOSTForbidden creates a ReleaseByIDAndVersionUsingPOSTForbidden with default headers values
func (*ReleaseByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) Error() string
func (*ReleaseByIDAndVersionUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this release by Id and version using p o s t forbidden response has a 4xx status code
func (*ReleaseByIDAndVersionUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this release by Id and version using p o s t forbidden response a status code equal to that given
func (*ReleaseByIDAndVersionUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this release by Id and version using p o s t forbidden response has a 3xx status code
func (*ReleaseByIDAndVersionUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this release by Id and version using p o s t forbidden response has a 5xx status code
func (*ReleaseByIDAndVersionUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this release by Id and version using p o s t forbidden response has a 2xx status code
func (*ReleaseByIDAndVersionUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) String() string
type ReleaseByIDAndVersionUsingPOSTInternalServerError ¶
type ReleaseByIDAndVersionUsingPOSTInternalServerError struct { }
ReleaseByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewReleaseByIDAndVersionUsingPOSTInternalServerError ¶
func NewReleaseByIDAndVersionUsingPOSTInternalServerError() *ReleaseByIDAndVersionUsingPOSTInternalServerError
NewReleaseByIDAndVersionUsingPOSTInternalServerError creates a ReleaseByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) Error() string
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this release by Id and version using p o s t internal server error response has a 4xx status code
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this release by Id and version using p o s t internal server error response a status code equal to that given
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this release by Id and version using p o s t internal server error response has a 3xx status code
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this release by Id and version using p o s t internal server error response has a 5xx status code
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this release by Id and version using p o s t internal server error response has a 2xx status code
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) String() string
type ReleaseByIDAndVersionUsingPOSTNotFound ¶
ReleaseByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewReleaseByIDAndVersionUsingPOSTNotFound ¶
func NewReleaseByIDAndVersionUsingPOSTNotFound() *ReleaseByIDAndVersionUsingPOSTNotFound
NewReleaseByIDAndVersionUsingPOSTNotFound creates a ReleaseByIDAndVersionUsingPOSTNotFound with default headers values
func (*ReleaseByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) Error() string
func (*ReleaseByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
func (*ReleaseByIDAndVersionUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this release by Id and version using p o s t not found response has a 4xx status code
func (*ReleaseByIDAndVersionUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this release by Id and version using p o s t not found response a status code equal to that given
func (*ReleaseByIDAndVersionUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this release by Id and version using p o s t not found response has a 3xx status code
func (*ReleaseByIDAndVersionUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this release by Id and version using p o s t not found response has a 5xx status code
func (*ReleaseByIDAndVersionUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this release by Id and version using p o s t not found response has a 2xx status code
func (*ReleaseByIDAndVersionUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) String() string
type ReleaseByIDAndVersionUsingPOSTOK ¶
type ReleaseByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
ReleaseByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewReleaseByIDAndVersionUsingPOSTOK ¶
func NewReleaseByIDAndVersionUsingPOSTOK() *ReleaseByIDAndVersionUsingPOSTOK
NewReleaseByIDAndVersionUsingPOSTOK creates a ReleaseByIDAndVersionUsingPOSTOK with default headers values
func (*ReleaseByIDAndVersionUsingPOSTOK) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTOK) Error() string
func (*ReleaseByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *ReleaseByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
func (*ReleaseByIDAndVersionUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTOK) IsClientError() bool
IsClientError returns true when this release by Id and version using p o s t o k response has a 4xx status code
func (*ReleaseByIDAndVersionUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this release by Id and version using p o s t o k response a status code equal to that given
func (*ReleaseByIDAndVersionUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this release by Id and version using p o s t o k response has a 3xx status code
func (*ReleaseByIDAndVersionUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTOK) IsServerError() bool
IsServerError returns true when this release by Id and version using p o s t o k response has a 5xx status code
func (*ReleaseByIDAndVersionUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this release by Id and version using p o s t o k response has a 2xx status code
func (*ReleaseByIDAndVersionUsingPOSTOK) String ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTOK) String() string
type ReleaseByIDAndVersionUsingPOSTParams ¶
type ReleaseByIDAndVersionUsingPOSTParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Version. The version of the Custom Integration */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReleaseByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the release by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewReleaseByIDAndVersionUsingPOSTParams ¶
func NewReleaseByIDAndVersionUsingPOSTParams() *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParams creates a new ReleaseByIDAndVersionUsingPOSTParams 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 NewReleaseByIDAndVersionUsingPOSTParamsWithContext ¶
func NewReleaseByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParamsWithContext creates a new ReleaseByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new ReleaseByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout creates a new ReleaseByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*ReleaseByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the release by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetID ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *ReleaseByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *ReleaseByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
WithContext adds the context to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithDefaults() *ReleaseByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the release by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithID ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithID(id string) *ReleaseByIDAndVersionUsingPOSTParams
WithID adds the id to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithVersion(version string) *ReleaseByIDAndVersionUsingPOSTParams
WithVersion adds the version to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReleaseByIDAndVersionUsingPOSTReader ¶
type ReleaseByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
ReleaseByIDAndVersionUsingPOSTReader is a Reader for the ReleaseByIDAndVersionUsingPOST structure.
func (*ReleaseByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *ReleaseByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReleaseByIDAndVersionUsingPOSTUnauthorized ¶
type ReleaseByIDAndVersionUsingPOSTUnauthorized struct { }
ReleaseByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewReleaseByIDAndVersionUsingPOSTUnauthorized ¶
func NewReleaseByIDAndVersionUsingPOSTUnauthorized() *ReleaseByIDAndVersionUsingPOSTUnauthorized
NewReleaseByIDAndVersionUsingPOSTUnauthorized creates a ReleaseByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) Error() string
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this release by Id and version using p o s t unauthorized response has a 4xx status code
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this release by Id and version using p o s t unauthorized response a status code equal to that given
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this release by Id and version using p o s t unauthorized response has a 3xx status code
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this release by Id and version using p o s t unauthorized response has a 5xx status code
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this release by Id and version using p o s t unauthorized response has a 2xx status code
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) String() string
type RestoreByIDAndVersionUsingPOSTForbidden ¶
type RestoreByIDAndVersionUsingPOSTForbidden struct { }
RestoreByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRestoreByIDAndVersionUsingPOSTForbidden ¶
func NewRestoreByIDAndVersionUsingPOSTForbidden() *RestoreByIDAndVersionUsingPOSTForbidden
NewRestoreByIDAndVersionUsingPOSTForbidden creates a RestoreByIDAndVersionUsingPOSTForbidden with default headers values
func (*RestoreByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTForbidden) Error() string
func (*RestoreByIDAndVersionUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this restore by Id and version using p o s t forbidden response has a 4xx status code
func (*RestoreByIDAndVersionUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this restore by Id and version using p o s t forbidden response a status code equal to that given
func (*RestoreByIDAndVersionUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this restore by Id and version using p o s t forbidden response has a 3xx status code
func (*RestoreByIDAndVersionUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this restore by Id and version using p o s t forbidden response has a 5xx status code
func (*RestoreByIDAndVersionUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this restore by Id and version using p o s t forbidden response has a 2xx status code
func (*RestoreByIDAndVersionUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTForbidden) String() string
type RestoreByIDAndVersionUsingPOSTInternalServerError ¶
type RestoreByIDAndVersionUsingPOSTInternalServerError struct { }
RestoreByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewRestoreByIDAndVersionUsingPOSTInternalServerError ¶
func NewRestoreByIDAndVersionUsingPOSTInternalServerError() *RestoreByIDAndVersionUsingPOSTInternalServerError
NewRestoreByIDAndVersionUsingPOSTInternalServerError creates a RestoreByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) Error() string
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this restore by Id and version using p o s t internal server error response has a 4xx status code
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this restore by Id and version using p o s t internal server error response a status code equal to that given
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this restore by Id and version using p o s t internal server error response has a 3xx status code
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this restore by Id and version using p o s t internal server error response has a 5xx status code
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this restore by Id and version using p o s t internal server error response has a 2xx status code
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) String() string
type RestoreByIDAndVersionUsingPOSTNotFound ¶
RestoreByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewRestoreByIDAndVersionUsingPOSTNotFound ¶
func NewRestoreByIDAndVersionUsingPOSTNotFound() *RestoreByIDAndVersionUsingPOSTNotFound
NewRestoreByIDAndVersionUsingPOSTNotFound creates a RestoreByIDAndVersionUsingPOSTNotFound with default headers values
func (*RestoreByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTNotFound) Error() string
func (*RestoreByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *RestoreByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
func (*RestoreByIDAndVersionUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this restore by Id and version using p o s t not found response has a 4xx status code
func (*RestoreByIDAndVersionUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this restore by Id and version using p o s t not found response a status code equal to that given
func (*RestoreByIDAndVersionUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this restore by Id and version using p o s t not found response has a 3xx status code
func (*RestoreByIDAndVersionUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this restore by Id and version using p o s t not found response has a 5xx status code
func (*RestoreByIDAndVersionUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this restore by Id and version using p o s t not found response has a 2xx status code
func (*RestoreByIDAndVersionUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTNotFound) String() string
type RestoreByIDAndVersionUsingPOSTOK ¶
type RestoreByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
RestoreByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewRestoreByIDAndVersionUsingPOSTOK ¶
func NewRestoreByIDAndVersionUsingPOSTOK() *RestoreByIDAndVersionUsingPOSTOK
NewRestoreByIDAndVersionUsingPOSTOK creates a RestoreByIDAndVersionUsingPOSTOK with default headers values
func (*RestoreByIDAndVersionUsingPOSTOK) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTOK) Error() string
func (*RestoreByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *RestoreByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
func (*RestoreByIDAndVersionUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTOK) IsClientError() bool
IsClientError returns true when this restore by Id and version using p o s t o k response has a 4xx status code
func (*RestoreByIDAndVersionUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this restore by Id and version using p o s t o k response a status code equal to that given
func (*RestoreByIDAndVersionUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this restore by Id and version using p o s t o k response has a 3xx status code
func (*RestoreByIDAndVersionUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTOK) IsServerError() bool
IsServerError returns true when this restore by Id and version using p o s t o k response has a 5xx status code
func (*RestoreByIDAndVersionUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this restore by Id and version using p o s t o k response has a 2xx status code
func (*RestoreByIDAndVersionUsingPOSTOK) String ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTOK) String() string
type RestoreByIDAndVersionUsingPOSTParams ¶
type RestoreByIDAndVersionUsingPOSTParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Version. The version of the Custom Integration */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestoreByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the restore by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewRestoreByIDAndVersionUsingPOSTParams ¶
func NewRestoreByIDAndVersionUsingPOSTParams() *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParams creates a new RestoreByIDAndVersionUsingPOSTParams 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 NewRestoreByIDAndVersionUsingPOSTParamsWithContext ¶
func NewRestoreByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParamsWithContext creates a new RestoreByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new RestoreByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout creates a new RestoreByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*RestoreByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the restore by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetID ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *RestoreByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *RestoreByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
WithContext adds the context to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithDefaults() *RestoreByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the restore by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithID ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithID(id string) *RestoreByIDAndVersionUsingPOSTParams
WithID adds the id to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithVersion(version string) *RestoreByIDAndVersionUsingPOSTParams
WithVersion adds the version to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestoreByIDAndVersionUsingPOSTReader ¶
type RestoreByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
RestoreByIDAndVersionUsingPOSTReader is a Reader for the RestoreByIDAndVersionUsingPOST structure.
func (*RestoreByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *RestoreByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestoreByIDAndVersionUsingPOSTUnauthorized ¶
type RestoreByIDAndVersionUsingPOSTUnauthorized struct { }
RestoreByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewRestoreByIDAndVersionUsingPOSTUnauthorized ¶
func NewRestoreByIDAndVersionUsingPOSTUnauthorized() *RestoreByIDAndVersionUsingPOSTUnauthorized
NewRestoreByIDAndVersionUsingPOSTUnauthorized creates a RestoreByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) Error() string
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this restore by Id and version using p o s t unauthorized response has a 4xx status code
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this restore by Id and version using p o s t unauthorized response a status code equal to that given
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this restore by Id and version using p o s t unauthorized response has a 3xx status code
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this restore by Id and version using p o s t unauthorized response has a 5xx status code
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this restore by Id and version using p o s t unauthorized response has a 2xx status code
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) String() string
type ToggleLatestUsingPATCHForbidden ¶ added in v0.5.0
type ToggleLatestUsingPATCHForbidden struct { }
ToggleLatestUsingPATCHForbidden describes a response with status code 403, with default header values.
Forbidden
func NewToggleLatestUsingPATCHForbidden ¶ added in v0.5.0
func NewToggleLatestUsingPATCHForbidden() *ToggleLatestUsingPATCHForbidden
NewToggleLatestUsingPATCHForbidden creates a ToggleLatestUsingPATCHForbidden with default headers values
func (*ToggleLatestUsingPATCHForbidden) Error ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHForbidden) Error() string
func (*ToggleLatestUsingPATCHForbidden) IsClientError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHForbidden) IsClientError() bool
IsClientError returns true when this toggle latest using p a t c h forbidden response has a 4xx status code
func (*ToggleLatestUsingPATCHForbidden) IsCode ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHForbidden) IsCode(code int) bool
IsCode returns true when this toggle latest using p a t c h forbidden response a status code equal to that given
func (*ToggleLatestUsingPATCHForbidden) IsRedirect ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHForbidden) IsRedirect() bool
IsRedirect returns true when this toggle latest using p a t c h forbidden response has a 3xx status code
func (*ToggleLatestUsingPATCHForbidden) IsServerError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHForbidden) IsServerError() bool
IsServerError returns true when this toggle latest using p a t c h forbidden response has a 5xx status code
func (*ToggleLatestUsingPATCHForbidden) IsSuccess ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHForbidden) IsSuccess() bool
IsSuccess returns true when this toggle latest using p a t c h forbidden response has a 2xx status code
func (*ToggleLatestUsingPATCHForbidden) String ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHForbidden) String() string
type ToggleLatestUsingPATCHInternalServerError ¶ added in v0.5.0
type ToggleLatestUsingPATCHInternalServerError struct { }
ToggleLatestUsingPATCHInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewToggleLatestUsingPATCHInternalServerError ¶ added in v0.5.0
func NewToggleLatestUsingPATCHInternalServerError() *ToggleLatestUsingPATCHInternalServerError
NewToggleLatestUsingPATCHInternalServerError creates a ToggleLatestUsingPATCHInternalServerError with default headers values
func (*ToggleLatestUsingPATCHInternalServerError) Error ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHInternalServerError) Error() string
func (*ToggleLatestUsingPATCHInternalServerError) IsClientError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHInternalServerError) IsClientError() bool
IsClientError returns true when this toggle latest using p a t c h internal server error response has a 4xx status code
func (*ToggleLatestUsingPATCHInternalServerError) IsCode ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHInternalServerError) IsCode(code int) bool
IsCode returns true when this toggle latest using p a t c h internal server error response a status code equal to that given
func (*ToggleLatestUsingPATCHInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHInternalServerError) IsRedirect() bool
IsRedirect returns true when this toggle latest using p a t c h internal server error response has a 3xx status code
func (*ToggleLatestUsingPATCHInternalServerError) IsServerError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHInternalServerError) IsServerError() bool
IsServerError returns true when this toggle latest using p a t c h internal server error response has a 5xx status code
func (*ToggleLatestUsingPATCHInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHInternalServerError) IsSuccess() bool
IsSuccess returns true when this toggle latest using p a t c h internal server error response has a 2xx status code
func (*ToggleLatestUsingPATCHInternalServerError) String ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHInternalServerError) String() string
type ToggleLatestUsingPATCHNotFound ¶ added in v0.5.0
ToggleLatestUsingPATCHNotFound describes a response with status code 404, with default header values.
Not Found
func NewToggleLatestUsingPATCHNotFound ¶ added in v0.5.0
func NewToggleLatestUsingPATCHNotFound() *ToggleLatestUsingPATCHNotFound
NewToggleLatestUsingPATCHNotFound creates a ToggleLatestUsingPATCHNotFound with default headers values
func (*ToggleLatestUsingPATCHNotFound) Error ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) Error() string
func (*ToggleLatestUsingPATCHNotFound) GetPayload ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) GetPayload() *models.Error
func (*ToggleLatestUsingPATCHNotFound) IsClientError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) IsClientError() bool
IsClientError returns true when this toggle latest using p a t c h not found response has a 4xx status code
func (*ToggleLatestUsingPATCHNotFound) IsCode ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) IsCode(code int) bool
IsCode returns true when this toggle latest using p a t c h not found response a status code equal to that given
func (*ToggleLatestUsingPATCHNotFound) IsRedirect ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) IsRedirect() bool
IsRedirect returns true when this toggle latest using p a t c h not found response has a 3xx status code
func (*ToggleLatestUsingPATCHNotFound) IsServerError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) IsServerError() bool
IsServerError returns true when this toggle latest using p a t c h not found response has a 5xx status code
func (*ToggleLatestUsingPATCHNotFound) IsSuccess ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) IsSuccess() bool
IsSuccess returns true when this toggle latest using p a t c h not found response has a 2xx status code
func (*ToggleLatestUsingPATCHNotFound) String ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHNotFound) String() string
type ToggleLatestUsingPATCHOK ¶ added in v0.5.0
type ToggleLatestUsingPATCHOK struct {
Payload models.CustomIntegration
}
ToggleLatestUsingPATCHOK describes a response with status code 200, with default header values.
OK
func NewToggleLatestUsingPATCHOK ¶ added in v0.5.0
func NewToggleLatestUsingPATCHOK() *ToggleLatestUsingPATCHOK
NewToggleLatestUsingPATCHOK creates a ToggleLatestUsingPATCHOK with default headers values
func (*ToggleLatestUsingPATCHOK) Error ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) Error() string
func (*ToggleLatestUsingPATCHOK) GetPayload ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) GetPayload() models.CustomIntegration
func (*ToggleLatestUsingPATCHOK) IsClientError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) IsClientError() bool
IsClientError returns true when this toggle latest using p a t c h o k response has a 4xx status code
func (*ToggleLatestUsingPATCHOK) IsCode ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) IsCode(code int) bool
IsCode returns true when this toggle latest using p a t c h o k response a status code equal to that given
func (*ToggleLatestUsingPATCHOK) IsRedirect ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) IsRedirect() bool
IsRedirect returns true when this toggle latest using p a t c h o k response has a 3xx status code
func (*ToggleLatestUsingPATCHOK) IsServerError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) IsServerError() bool
IsServerError returns true when this toggle latest using p a t c h o k response has a 5xx status code
func (*ToggleLatestUsingPATCHOK) IsSuccess ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) IsSuccess() bool
IsSuccess returns true when this toggle latest using p a t c h o k response has a 2xx status code
func (*ToggleLatestUsingPATCHOK) String ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHOK) String() string
type ToggleLatestUsingPATCHParams ¶ added in v0.5.0
type ToggleLatestUsingPATCHParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Body. Patch Request for a custom integration */ Body models.CustomIntegrationPatchRequest /* ID. The ID of the Custom Integration */ ID string /* Version. The version of the Custom Integration */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ToggleLatestUsingPATCHParams contains all the parameters to send to the API endpoint
for the toggle latest using p a t c h operation. Typically these are written to a http.Request.
func NewToggleLatestUsingPATCHParams ¶ added in v0.5.0
func NewToggleLatestUsingPATCHParams() *ToggleLatestUsingPATCHParams
NewToggleLatestUsingPATCHParams creates a new ToggleLatestUsingPATCHParams 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 NewToggleLatestUsingPATCHParamsWithContext ¶ added in v0.5.0
func NewToggleLatestUsingPATCHParamsWithContext(ctx context.Context) *ToggleLatestUsingPATCHParams
NewToggleLatestUsingPATCHParamsWithContext creates a new ToggleLatestUsingPATCHParams object with the ability to set a context for a request.
func NewToggleLatestUsingPATCHParamsWithHTTPClient ¶ added in v0.5.0
func NewToggleLatestUsingPATCHParamsWithHTTPClient(client *http.Client) *ToggleLatestUsingPATCHParams
NewToggleLatestUsingPATCHParamsWithHTTPClient creates a new ToggleLatestUsingPATCHParams object with the ability to set a custom HTTPClient for a request.
func NewToggleLatestUsingPATCHParamsWithTimeout ¶ added in v0.5.0
func NewToggleLatestUsingPATCHParamsWithTimeout(timeout time.Duration) *ToggleLatestUsingPATCHParams
NewToggleLatestUsingPATCHParamsWithTimeout creates a new ToggleLatestUsingPATCHParams object with the ability to set a timeout on a request.
func (*ToggleLatestUsingPATCHParams) SetAPIVersion ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) SetAuthorization ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) SetBody ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetBody(body models.CustomIntegrationPatchRequest)
SetBody adds the body to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) SetContext ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetContext(ctx context.Context)
SetContext adds the context to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) SetDefaults ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetDefaults()
SetDefaults hydrates default values in the toggle latest using p a t c h params (not the query body).
All values with no default are reset to their zero value.
func (*ToggleLatestUsingPATCHParams) SetHTTPClient ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) SetID ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetID(id string)
SetID adds the id to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) SetTimeout ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) SetVersion ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) SetVersion(version string)
SetVersion adds the version to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithAPIVersion ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithAPIVersion(aPIVersion string) *ToggleLatestUsingPATCHParams
WithAPIVersion adds the aPIVersion to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithAuthorization ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithAuthorization(authorization string) *ToggleLatestUsingPATCHParams
WithAuthorization adds the authorization to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithBody ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithBody(body models.CustomIntegrationPatchRequest) *ToggleLatestUsingPATCHParams
WithBody adds the body to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithContext ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithContext(ctx context.Context) *ToggleLatestUsingPATCHParams
WithContext adds the context to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithDefaults ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithDefaults() *ToggleLatestUsingPATCHParams
WithDefaults hydrates default values in the toggle latest using p a t c h params (not the query body).
All values with no default are reset to their zero value.
func (*ToggleLatestUsingPATCHParams) WithHTTPClient ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithHTTPClient(client *http.Client) *ToggleLatestUsingPATCHParams
WithHTTPClient adds the HTTPClient to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithID ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithID(id string) *ToggleLatestUsingPATCHParams
WithID adds the id to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithTimeout ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithTimeout(timeout time.Duration) *ToggleLatestUsingPATCHParams
WithTimeout adds the timeout to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WithVersion ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WithVersion(version string) *ToggleLatestUsingPATCHParams
WithVersion adds the version to the toggle latest using p a t c h params
func (*ToggleLatestUsingPATCHParams) WriteToRequest ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ToggleLatestUsingPATCHReader ¶ added in v0.5.0
type ToggleLatestUsingPATCHReader struct {
// contains filtered or unexported fields
}
ToggleLatestUsingPATCHReader is a Reader for the ToggleLatestUsingPATCH structure.
func (*ToggleLatestUsingPATCHReader) ReadResponse ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ToggleLatestUsingPATCHUnauthorized ¶ added in v0.5.0
type ToggleLatestUsingPATCHUnauthorized struct { }
ToggleLatestUsingPATCHUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewToggleLatestUsingPATCHUnauthorized ¶ added in v0.5.0
func NewToggleLatestUsingPATCHUnauthorized() *ToggleLatestUsingPATCHUnauthorized
NewToggleLatestUsingPATCHUnauthorized creates a ToggleLatestUsingPATCHUnauthorized with default headers values
func (*ToggleLatestUsingPATCHUnauthorized) Error ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHUnauthorized) Error() string
func (*ToggleLatestUsingPATCHUnauthorized) IsClientError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHUnauthorized) IsClientError() bool
IsClientError returns true when this toggle latest using p a t c h unauthorized response has a 4xx status code
func (*ToggleLatestUsingPATCHUnauthorized) IsCode ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHUnauthorized) IsCode(code int) bool
IsCode returns true when this toggle latest using p a t c h unauthorized response a status code equal to that given
func (*ToggleLatestUsingPATCHUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHUnauthorized) IsRedirect() bool
IsRedirect returns true when this toggle latest using p a t c h unauthorized response has a 3xx status code
func (*ToggleLatestUsingPATCHUnauthorized) IsServerError ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHUnauthorized) IsServerError() bool
IsServerError returns true when this toggle latest using p a t c h unauthorized response has a 5xx status code
func (*ToggleLatestUsingPATCHUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHUnauthorized) IsSuccess() bool
IsSuccess returns true when this toggle latest using p a t c h unauthorized response has a 2xx status code
func (*ToggleLatestUsingPATCHUnauthorized) String ¶ added in v0.5.0
func (o *ToggleLatestUsingPATCHUnauthorized) String() string
type UpdateByIDUsingPUTForbidden ¶
type UpdateByIDUsingPUTForbidden struct { }
UpdateByIDUsingPUTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateByIDUsingPUTForbidden ¶
func NewUpdateByIDUsingPUTForbidden() *UpdateByIDUsingPUTForbidden
NewUpdateByIDUsingPUTForbidden creates a UpdateByIDUsingPUTForbidden with default headers values
func (*UpdateByIDUsingPUTForbidden) Error ¶
func (o *UpdateByIDUsingPUTForbidden) Error() string
func (*UpdateByIDUsingPUTForbidden) IsClientError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTForbidden) IsClientError() bool
IsClientError returns true when this update by Id using p u t forbidden response has a 4xx status code
func (*UpdateByIDUsingPUTForbidden) IsCode ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTForbidden) IsCode(code int) bool
IsCode returns true when this update by Id using p u t forbidden response a status code equal to that given
func (*UpdateByIDUsingPUTForbidden) IsRedirect ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTForbidden) IsRedirect() bool
IsRedirect returns true when this update by Id using p u t forbidden response has a 3xx status code
func (*UpdateByIDUsingPUTForbidden) IsServerError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTForbidden) IsServerError() bool
IsServerError returns true when this update by Id using p u t forbidden response has a 5xx status code
func (*UpdateByIDUsingPUTForbidden) IsSuccess ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTForbidden) IsSuccess() bool
IsSuccess returns true when this update by Id using p u t forbidden response has a 2xx status code
func (*UpdateByIDUsingPUTForbidden) String ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTForbidden) String() string
type UpdateByIDUsingPUTInternalServerError ¶
type UpdateByIDUsingPUTInternalServerError struct { }
UpdateByIDUsingPUTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewUpdateByIDUsingPUTInternalServerError ¶
func NewUpdateByIDUsingPUTInternalServerError() *UpdateByIDUsingPUTInternalServerError
NewUpdateByIDUsingPUTInternalServerError creates a UpdateByIDUsingPUTInternalServerError with default headers values
func (*UpdateByIDUsingPUTInternalServerError) Error ¶
func (o *UpdateByIDUsingPUTInternalServerError) Error() string
func (*UpdateByIDUsingPUTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTInternalServerError) IsClientError() bool
IsClientError returns true when this update by Id using p u t internal server error response has a 4xx status code
func (*UpdateByIDUsingPUTInternalServerError) IsCode ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTInternalServerError) IsCode(code int) bool
IsCode returns true when this update by Id using p u t internal server error response a status code equal to that given
func (*UpdateByIDUsingPUTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTInternalServerError) IsRedirect() bool
IsRedirect returns true when this update by Id using p u t internal server error response has a 3xx status code
func (*UpdateByIDUsingPUTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTInternalServerError) IsServerError() bool
IsServerError returns true when this update by Id using p u t internal server error response has a 5xx status code
func (*UpdateByIDUsingPUTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTInternalServerError) IsSuccess() bool
IsSuccess returns true when this update by Id using p u t internal server error response has a 2xx status code
func (*UpdateByIDUsingPUTInternalServerError) String ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTInternalServerError) String() string
type UpdateByIDUsingPUTNotFound ¶
UpdateByIDUsingPUTNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateByIDUsingPUTNotFound ¶
func NewUpdateByIDUsingPUTNotFound() *UpdateByIDUsingPUTNotFound
NewUpdateByIDUsingPUTNotFound creates a UpdateByIDUsingPUTNotFound with default headers values
func (*UpdateByIDUsingPUTNotFound) Error ¶
func (o *UpdateByIDUsingPUTNotFound) Error() string
func (*UpdateByIDUsingPUTNotFound) GetPayload ¶
func (o *UpdateByIDUsingPUTNotFound) GetPayload() *models.Error
func (*UpdateByIDUsingPUTNotFound) IsClientError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTNotFound) IsClientError() bool
IsClientError returns true when this update by Id using p u t not found response has a 4xx status code
func (*UpdateByIDUsingPUTNotFound) IsCode ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTNotFound) IsCode(code int) bool
IsCode returns true when this update by Id using p u t not found response a status code equal to that given
func (*UpdateByIDUsingPUTNotFound) IsRedirect ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTNotFound) IsRedirect() bool
IsRedirect returns true when this update by Id using p u t not found response has a 3xx status code
func (*UpdateByIDUsingPUTNotFound) IsServerError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTNotFound) IsServerError() bool
IsServerError returns true when this update by Id using p u t not found response has a 5xx status code
func (*UpdateByIDUsingPUTNotFound) IsSuccess ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTNotFound) IsSuccess() bool
IsSuccess returns true when this update by Id using p u t not found response has a 2xx status code
func (*UpdateByIDUsingPUTNotFound) String ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTNotFound) String() string
type UpdateByIDUsingPUTOK ¶
type UpdateByIDUsingPUTOK struct {
Payload models.CustomIntegration
}
UpdateByIDUsingPUTOK describes a response with status code 200, with default header values.
OK
func NewUpdateByIDUsingPUTOK ¶
func NewUpdateByIDUsingPUTOK() *UpdateByIDUsingPUTOK
NewUpdateByIDUsingPUTOK creates a UpdateByIDUsingPUTOK with default headers values
func (*UpdateByIDUsingPUTOK) Error ¶
func (o *UpdateByIDUsingPUTOK) Error() string
func (*UpdateByIDUsingPUTOK) GetPayload ¶
func (o *UpdateByIDUsingPUTOK) GetPayload() models.CustomIntegration
func (*UpdateByIDUsingPUTOK) IsClientError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTOK) IsClientError() bool
IsClientError returns true when this update by Id using p u t o k response has a 4xx status code
func (*UpdateByIDUsingPUTOK) IsCode ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTOK) IsCode(code int) bool
IsCode returns true when this update by Id using p u t o k response a status code equal to that given
func (*UpdateByIDUsingPUTOK) IsRedirect ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTOK) IsRedirect() bool
IsRedirect returns true when this update by Id using p u t o k response has a 3xx status code
func (*UpdateByIDUsingPUTOK) IsServerError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTOK) IsServerError() bool
IsServerError returns true when this update by Id using p u t o k response has a 5xx status code
func (*UpdateByIDUsingPUTOK) IsSuccess ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTOK) IsSuccess() bool
IsSuccess returns true when this update by Id using p u t o k response has a 2xx status code
func (*UpdateByIDUsingPUTOK) String ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTOK) String() string
type UpdateByIDUsingPUTParams ¶
type UpdateByIDUsingPUTParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* Body. Custom Integration specification */ Body models.CustomIntegrationSpec /* ID. The ID of the Custom Integration */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateByIDUsingPUTParams contains all the parameters to send to the API endpoint
for the update by Id using p u t operation. Typically these are written to a http.Request.
func NewUpdateByIDUsingPUTParams ¶
func NewUpdateByIDUsingPUTParams() *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParams creates a new UpdateByIDUsingPUTParams 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 NewUpdateByIDUsingPUTParamsWithContext ¶
func NewUpdateByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParamsWithContext creates a new UpdateByIDUsingPUTParams object with the ability to set a context for a request.
func NewUpdateByIDUsingPUTParamsWithHTTPClient ¶
func NewUpdateByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParamsWithHTTPClient creates a new UpdateByIDUsingPUTParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateByIDUsingPUTParamsWithTimeout ¶
func NewUpdateByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParamsWithTimeout creates a new UpdateByIDUsingPUTParams object with the ability to set a timeout on a request.
func (*UpdateByIDUsingPUTParams) SetAPIVersion ¶
func (o *UpdateByIDUsingPUTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetAuthorization ¶
func (o *UpdateByIDUsingPUTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetBody ¶
func (o *UpdateByIDUsingPUTParams) SetBody(body models.CustomIntegrationSpec)
SetBody adds the body to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetContext ¶
func (o *UpdateByIDUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetDefaults ¶
func (o *UpdateByIDUsingPUTParams) SetDefaults()
SetDefaults hydrates default values in the update by Id using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByIDUsingPUTParams) SetHTTPClient ¶
func (o *UpdateByIDUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetID ¶
func (o *UpdateByIDUsingPUTParams) SetID(id string)
SetID adds the id to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetTimeout ¶
func (o *UpdateByIDUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithAPIVersion ¶
func (o *UpdateByIDUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateByIDUsingPUTParams
WithAPIVersion adds the aPIVersion to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithAuthorization ¶
func (o *UpdateByIDUsingPUTParams) WithAuthorization(authorization string) *UpdateByIDUsingPUTParams
WithAuthorization adds the authorization to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithBody ¶
func (o *UpdateByIDUsingPUTParams) WithBody(body models.CustomIntegrationSpec) *UpdateByIDUsingPUTParams
WithBody adds the body to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithContext ¶
func (o *UpdateByIDUsingPUTParams) WithContext(ctx context.Context) *UpdateByIDUsingPUTParams
WithContext adds the context to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithDefaults ¶
func (o *UpdateByIDUsingPUTParams) WithDefaults() *UpdateByIDUsingPUTParams
WithDefaults hydrates default values in the update by Id using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByIDUsingPUTParams) WithHTTPClient ¶
func (o *UpdateByIDUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
WithHTTPClient adds the HTTPClient to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithID ¶
func (o *UpdateByIDUsingPUTParams) WithID(id string) *UpdateByIDUsingPUTParams
WithID adds the id to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithTimeout ¶
func (o *UpdateByIDUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
WithTimeout adds the timeout to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WriteToRequest ¶
func (o *UpdateByIDUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateByIDUsingPUTReader ¶
type UpdateByIDUsingPUTReader struct {
// contains filtered or unexported fields
}
UpdateByIDUsingPUTReader is a Reader for the UpdateByIDUsingPUT structure.
func (*UpdateByIDUsingPUTReader) ReadResponse ¶
func (o *UpdateByIDUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateByIDUsingPUTUnauthorized ¶
type UpdateByIDUsingPUTUnauthorized struct { }
UpdateByIDUsingPUTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewUpdateByIDUsingPUTUnauthorized ¶
func NewUpdateByIDUsingPUTUnauthorized() *UpdateByIDUsingPUTUnauthorized
NewUpdateByIDUsingPUTUnauthorized creates a UpdateByIDUsingPUTUnauthorized with default headers values
func (*UpdateByIDUsingPUTUnauthorized) Error ¶
func (o *UpdateByIDUsingPUTUnauthorized) Error() string
func (*UpdateByIDUsingPUTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTUnauthorized) IsClientError() bool
IsClientError returns true when this update by Id using p u t unauthorized response has a 4xx status code
func (*UpdateByIDUsingPUTUnauthorized) IsCode ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTUnauthorized) IsCode(code int) bool
IsCode returns true when this update by Id using p u t unauthorized response a status code equal to that given
func (*UpdateByIDUsingPUTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTUnauthorized) IsRedirect() bool
IsRedirect returns true when this update by Id using p u t unauthorized response has a 3xx status code
func (*UpdateByIDUsingPUTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTUnauthorized) IsServerError() bool
IsServerError returns true when this update by Id using p u t unauthorized response has a 5xx status code
func (*UpdateByIDUsingPUTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTUnauthorized) IsSuccess() bool
IsSuccess returns true when this update by Id using p u t unauthorized response has a 2xx status code
func (*UpdateByIDUsingPUTUnauthorized) String ¶ added in v0.5.0
func (o *UpdateByIDUsingPUTUnauthorized) String() string
type WithdrawByIDAndVersionUsingPOSTForbidden ¶
type WithdrawByIDAndVersionUsingPOSTForbidden struct { }
WithdrawByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewWithdrawByIDAndVersionUsingPOSTForbidden ¶
func NewWithdrawByIDAndVersionUsingPOSTForbidden() *WithdrawByIDAndVersionUsingPOSTForbidden
NewWithdrawByIDAndVersionUsingPOSTForbidden creates a WithdrawByIDAndVersionUsingPOSTForbidden with default headers values
func (*WithdrawByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) Error() string
func (*WithdrawByIDAndVersionUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this withdraw by Id and version using p o s t forbidden response has a 4xx status code
func (*WithdrawByIDAndVersionUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this withdraw by Id and version using p o s t forbidden response a status code equal to that given
func (*WithdrawByIDAndVersionUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this withdraw by Id and version using p o s t forbidden response has a 3xx status code
func (*WithdrawByIDAndVersionUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this withdraw by Id and version using p o s t forbidden response has a 5xx status code
func (*WithdrawByIDAndVersionUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this withdraw by Id and version using p o s t forbidden response has a 2xx status code
func (*WithdrawByIDAndVersionUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) String() string
type WithdrawByIDAndVersionUsingPOSTInternalServerError ¶
type WithdrawByIDAndVersionUsingPOSTInternalServerError struct { }
WithdrawByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewWithdrawByIDAndVersionUsingPOSTInternalServerError ¶
func NewWithdrawByIDAndVersionUsingPOSTInternalServerError() *WithdrawByIDAndVersionUsingPOSTInternalServerError
NewWithdrawByIDAndVersionUsingPOSTInternalServerError creates a WithdrawByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) Error() string
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) IsClientError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsClientError() bool
IsClientError returns true when this withdraw by Id and version using p o s t internal server error response has a 4xx status code
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) IsCode ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsCode(code int) bool
IsCode returns true when this withdraw by Id and version using p o s t internal server error response a status code equal to that given
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) IsRedirect ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsRedirect() bool
IsRedirect returns true when this withdraw by Id and version using p o s t internal server error response has a 3xx status code
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) IsServerError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsServerError() bool
IsServerError returns true when this withdraw by Id and version using p o s t internal server error response has a 5xx status code
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) IsSuccess ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) IsSuccess() bool
IsSuccess returns true when this withdraw by Id and version using p o s t internal server error response has a 2xx status code
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) String ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) String() string
type WithdrawByIDAndVersionUsingPOSTNotFound ¶
WithdrawByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewWithdrawByIDAndVersionUsingPOSTNotFound ¶
func NewWithdrawByIDAndVersionUsingPOSTNotFound() *WithdrawByIDAndVersionUsingPOSTNotFound
NewWithdrawByIDAndVersionUsingPOSTNotFound creates a WithdrawByIDAndVersionUsingPOSTNotFound with default headers values
func (*WithdrawByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) Error() string
func (*WithdrawByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
func (*WithdrawByIDAndVersionUsingPOSTNotFound) IsClientError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsClientError() bool
IsClientError returns true when this withdraw by Id and version using p o s t not found response has a 4xx status code
func (*WithdrawByIDAndVersionUsingPOSTNotFound) IsCode ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsCode(code int) bool
IsCode returns true when this withdraw by Id and version using p o s t not found response a status code equal to that given
func (*WithdrawByIDAndVersionUsingPOSTNotFound) IsRedirect ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsRedirect() bool
IsRedirect returns true when this withdraw by Id and version using p o s t not found response has a 3xx status code
func (*WithdrawByIDAndVersionUsingPOSTNotFound) IsServerError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsServerError() bool
IsServerError returns true when this withdraw by Id and version using p o s t not found response has a 5xx status code
func (*WithdrawByIDAndVersionUsingPOSTNotFound) IsSuccess ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) IsSuccess() bool
IsSuccess returns true when this withdraw by Id and version using p o s t not found response has a 2xx status code
func (*WithdrawByIDAndVersionUsingPOSTNotFound) String ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) String() string
type WithdrawByIDAndVersionUsingPOSTOK ¶
type WithdrawByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
WithdrawByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewWithdrawByIDAndVersionUsingPOSTOK ¶
func NewWithdrawByIDAndVersionUsingPOSTOK() *WithdrawByIDAndVersionUsingPOSTOK
NewWithdrawByIDAndVersionUsingPOSTOK creates a WithdrawByIDAndVersionUsingPOSTOK with default headers values
func (*WithdrawByIDAndVersionUsingPOSTOK) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTOK) Error() string
func (*WithdrawByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *WithdrawByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
func (*WithdrawByIDAndVersionUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTOK) IsClientError() bool
IsClientError returns true when this withdraw by Id and version using p o s t o k response has a 4xx status code
func (*WithdrawByIDAndVersionUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this withdraw by Id and version using p o s t o k response a status code equal to that given
func (*WithdrawByIDAndVersionUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this withdraw by Id and version using p o s t o k response has a 3xx status code
func (*WithdrawByIDAndVersionUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTOK) IsServerError() bool
IsServerError returns true when this withdraw by Id and version using p o s t o k response has a 5xx status code
func (*WithdrawByIDAndVersionUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this withdraw by Id and version using p o s t o k response has a 2xx status code
func (*WithdrawByIDAndVersionUsingPOSTOK) String ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTOK) String() string
type WithdrawByIDAndVersionUsingPOSTParams ¶
type WithdrawByIDAndVersionUsingPOSTParams struct { /* Authorization. Bearer token */ Authorization string /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about */ APIVersion string /* ID. The ID of the Custom Integration */ ID string /* Version. The version of the Custom Integration */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WithdrawByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the withdraw by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewWithdrawByIDAndVersionUsingPOSTParams ¶
func NewWithdrawByIDAndVersionUsingPOSTParams() *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParams creates a new WithdrawByIDAndVersionUsingPOSTParams 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 NewWithdrawByIDAndVersionUsingPOSTParamsWithContext ¶
func NewWithdrawByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParamsWithContext creates a new WithdrawByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new WithdrawByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout creates a new WithdrawByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*WithdrawByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the withdraw by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*WithdrawByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetID ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *WithdrawByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *WithdrawByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
WithContext adds the context to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithDefaults() *WithdrawByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the withdraw by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*WithdrawByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithID ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithID(id string) *WithdrawByIDAndVersionUsingPOSTParams
WithID adds the id to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithVersion(version string) *WithdrawByIDAndVersionUsingPOSTParams
WithVersion adds the version to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WithdrawByIDAndVersionUsingPOSTReader ¶
type WithdrawByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
WithdrawByIDAndVersionUsingPOSTReader is a Reader for the WithdrawByIDAndVersionUsingPOST structure.
func (*WithdrawByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *WithdrawByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WithdrawByIDAndVersionUsingPOSTUnauthorized ¶
type WithdrawByIDAndVersionUsingPOSTUnauthorized struct { }
WithdrawByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewWithdrawByIDAndVersionUsingPOSTUnauthorized ¶
func NewWithdrawByIDAndVersionUsingPOSTUnauthorized() *WithdrawByIDAndVersionUsingPOSTUnauthorized
NewWithdrawByIDAndVersionUsingPOSTUnauthorized creates a WithdrawByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) Error() string
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this withdraw by Id and version using p o s t unauthorized response has a 4xx status code
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this withdraw by Id and version using p o s t unauthorized response a status code equal to that given
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this withdraw by Id and version using p o s t unauthorized response has a 3xx status code
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this withdraw by Id and version using p o s t unauthorized response has a 5xx status code
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this withdraw by Id and version using p o s t unauthorized response has a 2xx status code
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) String() string
Source Files
¶
- create_custom_integration_using_post_parameters.go
- create_custom_integration_using_post_responses.go
- create_version_by_id_using_post_parameters.go
- create_version_by_id_using_post_responses.go
- custom_integrations_client.go
- delete_draft_by_id_using_delete_parameters.go
- delete_draft_by_id_using_delete_responses.go
- delete_version_by_id_using_delete_parameters.go
- delete_version_by_id_using_delete_responses.go
- deprecate_by_id_and_version_using_post_parameters.go
- deprecate_by_id_and_version_using_post_responses.go
- get_all_custom_integration_versions_by_id_using_get_parameters.go
- get_all_custom_integration_versions_by_id_using_get_responses.go
- get_custom_integration_version_by_id_using_get_parameters.go
- get_custom_integration_version_by_id_using_get_responses.go
- get_custom_integrations_using_get_parameters.go
- get_custom_integrations_using_get_responses.go
- get_draft_by_id_using_get_parameters.go
- get_draft_by_id_using_get_responses.go
- release_by_id_and_version_using_post_parameters.go
- release_by_id_and_version_using_post_responses.go
- restore_by_id_and_version_using_post_parameters.go
- restore_by_id_and_version_using_post_responses.go
- toggle_latest_using_patch_parameters.go
- toggle_latest_using_patch_responses.go
- update_by_id_using_put_parameters.go
- update_by_id_using_put_responses.go
- withdraw_by_id_and_version_using_post_parameters.go
- withdraw_by_id_and_version_using_post_responses.go