integration

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: 11 Imported by: 1

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 integration API

func (*Client) CreateIntegrationAsync

func (a *Client) CreateIntegrationAsync(params *CreateIntegrationAsyncParams, opts ...ClientOption) (*CreateIntegrationAsyncAccepted, error)

CreateIntegrationAsync creates an integration

Create an integration in the current organization asynchronously

func (*Client) DeleteIntegration

DeleteIntegration deletes an integration

Delete an integration with a given id asynchronously

func (*Client) GetIntegration

func (a *Client) GetIntegration(params *GetIntegrationParams, opts ...ClientOption) (*GetIntegrationOK, error)

GetIntegration gets an integration

Get an integration with a given id

func (*Client) GetIntegrations

func (a *Client) GetIntegrations(params *GetIntegrationsParams, opts ...ClientOption) (*GetIntegrationsOK, error)

GetIntegrations gets integrations

Get all integrations within the current organization

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateIntegrationAsync

func (a *Client) UpdateIntegrationAsync(params *UpdateIntegrationAsyncParams, opts ...ClientOption) (*UpdateIntegrationAsyncAccepted, error)

UpdateIntegrationAsync updates an integration

Update a single integration asynchronously

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateIntegrationAsync(params *CreateIntegrationAsyncParams, opts ...ClientOption) (*CreateIntegrationAsyncAccepted, error)

	DeleteIntegration(params *DeleteIntegrationParams, opts ...ClientOption) (*DeleteIntegrationAccepted, *DeleteIntegrationNoContent, error)

	GetIntegration(params *GetIntegrationParams, opts ...ClientOption) (*GetIntegrationOK, error)

	GetIntegrations(params *GetIntegrationsParams, opts ...ClientOption) (*GetIntegrationsOK, error)

	UpdateIntegrationAsync(params *UpdateIntegrationAsyncParams, opts ...ClientOption) (*UpdateIntegrationAsyncAccepted, 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 integration API client.

type CreateIntegrationAsyncAccepted

type CreateIntegrationAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateIntegrationAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateIntegrationAsyncAccepted

func NewCreateIntegrationAsyncAccepted() *CreateIntegrationAsyncAccepted

NewCreateIntegrationAsyncAccepted creates a CreateIntegrationAsyncAccepted with default headers values

func (*CreateIntegrationAsyncAccepted) Error

func (*CreateIntegrationAsyncAccepted) GetPayload

func (*CreateIntegrationAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateIntegrationAsyncAccepted) IsClientError() bool

IsClientError returns true when this create integration async accepted response has a 4xx status code

func (*CreateIntegrationAsyncAccepted) IsCode added in v0.5.0

func (o *CreateIntegrationAsyncAccepted) IsCode(code int) bool

IsCode returns true when this create integration async accepted response a status code equal to that given

func (*CreateIntegrationAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateIntegrationAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create integration async accepted response has a 3xx status code

func (*CreateIntegrationAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateIntegrationAsyncAccepted) IsServerError() bool

IsServerError returns true when this create integration async accepted response has a 5xx status code

func (*CreateIntegrationAsyncAccepted) IsSuccess added in v0.5.0

func (o *CreateIntegrationAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this create integration async accepted response has a 2xx status code

func (*CreateIntegrationAsyncAccepted) String added in v0.5.0

type CreateIntegrationAsyncBadRequest

type CreateIntegrationAsyncBadRequest struct {
	Payload *models.Error
}

CreateIntegrationAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateIntegrationAsyncBadRequest

func NewCreateIntegrationAsyncBadRequest() *CreateIntegrationAsyncBadRequest

NewCreateIntegrationAsyncBadRequest creates a CreateIntegrationAsyncBadRequest with default headers values

func (*CreateIntegrationAsyncBadRequest) Error

func (*CreateIntegrationAsyncBadRequest) GetPayload

func (*CreateIntegrationAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateIntegrationAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create integration async bad request response has a 4xx status code

func (*CreateIntegrationAsyncBadRequest) IsCode added in v0.5.0

func (o *CreateIntegrationAsyncBadRequest) IsCode(code int) bool

IsCode returns true when this create integration async bad request response a status code equal to that given

func (*CreateIntegrationAsyncBadRequest) IsRedirect added in v0.5.0

func (o *CreateIntegrationAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this create integration async bad request response has a 3xx status code

func (*CreateIntegrationAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateIntegrationAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create integration async bad request response has a 5xx status code

func (*CreateIntegrationAsyncBadRequest) IsSuccess added in v0.5.0

func (o *CreateIntegrationAsyncBadRequest) IsSuccess() bool

IsSuccess returns true when this create integration async bad request response has a 2xx status code

func (*CreateIntegrationAsyncBadRequest) String added in v0.5.0

type CreateIntegrationAsyncForbidden

type CreateIntegrationAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateIntegrationAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateIntegrationAsyncForbidden

func NewCreateIntegrationAsyncForbidden() *CreateIntegrationAsyncForbidden

NewCreateIntegrationAsyncForbidden creates a CreateIntegrationAsyncForbidden with default headers values

func (*CreateIntegrationAsyncForbidden) Error

func (*CreateIntegrationAsyncForbidden) GetPayload

func (*CreateIntegrationAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateIntegrationAsyncForbidden) IsClientError() bool

IsClientError returns true when this create integration async forbidden response has a 4xx status code

func (*CreateIntegrationAsyncForbidden) IsCode added in v0.5.0

func (o *CreateIntegrationAsyncForbidden) IsCode(code int) bool

IsCode returns true when this create integration async forbidden response a status code equal to that given

func (*CreateIntegrationAsyncForbidden) IsRedirect added in v0.5.0

func (o *CreateIntegrationAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this create integration async forbidden response has a 3xx status code

func (*CreateIntegrationAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateIntegrationAsyncForbidden) IsServerError() bool

IsServerError returns true when this create integration async forbidden response has a 5xx status code

func (*CreateIntegrationAsyncForbidden) IsSuccess added in v0.5.0

func (o *CreateIntegrationAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this create integration async forbidden response has a 2xx status code

func (*CreateIntegrationAsyncForbidden) String added in v0.5.0

type CreateIntegrationAsyncParams

type CreateIntegrationAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Integration instance
	*/
	Body *models.IntegrationSpecification

	/* ValidateOnly.

	   Only validate provided Integration Specification. Integration will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateIntegrationAsyncParams contains all the parameters to send to the API endpoint

for the create integration async operation.

Typically these are written to a http.Request.

func NewCreateIntegrationAsyncParams

func NewCreateIntegrationAsyncParams() *CreateIntegrationAsyncParams

NewCreateIntegrationAsyncParams creates a new CreateIntegrationAsyncParams 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 NewCreateIntegrationAsyncParamsWithContext

func NewCreateIntegrationAsyncParamsWithContext(ctx context.Context) *CreateIntegrationAsyncParams

NewCreateIntegrationAsyncParamsWithContext creates a new CreateIntegrationAsyncParams object with the ability to set a context for a request.

func NewCreateIntegrationAsyncParamsWithHTTPClient

func NewCreateIntegrationAsyncParamsWithHTTPClient(client *http.Client) *CreateIntegrationAsyncParams

NewCreateIntegrationAsyncParamsWithHTTPClient creates a new CreateIntegrationAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateIntegrationAsyncParamsWithTimeout

func NewCreateIntegrationAsyncParamsWithTimeout(timeout time.Duration) *CreateIntegrationAsyncParams

NewCreateIntegrationAsyncParamsWithTimeout creates a new CreateIntegrationAsyncParams object with the ability to set a timeout on a request.

func (*CreateIntegrationAsyncParams) SetAPIVersion

func (o *CreateIntegrationAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create integration async params

func (*CreateIntegrationAsyncParams) SetBody

SetBody adds the body to the create integration async params

func (*CreateIntegrationAsyncParams) SetContext

func (o *CreateIntegrationAsyncParams) SetContext(ctx context.Context)

SetContext adds the context to the create integration async params

func (*CreateIntegrationAsyncParams) SetDefaults

func (o *CreateIntegrationAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create integration async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateIntegrationAsyncParams) SetHTTPClient

func (o *CreateIntegrationAsyncParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create integration async params

func (*CreateIntegrationAsyncParams) SetTimeout

func (o *CreateIntegrationAsyncParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create integration async params

func (*CreateIntegrationAsyncParams) SetValidateOnly

func (o *CreateIntegrationAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create integration async params

func (*CreateIntegrationAsyncParams) WithAPIVersion

func (o *CreateIntegrationAsyncParams) WithAPIVersion(aPIVersion string) *CreateIntegrationAsyncParams

WithAPIVersion adds the aPIVersion to the create integration async params

func (*CreateIntegrationAsyncParams) WithBody

WithBody adds the body to the create integration async params

func (*CreateIntegrationAsyncParams) WithContext

WithContext adds the context to the create integration async params

func (*CreateIntegrationAsyncParams) WithDefaults

WithDefaults hydrates default values in the create integration async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateIntegrationAsyncParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create integration async params

func (*CreateIntegrationAsyncParams) WithTimeout

WithTimeout adds the timeout to the create integration async params

func (*CreateIntegrationAsyncParams) WithValidateOnly

func (o *CreateIntegrationAsyncParams) WithValidateOnly(validateOnly *string) *CreateIntegrationAsyncParams

WithValidateOnly adds the validateOnly to the create integration async params

func (*CreateIntegrationAsyncParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateIntegrationAsyncReader

type CreateIntegrationAsyncReader struct {
	// contains filtered or unexported fields
}

CreateIntegrationAsyncReader is a Reader for the CreateIntegrationAsync structure.

func (*CreateIntegrationAsyncReader) ReadResponse

func (o *CreateIntegrationAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteIntegrationAccepted

type DeleteIntegrationAccepted struct {
	Payload *models.RequestTracker
}

DeleteIntegrationAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteIntegrationAccepted

func NewDeleteIntegrationAccepted() *DeleteIntegrationAccepted

NewDeleteIntegrationAccepted creates a DeleteIntegrationAccepted with default headers values

func (*DeleteIntegrationAccepted) Error

func (o *DeleteIntegrationAccepted) Error() string

func (*DeleteIntegrationAccepted) GetPayload

func (*DeleteIntegrationAccepted) IsClientError added in v0.5.0

func (o *DeleteIntegrationAccepted) IsClientError() bool

IsClientError returns true when this delete integration accepted response has a 4xx status code

func (*DeleteIntegrationAccepted) IsCode added in v0.5.0

func (o *DeleteIntegrationAccepted) IsCode(code int) bool

IsCode returns true when this delete integration accepted response a status code equal to that given

func (*DeleteIntegrationAccepted) IsRedirect added in v0.5.0

func (o *DeleteIntegrationAccepted) IsRedirect() bool

IsRedirect returns true when this delete integration accepted response has a 3xx status code

func (*DeleteIntegrationAccepted) IsServerError added in v0.5.0

func (o *DeleteIntegrationAccepted) IsServerError() bool

IsServerError returns true when this delete integration accepted response has a 5xx status code

func (*DeleteIntegrationAccepted) IsSuccess added in v0.5.0

func (o *DeleteIntegrationAccepted) IsSuccess() bool

IsSuccess returns true when this delete integration accepted response has a 2xx status code

func (*DeleteIntegrationAccepted) String added in v0.5.0

func (o *DeleteIntegrationAccepted) String() string

type DeleteIntegrationForbidden

type DeleteIntegrationForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteIntegrationForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteIntegrationForbidden

func NewDeleteIntegrationForbidden() *DeleteIntegrationForbidden

NewDeleteIntegrationForbidden creates a DeleteIntegrationForbidden with default headers values

func (*DeleteIntegrationForbidden) Error

func (*DeleteIntegrationForbidden) GetPayload

func (*DeleteIntegrationForbidden) IsClientError added in v0.5.0

func (o *DeleteIntegrationForbidden) IsClientError() bool

IsClientError returns true when this delete integration forbidden response has a 4xx status code

func (*DeleteIntegrationForbidden) IsCode added in v0.5.0

func (o *DeleteIntegrationForbidden) IsCode(code int) bool

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

func (*DeleteIntegrationForbidden) IsRedirect added in v0.5.0

func (o *DeleteIntegrationForbidden) IsRedirect() bool

IsRedirect returns true when this delete integration forbidden response has a 3xx status code

func (*DeleteIntegrationForbidden) IsServerError added in v0.5.0

func (o *DeleteIntegrationForbidden) IsServerError() bool

IsServerError returns true when this delete integration forbidden response has a 5xx status code

func (*DeleteIntegrationForbidden) IsSuccess added in v0.5.0

func (o *DeleteIntegrationForbidden) IsSuccess() bool

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

func (*DeleteIntegrationForbidden) String added in v0.5.0

func (o *DeleteIntegrationForbidden) String() string

type DeleteIntegrationNoContent added in v0.5.0

type DeleteIntegrationNoContent struct {
}

DeleteIntegrationNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteIntegrationNoContent added in v0.5.0

func NewDeleteIntegrationNoContent() *DeleteIntegrationNoContent

NewDeleteIntegrationNoContent creates a DeleteIntegrationNoContent with default headers values

func (*DeleteIntegrationNoContent) Error added in v0.5.0

func (*DeleteIntegrationNoContent) IsClientError added in v0.5.0

func (o *DeleteIntegrationNoContent) IsClientError() bool

IsClientError returns true when this delete integration no content response has a 4xx status code

func (*DeleteIntegrationNoContent) IsCode added in v0.5.0

func (o *DeleteIntegrationNoContent) IsCode(code int) bool

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

func (*DeleteIntegrationNoContent) IsRedirect added in v0.5.0

func (o *DeleteIntegrationNoContent) IsRedirect() bool

IsRedirect returns true when this delete integration no content response has a 3xx status code

func (*DeleteIntegrationNoContent) IsServerError added in v0.5.0

func (o *DeleteIntegrationNoContent) IsServerError() bool

IsServerError returns true when this delete integration no content response has a 5xx status code

func (*DeleteIntegrationNoContent) IsSuccess added in v0.5.0

func (o *DeleteIntegrationNoContent) IsSuccess() bool

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

func (*DeleteIntegrationNoContent) String added in v0.5.0

func (o *DeleteIntegrationNoContent) String() string

type DeleteIntegrationParams

type DeleteIntegrationParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Integration
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteIntegrationParams contains all the parameters to send to the API endpoint

for the delete integration operation.

Typically these are written to a http.Request.

func NewDeleteIntegrationParams

func NewDeleteIntegrationParams() *DeleteIntegrationParams

NewDeleteIntegrationParams creates a new DeleteIntegrationParams 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 NewDeleteIntegrationParamsWithContext

func NewDeleteIntegrationParamsWithContext(ctx context.Context) *DeleteIntegrationParams

NewDeleteIntegrationParamsWithContext creates a new DeleteIntegrationParams object with the ability to set a context for a request.

func NewDeleteIntegrationParamsWithHTTPClient

func NewDeleteIntegrationParamsWithHTTPClient(client *http.Client) *DeleteIntegrationParams

NewDeleteIntegrationParamsWithHTTPClient creates a new DeleteIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteIntegrationParamsWithTimeout

func NewDeleteIntegrationParamsWithTimeout(timeout time.Duration) *DeleteIntegrationParams

NewDeleteIntegrationParamsWithTimeout creates a new DeleteIntegrationParams object with the ability to set a timeout on a request.

func (*DeleteIntegrationParams) SetAPIVersion

func (o *DeleteIntegrationParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete integration params

func (*DeleteIntegrationParams) SetContext

func (o *DeleteIntegrationParams) SetContext(ctx context.Context)

SetContext adds the context to the delete integration params

func (*DeleteIntegrationParams) SetDefaults

func (o *DeleteIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the delete integration params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteIntegrationParams) SetHTTPClient

func (o *DeleteIntegrationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete integration params

func (*DeleteIntegrationParams) SetID

func (o *DeleteIntegrationParams) SetID(id string)

SetID adds the id to the delete integration params

func (*DeleteIntegrationParams) SetTimeout

func (o *DeleteIntegrationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete integration params

func (*DeleteIntegrationParams) WithAPIVersion

func (o *DeleteIntegrationParams) WithAPIVersion(aPIVersion string) *DeleteIntegrationParams

WithAPIVersion adds the aPIVersion to the delete integration params

func (*DeleteIntegrationParams) WithContext

WithContext adds the context to the delete integration params

func (*DeleteIntegrationParams) WithDefaults

WithDefaults hydrates default values in the delete integration params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteIntegrationParams) WithHTTPClient

func (o *DeleteIntegrationParams) WithHTTPClient(client *http.Client) *DeleteIntegrationParams

WithHTTPClient adds the HTTPClient to the delete integration params

func (*DeleteIntegrationParams) WithID

WithID adds the id to the delete integration params

func (*DeleteIntegrationParams) WithTimeout

WithTimeout adds the timeout to the delete integration params

func (*DeleteIntegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteIntegrationReader

type DeleteIntegrationReader struct {
	// contains filtered or unexported fields
}

DeleteIntegrationReader is a Reader for the DeleteIntegration structure.

func (*DeleteIntegrationReader) ReadResponse

func (o *DeleteIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetIntegrationForbidden

type GetIntegrationForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetIntegrationForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetIntegrationForbidden

func NewGetIntegrationForbidden() *GetIntegrationForbidden

NewGetIntegrationForbidden creates a GetIntegrationForbidden with default headers values

func (*GetIntegrationForbidden) Error

func (o *GetIntegrationForbidden) Error() string

func (*GetIntegrationForbidden) GetPayload

func (*GetIntegrationForbidden) IsClientError added in v0.5.0

func (o *GetIntegrationForbidden) IsClientError() bool

IsClientError returns true when this get integration forbidden response has a 4xx status code

func (*GetIntegrationForbidden) IsCode added in v0.5.0

func (o *GetIntegrationForbidden) IsCode(code int) bool

IsCode returns true when this get integration forbidden response a status code equal to that given

func (*GetIntegrationForbidden) IsRedirect added in v0.5.0

func (o *GetIntegrationForbidden) IsRedirect() bool

IsRedirect returns true when this get integration forbidden response has a 3xx status code

func (*GetIntegrationForbidden) IsServerError added in v0.5.0

func (o *GetIntegrationForbidden) IsServerError() bool

IsServerError returns true when this get integration forbidden response has a 5xx status code

func (*GetIntegrationForbidden) IsSuccess added in v0.5.0

func (o *GetIntegrationForbidden) IsSuccess() bool

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

func (*GetIntegrationForbidden) String added in v0.5.0

func (o *GetIntegrationForbidden) String() string

type GetIntegrationNotFound

type GetIntegrationNotFound struct {
	Payload *models.Error
}

GetIntegrationNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetIntegrationNotFound

func NewGetIntegrationNotFound() *GetIntegrationNotFound

NewGetIntegrationNotFound creates a GetIntegrationNotFound with default headers values

func (*GetIntegrationNotFound) Error

func (o *GetIntegrationNotFound) Error() string

func (*GetIntegrationNotFound) GetPayload

func (o *GetIntegrationNotFound) GetPayload() *models.Error

func (*GetIntegrationNotFound) IsClientError added in v0.5.0

func (o *GetIntegrationNotFound) IsClientError() bool

IsClientError returns true when this get integration not found response has a 4xx status code

func (*GetIntegrationNotFound) IsCode added in v0.5.0

func (o *GetIntegrationNotFound) IsCode(code int) bool

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

func (*GetIntegrationNotFound) IsRedirect added in v0.5.0

func (o *GetIntegrationNotFound) IsRedirect() bool

IsRedirect returns true when this get integration not found response has a 3xx status code

func (*GetIntegrationNotFound) IsServerError added in v0.5.0

func (o *GetIntegrationNotFound) IsServerError() bool

IsServerError returns true when this get integration not found response has a 5xx status code

func (*GetIntegrationNotFound) IsSuccess added in v0.5.0

func (o *GetIntegrationNotFound) IsSuccess() bool

IsSuccess returns true when this get integration not found response has a 2xx status code

func (*GetIntegrationNotFound) String added in v0.5.0

func (o *GetIntegrationNotFound) String() string

type GetIntegrationOK

type GetIntegrationOK struct {
	Payload *models.Integration
}

GetIntegrationOK describes a response with status code 200, with default header values.

successful operation

func NewGetIntegrationOK

func NewGetIntegrationOK() *GetIntegrationOK

NewGetIntegrationOK creates a GetIntegrationOK with default headers values

func (*GetIntegrationOK) Error

func (o *GetIntegrationOK) Error() string

func (*GetIntegrationOK) GetPayload

func (o *GetIntegrationOK) GetPayload() *models.Integration

func (*GetIntegrationOK) IsClientError added in v0.5.0

func (o *GetIntegrationOK) IsClientError() bool

IsClientError returns true when this get integration o k response has a 4xx status code

func (*GetIntegrationOK) IsCode added in v0.5.0

func (o *GetIntegrationOK) IsCode(code int) bool

IsCode returns true when this get integration o k response a status code equal to that given

func (*GetIntegrationOK) IsRedirect added in v0.5.0

func (o *GetIntegrationOK) IsRedirect() bool

IsRedirect returns true when this get integration o k response has a 3xx status code

func (*GetIntegrationOK) IsServerError added in v0.5.0

func (o *GetIntegrationOK) IsServerError() bool

IsServerError returns true when this get integration o k response has a 5xx status code

func (*GetIntegrationOK) IsSuccess added in v0.5.0

func (o *GetIntegrationOK) IsSuccess() bool

IsSuccess returns true when this get integration o k response has a 2xx status code

func (*GetIntegrationOK) String added in v0.5.0

func (o *GetIntegrationOK) String() string

type GetIntegrationParams

type GetIntegrationParams struct {

	/* DollarSelect.

	   Select a subset of properties to include in the response.
	*/
	DollarSelect *string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Integration
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetIntegrationParams contains all the parameters to send to the API endpoint

for the get integration operation.

Typically these are written to a http.Request.

func NewGetIntegrationParams

func NewGetIntegrationParams() *GetIntegrationParams

NewGetIntegrationParams creates a new GetIntegrationParams 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 NewGetIntegrationParamsWithContext

func NewGetIntegrationParamsWithContext(ctx context.Context) *GetIntegrationParams

NewGetIntegrationParamsWithContext creates a new GetIntegrationParams object with the ability to set a context for a request.

func NewGetIntegrationParamsWithHTTPClient

func NewGetIntegrationParamsWithHTTPClient(client *http.Client) *GetIntegrationParams

NewGetIntegrationParamsWithHTTPClient creates a new GetIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntegrationParamsWithTimeout

func NewGetIntegrationParamsWithTimeout(timeout time.Duration) *GetIntegrationParams

NewGetIntegrationParamsWithTimeout creates a new GetIntegrationParams object with the ability to set a timeout on a request.

func (*GetIntegrationParams) SetAPIVersion

func (o *GetIntegrationParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get integration params

func (*GetIntegrationParams) SetContext

func (o *GetIntegrationParams) SetContext(ctx context.Context)

SetContext adds the context to the get integration params

func (*GetIntegrationParams) SetDefaults

func (o *GetIntegrationParams) SetDefaults()

SetDefaults hydrates default values in the get integration params (not the query body).

All values with no default are reset to their zero value.

func (*GetIntegrationParams) SetDollarSelect

func (o *GetIntegrationParams) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the get integration params

func (*GetIntegrationParams) SetHTTPClient

func (o *GetIntegrationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get integration params

func (*GetIntegrationParams) SetID

func (o *GetIntegrationParams) SetID(id string)

SetID adds the id to the get integration params

func (*GetIntegrationParams) SetTimeout

func (o *GetIntegrationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get integration params

func (*GetIntegrationParams) WithAPIVersion

func (o *GetIntegrationParams) WithAPIVersion(aPIVersion string) *GetIntegrationParams

WithAPIVersion adds the aPIVersion to the get integration params

func (*GetIntegrationParams) WithContext

WithContext adds the context to the get integration params

func (*GetIntegrationParams) WithDefaults

func (o *GetIntegrationParams) WithDefaults() *GetIntegrationParams

WithDefaults hydrates default values in the get integration params (not the query body).

All values with no default are reset to their zero value.

func (*GetIntegrationParams) WithDollarSelect

func (o *GetIntegrationParams) WithDollarSelect(dollarSelect *string) *GetIntegrationParams

WithDollarSelect adds the dollarSelect to the get integration params

func (*GetIntegrationParams) WithHTTPClient

func (o *GetIntegrationParams) WithHTTPClient(client *http.Client) *GetIntegrationParams

WithHTTPClient adds the HTTPClient to the get integration params

func (*GetIntegrationParams) WithID

WithID adds the id to the get integration params

func (*GetIntegrationParams) WithTimeout

func (o *GetIntegrationParams) WithTimeout(timeout time.Duration) *GetIntegrationParams

WithTimeout adds the timeout to the get integration params

func (*GetIntegrationParams) WriteToRequest

func (o *GetIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetIntegrationReader

type GetIntegrationReader struct {
	// contains filtered or unexported fields
}

GetIntegrationReader is a Reader for the GetIntegration structure.

func (*GetIntegrationReader) ReadResponse

func (o *GetIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetIntegrationsForbidden

type GetIntegrationsForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetIntegrationsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetIntegrationsForbidden

func NewGetIntegrationsForbidden() *GetIntegrationsForbidden

NewGetIntegrationsForbidden creates a GetIntegrationsForbidden with default headers values

func (*GetIntegrationsForbidden) Error

func (o *GetIntegrationsForbidden) Error() string

func (*GetIntegrationsForbidden) GetPayload

func (*GetIntegrationsForbidden) IsClientError added in v0.5.0

func (o *GetIntegrationsForbidden) IsClientError() bool

IsClientError returns true when this get integrations forbidden response has a 4xx status code

func (*GetIntegrationsForbidden) IsCode added in v0.5.0

func (o *GetIntegrationsForbidden) IsCode(code int) bool

IsCode returns true when this get integrations forbidden response a status code equal to that given

func (*GetIntegrationsForbidden) IsRedirect added in v0.5.0

func (o *GetIntegrationsForbidden) IsRedirect() bool

IsRedirect returns true when this get integrations forbidden response has a 3xx status code

func (*GetIntegrationsForbidden) IsServerError added in v0.5.0

func (o *GetIntegrationsForbidden) IsServerError() bool

IsServerError returns true when this get integrations forbidden response has a 5xx status code

func (*GetIntegrationsForbidden) IsSuccess added in v0.5.0

func (o *GetIntegrationsForbidden) IsSuccess() bool

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

func (*GetIntegrationsForbidden) String added in v0.5.0

func (o *GetIntegrationsForbidden) String() string

type GetIntegrationsOK

type GetIntegrationsOK struct {
	Payload *models.IntegrationResult
}

GetIntegrationsOK describes a response with status code 200, with default header values.

successful operation

func NewGetIntegrationsOK

func NewGetIntegrationsOK() *GetIntegrationsOK

NewGetIntegrationsOK creates a GetIntegrationsOK with default headers values

func (*GetIntegrationsOK) Error

func (o *GetIntegrationsOK) Error() string

func (*GetIntegrationsOK) GetPayload

func (o *GetIntegrationsOK) GetPayload() *models.IntegrationResult

func (*GetIntegrationsOK) IsClientError added in v0.5.0

func (o *GetIntegrationsOK) IsClientError() bool

IsClientError returns true when this get integrations o k response has a 4xx status code

func (*GetIntegrationsOK) IsCode added in v0.5.0

func (o *GetIntegrationsOK) IsCode(code int) bool

IsCode returns true when this get integrations o k response a status code equal to that given

func (*GetIntegrationsOK) IsRedirect added in v0.5.0

func (o *GetIntegrationsOK) IsRedirect() bool

IsRedirect returns true when this get integrations o k response has a 3xx status code

func (*GetIntegrationsOK) IsServerError added in v0.5.0

func (o *GetIntegrationsOK) IsServerError() bool

IsServerError returns true when this get integrations o k response has a 5xx status code

func (*GetIntegrationsOK) IsSuccess added in v0.5.0

func (o *GetIntegrationsOK) IsSuccess() bool

IsSuccess returns true when this get integrations o k response has a 2xx status code

func (*GetIntegrationsOK) String added in v0.5.0

func (o *GetIntegrationsOK) String() string

type GetIntegrationsParams

type GetIntegrationsParams struct {

	/* DollarCount.

	   Flag which when specified, regardless of the assigned value, shows the total number of records. If the collection has a filter it shows the number of records matching the filter.
	*/
	DollarCount *bool

	/* DollarFilter.

	   Filter the results by a specified predicate expression. Operators: eq, ne, and, or.
	*/
	DollarFilter *string

	/* DollarSelect.

	   Select a subset of properties to include in the response.
	*/
	DollarSelect *string

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetIntegrationsParams contains all the parameters to send to the API endpoint

for the get integrations operation.

Typically these are written to a http.Request.

func NewGetIntegrationsParams

func NewGetIntegrationsParams() *GetIntegrationsParams

NewGetIntegrationsParams creates a new GetIntegrationsParams 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 NewGetIntegrationsParamsWithContext

func NewGetIntegrationsParamsWithContext(ctx context.Context) *GetIntegrationsParams

NewGetIntegrationsParamsWithContext creates a new GetIntegrationsParams object with the ability to set a context for a request.

func NewGetIntegrationsParamsWithHTTPClient

func NewGetIntegrationsParamsWithHTTPClient(client *http.Client) *GetIntegrationsParams

NewGetIntegrationsParamsWithHTTPClient creates a new GetIntegrationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntegrationsParamsWithTimeout

func NewGetIntegrationsParamsWithTimeout(timeout time.Duration) *GetIntegrationsParams

NewGetIntegrationsParamsWithTimeout creates a new GetIntegrationsParams object with the ability to set a timeout on a request.

func (*GetIntegrationsParams) SetAPIVersion

func (o *GetIntegrationsParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get integrations params

func (*GetIntegrationsParams) SetContext

func (o *GetIntegrationsParams) SetContext(ctx context.Context)

SetContext adds the context to the get integrations params

func (*GetIntegrationsParams) SetDefaults

func (o *GetIntegrationsParams) SetDefaults()

SetDefaults hydrates default values in the get integrations params (not the query body).

All values with no default are reset to their zero value.

func (*GetIntegrationsParams) SetDollarCount

func (o *GetIntegrationsParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the get integrations params

func (*GetIntegrationsParams) SetDollarFilter

func (o *GetIntegrationsParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get integrations params

func (*GetIntegrationsParams) SetDollarSelect

func (o *GetIntegrationsParams) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the get integrations params

func (*GetIntegrationsParams) SetDollarSkip

func (o *GetIntegrationsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get integrations params

func (*GetIntegrationsParams) SetDollarTop

func (o *GetIntegrationsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the get integrations params

func (*GetIntegrationsParams) SetHTTPClient

func (o *GetIntegrationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get integrations params

func (*GetIntegrationsParams) SetTimeout

func (o *GetIntegrationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get integrations params

func (*GetIntegrationsParams) WithAPIVersion

func (o *GetIntegrationsParams) WithAPIVersion(aPIVersion string) *GetIntegrationsParams

WithAPIVersion adds the aPIVersion to the get integrations params

func (*GetIntegrationsParams) WithContext

WithContext adds the context to the get integrations params

func (*GetIntegrationsParams) WithDefaults

func (o *GetIntegrationsParams) WithDefaults() *GetIntegrationsParams

WithDefaults hydrates default values in the get integrations params (not the query body).

All values with no default are reset to their zero value.

func (*GetIntegrationsParams) WithDollarCount

func (o *GetIntegrationsParams) WithDollarCount(dollarCount *bool) *GetIntegrationsParams

WithDollarCount adds the dollarCount to the get integrations params

func (*GetIntegrationsParams) WithDollarFilter

func (o *GetIntegrationsParams) WithDollarFilter(dollarFilter *string) *GetIntegrationsParams

WithDollarFilter adds the dollarFilter to the get integrations params

func (*GetIntegrationsParams) WithDollarSelect

func (o *GetIntegrationsParams) WithDollarSelect(dollarSelect *string) *GetIntegrationsParams

WithDollarSelect adds the dollarSelect to the get integrations params

func (*GetIntegrationsParams) WithDollarSkip

func (o *GetIntegrationsParams) WithDollarSkip(dollarSkip *int64) *GetIntegrationsParams

WithDollarSkip adds the dollarSkip to the get integrations params

func (*GetIntegrationsParams) WithDollarTop

func (o *GetIntegrationsParams) WithDollarTop(dollarTop *int64) *GetIntegrationsParams

WithDollarTop adds the dollarTop to the get integrations params

func (*GetIntegrationsParams) WithHTTPClient

func (o *GetIntegrationsParams) WithHTTPClient(client *http.Client) *GetIntegrationsParams

WithHTTPClient adds the HTTPClient to the get integrations params

func (*GetIntegrationsParams) WithTimeout

func (o *GetIntegrationsParams) WithTimeout(timeout time.Duration) *GetIntegrationsParams

WithTimeout adds the timeout to the get integrations params

func (*GetIntegrationsParams) WriteToRequest

func (o *GetIntegrationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetIntegrationsReader

type GetIntegrationsReader struct {
	// contains filtered or unexported fields
}

GetIntegrationsReader is a Reader for the GetIntegrations structure.

func (*GetIntegrationsReader) ReadResponse

func (o *GetIntegrationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateIntegrationAsyncAccepted

type UpdateIntegrationAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateIntegrationAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateIntegrationAsyncAccepted

func NewUpdateIntegrationAsyncAccepted() *UpdateIntegrationAsyncAccepted

NewUpdateIntegrationAsyncAccepted creates a UpdateIntegrationAsyncAccepted with default headers values

func (*UpdateIntegrationAsyncAccepted) Error

func (*UpdateIntegrationAsyncAccepted) GetPayload

func (*UpdateIntegrationAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateIntegrationAsyncAccepted) IsClientError() bool

IsClientError returns true when this update integration async accepted response has a 4xx status code

func (*UpdateIntegrationAsyncAccepted) IsCode added in v0.5.0

func (o *UpdateIntegrationAsyncAccepted) IsCode(code int) bool

IsCode returns true when this update integration async accepted response a status code equal to that given

func (*UpdateIntegrationAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateIntegrationAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update integration async accepted response has a 3xx status code

func (*UpdateIntegrationAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateIntegrationAsyncAccepted) IsServerError() bool

IsServerError returns true when this update integration async accepted response has a 5xx status code

func (*UpdateIntegrationAsyncAccepted) IsSuccess added in v0.5.0

func (o *UpdateIntegrationAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this update integration async accepted response has a 2xx status code

func (*UpdateIntegrationAsyncAccepted) String added in v0.5.0

type UpdateIntegrationAsyncForbidden

type UpdateIntegrationAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateIntegrationAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateIntegrationAsyncForbidden

func NewUpdateIntegrationAsyncForbidden() *UpdateIntegrationAsyncForbidden

NewUpdateIntegrationAsyncForbidden creates a UpdateIntegrationAsyncForbidden with default headers values

func (*UpdateIntegrationAsyncForbidden) Error

func (*UpdateIntegrationAsyncForbidden) GetPayload

func (*UpdateIntegrationAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateIntegrationAsyncForbidden) IsClientError() bool

IsClientError returns true when this update integration async forbidden response has a 4xx status code

func (*UpdateIntegrationAsyncForbidden) IsCode added in v0.5.0

func (o *UpdateIntegrationAsyncForbidden) IsCode(code int) bool

IsCode returns true when this update integration async forbidden response a status code equal to that given

func (*UpdateIntegrationAsyncForbidden) IsRedirect added in v0.5.0

func (o *UpdateIntegrationAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this update integration async forbidden response has a 3xx status code

func (*UpdateIntegrationAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateIntegrationAsyncForbidden) IsServerError() bool

IsServerError returns true when this update integration async forbidden response has a 5xx status code

func (*UpdateIntegrationAsyncForbidden) IsSuccess added in v0.5.0

func (o *UpdateIntegrationAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this update integration async forbidden response has a 2xx status code

func (*UpdateIntegrationAsyncForbidden) String added in v0.5.0

type UpdateIntegrationAsyncNotFound

type UpdateIntegrationAsyncNotFound struct {
	Payload *models.Error
}

UpdateIntegrationAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateIntegrationAsyncNotFound

func NewUpdateIntegrationAsyncNotFound() *UpdateIntegrationAsyncNotFound

NewUpdateIntegrationAsyncNotFound creates a UpdateIntegrationAsyncNotFound with default headers values

func (*UpdateIntegrationAsyncNotFound) Error

func (*UpdateIntegrationAsyncNotFound) GetPayload

func (o *UpdateIntegrationAsyncNotFound) GetPayload() *models.Error

func (*UpdateIntegrationAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateIntegrationAsyncNotFound) IsClientError() bool

IsClientError returns true when this update integration async not found response has a 4xx status code

func (*UpdateIntegrationAsyncNotFound) IsCode added in v0.5.0

func (o *UpdateIntegrationAsyncNotFound) IsCode(code int) bool

IsCode returns true when this update integration async not found response a status code equal to that given

func (*UpdateIntegrationAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateIntegrationAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update integration async not found response has a 3xx status code

func (*UpdateIntegrationAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateIntegrationAsyncNotFound) IsServerError() bool

IsServerError returns true when this update integration async not found response has a 5xx status code

func (*UpdateIntegrationAsyncNotFound) IsSuccess added in v0.5.0

func (o *UpdateIntegrationAsyncNotFound) IsSuccess() bool

IsSuccess returns true when this update integration async not found response has a 2xx status code

func (*UpdateIntegrationAsyncNotFound) String added in v0.5.0

type UpdateIntegrationAsyncParams

type UpdateIntegrationAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Integration details to be updated
	*/
	Body *models.UpdateIntegrationSpecification

	/* ID.

	   The ID of the integration
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateIntegrationAsyncParams contains all the parameters to send to the API endpoint

for the update integration async operation.

Typically these are written to a http.Request.

func NewUpdateIntegrationAsyncParams

func NewUpdateIntegrationAsyncParams() *UpdateIntegrationAsyncParams

NewUpdateIntegrationAsyncParams creates a new UpdateIntegrationAsyncParams 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 NewUpdateIntegrationAsyncParamsWithContext

func NewUpdateIntegrationAsyncParamsWithContext(ctx context.Context) *UpdateIntegrationAsyncParams

NewUpdateIntegrationAsyncParamsWithContext creates a new UpdateIntegrationAsyncParams object with the ability to set a context for a request.

func NewUpdateIntegrationAsyncParamsWithHTTPClient

func NewUpdateIntegrationAsyncParamsWithHTTPClient(client *http.Client) *UpdateIntegrationAsyncParams

NewUpdateIntegrationAsyncParamsWithHTTPClient creates a new UpdateIntegrationAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateIntegrationAsyncParamsWithTimeout

func NewUpdateIntegrationAsyncParamsWithTimeout(timeout time.Duration) *UpdateIntegrationAsyncParams

NewUpdateIntegrationAsyncParamsWithTimeout creates a new UpdateIntegrationAsyncParams object with the ability to set a timeout on a request.

func (*UpdateIntegrationAsyncParams) SetAPIVersion

func (o *UpdateIntegrationAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update integration async params

func (*UpdateIntegrationAsyncParams) SetBody

SetBody adds the body to the update integration async params

func (*UpdateIntegrationAsyncParams) SetContext

func (o *UpdateIntegrationAsyncParams) SetContext(ctx context.Context)

SetContext adds the context to the update integration async params

func (*UpdateIntegrationAsyncParams) SetDefaults

func (o *UpdateIntegrationAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update integration async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateIntegrationAsyncParams) SetHTTPClient

func (o *UpdateIntegrationAsyncParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update integration async params

func (*UpdateIntegrationAsyncParams) SetID

func (o *UpdateIntegrationAsyncParams) SetID(id string)

SetID adds the id to the update integration async params

func (*UpdateIntegrationAsyncParams) SetTimeout

func (o *UpdateIntegrationAsyncParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update integration async params

func (*UpdateIntegrationAsyncParams) WithAPIVersion

func (o *UpdateIntegrationAsyncParams) WithAPIVersion(aPIVersion string) *UpdateIntegrationAsyncParams

WithAPIVersion adds the aPIVersion to the update integration async params

func (*UpdateIntegrationAsyncParams) WithBody

WithBody adds the body to the update integration async params

func (*UpdateIntegrationAsyncParams) WithContext

WithContext adds the context to the update integration async params

func (*UpdateIntegrationAsyncParams) WithDefaults

WithDefaults hydrates default values in the update integration async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateIntegrationAsyncParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update integration async params

func (*UpdateIntegrationAsyncParams) WithID

WithID adds the id to the update integration async params

func (*UpdateIntegrationAsyncParams) WithTimeout

WithTimeout adds the timeout to the update integration async params

func (*UpdateIntegrationAsyncParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateIntegrationAsyncReader

type UpdateIntegrationAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateIntegrationAsyncReader is a Reader for the UpdateIntegrationAsync structure.

func (*UpdateIntegrationAsyncReader) ReadResponse

func (o *UpdateIntegrationAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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