application_source

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for application source API

func (*Client) CreateApplicationSourceUsingPOST

CreateApplicationSourceUsingPOST creates an application source

func (*Client) DeleteApplicationSourceUsingDELETE

DeleteApplicationSourceUsingDELETE deletes an application source

func (*Client) GetAllApplicationSourcesUsingGET

func (a *Client) GetAllApplicationSourcesUsingGET(params *GetAllApplicationSourcesUsingGETParams) (*GetAllApplicationSourcesUsingGETOK, error)

GetAllApplicationSourcesUsingGET retrieves all application sources

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SyncApplicationSourceUsingPATCH

SyncApplicationSourceUsingPATCH syncs an application source

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new application source API client.

type CreateApplicationSourceUsingPOSTCreated

type CreateApplicationSourceUsingPOSTCreated struct {
}

CreateApplicationSourceUsingPOSTCreated handles this case with default header values.

Created

func NewCreateApplicationSourceUsingPOSTCreated

func NewCreateApplicationSourceUsingPOSTCreated() *CreateApplicationSourceUsingPOSTCreated

NewCreateApplicationSourceUsingPOSTCreated creates a CreateApplicationSourceUsingPOSTCreated with default headers values

func (*CreateApplicationSourceUsingPOSTCreated) Error

type CreateApplicationSourceUsingPOSTForbidden

type CreateApplicationSourceUsingPOSTForbidden struct {
}

CreateApplicationSourceUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateApplicationSourceUsingPOSTForbidden

func NewCreateApplicationSourceUsingPOSTForbidden() *CreateApplicationSourceUsingPOSTForbidden

NewCreateApplicationSourceUsingPOSTForbidden creates a CreateApplicationSourceUsingPOSTForbidden with default headers values

func (*CreateApplicationSourceUsingPOSTForbidden) Error

type CreateApplicationSourceUsingPOSTNotFound

type CreateApplicationSourceUsingPOSTNotFound struct {
}

CreateApplicationSourceUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateApplicationSourceUsingPOSTNotFound

func NewCreateApplicationSourceUsingPOSTNotFound() *CreateApplicationSourceUsingPOSTNotFound

NewCreateApplicationSourceUsingPOSTNotFound creates a CreateApplicationSourceUsingPOSTNotFound with default headers values

func (*CreateApplicationSourceUsingPOSTNotFound) Error

type CreateApplicationSourceUsingPOSTOK

type CreateApplicationSourceUsingPOSTOK struct {
	Payload *models.ApplicationSourceDto
}

CreateApplicationSourceUsingPOSTOK handles this case with default header values.

OK

func NewCreateApplicationSourceUsingPOSTOK

func NewCreateApplicationSourceUsingPOSTOK() *CreateApplicationSourceUsingPOSTOK

NewCreateApplicationSourceUsingPOSTOK creates a CreateApplicationSourceUsingPOSTOK with default headers values

func (*CreateApplicationSourceUsingPOSTOK) Error

func (*CreateApplicationSourceUsingPOSTOK) GetPayload

type CreateApplicationSourceUsingPOSTParams

type CreateApplicationSourceUsingPOSTParams struct {

	/*ApplicationSourceDto
	  applicationSourceDto

	*/
	ApplicationSourceDto *models.ApplicationSourceDto

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

CreateApplicationSourceUsingPOSTParams contains all the parameters to send to the API endpoint for the create application source using p o s t operation typically these are written to a http.Request

func NewCreateApplicationSourceUsingPOSTParams

func NewCreateApplicationSourceUsingPOSTParams() *CreateApplicationSourceUsingPOSTParams

NewCreateApplicationSourceUsingPOSTParams creates a new CreateApplicationSourceUsingPOSTParams object with the default values initialized.

func NewCreateApplicationSourceUsingPOSTParamsWithContext

func NewCreateApplicationSourceUsingPOSTParamsWithContext(ctx context.Context) *CreateApplicationSourceUsingPOSTParams

NewCreateApplicationSourceUsingPOSTParamsWithContext creates a new CreateApplicationSourceUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewCreateApplicationSourceUsingPOSTParamsWithHTTPClient

func NewCreateApplicationSourceUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateApplicationSourceUsingPOSTParams

NewCreateApplicationSourceUsingPOSTParamsWithHTTPClient creates a new CreateApplicationSourceUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateApplicationSourceUsingPOSTParamsWithTimeout

func NewCreateApplicationSourceUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateApplicationSourceUsingPOSTParams

NewCreateApplicationSourceUsingPOSTParamsWithTimeout creates a new CreateApplicationSourceUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateApplicationSourceUsingPOSTParams) SetApplicationSourceDto

func (o *CreateApplicationSourceUsingPOSTParams) SetApplicationSourceDto(applicationSourceDto *models.ApplicationSourceDto)

SetApplicationSourceDto adds the applicationSourceDto to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) SetContext

SetContext adds the context to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) WithApplicationSourceDto

WithApplicationSourceDto adds the applicationSourceDto to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) WithContext

WithContext adds the context to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the create application source using p o s t params

func (*CreateApplicationSourceUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateApplicationSourceUsingPOSTReader

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

CreateApplicationSourceUsingPOSTReader is a Reader for the CreateApplicationSourceUsingPOST structure.

func (*CreateApplicationSourceUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateApplicationSourceUsingPOSTUnauthorized

type CreateApplicationSourceUsingPOSTUnauthorized struct {
}

CreateApplicationSourceUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateApplicationSourceUsingPOSTUnauthorized

func NewCreateApplicationSourceUsingPOSTUnauthorized() *CreateApplicationSourceUsingPOSTUnauthorized

NewCreateApplicationSourceUsingPOSTUnauthorized creates a CreateApplicationSourceUsingPOSTUnauthorized with default headers values

func (*CreateApplicationSourceUsingPOSTUnauthorized) Error

type DeleteApplicationSourceUsingDELETEForbidden

type DeleteApplicationSourceUsingDELETEForbidden struct {
}

DeleteApplicationSourceUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteApplicationSourceUsingDELETEForbidden

func NewDeleteApplicationSourceUsingDELETEForbidden() *DeleteApplicationSourceUsingDELETEForbidden

NewDeleteApplicationSourceUsingDELETEForbidden creates a DeleteApplicationSourceUsingDELETEForbidden with default headers values

func (*DeleteApplicationSourceUsingDELETEForbidden) Error

type DeleteApplicationSourceUsingDELETENoContent

type DeleteApplicationSourceUsingDELETENoContent struct {
}

DeleteApplicationSourceUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteApplicationSourceUsingDELETENoContent

func NewDeleteApplicationSourceUsingDELETENoContent() *DeleteApplicationSourceUsingDELETENoContent

NewDeleteApplicationSourceUsingDELETENoContent creates a DeleteApplicationSourceUsingDELETENoContent with default headers values

func (*DeleteApplicationSourceUsingDELETENoContent) Error

type DeleteApplicationSourceUsingDELETEOK

type DeleteApplicationSourceUsingDELETEOK struct {
}

DeleteApplicationSourceUsingDELETEOK handles this case with default header values.

OK

func NewDeleteApplicationSourceUsingDELETEOK

func NewDeleteApplicationSourceUsingDELETEOK() *DeleteApplicationSourceUsingDELETEOK

NewDeleteApplicationSourceUsingDELETEOK creates a DeleteApplicationSourceUsingDELETEOK with default headers values

func (*DeleteApplicationSourceUsingDELETEOK) Error

type DeleteApplicationSourceUsingDELETEParams

type DeleteApplicationSourceUsingDELETEParams struct {

	/*ApplicationSourceID
	  applicationSourceId

	*/
	ApplicationSourceID int64

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

DeleteApplicationSourceUsingDELETEParams contains all the parameters to send to the API endpoint for the delete application source using d e l e t e operation typically these are written to a http.Request

func NewDeleteApplicationSourceUsingDELETEParams

func NewDeleteApplicationSourceUsingDELETEParams() *DeleteApplicationSourceUsingDELETEParams

NewDeleteApplicationSourceUsingDELETEParams creates a new DeleteApplicationSourceUsingDELETEParams object with the default values initialized.

func NewDeleteApplicationSourceUsingDELETEParamsWithContext

func NewDeleteApplicationSourceUsingDELETEParamsWithContext(ctx context.Context) *DeleteApplicationSourceUsingDELETEParams

NewDeleteApplicationSourceUsingDELETEParamsWithContext creates a new DeleteApplicationSourceUsingDELETEParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteApplicationSourceUsingDELETEParamsWithHTTPClient

func NewDeleteApplicationSourceUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteApplicationSourceUsingDELETEParams

NewDeleteApplicationSourceUsingDELETEParamsWithHTTPClient creates a new DeleteApplicationSourceUsingDELETEParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteApplicationSourceUsingDELETEParamsWithTimeout

func NewDeleteApplicationSourceUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteApplicationSourceUsingDELETEParams

NewDeleteApplicationSourceUsingDELETEParamsWithTimeout creates a new DeleteApplicationSourceUsingDELETEParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteApplicationSourceUsingDELETEParams) SetApplicationSourceID

func (o *DeleteApplicationSourceUsingDELETEParams) SetApplicationSourceID(applicationSourceID int64)

SetApplicationSourceID adds the applicationSourceId to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) SetContext

SetContext adds the context to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) SetTimeout

SetTimeout adds the timeout to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) WithApplicationSourceID

func (o *DeleteApplicationSourceUsingDELETEParams) WithApplicationSourceID(applicationSourceID int64) *DeleteApplicationSourceUsingDELETEParams

WithApplicationSourceID adds the applicationSourceID to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) WithContext

WithContext adds the context to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete application source using d e l e t e params

func (*DeleteApplicationSourceUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApplicationSourceUsingDELETEReader

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

DeleteApplicationSourceUsingDELETEReader is a Reader for the DeleteApplicationSourceUsingDELETE structure.

func (*DeleteApplicationSourceUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteApplicationSourceUsingDELETEUnauthorized

type DeleteApplicationSourceUsingDELETEUnauthorized struct {
}

DeleteApplicationSourceUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteApplicationSourceUsingDELETEUnauthorized

func NewDeleteApplicationSourceUsingDELETEUnauthorized() *DeleteApplicationSourceUsingDELETEUnauthorized

NewDeleteApplicationSourceUsingDELETEUnauthorized creates a DeleteApplicationSourceUsingDELETEUnauthorized with default headers values

func (*DeleteApplicationSourceUsingDELETEUnauthorized) Error

type GetAllApplicationSourcesUsingGETForbidden

type GetAllApplicationSourcesUsingGETForbidden struct {
}

GetAllApplicationSourcesUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetAllApplicationSourcesUsingGETForbidden

func NewGetAllApplicationSourcesUsingGETForbidden() *GetAllApplicationSourcesUsingGETForbidden

NewGetAllApplicationSourcesUsingGETForbidden creates a GetAllApplicationSourcesUsingGETForbidden with default headers values

func (*GetAllApplicationSourcesUsingGETForbidden) Error

type GetAllApplicationSourcesUsingGETNotFound

type GetAllApplicationSourcesUsingGETNotFound struct {
}

GetAllApplicationSourcesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetAllApplicationSourcesUsingGETNotFound

func NewGetAllApplicationSourcesUsingGETNotFound() *GetAllApplicationSourcesUsingGETNotFound

NewGetAllApplicationSourcesUsingGETNotFound creates a GetAllApplicationSourcesUsingGETNotFound with default headers values

func (*GetAllApplicationSourcesUsingGETNotFound) Error

type GetAllApplicationSourcesUsingGETOK

type GetAllApplicationSourcesUsingGETOK struct {
	Payload *models.ListHolderDto
}

GetAllApplicationSourcesUsingGETOK handles this case with default header values.

OK

func NewGetAllApplicationSourcesUsingGETOK

func NewGetAllApplicationSourcesUsingGETOK() *GetAllApplicationSourcesUsingGETOK

NewGetAllApplicationSourcesUsingGETOK creates a GetAllApplicationSourcesUsingGETOK with default headers values

func (*GetAllApplicationSourcesUsingGETOK) Error

func (*GetAllApplicationSourcesUsingGETOK) GetPayload

type GetAllApplicationSourcesUsingGETParams

type GetAllApplicationSourcesUsingGETParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAllApplicationSourcesUsingGETParams contains all the parameters to send to the API endpoint for the get all application sources using g e t operation typically these are written to a http.Request

func NewGetAllApplicationSourcesUsingGETParams

func NewGetAllApplicationSourcesUsingGETParams() *GetAllApplicationSourcesUsingGETParams

NewGetAllApplicationSourcesUsingGETParams creates a new GetAllApplicationSourcesUsingGETParams object with the default values initialized.

func NewGetAllApplicationSourcesUsingGETParamsWithContext

func NewGetAllApplicationSourcesUsingGETParamsWithContext(ctx context.Context) *GetAllApplicationSourcesUsingGETParams

NewGetAllApplicationSourcesUsingGETParamsWithContext creates a new GetAllApplicationSourcesUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllApplicationSourcesUsingGETParamsWithHTTPClient

func NewGetAllApplicationSourcesUsingGETParamsWithHTTPClient(client *http.Client) *GetAllApplicationSourcesUsingGETParams

NewGetAllApplicationSourcesUsingGETParamsWithHTTPClient creates a new GetAllApplicationSourcesUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllApplicationSourcesUsingGETParamsWithTimeout

func NewGetAllApplicationSourcesUsingGETParamsWithTimeout(timeout time.Duration) *GetAllApplicationSourcesUsingGETParams

NewGetAllApplicationSourcesUsingGETParamsWithTimeout creates a new GetAllApplicationSourcesUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllApplicationSourcesUsingGETParams) SetContext

SetContext adds the context to the get all application sources using g e t params

func (*GetAllApplicationSourcesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all application sources using g e t params

func (*GetAllApplicationSourcesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get all application sources using g e t params

func (*GetAllApplicationSourcesUsingGETParams) WithContext

WithContext adds the context to the get all application sources using g e t params

func (*GetAllApplicationSourcesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all application sources using g e t params

func (*GetAllApplicationSourcesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get all application sources using g e t params

func (*GetAllApplicationSourcesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllApplicationSourcesUsingGETReader

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

GetAllApplicationSourcesUsingGETReader is a Reader for the GetAllApplicationSourcesUsingGET structure.

func (*GetAllApplicationSourcesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllApplicationSourcesUsingGETUnauthorized

type GetAllApplicationSourcesUsingGETUnauthorized struct {
}

GetAllApplicationSourcesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetAllApplicationSourcesUsingGETUnauthorized

func NewGetAllApplicationSourcesUsingGETUnauthorized() *GetAllApplicationSourcesUsingGETUnauthorized

NewGetAllApplicationSourcesUsingGETUnauthorized creates a GetAllApplicationSourcesUsingGETUnauthorized with default headers values

func (*GetAllApplicationSourcesUsingGETUnauthorized) Error

type SyncApplicationSourceUsingPATCHForbidden

type SyncApplicationSourceUsingPATCHForbidden struct {
}

SyncApplicationSourceUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewSyncApplicationSourceUsingPATCHForbidden

func NewSyncApplicationSourceUsingPATCHForbidden() *SyncApplicationSourceUsingPATCHForbidden

NewSyncApplicationSourceUsingPATCHForbidden creates a SyncApplicationSourceUsingPATCHForbidden with default headers values

func (*SyncApplicationSourceUsingPATCHForbidden) Error

type SyncApplicationSourceUsingPATCHNoContent

type SyncApplicationSourceUsingPATCHNoContent struct {
}

SyncApplicationSourceUsingPATCHNoContent handles this case with default header values.

No Content

func NewSyncApplicationSourceUsingPATCHNoContent

func NewSyncApplicationSourceUsingPATCHNoContent() *SyncApplicationSourceUsingPATCHNoContent

NewSyncApplicationSourceUsingPATCHNoContent creates a SyncApplicationSourceUsingPATCHNoContent with default headers values

func (*SyncApplicationSourceUsingPATCHNoContent) Error

type SyncApplicationSourceUsingPATCHOK

type SyncApplicationSourceUsingPATCHOK struct {
	Payload *models.ApplicationSourceDto
}

SyncApplicationSourceUsingPATCHOK handles this case with default header values.

OK

func NewSyncApplicationSourceUsingPATCHOK

func NewSyncApplicationSourceUsingPATCHOK() *SyncApplicationSourceUsingPATCHOK

NewSyncApplicationSourceUsingPATCHOK creates a SyncApplicationSourceUsingPATCHOK with default headers values

func (*SyncApplicationSourceUsingPATCHOK) Error

func (*SyncApplicationSourceUsingPATCHOK) GetPayload

type SyncApplicationSourceUsingPATCHParams

type SyncApplicationSourceUsingPATCHParams struct {

	/*ApplicationSourceID
	  applicationSourceId

	*/
	ApplicationSourceID int64

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

SyncApplicationSourceUsingPATCHParams contains all the parameters to send to the API endpoint for the sync application source using p a t c h operation typically these are written to a http.Request

func NewSyncApplicationSourceUsingPATCHParams

func NewSyncApplicationSourceUsingPATCHParams() *SyncApplicationSourceUsingPATCHParams

NewSyncApplicationSourceUsingPATCHParams creates a new SyncApplicationSourceUsingPATCHParams object with the default values initialized.

func NewSyncApplicationSourceUsingPATCHParamsWithContext

func NewSyncApplicationSourceUsingPATCHParamsWithContext(ctx context.Context) *SyncApplicationSourceUsingPATCHParams

NewSyncApplicationSourceUsingPATCHParamsWithContext creates a new SyncApplicationSourceUsingPATCHParams object with the default values initialized, and the ability to set a context for a request

func NewSyncApplicationSourceUsingPATCHParamsWithHTTPClient

func NewSyncApplicationSourceUsingPATCHParamsWithHTTPClient(client *http.Client) *SyncApplicationSourceUsingPATCHParams

NewSyncApplicationSourceUsingPATCHParamsWithHTTPClient creates a new SyncApplicationSourceUsingPATCHParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSyncApplicationSourceUsingPATCHParamsWithTimeout

func NewSyncApplicationSourceUsingPATCHParamsWithTimeout(timeout time.Duration) *SyncApplicationSourceUsingPATCHParams

NewSyncApplicationSourceUsingPATCHParamsWithTimeout creates a new SyncApplicationSourceUsingPATCHParams object with the default values initialized, and the ability to set a timeout on a request

func (*SyncApplicationSourceUsingPATCHParams) SetApplicationSourceID

func (o *SyncApplicationSourceUsingPATCHParams) SetApplicationSourceID(applicationSourceID int64)

SetApplicationSourceID adds the applicationSourceId to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) SetContext

SetContext adds the context to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) WithApplicationSourceID

func (o *SyncApplicationSourceUsingPATCHParams) WithApplicationSourceID(applicationSourceID int64) *SyncApplicationSourceUsingPATCHParams

WithApplicationSourceID adds the applicationSourceID to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) WithContext

WithContext adds the context to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the sync application source using p a t c h params

func (*SyncApplicationSourceUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SyncApplicationSourceUsingPATCHReader

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

SyncApplicationSourceUsingPATCHReader is a Reader for the SyncApplicationSourceUsingPATCH structure.

func (*SyncApplicationSourceUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SyncApplicationSourceUsingPATCHUnauthorized

type SyncApplicationSourceUsingPATCHUnauthorized struct {
}

SyncApplicationSourceUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewSyncApplicationSourceUsingPATCHUnauthorized

func NewSyncApplicationSourceUsingPATCHUnauthorized() *SyncApplicationSourceUsingPATCHUnauthorized

NewSyncApplicationSourceUsingPATCHUnauthorized creates a SyncApplicationSourceUsingPATCHUnauthorized with default headers values

func (*SyncApplicationSourceUsingPATCHUnauthorized) Error

Jump to

Keyboard shortcuts

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