application

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 API

func (*Client) CreateApplicationUsingPOST

CreateApplicationUsingPOST creates an application

func (*Client) DeleteApplicationUsingDELETE

DeleteApplicationUsingDELETE deletes an application

func (*Client) GetAllApplicationsUsingGET

func (a *Client) GetAllApplicationsUsingGET(params *GetAllApplicationsUsingGETParams) (*GetAllApplicationsUsingGETOK, error)

GetAllApplicationsUsingGET retrieves all applications

func (*Client) GetApplicationReportUsingGET

func (a *Client) GetApplicationReportUsingGET(params *GetApplicationReportUsingGETParams) (*GetApplicationReportUsingGETOK, error)

GetApplicationReportUsingGET gets an application report

func (*Client) GetApplicationUsingGET

func (a *Client) GetApplicationUsingGET(params *GetApplicationUsingGETParams) (*GetApplicationUsingGETOK, error)

GetApplicationUsingGET retrieves an application

func (*Client) PatchApplicationUsingPATCH

PatchApplicationUsingPATCH patches an application

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateApplicationUsingPUT

UpdateApplicationUsingPUT updates an application

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 API client.

type CreateApplicationUsingPOSTCreated

type CreateApplicationUsingPOSTCreated struct {
}

CreateApplicationUsingPOSTCreated handles this case with default header values.

Created

func NewCreateApplicationUsingPOSTCreated

func NewCreateApplicationUsingPOSTCreated() *CreateApplicationUsingPOSTCreated

NewCreateApplicationUsingPOSTCreated creates a CreateApplicationUsingPOSTCreated with default headers values

func (*CreateApplicationUsingPOSTCreated) Error

type CreateApplicationUsingPOSTForbidden

type CreateApplicationUsingPOSTForbidden struct {
}

CreateApplicationUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateApplicationUsingPOSTForbidden

func NewCreateApplicationUsingPOSTForbidden() *CreateApplicationUsingPOSTForbidden

NewCreateApplicationUsingPOSTForbidden creates a CreateApplicationUsingPOSTForbidden with default headers values

func (*CreateApplicationUsingPOSTForbidden) Error

type CreateApplicationUsingPOSTNotFound

type CreateApplicationUsingPOSTNotFound struct {
}

CreateApplicationUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateApplicationUsingPOSTNotFound

func NewCreateApplicationUsingPOSTNotFound() *CreateApplicationUsingPOSTNotFound

NewCreateApplicationUsingPOSTNotFound creates a CreateApplicationUsingPOSTNotFound with default headers values

func (*CreateApplicationUsingPOSTNotFound) Error

type CreateApplicationUsingPOSTOK

type CreateApplicationUsingPOSTOK struct {
	Payload *models.ApplicationDto
}

CreateApplicationUsingPOSTOK handles this case with default header values.

OK

func NewCreateApplicationUsingPOSTOK

func NewCreateApplicationUsingPOSTOK() *CreateApplicationUsingPOSTOK

NewCreateApplicationUsingPOSTOK creates a CreateApplicationUsingPOSTOK with default headers values

func (*CreateApplicationUsingPOSTOK) Error

func (*CreateApplicationUsingPOSTOK) GetPayload

type CreateApplicationUsingPOSTParams

type CreateApplicationUsingPOSTParams struct {

	/*ApplicationDto
	  applicationDto

	*/
	ApplicationDto *models.ApplicationDto

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

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

func NewCreateApplicationUsingPOSTParams

func NewCreateApplicationUsingPOSTParams() *CreateApplicationUsingPOSTParams

NewCreateApplicationUsingPOSTParams creates a new CreateApplicationUsingPOSTParams object with the default values initialized.

func NewCreateApplicationUsingPOSTParamsWithContext

func NewCreateApplicationUsingPOSTParamsWithContext(ctx context.Context) *CreateApplicationUsingPOSTParams

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

func NewCreateApplicationUsingPOSTParamsWithHTTPClient

func NewCreateApplicationUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateApplicationUsingPOSTParams

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

func NewCreateApplicationUsingPOSTParamsWithTimeout

func NewCreateApplicationUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateApplicationUsingPOSTParams

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

func (*CreateApplicationUsingPOSTParams) SetApplicationDto

func (o *CreateApplicationUsingPOSTParams) SetApplicationDto(applicationDto *models.ApplicationDto)

SetApplicationDto adds the applicationDto to the create application using p o s t params

func (*CreateApplicationUsingPOSTParams) SetContext

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

func (*CreateApplicationUsingPOSTParams) SetHTTPClient

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

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

func (*CreateApplicationUsingPOSTParams) SetTimeout

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

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

func (*CreateApplicationUsingPOSTParams) WithApplicationDto

WithApplicationDto adds the applicationDto to the create application using p o s t params

func (*CreateApplicationUsingPOSTParams) WithContext

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

func (*CreateApplicationUsingPOSTParams) WithHTTPClient

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

func (*CreateApplicationUsingPOSTParams) WithTimeout

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

func (*CreateApplicationUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateApplicationUsingPOSTReader

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

CreateApplicationUsingPOSTReader is a Reader for the CreateApplicationUsingPOST structure.

func (*CreateApplicationUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateApplicationUsingPOSTUnauthorized

type CreateApplicationUsingPOSTUnauthorized struct {
}

CreateApplicationUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateApplicationUsingPOSTUnauthorized

func NewCreateApplicationUsingPOSTUnauthorized() *CreateApplicationUsingPOSTUnauthorized

NewCreateApplicationUsingPOSTUnauthorized creates a CreateApplicationUsingPOSTUnauthorized with default headers values

func (*CreateApplicationUsingPOSTUnauthorized) Error

type DeleteApplicationUsingDELETEForbidden

type DeleteApplicationUsingDELETEForbidden struct {
}

DeleteApplicationUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteApplicationUsingDELETEForbidden

func NewDeleteApplicationUsingDELETEForbidden() *DeleteApplicationUsingDELETEForbidden

NewDeleteApplicationUsingDELETEForbidden creates a DeleteApplicationUsingDELETEForbidden with default headers values

func (*DeleteApplicationUsingDELETEForbidden) Error

type DeleteApplicationUsingDELETENoContent

type DeleteApplicationUsingDELETENoContent struct {
}

DeleteApplicationUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteApplicationUsingDELETENoContent

func NewDeleteApplicationUsingDELETENoContent() *DeleteApplicationUsingDELETENoContent

NewDeleteApplicationUsingDELETENoContent creates a DeleteApplicationUsingDELETENoContent with default headers values

func (*DeleteApplicationUsingDELETENoContent) Error

type DeleteApplicationUsingDELETEOK

type DeleteApplicationUsingDELETEOK struct {
}

DeleteApplicationUsingDELETEOK handles this case with default header values.

OK

func NewDeleteApplicationUsingDELETEOK

func NewDeleteApplicationUsingDELETEOK() *DeleteApplicationUsingDELETEOK

NewDeleteApplicationUsingDELETEOK creates a DeleteApplicationUsingDELETEOK with default headers values

func (*DeleteApplicationUsingDELETEOK) Error

type DeleteApplicationUsingDELETEParams

type DeleteApplicationUsingDELETEParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64

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

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

func NewDeleteApplicationUsingDELETEParams

func NewDeleteApplicationUsingDELETEParams() *DeleteApplicationUsingDELETEParams

NewDeleteApplicationUsingDELETEParams creates a new DeleteApplicationUsingDELETEParams object with the default values initialized.

func NewDeleteApplicationUsingDELETEParamsWithContext

func NewDeleteApplicationUsingDELETEParamsWithContext(ctx context.Context) *DeleteApplicationUsingDELETEParams

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

func NewDeleteApplicationUsingDELETEParamsWithHTTPClient

func NewDeleteApplicationUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteApplicationUsingDELETEParams

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

func NewDeleteApplicationUsingDELETEParamsWithTimeout

func NewDeleteApplicationUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteApplicationUsingDELETEParams

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

func (*DeleteApplicationUsingDELETEParams) SetApplicationID

func (o *DeleteApplicationUsingDELETEParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the delete application using d e l e t e params

func (*DeleteApplicationUsingDELETEParams) SetContext

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

func (*DeleteApplicationUsingDELETEParams) SetHTTPClient

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

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

func (*DeleteApplicationUsingDELETEParams) SetTimeout

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

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

func (*DeleteApplicationUsingDELETEParams) WithApplicationID

WithApplicationID adds the applicationID to the delete application using d e l e t e params

func (*DeleteApplicationUsingDELETEParams) WithContext

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

func (*DeleteApplicationUsingDELETEParams) WithHTTPClient

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

func (*DeleteApplicationUsingDELETEParams) WithTimeout

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

func (*DeleteApplicationUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApplicationUsingDELETEReader

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

DeleteApplicationUsingDELETEReader is a Reader for the DeleteApplicationUsingDELETE structure.

func (*DeleteApplicationUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteApplicationUsingDELETEUnauthorized

type DeleteApplicationUsingDELETEUnauthorized struct {
}

DeleteApplicationUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteApplicationUsingDELETEUnauthorized

func NewDeleteApplicationUsingDELETEUnauthorized() *DeleteApplicationUsingDELETEUnauthorized

NewDeleteApplicationUsingDELETEUnauthorized creates a DeleteApplicationUsingDELETEUnauthorized with default headers values

func (*DeleteApplicationUsingDELETEUnauthorized) Error

type GetAllApplicationsUsingGETForbidden

type GetAllApplicationsUsingGETForbidden struct {
}

GetAllApplicationsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetAllApplicationsUsingGETForbidden

func NewGetAllApplicationsUsingGETForbidden() *GetAllApplicationsUsingGETForbidden

NewGetAllApplicationsUsingGETForbidden creates a GetAllApplicationsUsingGETForbidden with default headers values

func (*GetAllApplicationsUsingGETForbidden) Error

type GetAllApplicationsUsingGETNotFound

type GetAllApplicationsUsingGETNotFound struct {
}

GetAllApplicationsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetAllApplicationsUsingGETNotFound

func NewGetAllApplicationsUsingGETNotFound() *GetAllApplicationsUsingGETNotFound

NewGetAllApplicationsUsingGETNotFound creates a GetAllApplicationsUsingGETNotFound with default headers values

func (*GetAllApplicationsUsingGETNotFound) Error

type GetAllApplicationsUsingGETOK

type GetAllApplicationsUsingGETOK struct {
	Payload *models.PagedResultDtoApplicationDto
}

GetAllApplicationsUsingGETOK handles this case with default header values.

OK

func NewGetAllApplicationsUsingGETOK

func NewGetAllApplicationsUsingGETOK() *GetAllApplicationsUsingGETOK

NewGetAllApplicationsUsingGETOK creates a GetAllApplicationsUsingGETOK with default headers values

func (*GetAllApplicationsUsingGETOK) Error

func (*GetAllApplicationsUsingGETOK) GetPayload

type GetAllApplicationsUsingGETParams

type GetAllApplicationsUsingGETParams struct {

	/*Embed
	  embedFields

	*/
	Embed []string
	/*Filter
	  freeTextFilter

	*/
	Filter *string
	/*Name
	  nameFilter

	*/
	Name *string
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32

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

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

func NewGetAllApplicationsUsingGETParams

func NewGetAllApplicationsUsingGETParams() *GetAllApplicationsUsingGETParams

NewGetAllApplicationsUsingGETParams creates a new GetAllApplicationsUsingGETParams object with the default values initialized.

func NewGetAllApplicationsUsingGETParamsWithContext

func NewGetAllApplicationsUsingGETParamsWithContext(ctx context.Context) *GetAllApplicationsUsingGETParams

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

func NewGetAllApplicationsUsingGETParamsWithHTTPClient

func NewGetAllApplicationsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllApplicationsUsingGETParams

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

func NewGetAllApplicationsUsingGETParamsWithTimeout

func NewGetAllApplicationsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllApplicationsUsingGETParams

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

func (*GetAllApplicationsUsingGETParams) SetContext

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

func (*GetAllApplicationsUsingGETParams) SetEmbed

func (o *GetAllApplicationsUsingGETParams) SetEmbed(embed []string)

SetEmbed adds the embed to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) SetFilter

func (o *GetAllApplicationsUsingGETParams) SetFilter(filter *string)

SetFilter adds the filter to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) SetHTTPClient

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

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

func (*GetAllApplicationsUsingGETParams) SetName

func (o *GetAllApplicationsUsingGETParams) SetName(name *string)

SetName adds the name to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) SetPageNumber

func (o *GetAllApplicationsUsingGETParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) SetPageSize

func (o *GetAllApplicationsUsingGETParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) SetTimeout

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

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

func (*GetAllApplicationsUsingGETParams) WithContext

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

func (*GetAllApplicationsUsingGETParams) WithEmbed

WithEmbed adds the embed to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) WithFilter

WithFilter adds the filter to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) WithHTTPClient

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

func (*GetAllApplicationsUsingGETParams) WithName

WithName adds the name to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) WithPageNumber

WithPageNumber adds the pageNumber to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get all applications using g e t params

func (*GetAllApplicationsUsingGETParams) WithTimeout

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

func (*GetAllApplicationsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllApplicationsUsingGETReader

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

GetAllApplicationsUsingGETReader is a Reader for the GetAllApplicationsUsingGET structure.

func (*GetAllApplicationsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllApplicationsUsingGETUnauthorized

type GetAllApplicationsUsingGETUnauthorized struct {
}

GetAllApplicationsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetAllApplicationsUsingGETUnauthorized

func NewGetAllApplicationsUsingGETUnauthorized() *GetAllApplicationsUsingGETUnauthorized

NewGetAllApplicationsUsingGETUnauthorized creates a GetAllApplicationsUsingGETUnauthorized with default headers values

func (*GetAllApplicationsUsingGETUnauthorized) Error

type GetApplicationReportUsingGETForbidden

type GetApplicationReportUsingGETForbidden struct {
}

GetApplicationReportUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetApplicationReportUsingGETForbidden

func NewGetApplicationReportUsingGETForbidden() *GetApplicationReportUsingGETForbidden

NewGetApplicationReportUsingGETForbidden creates a GetApplicationReportUsingGETForbidden with default headers values

func (*GetApplicationReportUsingGETForbidden) Error

type GetApplicationReportUsingGETNotFound

type GetApplicationReportUsingGETNotFound struct {
}

GetApplicationReportUsingGETNotFound handles this case with default header values.

Not Found

func NewGetApplicationReportUsingGETNotFound

func NewGetApplicationReportUsingGETNotFound() *GetApplicationReportUsingGETNotFound

NewGetApplicationReportUsingGETNotFound creates a GetApplicationReportUsingGETNotFound with default headers values

func (*GetApplicationReportUsingGETNotFound) Error

type GetApplicationReportUsingGETOK

type GetApplicationReportUsingGETOK struct {
	Payload *models.ApplicationReportDto
}

GetApplicationReportUsingGETOK handles this case with default header values.

OK

func NewGetApplicationReportUsingGETOK

func NewGetApplicationReportUsingGETOK() *GetApplicationReportUsingGETOK

NewGetApplicationReportUsingGETOK creates a GetApplicationReportUsingGETOK with default headers values

func (*GetApplicationReportUsingGETOK) Error

func (*GetApplicationReportUsingGETOK) GetPayload

type GetApplicationReportUsingGETParams

type GetApplicationReportUsingGETParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64

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

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

func NewGetApplicationReportUsingGETParams

func NewGetApplicationReportUsingGETParams() *GetApplicationReportUsingGETParams

NewGetApplicationReportUsingGETParams creates a new GetApplicationReportUsingGETParams object with the default values initialized.

func NewGetApplicationReportUsingGETParamsWithContext

func NewGetApplicationReportUsingGETParamsWithContext(ctx context.Context) *GetApplicationReportUsingGETParams

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

func NewGetApplicationReportUsingGETParamsWithHTTPClient

func NewGetApplicationReportUsingGETParamsWithHTTPClient(client *http.Client) *GetApplicationReportUsingGETParams

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

func NewGetApplicationReportUsingGETParamsWithTimeout

func NewGetApplicationReportUsingGETParamsWithTimeout(timeout time.Duration) *GetApplicationReportUsingGETParams

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

func (*GetApplicationReportUsingGETParams) SetApplicationID

func (o *GetApplicationReportUsingGETParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the get application report using g e t params

func (*GetApplicationReportUsingGETParams) SetContext

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

func (*GetApplicationReportUsingGETParams) SetHTTPClient

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

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

func (*GetApplicationReportUsingGETParams) SetTimeout

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

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

func (*GetApplicationReportUsingGETParams) WithApplicationID

WithApplicationID adds the applicationID to the get application report using g e t params

func (*GetApplicationReportUsingGETParams) WithContext

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

func (*GetApplicationReportUsingGETParams) WithHTTPClient

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

func (*GetApplicationReportUsingGETParams) WithTimeout

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

func (*GetApplicationReportUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationReportUsingGETReader

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

GetApplicationReportUsingGETReader is a Reader for the GetApplicationReportUsingGET structure.

func (*GetApplicationReportUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationReportUsingGETUnauthorized

type GetApplicationReportUsingGETUnauthorized struct {
}

GetApplicationReportUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetApplicationReportUsingGETUnauthorized

func NewGetApplicationReportUsingGETUnauthorized() *GetApplicationReportUsingGETUnauthorized

NewGetApplicationReportUsingGETUnauthorized creates a GetApplicationReportUsingGETUnauthorized with default headers values

func (*GetApplicationReportUsingGETUnauthorized) Error

type GetApplicationUsingGETForbidden

type GetApplicationUsingGETForbidden struct {
}

GetApplicationUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetApplicationUsingGETForbidden

func NewGetApplicationUsingGETForbidden() *GetApplicationUsingGETForbidden

NewGetApplicationUsingGETForbidden creates a GetApplicationUsingGETForbidden with default headers values

func (*GetApplicationUsingGETForbidden) Error

type GetApplicationUsingGETNotFound

type GetApplicationUsingGETNotFound struct {
}

GetApplicationUsingGETNotFound handles this case with default header values.

Not Found

func NewGetApplicationUsingGETNotFound

func NewGetApplicationUsingGETNotFound() *GetApplicationUsingGETNotFound

NewGetApplicationUsingGETNotFound creates a GetApplicationUsingGETNotFound with default headers values

func (*GetApplicationUsingGETNotFound) Error

type GetApplicationUsingGETOK

type GetApplicationUsingGETOK struct {
	Payload *models.ApplicationDto
}

GetApplicationUsingGETOK handles this case with default header values.

OK

func NewGetApplicationUsingGETOK

func NewGetApplicationUsingGETOK() *GetApplicationUsingGETOK

NewGetApplicationUsingGETOK creates a GetApplicationUsingGETOK with default headers values

func (*GetApplicationUsingGETOK) Error

func (o *GetApplicationUsingGETOK) Error() string

func (*GetApplicationUsingGETOK) GetPayload

type GetApplicationUsingGETParams

type GetApplicationUsingGETParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64

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

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

func NewGetApplicationUsingGETParams

func NewGetApplicationUsingGETParams() *GetApplicationUsingGETParams

NewGetApplicationUsingGETParams creates a new GetApplicationUsingGETParams object with the default values initialized.

func NewGetApplicationUsingGETParamsWithContext

func NewGetApplicationUsingGETParamsWithContext(ctx context.Context) *GetApplicationUsingGETParams

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

func NewGetApplicationUsingGETParamsWithHTTPClient

func NewGetApplicationUsingGETParamsWithHTTPClient(client *http.Client) *GetApplicationUsingGETParams

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

func NewGetApplicationUsingGETParamsWithTimeout

func NewGetApplicationUsingGETParamsWithTimeout(timeout time.Duration) *GetApplicationUsingGETParams

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

func (*GetApplicationUsingGETParams) SetApplicationID

func (o *GetApplicationUsingGETParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the get application using g e t params

func (*GetApplicationUsingGETParams) SetContext

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

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

func (*GetApplicationUsingGETParams) SetHTTPClient

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

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

func (*GetApplicationUsingGETParams) SetTimeout

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

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

func (*GetApplicationUsingGETParams) WithApplicationID

func (o *GetApplicationUsingGETParams) WithApplicationID(applicationID int64) *GetApplicationUsingGETParams

WithApplicationID adds the applicationID to the get application using g e t params

func (*GetApplicationUsingGETParams) WithContext

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

func (*GetApplicationUsingGETParams) WithHTTPClient

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

func (*GetApplicationUsingGETParams) WithTimeout

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

func (*GetApplicationUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationUsingGETReader

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

GetApplicationUsingGETReader is a Reader for the GetApplicationUsingGET structure.

func (*GetApplicationUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationUsingGETUnauthorized

type GetApplicationUsingGETUnauthorized struct {
}

GetApplicationUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetApplicationUsingGETUnauthorized

func NewGetApplicationUsingGETUnauthorized() *GetApplicationUsingGETUnauthorized

NewGetApplicationUsingGETUnauthorized creates a GetApplicationUsingGETUnauthorized with default headers values

func (*GetApplicationUsingGETUnauthorized) Error

type PatchApplicationUsingPATCHForbidden

type PatchApplicationUsingPATCHForbidden struct {
}

PatchApplicationUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchApplicationUsingPATCHForbidden

func NewPatchApplicationUsingPATCHForbidden() *PatchApplicationUsingPATCHForbidden

NewPatchApplicationUsingPATCHForbidden creates a PatchApplicationUsingPATCHForbidden with default headers values

func (*PatchApplicationUsingPATCHForbidden) Error

type PatchApplicationUsingPATCHNoContent

type PatchApplicationUsingPATCHNoContent struct {
}

PatchApplicationUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchApplicationUsingPATCHNoContent

func NewPatchApplicationUsingPATCHNoContent() *PatchApplicationUsingPATCHNoContent

NewPatchApplicationUsingPATCHNoContent creates a PatchApplicationUsingPATCHNoContent with default headers values

func (*PatchApplicationUsingPATCHNoContent) Error

type PatchApplicationUsingPATCHOK

type PatchApplicationUsingPATCHOK struct {
	Payload *models.ApplicationDto
}

PatchApplicationUsingPATCHOK handles this case with default header values.

OK

func NewPatchApplicationUsingPATCHOK

func NewPatchApplicationUsingPATCHOK() *PatchApplicationUsingPATCHOK

NewPatchApplicationUsingPATCHOK creates a PatchApplicationUsingPATCHOK with default headers values

func (*PatchApplicationUsingPATCHOK) Error

func (*PatchApplicationUsingPATCHOK) GetPayload

type PatchApplicationUsingPATCHParams

type PatchApplicationUsingPATCHParams struct {

	/*ApplicationDto
	  applicationDto

	*/
	ApplicationDto *models.ApplicationDto
	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64

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

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

func NewPatchApplicationUsingPATCHParams

func NewPatchApplicationUsingPATCHParams() *PatchApplicationUsingPATCHParams

NewPatchApplicationUsingPATCHParams creates a new PatchApplicationUsingPATCHParams object with the default values initialized.

func NewPatchApplicationUsingPATCHParamsWithContext

func NewPatchApplicationUsingPATCHParamsWithContext(ctx context.Context) *PatchApplicationUsingPATCHParams

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

func NewPatchApplicationUsingPATCHParamsWithHTTPClient

func NewPatchApplicationUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchApplicationUsingPATCHParams

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

func NewPatchApplicationUsingPATCHParamsWithTimeout

func NewPatchApplicationUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchApplicationUsingPATCHParams

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

func (*PatchApplicationUsingPATCHParams) SetApplicationDto

func (o *PatchApplicationUsingPATCHParams) SetApplicationDto(applicationDto *models.ApplicationDto)

SetApplicationDto adds the applicationDto to the patch application using p a t c h params

func (*PatchApplicationUsingPATCHParams) SetApplicationID

func (o *PatchApplicationUsingPATCHParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the patch application using p a t c h params

func (*PatchApplicationUsingPATCHParams) SetContext

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

func (*PatchApplicationUsingPATCHParams) SetHTTPClient

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

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

func (*PatchApplicationUsingPATCHParams) SetTimeout

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

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

func (*PatchApplicationUsingPATCHParams) WithApplicationDto

WithApplicationDto adds the applicationDto to the patch application using p a t c h params

func (*PatchApplicationUsingPATCHParams) WithApplicationID

func (o *PatchApplicationUsingPATCHParams) WithApplicationID(applicationID int64) *PatchApplicationUsingPATCHParams

WithApplicationID adds the applicationID to the patch application using p a t c h params

func (*PatchApplicationUsingPATCHParams) WithContext

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

func (*PatchApplicationUsingPATCHParams) WithHTTPClient

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

func (*PatchApplicationUsingPATCHParams) WithTimeout

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

func (*PatchApplicationUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchApplicationUsingPATCHReader

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

PatchApplicationUsingPATCHReader is a Reader for the PatchApplicationUsingPATCH structure.

func (*PatchApplicationUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchApplicationUsingPATCHUnauthorized

type PatchApplicationUsingPATCHUnauthorized struct {
}

PatchApplicationUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchApplicationUsingPATCHUnauthorized

func NewPatchApplicationUsingPATCHUnauthorized() *PatchApplicationUsingPATCHUnauthorized

NewPatchApplicationUsingPATCHUnauthorized creates a PatchApplicationUsingPATCHUnauthorized with default headers values

func (*PatchApplicationUsingPATCHUnauthorized) Error

type UpdateApplicationUsingPUTCreated

type UpdateApplicationUsingPUTCreated struct {
}

UpdateApplicationUsingPUTCreated handles this case with default header values.

Created

func NewUpdateApplicationUsingPUTCreated

func NewUpdateApplicationUsingPUTCreated() *UpdateApplicationUsingPUTCreated

NewUpdateApplicationUsingPUTCreated creates a UpdateApplicationUsingPUTCreated with default headers values

func (*UpdateApplicationUsingPUTCreated) Error

type UpdateApplicationUsingPUTForbidden

type UpdateApplicationUsingPUTForbidden struct {
}

UpdateApplicationUsingPUTForbidden handles this case with default header values.

Forbidden

func NewUpdateApplicationUsingPUTForbidden

func NewUpdateApplicationUsingPUTForbidden() *UpdateApplicationUsingPUTForbidden

NewUpdateApplicationUsingPUTForbidden creates a UpdateApplicationUsingPUTForbidden with default headers values

func (*UpdateApplicationUsingPUTForbidden) Error

type UpdateApplicationUsingPUTNotFound

type UpdateApplicationUsingPUTNotFound struct {
}

UpdateApplicationUsingPUTNotFound handles this case with default header values.

Not Found

func NewUpdateApplicationUsingPUTNotFound

func NewUpdateApplicationUsingPUTNotFound() *UpdateApplicationUsingPUTNotFound

NewUpdateApplicationUsingPUTNotFound creates a UpdateApplicationUsingPUTNotFound with default headers values

func (*UpdateApplicationUsingPUTNotFound) Error

type UpdateApplicationUsingPUTOK

type UpdateApplicationUsingPUTOK struct {
	Payload *models.ApplicationDto
}

UpdateApplicationUsingPUTOK handles this case with default header values.

OK

func NewUpdateApplicationUsingPUTOK

func NewUpdateApplicationUsingPUTOK() *UpdateApplicationUsingPUTOK

NewUpdateApplicationUsingPUTOK creates a UpdateApplicationUsingPUTOK with default headers values

func (*UpdateApplicationUsingPUTOK) Error

func (*UpdateApplicationUsingPUTOK) GetPayload

type UpdateApplicationUsingPUTParams

type UpdateApplicationUsingPUTParams struct {

	/*ApplicationDto
	  applicationDto

	*/
	ApplicationDto *models.ApplicationDto
	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64

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

UpdateApplicationUsingPUTParams contains all the parameters to send to the API endpoint for the update application using p u t operation typically these are written to a http.Request

func NewUpdateApplicationUsingPUTParams

func NewUpdateApplicationUsingPUTParams() *UpdateApplicationUsingPUTParams

NewUpdateApplicationUsingPUTParams creates a new UpdateApplicationUsingPUTParams object with the default values initialized.

func NewUpdateApplicationUsingPUTParamsWithContext

func NewUpdateApplicationUsingPUTParamsWithContext(ctx context.Context) *UpdateApplicationUsingPUTParams

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

func NewUpdateApplicationUsingPUTParamsWithHTTPClient

func NewUpdateApplicationUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateApplicationUsingPUTParams

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

func NewUpdateApplicationUsingPUTParamsWithTimeout

func NewUpdateApplicationUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateApplicationUsingPUTParams

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

func (*UpdateApplicationUsingPUTParams) SetApplicationDto

func (o *UpdateApplicationUsingPUTParams) SetApplicationDto(applicationDto *models.ApplicationDto)

SetApplicationDto adds the applicationDto to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) SetApplicationID

func (o *UpdateApplicationUsingPUTParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) SetContext

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

SetContext adds the context to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) WithApplicationDto

WithApplicationDto adds the applicationDto to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) WithApplicationID

func (o *UpdateApplicationUsingPUTParams) WithApplicationID(applicationID int64) *UpdateApplicationUsingPUTParams

WithApplicationID adds the applicationID to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) WithContext

WithContext adds the context to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the update application using p u t params

func (*UpdateApplicationUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateApplicationUsingPUTReader

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

UpdateApplicationUsingPUTReader is a Reader for the UpdateApplicationUsingPUT structure.

func (*UpdateApplicationUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateApplicationUsingPUTUnauthorized

type UpdateApplicationUsingPUTUnauthorized struct {
}

UpdateApplicationUsingPUTUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateApplicationUsingPUTUnauthorized

func NewUpdateApplicationUsingPUTUnauthorized() *UpdateApplicationUsingPUTUnauthorized

NewUpdateApplicationUsingPUTUnauthorized creates a UpdateApplicationUsingPUTUnauthorized with default headers values

func (*UpdateApplicationUsingPUTUnauthorized) Error

Jump to

Keyboard shortcuts

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