environment

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

func (*Client) CreateEnvironmentAtApplicationUsingPOST

CreateEnvironmentAtApplicationUsingPOST creates an environment

func (*Client) DeleteEnvironmentUsingDELETE

DeleteEnvironmentUsingDELETE deletes an environment

func (*Client) GetAllEnvironmentsUsingGET

func (a *Client) GetAllEnvironmentsUsingGET(params *GetAllEnvironmentsUsingGETParams) (*GetAllEnvironmentsUsingGETOK, error)

GetAllEnvironmentsUsingGET gets all environments

func (*Client) GetCalendarEnvironmentEntitiesUsingGET

func (a *Client) GetCalendarEnvironmentEntitiesUsingGET(params *GetCalendarEnvironmentEntitiesUsingGETParams) (*GetCalendarEnvironmentEntitiesUsingGETOK, error)

GetCalendarEnvironmentEntitiesUsingGET gets calendar environment entities phases maintenance windows and freeze periods

func (*Client) GetEnvironmentAtApplicationUsingGET

func (a *Client) GetEnvironmentAtApplicationUsingGET(params *GetEnvironmentAtApplicationUsingGETParams) (*GetEnvironmentAtApplicationUsingGETOK, error)

GetEnvironmentAtApplicationUsingGET gets an environment at application

func (*Client) GetEnvironmentUsingGET

func (a *Client) GetEnvironmentUsingGET(params *GetEnvironmentUsingGETParams) (*GetEnvironmentUsingGETOK, error)

GetEnvironmentUsingGET gets an environment

func (*Client) GetEnvironmentsAtApplicationUsingGET

func (a *Client) GetEnvironmentsAtApplicationUsingGET(params *GetEnvironmentsAtApplicationUsingGETParams) (*GetEnvironmentsAtApplicationUsingGETOK, error)

GetEnvironmentsAtApplicationUsingGET gets application environments

func (*Client) PatchEnvironmentAtApplicationUsingPATCH

PatchEnvironmentAtApplicationUsingPATCH patches an environment at application

func (*Client) PatchEnvironmentUsingPATCH

PatchEnvironmentUsingPATCH patches an environment

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateEnvironmentAtApplicationUsingPUT

UpdateEnvironmentAtApplicationUsingPUT updates an environment at application

func (*Client) UpdateEnvironmentUsingPUT

UpdateEnvironmentUsingPUT updates an environment

type ClientService

type ClientService interface {
	CreateEnvironmentAtApplicationUsingPOST(params *CreateEnvironmentAtApplicationUsingPOSTParams) (*CreateEnvironmentAtApplicationUsingPOSTOK, *CreateEnvironmentAtApplicationUsingPOSTCreated, error)

	DeleteEnvironmentUsingDELETE(params *DeleteEnvironmentUsingDELETEParams) (*DeleteEnvironmentUsingDELETEOK, *DeleteEnvironmentUsingDELETENoContent, error)

	GetAllEnvironmentsUsingGET(params *GetAllEnvironmentsUsingGETParams) (*GetAllEnvironmentsUsingGETOK, error)

	GetCalendarEnvironmentEntitiesUsingGET(params *GetCalendarEnvironmentEntitiesUsingGETParams) (*GetCalendarEnvironmentEntitiesUsingGETOK, error)

	GetEnvironmentAtApplicationUsingGET(params *GetEnvironmentAtApplicationUsingGETParams) (*GetEnvironmentAtApplicationUsingGETOK, error)

	GetEnvironmentUsingGET(params *GetEnvironmentUsingGETParams) (*GetEnvironmentUsingGETOK, error)

	GetEnvironmentsAtApplicationUsingGET(params *GetEnvironmentsAtApplicationUsingGETParams) (*GetEnvironmentsAtApplicationUsingGETOK, error)

	PatchEnvironmentAtApplicationUsingPATCH(params *PatchEnvironmentAtApplicationUsingPATCHParams) (*PatchEnvironmentAtApplicationUsingPATCHOK, *PatchEnvironmentAtApplicationUsingPATCHNoContent, error)

	PatchEnvironmentUsingPATCH(params *PatchEnvironmentUsingPATCHParams) (*PatchEnvironmentUsingPATCHOK, *PatchEnvironmentUsingPATCHNoContent, error)

	UpdateEnvironmentAtApplicationUsingPUT(params *UpdateEnvironmentAtApplicationUsingPUTParams) (*UpdateEnvironmentAtApplicationUsingPUTOK, *UpdateEnvironmentAtApplicationUsingPUTCreated, error)

	UpdateEnvironmentUsingPUT(params *UpdateEnvironmentUsingPUTParams) (*UpdateEnvironmentUsingPUTOK, *UpdateEnvironmentUsingPUTCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new environment API client.

type CreateEnvironmentAtApplicationUsingPOSTCreated

type CreateEnvironmentAtApplicationUsingPOSTCreated struct {
}

CreateEnvironmentAtApplicationUsingPOSTCreated handles this case with default header values.

Created

func NewCreateEnvironmentAtApplicationUsingPOSTCreated

func NewCreateEnvironmentAtApplicationUsingPOSTCreated() *CreateEnvironmentAtApplicationUsingPOSTCreated

NewCreateEnvironmentAtApplicationUsingPOSTCreated creates a CreateEnvironmentAtApplicationUsingPOSTCreated with default headers values

func (*CreateEnvironmentAtApplicationUsingPOSTCreated) Error

type CreateEnvironmentAtApplicationUsingPOSTForbidden

type CreateEnvironmentAtApplicationUsingPOSTForbidden struct {
}

CreateEnvironmentAtApplicationUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateEnvironmentAtApplicationUsingPOSTForbidden

func NewCreateEnvironmentAtApplicationUsingPOSTForbidden() *CreateEnvironmentAtApplicationUsingPOSTForbidden

NewCreateEnvironmentAtApplicationUsingPOSTForbidden creates a CreateEnvironmentAtApplicationUsingPOSTForbidden with default headers values

func (*CreateEnvironmentAtApplicationUsingPOSTForbidden) Error

type CreateEnvironmentAtApplicationUsingPOSTNotFound

type CreateEnvironmentAtApplicationUsingPOSTNotFound struct {
}

CreateEnvironmentAtApplicationUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateEnvironmentAtApplicationUsingPOSTNotFound

func NewCreateEnvironmentAtApplicationUsingPOSTNotFound() *CreateEnvironmentAtApplicationUsingPOSTNotFound

NewCreateEnvironmentAtApplicationUsingPOSTNotFound creates a CreateEnvironmentAtApplicationUsingPOSTNotFound with default headers values

func (*CreateEnvironmentAtApplicationUsingPOSTNotFound) Error

type CreateEnvironmentAtApplicationUsingPOSTOK

type CreateEnvironmentAtApplicationUsingPOSTOK struct {
	Payload *models.EnvironmentDto
}

CreateEnvironmentAtApplicationUsingPOSTOK handles this case with default header values.

OK

func NewCreateEnvironmentAtApplicationUsingPOSTOK

func NewCreateEnvironmentAtApplicationUsingPOSTOK() *CreateEnvironmentAtApplicationUsingPOSTOK

NewCreateEnvironmentAtApplicationUsingPOSTOK creates a CreateEnvironmentAtApplicationUsingPOSTOK with default headers values

func (*CreateEnvironmentAtApplicationUsingPOSTOK) Error

func (*CreateEnvironmentAtApplicationUsingPOSTOK) GetPayload

type CreateEnvironmentAtApplicationUsingPOSTParams

type CreateEnvironmentAtApplicationUsingPOSTParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*EnvironmentDto
	  environmentDto

	*/
	EnvironmentDto *models.EnvironmentDto

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

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

func NewCreateEnvironmentAtApplicationUsingPOSTParams

func NewCreateEnvironmentAtApplicationUsingPOSTParams() *CreateEnvironmentAtApplicationUsingPOSTParams

NewCreateEnvironmentAtApplicationUsingPOSTParams creates a new CreateEnvironmentAtApplicationUsingPOSTParams object with the default values initialized.

func NewCreateEnvironmentAtApplicationUsingPOSTParamsWithContext

func NewCreateEnvironmentAtApplicationUsingPOSTParamsWithContext(ctx context.Context) *CreateEnvironmentAtApplicationUsingPOSTParams

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

func NewCreateEnvironmentAtApplicationUsingPOSTParamsWithHTTPClient

func NewCreateEnvironmentAtApplicationUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateEnvironmentAtApplicationUsingPOSTParams

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

func NewCreateEnvironmentAtApplicationUsingPOSTParamsWithTimeout

func NewCreateEnvironmentAtApplicationUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateEnvironmentAtApplicationUsingPOSTParams

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

func (*CreateEnvironmentAtApplicationUsingPOSTParams) SetApplicationID

func (o *CreateEnvironmentAtApplicationUsingPOSTParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the create environment at application using p o s t params

func (*CreateEnvironmentAtApplicationUsingPOSTParams) SetContext

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

func (*CreateEnvironmentAtApplicationUsingPOSTParams) SetEnvironmentDto

func (o *CreateEnvironmentAtApplicationUsingPOSTParams) SetEnvironmentDto(environmentDto *models.EnvironmentDto)

SetEnvironmentDto adds the environmentDto to the create environment at application using p o s t params

func (*CreateEnvironmentAtApplicationUsingPOSTParams) SetHTTPClient

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

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

func (*CreateEnvironmentAtApplicationUsingPOSTParams) SetTimeout

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

func (*CreateEnvironmentAtApplicationUsingPOSTParams) WithApplicationID

WithApplicationID adds the applicationID to the create environment at application using p o s t params

func (*CreateEnvironmentAtApplicationUsingPOSTParams) WithContext

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

func (*CreateEnvironmentAtApplicationUsingPOSTParams) WithEnvironmentDto

WithEnvironmentDto adds the environmentDto to the create environment at application using p o s t params

func (*CreateEnvironmentAtApplicationUsingPOSTParams) WithHTTPClient

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

func (*CreateEnvironmentAtApplicationUsingPOSTParams) WithTimeout

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

func (*CreateEnvironmentAtApplicationUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateEnvironmentAtApplicationUsingPOSTReader

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

CreateEnvironmentAtApplicationUsingPOSTReader is a Reader for the CreateEnvironmentAtApplicationUsingPOST structure.

func (*CreateEnvironmentAtApplicationUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateEnvironmentAtApplicationUsingPOSTUnauthorized

type CreateEnvironmentAtApplicationUsingPOSTUnauthorized struct {
}

CreateEnvironmentAtApplicationUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateEnvironmentAtApplicationUsingPOSTUnauthorized

func NewCreateEnvironmentAtApplicationUsingPOSTUnauthorized() *CreateEnvironmentAtApplicationUsingPOSTUnauthorized

NewCreateEnvironmentAtApplicationUsingPOSTUnauthorized creates a CreateEnvironmentAtApplicationUsingPOSTUnauthorized with default headers values

func (*CreateEnvironmentAtApplicationUsingPOSTUnauthorized) Error

type DeleteEnvironmentUsingDELETEForbidden

type DeleteEnvironmentUsingDELETEForbidden struct {
}

DeleteEnvironmentUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteEnvironmentUsingDELETEForbidden

func NewDeleteEnvironmentUsingDELETEForbidden() *DeleteEnvironmentUsingDELETEForbidden

NewDeleteEnvironmentUsingDELETEForbidden creates a DeleteEnvironmentUsingDELETEForbidden with default headers values

func (*DeleteEnvironmentUsingDELETEForbidden) Error

type DeleteEnvironmentUsingDELETENoContent

type DeleteEnvironmentUsingDELETENoContent struct {
}

DeleteEnvironmentUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteEnvironmentUsingDELETENoContent

func NewDeleteEnvironmentUsingDELETENoContent() *DeleteEnvironmentUsingDELETENoContent

NewDeleteEnvironmentUsingDELETENoContent creates a DeleteEnvironmentUsingDELETENoContent with default headers values

func (*DeleteEnvironmentUsingDELETENoContent) Error

type DeleteEnvironmentUsingDELETEOK

type DeleteEnvironmentUsingDELETEOK struct {
}

DeleteEnvironmentUsingDELETEOK handles this case with default header values.

OK

func NewDeleteEnvironmentUsingDELETEOK

func NewDeleteEnvironmentUsingDELETEOK() *DeleteEnvironmentUsingDELETEOK

NewDeleteEnvironmentUsingDELETEOK creates a DeleteEnvironmentUsingDELETEOK with default headers values

func (*DeleteEnvironmentUsingDELETEOK) Error

type DeleteEnvironmentUsingDELETEParams

type DeleteEnvironmentUsingDELETEParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*EnvironmentID
	  environmentId

	*/
	EnvironmentID int64

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

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

func NewDeleteEnvironmentUsingDELETEParams

func NewDeleteEnvironmentUsingDELETEParams() *DeleteEnvironmentUsingDELETEParams

NewDeleteEnvironmentUsingDELETEParams creates a new DeleteEnvironmentUsingDELETEParams object with the default values initialized.

func NewDeleteEnvironmentUsingDELETEParamsWithContext

func NewDeleteEnvironmentUsingDELETEParamsWithContext(ctx context.Context) *DeleteEnvironmentUsingDELETEParams

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

func NewDeleteEnvironmentUsingDELETEParamsWithHTTPClient

func NewDeleteEnvironmentUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentUsingDELETEParams

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

func NewDeleteEnvironmentUsingDELETEParamsWithTimeout

func NewDeleteEnvironmentUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentUsingDELETEParams

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

func (*DeleteEnvironmentUsingDELETEParams) SetApplicationID

func (o *DeleteEnvironmentUsingDELETEParams) SetApplicationID(applicationID int64)

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

func (*DeleteEnvironmentUsingDELETEParams) SetContext

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

func (*DeleteEnvironmentUsingDELETEParams) SetEnvironmentID

func (o *DeleteEnvironmentUsingDELETEParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the delete environment using d e l e t e params

func (*DeleteEnvironmentUsingDELETEParams) SetHTTPClient

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

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

func (*DeleteEnvironmentUsingDELETEParams) SetTimeout

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

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

func (*DeleteEnvironmentUsingDELETEParams) WithApplicationID

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

func (*DeleteEnvironmentUsingDELETEParams) WithContext

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

func (*DeleteEnvironmentUsingDELETEParams) WithEnvironmentID

WithEnvironmentID adds the environmentID to the delete environment using d e l e t e params

func (*DeleteEnvironmentUsingDELETEParams) WithHTTPClient

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

func (*DeleteEnvironmentUsingDELETEParams) WithTimeout

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

func (*DeleteEnvironmentUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEnvironmentUsingDELETEReader

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

DeleteEnvironmentUsingDELETEReader is a Reader for the DeleteEnvironmentUsingDELETE structure.

func (*DeleteEnvironmentUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEnvironmentUsingDELETEUnauthorized

type DeleteEnvironmentUsingDELETEUnauthorized struct {
}

DeleteEnvironmentUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteEnvironmentUsingDELETEUnauthorized

func NewDeleteEnvironmentUsingDELETEUnauthorized() *DeleteEnvironmentUsingDELETEUnauthorized

NewDeleteEnvironmentUsingDELETEUnauthorized creates a DeleteEnvironmentUsingDELETEUnauthorized with default headers values

func (*DeleteEnvironmentUsingDELETEUnauthorized) Error

type GetAllEnvironmentsUsingGETForbidden

type GetAllEnvironmentsUsingGETForbidden struct {
}

GetAllEnvironmentsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetAllEnvironmentsUsingGETForbidden

func NewGetAllEnvironmentsUsingGETForbidden() *GetAllEnvironmentsUsingGETForbidden

NewGetAllEnvironmentsUsingGETForbidden creates a GetAllEnvironmentsUsingGETForbidden with default headers values

func (*GetAllEnvironmentsUsingGETForbidden) Error

type GetAllEnvironmentsUsingGETNotFound

type GetAllEnvironmentsUsingGETNotFound struct {
}

GetAllEnvironmentsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetAllEnvironmentsUsingGETNotFound

func NewGetAllEnvironmentsUsingGETNotFound() *GetAllEnvironmentsUsingGETNotFound

NewGetAllEnvironmentsUsingGETNotFound creates a GetAllEnvironmentsUsingGETNotFound with default headers values

func (*GetAllEnvironmentsUsingGETNotFound) Error

type GetAllEnvironmentsUsingGETOK

type GetAllEnvironmentsUsingGETOK struct {
	Payload *models.PagedResultDtoEnvironmentDto
}

GetAllEnvironmentsUsingGETOK handles this case with default header values.

OK

func NewGetAllEnvironmentsUsingGETOK

func NewGetAllEnvironmentsUsingGETOK() *GetAllEnvironmentsUsingGETOK

NewGetAllEnvironmentsUsingGETOK creates a GetAllEnvironmentsUsingGETOK with default headers values

func (*GetAllEnvironmentsUsingGETOK) Error

func (*GetAllEnvironmentsUsingGETOK) GetPayload

type GetAllEnvironmentsUsingGETParams

type GetAllEnvironmentsUsingGETParams struct {

	/*Filter
	  freeTextFilter

	*/
	Filter *string
	/*IsProjectSpecific
	  isProjectSpecific

	*/
	IsProjectSpecific *bool
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32

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

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

func NewGetAllEnvironmentsUsingGETParams

func NewGetAllEnvironmentsUsingGETParams() *GetAllEnvironmentsUsingGETParams

NewGetAllEnvironmentsUsingGETParams creates a new GetAllEnvironmentsUsingGETParams object with the default values initialized.

func NewGetAllEnvironmentsUsingGETParamsWithContext

func NewGetAllEnvironmentsUsingGETParamsWithContext(ctx context.Context) *GetAllEnvironmentsUsingGETParams

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

func NewGetAllEnvironmentsUsingGETParamsWithHTTPClient

func NewGetAllEnvironmentsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllEnvironmentsUsingGETParams

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

func NewGetAllEnvironmentsUsingGETParamsWithTimeout

func NewGetAllEnvironmentsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllEnvironmentsUsingGETParams

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

func (*GetAllEnvironmentsUsingGETParams) SetContext

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

func (*GetAllEnvironmentsUsingGETParams) SetFilter

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

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

func (*GetAllEnvironmentsUsingGETParams) SetHTTPClient

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

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

func (*GetAllEnvironmentsUsingGETParams) SetIsProjectSpecific

func (o *GetAllEnvironmentsUsingGETParams) SetIsProjectSpecific(isProjectSpecific *bool)

SetIsProjectSpecific adds the isProjectSpecific to the get all environments using g e t params

func (*GetAllEnvironmentsUsingGETParams) SetPageNumber

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

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

func (*GetAllEnvironmentsUsingGETParams) SetPageSize

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

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

func (*GetAllEnvironmentsUsingGETParams) SetTimeout

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

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

func (*GetAllEnvironmentsUsingGETParams) WithContext

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

func (*GetAllEnvironmentsUsingGETParams) WithFilter

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

func (*GetAllEnvironmentsUsingGETParams) WithHTTPClient

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

func (*GetAllEnvironmentsUsingGETParams) WithIsProjectSpecific

func (o *GetAllEnvironmentsUsingGETParams) WithIsProjectSpecific(isProjectSpecific *bool) *GetAllEnvironmentsUsingGETParams

WithIsProjectSpecific adds the isProjectSpecific to the get all environments using g e t params

func (*GetAllEnvironmentsUsingGETParams) WithPageNumber

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

func (*GetAllEnvironmentsUsingGETParams) WithPageSize

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

func (*GetAllEnvironmentsUsingGETParams) WithTimeout

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

func (*GetAllEnvironmentsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllEnvironmentsUsingGETReader

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

GetAllEnvironmentsUsingGETReader is a Reader for the GetAllEnvironmentsUsingGET structure.

func (*GetAllEnvironmentsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllEnvironmentsUsingGETUnauthorized

type GetAllEnvironmentsUsingGETUnauthorized struct {
}

GetAllEnvironmentsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetAllEnvironmentsUsingGETUnauthorized

func NewGetAllEnvironmentsUsingGETUnauthorized() *GetAllEnvironmentsUsingGETUnauthorized

NewGetAllEnvironmentsUsingGETUnauthorized creates a GetAllEnvironmentsUsingGETUnauthorized with default headers values

func (*GetAllEnvironmentsUsingGETUnauthorized) Error

type GetCalendarEnvironmentEntitiesUsingGETForbidden

type GetCalendarEnvironmentEntitiesUsingGETForbidden struct {
}

GetCalendarEnvironmentEntitiesUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetCalendarEnvironmentEntitiesUsingGETForbidden

func NewGetCalendarEnvironmentEntitiesUsingGETForbidden() *GetCalendarEnvironmentEntitiesUsingGETForbidden

NewGetCalendarEnvironmentEntitiesUsingGETForbidden creates a GetCalendarEnvironmentEntitiesUsingGETForbidden with default headers values

func (*GetCalendarEnvironmentEntitiesUsingGETForbidden) Error

type GetCalendarEnvironmentEntitiesUsingGETNotFound

type GetCalendarEnvironmentEntitiesUsingGETNotFound struct {
}

GetCalendarEnvironmentEntitiesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetCalendarEnvironmentEntitiesUsingGETNotFound

func NewGetCalendarEnvironmentEntitiesUsingGETNotFound() *GetCalendarEnvironmentEntitiesUsingGETNotFound

NewGetCalendarEnvironmentEntitiesUsingGETNotFound creates a GetCalendarEnvironmentEntitiesUsingGETNotFound with default headers values

func (*GetCalendarEnvironmentEntitiesUsingGETNotFound) Error

type GetCalendarEnvironmentEntitiesUsingGETOK

type GetCalendarEnvironmentEntitiesUsingGETOK struct {
	Payload *models.EnvironmentEntitiesDto
}

GetCalendarEnvironmentEntitiesUsingGETOK handles this case with default header values.

OK

func NewGetCalendarEnvironmentEntitiesUsingGETOK

func NewGetCalendarEnvironmentEntitiesUsingGETOK() *GetCalendarEnvironmentEntitiesUsingGETOK

NewGetCalendarEnvironmentEntitiesUsingGETOK creates a GetCalendarEnvironmentEntitiesUsingGETOK with default headers values

func (*GetCalendarEnvironmentEntitiesUsingGETOK) Error

func (*GetCalendarEnvironmentEntitiesUsingGETOK) GetPayload

type GetCalendarEnvironmentEntitiesUsingGETParams

type GetCalendarEnvironmentEntitiesUsingGETParams struct {

	/*Embed
	  embedFields

	*/
	Embed []string
	/*EndDate
	  endDate

	*/
	EndDate int64
	/*Environment
	  environmentIds

	*/
	Environment []int64
	/*StartDate
	  startDate

	*/
	StartDate int64

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

GetCalendarEnvironmentEntitiesUsingGETParams contains all the parameters to send to the API endpoint for the get calendar environment entities using g e t operation typically these are written to a http.Request

func NewGetCalendarEnvironmentEntitiesUsingGETParams

func NewGetCalendarEnvironmentEntitiesUsingGETParams() *GetCalendarEnvironmentEntitiesUsingGETParams

NewGetCalendarEnvironmentEntitiesUsingGETParams creates a new GetCalendarEnvironmentEntitiesUsingGETParams object with the default values initialized.

func NewGetCalendarEnvironmentEntitiesUsingGETParamsWithContext

func NewGetCalendarEnvironmentEntitiesUsingGETParamsWithContext(ctx context.Context) *GetCalendarEnvironmentEntitiesUsingGETParams

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

func NewGetCalendarEnvironmentEntitiesUsingGETParamsWithHTTPClient

func NewGetCalendarEnvironmentEntitiesUsingGETParamsWithHTTPClient(client *http.Client) *GetCalendarEnvironmentEntitiesUsingGETParams

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

func NewGetCalendarEnvironmentEntitiesUsingGETParamsWithTimeout

func NewGetCalendarEnvironmentEntitiesUsingGETParamsWithTimeout(timeout time.Duration) *GetCalendarEnvironmentEntitiesUsingGETParams

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

func (*GetCalendarEnvironmentEntitiesUsingGETParams) SetContext

SetContext adds the context to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) SetEmbed

SetEmbed adds the embed to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) SetEndDate

func (o *GetCalendarEnvironmentEntitiesUsingGETParams) SetEndDate(endDate int64)

SetEndDate adds the endDate to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) SetEnvironment

func (o *GetCalendarEnvironmentEntitiesUsingGETParams) SetEnvironment(environment []int64)

SetEnvironment adds the environment to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) SetStartDate

func (o *GetCalendarEnvironmentEntitiesUsingGETParams) SetStartDate(startDate int64)

SetStartDate adds the startDate to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WithContext

WithContext adds the context to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WithEmbed

WithEmbed adds the embed to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WithEndDate

WithEndDate adds the endDate to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WithEnvironment

WithEnvironment adds the environment to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WithStartDate

WithStartDate adds the startDate to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get calendar environment entities using g e t params

func (*GetCalendarEnvironmentEntitiesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCalendarEnvironmentEntitiesUsingGETReader

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

GetCalendarEnvironmentEntitiesUsingGETReader is a Reader for the GetCalendarEnvironmentEntitiesUsingGET structure.

func (*GetCalendarEnvironmentEntitiesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCalendarEnvironmentEntitiesUsingGETUnauthorized

type GetCalendarEnvironmentEntitiesUsingGETUnauthorized struct {
}

GetCalendarEnvironmentEntitiesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetCalendarEnvironmentEntitiesUsingGETUnauthorized

func NewGetCalendarEnvironmentEntitiesUsingGETUnauthorized() *GetCalendarEnvironmentEntitiesUsingGETUnauthorized

NewGetCalendarEnvironmentEntitiesUsingGETUnauthorized creates a GetCalendarEnvironmentEntitiesUsingGETUnauthorized with default headers values

func (*GetCalendarEnvironmentEntitiesUsingGETUnauthorized) Error

type GetEnvironmentAtApplicationUsingGETForbidden

type GetEnvironmentAtApplicationUsingGETForbidden struct {
}

GetEnvironmentAtApplicationUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetEnvironmentAtApplicationUsingGETForbidden

func NewGetEnvironmentAtApplicationUsingGETForbidden() *GetEnvironmentAtApplicationUsingGETForbidden

NewGetEnvironmentAtApplicationUsingGETForbidden creates a GetEnvironmentAtApplicationUsingGETForbidden with default headers values

func (*GetEnvironmentAtApplicationUsingGETForbidden) Error

type GetEnvironmentAtApplicationUsingGETNotFound

type GetEnvironmentAtApplicationUsingGETNotFound struct {
}

GetEnvironmentAtApplicationUsingGETNotFound handles this case with default header values.

Not Found

func NewGetEnvironmentAtApplicationUsingGETNotFound

func NewGetEnvironmentAtApplicationUsingGETNotFound() *GetEnvironmentAtApplicationUsingGETNotFound

NewGetEnvironmentAtApplicationUsingGETNotFound creates a GetEnvironmentAtApplicationUsingGETNotFound with default headers values

func (*GetEnvironmentAtApplicationUsingGETNotFound) Error

type GetEnvironmentAtApplicationUsingGETOK

type GetEnvironmentAtApplicationUsingGETOK struct {
	Payload *models.EnvironmentDto
}

GetEnvironmentAtApplicationUsingGETOK handles this case with default header values.

OK

func NewGetEnvironmentAtApplicationUsingGETOK

func NewGetEnvironmentAtApplicationUsingGETOK() *GetEnvironmentAtApplicationUsingGETOK

NewGetEnvironmentAtApplicationUsingGETOK creates a GetEnvironmentAtApplicationUsingGETOK with default headers values

func (*GetEnvironmentAtApplicationUsingGETOK) Error

func (*GetEnvironmentAtApplicationUsingGETOK) GetPayload

type GetEnvironmentAtApplicationUsingGETParams

type GetEnvironmentAtApplicationUsingGETParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*EnvironmentID
	  environmentId

	*/
	EnvironmentID int64

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

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

func NewGetEnvironmentAtApplicationUsingGETParams

func NewGetEnvironmentAtApplicationUsingGETParams() *GetEnvironmentAtApplicationUsingGETParams

NewGetEnvironmentAtApplicationUsingGETParams creates a new GetEnvironmentAtApplicationUsingGETParams object with the default values initialized.

func NewGetEnvironmentAtApplicationUsingGETParamsWithContext

func NewGetEnvironmentAtApplicationUsingGETParamsWithContext(ctx context.Context) *GetEnvironmentAtApplicationUsingGETParams

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

func NewGetEnvironmentAtApplicationUsingGETParamsWithHTTPClient

func NewGetEnvironmentAtApplicationUsingGETParamsWithHTTPClient(client *http.Client) *GetEnvironmentAtApplicationUsingGETParams

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

func NewGetEnvironmentAtApplicationUsingGETParamsWithTimeout

func NewGetEnvironmentAtApplicationUsingGETParamsWithTimeout(timeout time.Duration) *GetEnvironmentAtApplicationUsingGETParams

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

func (*GetEnvironmentAtApplicationUsingGETParams) SetApplicationID

func (o *GetEnvironmentAtApplicationUsingGETParams) SetApplicationID(applicationID int64)

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

func (*GetEnvironmentAtApplicationUsingGETParams) SetContext

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

func (*GetEnvironmentAtApplicationUsingGETParams) SetEnvironmentID

func (o *GetEnvironmentAtApplicationUsingGETParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the get environment at application using g e t params

func (*GetEnvironmentAtApplicationUsingGETParams) SetHTTPClient

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

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

func (*GetEnvironmentAtApplicationUsingGETParams) SetTimeout

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

func (*GetEnvironmentAtApplicationUsingGETParams) WithApplicationID

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

func (*GetEnvironmentAtApplicationUsingGETParams) WithContext

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

func (*GetEnvironmentAtApplicationUsingGETParams) WithEnvironmentID

WithEnvironmentID adds the environmentID to the get environment at application using g e t params

func (*GetEnvironmentAtApplicationUsingGETParams) WithHTTPClient

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

func (*GetEnvironmentAtApplicationUsingGETParams) WithTimeout

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

func (*GetEnvironmentAtApplicationUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentAtApplicationUsingGETReader

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

GetEnvironmentAtApplicationUsingGETReader is a Reader for the GetEnvironmentAtApplicationUsingGET structure.

func (*GetEnvironmentAtApplicationUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentAtApplicationUsingGETUnauthorized

type GetEnvironmentAtApplicationUsingGETUnauthorized struct {
}

GetEnvironmentAtApplicationUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetEnvironmentAtApplicationUsingGETUnauthorized

func NewGetEnvironmentAtApplicationUsingGETUnauthorized() *GetEnvironmentAtApplicationUsingGETUnauthorized

NewGetEnvironmentAtApplicationUsingGETUnauthorized creates a GetEnvironmentAtApplicationUsingGETUnauthorized with default headers values

func (*GetEnvironmentAtApplicationUsingGETUnauthorized) Error

type GetEnvironmentUsingGETForbidden

type GetEnvironmentUsingGETForbidden struct {
}

GetEnvironmentUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetEnvironmentUsingGETForbidden

func NewGetEnvironmentUsingGETForbidden() *GetEnvironmentUsingGETForbidden

NewGetEnvironmentUsingGETForbidden creates a GetEnvironmentUsingGETForbidden with default headers values

func (*GetEnvironmentUsingGETForbidden) Error

type GetEnvironmentUsingGETNotFound

type GetEnvironmentUsingGETNotFound struct {
}

GetEnvironmentUsingGETNotFound handles this case with default header values.

Not Found

func NewGetEnvironmentUsingGETNotFound

func NewGetEnvironmentUsingGETNotFound() *GetEnvironmentUsingGETNotFound

NewGetEnvironmentUsingGETNotFound creates a GetEnvironmentUsingGETNotFound with default headers values

func (*GetEnvironmentUsingGETNotFound) Error

type GetEnvironmentUsingGETOK

type GetEnvironmentUsingGETOK struct {
	Payload *models.EnvironmentDto
}

GetEnvironmentUsingGETOK handles this case with default header values.

OK

func NewGetEnvironmentUsingGETOK

func NewGetEnvironmentUsingGETOK() *GetEnvironmentUsingGETOK

NewGetEnvironmentUsingGETOK creates a GetEnvironmentUsingGETOK with default headers values

func (*GetEnvironmentUsingGETOK) Error

func (o *GetEnvironmentUsingGETOK) Error() string

func (*GetEnvironmentUsingGETOK) GetPayload

type GetEnvironmentUsingGETParams

type GetEnvironmentUsingGETParams struct {

	/*EnvironmentID
	  environmentId

	*/
	EnvironmentID int64

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

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

func NewGetEnvironmentUsingGETParams

func NewGetEnvironmentUsingGETParams() *GetEnvironmentUsingGETParams

NewGetEnvironmentUsingGETParams creates a new GetEnvironmentUsingGETParams object with the default values initialized.

func NewGetEnvironmentUsingGETParamsWithContext

func NewGetEnvironmentUsingGETParamsWithContext(ctx context.Context) *GetEnvironmentUsingGETParams

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

func NewGetEnvironmentUsingGETParamsWithHTTPClient

func NewGetEnvironmentUsingGETParamsWithHTTPClient(client *http.Client) *GetEnvironmentUsingGETParams

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

func NewGetEnvironmentUsingGETParamsWithTimeout

func NewGetEnvironmentUsingGETParamsWithTimeout(timeout time.Duration) *GetEnvironmentUsingGETParams

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

func (*GetEnvironmentUsingGETParams) SetContext

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

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

func (*GetEnvironmentUsingGETParams) SetEnvironmentID

func (o *GetEnvironmentUsingGETParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the get environment using g e t params

func (*GetEnvironmentUsingGETParams) SetHTTPClient

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

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

func (*GetEnvironmentUsingGETParams) SetTimeout

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

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

func (*GetEnvironmentUsingGETParams) WithContext

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

func (*GetEnvironmentUsingGETParams) WithEnvironmentID

func (o *GetEnvironmentUsingGETParams) WithEnvironmentID(environmentID int64) *GetEnvironmentUsingGETParams

WithEnvironmentID adds the environmentID to the get environment using g e t params

func (*GetEnvironmentUsingGETParams) WithHTTPClient

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

func (*GetEnvironmentUsingGETParams) WithTimeout

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

func (*GetEnvironmentUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentUsingGETReader

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

GetEnvironmentUsingGETReader is a Reader for the GetEnvironmentUsingGET structure.

func (*GetEnvironmentUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentUsingGETUnauthorized

type GetEnvironmentUsingGETUnauthorized struct {
}

GetEnvironmentUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetEnvironmentUsingGETUnauthorized

func NewGetEnvironmentUsingGETUnauthorized() *GetEnvironmentUsingGETUnauthorized

NewGetEnvironmentUsingGETUnauthorized creates a GetEnvironmentUsingGETUnauthorized with default headers values

func (*GetEnvironmentUsingGETUnauthorized) Error

type GetEnvironmentsAtApplicationUsingGETForbidden

type GetEnvironmentsAtApplicationUsingGETForbidden struct {
}

GetEnvironmentsAtApplicationUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetEnvironmentsAtApplicationUsingGETForbidden

func NewGetEnvironmentsAtApplicationUsingGETForbidden() *GetEnvironmentsAtApplicationUsingGETForbidden

NewGetEnvironmentsAtApplicationUsingGETForbidden creates a GetEnvironmentsAtApplicationUsingGETForbidden with default headers values

func (*GetEnvironmentsAtApplicationUsingGETForbidden) Error

type GetEnvironmentsAtApplicationUsingGETNotFound

type GetEnvironmentsAtApplicationUsingGETNotFound struct {
}

GetEnvironmentsAtApplicationUsingGETNotFound handles this case with default header values.

Not Found

func NewGetEnvironmentsAtApplicationUsingGETNotFound

func NewGetEnvironmentsAtApplicationUsingGETNotFound() *GetEnvironmentsAtApplicationUsingGETNotFound

NewGetEnvironmentsAtApplicationUsingGETNotFound creates a GetEnvironmentsAtApplicationUsingGETNotFound with default headers values

func (*GetEnvironmentsAtApplicationUsingGETNotFound) Error

type GetEnvironmentsAtApplicationUsingGETOK

type GetEnvironmentsAtApplicationUsingGETOK struct {
	Payload *models.ListHolderDtoEnvironmentDto
}

GetEnvironmentsAtApplicationUsingGETOK handles this case with default header values.

OK

func NewGetEnvironmentsAtApplicationUsingGETOK

func NewGetEnvironmentsAtApplicationUsingGETOK() *GetEnvironmentsAtApplicationUsingGETOK

NewGetEnvironmentsAtApplicationUsingGETOK creates a GetEnvironmentsAtApplicationUsingGETOK with default headers values

func (*GetEnvironmentsAtApplicationUsingGETOK) Error

func (*GetEnvironmentsAtApplicationUsingGETOK) GetPayload

type GetEnvironmentsAtApplicationUsingGETParams

type GetEnvironmentsAtApplicationUsingGETParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*Name
	  environmentName

	*/
	Name *string

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

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

func NewGetEnvironmentsAtApplicationUsingGETParams

func NewGetEnvironmentsAtApplicationUsingGETParams() *GetEnvironmentsAtApplicationUsingGETParams

NewGetEnvironmentsAtApplicationUsingGETParams creates a new GetEnvironmentsAtApplicationUsingGETParams object with the default values initialized.

func NewGetEnvironmentsAtApplicationUsingGETParamsWithContext

func NewGetEnvironmentsAtApplicationUsingGETParamsWithContext(ctx context.Context) *GetEnvironmentsAtApplicationUsingGETParams

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

func NewGetEnvironmentsAtApplicationUsingGETParamsWithHTTPClient

func NewGetEnvironmentsAtApplicationUsingGETParamsWithHTTPClient(client *http.Client) *GetEnvironmentsAtApplicationUsingGETParams

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

func NewGetEnvironmentsAtApplicationUsingGETParamsWithTimeout

func NewGetEnvironmentsAtApplicationUsingGETParamsWithTimeout(timeout time.Duration) *GetEnvironmentsAtApplicationUsingGETParams

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

func (*GetEnvironmentsAtApplicationUsingGETParams) SetApplicationID

func (o *GetEnvironmentsAtApplicationUsingGETParams) SetApplicationID(applicationID int64)

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

func (*GetEnvironmentsAtApplicationUsingGETParams) SetContext

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

func (*GetEnvironmentsAtApplicationUsingGETParams) SetHTTPClient

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

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

func (*GetEnvironmentsAtApplicationUsingGETParams) SetName

SetName adds the name to the get environments at application using g e t params

func (*GetEnvironmentsAtApplicationUsingGETParams) SetTimeout

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

func (*GetEnvironmentsAtApplicationUsingGETParams) WithApplicationID

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

func (*GetEnvironmentsAtApplicationUsingGETParams) WithContext

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

func (*GetEnvironmentsAtApplicationUsingGETParams) WithHTTPClient

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

func (*GetEnvironmentsAtApplicationUsingGETParams) WithName

WithName adds the name to the get environments at application using g e t params

func (*GetEnvironmentsAtApplicationUsingGETParams) WithTimeout

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

func (*GetEnvironmentsAtApplicationUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentsAtApplicationUsingGETReader

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

GetEnvironmentsAtApplicationUsingGETReader is a Reader for the GetEnvironmentsAtApplicationUsingGET structure.

func (*GetEnvironmentsAtApplicationUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentsAtApplicationUsingGETUnauthorized

type GetEnvironmentsAtApplicationUsingGETUnauthorized struct {
}

GetEnvironmentsAtApplicationUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetEnvironmentsAtApplicationUsingGETUnauthorized

func NewGetEnvironmentsAtApplicationUsingGETUnauthorized() *GetEnvironmentsAtApplicationUsingGETUnauthorized

NewGetEnvironmentsAtApplicationUsingGETUnauthorized creates a GetEnvironmentsAtApplicationUsingGETUnauthorized with default headers values

func (*GetEnvironmentsAtApplicationUsingGETUnauthorized) Error

type PatchEnvironmentAtApplicationUsingPATCHForbidden

type PatchEnvironmentAtApplicationUsingPATCHForbidden struct {
}

PatchEnvironmentAtApplicationUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchEnvironmentAtApplicationUsingPATCHForbidden

func NewPatchEnvironmentAtApplicationUsingPATCHForbidden() *PatchEnvironmentAtApplicationUsingPATCHForbidden

NewPatchEnvironmentAtApplicationUsingPATCHForbidden creates a PatchEnvironmentAtApplicationUsingPATCHForbidden with default headers values

func (*PatchEnvironmentAtApplicationUsingPATCHForbidden) Error

type PatchEnvironmentAtApplicationUsingPATCHNoContent

type PatchEnvironmentAtApplicationUsingPATCHNoContent struct {
}

PatchEnvironmentAtApplicationUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchEnvironmentAtApplicationUsingPATCHNoContent

func NewPatchEnvironmentAtApplicationUsingPATCHNoContent() *PatchEnvironmentAtApplicationUsingPATCHNoContent

NewPatchEnvironmentAtApplicationUsingPATCHNoContent creates a PatchEnvironmentAtApplicationUsingPATCHNoContent with default headers values

func (*PatchEnvironmentAtApplicationUsingPATCHNoContent) Error

type PatchEnvironmentAtApplicationUsingPATCHOK

type PatchEnvironmentAtApplicationUsingPATCHOK struct {
	Payload *models.EnvironmentDto
}

PatchEnvironmentAtApplicationUsingPATCHOK handles this case with default header values.

OK

func NewPatchEnvironmentAtApplicationUsingPATCHOK

func NewPatchEnvironmentAtApplicationUsingPATCHOK() *PatchEnvironmentAtApplicationUsingPATCHOK

NewPatchEnvironmentAtApplicationUsingPATCHOK creates a PatchEnvironmentAtApplicationUsingPATCHOK with default headers values

func (*PatchEnvironmentAtApplicationUsingPATCHOK) Error

func (*PatchEnvironmentAtApplicationUsingPATCHOK) GetPayload

type PatchEnvironmentAtApplicationUsingPATCHParams

type PatchEnvironmentAtApplicationUsingPATCHParams struct {

	/*EnvironmentDto
	  environmentDto

	*/
	EnvironmentDto *models.EnvironmentDto
	/*EnvironmentID
	  environmentId

	*/
	EnvironmentID int64

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

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

func NewPatchEnvironmentAtApplicationUsingPATCHParams

func NewPatchEnvironmentAtApplicationUsingPATCHParams() *PatchEnvironmentAtApplicationUsingPATCHParams

NewPatchEnvironmentAtApplicationUsingPATCHParams creates a new PatchEnvironmentAtApplicationUsingPATCHParams object with the default values initialized.

func NewPatchEnvironmentAtApplicationUsingPATCHParamsWithContext

func NewPatchEnvironmentAtApplicationUsingPATCHParamsWithContext(ctx context.Context) *PatchEnvironmentAtApplicationUsingPATCHParams

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

func NewPatchEnvironmentAtApplicationUsingPATCHParamsWithHTTPClient

func NewPatchEnvironmentAtApplicationUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchEnvironmentAtApplicationUsingPATCHParams

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

func NewPatchEnvironmentAtApplicationUsingPATCHParamsWithTimeout

func NewPatchEnvironmentAtApplicationUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchEnvironmentAtApplicationUsingPATCHParams

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

func (*PatchEnvironmentAtApplicationUsingPATCHParams) SetContext

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

func (*PatchEnvironmentAtApplicationUsingPATCHParams) SetEnvironmentDto

func (o *PatchEnvironmentAtApplicationUsingPATCHParams) SetEnvironmentDto(environmentDto *models.EnvironmentDto)

SetEnvironmentDto adds the environmentDto to the patch environment at application using p a t c h params

func (*PatchEnvironmentAtApplicationUsingPATCHParams) SetEnvironmentID

func (o *PatchEnvironmentAtApplicationUsingPATCHParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the patch environment at application using p a t c h params

func (*PatchEnvironmentAtApplicationUsingPATCHParams) SetHTTPClient

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

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

func (*PatchEnvironmentAtApplicationUsingPATCHParams) SetTimeout

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

func (*PatchEnvironmentAtApplicationUsingPATCHParams) WithContext

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

func (*PatchEnvironmentAtApplicationUsingPATCHParams) WithEnvironmentDto

WithEnvironmentDto adds the environmentDto to the patch environment at application using p a t c h params

func (*PatchEnvironmentAtApplicationUsingPATCHParams) WithEnvironmentID

WithEnvironmentID adds the environmentID to the patch environment at application using p a t c h params

func (*PatchEnvironmentAtApplicationUsingPATCHParams) WithHTTPClient

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

func (*PatchEnvironmentAtApplicationUsingPATCHParams) WithTimeout

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

func (*PatchEnvironmentAtApplicationUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvironmentAtApplicationUsingPATCHReader

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

PatchEnvironmentAtApplicationUsingPATCHReader is a Reader for the PatchEnvironmentAtApplicationUsingPATCH structure.

func (*PatchEnvironmentAtApplicationUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvironmentAtApplicationUsingPATCHUnauthorized

type PatchEnvironmentAtApplicationUsingPATCHUnauthorized struct {
}

PatchEnvironmentAtApplicationUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchEnvironmentAtApplicationUsingPATCHUnauthorized

func NewPatchEnvironmentAtApplicationUsingPATCHUnauthorized() *PatchEnvironmentAtApplicationUsingPATCHUnauthorized

NewPatchEnvironmentAtApplicationUsingPATCHUnauthorized creates a PatchEnvironmentAtApplicationUsingPATCHUnauthorized with default headers values

func (*PatchEnvironmentAtApplicationUsingPATCHUnauthorized) Error

type PatchEnvironmentUsingPATCHForbidden

type PatchEnvironmentUsingPATCHForbidden struct {
}

PatchEnvironmentUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchEnvironmentUsingPATCHForbidden

func NewPatchEnvironmentUsingPATCHForbidden() *PatchEnvironmentUsingPATCHForbidden

NewPatchEnvironmentUsingPATCHForbidden creates a PatchEnvironmentUsingPATCHForbidden with default headers values

func (*PatchEnvironmentUsingPATCHForbidden) Error

type PatchEnvironmentUsingPATCHNoContent

type PatchEnvironmentUsingPATCHNoContent struct {
}

PatchEnvironmentUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchEnvironmentUsingPATCHNoContent

func NewPatchEnvironmentUsingPATCHNoContent() *PatchEnvironmentUsingPATCHNoContent

NewPatchEnvironmentUsingPATCHNoContent creates a PatchEnvironmentUsingPATCHNoContent with default headers values

func (*PatchEnvironmentUsingPATCHNoContent) Error

type PatchEnvironmentUsingPATCHOK

type PatchEnvironmentUsingPATCHOK struct {
	Payload *models.EnvironmentDto
}

PatchEnvironmentUsingPATCHOK handles this case with default header values.

OK

func NewPatchEnvironmentUsingPATCHOK

func NewPatchEnvironmentUsingPATCHOK() *PatchEnvironmentUsingPATCHOK

NewPatchEnvironmentUsingPATCHOK creates a PatchEnvironmentUsingPATCHOK with default headers values

func (*PatchEnvironmentUsingPATCHOK) Error

func (*PatchEnvironmentUsingPATCHOK) GetPayload

type PatchEnvironmentUsingPATCHParams

type PatchEnvironmentUsingPATCHParams struct {

	/*EnvironmentDto
	  environmentDto

	*/
	EnvironmentDto *models.EnvironmentDto
	/*EnvironmentID
	  environmentId

	*/
	EnvironmentID int64

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

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

func NewPatchEnvironmentUsingPATCHParams

func NewPatchEnvironmentUsingPATCHParams() *PatchEnvironmentUsingPATCHParams

NewPatchEnvironmentUsingPATCHParams creates a new PatchEnvironmentUsingPATCHParams object with the default values initialized.

func NewPatchEnvironmentUsingPATCHParamsWithContext

func NewPatchEnvironmentUsingPATCHParamsWithContext(ctx context.Context) *PatchEnvironmentUsingPATCHParams

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

func NewPatchEnvironmentUsingPATCHParamsWithHTTPClient

func NewPatchEnvironmentUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchEnvironmentUsingPATCHParams

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

func NewPatchEnvironmentUsingPATCHParamsWithTimeout

func NewPatchEnvironmentUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchEnvironmentUsingPATCHParams

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

func (*PatchEnvironmentUsingPATCHParams) SetContext

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

func (*PatchEnvironmentUsingPATCHParams) SetEnvironmentDto

func (o *PatchEnvironmentUsingPATCHParams) SetEnvironmentDto(environmentDto *models.EnvironmentDto)

SetEnvironmentDto adds the environmentDto to the patch environment using p a t c h params

func (*PatchEnvironmentUsingPATCHParams) SetEnvironmentID

func (o *PatchEnvironmentUsingPATCHParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the patch environment using p a t c h params

func (*PatchEnvironmentUsingPATCHParams) SetHTTPClient

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

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

func (*PatchEnvironmentUsingPATCHParams) SetTimeout

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

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

func (*PatchEnvironmentUsingPATCHParams) WithContext

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

func (*PatchEnvironmentUsingPATCHParams) WithEnvironmentDto

WithEnvironmentDto adds the environmentDto to the patch environment using p a t c h params

func (*PatchEnvironmentUsingPATCHParams) WithEnvironmentID

func (o *PatchEnvironmentUsingPATCHParams) WithEnvironmentID(environmentID int64) *PatchEnvironmentUsingPATCHParams

WithEnvironmentID adds the environmentID to the patch environment using p a t c h params

func (*PatchEnvironmentUsingPATCHParams) WithHTTPClient

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

func (*PatchEnvironmentUsingPATCHParams) WithTimeout

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

func (*PatchEnvironmentUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvironmentUsingPATCHReader

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

PatchEnvironmentUsingPATCHReader is a Reader for the PatchEnvironmentUsingPATCH structure.

func (*PatchEnvironmentUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvironmentUsingPATCHUnauthorized

type PatchEnvironmentUsingPATCHUnauthorized struct {
}

PatchEnvironmentUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchEnvironmentUsingPATCHUnauthorized

func NewPatchEnvironmentUsingPATCHUnauthorized() *PatchEnvironmentUsingPATCHUnauthorized

NewPatchEnvironmentUsingPATCHUnauthorized creates a PatchEnvironmentUsingPATCHUnauthorized with default headers values

func (*PatchEnvironmentUsingPATCHUnauthorized) Error

type UpdateEnvironmentAtApplicationUsingPUTCreated

type UpdateEnvironmentAtApplicationUsingPUTCreated struct {
}

UpdateEnvironmentAtApplicationUsingPUTCreated handles this case with default header values.

Created

func NewUpdateEnvironmentAtApplicationUsingPUTCreated

func NewUpdateEnvironmentAtApplicationUsingPUTCreated() *UpdateEnvironmentAtApplicationUsingPUTCreated

NewUpdateEnvironmentAtApplicationUsingPUTCreated creates a UpdateEnvironmentAtApplicationUsingPUTCreated with default headers values

func (*UpdateEnvironmentAtApplicationUsingPUTCreated) Error

type UpdateEnvironmentAtApplicationUsingPUTForbidden

type UpdateEnvironmentAtApplicationUsingPUTForbidden struct {
}

UpdateEnvironmentAtApplicationUsingPUTForbidden handles this case with default header values.

Forbidden

func NewUpdateEnvironmentAtApplicationUsingPUTForbidden

func NewUpdateEnvironmentAtApplicationUsingPUTForbidden() *UpdateEnvironmentAtApplicationUsingPUTForbidden

NewUpdateEnvironmentAtApplicationUsingPUTForbidden creates a UpdateEnvironmentAtApplicationUsingPUTForbidden with default headers values

func (*UpdateEnvironmentAtApplicationUsingPUTForbidden) Error

type UpdateEnvironmentAtApplicationUsingPUTNotFound

type UpdateEnvironmentAtApplicationUsingPUTNotFound struct {
}

UpdateEnvironmentAtApplicationUsingPUTNotFound handles this case with default header values.

Not Found

func NewUpdateEnvironmentAtApplicationUsingPUTNotFound

func NewUpdateEnvironmentAtApplicationUsingPUTNotFound() *UpdateEnvironmentAtApplicationUsingPUTNotFound

NewUpdateEnvironmentAtApplicationUsingPUTNotFound creates a UpdateEnvironmentAtApplicationUsingPUTNotFound with default headers values

func (*UpdateEnvironmentAtApplicationUsingPUTNotFound) Error

type UpdateEnvironmentAtApplicationUsingPUTOK

type UpdateEnvironmentAtApplicationUsingPUTOK struct {
	Payload *models.EnvironmentDto
}

UpdateEnvironmentAtApplicationUsingPUTOK handles this case with default header values.

OK

func NewUpdateEnvironmentAtApplicationUsingPUTOK

func NewUpdateEnvironmentAtApplicationUsingPUTOK() *UpdateEnvironmentAtApplicationUsingPUTOK

NewUpdateEnvironmentAtApplicationUsingPUTOK creates a UpdateEnvironmentAtApplicationUsingPUTOK with default headers values

func (*UpdateEnvironmentAtApplicationUsingPUTOK) Error

func (*UpdateEnvironmentAtApplicationUsingPUTOK) GetPayload

type UpdateEnvironmentAtApplicationUsingPUTParams

type UpdateEnvironmentAtApplicationUsingPUTParams struct {

	/*EnvironmentDto
	  environmentDto

	*/
	EnvironmentDto *models.EnvironmentDto
	/*EnvironmentID
	  environmentId

	*/
	EnvironmentID int64

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

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

func NewUpdateEnvironmentAtApplicationUsingPUTParams

func NewUpdateEnvironmentAtApplicationUsingPUTParams() *UpdateEnvironmentAtApplicationUsingPUTParams

NewUpdateEnvironmentAtApplicationUsingPUTParams creates a new UpdateEnvironmentAtApplicationUsingPUTParams object with the default values initialized.

func NewUpdateEnvironmentAtApplicationUsingPUTParamsWithContext

func NewUpdateEnvironmentAtApplicationUsingPUTParamsWithContext(ctx context.Context) *UpdateEnvironmentAtApplicationUsingPUTParams

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

func NewUpdateEnvironmentAtApplicationUsingPUTParamsWithHTTPClient

func NewUpdateEnvironmentAtApplicationUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateEnvironmentAtApplicationUsingPUTParams

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

func NewUpdateEnvironmentAtApplicationUsingPUTParamsWithTimeout

func NewUpdateEnvironmentAtApplicationUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateEnvironmentAtApplicationUsingPUTParams

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

func (*UpdateEnvironmentAtApplicationUsingPUTParams) SetContext

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

func (*UpdateEnvironmentAtApplicationUsingPUTParams) SetEnvironmentDto

func (o *UpdateEnvironmentAtApplicationUsingPUTParams) SetEnvironmentDto(environmentDto *models.EnvironmentDto)

SetEnvironmentDto adds the environmentDto to the update environment at application using p u t params

func (*UpdateEnvironmentAtApplicationUsingPUTParams) SetEnvironmentID

func (o *UpdateEnvironmentAtApplicationUsingPUTParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the update environment at application using p u t params

func (*UpdateEnvironmentAtApplicationUsingPUTParams) SetHTTPClient

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

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

func (*UpdateEnvironmentAtApplicationUsingPUTParams) SetTimeout

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

func (*UpdateEnvironmentAtApplicationUsingPUTParams) WithContext

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

func (*UpdateEnvironmentAtApplicationUsingPUTParams) WithEnvironmentDto

WithEnvironmentDto adds the environmentDto to the update environment at application using p u t params

func (*UpdateEnvironmentAtApplicationUsingPUTParams) WithEnvironmentID

WithEnvironmentID adds the environmentID to the update environment at application using p u t params

func (*UpdateEnvironmentAtApplicationUsingPUTParams) WithHTTPClient

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

func (*UpdateEnvironmentAtApplicationUsingPUTParams) WithTimeout

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

func (*UpdateEnvironmentAtApplicationUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateEnvironmentAtApplicationUsingPUTReader

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

UpdateEnvironmentAtApplicationUsingPUTReader is a Reader for the UpdateEnvironmentAtApplicationUsingPUT structure.

func (*UpdateEnvironmentAtApplicationUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateEnvironmentAtApplicationUsingPUTUnauthorized

type UpdateEnvironmentAtApplicationUsingPUTUnauthorized struct {
}

UpdateEnvironmentAtApplicationUsingPUTUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateEnvironmentAtApplicationUsingPUTUnauthorized

func NewUpdateEnvironmentAtApplicationUsingPUTUnauthorized() *UpdateEnvironmentAtApplicationUsingPUTUnauthorized

NewUpdateEnvironmentAtApplicationUsingPUTUnauthorized creates a UpdateEnvironmentAtApplicationUsingPUTUnauthorized with default headers values

func (*UpdateEnvironmentAtApplicationUsingPUTUnauthorized) Error

type UpdateEnvironmentUsingPUTCreated

type UpdateEnvironmentUsingPUTCreated struct {
}

UpdateEnvironmentUsingPUTCreated handles this case with default header values.

Created

func NewUpdateEnvironmentUsingPUTCreated

func NewUpdateEnvironmentUsingPUTCreated() *UpdateEnvironmentUsingPUTCreated

NewUpdateEnvironmentUsingPUTCreated creates a UpdateEnvironmentUsingPUTCreated with default headers values

func (*UpdateEnvironmentUsingPUTCreated) Error

type UpdateEnvironmentUsingPUTForbidden

type UpdateEnvironmentUsingPUTForbidden struct {
}

UpdateEnvironmentUsingPUTForbidden handles this case with default header values.

Forbidden

func NewUpdateEnvironmentUsingPUTForbidden

func NewUpdateEnvironmentUsingPUTForbidden() *UpdateEnvironmentUsingPUTForbidden

NewUpdateEnvironmentUsingPUTForbidden creates a UpdateEnvironmentUsingPUTForbidden with default headers values

func (*UpdateEnvironmentUsingPUTForbidden) Error

type UpdateEnvironmentUsingPUTNotFound

type UpdateEnvironmentUsingPUTNotFound struct {
}

UpdateEnvironmentUsingPUTNotFound handles this case with default header values.

Not Found

func NewUpdateEnvironmentUsingPUTNotFound

func NewUpdateEnvironmentUsingPUTNotFound() *UpdateEnvironmentUsingPUTNotFound

NewUpdateEnvironmentUsingPUTNotFound creates a UpdateEnvironmentUsingPUTNotFound with default headers values

func (*UpdateEnvironmentUsingPUTNotFound) Error

type UpdateEnvironmentUsingPUTOK

type UpdateEnvironmentUsingPUTOK struct {
	Payload *models.EnvironmentDto
}

UpdateEnvironmentUsingPUTOK handles this case with default header values.

OK

func NewUpdateEnvironmentUsingPUTOK

func NewUpdateEnvironmentUsingPUTOK() *UpdateEnvironmentUsingPUTOK

NewUpdateEnvironmentUsingPUTOK creates a UpdateEnvironmentUsingPUTOK with default headers values

func (*UpdateEnvironmentUsingPUTOK) Error

func (*UpdateEnvironmentUsingPUTOK) GetPayload

type UpdateEnvironmentUsingPUTParams

type UpdateEnvironmentUsingPUTParams struct {

	/*EnvironmentDto
	  environmentDto

	*/
	EnvironmentDto *models.EnvironmentDto
	/*EnvironmentID
	  environmentId

	*/
	EnvironmentID int64

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

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

func NewUpdateEnvironmentUsingPUTParams

func NewUpdateEnvironmentUsingPUTParams() *UpdateEnvironmentUsingPUTParams

NewUpdateEnvironmentUsingPUTParams creates a new UpdateEnvironmentUsingPUTParams object with the default values initialized.

func NewUpdateEnvironmentUsingPUTParamsWithContext

func NewUpdateEnvironmentUsingPUTParamsWithContext(ctx context.Context) *UpdateEnvironmentUsingPUTParams

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

func NewUpdateEnvironmentUsingPUTParamsWithHTTPClient

func NewUpdateEnvironmentUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateEnvironmentUsingPUTParams

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

func NewUpdateEnvironmentUsingPUTParamsWithTimeout

func NewUpdateEnvironmentUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateEnvironmentUsingPUTParams

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

func (*UpdateEnvironmentUsingPUTParams) SetContext

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

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

func (*UpdateEnvironmentUsingPUTParams) SetEnvironmentDto

func (o *UpdateEnvironmentUsingPUTParams) SetEnvironmentDto(environmentDto *models.EnvironmentDto)

SetEnvironmentDto adds the environmentDto to the update environment using p u t params

func (*UpdateEnvironmentUsingPUTParams) SetEnvironmentID

func (o *UpdateEnvironmentUsingPUTParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the update environment using p u t params

func (*UpdateEnvironmentUsingPUTParams) SetHTTPClient

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

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

func (*UpdateEnvironmentUsingPUTParams) SetTimeout

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

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

func (*UpdateEnvironmentUsingPUTParams) WithContext

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

func (*UpdateEnvironmentUsingPUTParams) WithEnvironmentDto

WithEnvironmentDto adds the environmentDto to the update environment using p u t params

func (*UpdateEnvironmentUsingPUTParams) WithEnvironmentID

func (o *UpdateEnvironmentUsingPUTParams) WithEnvironmentID(environmentID int64) *UpdateEnvironmentUsingPUTParams

WithEnvironmentID adds the environmentID to the update environment using p u t params

func (*UpdateEnvironmentUsingPUTParams) WithHTTPClient

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

func (*UpdateEnvironmentUsingPUTParams) WithTimeout

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

func (*UpdateEnvironmentUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateEnvironmentUsingPUTReader

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

UpdateEnvironmentUsingPUTReader is a Reader for the UpdateEnvironmentUsingPUT structure.

func (*UpdateEnvironmentUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateEnvironmentUsingPUTUnauthorized

type UpdateEnvironmentUsingPUTUnauthorized struct {
}

UpdateEnvironmentUsingPUTUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateEnvironmentUsingPUTUnauthorized

func NewUpdateEnvironmentUsingPUTUnauthorized() *UpdateEnvironmentUsingPUTUnauthorized

NewUpdateEnvironmentUsingPUTUnauthorized creates a UpdateEnvironmentUsingPUTUnauthorized with default headers values

func (*UpdateEnvironmentUsingPUTUnauthorized) Error

Jump to

Keyboard shortcuts

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