Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateFreezePeriodUsingPOST(params *CreateFreezePeriodUsingPOSTParams) (*CreateFreezePeriodUsingPOSTOK, *CreateFreezePeriodUsingPOSTCreated, error)
- func (a *Client) DeleteFreezePeriodUsingDELETE(params *DeleteFreezePeriodUsingDELETEParams) (*DeleteFreezePeriodUsingDELETEOK, *DeleteFreezePeriodUsingDELETENoContent, ...)
- func (a *Client) EnableDisableFreezePeriodUsingPATCH(params *EnableDisableFreezePeriodUsingPATCHParams) (*EnableDisableFreezePeriodUsingPATCHOK, ...)
- func (a *Client) GetFreezePeriodUsingGET(params *GetFreezePeriodUsingGETParams) (*GetFreezePeriodUsingGETOK, error)
- func (a *Client) GetFreezePeriodsUsingGET(params *GetFreezePeriodsUsingGETParams) (*GetFreezePeriodsUsingGETOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateFreezePeriodUsingPUT(params *UpdateFreezePeriodUsingPUTParams) (*UpdateFreezePeriodUsingPUTOK, *UpdateFreezePeriodUsingPUTCreated, error)
- type ClientService
- type CreateFreezePeriodUsingPOSTCreated
- type CreateFreezePeriodUsingPOSTForbidden
- type CreateFreezePeriodUsingPOSTNotFound
- type CreateFreezePeriodUsingPOSTOK
- type CreateFreezePeriodUsingPOSTParams
- func NewCreateFreezePeriodUsingPOSTParams() *CreateFreezePeriodUsingPOSTParams
- func NewCreateFreezePeriodUsingPOSTParamsWithContext(ctx context.Context) *CreateFreezePeriodUsingPOSTParams
- func NewCreateFreezePeriodUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateFreezePeriodUsingPOSTParams
- func NewCreateFreezePeriodUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateFreezePeriodUsingPOSTParams
- func (o *CreateFreezePeriodUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateFreezePeriodUsingPOSTParams) SetFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto)
- func (o *CreateFreezePeriodUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateFreezePeriodUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateFreezePeriodUsingPOSTParams) WithContext(ctx context.Context) *CreateFreezePeriodUsingPOSTParams
- func (o *CreateFreezePeriodUsingPOSTParams) WithFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto) *CreateFreezePeriodUsingPOSTParams
- func (o *CreateFreezePeriodUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateFreezePeriodUsingPOSTParams
- func (o *CreateFreezePeriodUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateFreezePeriodUsingPOSTParams
- func (o *CreateFreezePeriodUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateFreezePeriodUsingPOSTReader
- type CreateFreezePeriodUsingPOSTUnauthorized
- type DeleteFreezePeriodUsingDELETEForbidden
- type DeleteFreezePeriodUsingDELETENoContent
- type DeleteFreezePeriodUsingDELETEOK
- type DeleteFreezePeriodUsingDELETEParams
- func NewDeleteFreezePeriodUsingDELETEParams() *DeleteFreezePeriodUsingDELETEParams
- func NewDeleteFreezePeriodUsingDELETEParamsWithContext(ctx context.Context) *DeleteFreezePeriodUsingDELETEParams
- func NewDeleteFreezePeriodUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteFreezePeriodUsingDELETEParams
- func NewDeleteFreezePeriodUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteFreezePeriodUsingDELETEParams
- func (o *DeleteFreezePeriodUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteFreezePeriodUsingDELETEParams) SetFreezePeriodID(freezePeriodID int64)
- func (o *DeleteFreezePeriodUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteFreezePeriodUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteFreezePeriodUsingDELETEParams) WithContext(ctx context.Context) *DeleteFreezePeriodUsingDELETEParams
- func (o *DeleteFreezePeriodUsingDELETEParams) WithFreezePeriodID(freezePeriodID int64) *DeleteFreezePeriodUsingDELETEParams
- func (o *DeleteFreezePeriodUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteFreezePeriodUsingDELETEParams
- func (o *DeleteFreezePeriodUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteFreezePeriodUsingDELETEParams
- func (o *DeleteFreezePeriodUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteFreezePeriodUsingDELETEReader
- type DeleteFreezePeriodUsingDELETEUnauthorized
- type EnableDisableFreezePeriodUsingPATCHForbidden
- type EnableDisableFreezePeriodUsingPATCHNoContent
- type EnableDisableFreezePeriodUsingPATCHOK
- type EnableDisableFreezePeriodUsingPATCHParams
- func NewEnableDisableFreezePeriodUsingPATCHParams() *EnableDisableFreezePeriodUsingPATCHParams
- func NewEnableDisableFreezePeriodUsingPATCHParamsWithContext(ctx context.Context) *EnableDisableFreezePeriodUsingPATCHParams
- func NewEnableDisableFreezePeriodUsingPATCHParamsWithHTTPClient(client *http.Client) *EnableDisableFreezePeriodUsingPATCHParams
- func NewEnableDisableFreezePeriodUsingPATCHParamsWithTimeout(timeout time.Duration) *EnableDisableFreezePeriodUsingPATCHParams
- func (o *EnableDisableFreezePeriodUsingPATCHParams) SetContext(ctx context.Context)
- func (o *EnableDisableFreezePeriodUsingPATCHParams) SetFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto)
- func (o *EnableDisableFreezePeriodUsingPATCHParams) SetFreezePeriodID(freezePeriodID int64)
- func (o *EnableDisableFreezePeriodUsingPATCHParams) SetHTTPClient(client *http.Client)
- func (o *EnableDisableFreezePeriodUsingPATCHParams) SetTimeout(timeout time.Duration)
- func (o *EnableDisableFreezePeriodUsingPATCHParams) WithContext(ctx context.Context) *EnableDisableFreezePeriodUsingPATCHParams
- func (o *EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto) *EnableDisableFreezePeriodUsingPATCHParams
- func (o *EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodID(freezePeriodID int64) *EnableDisableFreezePeriodUsingPATCHParams
- func (o *EnableDisableFreezePeriodUsingPATCHParams) WithHTTPClient(client *http.Client) *EnableDisableFreezePeriodUsingPATCHParams
- func (o *EnableDisableFreezePeriodUsingPATCHParams) WithTimeout(timeout time.Duration) *EnableDisableFreezePeriodUsingPATCHParams
- func (o *EnableDisableFreezePeriodUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnableDisableFreezePeriodUsingPATCHReader
- type EnableDisableFreezePeriodUsingPATCHUnauthorized
- type GetFreezePeriodUsingGETForbidden
- type GetFreezePeriodUsingGETNotFound
- type GetFreezePeriodUsingGETOK
- type GetFreezePeriodUsingGETParams
- func NewGetFreezePeriodUsingGETParams() *GetFreezePeriodUsingGETParams
- func NewGetFreezePeriodUsingGETParamsWithContext(ctx context.Context) *GetFreezePeriodUsingGETParams
- func NewGetFreezePeriodUsingGETParamsWithHTTPClient(client *http.Client) *GetFreezePeriodUsingGETParams
- func NewGetFreezePeriodUsingGETParamsWithTimeout(timeout time.Duration) *GetFreezePeriodUsingGETParams
- func (o *GetFreezePeriodUsingGETParams) SetContext(ctx context.Context)
- func (o *GetFreezePeriodUsingGETParams) SetFreezePeriodID(freezePeriodID int64)
- func (o *GetFreezePeriodUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetFreezePeriodUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetFreezePeriodUsingGETParams) WithContext(ctx context.Context) *GetFreezePeriodUsingGETParams
- func (o *GetFreezePeriodUsingGETParams) WithFreezePeriodID(freezePeriodID int64) *GetFreezePeriodUsingGETParams
- func (o *GetFreezePeriodUsingGETParams) WithHTTPClient(client *http.Client) *GetFreezePeriodUsingGETParams
- func (o *GetFreezePeriodUsingGETParams) WithTimeout(timeout time.Duration) *GetFreezePeriodUsingGETParams
- func (o *GetFreezePeriodUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFreezePeriodUsingGETReader
- type GetFreezePeriodUsingGETUnauthorized
- type GetFreezePeriodsUsingGETForbidden
- type GetFreezePeriodsUsingGETNotFound
- type GetFreezePeriodsUsingGETOK
- type GetFreezePeriodsUsingGETParams
- func NewGetFreezePeriodsUsingGETParams() *GetFreezePeriodsUsingGETParams
- func NewGetFreezePeriodsUsingGETParamsWithContext(ctx context.Context) *GetFreezePeriodsUsingGETParams
- func NewGetFreezePeriodsUsingGETParamsWithHTTPClient(client *http.Client) *GetFreezePeriodsUsingGETParams
- func NewGetFreezePeriodsUsingGETParamsWithTimeout(timeout time.Duration) *GetFreezePeriodsUsingGETParams
- func (o *GetFreezePeriodsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetFreezePeriodsUsingGETParams) SetFilter(filter *string)
- func (o *GetFreezePeriodsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetFreezePeriodsUsingGETParams) SetPageNumber(pageNumber *int32)
- func (o *GetFreezePeriodsUsingGETParams) SetPageSize(pageSize *int32)
- func (o *GetFreezePeriodsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetFreezePeriodsUsingGETParams) WithContext(ctx context.Context) *GetFreezePeriodsUsingGETParams
- func (o *GetFreezePeriodsUsingGETParams) WithFilter(filter *string) *GetFreezePeriodsUsingGETParams
- func (o *GetFreezePeriodsUsingGETParams) WithHTTPClient(client *http.Client) *GetFreezePeriodsUsingGETParams
- func (o *GetFreezePeriodsUsingGETParams) WithPageNumber(pageNumber *int32) *GetFreezePeriodsUsingGETParams
- func (o *GetFreezePeriodsUsingGETParams) WithPageSize(pageSize *int32) *GetFreezePeriodsUsingGETParams
- func (o *GetFreezePeriodsUsingGETParams) WithTimeout(timeout time.Duration) *GetFreezePeriodsUsingGETParams
- func (o *GetFreezePeriodsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFreezePeriodsUsingGETReader
- type GetFreezePeriodsUsingGETUnauthorized
- type UpdateFreezePeriodUsingPUTCreated
- type UpdateFreezePeriodUsingPUTForbidden
- type UpdateFreezePeriodUsingPUTNotFound
- type UpdateFreezePeriodUsingPUTOK
- type UpdateFreezePeriodUsingPUTParams
- func NewUpdateFreezePeriodUsingPUTParams() *UpdateFreezePeriodUsingPUTParams
- func NewUpdateFreezePeriodUsingPUTParamsWithContext(ctx context.Context) *UpdateFreezePeriodUsingPUTParams
- func NewUpdateFreezePeriodUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateFreezePeriodUsingPUTParams
- func NewUpdateFreezePeriodUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateFreezePeriodUsingPUTParams
- func (o *UpdateFreezePeriodUsingPUTParams) SetContext(ctx context.Context)
- func (o *UpdateFreezePeriodUsingPUTParams) SetFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto)
- func (o *UpdateFreezePeriodUsingPUTParams) SetFreezePeriodID(freezePeriodID int64)
- func (o *UpdateFreezePeriodUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UpdateFreezePeriodUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UpdateFreezePeriodUsingPUTParams) WithContext(ctx context.Context) *UpdateFreezePeriodUsingPUTParams
- func (o *UpdateFreezePeriodUsingPUTParams) WithFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto) *UpdateFreezePeriodUsingPUTParams
- func (o *UpdateFreezePeriodUsingPUTParams) WithFreezePeriodID(freezePeriodID int64) *UpdateFreezePeriodUsingPUTParams
- func (o *UpdateFreezePeriodUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateFreezePeriodUsingPUTParams
- func (o *UpdateFreezePeriodUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateFreezePeriodUsingPUTParams
- func (o *UpdateFreezePeriodUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateFreezePeriodUsingPUTReader
- type UpdateFreezePeriodUsingPUTUnauthorized
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 ¶
func (a *Client) CreateFreezePeriodUsingPOST(params *CreateFreezePeriodUsingPOSTParams) (*CreateFreezePeriodUsingPOSTOK, *CreateFreezePeriodUsingPOSTCreated, error)
CreateFreezePeriodUsingPOST creates freeze period entry
func (*Client) DeleteFreezePeriodUsingDELETE ¶
func (a *Client) DeleteFreezePeriodUsingDELETE(params *DeleteFreezePeriodUsingDELETEParams) (*DeleteFreezePeriodUsingDELETEOK, *DeleteFreezePeriodUsingDELETENoContent, error)
DeleteFreezePeriodUsingDELETE deletes freeze period entry
func (*Client) EnableDisableFreezePeriodUsingPATCH ¶
func (a *Client) EnableDisableFreezePeriodUsingPATCH(params *EnableDisableFreezePeriodUsingPATCHParams) (*EnableDisableFreezePeriodUsingPATCHOK, *EnableDisableFreezePeriodUsingPATCHNoContent, error)
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 ¶
func (a *Client) UpdateFreezePeriodUsingPUT(params *UpdateFreezePeriodUsingPUTParams) (*UpdateFreezePeriodUsingPUTOK, *UpdateFreezePeriodUsingPUTCreated, error)
UpdateFreezePeriodUsingPUT updates freeze period
type ClientService ¶
type ClientService interface { CreateFreezePeriodUsingPOST(params *CreateFreezePeriodUsingPOSTParams) (*CreateFreezePeriodUsingPOSTOK, *CreateFreezePeriodUsingPOSTCreated, error) DeleteFreezePeriodUsingDELETE(params *DeleteFreezePeriodUsingDELETEParams) (*DeleteFreezePeriodUsingDELETEOK, *DeleteFreezePeriodUsingDELETENoContent, error) EnableDisableFreezePeriodUsingPATCH(params *EnableDisableFreezePeriodUsingPATCHParams) (*EnableDisableFreezePeriodUsingPATCHOK, *EnableDisableFreezePeriodUsingPATCHNoContent, error) GetFreezePeriodUsingGET(params *GetFreezePeriodUsingGETParams) (*GetFreezePeriodUsingGETOK, error) GetFreezePeriodsUsingGET(params *GetFreezePeriodsUsingGETParams) (*GetFreezePeriodsUsingGETOK, error) UpdateFreezePeriodUsingPUT(params *UpdateFreezePeriodUsingPUTParams) (*UpdateFreezePeriodUsingPUTOK, *UpdateFreezePeriodUsingPUTCreated, 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 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 ¶
func (o *CreateFreezePeriodUsingPOSTCreated) Error() string
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 ¶
func (o *CreateFreezePeriodUsingPOSTForbidden) Error() string
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 ¶
func (o *CreateFreezePeriodUsingPOSTNotFound) Error() string
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 (o *CreateFreezePeriodUsingPOSTOK) Error() string
func (*CreateFreezePeriodUsingPOSTOK) GetPayload ¶
func (o *CreateFreezePeriodUsingPOSTOK) GetPayload() *models.FreezePeriodDto
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 ¶
func (o *CreateFreezePeriodUsingPOSTParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateFreezePeriodUsingPOSTParams) WithContext(ctx context.Context) *CreateFreezePeriodUsingPOSTParams
WithContext adds the context to the create freeze period using p o s t params
func (*CreateFreezePeriodUsingPOSTParams) WithFreezePeriodDto ¶
func (o *CreateFreezePeriodUsingPOSTParams) WithFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto) *CreateFreezePeriodUsingPOSTParams
WithFreezePeriodDto adds the freezePeriodDto to the create freeze period using p o s t params
func (*CreateFreezePeriodUsingPOSTParams) WithHTTPClient ¶
func (o *CreateFreezePeriodUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateFreezePeriodUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create freeze period using p o s t params
func (*CreateFreezePeriodUsingPOSTParams) WithTimeout ¶
func (o *CreateFreezePeriodUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateFreezePeriodUsingPOSTParams
WithTimeout adds the timeout to the create freeze period using p o s t params
func (*CreateFreezePeriodUsingPOSTParams) WriteToRequest ¶
func (o *CreateFreezePeriodUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateFreezePeriodUsingPOSTUnauthorized) Error() string
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 ¶
func (o *DeleteFreezePeriodUsingDELETEForbidden) Error() string
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 ¶
func (o *DeleteFreezePeriodUsingDELETENoContent) Error() string
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 ¶
func (o *DeleteFreezePeriodUsingDELETEOK) Error() string
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 ¶
func (o *DeleteFreezePeriodUsingDELETEParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteFreezePeriodUsingDELETEParams) WithContext(ctx context.Context) *DeleteFreezePeriodUsingDELETEParams
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 ¶
func (o *DeleteFreezePeriodUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteFreezePeriodUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete freeze period using d e l e t e params
func (*DeleteFreezePeriodUsingDELETEParams) WithTimeout ¶
func (o *DeleteFreezePeriodUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteFreezePeriodUsingDELETEParams
WithTimeout adds the timeout to the delete freeze period using d e l e t e params
func (*DeleteFreezePeriodUsingDELETEParams) WriteToRequest ¶
func (o *DeleteFreezePeriodUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteFreezePeriodUsingDELETEUnauthorized) Error() string
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 ¶
func (o *EnableDisableFreezePeriodUsingPATCHForbidden) Error() string
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 ¶
func (o *EnableDisableFreezePeriodUsingPATCHNoContent) Error() string
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 (o *EnableDisableFreezePeriodUsingPATCHOK) Error() string
func (*EnableDisableFreezePeriodUsingPATCHOK) GetPayload ¶
func (o *EnableDisableFreezePeriodUsingPATCHOK) GetPayload() *models.FreezePeriodDto
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 ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) SetContext(ctx context.Context)
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 ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enable disable freeze period using p a t c h params
func (*EnableDisableFreezePeriodUsingPATCHParams) WithContext ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) WithContext(ctx context.Context) *EnableDisableFreezePeriodUsingPATCHParams
WithContext adds the context to the enable disable freeze period using p a t c h params
func (*EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodDto ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto) *EnableDisableFreezePeriodUsingPATCHParams
WithFreezePeriodDto adds the freezePeriodDto to the enable disable freeze period using p a t c h params
func (*EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodID ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) WithFreezePeriodID(freezePeriodID int64) *EnableDisableFreezePeriodUsingPATCHParams
WithFreezePeriodID adds the freezePeriodID to the enable disable freeze period using p a t c h params
func (*EnableDisableFreezePeriodUsingPATCHParams) WithHTTPClient ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) WithHTTPClient(client *http.Client) *EnableDisableFreezePeriodUsingPATCHParams
WithHTTPClient adds the HTTPClient to the enable disable freeze period using p a t c h params
func (*EnableDisableFreezePeriodUsingPATCHParams) WithTimeout ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) WithTimeout(timeout time.Duration) *EnableDisableFreezePeriodUsingPATCHParams
WithTimeout adds the timeout to the enable disable freeze period using p a t c h params
func (*EnableDisableFreezePeriodUsingPATCHParams) WriteToRequest ¶
func (o *EnableDisableFreezePeriodUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *EnableDisableFreezePeriodUsingPATCHUnauthorized) Error() string
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 ¶
func (o *GetFreezePeriodUsingGETForbidden) Error() string
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 ¶
func (o *GetFreezePeriodUsingGETNotFound) Error() string
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 ¶
func (o *GetFreezePeriodUsingGETOK) GetPayload() *models.FreezePeriodDto
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 ¶
func (o *GetFreezePeriodUsingGETParams) WithContext(ctx context.Context) *GetFreezePeriodUsingGETParams
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 ¶
func (o *GetFreezePeriodUsingGETParams) WithHTTPClient(client *http.Client) *GetFreezePeriodUsingGETParams
WithHTTPClient adds the HTTPClient to the get freeze period using g e t params
func (*GetFreezePeriodUsingGETParams) WithTimeout ¶
func (o *GetFreezePeriodUsingGETParams) WithTimeout(timeout time.Duration) *GetFreezePeriodUsingGETParams
WithTimeout adds the timeout to the get freeze period using g e t params
func (*GetFreezePeriodUsingGETParams) WriteToRequest ¶
func (o *GetFreezePeriodUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetFreezePeriodUsingGETUnauthorized) Error() string
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 ¶
func (o *GetFreezePeriodsUsingGETForbidden) Error() string
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 ¶
func (o *GetFreezePeriodsUsingGETNotFound) Error() string
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 (o *GetFreezePeriodsUsingGETOK) Error() string
func (*GetFreezePeriodsUsingGETOK) GetPayload ¶
func (o *GetFreezePeriodsUsingGETOK) GetPayload() *models.ListHolderDtoFreezePeriodDto
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 ¶
func (o *GetFreezePeriodsUsingGETParams) WithContext(ctx context.Context) *GetFreezePeriodsUsingGETParams
WithContext adds the context to the get freeze periods using g e t params
func (*GetFreezePeriodsUsingGETParams) WithFilter ¶
func (o *GetFreezePeriodsUsingGETParams) WithFilter(filter *string) *GetFreezePeriodsUsingGETParams
WithFilter adds the filter to the get freeze periods using g e t params
func (*GetFreezePeriodsUsingGETParams) WithHTTPClient ¶
func (o *GetFreezePeriodsUsingGETParams) WithHTTPClient(client *http.Client) *GetFreezePeriodsUsingGETParams
WithHTTPClient adds the HTTPClient to the get freeze periods using g e t params
func (*GetFreezePeriodsUsingGETParams) WithPageNumber ¶
func (o *GetFreezePeriodsUsingGETParams) WithPageNumber(pageNumber *int32) *GetFreezePeriodsUsingGETParams
WithPageNumber adds the pageNumber to the get freeze periods using g e t params
func (*GetFreezePeriodsUsingGETParams) WithPageSize ¶
func (o *GetFreezePeriodsUsingGETParams) WithPageSize(pageSize *int32) *GetFreezePeriodsUsingGETParams
WithPageSize adds the pageSize to the get freeze periods using g e t params
func (*GetFreezePeriodsUsingGETParams) WithTimeout ¶
func (o *GetFreezePeriodsUsingGETParams) WithTimeout(timeout time.Duration) *GetFreezePeriodsUsingGETParams
WithTimeout adds the timeout to the get freeze periods using g e t params
func (*GetFreezePeriodsUsingGETParams) WriteToRequest ¶
func (o *GetFreezePeriodsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetFreezePeriodsUsingGETUnauthorized) Error() string
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 ¶
func (o *UpdateFreezePeriodUsingPUTCreated) Error() string
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 ¶
func (o *UpdateFreezePeriodUsingPUTForbidden) Error() string
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 ¶
func (o *UpdateFreezePeriodUsingPUTNotFound) Error() string
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 (o *UpdateFreezePeriodUsingPUTOK) Error() string
func (*UpdateFreezePeriodUsingPUTOK) GetPayload ¶
func (o *UpdateFreezePeriodUsingPUTOK) GetPayload() *models.FreezePeriodDto
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 ¶
func (o *UpdateFreezePeriodUsingPUTParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateFreezePeriodUsingPUTParams) WithContext(ctx context.Context) *UpdateFreezePeriodUsingPUTParams
WithContext adds the context to the update freeze period using p u t params
func (*UpdateFreezePeriodUsingPUTParams) WithFreezePeriodDto ¶
func (o *UpdateFreezePeriodUsingPUTParams) WithFreezePeriodDto(freezePeriodDto *models.FreezePeriodDto) *UpdateFreezePeriodUsingPUTParams
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 ¶
func (o *UpdateFreezePeriodUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateFreezePeriodUsingPUTParams
WithHTTPClient adds the HTTPClient to the update freeze period using p u t params
func (*UpdateFreezePeriodUsingPUTParams) WithTimeout ¶
func (o *UpdateFreezePeriodUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateFreezePeriodUsingPUTParams
WithTimeout adds the timeout to the update freeze period using p u t params
func (*UpdateFreezePeriodUsingPUTParams) WriteToRequest ¶
func (o *UpdateFreezePeriodUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateFreezePeriodUsingPUTUnauthorized) Error() string
Source Files
¶
- create_freeze_period_using_p_o_s_t_parameters.go
- create_freeze_period_using_p_o_s_t_responses.go
- delete_freeze_period_using_d_e_l_e_t_e_parameters.go
- delete_freeze_period_using_d_e_l_e_t_e_responses.go
- enable_disable_freeze_period_using_p_a_t_c_h_parameters.go
- enable_disable_freeze_period_using_p_a_t_c_h_responses.go
- freeze_period_client.go
- get_freeze_period_using_g_e_t_parameters.go
- get_freeze_period_using_g_e_t_responses.go
- get_freeze_periods_using_g_e_t_parameters.go
- get_freeze_periods_using_g_e_t_responses.go
- update_freeze_period_using_p_u_t_parameters.go
- update_freeze_period_using_p_u_t_responses.go