installedapps

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2018 License: Apache-2.0 Imports: 10 Imported by: 2

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

func New

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

New creates a new installedapps API client.

func (*Client) DeleteInstallation

func (a *Client) DeleteInstallation(params *DeleteInstallationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteInstallationOK, error)

DeleteInstallation deletes an installed app

Delete an Installed App.

func (*Client) GetInstallation

func (a *Client) GetInstallation(params *GetInstallationParams, authInfo runtime.ClientAuthInfoWriter) (*GetInstallationOK, error)

GetInstallation gets an installed app

Fetch a single installed application.

func (*Client) GetInstallationConfig

func (a *Client) GetInstallationConfig(params *GetInstallationConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetInstallationConfigOK, error)

GetInstallationConfig gets an installed app configuration

Fetch a detailed install configuration model containing actual config entries / values.

func (*Client) ListInstallationConfig

func (a *Client) ListInstallationConfig(params *ListInstallationConfigParams, authInfo runtime.ClientAuthInfoWriter) (*ListInstallationConfigOK, error)

ListInstallationConfig lists an installed app s configurations

List all configurations potentially filtered by status for an installed app.

func (*Client) ListInstallations

func (a *Client) ListInstallations(params *ListInstallationsParams, authInfo runtime.ClientAuthInfoWriter) (*ListInstallationsOK, error)

ListInstallations lists installed apps

List all installed applications within a location.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateInstalledAppEventsBadRequest

type CreateInstalledAppEventsBadRequest struct {
	Payload *models.ErrorResponse
}

CreateInstalledAppEventsBadRequest handles this case with default header values.

Bad request

func NewCreateInstalledAppEventsBadRequest

func NewCreateInstalledAppEventsBadRequest() *CreateInstalledAppEventsBadRequest

NewCreateInstalledAppEventsBadRequest creates a CreateInstalledAppEventsBadRequest with default headers values

func (*CreateInstalledAppEventsBadRequest) Error

type CreateInstalledAppEventsDefault

type CreateInstalledAppEventsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

CreateInstalledAppEventsDefault handles this case with default header values.

Unexpected error

func NewCreateInstalledAppEventsDefault

func NewCreateInstalledAppEventsDefault(code int) *CreateInstalledAppEventsDefault

NewCreateInstalledAppEventsDefault creates a CreateInstalledAppEventsDefault with default headers values

func (*CreateInstalledAppEventsDefault) Code

Code gets the status code for the create installed app events default response

func (*CreateInstalledAppEventsDefault) Error

type CreateInstalledAppEventsForbidden

type CreateInstalledAppEventsForbidden struct {
}

CreateInstalledAppEventsForbidden handles this case with default header values.

Forbidden

func NewCreateInstalledAppEventsForbidden

func NewCreateInstalledAppEventsForbidden() *CreateInstalledAppEventsForbidden

NewCreateInstalledAppEventsForbidden creates a CreateInstalledAppEventsForbidden with default headers values

func (*CreateInstalledAppEventsForbidden) Error

type CreateInstalledAppEventsOK

type CreateInstalledAppEventsOK struct {
	Payload models.CreateInstalledAppEventsResponse
}

CreateInstalledAppEventsOK handles this case with default header values.

Created events.

func NewCreateInstalledAppEventsOK

func NewCreateInstalledAppEventsOK() *CreateInstalledAppEventsOK

NewCreateInstalledAppEventsOK creates a CreateInstalledAppEventsOK with default headers values

func (*CreateInstalledAppEventsOK) Error

type CreateInstalledAppEventsParams

type CreateInstalledAppEventsParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*CreateInstalledAppEventsRequest*/
	CreateInstalledAppEventsRequest *models.CreateInstalledAppEventsRequest
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string

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

CreateInstalledAppEventsParams contains all the parameters to send to the API endpoint for the create installed app events operation typically these are written to a http.Request

func NewCreateInstalledAppEventsParams

func NewCreateInstalledAppEventsParams() *CreateInstalledAppEventsParams

NewCreateInstalledAppEventsParams creates a new CreateInstalledAppEventsParams object with the default values initialized.

func NewCreateInstalledAppEventsParamsWithContext

func NewCreateInstalledAppEventsParamsWithContext(ctx context.Context) *CreateInstalledAppEventsParams

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

func NewCreateInstalledAppEventsParamsWithHTTPClient

func NewCreateInstalledAppEventsParamsWithHTTPClient(client *http.Client) *CreateInstalledAppEventsParams

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

func NewCreateInstalledAppEventsParamsWithTimeout

func NewCreateInstalledAppEventsParamsWithTimeout(timeout time.Duration) *CreateInstalledAppEventsParams

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

func (*CreateInstalledAppEventsParams) SetAuthorization

func (o *CreateInstalledAppEventsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create installed app events params

func (*CreateInstalledAppEventsParams) SetContext

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

SetContext adds the context to the create installed app events params

func (*CreateInstalledAppEventsParams) SetCreateInstalledAppEventsRequest

func (o *CreateInstalledAppEventsParams) SetCreateInstalledAppEventsRequest(createInstalledAppEventsRequest *models.CreateInstalledAppEventsRequest)

SetCreateInstalledAppEventsRequest adds the createInstalledAppEventsRequest to the create installed app events params

func (*CreateInstalledAppEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create installed app events params

func (*CreateInstalledAppEventsParams) SetInstalledAppID

func (o *CreateInstalledAppEventsParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the create installed app events params

func (*CreateInstalledAppEventsParams) SetTimeout

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

SetTimeout adds the timeout to the create installed app events params

func (*CreateInstalledAppEventsParams) WithAuthorization

func (o *CreateInstalledAppEventsParams) WithAuthorization(authorization string) *CreateInstalledAppEventsParams

WithAuthorization adds the authorization to the create installed app events params

func (*CreateInstalledAppEventsParams) WithContext

WithContext adds the context to the create installed app events params

func (*CreateInstalledAppEventsParams) WithCreateInstalledAppEventsRequest

func (o *CreateInstalledAppEventsParams) WithCreateInstalledAppEventsRequest(createInstalledAppEventsRequest *models.CreateInstalledAppEventsRequest) *CreateInstalledAppEventsParams

WithCreateInstalledAppEventsRequest adds the createInstalledAppEventsRequest to the create installed app events params

func (*CreateInstalledAppEventsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create installed app events params

func (*CreateInstalledAppEventsParams) WithInstalledAppID

func (o *CreateInstalledAppEventsParams) WithInstalledAppID(installedAppID string) *CreateInstalledAppEventsParams

WithInstalledAppID adds the installedAppID to the create installed app events params

func (*CreateInstalledAppEventsParams) WithTimeout

WithTimeout adds the timeout to the create installed app events params

func (*CreateInstalledAppEventsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateInstalledAppEventsReader

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

CreateInstalledAppEventsReader is a Reader for the CreateInstalledAppEvents structure.

func (*CreateInstalledAppEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInstalledAppEventsTooManyRequests

type CreateInstalledAppEventsTooManyRequests struct {
	Payload *models.ErrorResponse
}

CreateInstalledAppEventsTooManyRequests handles this case with default header values.

Too many requests

func NewCreateInstalledAppEventsTooManyRequests

func NewCreateInstalledAppEventsTooManyRequests() *CreateInstalledAppEventsTooManyRequests

NewCreateInstalledAppEventsTooManyRequests creates a CreateInstalledAppEventsTooManyRequests with default headers values

func (*CreateInstalledAppEventsTooManyRequests) Error

type CreateInstalledAppEventsUnauthorized

type CreateInstalledAppEventsUnauthorized struct {
}

CreateInstalledAppEventsUnauthorized handles this case with default header values.

Unauthorized

func NewCreateInstalledAppEventsUnauthorized

func NewCreateInstalledAppEventsUnauthorized() *CreateInstalledAppEventsUnauthorized

NewCreateInstalledAppEventsUnauthorized creates a CreateInstalledAppEventsUnauthorized with default headers values

func (*CreateInstalledAppEventsUnauthorized) Error

type CreateInstalledAppEventsUnprocessableEntity

type CreateInstalledAppEventsUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

CreateInstalledAppEventsUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewCreateInstalledAppEventsUnprocessableEntity

func NewCreateInstalledAppEventsUnprocessableEntity() *CreateInstalledAppEventsUnprocessableEntity

NewCreateInstalledAppEventsUnprocessableEntity creates a CreateInstalledAppEventsUnprocessableEntity with default headers values

func (*CreateInstalledAppEventsUnprocessableEntity) Error

type DeleteInstallationBadRequest

type DeleteInstallationBadRequest struct {
	Payload *models.ErrorResponse
}

DeleteInstallationBadRequest handles this case with default header values.

Bad request

func NewDeleteInstallationBadRequest

func NewDeleteInstallationBadRequest() *DeleteInstallationBadRequest

NewDeleteInstallationBadRequest creates a DeleteInstallationBadRequest with default headers values

func (*DeleteInstallationBadRequest) Error

type DeleteInstallationDefault

type DeleteInstallationDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteInstallationDefault handles this case with default header values.

Unexpected error

func NewDeleteInstallationDefault

func NewDeleteInstallationDefault(code int) *DeleteInstallationDefault

NewDeleteInstallationDefault creates a DeleteInstallationDefault with default headers values

func (*DeleteInstallationDefault) Code

func (o *DeleteInstallationDefault) Code() int

Code gets the status code for the delete installation default response

func (*DeleteInstallationDefault) Error

func (o *DeleteInstallationDefault) Error() string

type DeleteInstallationForbidden

type DeleteInstallationForbidden struct {
}

DeleteInstallationForbidden handles this case with default header values.

Not authorized

func NewDeleteInstallationForbidden

func NewDeleteInstallationForbidden() *DeleteInstallationForbidden

NewDeleteInstallationForbidden creates a DeleteInstallationForbidden with default headers values

func (*DeleteInstallationForbidden) Error

type DeleteInstallationOK

type DeleteInstallationOK struct {
	Payload *models.DeleteInstalledAppResponse
}

DeleteInstallationOK handles this case with default header values.

The number of installed apps deleted.

func NewDeleteInstallationOK

func NewDeleteInstallationOK() *DeleteInstallationOK

NewDeleteInstallationOK creates a DeleteInstallationOK with default headers values

func (*DeleteInstallationOK) Error

func (o *DeleteInstallationOK) Error() string

type DeleteInstallationParams

type DeleteInstallationParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string
	/*LocationID
	  The ID of the location that both the installed smart app and source are associated with.

	*/
	LocationID *string

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

DeleteInstallationParams contains all the parameters to send to the API endpoint for the delete installation operation typically these are written to a http.Request

func NewDeleteInstallationParams

func NewDeleteInstallationParams() *DeleteInstallationParams

NewDeleteInstallationParams creates a new DeleteInstallationParams object with the default values initialized.

func NewDeleteInstallationParamsWithContext

func NewDeleteInstallationParamsWithContext(ctx context.Context) *DeleteInstallationParams

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

func NewDeleteInstallationParamsWithHTTPClient

func NewDeleteInstallationParamsWithHTTPClient(client *http.Client) *DeleteInstallationParams

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

func NewDeleteInstallationParamsWithTimeout

func NewDeleteInstallationParamsWithTimeout(timeout time.Duration) *DeleteInstallationParams

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

func (*DeleteInstallationParams) SetAuthorization

func (o *DeleteInstallationParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete installation params

func (*DeleteInstallationParams) SetContext

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

SetContext adds the context to the delete installation params

func (*DeleteInstallationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete installation params

func (*DeleteInstallationParams) SetInstalledAppID

func (o *DeleteInstallationParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the delete installation params

func (*DeleteInstallationParams) SetLocationID

func (o *DeleteInstallationParams) SetLocationID(locationID *string)

SetLocationID adds the locationId to the delete installation params

func (*DeleteInstallationParams) SetTimeout

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

SetTimeout adds the timeout to the delete installation params

func (*DeleteInstallationParams) WithAuthorization

func (o *DeleteInstallationParams) WithAuthorization(authorization string) *DeleteInstallationParams

WithAuthorization adds the authorization to the delete installation params

func (*DeleteInstallationParams) WithContext

WithContext adds the context to the delete installation params

func (*DeleteInstallationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete installation params

func (*DeleteInstallationParams) WithInstalledAppID

func (o *DeleteInstallationParams) WithInstalledAppID(installedAppID string) *DeleteInstallationParams

WithInstalledAppID adds the installedAppID to the delete installation params

func (*DeleteInstallationParams) WithLocationID

func (o *DeleteInstallationParams) WithLocationID(locationID *string) *DeleteInstallationParams

WithLocationID adds the locationID to the delete installation params

func (*DeleteInstallationParams) WithTimeout

WithTimeout adds the timeout to the delete installation params

func (*DeleteInstallationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteInstallationReader

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

DeleteInstallationReader is a Reader for the DeleteInstallation structure.

func (*DeleteInstallationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteInstallationTooManyRequests

type DeleteInstallationTooManyRequests struct {
	Payload *models.ErrorResponse
}

DeleteInstallationTooManyRequests handles this case with default header values.

Too many requests

func NewDeleteInstallationTooManyRequests

func NewDeleteInstallationTooManyRequests() *DeleteInstallationTooManyRequests

NewDeleteInstallationTooManyRequests creates a DeleteInstallationTooManyRequests with default headers values

func (*DeleteInstallationTooManyRequests) Error

type DeleteInstallationUnauthorized

type DeleteInstallationUnauthorized struct {
}

DeleteInstallationUnauthorized handles this case with default header values.

Not authenticated

func NewDeleteInstallationUnauthorized

func NewDeleteInstallationUnauthorized() *DeleteInstallationUnauthorized

NewDeleteInstallationUnauthorized creates a DeleteInstallationUnauthorized with default headers values

func (*DeleteInstallationUnauthorized) Error

type GetInstallationBadRequest

type GetInstallationBadRequest struct {
	Payload *models.ErrorResponse
}

GetInstallationBadRequest handles this case with default header values.

Bad request

func NewGetInstallationBadRequest

func NewGetInstallationBadRequest() *GetInstallationBadRequest

NewGetInstallationBadRequest creates a GetInstallationBadRequest with default headers values

func (*GetInstallationBadRequest) Error

func (o *GetInstallationBadRequest) Error() string

type GetInstallationConfigBadRequest

type GetInstallationConfigBadRequest struct {
	Payload *models.ErrorResponse
}

GetInstallationConfigBadRequest handles this case with default header values.

Bad request

func NewGetInstallationConfigBadRequest

func NewGetInstallationConfigBadRequest() *GetInstallationConfigBadRequest

NewGetInstallationConfigBadRequest creates a GetInstallationConfigBadRequest with default headers values

func (*GetInstallationConfigBadRequest) Error

type GetInstallationConfigDefault

type GetInstallationConfigDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetInstallationConfigDefault handles this case with default header values.

Unexpected error

func NewGetInstallationConfigDefault

func NewGetInstallationConfigDefault(code int) *GetInstallationConfigDefault

NewGetInstallationConfigDefault creates a GetInstallationConfigDefault with default headers values

func (*GetInstallationConfigDefault) Code

Code gets the status code for the get installation config default response

func (*GetInstallationConfigDefault) Error

type GetInstallationConfigForbidden

type GetInstallationConfigForbidden struct {
}

GetInstallationConfigForbidden handles this case with default header values.

Not authorized

func NewGetInstallationConfigForbidden

func NewGetInstallationConfigForbidden() *GetInstallationConfigForbidden

NewGetInstallationConfigForbidden creates a GetInstallationConfigForbidden with default headers values

func (*GetInstallationConfigForbidden) Error

type GetInstallationConfigOK

type GetInstallationConfigOK struct {
	Payload *models.InstallConfigurationDetail
}

GetInstallationConfigOK handles this case with default header values.

An install configuration detail model.

func NewGetInstallationConfigOK

func NewGetInstallationConfigOK() *GetInstallationConfigOK

NewGetInstallationConfigOK creates a GetInstallationConfigOK with default headers values

func (*GetInstallationConfigOK) Error

func (o *GetInstallationConfigOK) Error() string

type GetInstallationConfigParams

type GetInstallationConfigParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*ConfigurationID
	  The ID of the install configuration.

	*/
	ConfigurationID strfmt.UUID
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string

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

GetInstallationConfigParams contains all the parameters to send to the API endpoint for the get installation config operation typically these are written to a http.Request

func NewGetInstallationConfigParams

func NewGetInstallationConfigParams() *GetInstallationConfigParams

NewGetInstallationConfigParams creates a new GetInstallationConfigParams object with the default values initialized.

func NewGetInstallationConfigParamsWithContext

func NewGetInstallationConfigParamsWithContext(ctx context.Context) *GetInstallationConfigParams

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

func NewGetInstallationConfigParamsWithHTTPClient

func NewGetInstallationConfigParamsWithHTTPClient(client *http.Client) *GetInstallationConfigParams

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

func NewGetInstallationConfigParamsWithTimeout

func NewGetInstallationConfigParamsWithTimeout(timeout time.Duration) *GetInstallationConfigParams

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

func (*GetInstallationConfigParams) SetAuthorization

func (o *GetInstallationConfigParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get installation config params

func (*GetInstallationConfigParams) SetConfigurationID

func (o *GetInstallationConfigParams) SetConfigurationID(configurationID strfmt.UUID)

SetConfigurationID adds the configurationId to the get installation config params

func (*GetInstallationConfigParams) SetContext

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

SetContext adds the context to the get installation config params

func (*GetInstallationConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get installation config params

func (*GetInstallationConfigParams) SetInstalledAppID

func (o *GetInstallationConfigParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the get installation config params

func (*GetInstallationConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get installation config params

func (*GetInstallationConfigParams) WithAuthorization

func (o *GetInstallationConfigParams) WithAuthorization(authorization string) *GetInstallationConfigParams

WithAuthorization adds the authorization to the get installation config params

func (*GetInstallationConfigParams) WithConfigurationID

func (o *GetInstallationConfigParams) WithConfigurationID(configurationID strfmt.UUID) *GetInstallationConfigParams

WithConfigurationID adds the configurationID to the get installation config params

func (*GetInstallationConfigParams) WithContext

WithContext adds the context to the get installation config params

func (*GetInstallationConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get installation config params

func (*GetInstallationConfigParams) WithInstalledAppID

func (o *GetInstallationConfigParams) WithInstalledAppID(installedAppID string) *GetInstallationConfigParams

WithInstalledAppID adds the installedAppID to the get installation config params

func (*GetInstallationConfigParams) WithTimeout

WithTimeout adds the timeout to the get installation config params

func (*GetInstallationConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInstallationConfigReader

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

GetInstallationConfigReader is a Reader for the GetInstallationConfig structure.

func (*GetInstallationConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInstallationConfigTooManyRequests

type GetInstallationConfigTooManyRequests struct {
	Payload *models.ErrorResponse
}

GetInstallationConfigTooManyRequests handles this case with default header values.

Too many requests

func NewGetInstallationConfigTooManyRequests

func NewGetInstallationConfigTooManyRequests() *GetInstallationConfigTooManyRequests

NewGetInstallationConfigTooManyRequests creates a GetInstallationConfigTooManyRequests with default headers values

func (*GetInstallationConfigTooManyRequests) Error

type GetInstallationConfigUnauthorized

type GetInstallationConfigUnauthorized struct {
}

GetInstallationConfigUnauthorized handles this case with default header values.

Not authenticated

func NewGetInstallationConfigUnauthorized

func NewGetInstallationConfigUnauthorized() *GetInstallationConfigUnauthorized

NewGetInstallationConfigUnauthorized creates a GetInstallationConfigUnauthorized with default headers values

func (*GetInstallationConfigUnauthorized) Error

type GetInstallationDefault

type GetInstallationDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetInstallationDefault handles this case with default header values.

Unexpected error

func NewGetInstallationDefault

func NewGetInstallationDefault(code int) *GetInstallationDefault

NewGetInstallationDefault creates a GetInstallationDefault with default headers values

func (*GetInstallationDefault) Code

func (o *GetInstallationDefault) Code() int

Code gets the status code for the get installation default response

func (*GetInstallationDefault) Error

func (o *GetInstallationDefault) Error() string

type GetInstallationForbidden

type GetInstallationForbidden struct {
}

GetInstallationForbidden handles this case with default header values.

Not authorized

func NewGetInstallationForbidden

func NewGetInstallationForbidden() *GetInstallationForbidden

NewGetInstallationForbidden creates a GetInstallationForbidden with default headers values

func (*GetInstallationForbidden) Error

func (o *GetInstallationForbidden) Error() string

type GetInstallationOK

type GetInstallationOK struct {
	Payload *models.InstalledApp
}

GetInstallationOK handles this case with default header values.

An installed app.

func NewGetInstallationOK

func NewGetInstallationOK() *GetInstallationOK

NewGetInstallationOK creates a GetInstallationOK with default headers values

func (*GetInstallationOK) Error

func (o *GetInstallationOK) Error() string

type GetInstallationParams

type GetInstallationParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string

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

GetInstallationParams contains all the parameters to send to the API endpoint for the get installation operation typically these are written to a http.Request

func NewGetInstallationParams

func NewGetInstallationParams() *GetInstallationParams

NewGetInstallationParams creates a new GetInstallationParams object with the default values initialized.

func NewGetInstallationParamsWithContext

func NewGetInstallationParamsWithContext(ctx context.Context) *GetInstallationParams

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

func NewGetInstallationParamsWithHTTPClient

func NewGetInstallationParamsWithHTTPClient(client *http.Client) *GetInstallationParams

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

func NewGetInstallationParamsWithTimeout

func NewGetInstallationParamsWithTimeout(timeout time.Duration) *GetInstallationParams

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

func (*GetInstallationParams) SetAuthorization

func (o *GetInstallationParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get installation params

func (*GetInstallationParams) SetContext

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

SetContext adds the context to the get installation params

func (*GetInstallationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get installation params

func (*GetInstallationParams) SetInstalledAppID

func (o *GetInstallationParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the get installation params

func (*GetInstallationParams) SetTimeout

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

SetTimeout adds the timeout to the get installation params

func (*GetInstallationParams) WithAuthorization

func (o *GetInstallationParams) WithAuthorization(authorization string) *GetInstallationParams

WithAuthorization adds the authorization to the get installation params

func (*GetInstallationParams) WithContext

WithContext adds the context to the get installation params

func (*GetInstallationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get installation params

func (*GetInstallationParams) WithInstalledAppID

func (o *GetInstallationParams) WithInstalledAppID(installedAppID string) *GetInstallationParams

WithInstalledAppID adds the installedAppID to the get installation params

func (*GetInstallationParams) WithTimeout

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

WithTimeout adds the timeout to the get installation params

func (*GetInstallationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetInstallationReader

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

GetInstallationReader is a Reader for the GetInstallation structure.

func (*GetInstallationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInstallationTooManyRequests

type GetInstallationTooManyRequests struct {
	Payload *models.ErrorResponse
}

GetInstallationTooManyRequests handles this case with default header values.

Too many requests

func NewGetInstallationTooManyRequests

func NewGetInstallationTooManyRequests() *GetInstallationTooManyRequests

NewGetInstallationTooManyRequests creates a GetInstallationTooManyRequests with default headers values

func (*GetInstallationTooManyRequests) Error

type GetInstallationUnauthorized

type GetInstallationUnauthorized struct {
}

GetInstallationUnauthorized handles this case with default header values.

Not authenticated

func NewGetInstallationUnauthorized

func NewGetInstallationUnauthorized() *GetInstallationUnauthorized

NewGetInstallationUnauthorized creates a GetInstallationUnauthorized with default headers values

func (*GetInstallationUnauthorized) Error

type GetInstalledAppTagsBadRequest

type GetInstalledAppTagsBadRequest struct {
	Payload *models.ErrorResponse
}

GetInstalledAppTagsBadRequest handles this case with default header values.

Bad request

func NewGetInstalledAppTagsBadRequest

func NewGetInstalledAppTagsBadRequest() *GetInstalledAppTagsBadRequest

NewGetInstalledAppTagsBadRequest creates a GetInstalledAppTagsBadRequest with default headers values

func (*GetInstalledAppTagsBadRequest) Error

type GetInstalledAppTagsDefault

type GetInstalledAppTagsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetInstalledAppTagsDefault handles this case with default header values.

Unexpected error

func NewGetInstalledAppTagsDefault

func NewGetInstalledAppTagsDefault(code int) *GetInstalledAppTagsDefault

NewGetInstalledAppTagsDefault creates a GetInstalledAppTagsDefault with default headers values

func (*GetInstalledAppTagsDefault) Code

func (o *GetInstalledAppTagsDefault) Code() int

Code gets the status code for the get installed app tags default response

func (*GetInstalledAppTagsDefault) Error

type GetInstalledAppTagsForbidden

type GetInstalledAppTagsForbidden struct {
}

GetInstalledAppTagsForbidden handles this case with default header values.

Forbidden

func NewGetInstalledAppTagsForbidden

func NewGetInstalledAppTagsForbidden() *GetInstalledAppTagsForbidden

NewGetInstalledAppTagsForbidden creates a GetInstalledAppTagsForbidden with default headers values

func (*GetInstalledAppTagsForbidden) Error

type GetInstalledAppTagsOK

type GetInstalledAppTagsOK struct {
	Payload *models.GetTagsResponse
}

GetInstalledAppTagsOK handles this case with default header values.

A response containing an InstalledApp's tags.

func NewGetInstalledAppTagsOK

func NewGetInstalledAppTagsOK() *GetInstalledAppTagsOK

NewGetInstalledAppTagsOK creates a GetInstalledAppTagsOK with default headers values

func (*GetInstalledAppTagsOK) Error

func (o *GetInstalledAppTagsOK) Error() string

type GetInstalledAppTagsParams

type GetInstalledAppTagsParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string

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

GetInstalledAppTagsParams contains all the parameters to send to the API endpoint for the get installed app tags operation typically these are written to a http.Request

func NewGetInstalledAppTagsParams

func NewGetInstalledAppTagsParams() *GetInstalledAppTagsParams

NewGetInstalledAppTagsParams creates a new GetInstalledAppTagsParams object with the default values initialized.

func NewGetInstalledAppTagsParamsWithContext

func NewGetInstalledAppTagsParamsWithContext(ctx context.Context) *GetInstalledAppTagsParams

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

func NewGetInstalledAppTagsParamsWithHTTPClient

func NewGetInstalledAppTagsParamsWithHTTPClient(client *http.Client) *GetInstalledAppTagsParams

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

func NewGetInstalledAppTagsParamsWithTimeout

func NewGetInstalledAppTagsParamsWithTimeout(timeout time.Duration) *GetInstalledAppTagsParams

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

func (*GetInstalledAppTagsParams) SetAuthorization

func (o *GetInstalledAppTagsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get installed app tags params

func (*GetInstalledAppTagsParams) SetContext

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

SetContext adds the context to the get installed app tags params

func (*GetInstalledAppTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get installed app tags params

func (*GetInstalledAppTagsParams) SetInstalledAppID

func (o *GetInstalledAppTagsParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the get installed app tags params

func (*GetInstalledAppTagsParams) SetTimeout

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

SetTimeout adds the timeout to the get installed app tags params

func (*GetInstalledAppTagsParams) WithAuthorization

func (o *GetInstalledAppTagsParams) WithAuthorization(authorization string) *GetInstalledAppTagsParams

WithAuthorization adds the authorization to the get installed app tags params

func (*GetInstalledAppTagsParams) WithContext

WithContext adds the context to the get installed app tags params

func (*GetInstalledAppTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get installed app tags params

func (*GetInstalledAppTagsParams) WithInstalledAppID

func (o *GetInstalledAppTagsParams) WithInstalledAppID(installedAppID string) *GetInstalledAppTagsParams

WithInstalledAppID adds the installedAppID to the get installed app tags params

func (*GetInstalledAppTagsParams) WithTimeout

WithTimeout adds the timeout to the get installed app tags params

func (*GetInstalledAppTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInstalledAppTagsReader

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

GetInstalledAppTagsReader is a Reader for the GetInstalledAppTags structure.

func (*GetInstalledAppTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInstalledAppTagsTooManyRequests

type GetInstalledAppTagsTooManyRequests struct {
	Payload *models.ErrorResponse
}

GetInstalledAppTagsTooManyRequests handles this case with default header values.

Too many requests

func NewGetInstalledAppTagsTooManyRequests

func NewGetInstalledAppTagsTooManyRequests() *GetInstalledAppTagsTooManyRequests

NewGetInstalledAppTagsTooManyRequests creates a GetInstalledAppTagsTooManyRequests with default headers values

func (*GetInstalledAppTagsTooManyRequests) Error

type GetInstalledAppTagsUnauthorized

type GetInstalledAppTagsUnauthorized struct {
}

GetInstalledAppTagsUnauthorized handles this case with default header values.

Unauthorized

func NewGetInstalledAppTagsUnauthorized

func NewGetInstalledAppTagsUnauthorized() *GetInstalledAppTagsUnauthorized

NewGetInstalledAppTagsUnauthorized creates a GetInstalledAppTagsUnauthorized with default headers values

func (*GetInstalledAppTagsUnauthorized) Error

type GetInstalledAppTagsUnprocessableEntity

type GetInstalledAppTagsUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

GetInstalledAppTagsUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewGetInstalledAppTagsUnprocessableEntity

func NewGetInstalledAppTagsUnprocessableEntity() *GetInstalledAppTagsUnprocessableEntity

NewGetInstalledAppTagsUnprocessableEntity creates a GetInstalledAppTagsUnprocessableEntity with default headers values

func (*GetInstalledAppTagsUnprocessableEntity) Error

type ListInstallationConfigBadRequest

type ListInstallationConfigBadRequest struct {
	Payload *models.ErrorResponse
}

ListInstallationConfigBadRequest handles this case with default header values.

Bad request

func NewListInstallationConfigBadRequest

func NewListInstallationConfigBadRequest() *ListInstallationConfigBadRequest

NewListInstallationConfigBadRequest creates a ListInstallationConfigBadRequest with default headers values

func (*ListInstallationConfigBadRequest) Error

type ListInstallationConfigDefault

type ListInstallationConfigDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListInstallationConfigDefault handles this case with default header values.

Unexpected error

func NewListInstallationConfigDefault

func NewListInstallationConfigDefault(code int) *ListInstallationConfigDefault

NewListInstallationConfigDefault creates a ListInstallationConfigDefault with default headers values

func (*ListInstallationConfigDefault) Code

Code gets the status code for the list installation config default response

func (*ListInstallationConfigDefault) Error

type ListInstallationConfigForbidden

type ListInstallationConfigForbidden struct {
}

ListInstallationConfigForbidden handles this case with default header values.

Not authorized

func NewListInstallationConfigForbidden

func NewListInstallationConfigForbidden() *ListInstallationConfigForbidden

NewListInstallationConfigForbidden creates a ListInstallationConfigForbidden with default headers values

func (*ListInstallationConfigForbidden) Error

type ListInstallationConfigOK

type ListInstallationConfigOK struct {
	Payload *models.PagedInstallConfigurations
}

ListInstallationConfigOK handles this case with default header values.

An paginated list of install configuration.

func NewListInstallationConfigOK

func NewListInstallationConfigOK() *ListInstallationConfigOK

NewListInstallationConfigOK creates a ListInstallationConfigOK with default headers values

func (*ListInstallationConfigOK) Error

func (o *ListInstallationConfigOK) Error() string

type ListInstallationConfigParams

type ListInstallationConfigParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*ConfigurationStatus
	  Filter for configuration status.

	*/
	ConfigurationStatus *string
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string

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

ListInstallationConfigParams contains all the parameters to send to the API endpoint for the list installation config operation typically these are written to a http.Request

func NewListInstallationConfigParams

func NewListInstallationConfigParams() *ListInstallationConfigParams

NewListInstallationConfigParams creates a new ListInstallationConfigParams object with the default values initialized.

func NewListInstallationConfigParamsWithContext

func NewListInstallationConfigParamsWithContext(ctx context.Context) *ListInstallationConfigParams

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

func NewListInstallationConfigParamsWithHTTPClient

func NewListInstallationConfigParamsWithHTTPClient(client *http.Client) *ListInstallationConfigParams

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

func NewListInstallationConfigParamsWithTimeout

func NewListInstallationConfigParamsWithTimeout(timeout time.Duration) *ListInstallationConfigParams

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

func (*ListInstallationConfigParams) SetAuthorization

func (o *ListInstallationConfigParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the list installation config params

func (*ListInstallationConfigParams) SetConfigurationStatus

func (o *ListInstallationConfigParams) SetConfigurationStatus(configurationStatus *string)

SetConfigurationStatus adds the configurationStatus to the list installation config params

func (*ListInstallationConfigParams) SetContext

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

SetContext adds the context to the list installation config params

func (*ListInstallationConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list installation config params

func (*ListInstallationConfigParams) SetInstalledAppID

func (o *ListInstallationConfigParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the list installation config params

func (*ListInstallationConfigParams) SetTimeout

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

SetTimeout adds the timeout to the list installation config params

func (*ListInstallationConfigParams) WithAuthorization

func (o *ListInstallationConfigParams) WithAuthorization(authorization string) *ListInstallationConfigParams

WithAuthorization adds the authorization to the list installation config params

func (*ListInstallationConfigParams) WithConfigurationStatus

func (o *ListInstallationConfigParams) WithConfigurationStatus(configurationStatus *string) *ListInstallationConfigParams

WithConfigurationStatus adds the configurationStatus to the list installation config params

func (*ListInstallationConfigParams) WithContext

WithContext adds the context to the list installation config params

func (*ListInstallationConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list installation config params

func (*ListInstallationConfigParams) WithInstalledAppID

func (o *ListInstallationConfigParams) WithInstalledAppID(installedAppID string) *ListInstallationConfigParams

WithInstalledAppID adds the installedAppID to the list installation config params

func (*ListInstallationConfigParams) WithTimeout

WithTimeout adds the timeout to the list installation config params

func (*ListInstallationConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListInstallationConfigReader

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

ListInstallationConfigReader is a Reader for the ListInstallationConfig structure.

func (*ListInstallationConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListInstallationConfigTooManyRequests

type ListInstallationConfigTooManyRequests struct {
	Payload *models.ErrorResponse
}

ListInstallationConfigTooManyRequests handles this case with default header values.

Too many requests

func NewListInstallationConfigTooManyRequests

func NewListInstallationConfigTooManyRequests() *ListInstallationConfigTooManyRequests

NewListInstallationConfigTooManyRequests creates a ListInstallationConfigTooManyRequests with default headers values

func (*ListInstallationConfigTooManyRequests) Error

type ListInstallationConfigUnauthorized

type ListInstallationConfigUnauthorized struct {
}

ListInstallationConfigUnauthorized handles this case with default header values.

Not authenticated

func NewListInstallationConfigUnauthorized

func NewListInstallationConfigUnauthorized() *ListInstallationConfigUnauthorized

NewListInstallationConfigUnauthorized creates a ListInstallationConfigUnauthorized with default headers values

func (*ListInstallationConfigUnauthorized) Error

type ListInstallationsDefault

type ListInstallationsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListInstallationsDefault handles this case with default header values.

Unexpected error

func NewListInstallationsDefault

func NewListInstallationsDefault(code int) *ListInstallationsDefault

NewListInstallationsDefault creates a ListInstallationsDefault with default headers values

func (*ListInstallationsDefault) Code

func (o *ListInstallationsDefault) Code() int

Code gets the status code for the list installations default response

func (*ListInstallationsDefault) Error

func (o *ListInstallationsDefault) Error() string

type ListInstallationsForbidden

type ListInstallationsForbidden struct {
}

ListInstallationsForbidden handles this case with default header values.

Not authorized

func NewListInstallationsForbidden

func NewListInstallationsForbidden() *ListInstallationsForbidden

NewListInstallationsForbidden creates a ListInstallationsForbidden with default headers values

func (*ListInstallationsForbidden) Error

type ListInstallationsOK

type ListInstallationsOK struct {
	Payload *models.PagedInstalledApps
}

ListInstallationsOK handles this case with default header values.

A paginated list of installed apps.

func NewListInstallationsOK

func NewListInstallationsOK() *ListInstallationsOK

NewListInstallationsOK creates a ListInstallationsOK with default headers values

func (*ListInstallationsOK) Error

func (o *ListInstallationsOK) Error() string

type ListInstallationsParams

type ListInstallationsParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*InstalledAppStatus
	  State of the Installed App.

	*/
	InstalledAppStatus *string
	/*LocationID
	  The ID of the location that both the installed smart app and source are associated with.

	*/
	LocationID string

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

ListInstallationsParams contains all the parameters to send to the API endpoint for the list installations operation typically these are written to a http.Request

func NewListInstallationsParams

func NewListInstallationsParams() *ListInstallationsParams

NewListInstallationsParams creates a new ListInstallationsParams object with the default values initialized.

func NewListInstallationsParamsWithContext

func NewListInstallationsParamsWithContext(ctx context.Context) *ListInstallationsParams

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

func NewListInstallationsParamsWithHTTPClient

func NewListInstallationsParamsWithHTTPClient(client *http.Client) *ListInstallationsParams

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

func NewListInstallationsParamsWithTimeout

func NewListInstallationsParamsWithTimeout(timeout time.Duration) *ListInstallationsParams

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

func (*ListInstallationsParams) SetAuthorization

func (o *ListInstallationsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the list installations params

func (*ListInstallationsParams) SetContext

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

SetContext adds the context to the list installations params

func (*ListInstallationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list installations params

func (*ListInstallationsParams) SetInstalledAppStatus

func (o *ListInstallationsParams) SetInstalledAppStatus(installedAppStatus *string)

SetInstalledAppStatus adds the installedAppStatus to the list installations params

func (*ListInstallationsParams) SetLocationID

func (o *ListInstallationsParams) SetLocationID(locationID string)

SetLocationID adds the locationId to the list installations params

func (*ListInstallationsParams) SetTimeout

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

SetTimeout adds the timeout to the list installations params

func (*ListInstallationsParams) WithAuthorization

func (o *ListInstallationsParams) WithAuthorization(authorization string) *ListInstallationsParams

WithAuthorization adds the authorization to the list installations params

func (*ListInstallationsParams) WithContext

WithContext adds the context to the list installations params

func (*ListInstallationsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list installations params

func (*ListInstallationsParams) WithInstalledAppStatus

func (o *ListInstallationsParams) WithInstalledAppStatus(installedAppStatus *string) *ListInstallationsParams

WithInstalledAppStatus adds the installedAppStatus to the list installations params

func (*ListInstallationsParams) WithLocationID

func (o *ListInstallationsParams) WithLocationID(locationID string) *ListInstallationsParams

WithLocationID adds the locationID to the list installations params

func (*ListInstallationsParams) WithTimeout

WithTimeout adds the timeout to the list installations params

func (*ListInstallationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListInstallationsReader

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

ListInstallationsReader is a Reader for the ListInstallations structure.

func (*ListInstallationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListInstallationsTooManyRequests

type ListInstallationsTooManyRequests struct {
	Payload *models.ErrorResponse
}

ListInstallationsTooManyRequests handles this case with default header values.

Too many requests

func NewListInstallationsTooManyRequests

func NewListInstallationsTooManyRequests() *ListInstallationsTooManyRequests

NewListInstallationsTooManyRequests creates a ListInstallationsTooManyRequests with default headers values

func (*ListInstallationsTooManyRequests) Error

type ListInstallationsUnauthorized

type ListInstallationsUnauthorized struct {
}

ListInstallationsUnauthorized handles this case with default header values.

Not authenticated

func NewListInstallationsUnauthorized

func NewListInstallationsUnauthorized() *ListInstallationsUnauthorized

NewListInstallationsUnauthorized creates a ListInstallationsUnauthorized with default headers values

func (*ListInstallationsUnauthorized) Error

type PatchInstalledAppTagsBadRequest

type PatchInstalledAppTagsBadRequest struct {
	Payload *models.ErrorResponse
}

PatchInstalledAppTagsBadRequest handles this case with default header values.

Bad request

func NewPatchInstalledAppTagsBadRequest

func NewPatchInstalledAppTagsBadRequest() *PatchInstalledAppTagsBadRequest

NewPatchInstalledAppTagsBadRequest creates a PatchInstalledAppTagsBadRequest with default headers values

func (*PatchInstalledAppTagsBadRequest) Error

type PatchInstalledAppTagsDefault

type PatchInstalledAppTagsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchInstalledAppTagsDefault handles this case with default header values.

Unexpected error

func NewPatchInstalledAppTagsDefault

func NewPatchInstalledAppTagsDefault(code int) *PatchInstalledAppTagsDefault

NewPatchInstalledAppTagsDefault creates a PatchInstalledAppTagsDefault with default headers values

func (*PatchInstalledAppTagsDefault) Code

Code gets the status code for the patch installed app tags default response

func (*PatchInstalledAppTagsDefault) Error

type PatchInstalledAppTagsForbidden

type PatchInstalledAppTagsForbidden struct {
}

PatchInstalledAppTagsForbidden handles this case with default header values.

Forbidden

func NewPatchInstalledAppTagsForbidden

func NewPatchInstalledAppTagsForbidden() *PatchInstalledAppTagsForbidden

NewPatchInstalledAppTagsForbidden creates a PatchInstalledAppTagsForbidden with default headers values

func (*PatchInstalledAppTagsForbidden) Error

type PatchInstalledAppTagsOK

type PatchInstalledAppTagsOK struct {
	Payload *models.PatchTagsResponse
}

PatchInstalledAppTagsOK handles this case with default header values.

A response containing an InstalledApp's tags.

func NewPatchInstalledAppTagsOK

func NewPatchInstalledAppTagsOK() *PatchInstalledAppTagsOK

NewPatchInstalledAppTagsOK creates a PatchInstalledAppTagsOK with default headers values

func (*PatchInstalledAppTagsOK) Error

func (o *PatchInstalledAppTagsOK) Error() string

type PatchInstalledAppTagsParams

type PatchInstalledAppTagsParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string
	/*PatchInstalledAppTagsRequest*/
	PatchInstalledAppTagsRequest *models.PatchTagsRequest

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

PatchInstalledAppTagsParams contains all the parameters to send to the API endpoint for the patch installed app tags operation typically these are written to a http.Request

func NewPatchInstalledAppTagsParams

func NewPatchInstalledAppTagsParams() *PatchInstalledAppTagsParams

NewPatchInstalledAppTagsParams creates a new PatchInstalledAppTagsParams object with the default values initialized.

func NewPatchInstalledAppTagsParamsWithContext

func NewPatchInstalledAppTagsParamsWithContext(ctx context.Context) *PatchInstalledAppTagsParams

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

func NewPatchInstalledAppTagsParamsWithHTTPClient

func NewPatchInstalledAppTagsParamsWithHTTPClient(client *http.Client) *PatchInstalledAppTagsParams

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

func NewPatchInstalledAppTagsParamsWithTimeout

func NewPatchInstalledAppTagsParamsWithTimeout(timeout time.Duration) *PatchInstalledAppTagsParams

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

func (*PatchInstalledAppTagsParams) SetAuthorization

func (o *PatchInstalledAppTagsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch installed app tags params

func (*PatchInstalledAppTagsParams) SetContext

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

SetContext adds the context to the patch installed app tags params

func (*PatchInstalledAppTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch installed app tags params

func (*PatchInstalledAppTagsParams) SetInstalledAppID

func (o *PatchInstalledAppTagsParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the patch installed app tags params

func (*PatchInstalledAppTagsParams) SetPatchInstalledAppTagsRequest

func (o *PatchInstalledAppTagsParams) SetPatchInstalledAppTagsRequest(patchInstalledAppTagsRequest *models.PatchTagsRequest)

SetPatchInstalledAppTagsRequest adds the patchInstalledAppTagsRequest to the patch installed app tags params

func (*PatchInstalledAppTagsParams) SetTimeout

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

SetTimeout adds the timeout to the patch installed app tags params

func (*PatchInstalledAppTagsParams) WithAuthorization

func (o *PatchInstalledAppTagsParams) WithAuthorization(authorization string) *PatchInstalledAppTagsParams

WithAuthorization adds the authorization to the patch installed app tags params

func (*PatchInstalledAppTagsParams) WithContext

WithContext adds the context to the patch installed app tags params

func (*PatchInstalledAppTagsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch installed app tags params

func (*PatchInstalledAppTagsParams) WithInstalledAppID

func (o *PatchInstalledAppTagsParams) WithInstalledAppID(installedAppID string) *PatchInstalledAppTagsParams

WithInstalledAppID adds the installedAppID to the patch installed app tags params

func (*PatchInstalledAppTagsParams) WithPatchInstalledAppTagsRequest

func (o *PatchInstalledAppTagsParams) WithPatchInstalledAppTagsRequest(patchInstalledAppTagsRequest *models.PatchTagsRequest) *PatchInstalledAppTagsParams

WithPatchInstalledAppTagsRequest adds the patchInstalledAppTagsRequest to the patch installed app tags params

func (*PatchInstalledAppTagsParams) WithTimeout

WithTimeout adds the timeout to the patch installed app tags params

func (*PatchInstalledAppTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchInstalledAppTagsReader

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

PatchInstalledAppTagsReader is a Reader for the PatchInstalledAppTags structure.

func (*PatchInstalledAppTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchInstalledAppTagsTooManyRequests

type PatchInstalledAppTagsTooManyRequests struct {
	Payload *models.ErrorResponse
}

PatchInstalledAppTagsTooManyRequests handles this case with default header values.

Too many requests

func NewPatchInstalledAppTagsTooManyRequests

func NewPatchInstalledAppTagsTooManyRequests() *PatchInstalledAppTagsTooManyRequests

NewPatchInstalledAppTagsTooManyRequests creates a PatchInstalledAppTagsTooManyRequests with default headers values

func (*PatchInstalledAppTagsTooManyRequests) Error

type PatchInstalledAppTagsUnauthorized

type PatchInstalledAppTagsUnauthorized struct {
}

PatchInstalledAppTagsUnauthorized handles this case with default header values.

Unauthorized

func NewPatchInstalledAppTagsUnauthorized

func NewPatchInstalledAppTagsUnauthorized() *PatchInstalledAppTagsUnauthorized

NewPatchInstalledAppTagsUnauthorized creates a PatchInstalledAppTagsUnauthorized with default headers values

func (*PatchInstalledAppTagsUnauthorized) Error

type PatchInstalledAppTagsUnprocessableEntity

type PatchInstalledAppTagsUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

PatchInstalledAppTagsUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewPatchInstalledAppTagsUnprocessableEntity

func NewPatchInstalledAppTagsUnprocessableEntity() *PatchInstalledAppTagsUnprocessableEntity

NewPatchInstalledAppTagsUnprocessableEntity creates a PatchInstalledAppTagsUnprocessableEntity with default headers values

func (*PatchInstalledAppTagsUnprocessableEntity) Error

type UpdateInstalledAppTagsBadRequest

type UpdateInstalledAppTagsBadRequest struct {
	Payload *models.ErrorResponse
}

UpdateInstalledAppTagsBadRequest handles this case with default header values.

Bad request

func NewUpdateInstalledAppTagsBadRequest

func NewUpdateInstalledAppTagsBadRequest() *UpdateInstalledAppTagsBadRequest

NewUpdateInstalledAppTagsBadRequest creates a UpdateInstalledAppTagsBadRequest with default headers values

func (*UpdateInstalledAppTagsBadRequest) Error

type UpdateInstalledAppTagsDefault

type UpdateInstalledAppTagsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateInstalledAppTagsDefault handles this case with default header values.

Unexpected error

func NewUpdateInstalledAppTagsDefault

func NewUpdateInstalledAppTagsDefault(code int) *UpdateInstalledAppTagsDefault

NewUpdateInstalledAppTagsDefault creates a UpdateInstalledAppTagsDefault with default headers values

func (*UpdateInstalledAppTagsDefault) Code

Code gets the status code for the update installed app tags default response

func (*UpdateInstalledAppTagsDefault) Error

type UpdateInstalledAppTagsForbidden

type UpdateInstalledAppTagsForbidden struct {
}

UpdateInstalledAppTagsForbidden handles this case with default header values.

Forbidden

func NewUpdateInstalledAppTagsForbidden

func NewUpdateInstalledAppTagsForbidden() *UpdateInstalledAppTagsForbidden

NewUpdateInstalledAppTagsForbidden creates a UpdateInstalledAppTagsForbidden with default headers values

func (*UpdateInstalledAppTagsForbidden) Error

type UpdateInstalledAppTagsOK

type UpdateInstalledAppTagsOK struct {
	Payload *models.UpdateTagsResponse
}

UpdateInstalledAppTagsOK handles this case with default header values.

A response containing an InstalledApp's tags.

func NewUpdateInstalledAppTagsOK

func NewUpdateInstalledAppTagsOK() *UpdateInstalledAppTagsOK

NewUpdateInstalledAppTagsOK creates a UpdateInstalledAppTagsOK with default headers values

func (*UpdateInstalledAppTagsOK) Error

func (o *UpdateInstalledAppTagsOK) Error() string

type UpdateInstalledAppTagsParams

type UpdateInstalledAppTagsParams struct {

	/*Authorization
	  OAuth token

	*/
	Authorization string
	/*InstalledAppID
	  The ID of the installed application.

	*/
	InstalledAppID string
	/*UpdateInstalledAppTagsRequest*/
	UpdateInstalledAppTagsRequest *models.UpdateTagsRequest

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

UpdateInstalledAppTagsParams contains all the parameters to send to the API endpoint for the update installed app tags operation typically these are written to a http.Request

func NewUpdateInstalledAppTagsParams

func NewUpdateInstalledAppTagsParams() *UpdateInstalledAppTagsParams

NewUpdateInstalledAppTagsParams creates a new UpdateInstalledAppTagsParams object with the default values initialized.

func NewUpdateInstalledAppTagsParamsWithContext

func NewUpdateInstalledAppTagsParamsWithContext(ctx context.Context) *UpdateInstalledAppTagsParams

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

func NewUpdateInstalledAppTagsParamsWithHTTPClient

func NewUpdateInstalledAppTagsParamsWithHTTPClient(client *http.Client) *UpdateInstalledAppTagsParams

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

func NewUpdateInstalledAppTagsParamsWithTimeout

func NewUpdateInstalledAppTagsParamsWithTimeout(timeout time.Duration) *UpdateInstalledAppTagsParams

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

func (*UpdateInstalledAppTagsParams) SetAuthorization

func (o *UpdateInstalledAppTagsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update installed app tags params

func (*UpdateInstalledAppTagsParams) SetContext

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

SetContext adds the context to the update installed app tags params

func (*UpdateInstalledAppTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update installed app tags params

func (*UpdateInstalledAppTagsParams) SetInstalledAppID

func (o *UpdateInstalledAppTagsParams) SetInstalledAppID(installedAppID string)

SetInstalledAppID adds the installedAppId to the update installed app tags params

func (*UpdateInstalledAppTagsParams) SetTimeout

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

SetTimeout adds the timeout to the update installed app tags params

func (*UpdateInstalledAppTagsParams) SetUpdateInstalledAppTagsRequest

func (o *UpdateInstalledAppTagsParams) SetUpdateInstalledAppTagsRequest(updateInstalledAppTagsRequest *models.UpdateTagsRequest)

SetUpdateInstalledAppTagsRequest adds the updateInstalledAppTagsRequest to the update installed app tags params

func (*UpdateInstalledAppTagsParams) WithAuthorization

func (o *UpdateInstalledAppTagsParams) WithAuthorization(authorization string) *UpdateInstalledAppTagsParams

WithAuthorization adds the authorization to the update installed app tags params

func (*UpdateInstalledAppTagsParams) WithContext

WithContext adds the context to the update installed app tags params

func (*UpdateInstalledAppTagsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update installed app tags params

func (*UpdateInstalledAppTagsParams) WithInstalledAppID

func (o *UpdateInstalledAppTagsParams) WithInstalledAppID(installedAppID string) *UpdateInstalledAppTagsParams

WithInstalledAppID adds the installedAppID to the update installed app tags params

func (*UpdateInstalledAppTagsParams) WithTimeout

WithTimeout adds the timeout to the update installed app tags params

func (*UpdateInstalledAppTagsParams) WithUpdateInstalledAppTagsRequest

func (o *UpdateInstalledAppTagsParams) WithUpdateInstalledAppTagsRequest(updateInstalledAppTagsRequest *models.UpdateTagsRequest) *UpdateInstalledAppTagsParams

WithUpdateInstalledAppTagsRequest adds the updateInstalledAppTagsRequest to the update installed app tags params

func (*UpdateInstalledAppTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateInstalledAppTagsReader

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

UpdateInstalledAppTagsReader is a Reader for the UpdateInstalledAppTags structure.

func (*UpdateInstalledAppTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateInstalledAppTagsTooManyRequests

type UpdateInstalledAppTagsTooManyRequests struct {
	Payload *models.ErrorResponse
}

UpdateInstalledAppTagsTooManyRequests handles this case with default header values.

Too many requests

func NewUpdateInstalledAppTagsTooManyRequests

func NewUpdateInstalledAppTagsTooManyRequests() *UpdateInstalledAppTagsTooManyRequests

NewUpdateInstalledAppTagsTooManyRequests creates a UpdateInstalledAppTagsTooManyRequests with default headers values

func (*UpdateInstalledAppTagsTooManyRequests) Error

type UpdateInstalledAppTagsUnauthorized

type UpdateInstalledAppTagsUnauthorized struct {
}

UpdateInstalledAppTagsUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateInstalledAppTagsUnauthorized

func NewUpdateInstalledAppTagsUnauthorized() *UpdateInstalledAppTagsUnauthorized

NewUpdateInstalledAppTagsUnauthorized creates a UpdateInstalledAppTagsUnauthorized with default headers values

func (*UpdateInstalledAppTagsUnauthorized) Error

type UpdateInstalledAppTagsUnprocessableEntity

type UpdateInstalledAppTagsUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

UpdateInstalledAppTagsUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewUpdateInstalledAppTagsUnprocessableEntity

func NewUpdateInstalledAppTagsUnprocessableEntity() *UpdateInstalledAppTagsUnprocessableEntity

NewUpdateInstalledAppTagsUnprocessableEntity creates a UpdateInstalledAppTagsUnprocessableEntity with default headers values

func (*UpdateInstalledAppTagsUnprocessableEntity) Error

Jump to

Keyboard shortcuts

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