integration

package
v0.0.0-...-09f9b81 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptIntegrationHubLegalAgreementBadRequest

type AcceptIntegrationHubLegalAgreementBadRequest struct {
	Payload *models.Error
}
AcceptIntegrationHubLegalAgreementBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAcceptIntegrationHubLegalAgreementBadRequest

func NewAcceptIntegrationHubLegalAgreementBadRequest() *AcceptIntegrationHubLegalAgreementBadRequest

NewAcceptIntegrationHubLegalAgreementBadRequest creates a AcceptIntegrationHubLegalAgreementBadRequest with default headers values

func (*AcceptIntegrationHubLegalAgreementBadRequest) Error

func (*AcceptIntegrationHubLegalAgreementBadRequest) GetPayload

type AcceptIntegrationHubLegalAgreementNotFound

type AcceptIntegrationHubLegalAgreementNotFound struct {
	Payload *models.Error
}
AcceptIntegrationHubLegalAgreementNotFound describes a response with status code 404, with default header values.

Not Found

func NewAcceptIntegrationHubLegalAgreementNotFound

func NewAcceptIntegrationHubLegalAgreementNotFound() *AcceptIntegrationHubLegalAgreementNotFound

NewAcceptIntegrationHubLegalAgreementNotFound creates a AcceptIntegrationHubLegalAgreementNotFound with default headers values

func (*AcceptIntegrationHubLegalAgreementNotFound) Error

func (*AcceptIntegrationHubLegalAgreementNotFound) GetPayload

type AcceptIntegrationHubLegalAgreementOK

type AcceptIntegrationHubLegalAgreementOK struct {
	Payload *models.IntegrationHub
}
AcceptIntegrationHubLegalAgreementOK describes a response with status code 200, with default header values.

Integration hub

func NewAcceptIntegrationHubLegalAgreementOK

func NewAcceptIntegrationHubLegalAgreementOK() *AcceptIntegrationHubLegalAgreementOK

NewAcceptIntegrationHubLegalAgreementOK creates a AcceptIntegrationHubLegalAgreementOK with default headers values

func (*AcceptIntegrationHubLegalAgreementOK) Error

func (*AcceptIntegrationHubLegalAgreementOK) GetPayload

type AcceptIntegrationHubLegalAgreementParams

type AcceptIntegrationHubLegalAgreementParams struct {

	/* IntegrationHubID.

	   Id of integration_hub

	   Format: int64
	*/
	IntegrationHubID int64

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

AcceptIntegrationHubLegalAgreementParams contains all the parameters to send to the API endpoint

for the accept integration hub legal agreement operation.

Typically these are written to a http.Request.

func NewAcceptIntegrationHubLegalAgreementParams

func NewAcceptIntegrationHubLegalAgreementParams() *AcceptIntegrationHubLegalAgreementParams

NewAcceptIntegrationHubLegalAgreementParams creates a new AcceptIntegrationHubLegalAgreementParams 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 NewAcceptIntegrationHubLegalAgreementParamsWithContext

func NewAcceptIntegrationHubLegalAgreementParamsWithContext(ctx context.Context) *AcceptIntegrationHubLegalAgreementParams

NewAcceptIntegrationHubLegalAgreementParamsWithContext creates a new AcceptIntegrationHubLegalAgreementParams object with the ability to set a context for a request.

func NewAcceptIntegrationHubLegalAgreementParamsWithHTTPClient

func NewAcceptIntegrationHubLegalAgreementParamsWithHTTPClient(client *http.Client) *AcceptIntegrationHubLegalAgreementParams

NewAcceptIntegrationHubLegalAgreementParamsWithHTTPClient creates a new AcceptIntegrationHubLegalAgreementParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptIntegrationHubLegalAgreementParamsWithTimeout

func NewAcceptIntegrationHubLegalAgreementParamsWithTimeout(timeout time.Duration) *AcceptIntegrationHubLegalAgreementParams

NewAcceptIntegrationHubLegalAgreementParamsWithTimeout creates a new AcceptIntegrationHubLegalAgreementParams object with the ability to set a timeout on a request.

func (*AcceptIntegrationHubLegalAgreementParams) SetContext

SetContext adds the context to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) SetDefaults

SetDefaults hydrates default values in the accept integration hub legal agreement params (not the query body).

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

func (*AcceptIntegrationHubLegalAgreementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) SetIntegrationHubID

func (o *AcceptIntegrationHubLegalAgreementParams) SetIntegrationHubID(integrationHubID int64)

SetIntegrationHubID adds the integrationHubId to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) SetTimeout

SetTimeout adds the timeout to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) WithContext

WithContext adds the context to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) WithDefaults

WithDefaults hydrates default values in the accept integration hub legal agreement params (not the query body).

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

func (*AcceptIntegrationHubLegalAgreementParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) WithIntegrationHubID

WithIntegrationHubID adds the integrationHubID to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) WithTimeout

WithTimeout adds the timeout to the accept integration hub legal agreement params

func (*AcceptIntegrationHubLegalAgreementParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptIntegrationHubLegalAgreementReader

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

AcceptIntegrationHubLegalAgreementReader is a Reader for the AcceptIntegrationHubLegalAgreement structure.

func (*AcceptIntegrationHubLegalAgreementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptIntegrationHubLegalAgreementUnprocessableEntity

type AcceptIntegrationHubLegalAgreementUnprocessableEntity struct {
	Payload *models.ValidationError
}
AcceptIntegrationHubLegalAgreementUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAcceptIntegrationHubLegalAgreementUnprocessableEntity

func NewAcceptIntegrationHubLegalAgreementUnprocessableEntity() *AcceptIntegrationHubLegalAgreementUnprocessableEntity

NewAcceptIntegrationHubLegalAgreementUnprocessableEntity creates a AcceptIntegrationHubLegalAgreementUnprocessableEntity with default headers values

func (*AcceptIntegrationHubLegalAgreementUnprocessableEntity) Error

func (*AcceptIntegrationHubLegalAgreementUnprocessableEntity) GetPayload

type AllIntegrationHubsBadRequest

type AllIntegrationHubsBadRequest struct {
	Payload *models.Error
}
AllIntegrationHubsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAllIntegrationHubsBadRequest

func NewAllIntegrationHubsBadRequest() *AllIntegrationHubsBadRequest

NewAllIntegrationHubsBadRequest creates a AllIntegrationHubsBadRequest with default headers values

func (*AllIntegrationHubsBadRequest) Error

func (*AllIntegrationHubsBadRequest) GetPayload

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

type AllIntegrationHubsNotFound

type AllIntegrationHubsNotFound struct {
	Payload *models.Error
}
AllIntegrationHubsNotFound describes a response with status code 404, with default header values.

Not Found

func NewAllIntegrationHubsNotFound

func NewAllIntegrationHubsNotFound() *AllIntegrationHubsNotFound

NewAllIntegrationHubsNotFound creates a AllIntegrationHubsNotFound with default headers values

func (*AllIntegrationHubsNotFound) Error

func (*AllIntegrationHubsNotFound) GetPayload

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

type AllIntegrationHubsOK

type AllIntegrationHubsOK struct {
	Payload []*models.IntegrationHub
}
AllIntegrationHubsOK describes a response with status code 200, with default header values.

Integration Hub

func NewAllIntegrationHubsOK

func NewAllIntegrationHubsOK() *AllIntegrationHubsOK

NewAllIntegrationHubsOK creates a AllIntegrationHubsOK with default headers values

func (*AllIntegrationHubsOK) Error

func (o *AllIntegrationHubsOK) Error() string

func (*AllIntegrationHubsOK) GetPayload

func (o *AllIntegrationHubsOK) GetPayload() []*models.IntegrationHub

type AllIntegrationHubsParams

type AllIntegrationHubsParams struct {

	/* Fields.

	   Requested fields.
	*/
	Fields *string

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

AllIntegrationHubsParams contains all the parameters to send to the API endpoint

for the all integration hubs operation.

Typically these are written to a http.Request.

func NewAllIntegrationHubsParams

func NewAllIntegrationHubsParams() *AllIntegrationHubsParams

NewAllIntegrationHubsParams creates a new AllIntegrationHubsParams 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 NewAllIntegrationHubsParamsWithContext

func NewAllIntegrationHubsParamsWithContext(ctx context.Context) *AllIntegrationHubsParams

NewAllIntegrationHubsParamsWithContext creates a new AllIntegrationHubsParams object with the ability to set a context for a request.

func NewAllIntegrationHubsParamsWithHTTPClient

func NewAllIntegrationHubsParamsWithHTTPClient(client *http.Client) *AllIntegrationHubsParams

NewAllIntegrationHubsParamsWithHTTPClient creates a new AllIntegrationHubsParams object with the ability to set a custom HTTPClient for a request.

func NewAllIntegrationHubsParamsWithTimeout

func NewAllIntegrationHubsParamsWithTimeout(timeout time.Duration) *AllIntegrationHubsParams

NewAllIntegrationHubsParamsWithTimeout creates a new AllIntegrationHubsParams object with the ability to set a timeout on a request.

func (*AllIntegrationHubsParams) SetContext

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

SetContext adds the context to the all integration hubs params

func (*AllIntegrationHubsParams) SetDefaults

func (o *AllIntegrationHubsParams) SetDefaults()

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

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

func (*AllIntegrationHubsParams) SetFields

func (o *AllIntegrationHubsParams) SetFields(fields *string)

SetFields adds the fields to the all integration hubs params

func (*AllIntegrationHubsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all integration hubs params

func (*AllIntegrationHubsParams) SetTimeout

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

SetTimeout adds the timeout to the all integration hubs params

func (*AllIntegrationHubsParams) WithContext

WithContext adds the context to the all integration hubs params

func (*AllIntegrationHubsParams) WithDefaults

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

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

func (*AllIntegrationHubsParams) WithFields

WithFields adds the fields to the all integration hubs params

func (*AllIntegrationHubsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the all integration hubs params

func (*AllIntegrationHubsParams) WithTimeout

WithTimeout adds the timeout to the all integration hubs params

func (*AllIntegrationHubsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AllIntegrationHubsReader

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

AllIntegrationHubsReader is a Reader for the AllIntegrationHubs structure.

func (*AllIntegrationHubsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AllIntegrationsBadRequest

type AllIntegrationsBadRequest struct {
	Payload *models.Error
}
AllIntegrationsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAllIntegrationsBadRequest

func NewAllIntegrationsBadRequest() *AllIntegrationsBadRequest

NewAllIntegrationsBadRequest creates a AllIntegrationsBadRequest with default headers values

func (*AllIntegrationsBadRequest) Error

func (o *AllIntegrationsBadRequest) Error() string

func (*AllIntegrationsBadRequest) GetPayload

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

type AllIntegrationsNotFound

type AllIntegrationsNotFound struct {
	Payload *models.Error
}
AllIntegrationsNotFound describes a response with status code 404, with default header values.

Not Found

func NewAllIntegrationsNotFound

func NewAllIntegrationsNotFound() *AllIntegrationsNotFound

NewAllIntegrationsNotFound creates a AllIntegrationsNotFound with default headers values

func (*AllIntegrationsNotFound) Error

func (o *AllIntegrationsNotFound) Error() string

func (*AllIntegrationsNotFound) GetPayload

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

type AllIntegrationsOK

type AllIntegrationsOK struct {
	Payload []*models.Integration
}
AllIntegrationsOK describes a response with status code 200, with default header values.

Integration

func NewAllIntegrationsOK

func NewAllIntegrationsOK() *AllIntegrationsOK

NewAllIntegrationsOK creates a AllIntegrationsOK with default headers values

func (*AllIntegrationsOK) Error

func (o *AllIntegrationsOK) Error() string

func (*AllIntegrationsOK) GetPayload

func (o *AllIntegrationsOK) GetPayload() []*models.Integration

type AllIntegrationsParams

type AllIntegrationsParams struct {

	/* Fields.

	   Requested fields.
	*/
	Fields *string

	/* IntegrationHubID.

	   Filter to a specific provider
	*/
	IntegrationHubID *string

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

AllIntegrationsParams contains all the parameters to send to the API endpoint

for the all integrations operation.

Typically these are written to a http.Request.

func NewAllIntegrationsParams

func NewAllIntegrationsParams() *AllIntegrationsParams

NewAllIntegrationsParams creates a new AllIntegrationsParams 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 NewAllIntegrationsParamsWithContext

func NewAllIntegrationsParamsWithContext(ctx context.Context) *AllIntegrationsParams

NewAllIntegrationsParamsWithContext creates a new AllIntegrationsParams object with the ability to set a context for a request.

func NewAllIntegrationsParamsWithHTTPClient

func NewAllIntegrationsParamsWithHTTPClient(client *http.Client) *AllIntegrationsParams

NewAllIntegrationsParamsWithHTTPClient creates a new AllIntegrationsParams object with the ability to set a custom HTTPClient for a request.

func NewAllIntegrationsParamsWithTimeout

func NewAllIntegrationsParamsWithTimeout(timeout time.Duration) *AllIntegrationsParams

NewAllIntegrationsParamsWithTimeout creates a new AllIntegrationsParams object with the ability to set a timeout on a request.

func (*AllIntegrationsParams) SetContext

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

SetContext adds the context to the all integrations params

func (*AllIntegrationsParams) SetDefaults

func (o *AllIntegrationsParams) SetDefaults()

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

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

func (*AllIntegrationsParams) SetFields

func (o *AllIntegrationsParams) SetFields(fields *string)

SetFields adds the fields to the all integrations params

func (*AllIntegrationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all integrations params

func (*AllIntegrationsParams) SetIntegrationHubID

func (o *AllIntegrationsParams) SetIntegrationHubID(integrationHubID *string)

SetIntegrationHubID adds the integrationHubId to the all integrations params

func (*AllIntegrationsParams) SetTimeout

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

SetTimeout adds the timeout to the all integrations params

func (*AllIntegrationsParams) WithContext

WithContext adds the context to the all integrations params

func (*AllIntegrationsParams) WithDefaults

func (o *AllIntegrationsParams) WithDefaults() *AllIntegrationsParams

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

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

func (*AllIntegrationsParams) WithFields

func (o *AllIntegrationsParams) WithFields(fields *string) *AllIntegrationsParams

WithFields adds the fields to the all integrations params

func (*AllIntegrationsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the all integrations params

func (*AllIntegrationsParams) WithIntegrationHubID

func (o *AllIntegrationsParams) WithIntegrationHubID(integrationHubID *string) *AllIntegrationsParams

WithIntegrationHubID adds the integrationHubID to the all integrations params

func (*AllIntegrationsParams) WithTimeout

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

WithTimeout adds the timeout to the all integrations params

func (*AllIntegrationsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AllIntegrationsReader

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

AllIntegrationsReader is a Reader for the AllIntegrations structure.

func (*AllIntegrationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for integration API

func (*Client) AcceptIntegrationHubLegalAgreement

func (a *Client) AcceptIntegrationHubLegalAgreement(params *AcceptIntegrationHubLegalAgreementParams, opts ...ClientOption) (*AcceptIntegrationHubLegalAgreementOK, error)

AcceptIntegrationHubLegalAgreement accepts integration hub legal agreement

Accepts the legal agreement for a given integration hub. This only works for integration hubs that have legal_agreement_required set to true and legal_agreement_signed set to false.

func (*Client) AllIntegrationHubs

func (a *Client) AllIntegrationHubs(params *AllIntegrationHubsParams, opts ...ClientOption) (*AllIntegrationHubsOK, error)

AllIntegrationHubs gets all integration hubs

### Get information about all Integration Hubs.

func (*Client) AllIntegrations

func (a *Client) AllIntegrations(params *AllIntegrationsParams, opts ...ClientOption) (*AllIntegrationsOK, error)

AllIntegrations gets all integrations

### Get information about all Integrations.

func (*Client) CreateIntegrationHub

func (a *Client) CreateIntegrationHub(params *CreateIntegrationHubParams, opts ...ClientOption) (*CreateIntegrationHubOK, error)
CreateIntegrationHub creates integration hub

### Create a new Integration Hub.

This API is rate limited to prevent it from being used for SSRF attacks

func (*Client) DeleteIntegrationHub

func (a *Client) DeleteIntegrationHub(params *DeleteIntegrationHubParams, opts ...ClientOption) (*DeleteIntegrationHubNoContent, error)

DeleteIntegrationHub deletes integration hub

### Delete a Integration Hub.

func (*Client) FetchIntegrationForm

func (a *Client) FetchIntegrationForm(params *FetchIntegrationFormParams, opts ...ClientOption) (*FetchIntegrationFormOK, error)

FetchIntegrationForm fetches remote integration form

Returns the Integration form for presentation to the user.

func (*Client) Integration

func (a *Client) Integration(params *IntegrationParams, opts ...ClientOption) (*IntegrationOK, error)

Integration gets integration

### Get information about a Integration.

func (*Client) IntegrationHub

func (a *Client) IntegrationHub(params *IntegrationHubParams, opts ...ClientOption) (*IntegrationHubOK, error)

IntegrationHub gets integration hub

### Get information about a Integration Hub.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestIntegration

func (a *Client) TestIntegration(params *TestIntegrationParams, opts ...ClientOption) (*TestIntegrationOK, error)

TestIntegration tests integration

Tests the integration to make sure all the settings are working.

func (*Client) UpdateIntegration

func (a *Client) UpdateIntegration(params *UpdateIntegrationParams, opts ...ClientOption) (*UpdateIntegrationOK, error)

UpdateIntegration updates integration

### Update parameters on a Integration.

func (*Client) UpdateIntegrationHub

func (a *Client) UpdateIntegrationHub(params *UpdateIntegrationHubParams, opts ...ClientOption) (*UpdateIntegrationHubOK, error)
UpdateIntegrationHub updates integration hub

### Update a Integration Hub definition.

This API is rate limited to prevent it from being used for SSRF attacks

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AcceptIntegrationHubLegalAgreement(params *AcceptIntegrationHubLegalAgreementParams, opts ...ClientOption) (*AcceptIntegrationHubLegalAgreementOK, error)

	AllIntegrationHubs(params *AllIntegrationHubsParams, opts ...ClientOption) (*AllIntegrationHubsOK, error)

	AllIntegrations(params *AllIntegrationsParams, opts ...ClientOption) (*AllIntegrationsOK, error)

	CreateIntegrationHub(params *CreateIntegrationHubParams, opts ...ClientOption) (*CreateIntegrationHubOK, error)

	DeleteIntegrationHub(params *DeleteIntegrationHubParams, opts ...ClientOption) (*DeleteIntegrationHubNoContent, error)

	FetchIntegrationForm(params *FetchIntegrationFormParams, opts ...ClientOption) (*FetchIntegrationFormOK, error)

	Integration(params *IntegrationParams, opts ...ClientOption) (*IntegrationOK, error)

	IntegrationHub(params *IntegrationHubParams, opts ...ClientOption) (*IntegrationHubOK, error)

	TestIntegration(params *TestIntegrationParams, opts ...ClientOption) (*TestIntegrationOK, error)

	UpdateIntegration(params *UpdateIntegrationParams, opts ...ClientOption) (*UpdateIntegrationOK, error)

	UpdateIntegrationHub(params *UpdateIntegrationHubParams, opts ...ClientOption) (*UpdateIntegrationHubOK, 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 CreateIntegrationHubBadRequest

type CreateIntegrationHubBadRequest struct {
	Payload *models.Error
}
CreateIntegrationHubBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateIntegrationHubBadRequest

func NewCreateIntegrationHubBadRequest() *CreateIntegrationHubBadRequest

NewCreateIntegrationHubBadRequest creates a CreateIntegrationHubBadRequest with default headers values

func (*CreateIntegrationHubBadRequest) Error

func (*CreateIntegrationHubBadRequest) GetPayload

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

type CreateIntegrationHubConflict

type CreateIntegrationHubConflict struct {
	Payload *models.Error
}
CreateIntegrationHubConflict describes a response with status code 409, with default header values.

Resource Already Exists

func NewCreateIntegrationHubConflict

func NewCreateIntegrationHubConflict() *CreateIntegrationHubConflict

NewCreateIntegrationHubConflict creates a CreateIntegrationHubConflict with default headers values

func (*CreateIntegrationHubConflict) Error

func (*CreateIntegrationHubConflict) GetPayload

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

type CreateIntegrationHubNotFound

type CreateIntegrationHubNotFound struct {
	Payload *models.Error
}
CreateIntegrationHubNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateIntegrationHubNotFound

func NewCreateIntegrationHubNotFound() *CreateIntegrationHubNotFound

NewCreateIntegrationHubNotFound creates a CreateIntegrationHubNotFound with default headers values

func (*CreateIntegrationHubNotFound) Error

func (*CreateIntegrationHubNotFound) GetPayload

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

type CreateIntegrationHubOK

type CreateIntegrationHubOK struct {
	Payload *models.IntegrationHub
}
CreateIntegrationHubOK describes a response with status code 200, with default header values.

Integration Hub

func NewCreateIntegrationHubOK

func NewCreateIntegrationHubOK() *CreateIntegrationHubOK

NewCreateIntegrationHubOK creates a CreateIntegrationHubOK with default headers values

func (*CreateIntegrationHubOK) Error

func (o *CreateIntegrationHubOK) Error() string

func (*CreateIntegrationHubOK) GetPayload

func (o *CreateIntegrationHubOK) GetPayload() *models.IntegrationHub

type CreateIntegrationHubParams

type CreateIntegrationHubParams struct {

	/* Body.

	   Integration Hub
	*/
	Body *models.IntegrationHub

	/* Fields.

	   Requested fields.
	*/
	Fields *string

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

CreateIntegrationHubParams contains all the parameters to send to the API endpoint

for the create integration hub operation.

Typically these are written to a http.Request.

func NewCreateIntegrationHubParams

func NewCreateIntegrationHubParams() *CreateIntegrationHubParams

NewCreateIntegrationHubParams creates a new CreateIntegrationHubParams 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 NewCreateIntegrationHubParamsWithContext

func NewCreateIntegrationHubParamsWithContext(ctx context.Context) *CreateIntegrationHubParams

NewCreateIntegrationHubParamsWithContext creates a new CreateIntegrationHubParams object with the ability to set a context for a request.

func NewCreateIntegrationHubParamsWithHTTPClient

func NewCreateIntegrationHubParamsWithHTTPClient(client *http.Client) *CreateIntegrationHubParams

NewCreateIntegrationHubParamsWithHTTPClient creates a new CreateIntegrationHubParams object with the ability to set a custom HTTPClient for a request.

func NewCreateIntegrationHubParamsWithTimeout

func NewCreateIntegrationHubParamsWithTimeout(timeout time.Duration) *CreateIntegrationHubParams

NewCreateIntegrationHubParamsWithTimeout creates a new CreateIntegrationHubParams object with the ability to set a timeout on a request.

func (*CreateIntegrationHubParams) SetBody

SetBody adds the body to the create integration hub params

func (*CreateIntegrationHubParams) SetContext

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

SetContext adds the context to the create integration hub params

func (*CreateIntegrationHubParams) SetDefaults

func (o *CreateIntegrationHubParams) SetDefaults()

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

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

func (*CreateIntegrationHubParams) SetFields

func (o *CreateIntegrationHubParams) SetFields(fields *string)

SetFields adds the fields to the create integration hub params

func (*CreateIntegrationHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create integration hub params

func (*CreateIntegrationHubParams) SetTimeout

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

SetTimeout adds the timeout to the create integration hub params

func (*CreateIntegrationHubParams) WithBody

WithBody adds the body to the create integration hub params

func (*CreateIntegrationHubParams) WithContext

WithContext adds the context to the create integration hub params

func (*CreateIntegrationHubParams) WithDefaults

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

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

func (*CreateIntegrationHubParams) WithFields

WithFields adds the fields to the create integration hub params

func (*CreateIntegrationHubParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create integration hub params

func (*CreateIntegrationHubParams) WithTimeout

WithTimeout adds the timeout to the create integration hub params

func (*CreateIntegrationHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateIntegrationHubReader

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

CreateIntegrationHubReader is a Reader for the CreateIntegrationHub structure.

func (*CreateIntegrationHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateIntegrationHubTooManyRequests

type CreateIntegrationHubTooManyRequests struct {
	Payload *models.Error
}
CreateIntegrationHubTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateIntegrationHubTooManyRequests

func NewCreateIntegrationHubTooManyRequests() *CreateIntegrationHubTooManyRequests

NewCreateIntegrationHubTooManyRequests creates a CreateIntegrationHubTooManyRequests with default headers values

func (*CreateIntegrationHubTooManyRequests) Error

func (*CreateIntegrationHubTooManyRequests) GetPayload

type CreateIntegrationHubUnprocessableEntity

type CreateIntegrationHubUnprocessableEntity struct {
	Payload *models.ValidationError
}
CreateIntegrationHubUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateIntegrationHubUnprocessableEntity

func NewCreateIntegrationHubUnprocessableEntity() *CreateIntegrationHubUnprocessableEntity

NewCreateIntegrationHubUnprocessableEntity creates a CreateIntegrationHubUnprocessableEntity with default headers values

func (*CreateIntegrationHubUnprocessableEntity) Error

func (*CreateIntegrationHubUnprocessableEntity) GetPayload

type DeleteIntegrationHubBadRequest

type DeleteIntegrationHubBadRequest struct {
	Payload *models.Error
}
DeleteIntegrationHubBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteIntegrationHubBadRequest

func NewDeleteIntegrationHubBadRequest() *DeleteIntegrationHubBadRequest

NewDeleteIntegrationHubBadRequest creates a DeleteIntegrationHubBadRequest with default headers values

func (*DeleteIntegrationHubBadRequest) Error

func (*DeleteIntegrationHubBadRequest) GetPayload

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

type DeleteIntegrationHubNoContent

type DeleteIntegrationHubNoContent struct {
	Payload string
}
DeleteIntegrationHubNoContent describes a response with status code 204, with default header values.

Successfully deleted.

func NewDeleteIntegrationHubNoContent

func NewDeleteIntegrationHubNoContent() *DeleteIntegrationHubNoContent

NewDeleteIntegrationHubNoContent creates a DeleteIntegrationHubNoContent with default headers values

func (*DeleteIntegrationHubNoContent) Error

func (*DeleteIntegrationHubNoContent) GetPayload

func (o *DeleteIntegrationHubNoContent) GetPayload() string

type DeleteIntegrationHubNotFound

type DeleteIntegrationHubNotFound struct {
	Payload *models.Error
}
DeleteIntegrationHubNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteIntegrationHubNotFound

func NewDeleteIntegrationHubNotFound() *DeleteIntegrationHubNotFound

NewDeleteIntegrationHubNotFound creates a DeleteIntegrationHubNotFound with default headers values

func (*DeleteIntegrationHubNotFound) Error

func (*DeleteIntegrationHubNotFound) GetPayload

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

type DeleteIntegrationHubParams

type DeleteIntegrationHubParams struct {

	/* IntegrationHubID.

	   Id of integration_hub

	   Format: int64
	*/
	IntegrationHubID int64

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

DeleteIntegrationHubParams contains all the parameters to send to the API endpoint

for the delete integration hub operation.

Typically these are written to a http.Request.

func NewDeleteIntegrationHubParams

func NewDeleteIntegrationHubParams() *DeleteIntegrationHubParams

NewDeleteIntegrationHubParams creates a new DeleteIntegrationHubParams 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 NewDeleteIntegrationHubParamsWithContext

func NewDeleteIntegrationHubParamsWithContext(ctx context.Context) *DeleteIntegrationHubParams

NewDeleteIntegrationHubParamsWithContext creates a new DeleteIntegrationHubParams object with the ability to set a context for a request.

func NewDeleteIntegrationHubParamsWithHTTPClient

func NewDeleteIntegrationHubParamsWithHTTPClient(client *http.Client) *DeleteIntegrationHubParams

NewDeleteIntegrationHubParamsWithHTTPClient creates a new DeleteIntegrationHubParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteIntegrationHubParamsWithTimeout

func NewDeleteIntegrationHubParamsWithTimeout(timeout time.Duration) *DeleteIntegrationHubParams

NewDeleteIntegrationHubParamsWithTimeout creates a new DeleteIntegrationHubParams object with the ability to set a timeout on a request.

func (*DeleteIntegrationHubParams) SetContext

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

SetContext adds the context to the delete integration hub params

func (*DeleteIntegrationHubParams) SetDefaults

func (o *DeleteIntegrationHubParams) SetDefaults()

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

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

func (*DeleteIntegrationHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete integration hub params

func (*DeleteIntegrationHubParams) SetIntegrationHubID

func (o *DeleteIntegrationHubParams) SetIntegrationHubID(integrationHubID int64)

SetIntegrationHubID adds the integrationHubId to the delete integration hub params

func (*DeleteIntegrationHubParams) SetTimeout

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

SetTimeout adds the timeout to the delete integration hub params

func (*DeleteIntegrationHubParams) WithContext

WithContext adds the context to the delete integration hub params

func (*DeleteIntegrationHubParams) WithDefaults

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

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

func (*DeleteIntegrationHubParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete integration hub params

func (*DeleteIntegrationHubParams) WithIntegrationHubID

func (o *DeleteIntegrationHubParams) WithIntegrationHubID(integrationHubID int64) *DeleteIntegrationHubParams

WithIntegrationHubID adds the integrationHubID to the delete integration hub params

func (*DeleteIntegrationHubParams) WithTimeout

WithTimeout adds the timeout to the delete integration hub params

func (*DeleteIntegrationHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteIntegrationHubReader

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

DeleteIntegrationHubReader is a Reader for the DeleteIntegrationHub structure.

func (*DeleteIntegrationHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteIntegrationHubTooManyRequests

type DeleteIntegrationHubTooManyRequests struct {
	Payload *models.Error
}
DeleteIntegrationHubTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteIntegrationHubTooManyRequests

func NewDeleteIntegrationHubTooManyRequests() *DeleteIntegrationHubTooManyRequests

NewDeleteIntegrationHubTooManyRequests creates a DeleteIntegrationHubTooManyRequests with default headers values

func (*DeleteIntegrationHubTooManyRequests) Error

func (*DeleteIntegrationHubTooManyRequests) GetPayload

type FetchIntegrationFormBadRequest

type FetchIntegrationFormBadRequest struct {
	Payload *models.Error
}
FetchIntegrationFormBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewFetchIntegrationFormBadRequest

func NewFetchIntegrationFormBadRequest() *FetchIntegrationFormBadRequest

NewFetchIntegrationFormBadRequest creates a FetchIntegrationFormBadRequest with default headers values

func (*FetchIntegrationFormBadRequest) Error

func (*FetchIntegrationFormBadRequest) GetPayload

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

type FetchIntegrationFormNotFound

type FetchIntegrationFormNotFound struct {
	Payload *models.Error
}
FetchIntegrationFormNotFound describes a response with status code 404, with default header values.

Not Found

func NewFetchIntegrationFormNotFound

func NewFetchIntegrationFormNotFound() *FetchIntegrationFormNotFound

NewFetchIntegrationFormNotFound creates a FetchIntegrationFormNotFound with default headers values

func (*FetchIntegrationFormNotFound) Error

func (*FetchIntegrationFormNotFound) GetPayload

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

type FetchIntegrationFormOK

type FetchIntegrationFormOK struct {
	Payload *models.DataActionForm
}
FetchIntegrationFormOK describes a response with status code 200, with default header values.

Data Action Form

func NewFetchIntegrationFormOK

func NewFetchIntegrationFormOK() *FetchIntegrationFormOK

NewFetchIntegrationFormOK creates a FetchIntegrationFormOK with default headers values

func (*FetchIntegrationFormOK) Error

func (o *FetchIntegrationFormOK) Error() string

func (*FetchIntegrationFormOK) GetPayload

func (o *FetchIntegrationFormOK) GetPayload() *models.DataActionForm

type FetchIntegrationFormParams

type FetchIntegrationFormParams struct {

	/* Body.

	   Integration Form Request
	*/
	Body map[string]string

	/* IntegrationID.

	   Id of integration
	*/
	IntegrationID string

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

FetchIntegrationFormParams contains all the parameters to send to the API endpoint

for the fetch integration form operation.

Typically these are written to a http.Request.

func NewFetchIntegrationFormParams

func NewFetchIntegrationFormParams() *FetchIntegrationFormParams

NewFetchIntegrationFormParams creates a new FetchIntegrationFormParams 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 NewFetchIntegrationFormParamsWithContext

func NewFetchIntegrationFormParamsWithContext(ctx context.Context) *FetchIntegrationFormParams

NewFetchIntegrationFormParamsWithContext creates a new FetchIntegrationFormParams object with the ability to set a context for a request.

func NewFetchIntegrationFormParamsWithHTTPClient

func NewFetchIntegrationFormParamsWithHTTPClient(client *http.Client) *FetchIntegrationFormParams

NewFetchIntegrationFormParamsWithHTTPClient creates a new FetchIntegrationFormParams object with the ability to set a custom HTTPClient for a request.

func NewFetchIntegrationFormParamsWithTimeout

func NewFetchIntegrationFormParamsWithTimeout(timeout time.Duration) *FetchIntegrationFormParams

NewFetchIntegrationFormParamsWithTimeout creates a new FetchIntegrationFormParams object with the ability to set a timeout on a request.

func (*FetchIntegrationFormParams) SetBody

func (o *FetchIntegrationFormParams) SetBody(body map[string]string)

SetBody adds the body to the fetch integration form params

func (*FetchIntegrationFormParams) SetContext

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

SetContext adds the context to the fetch integration form params

func (*FetchIntegrationFormParams) SetDefaults

func (o *FetchIntegrationFormParams) SetDefaults()

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

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

func (*FetchIntegrationFormParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the fetch integration form params

func (*FetchIntegrationFormParams) SetIntegrationID

func (o *FetchIntegrationFormParams) SetIntegrationID(integrationID string)

SetIntegrationID adds the integrationId to the fetch integration form params

func (*FetchIntegrationFormParams) SetTimeout

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

SetTimeout adds the timeout to the fetch integration form params

func (*FetchIntegrationFormParams) WithBody

WithBody adds the body to the fetch integration form params

func (*FetchIntegrationFormParams) WithContext

WithContext adds the context to the fetch integration form params

func (*FetchIntegrationFormParams) WithDefaults

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

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

func (*FetchIntegrationFormParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the fetch integration form params

func (*FetchIntegrationFormParams) WithIntegrationID

func (o *FetchIntegrationFormParams) WithIntegrationID(integrationID string) *FetchIntegrationFormParams

WithIntegrationID adds the integrationID to the fetch integration form params

func (*FetchIntegrationFormParams) WithTimeout

WithTimeout adds the timeout to the fetch integration form params

func (*FetchIntegrationFormParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FetchIntegrationFormReader

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

FetchIntegrationFormReader is a Reader for the FetchIntegrationForm structure.

func (*FetchIntegrationFormReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FetchIntegrationFormUnprocessableEntity

type FetchIntegrationFormUnprocessableEntity struct {
	Payload *models.ValidationError
}
FetchIntegrationFormUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewFetchIntegrationFormUnprocessableEntity

func NewFetchIntegrationFormUnprocessableEntity() *FetchIntegrationFormUnprocessableEntity

NewFetchIntegrationFormUnprocessableEntity creates a FetchIntegrationFormUnprocessableEntity with default headers values

func (*FetchIntegrationFormUnprocessableEntity) Error

func (*FetchIntegrationFormUnprocessableEntity) GetPayload

type IntegrationBadRequest

type IntegrationBadRequest struct {
	Payload *models.Error
}
IntegrationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntegrationBadRequest

func NewIntegrationBadRequest() *IntegrationBadRequest

NewIntegrationBadRequest creates a IntegrationBadRequest with default headers values

func (*IntegrationBadRequest) Error

func (o *IntegrationBadRequest) Error() string

func (*IntegrationBadRequest) GetPayload

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

type IntegrationHubBadRequest

type IntegrationHubBadRequest struct {
	Payload *models.Error
}
IntegrationHubBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntegrationHubBadRequest

func NewIntegrationHubBadRequest() *IntegrationHubBadRequest

NewIntegrationHubBadRequest creates a IntegrationHubBadRequest with default headers values

func (*IntegrationHubBadRequest) Error

func (o *IntegrationHubBadRequest) Error() string

func (*IntegrationHubBadRequest) GetPayload

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

type IntegrationHubNotFound

type IntegrationHubNotFound struct {
	Payload *models.Error
}
IntegrationHubNotFound describes a response with status code 404, with default header values.

Not Found

func NewIntegrationHubNotFound

func NewIntegrationHubNotFound() *IntegrationHubNotFound

NewIntegrationHubNotFound creates a IntegrationHubNotFound with default headers values

func (*IntegrationHubNotFound) Error

func (o *IntegrationHubNotFound) Error() string

func (*IntegrationHubNotFound) GetPayload

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

type IntegrationHubOK

type IntegrationHubOK struct {
	Payload *models.IntegrationHub
}
IntegrationHubOK describes a response with status code 200, with default header values.

Integration Hub

func NewIntegrationHubOK

func NewIntegrationHubOK() *IntegrationHubOK

NewIntegrationHubOK creates a IntegrationHubOK with default headers values

func (*IntegrationHubOK) Error

func (o *IntegrationHubOK) Error() string

func (*IntegrationHubOK) GetPayload

func (o *IntegrationHubOK) GetPayload() *models.IntegrationHub

type IntegrationHubParams

type IntegrationHubParams struct {

	/* Fields.

	   Requested fields.
	*/
	Fields *string

	/* IntegrationHubID.

	   Id of Integration Hub

	   Format: int64
	*/
	IntegrationHubID int64

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

IntegrationHubParams contains all the parameters to send to the API endpoint

for the integration hub operation.

Typically these are written to a http.Request.

func NewIntegrationHubParams

func NewIntegrationHubParams() *IntegrationHubParams

NewIntegrationHubParams creates a new IntegrationHubParams 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 NewIntegrationHubParamsWithContext

func NewIntegrationHubParamsWithContext(ctx context.Context) *IntegrationHubParams

NewIntegrationHubParamsWithContext creates a new IntegrationHubParams object with the ability to set a context for a request.

func NewIntegrationHubParamsWithHTTPClient

func NewIntegrationHubParamsWithHTTPClient(client *http.Client) *IntegrationHubParams

NewIntegrationHubParamsWithHTTPClient creates a new IntegrationHubParams object with the ability to set a custom HTTPClient for a request.

func NewIntegrationHubParamsWithTimeout

func NewIntegrationHubParamsWithTimeout(timeout time.Duration) *IntegrationHubParams

NewIntegrationHubParamsWithTimeout creates a new IntegrationHubParams object with the ability to set a timeout on a request.

func (*IntegrationHubParams) SetContext

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

SetContext adds the context to the integration hub params

func (*IntegrationHubParams) SetDefaults

func (o *IntegrationHubParams) SetDefaults()

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

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

func (*IntegrationHubParams) SetFields

func (o *IntegrationHubParams) SetFields(fields *string)

SetFields adds the fields to the integration hub params

func (*IntegrationHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the integration hub params

func (*IntegrationHubParams) SetIntegrationHubID

func (o *IntegrationHubParams) SetIntegrationHubID(integrationHubID int64)

SetIntegrationHubID adds the integrationHubId to the integration hub params

func (*IntegrationHubParams) SetTimeout

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

SetTimeout adds the timeout to the integration hub params

func (*IntegrationHubParams) WithContext

WithContext adds the context to the integration hub params

func (*IntegrationHubParams) WithDefaults

func (o *IntegrationHubParams) WithDefaults() *IntegrationHubParams

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

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

func (*IntegrationHubParams) WithFields

func (o *IntegrationHubParams) WithFields(fields *string) *IntegrationHubParams

WithFields adds the fields to the integration hub params

func (*IntegrationHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the integration hub params

func (*IntegrationHubParams) WithIntegrationHubID

func (o *IntegrationHubParams) WithIntegrationHubID(integrationHubID int64) *IntegrationHubParams

WithIntegrationHubID adds the integrationHubID to the integration hub params

func (*IntegrationHubParams) WithTimeout

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

WithTimeout adds the timeout to the integration hub params

func (*IntegrationHubParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type IntegrationHubReader

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

IntegrationHubReader is a Reader for the IntegrationHub structure.

func (*IntegrationHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntegrationNotFound

type IntegrationNotFound struct {
	Payload *models.Error
}
IntegrationNotFound describes a response with status code 404, with default header values.

Not Found

func NewIntegrationNotFound

func NewIntegrationNotFound() *IntegrationNotFound

NewIntegrationNotFound creates a IntegrationNotFound with default headers values

func (*IntegrationNotFound) Error

func (o *IntegrationNotFound) Error() string

func (*IntegrationNotFound) GetPayload

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

type IntegrationOK

type IntegrationOK struct {
	Payload *models.Integration
}
IntegrationOK describes a response with status code 200, with default header values.

Integration

func NewIntegrationOK

func NewIntegrationOK() *IntegrationOK

NewIntegrationOK creates a IntegrationOK with default headers values

func (*IntegrationOK) Error

func (o *IntegrationOK) Error() string

func (*IntegrationOK) GetPayload

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

type IntegrationParams

type IntegrationParams struct {

	/* Fields.

	   Requested fields.
	*/
	Fields *string

	/* IntegrationID.

	   Id of integration
	*/
	IntegrationID string

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

IntegrationParams contains all the parameters to send to the API endpoint

for the integration operation.

Typically these are written to a http.Request.

func NewIntegrationParams

func NewIntegrationParams() *IntegrationParams

NewIntegrationParams creates a new IntegrationParams 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 NewIntegrationParamsWithContext

func NewIntegrationParamsWithContext(ctx context.Context) *IntegrationParams

NewIntegrationParamsWithContext creates a new IntegrationParams object with the ability to set a context for a request.

func NewIntegrationParamsWithHTTPClient

func NewIntegrationParamsWithHTTPClient(client *http.Client) *IntegrationParams

NewIntegrationParamsWithHTTPClient creates a new IntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewIntegrationParamsWithTimeout

func NewIntegrationParamsWithTimeout(timeout time.Duration) *IntegrationParams

NewIntegrationParamsWithTimeout creates a new IntegrationParams object with the ability to set a timeout on a request.

func (*IntegrationParams) SetContext

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

SetContext adds the context to the integration params

func (*IntegrationParams) SetDefaults

func (o *IntegrationParams) SetDefaults()

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

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

func (*IntegrationParams) SetFields

func (o *IntegrationParams) SetFields(fields *string)

SetFields adds the fields to the integration params

func (*IntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the integration params

func (*IntegrationParams) SetIntegrationID

func (o *IntegrationParams) SetIntegrationID(integrationID string)

SetIntegrationID adds the integrationId to the integration params

func (*IntegrationParams) SetTimeout

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

SetTimeout adds the timeout to the integration params

func (*IntegrationParams) WithContext

func (o *IntegrationParams) WithContext(ctx context.Context) *IntegrationParams

WithContext adds the context to the integration params

func (*IntegrationParams) WithDefaults

func (o *IntegrationParams) WithDefaults() *IntegrationParams

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

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

func (*IntegrationParams) WithFields

func (o *IntegrationParams) WithFields(fields *string) *IntegrationParams

WithFields adds the fields to the integration params

func (*IntegrationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the integration params

func (*IntegrationParams) WithIntegrationID

func (o *IntegrationParams) WithIntegrationID(integrationID string) *IntegrationParams

WithIntegrationID adds the integrationID to the integration params

func (*IntegrationParams) WithTimeout

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

WithTimeout adds the timeout to the integration params

func (*IntegrationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type IntegrationReader

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

IntegrationReader is a Reader for the Integration structure.

func (*IntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestIntegrationBadRequest

type TestIntegrationBadRequest struct {
	Payload *models.Error
}
TestIntegrationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewTestIntegrationBadRequest

func NewTestIntegrationBadRequest() *TestIntegrationBadRequest

NewTestIntegrationBadRequest creates a TestIntegrationBadRequest with default headers values

func (*TestIntegrationBadRequest) Error

func (o *TestIntegrationBadRequest) Error() string

func (*TestIntegrationBadRequest) GetPayload

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

type TestIntegrationNotFound

type TestIntegrationNotFound struct {
	Payload *models.Error
}
TestIntegrationNotFound describes a response with status code 404, with default header values.

Not Found

func NewTestIntegrationNotFound

func NewTestIntegrationNotFound() *TestIntegrationNotFound

NewTestIntegrationNotFound creates a TestIntegrationNotFound with default headers values

func (*TestIntegrationNotFound) Error

func (o *TestIntegrationNotFound) Error() string

func (*TestIntegrationNotFound) GetPayload

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

type TestIntegrationOK

type TestIntegrationOK struct {
	Payload *models.IntegrationTestResult
}
TestIntegrationOK describes a response with status code 200, with default header values.

Test Result

func NewTestIntegrationOK

func NewTestIntegrationOK() *TestIntegrationOK

NewTestIntegrationOK creates a TestIntegrationOK with default headers values

func (*TestIntegrationOK) Error

func (o *TestIntegrationOK) Error() string

func (*TestIntegrationOK) GetPayload

type TestIntegrationParams

type TestIntegrationParams struct {

	/* IntegrationID.

	   Id of integration
	*/
	IntegrationID string

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

TestIntegrationParams contains all the parameters to send to the API endpoint

for the test integration operation.

Typically these are written to a http.Request.

func NewTestIntegrationParams

func NewTestIntegrationParams() *TestIntegrationParams

NewTestIntegrationParams creates a new TestIntegrationParams 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 NewTestIntegrationParamsWithContext

func NewTestIntegrationParamsWithContext(ctx context.Context) *TestIntegrationParams

NewTestIntegrationParamsWithContext creates a new TestIntegrationParams object with the ability to set a context for a request.

func NewTestIntegrationParamsWithHTTPClient

func NewTestIntegrationParamsWithHTTPClient(client *http.Client) *TestIntegrationParams

NewTestIntegrationParamsWithHTTPClient creates a new TestIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewTestIntegrationParamsWithTimeout

func NewTestIntegrationParamsWithTimeout(timeout time.Duration) *TestIntegrationParams

NewTestIntegrationParamsWithTimeout creates a new TestIntegrationParams object with the ability to set a timeout on a request.

func (*TestIntegrationParams) SetContext

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

SetContext adds the context to the test integration params

func (*TestIntegrationParams) SetDefaults

func (o *TestIntegrationParams) SetDefaults()

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

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

func (*TestIntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test integration params

func (*TestIntegrationParams) SetIntegrationID

func (o *TestIntegrationParams) SetIntegrationID(integrationID string)

SetIntegrationID adds the integrationId to the test integration params

func (*TestIntegrationParams) SetTimeout

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

SetTimeout adds the timeout to the test integration params

func (*TestIntegrationParams) WithContext

WithContext adds the context to the test integration params

func (*TestIntegrationParams) WithDefaults

func (o *TestIntegrationParams) WithDefaults() *TestIntegrationParams

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

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

func (*TestIntegrationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the test integration params

func (*TestIntegrationParams) WithIntegrationID

func (o *TestIntegrationParams) WithIntegrationID(integrationID string) *TestIntegrationParams

WithIntegrationID adds the integrationID to the test integration params

func (*TestIntegrationParams) WithTimeout

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

WithTimeout adds the timeout to the test integration params

func (*TestIntegrationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type TestIntegrationReader

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

TestIntegrationReader is a Reader for the TestIntegration structure.

func (*TestIntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestIntegrationUnprocessableEntity

type TestIntegrationUnprocessableEntity struct {
	Payload *models.ValidationError
}
TestIntegrationUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewTestIntegrationUnprocessableEntity

func NewTestIntegrationUnprocessableEntity() *TestIntegrationUnprocessableEntity

NewTestIntegrationUnprocessableEntity creates a TestIntegrationUnprocessableEntity with default headers values

func (*TestIntegrationUnprocessableEntity) Error

func (*TestIntegrationUnprocessableEntity) GetPayload

type UpdateIntegrationBadRequest

type UpdateIntegrationBadRequest struct {
	Payload *models.Error
}
UpdateIntegrationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateIntegrationBadRequest

func NewUpdateIntegrationBadRequest() *UpdateIntegrationBadRequest

NewUpdateIntegrationBadRequest creates a UpdateIntegrationBadRequest with default headers values

func (*UpdateIntegrationBadRequest) Error

func (*UpdateIntegrationBadRequest) GetPayload

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

type UpdateIntegrationHubBadRequest

type UpdateIntegrationHubBadRequest struct {
	Payload *models.Error
}
UpdateIntegrationHubBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateIntegrationHubBadRequest

func NewUpdateIntegrationHubBadRequest() *UpdateIntegrationHubBadRequest

NewUpdateIntegrationHubBadRequest creates a UpdateIntegrationHubBadRequest with default headers values

func (*UpdateIntegrationHubBadRequest) Error

func (*UpdateIntegrationHubBadRequest) GetPayload

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

type UpdateIntegrationHubNotFound

type UpdateIntegrationHubNotFound struct {
	Payload *models.Error
}
UpdateIntegrationHubNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateIntegrationHubNotFound

func NewUpdateIntegrationHubNotFound() *UpdateIntegrationHubNotFound

NewUpdateIntegrationHubNotFound creates a UpdateIntegrationHubNotFound with default headers values

func (*UpdateIntegrationHubNotFound) Error

func (*UpdateIntegrationHubNotFound) GetPayload

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

type UpdateIntegrationHubOK

type UpdateIntegrationHubOK struct {
	Payload *models.IntegrationHub
}
UpdateIntegrationHubOK describes a response with status code 200, with default header values.

Integration Hub

func NewUpdateIntegrationHubOK

func NewUpdateIntegrationHubOK() *UpdateIntegrationHubOK

NewUpdateIntegrationHubOK creates a UpdateIntegrationHubOK with default headers values

func (*UpdateIntegrationHubOK) Error

func (o *UpdateIntegrationHubOK) Error() string

func (*UpdateIntegrationHubOK) GetPayload

func (o *UpdateIntegrationHubOK) GetPayload() *models.IntegrationHub

type UpdateIntegrationHubParams

type UpdateIntegrationHubParams struct {

	/* Body.

	   Integration Hub
	*/
	Body *models.IntegrationHub

	/* Fields.

	   Requested fields.
	*/
	Fields *string

	/* IntegrationHubID.

	   Id of Integration Hub

	   Format: int64
	*/
	IntegrationHubID int64

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

UpdateIntegrationHubParams contains all the parameters to send to the API endpoint

for the update integration hub operation.

Typically these are written to a http.Request.

func NewUpdateIntegrationHubParams

func NewUpdateIntegrationHubParams() *UpdateIntegrationHubParams

NewUpdateIntegrationHubParams creates a new UpdateIntegrationHubParams 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 NewUpdateIntegrationHubParamsWithContext

func NewUpdateIntegrationHubParamsWithContext(ctx context.Context) *UpdateIntegrationHubParams

NewUpdateIntegrationHubParamsWithContext creates a new UpdateIntegrationHubParams object with the ability to set a context for a request.

func NewUpdateIntegrationHubParamsWithHTTPClient

func NewUpdateIntegrationHubParamsWithHTTPClient(client *http.Client) *UpdateIntegrationHubParams

NewUpdateIntegrationHubParamsWithHTTPClient creates a new UpdateIntegrationHubParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateIntegrationHubParamsWithTimeout

func NewUpdateIntegrationHubParamsWithTimeout(timeout time.Duration) *UpdateIntegrationHubParams

NewUpdateIntegrationHubParamsWithTimeout creates a new UpdateIntegrationHubParams object with the ability to set a timeout on a request.

func (*UpdateIntegrationHubParams) SetBody

SetBody adds the body to the update integration hub params

func (*UpdateIntegrationHubParams) SetContext

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

SetContext adds the context to the update integration hub params

func (*UpdateIntegrationHubParams) SetDefaults

func (o *UpdateIntegrationHubParams) SetDefaults()

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

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

func (*UpdateIntegrationHubParams) SetFields

func (o *UpdateIntegrationHubParams) SetFields(fields *string)

SetFields adds the fields to the update integration hub params

func (*UpdateIntegrationHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update integration hub params

func (*UpdateIntegrationHubParams) SetIntegrationHubID

func (o *UpdateIntegrationHubParams) SetIntegrationHubID(integrationHubID int64)

SetIntegrationHubID adds the integrationHubId to the update integration hub params

func (*UpdateIntegrationHubParams) SetTimeout

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

SetTimeout adds the timeout to the update integration hub params

func (*UpdateIntegrationHubParams) WithBody

WithBody adds the body to the update integration hub params

func (*UpdateIntegrationHubParams) WithContext

WithContext adds the context to the update integration hub params

func (*UpdateIntegrationHubParams) WithDefaults

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

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

func (*UpdateIntegrationHubParams) WithFields

WithFields adds the fields to the update integration hub params

func (*UpdateIntegrationHubParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update integration hub params

func (*UpdateIntegrationHubParams) WithIntegrationHubID

func (o *UpdateIntegrationHubParams) WithIntegrationHubID(integrationHubID int64) *UpdateIntegrationHubParams

WithIntegrationHubID adds the integrationHubID to the update integration hub params

func (*UpdateIntegrationHubParams) WithTimeout

WithTimeout adds the timeout to the update integration hub params

func (*UpdateIntegrationHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateIntegrationHubReader

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

UpdateIntegrationHubReader is a Reader for the UpdateIntegrationHub structure.

func (*UpdateIntegrationHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateIntegrationHubTooManyRequests

type UpdateIntegrationHubTooManyRequests struct {
	Payload *models.Error
}
UpdateIntegrationHubTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateIntegrationHubTooManyRequests

func NewUpdateIntegrationHubTooManyRequests() *UpdateIntegrationHubTooManyRequests

NewUpdateIntegrationHubTooManyRequests creates a UpdateIntegrationHubTooManyRequests with default headers values

func (*UpdateIntegrationHubTooManyRequests) Error

func (*UpdateIntegrationHubTooManyRequests) GetPayload

type UpdateIntegrationHubUnprocessableEntity

type UpdateIntegrationHubUnprocessableEntity struct {
	Payload *models.ValidationError
}
UpdateIntegrationHubUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewUpdateIntegrationHubUnprocessableEntity

func NewUpdateIntegrationHubUnprocessableEntity() *UpdateIntegrationHubUnprocessableEntity

NewUpdateIntegrationHubUnprocessableEntity creates a UpdateIntegrationHubUnprocessableEntity with default headers values

func (*UpdateIntegrationHubUnprocessableEntity) Error

func (*UpdateIntegrationHubUnprocessableEntity) GetPayload

type UpdateIntegrationNotFound

type UpdateIntegrationNotFound struct {
	Payload *models.Error
}
UpdateIntegrationNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateIntegrationNotFound

func NewUpdateIntegrationNotFound() *UpdateIntegrationNotFound

NewUpdateIntegrationNotFound creates a UpdateIntegrationNotFound with default headers values

func (*UpdateIntegrationNotFound) Error

func (o *UpdateIntegrationNotFound) Error() string

func (*UpdateIntegrationNotFound) GetPayload

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

type UpdateIntegrationOK

type UpdateIntegrationOK struct {
	Payload *models.Integration
}
UpdateIntegrationOK describes a response with status code 200, with default header values.

Integration

func NewUpdateIntegrationOK

func NewUpdateIntegrationOK() *UpdateIntegrationOK

NewUpdateIntegrationOK creates a UpdateIntegrationOK with default headers values

func (*UpdateIntegrationOK) Error

func (o *UpdateIntegrationOK) Error() string

func (*UpdateIntegrationOK) GetPayload

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

type UpdateIntegrationParams

type UpdateIntegrationParams struct {

	/* Body.

	   Integration
	*/
	Body *models.Integration

	/* Fields.

	   Requested fields.
	*/
	Fields *string

	/* IntegrationID.

	   Id of integration
	*/
	IntegrationID string

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

UpdateIntegrationParams contains all the parameters to send to the API endpoint

for the update integration operation.

Typically these are written to a http.Request.

func NewUpdateIntegrationParams

func NewUpdateIntegrationParams() *UpdateIntegrationParams

NewUpdateIntegrationParams creates a new UpdateIntegrationParams 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 NewUpdateIntegrationParamsWithContext

func NewUpdateIntegrationParamsWithContext(ctx context.Context) *UpdateIntegrationParams

NewUpdateIntegrationParamsWithContext creates a new UpdateIntegrationParams object with the ability to set a context for a request.

func NewUpdateIntegrationParamsWithHTTPClient

func NewUpdateIntegrationParamsWithHTTPClient(client *http.Client) *UpdateIntegrationParams

NewUpdateIntegrationParamsWithHTTPClient creates a new UpdateIntegrationParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateIntegrationParamsWithTimeout

func NewUpdateIntegrationParamsWithTimeout(timeout time.Duration) *UpdateIntegrationParams

NewUpdateIntegrationParamsWithTimeout creates a new UpdateIntegrationParams object with the ability to set a timeout on a request.

func (*UpdateIntegrationParams) SetBody

func (o *UpdateIntegrationParams) SetBody(body *models.Integration)

SetBody adds the body to the update integration params

func (*UpdateIntegrationParams) SetContext

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

SetContext adds the context to the update integration params

func (*UpdateIntegrationParams) SetDefaults

func (o *UpdateIntegrationParams) SetDefaults()

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

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

func (*UpdateIntegrationParams) SetFields

func (o *UpdateIntegrationParams) SetFields(fields *string)

SetFields adds the fields to the update integration params

func (*UpdateIntegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update integration params

func (*UpdateIntegrationParams) SetIntegrationID

func (o *UpdateIntegrationParams) SetIntegrationID(integrationID string)

SetIntegrationID adds the integrationId to the update integration params

func (*UpdateIntegrationParams) SetTimeout

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

SetTimeout adds the timeout to the update integration params

func (*UpdateIntegrationParams) WithBody

WithBody adds the body to the update integration params

func (*UpdateIntegrationParams) WithContext

WithContext adds the context to the update integration params

func (*UpdateIntegrationParams) WithDefaults

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

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

func (*UpdateIntegrationParams) WithFields

func (o *UpdateIntegrationParams) WithFields(fields *string) *UpdateIntegrationParams

WithFields adds the fields to the update integration params

func (*UpdateIntegrationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update integration params

func (*UpdateIntegrationParams) WithIntegrationID

func (o *UpdateIntegrationParams) WithIntegrationID(integrationID string) *UpdateIntegrationParams

WithIntegrationID adds the integrationID to the update integration params

func (*UpdateIntegrationParams) WithTimeout

WithTimeout adds the timeout to the update integration params

func (*UpdateIntegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateIntegrationReader

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

UpdateIntegrationReader is a Reader for the UpdateIntegration structure.

func (*UpdateIntegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateIntegrationTooManyRequests

type UpdateIntegrationTooManyRequests struct {
	Payload *models.Error
}
UpdateIntegrationTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateIntegrationTooManyRequests

func NewUpdateIntegrationTooManyRequests() *UpdateIntegrationTooManyRequests

NewUpdateIntegrationTooManyRequests creates a UpdateIntegrationTooManyRequests with default headers values

func (*UpdateIntegrationTooManyRequests) Error

func (*UpdateIntegrationTooManyRequests) GetPayload

type UpdateIntegrationUnprocessableEntity

type UpdateIntegrationUnprocessableEntity struct {
	Payload *models.ValidationError
}
UpdateIntegrationUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewUpdateIntegrationUnprocessableEntity

func NewUpdateIntegrationUnprocessableEntity() *UpdateIntegrationUnprocessableEntity

NewUpdateIntegrationUnprocessableEntity creates a UpdateIntegrationUnprocessableEntity with default headers values

func (*UpdateIntegrationUnprocessableEntity) Error

func (*UpdateIntegrationUnprocessableEntity) GetPayload

Jump to

Keyboard shortcuts

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