freeze_period

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 freeze period API

func (*Client) CreateFreezePeriodUsingPOST

CreateFreezePeriodUsingPOST creates freeze period entry

func (*Client) DeleteFreezePeriodUsingDELETE

DeleteFreezePeriodUsingDELETE deletes freeze period entry

func (*Client) EnableDisableFreezePeriodUsingPATCH

EnableDisableFreezePeriodUsingPATCH enables disable freeze period

func (*Client) GetFreezePeriodUsingGET

func (a *Client) GetFreezePeriodUsingGET(params *GetFreezePeriodUsingGETParams) (*GetFreezePeriodUsingGETOK, error)

GetFreezePeriodUsingGET gets freeze period entry

func (*Client) GetFreezePeriodsUsingGET

func (a *Client) GetFreezePeriodsUsingGET(params *GetFreezePeriodsUsingGETParams) (*GetFreezePeriodsUsingGETOK, error)

GetFreezePeriodsUsingGET retrieves all freeze periods

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateFreezePeriodUsingPUT

UpdateFreezePeriodUsingPUT updates freeze period

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new freeze period API client.

type CreateFreezePeriodUsingPOSTCreated

type CreateFreezePeriodUsingPOSTCreated struct {
}

CreateFreezePeriodUsingPOSTCreated handles this case with default header values.

Created

func NewCreateFreezePeriodUsingPOSTCreated

func NewCreateFreezePeriodUsingPOSTCreated() *CreateFreezePeriodUsingPOSTCreated

NewCreateFreezePeriodUsingPOSTCreated creates a CreateFreezePeriodUsingPOSTCreated with default headers values

func (*CreateFreezePeriodUsingPOSTCreated) Error

type CreateFreezePeriodUsingPOSTForbidden

type CreateFreezePeriodUsingPOSTForbidden struct {
}

CreateFreezePeriodUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateFreezePeriodUsingPOSTForbidden

func NewCreateFreezePeriodUsingPOSTForbidden() *CreateFreezePeriodUsingPOSTForbidden

NewCreateFreezePeriodUsingPOSTForbidden creates a CreateFreezePeriodUsingPOSTForbidden with default headers values

func (*CreateFreezePeriodUsingPOSTForbidden) Error

type CreateFreezePeriodUsingPOSTNotFound

type CreateFreezePeriodUsingPOSTNotFound struct {
}

CreateFreezePeriodUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateFreezePeriodUsingPOSTNotFound

func NewCreateFreezePeriodUsingPOSTNotFound() *CreateFreezePeriodUsingPOSTNotFound

NewCreateFreezePeriodUsingPOSTNotFound creates a CreateFreezePeriodUsingPOSTNotFound with default headers values

func (*CreateFreezePeriodUsingPOSTNotFound) Error

type CreateFreezePeriodUsingPOSTOK

type CreateFreezePeriodUsingPOSTOK struct {
	Payload *models.FreezePeriodDto
}

CreateFreezePeriodUsingPOSTOK handles this case with default header values.

OK

func NewCreateFreezePeriodUsingPOSTOK

func NewCreateFreezePeriodUsingPOSTOK() *CreateFreezePeriodUsingPOSTOK

NewCreateFreezePeriodUsingPOSTOK creates a CreateFreezePeriodUsingPOSTOK with default headers values

func (*CreateFreezePeriodUsingPOSTOK) Error

func (*CreateFreezePeriodUsingPOSTOK) GetPayload

type CreateFreezePeriodUsingPOSTParams

type CreateFreezePeriodUsingPOSTParams struct {

	/*FreezePeriodDto
	  freezePeriodDto

	*/
	FreezePeriodDto *models.FreezePeriodDto

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

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

func NewCreateFreezePeriodUsingPOSTParams

func NewCreateFreezePeriodUsingPOSTParams() *CreateFreezePeriodUsingPOSTParams

NewCreateFreezePeriodUsingPOSTParams creates a new CreateFreezePeriodUsingPOSTParams object with the default values initialized.

func NewCreateFreezePeriodUsingPOSTParamsWithContext

func NewCreateFreezePeriodUsingPOSTParamsWithContext(ctx context.Context) *CreateFreezePeriodUsingPOSTParams

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

func NewCreateFreezePeriodUsingPOSTParamsWithHTTPClient

func NewCreateFreezePeriodUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateFreezePeriodUsingPOSTParams

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

func NewCreateFreezePeriodUsingPOSTParamsWithTimeout

func NewCreateFreezePeriodUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateFreezePeriodUsingPOSTParams

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

func (*CreateFreezePeriodUsingPOSTParams) SetContext

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

func (*CreateFreezePeriodUsingPOSTParams) SetFreezePeriodDto

func (o *CreateFreezePeriodUsingPOSTParams) SetFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto)

SetFreezePeriodDto adds the freezePeriodDto to the create freeze period using p o s t params

func (*CreateFreezePeriodUsingPOSTParams) SetHTTPClient

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

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

func (*CreateFreezePeriodUsingPOSTParams) SetTimeout

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

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

func (*CreateFreezePeriodUsingPOSTParams) WithContext

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

func (*CreateFreezePeriodUsingPOSTParams) WithFreezePeriodDto

WithFreezePeriodDto adds the freezePeriodDto to the create freeze period using p o s t params

func (*CreateFreezePeriodUsingPOSTParams) WithHTTPClient

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

func (*CreateFreezePeriodUsingPOSTParams) WithTimeout

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

func (*CreateFreezePeriodUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateFreezePeriodUsingPOSTReader

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

CreateFreezePeriodUsingPOSTReader is a Reader for the CreateFreezePeriodUsingPOST structure.

func (*CreateFreezePeriodUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateFreezePeriodUsingPOSTUnauthorized

type CreateFreezePeriodUsingPOSTUnauthorized struct {
}

CreateFreezePeriodUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateFreezePeriodUsingPOSTUnauthorized

func NewCreateFreezePeriodUsingPOSTUnauthorized() *CreateFreezePeriodUsingPOSTUnauthorized

NewCreateFreezePeriodUsingPOSTUnauthorized creates a CreateFreezePeriodUsingPOSTUnauthorized with default headers values

func (*CreateFreezePeriodUsingPOSTUnauthorized) Error

type DeleteFreezePeriodUsingDELETEForbidden

type DeleteFreezePeriodUsingDELETEForbidden struct {
}

DeleteFreezePeriodUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteFreezePeriodUsingDELETEForbidden

func NewDeleteFreezePeriodUsingDELETEForbidden() *DeleteFreezePeriodUsingDELETEForbidden

NewDeleteFreezePeriodUsingDELETEForbidden creates a DeleteFreezePeriodUsingDELETEForbidden with default headers values

func (*DeleteFreezePeriodUsingDELETEForbidden) Error

type DeleteFreezePeriodUsingDELETENoContent

type DeleteFreezePeriodUsingDELETENoContent struct {
}

DeleteFreezePeriodUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteFreezePeriodUsingDELETENoContent

func NewDeleteFreezePeriodUsingDELETENoContent() *DeleteFreezePeriodUsingDELETENoContent

NewDeleteFreezePeriodUsingDELETENoContent creates a DeleteFreezePeriodUsingDELETENoContent with default headers values

func (*DeleteFreezePeriodUsingDELETENoContent) Error

type DeleteFreezePeriodUsingDELETEOK

type DeleteFreezePeriodUsingDELETEOK struct {
}

DeleteFreezePeriodUsingDELETEOK handles this case with default header values.

OK

func NewDeleteFreezePeriodUsingDELETEOK

func NewDeleteFreezePeriodUsingDELETEOK() *DeleteFreezePeriodUsingDELETEOK

NewDeleteFreezePeriodUsingDELETEOK creates a DeleteFreezePeriodUsingDELETEOK with default headers values

func (*DeleteFreezePeriodUsingDELETEOK) Error

type DeleteFreezePeriodUsingDELETEParams

type DeleteFreezePeriodUsingDELETEParams struct {

	/*FreezePeriodID
	  freezePeriodId

	*/
	FreezePeriodID int64

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

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

func NewDeleteFreezePeriodUsingDELETEParams

func NewDeleteFreezePeriodUsingDELETEParams() *DeleteFreezePeriodUsingDELETEParams

NewDeleteFreezePeriodUsingDELETEParams creates a new DeleteFreezePeriodUsingDELETEParams object with the default values initialized.

func NewDeleteFreezePeriodUsingDELETEParamsWithContext

func NewDeleteFreezePeriodUsingDELETEParamsWithContext(ctx context.Context) *DeleteFreezePeriodUsingDELETEParams

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

func NewDeleteFreezePeriodUsingDELETEParamsWithHTTPClient

func NewDeleteFreezePeriodUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteFreezePeriodUsingDELETEParams

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

func NewDeleteFreezePeriodUsingDELETEParamsWithTimeout

func NewDeleteFreezePeriodUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteFreezePeriodUsingDELETEParams

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

func (*DeleteFreezePeriodUsingDELETEParams) SetContext

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

func (*DeleteFreezePeriodUsingDELETEParams) SetFreezePeriodID

func (o *DeleteFreezePeriodUsingDELETEParams) SetFreezePeriodID(freezePeriodID int64)

SetFreezePeriodID adds the freezePeriodId to the delete freeze period using d e l e t e params

func (*DeleteFreezePeriodUsingDELETEParams) SetHTTPClient

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

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

func (*DeleteFreezePeriodUsingDELETEParams) SetTimeout

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

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

func (*DeleteFreezePeriodUsingDELETEParams) WithContext

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

func (*DeleteFreezePeriodUsingDELETEParams) WithFreezePeriodID

func (o *DeleteFreezePeriodUsingDELETEParams) WithFreezePeriodID(freezePeriodID int64) *DeleteFreezePeriodUsingDELETEParams

WithFreezePeriodID adds the freezePeriodID to the delete freeze period using d e l e t e params

func (*DeleteFreezePeriodUsingDELETEParams) WithHTTPClient

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

func (*DeleteFreezePeriodUsingDELETEParams) WithTimeout

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

func (*DeleteFreezePeriodUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFreezePeriodUsingDELETEReader

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

DeleteFreezePeriodUsingDELETEReader is a Reader for the DeleteFreezePeriodUsingDELETE structure.

func (*DeleteFreezePeriodUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteFreezePeriodUsingDELETEUnauthorized

type DeleteFreezePeriodUsingDELETEUnauthorized struct {
}

DeleteFreezePeriodUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteFreezePeriodUsingDELETEUnauthorized

func NewDeleteFreezePeriodUsingDELETEUnauthorized() *DeleteFreezePeriodUsingDELETEUnauthorized

NewDeleteFreezePeriodUsingDELETEUnauthorized creates a DeleteFreezePeriodUsingDELETEUnauthorized with default headers values

func (*DeleteFreezePeriodUsingDELETEUnauthorized) Error

type EnableDisableFreezePeriodUsingPATCHForbidden

type EnableDisableFreezePeriodUsingPATCHForbidden struct {
}

EnableDisableFreezePeriodUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewEnableDisableFreezePeriodUsingPATCHForbidden

func NewEnableDisableFreezePeriodUsingPATCHForbidden() *EnableDisableFreezePeriodUsingPATCHForbidden

NewEnableDisableFreezePeriodUsingPATCHForbidden creates a EnableDisableFreezePeriodUsingPATCHForbidden with default headers values

func (*EnableDisableFreezePeriodUsingPATCHForbidden) Error

type EnableDisableFreezePeriodUsingPATCHNoContent

type EnableDisableFreezePeriodUsingPATCHNoContent struct {
}

EnableDisableFreezePeriodUsingPATCHNoContent handles this case with default header values.

No Content

func NewEnableDisableFreezePeriodUsingPATCHNoContent

func NewEnableDisableFreezePeriodUsingPATCHNoContent() *EnableDisableFreezePeriodUsingPATCHNoContent

NewEnableDisableFreezePeriodUsingPATCHNoContent creates a EnableDisableFreezePeriodUsingPATCHNoContent with default headers values

func (*EnableDisableFreezePeriodUsingPATCHNoContent) Error

type EnableDisableFreezePeriodUsingPATCHOK

type EnableDisableFreezePeriodUsingPATCHOK struct {
	Payload *models.FreezePeriodDto
}

EnableDisableFreezePeriodUsingPATCHOK handles this case with default header values.

OK

func NewEnableDisableFreezePeriodUsingPATCHOK

func NewEnableDisableFreezePeriodUsingPATCHOK() *EnableDisableFreezePeriodUsingPATCHOK

NewEnableDisableFreezePeriodUsingPATCHOK creates a EnableDisableFreezePeriodUsingPATCHOK with default headers values

func (*EnableDisableFreezePeriodUsingPATCHOK) Error

func (*EnableDisableFreezePeriodUsingPATCHOK) GetPayload

type EnableDisableFreezePeriodUsingPATCHParams

type EnableDisableFreezePeriodUsingPATCHParams struct {

	/*FreezePeriodDto
	  freezePeriodDto

	*/
	FreezePeriodDto *models.FreezePeriodDto
	/*FreezePeriodID
	  freezePeriodId

	*/
	FreezePeriodID int64

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

EnableDisableFreezePeriodUsingPATCHParams contains all the parameters to send to the API endpoint for the enable disable freeze period using p a t c h operation typically these are written to a http.Request

func NewEnableDisableFreezePeriodUsingPATCHParams

func NewEnableDisableFreezePeriodUsingPATCHParams() *EnableDisableFreezePeriodUsingPATCHParams

NewEnableDisableFreezePeriodUsingPATCHParams creates a new EnableDisableFreezePeriodUsingPATCHParams object with the default values initialized.

func NewEnableDisableFreezePeriodUsingPATCHParamsWithContext

func NewEnableDisableFreezePeriodUsingPATCHParamsWithContext(ctx context.Context) *EnableDisableFreezePeriodUsingPATCHParams

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

func NewEnableDisableFreezePeriodUsingPATCHParamsWithHTTPClient

func NewEnableDisableFreezePeriodUsingPATCHParamsWithHTTPClient(client *http.Client) *EnableDisableFreezePeriodUsingPATCHParams

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

func NewEnableDisableFreezePeriodUsingPATCHParamsWithTimeout

func NewEnableDisableFreezePeriodUsingPATCHParamsWithTimeout(timeout time.Duration) *EnableDisableFreezePeriodUsingPATCHParams

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

func (*EnableDisableFreezePeriodUsingPATCHParams) SetContext

SetContext adds the context to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) SetFreezePeriodDto

func (o *EnableDisableFreezePeriodUsingPATCHParams) SetFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto)

SetFreezePeriodDto adds the freezePeriodDto to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) SetFreezePeriodID

func (o *EnableDisableFreezePeriodUsingPATCHParams) SetFreezePeriodID(freezePeriodID int64)

SetFreezePeriodID adds the freezePeriodId to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) SetTimeout

SetTimeout adds the timeout to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) WithContext

WithContext adds the context to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodDto

WithFreezePeriodDto adds the freezePeriodDto to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodID

WithFreezePeriodID adds the freezePeriodID to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the enable disable freeze period using p a t c h params

func (*EnableDisableFreezePeriodUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnableDisableFreezePeriodUsingPATCHReader

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

EnableDisableFreezePeriodUsingPATCHReader is a Reader for the EnableDisableFreezePeriodUsingPATCH structure.

func (*EnableDisableFreezePeriodUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnableDisableFreezePeriodUsingPATCHUnauthorized

type EnableDisableFreezePeriodUsingPATCHUnauthorized struct {
}

EnableDisableFreezePeriodUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewEnableDisableFreezePeriodUsingPATCHUnauthorized

func NewEnableDisableFreezePeriodUsingPATCHUnauthorized() *EnableDisableFreezePeriodUsingPATCHUnauthorized

NewEnableDisableFreezePeriodUsingPATCHUnauthorized creates a EnableDisableFreezePeriodUsingPATCHUnauthorized with default headers values

func (*EnableDisableFreezePeriodUsingPATCHUnauthorized) Error

type GetFreezePeriodUsingGETForbidden

type GetFreezePeriodUsingGETForbidden struct {
}

GetFreezePeriodUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetFreezePeriodUsingGETForbidden

func NewGetFreezePeriodUsingGETForbidden() *GetFreezePeriodUsingGETForbidden

NewGetFreezePeriodUsingGETForbidden creates a GetFreezePeriodUsingGETForbidden with default headers values

func (*GetFreezePeriodUsingGETForbidden) Error

type GetFreezePeriodUsingGETNotFound

type GetFreezePeriodUsingGETNotFound struct {
}

GetFreezePeriodUsingGETNotFound handles this case with default header values.

Not Found

func NewGetFreezePeriodUsingGETNotFound

func NewGetFreezePeriodUsingGETNotFound() *GetFreezePeriodUsingGETNotFound

NewGetFreezePeriodUsingGETNotFound creates a GetFreezePeriodUsingGETNotFound with default headers values

func (*GetFreezePeriodUsingGETNotFound) Error

type GetFreezePeriodUsingGETOK

type GetFreezePeriodUsingGETOK struct {
	Payload *models.FreezePeriodDto
}

GetFreezePeriodUsingGETOK handles this case with default header values.

OK

func NewGetFreezePeriodUsingGETOK

func NewGetFreezePeriodUsingGETOK() *GetFreezePeriodUsingGETOK

NewGetFreezePeriodUsingGETOK creates a GetFreezePeriodUsingGETOK with default headers values

func (*GetFreezePeriodUsingGETOK) Error

func (o *GetFreezePeriodUsingGETOK) Error() string

func (*GetFreezePeriodUsingGETOK) GetPayload

type GetFreezePeriodUsingGETParams

type GetFreezePeriodUsingGETParams struct {

	/*FreezePeriodID
	  freezePeriodId

	*/
	FreezePeriodID int64

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

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

func NewGetFreezePeriodUsingGETParams

func NewGetFreezePeriodUsingGETParams() *GetFreezePeriodUsingGETParams

NewGetFreezePeriodUsingGETParams creates a new GetFreezePeriodUsingGETParams object with the default values initialized.

func NewGetFreezePeriodUsingGETParamsWithContext

func NewGetFreezePeriodUsingGETParamsWithContext(ctx context.Context) *GetFreezePeriodUsingGETParams

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

func NewGetFreezePeriodUsingGETParamsWithHTTPClient

func NewGetFreezePeriodUsingGETParamsWithHTTPClient(client *http.Client) *GetFreezePeriodUsingGETParams

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

func NewGetFreezePeriodUsingGETParamsWithTimeout

func NewGetFreezePeriodUsingGETParamsWithTimeout(timeout time.Duration) *GetFreezePeriodUsingGETParams

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

func (*GetFreezePeriodUsingGETParams) SetContext

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

SetContext adds the context to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) SetFreezePeriodID

func (o *GetFreezePeriodUsingGETParams) SetFreezePeriodID(freezePeriodID int64)

SetFreezePeriodID adds the freezePeriodId to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) WithContext

WithContext adds the context to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) WithFreezePeriodID

func (o *GetFreezePeriodUsingGETParams) WithFreezePeriodID(freezePeriodID int64) *GetFreezePeriodUsingGETParams

WithFreezePeriodID adds the freezePeriodID to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get freeze period using g e t params

func (*GetFreezePeriodUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFreezePeriodUsingGETReader

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

GetFreezePeriodUsingGETReader is a Reader for the GetFreezePeriodUsingGET structure.

func (*GetFreezePeriodUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFreezePeriodUsingGETUnauthorized

type GetFreezePeriodUsingGETUnauthorized struct {
}

GetFreezePeriodUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetFreezePeriodUsingGETUnauthorized

func NewGetFreezePeriodUsingGETUnauthorized() *GetFreezePeriodUsingGETUnauthorized

NewGetFreezePeriodUsingGETUnauthorized creates a GetFreezePeriodUsingGETUnauthorized with default headers values

func (*GetFreezePeriodUsingGETUnauthorized) Error

type GetFreezePeriodsUsingGETForbidden

type GetFreezePeriodsUsingGETForbidden struct {
}

GetFreezePeriodsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetFreezePeriodsUsingGETForbidden

func NewGetFreezePeriodsUsingGETForbidden() *GetFreezePeriodsUsingGETForbidden

NewGetFreezePeriodsUsingGETForbidden creates a GetFreezePeriodsUsingGETForbidden with default headers values

func (*GetFreezePeriodsUsingGETForbidden) Error

type GetFreezePeriodsUsingGETNotFound

type GetFreezePeriodsUsingGETNotFound struct {
}

GetFreezePeriodsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetFreezePeriodsUsingGETNotFound

func NewGetFreezePeriodsUsingGETNotFound() *GetFreezePeriodsUsingGETNotFound

NewGetFreezePeriodsUsingGETNotFound creates a GetFreezePeriodsUsingGETNotFound with default headers values

func (*GetFreezePeriodsUsingGETNotFound) Error

type GetFreezePeriodsUsingGETOK

type GetFreezePeriodsUsingGETOK struct {
	Payload *models.ListHolderDtoFreezePeriodDto
}

GetFreezePeriodsUsingGETOK handles this case with default header values.

OK

func NewGetFreezePeriodsUsingGETOK

func NewGetFreezePeriodsUsingGETOK() *GetFreezePeriodsUsingGETOK

NewGetFreezePeriodsUsingGETOK creates a GetFreezePeriodsUsingGETOK with default headers values

func (*GetFreezePeriodsUsingGETOK) Error

func (*GetFreezePeriodsUsingGETOK) GetPayload

type GetFreezePeriodsUsingGETParams

type GetFreezePeriodsUsingGETParams struct {

	/*Filter
	  freeTextFilter

	*/
	Filter *string
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32

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

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

func NewGetFreezePeriodsUsingGETParams

func NewGetFreezePeriodsUsingGETParams() *GetFreezePeriodsUsingGETParams

NewGetFreezePeriodsUsingGETParams creates a new GetFreezePeriodsUsingGETParams object with the default values initialized.

func NewGetFreezePeriodsUsingGETParamsWithContext

func NewGetFreezePeriodsUsingGETParamsWithContext(ctx context.Context) *GetFreezePeriodsUsingGETParams

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

func NewGetFreezePeriodsUsingGETParamsWithHTTPClient

func NewGetFreezePeriodsUsingGETParamsWithHTTPClient(client *http.Client) *GetFreezePeriodsUsingGETParams

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

func NewGetFreezePeriodsUsingGETParamsWithTimeout

func NewGetFreezePeriodsUsingGETParamsWithTimeout(timeout time.Duration) *GetFreezePeriodsUsingGETParams

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

func (*GetFreezePeriodsUsingGETParams) SetContext

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

SetContext adds the context to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) SetFilter

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

SetFilter adds the filter to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) SetPageNumber

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

SetPageNumber adds the pageNumber to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) SetPageSize

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

SetPageSize adds the pageSize to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) WithContext

WithContext adds the context to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) WithFilter

WithFilter adds the filter to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) WithPageNumber

WithPageNumber adds the pageNumber to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get freeze periods using g e t params

func (*GetFreezePeriodsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFreezePeriodsUsingGETReader

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

GetFreezePeriodsUsingGETReader is a Reader for the GetFreezePeriodsUsingGET structure.

func (*GetFreezePeriodsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFreezePeriodsUsingGETUnauthorized

type GetFreezePeriodsUsingGETUnauthorized struct {
}

GetFreezePeriodsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetFreezePeriodsUsingGETUnauthorized

func NewGetFreezePeriodsUsingGETUnauthorized() *GetFreezePeriodsUsingGETUnauthorized

NewGetFreezePeriodsUsingGETUnauthorized creates a GetFreezePeriodsUsingGETUnauthorized with default headers values

func (*GetFreezePeriodsUsingGETUnauthorized) Error

type UpdateFreezePeriodUsingPUTCreated

type UpdateFreezePeriodUsingPUTCreated struct {
}

UpdateFreezePeriodUsingPUTCreated handles this case with default header values.

Created

func NewUpdateFreezePeriodUsingPUTCreated

func NewUpdateFreezePeriodUsingPUTCreated() *UpdateFreezePeriodUsingPUTCreated

NewUpdateFreezePeriodUsingPUTCreated creates a UpdateFreezePeriodUsingPUTCreated with default headers values

func (*UpdateFreezePeriodUsingPUTCreated) Error

type UpdateFreezePeriodUsingPUTForbidden

type UpdateFreezePeriodUsingPUTForbidden struct {
}

UpdateFreezePeriodUsingPUTForbidden handles this case with default header values.

Forbidden

func NewUpdateFreezePeriodUsingPUTForbidden

func NewUpdateFreezePeriodUsingPUTForbidden() *UpdateFreezePeriodUsingPUTForbidden

NewUpdateFreezePeriodUsingPUTForbidden creates a UpdateFreezePeriodUsingPUTForbidden with default headers values

func (*UpdateFreezePeriodUsingPUTForbidden) Error

type UpdateFreezePeriodUsingPUTNotFound

type UpdateFreezePeriodUsingPUTNotFound struct {
}

UpdateFreezePeriodUsingPUTNotFound handles this case with default header values.

Not Found

func NewUpdateFreezePeriodUsingPUTNotFound

func NewUpdateFreezePeriodUsingPUTNotFound() *UpdateFreezePeriodUsingPUTNotFound

NewUpdateFreezePeriodUsingPUTNotFound creates a UpdateFreezePeriodUsingPUTNotFound with default headers values

func (*UpdateFreezePeriodUsingPUTNotFound) Error

type UpdateFreezePeriodUsingPUTOK

type UpdateFreezePeriodUsingPUTOK struct {
	Payload *models.FreezePeriodDto
}

UpdateFreezePeriodUsingPUTOK handles this case with default header values.

OK

func NewUpdateFreezePeriodUsingPUTOK

func NewUpdateFreezePeriodUsingPUTOK() *UpdateFreezePeriodUsingPUTOK

NewUpdateFreezePeriodUsingPUTOK creates a UpdateFreezePeriodUsingPUTOK with default headers values

func (*UpdateFreezePeriodUsingPUTOK) Error

func (*UpdateFreezePeriodUsingPUTOK) GetPayload

type UpdateFreezePeriodUsingPUTParams

type UpdateFreezePeriodUsingPUTParams struct {

	/*FreezePeriodDto
	  freezePeriodDto

	*/
	FreezePeriodDto *models.FreezePeriodDto
	/*FreezePeriodID
	  freezePeriodId

	*/
	FreezePeriodID int64

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

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

func NewUpdateFreezePeriodUsingPUTParams

func NewUpdateFreezePeriodUsingPUTParams() *UpdateFreezePeriodUsingPUTParams

NewUpdateFreezePeriodUsingPUTParams creates a new UpdateFreezePeriodUsingPUTParams object with the default values initialized.

func NewUpdateFreezePeriodUsingPUTParamsWithContext

func NewUpdateFreezePeriodUsingPUTParamsWithContext(ctx context.Context) *UpdateFreezePeriodUsingPUTParams

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

func NewUpdateFreezePeriodUsingPUTParamsWithHTTPClient

func NewUpdateFreezePeriodUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateFreezePeriodUsingPUTParams

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

func NewUpdateFreezePeriodUsingPUTParamsWithTimeout

func NewUpdateFreezePeriodUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateFreezePeriodUsingPUTParams

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

func (*UpdateFreezePeriodUsingPUTParams) SetContext

SetContext adds the context to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) SetFreezePeriodDto

func (o *UpdateFreezePeriodUsingPUTParams) SetFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto)

SetFreezePeriodDto adds the freezePeriodDto to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) SetFreezePeriodID

func (o *UpdateFreezePeriodUsingPUTParams) SetFreezePeriodID(freezePeriodID int64)

SetFreezePeriodID adds the freezePeriodId to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) WithContext

WithContext adds the context to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) WithFreezePeriodDto

WithFreezePeriodDto adds the freezePeriodDto to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) WithFreezePeriodID

func (o *UpdateFreezePeriodUsingPUTParams) WithFreezePeriodID(freezePeriodID int64) *UpdateFreezePeriodUsingPUTParams

WithFreezePeriodID adds the freezePeriodID to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the update freeze period using p u t params

func (*UpdateFreezePeriodUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateFreezePeriodUsingPUTReader

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

UpdateFreezePeriodUsingPUTReader is a Reader for the UpdateFreezePeriodUsingPUT structure.

func (*UpdateFreezePeriodUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateFreezePeriodUsingPUTUnauthorized

type UpdateFreezePeriodUsingPUTUnauthorized struct {
}

UpdateFreezePeriodUsingPUTUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateFreezePeriodUsingPUTUnauthorized

func NewUpdateFreezePeriodUsingPUTUnauthorized() *UpdateFreezePeriodUsingPUTUnauthorized

NewUpdateFreezePeriodUsingPUTUnauthorized creates a UpdateFreezePeriodUsingPUTUnauthorized with default headers values

func (*UpdateFreezePeriodUsingPUTUnauthorized) Error

Jump to

Keyboard shortcuts

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