custom_integrations

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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 (*CreateCustomIntegrationUsingPOSTForbidden) IsClientError added in v0.5.0

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

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

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

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

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

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 (*CreateCustomIntegrationUsingPOSTInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type CreateCustomIntegrationUsingPOSTNotFound added in v0.4.0

type CreateCustomIntegrationUsingPOSTNotFound struct {
	Payload *models.Error
}

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 (*CreateCustomIntegrationUsingPOSTNotFound) GetPayload added in v0.4.0

func (*CreateCustomIntegrationUsingPOSTNotFound) IsClientError added in v0.5.0

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

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

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

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

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

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 (*CreateCustomIntegrationUsingPOSTOK) GetPayload added in v0.4.0

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

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

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

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

SetBody adds the body to the create custom integration using p o s t params

func (*CreateCustomIntegrationUsingPOSTParams) SetContext added in v0.4.0

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

WithAPIVersion adds the aPIVersion to the create custom integration using p o s t params

func (*CreateCustomIntegrationUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the create custom integration using p o s t params

func (*CreateCustomIntegrationUsingPOSTParams) WithBody added in v0.4.0

WithBody adds the body to the create custom integration using p o s t params

func (*CreateCustomIntegrationUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the create custom integration using p o s t params

func (*CreateCustomIntegrationUsingPOSTParams) WithDefaults added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the create custom integration using p o s t params

func (*CreateCustomIntegrationUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create custom integration using p o s t params

func (*CreateCustomIntegrationUsingPOSTParams) WriteToRequest added in v0.4.0

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 (*CreateCustomIntegrationUsingPOSTUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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

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

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

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 (*CreateVersionByIDUsingPOSTInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type CreateVersionByIDUsingPOSTNotFound added in v0.4.0

type CreateVersionByIDUsingPOSTNotFound struct {
	Payload *models.Error
}

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 (*CreateVersionByIDUsingPOSTNotFound) GetPayload added in v0.4.0

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

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

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

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 (*CreateVersionByIDUsingPOSTOK) GetPayload added in v0.4.0

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

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

SetBody adds the body to the create version by Id using p o s t params

func (*CreateVersionByIDUsingPOSTParams) SetContext added in v0.4.0

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

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

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

WithBody adds the body to the create version by Id using p o s t params

func (*CreateVersionByIDUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the create version by Id using p o s t params

func (*CreateVersionByIDUsingPOSTParams) WithDefaults added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the create version by Id using p o s t params

func (*CreateVersionByIDUsingPOSTParams) WithID added in v0.4.0

WithID adds the id to the create version by Id using p o s t params

func (*CreateVersionByIDUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create version by Id using p o s t params

func (*CreateVersionByIDUsingPOSTParams) WriteToRequest added in v0.4.0

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

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

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

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

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

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

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

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 (*DeleteDraftByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type DeleteDraftByIDUsingDELETENotFound

type DeleteDraftByIDUsingDELETENotFound struct {
	Payload *models.Error
}

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

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

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

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

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

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

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

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

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

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

WithContext adds the context to the delete draft by Id using d e l e t e params

func (*DeleteDraftByIDUsingDELETEParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the delete draft by Id using d e l e t e params

func (*DeleteDraftByIDUsingDELETEParams) WithID

WithID adds the id to the delete draft by Id using d e l e t e params

func (*DeleteDraftByIDUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete draft by Id using d e l e t e params

func (*DeleteDraftByIDUsingDELETEParams) WithType

WithType adds the typeVar to the delete draft by Id using d e l e t e params

func (*DeleteDraftByIDUsingDELETEParams) WriteToRequest

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

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

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

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

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

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

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

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

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 (*DeleteVersionByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type DeleteVersionByIDUsingDELETENotFound

type DeleteVersionByIDUsingDELETENotFound struct {
	Payload *models.Error
}

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

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

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

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

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

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

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

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

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

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

WithAPIVersion adds the aPIVersion to the delete version by Id using d e l e t e params

func (*DeleteVersionByIDUsingDELETEParams) WithAuthorization

WithAuthorization adds the authorization to the delete version by Id using d e l e t e params

func (*DeleteVersionByIDUsingDELETEParams) WithContext

WithContext adds the context to the delete version by Id using d e l e t e params

func (*DeleteVersionByIDUsingDELETEParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the delete version by Id using d e l e t e params

func (*DeleteVersionByIDUsingDELETEParams) WithID

WithID adds the id to the delete version by Id using d e l e t e params

func (*DeleteVersionByIDUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete version by Id using d e l e t e params

func (*DeleteVersionByIDUsingDELETEParams) WithVersion

WithVersion adds the version to the delete version by Id using d e l e t e params

func (*DeleteVersionByIDUsingDELETEParams) WriteToRequest

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 (*DeleteVersionByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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 (*DeprecateByIDAndVersionUsingPOSTForbidden) IsClientError added in v0.5.0

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

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

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

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

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

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 (*DeprecateByIDAndVersionUsingPOSTInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type DeprecateByIDAndVersionUsingPOSTNotFound

type DeprecateByIDAndVersionUsingPOSTNotFound struct {
	Payload *models.Error
}

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

func (*DeprecateByIDAndVersionUsingPOSTNotFound) IsClientError added in v0.5.0

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

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

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

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

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

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

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

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

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

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

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

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

WithAPIVersion adds the aPIVersion to the deprecate by Id and version using p o s t params

func (*DeprecateByIDAndVersionUsingPOSTParams) WithAuthorization

WithAuthorization adds the authorization to the deprecate by Id and version using p o s t params

func (*DeprecateByIDAndVersionUsingPOSTParams) WithContext

WithContext adds the context to the deprecate by Id and version using p o s t params

func (*DeprecateByIDAndVersionUsingPOSTParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the deprecate by Id and version using p o s t params

func (*DeprecateByIDAndVersionUsingPOSTParams) WithID

WithID adds the id to the deprecate by Id and version using p o s t params

func (*DeprecateByIDAndVersionUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the deprecate by Id and version using p o s t params

func (*DeprecateByIDAndVersionUsingPOSTParams) WithVersion

WithVersion adds the version to the deprecate by Id and version using p o s t params

func (*DeprecateByIDAndVersionUsingPOSTParams) WriteToRequest

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 (*DeprecateByIDAndVersionUsingPOSTUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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 (*GetAllCustomIntegrationVersionsByIDUsingGETForbidden) IsClientError added in v0.5.0

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

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

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

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

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

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 (*GetAllCustomIntegrationVersionsByIDUsingGETInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type GetAllCustomIntegrationVersionsByIDUsingGETNotFound added in v0.4.0

type GetAllCustomIntegrationVersionsByIDUsingGETNotFound struct {
	Payload *models.Error
}

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 (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllCustomIntegrationVersionsByIDUsingGETNotFound) IsClientError added in v0.5.0

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

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

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

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

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

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 (*GetAllCustomIntegrationVersionsByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetAllCustomIntegrationVersionsByIDUsingGETOK) IsClientError added in v0.5.0

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

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

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

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

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

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

SetContext adds the context to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetDefaults added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetPage added in v0.4.0

SetPage adds the page to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDefaults added in v0.4.0

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

WithDollarFilter adds the dollarFilter to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all custom integration versions by Id using get params

func (*GetAllCustomIntegrationVersionsByIDUsingGETParams) WriteToRequest added in v0.4.0

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 (*GetAllCustomIntegrationVersionsByIDUsingGETUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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 (*GetCustomIntegrationVersionByIDUsingGETForbidden) IsClientError added in v0.5.0

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

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

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

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

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

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 (*GetCustomIntegrationVersionByIDUsingGETInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type GetCustomIntegrationVersionByIDUsingGETNotFound added in v0.4.0

type GetCustomIntegrationVersionByIDUsingGETNotFound struct {
	Payload *models.Error
}

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 (*GetCustomIntegrationVersionByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetCustomIntegrationVersionByIDUsingGETNotFound) IsClientError added in v0.5.0

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

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

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

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

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

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 (*GetCustomIntegrationVersionByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetCustomIntegrationVersionByIDUsingGETOK) IsClientError added in v0.5.0

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

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

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

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

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

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

SetContext adds the context to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) SetDefaults added in v0.4.0

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

SetID adds the id to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) SetVersion added in v0.4.0

SetVersion adds the version to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WithDefaults added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WithVersion added in v0.4.0

WithVersion adds the version to the get custom integration version by Id using get params

func (*GetCustomIntegrationVersionByIDUsingGETParams) WriteToRequest added in v0.4.0

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 (*GetCustomIntegrationVersionByIDUsingGETUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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

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

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

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

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 (*GetCustomIntegrationsUsingGETInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type GetCustomIntegrationsUsingGETNotFound

type GetCustomIntegrationsUsingGETNotFound struct {
	Payload *models.Error
}

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

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

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

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

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

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

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

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

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

WithAPIVersion adds the aPIVersion to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithAuthorization

WithAuthorization adds the authorization to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithContext

WithContext adds the context to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithDefaults

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

WithDollarFilter adds the dollarFilter to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithDollarTop

WithDollarTop adds the dollarTop to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithPage

WithPage adds the page to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WithType

WithType adds the typeVar to the get custom integrations using get params

func (*GetCustomIntegrationsUsingGETParams) WriteToRequest

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 (*GetCustomIntegrationsUsingGETUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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

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

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

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

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

type GetDraftByIDUsingGETNotFound

type GetDraftByIDUsingGETNotFound struct {
	Payload *models.Error
}

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

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

WithContext adds the context to the get draft by Id using get params

func (*GetDraftByIDUsingGETParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get draft by Id using get params

func (*GetDraftByIDUsingGETParams) WithID

WithID adds the id to the get draft by Id using get params

func (*GetDraftByIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get draft by Id using get params

func (*GetDraftByIDUsingGETParams) WriteToRequest

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

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

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

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

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

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 (*ReleaseByIDAndVersionUsingPOSTInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type ReleaseByIDAndVersionUsingPOSTNotFound

type ReleaseByIDAndVersionUsingPOSTNotFound struct {
	Payload *models.Error
}

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

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

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

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

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

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

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

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

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

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

WithAPIVersion adds the aPIVersion to the release by Id and version using p o s t params

func (*ReleaseByIDAndVersionUsingPOSTParams) WithAuthorization

WithAuthorization adds the authorization to the release by Id and version using p o s t params

func (*ReleaseByIDAndVersionUsingPOSTParams) WithContext

WithContext adds the context to the release by Id and version using p o s t params

func (*ReleaseByIDAndVersionUsingPOSTParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the release by Id and version using p o s t params

func (*ReleaseByIDAndVersionUsingPOSTParams) WithID

WithID adds the id to the release by Id and version using p o s t params

func (*ReleaseByIDAndVersionUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the release by Id and version using p o s t params

func (*ReleaseByIDAndVersionUsingPOSTParams) WithVersion

WithVersion adds the version to the release by Id and version using p o s t params

func (*ReleaseByIDAndVersionUsingPOSTParams) WriteToRequest

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 (*ReleaseByIDAndVersionUsingPOSTUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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

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

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

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

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 (*RestoreByIDAndVersionUsingPOSTInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type RestoreByIDAndVersionUsingPOSTNotFound

type RestoreByIDAndVersionUsingPOSTNotFound struct {
	Payload *models.Error
}

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

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

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

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

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

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

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

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

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

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

WithAPIVersion adds the aPIVersion to the restore by Id and version using p o s t params

func (*RestoreByIDAndVersionUsingPOSTParams) WithAuthorization

WithAuthorization adds the authorization to the restore by Id and version using p o s t params

func (*RestoreByIDAndVersionUsingPOSTParams) WithContext

WithContext adds the context to the restore by Id and version using p o s t params

func (*RestoreByIDAndVersionUsingPOSTParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the restore by Id and version using p o s t params

func (*RestoreByIDAndVersionUsingPOSTParams) WithID

WithID adds the id to the restore by Id and version using p o s t params

func (*RestoreByIDAndVersionUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the restore by Id and version using p o s t params

func (*RestoreByIDAndVersionUsingPOSTParams) WithVersion

WithVersion adds the version to the restore by Id and version using p o s t params

func (*RestoreByIDAndVersionUsingPOSTParams) WriteToRequest

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 (*RestoreByIDAndVersionUsingPOSTUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

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

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 (*ToggleLatestUsingPATCHInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type ToggleLatestUsingPATCHNotFound added in v0.5.0

type ToggleLatestUsingPATCHNotFound struct {
	Payload *models.Error
}

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

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

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

WithBody adds the body to the toggle latest using p a t c h params

func (*ToggleLatestUsingPATCHParams) WithContext added in v0.5.0

WithContext adds the context to the toggle latest using p a t c h params

func (*ToggleLatestUsingPATCHParams) WithDefaults added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the toggle latest using p a t c h params

func (*ToggleLatestUsingPATCHParams) WithID added in v0.5.0

WithID adds the id to the toggle latest using p a t c h params

func (*ToggleLatestUsingPATCHParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the toggle latest using p a t c h params

func (*ToggleLatestUsingPATCHParams) WithVersion added in v0.5.0

WithVersion adds the version to the toggle latest using p a t c h params

func (*ToggleLatestUsingPATCHParams) WriteToRequest added in v0.5.0

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

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

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

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

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

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

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

type UpdateByIDUsingPUTNotFound

type UpdateByIDUsingPUTNotFound struct {
	Payload *models.Error
}

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

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

WithBody adds the body to the update by Id using p u t params

func (*UpdateByIDUsingPUTParams) WithContext

WithContext adds the context to the update by Id using p u t params

func (*UpdateByIDUsingPUTParams) WithDefaults

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

WithID adds the id to the update by Id using p u t params

func (*UpdateByIDUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the update by Id using p u t params

func (*UpdateByIDUsingPUTParams) WriteToRequest

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

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 (*WithdrawByIDAndVersionUsingPOSTForbidden) IsClientError added in v0.5.0

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

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

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

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

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

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 (*WithdrawByIDAndVersionUsingPOSTInternalServerError) IsClientError added in v0.5.0

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

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

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

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

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

type WithdrawByIDAndVersionUsingPOSTNotFound

type WithdrawByIDAndVersionUsingPOSTNotFound struct {
	Payload *models.Error
}

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

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

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

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

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

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

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

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

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

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

WithAPIVersion adds the aPIVersion to the withdraw by Id and version using p o s t params

func (*WithdrawByIDAndVersionUsingPOSTParams) WithAuthorization

WithAuthorization adds the authorization to the withdraw by Id and version using p o s t params

func (*WithdrawByIDAndVersionUsingPOSTParams) WithContext

WithContext adds the context to the withdraw by Id and version using p o s t params

func (*WithdrawByIDAndVersionUsingPOSTParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the withdraw by Id and version using p o s t params

func (*WithdrawByIDAndVersionUsingPOSTParams) WithID

WithID adds the id to the withdraw by Id and version using p o s t params

func (*WithdrawByIDAndVersionUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the withdraw by Id and version using p o s t params

func (*WithdrawByIDAndVersionUsingPOSTParams) WithVersion

WithVersion adds the version to the withdraw by Id and version using p o s t params

func (*WithdrawByIDAndVersionUsingPOSTParams) WriteToRequest

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 (*WithdrawByIDAndVersionUsingPOSTUnauthorized) IsClientError added in v0.5.0

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

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

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

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL