Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateRecurringTask(params *CreateRecurringTaskParams) (*CreateRecurringTaskCreated, error)
- func (a *Client) DeleteExistingRecurringTask(params *DeleteExistingRecurringTaskParams) (*DeleteExistingRecurringTaskOK, error)
- func (a *Client) GetExistingRecurringTask(params *GetExistingRecurringTaskParams) (*GetExistingRecurringTaskOK, error)
- func (a *Client) ListExistingRecurringTasks(params *ListExistingRecurringTasksParams) (*ListExistingRecurringTasksOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateExistingRecurringTask(params *UpdateExistingRecurringTaskParams) (*UpdateExistingRecurringTaskOK, error)
- type ClientService
- type CreateRecurringTaskBadRequest
- type CreateRecurringTaskConflict
- type CreateRecurringTaskCreated
- type CreateRecurringTaskParams
- func NewCreateRecurringTaskParams() *CreateRecurringTaskParams
- func NewCreateRecurringTaskParamsWithContext(ctx context.Context) *CreateRecurringTaskParams
- func NewCreateRecurringTaskParamsWithHTTPClient(client *http.Client) *CreateRecurringTaskParams
- func NewCreateRecurringTaskParamsWithTimeout(timeout time.Duration) *CreateRecurringTaskParams
- func (o *CreateRecurringTaskParams) SetContext(ctx context.Context)
- func (o *CreateRecurringTaskParams) SetHTTPClient(client *http.Client)
- func (o *CreateRecurringTaskParams) SetNewRecurringTask(newRecurringTask *models.RecurringNewTask)
- func (o *CreateRecurringTaskParams) SetTimeout(timeout time.Duration)
- func (o *CreateRecurringTaskParams) WithContext(ctx context.Context) *CreateRecurringTaskParams
- func (o *CreateRecurringTaskParams) WithHTTPClient(client *http.Client) *CreateRecurringTaskParams
- func (o *CreateRecurringTaskParams) WithNewRecurringTask(newRecurringTask *models.RecurringNewTask) *CreateRecurringTaskParams
- func (o *CreateRecurringTaskParams) WithTimeout(timeout time.Duration) *CreateRecurringTaskParams
- func (o *CreateRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRecurringTaskReader
- type DeleteExistingRecurringTaskNotFound
- type DeleteExistingRecurringTaskOK
- type DeleteExistingRecurringTaskParams
- func NewDeleteExistingRecurringTaskParams() *DeleteExistingRecurringTaskParams
- func NewDeleteExistingRecurringTaskParamsWithContext(ctx context.Context) *DeleteExistingRecurringTaskParams
- func NewDeleteExistingRecurringTaskParamsWithHTTPClient(client *http.Client) *DeleteExistingRecurringTaskParams
- func NewDeleteExistingRecurringTaskParamsWithTimeout(timeout time.Duration) *DeleteExistingRecurringTaskParams
- func (o *DeleteExistingRecurringTaskParams) SetContext(ctx context.Context)
- func (o *DeleteExistingRecurringTaskParams) SetHTTPClient(client *http.Client)
- func (o *DeleteExistingRecurringTaskParams) SetID(id string)
- func (o *DeleteExistingRecurringTaskParams) SetTimeout(timeout time.Duration)
- func (o *DeleteExistingRecurringTaskParams) WithContext(ctx context.Context) *DeleteExistingRecurringTaskParams
- func (o *DeleteExistingRecurringTaskParams) WithHTTPClient(client *http.Client) *DeleteExistingRecurringTaskParams
- func (o *DeleteExistingRecurringTaskParams) WithID(id string) *DeleteExistingRecurringTaskParams
- func (o *DeleteExistingRecurringTaskParams) WithTimeout(timeout time.Duration) *DeleteExistingRecurringTaskParams
- func (o *DeleteExistingRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteExistingRecurringTaskReader
- type GetExistingRecurringTaskNotFound
- type GetExistingRecurringTaskOK
- type GetExistingRecurringTaskParams
- func NewGetExistingRecurringTaskParams() *GetExistingRecurringTaskParams
- func NewGetExistingRecurringTaskParamsWithContext(ctx context.Context) *GetExistingRecurringTaskParams
- func NewGetExistingRecurringTaskParamsWithHTTPClient(client *http.Client) *GetExistingRecurringTaskParams
- func NewGetExistingRecurringTaskParamsWithTimeout(timeout time.Duration) *GetExistingRecurringTaskParams
- func (o *GetExistingRecurringTaskParams) SetContext(ctx context.Context)
- func (o *GetExistingRecurringTaskParams) SetHTTPClient(client *http.Client)
- func (o *GetExistingRecurringTaskParams) SetID(id string)
- func (o *GetExistingRecurringTaskParams) SetTimeout(timeout time.Duration)
- func (o *GetExistingRecurringTaskParams) WithContext(ctx context.Context) *GetExistingRecurringTaskParams
- func (o *GetExistingRecurringTaskParams) WithHTTPClient(client *http.Client) *GetExistingRecurringTaskParams
- func (o *GetExistingRecurringTaskParams) WithID(id string) *GetExistingRecurringTaskParams
- func (o *GetExistingRecurringTaskParams) WithTimeout(timeout time.Duration) *GetExistingRecurringTaskParams
- func (o *GetExistingRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetExistingRecurringTaskReader
- type ListExistingRecurringTasksOK
- type ListExistingRecurringTasksParams
- func NewListExistingRecurringTasksParams() *ListExistingRecurringTasksParams
- func NewListExistingRecurringTasksParamsWithContext(ctx context.Context) *ListExistingRecurringTasksParams
- func NewListExistingRecurringTasksParamsWithHTTPClient(client *http.Client) *ListExistingRecurringTasksParams
- func NewListExistingRecurringTasksParamsWithTimeout(timeout time.Duration) *ListExistingRecurringTasksParams
- func (o *ListExistingRecurringTasksParams) SetContext(ctx context.Context)
- func (o *ListExistingRecurringTasksParams) SetHTTPClient(client *http.Client)
- func (o *ListExistingRecurringTasksParams) SetTimeout(timeout time.Duration)
- func (o *ListExistingRecurringTasksParams) WithContext(ctx context.Context) *ListExistingRecurringTasksParams
- func (o *ListExistingRecurringTasksParams) WithHTTPClient(client *http.Client) *ListExistingRecurringTasksParams
- func (o *ListExistingRecurringTasksParams) WithTimeout(timeout time.Duration) *ListExistingRecurringTasksParams
- func (o *ListExistingRecurringTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListExistingRecurringTasksReader
- type UpdateExistingRecurringTaskNotFound
- type UpdateExistingRecurringTaskOK
- type UpdateExistingRecurringTaskParams
- func NewUpdateExistingRecurringTaskParams() *UpdateExistingRecurringTaskParams
- func NewUpdateExistingRecurringTaskParamsWithContext(ctx context.Context) *UpdateExistingRecurringTaskParams
- func NewUpdateExistingRecurringTaskParamsWithHTTPClient(client *http.Client) *UpdateExistingRecurringTaskParams
- func NewUpdateExistingRecurringTaskParamsWithTimeout(timeout time.Duration) *UpdateExistingRecurringTaskParams
- func (o *UpdateExistingRecurringTaskParams) SetContext(ctx context.Context)
- func (o *UpdateExistingRecurringTaskParams) SetHTTPClient(client *http.Client)
- func (o *UpdateExistingRecurringTaskParams) SetID(id string)
- func (o *UpdateExistingRecurringTaskParams) SetRecurringTaskUpdate(recurringTaskUpdate *models.RecurringTaskUpdate)
- func (o *UpdateExistingRecurringTaskParams) SetTimeout(timeout time.Duration)
- func (o *UpdateExistingRecurringTaskParams) WithContext(ctx context.Context) *UpdateExistingRecurringTaskParams
- func (o *UpdateExistingRecurringTaskParams) WithHTTPClient(client *http.Client) *UpdateExistingRecurringTaskParams
- func (o *UpdateExistingRecurringTaskParams) WithID(id string) *UpdateExistingRecurringTaskParams
- func (o *UpdateExistingRecurringTaskParams) WithRecurringTaskUpdate(recurringTaskUpdate *models.RecurringTaskUpdate) *UpdateExistingRecurringTaskParams
- func (o *UpdateExistingRecurringTaskParams) WithTimeout(timeout time.Duration) *UpdateExistingRecurringTaskParams
- func (o *UpdateExistingRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateExistingRecurringTaskReader
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 recurring tasks API
func (*Client) CreateRecurringTask ¶
func (a *Client) CreateRecurringTask(params *CreateRecurringTaskParams) (*CreateRecurringTaskCreated, error)
CreateRecurringTask adds a new recurring task
Creates a new Recurring Task
func (*Client) DeleteExistingRecurringTask ¶
func (a *Client) DeleteExistingRecurringTask(params *DeleteExistingRecurringTaskParams) (*DeleteExistingRecurringTaskOK, error)
DeleteExistingRecurringTask deletes a recurring task
Deletes a persisted Recurring Task
func (*Client) GetExistingRecurringTask ¶
func (a *Client) GetExistingRecurringTask(params *GetExistingRecurringTaskParams) (*GetExistingRecurringTaskOK, error)
GetExistingRecurringTask gets a recurring task
Retrieves a persisted Recurring Task
func (*Client) ListExistingRecurringTasks ¶
func (a *Client) ListExistingRecurringTasks(params *ListExistingRecurringTasksParams) (*ListExistingRecurringTasksOK, error)
ListExistingRecurringTasks lists recurring tasks
Lists persisted Recurring Tasks
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateExistingRecurringTask ¶
func (a *Client) UpdateExistingRecurringTask(params *UpdateExistingRecurringTaskParams) (*UpdateExistingRecurringTaskOK, error)
UpdateExistingRecurringTask updates a recurring task
Updates a persisted Recurring Task
type ClientService ¶
type ClientService interface { CreateRecurringTask(params *CreateRecurringTaskParams) (*CreateRecurringTaskCreated, error) DeleteExistingRecurringTask(params *DeleteExistingRecurringTaskParams) (*DeleteExistingRecurringTaskOK, error) GetExistingRecurringTask(params *GetExistingRecurringTaskParams) (*GetExistingRecurringTaskOK, error) ListExistingRecurringTasks(params *ListExistingRecurringTasksParams) (*ListExistingRecurringTasksOK, error) UpdateExistingRecurringTask(params *UpdateExistingRecurringTaskParams) (*UpdateExistingRecurringTaskOK, 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 recurring tasks API client.
type CreateRecurringTaskBadRequest ¶
type CreateRecurringTaskBadRequest struct {
Payload *models.CommonBody
}
CreateRecurringTaskBadRequest handles this case with default header values.
Invalid JSON
func NewCreateRecurringTaskBadRequest ¶
func NewCreateRecurringTaskBadRequest() *CreateRecurringTaskBadRequest
NewCreateRecurringTaskBadRequest creates a CreateRecurringTaskBadRequest with default headers values
func (*CreateRecurringTaskBadRequest) Error ¶
func (o *CreateRecurringTaskBadRequest) Error() string
func (*CreateRecurringTaskBadRequest) GetPayload ¶
func (o *CreateRecurringTaskBadRequest) GetPayload() *models.CommonBody
type CreateRecurringTaskConflict ¶
type CreateRecurringTaskConflict struct {
Payload *models.CommonBody
}
CreateRecurringTaskConflict handles this case with default header values.
Id in use
func NewCreateRecurringTaskConflict ¶
func NewCreateRecurringTaskConflict() *CreateRecurringTaskConflict
NewCreateRecurringTaskConflict creates a CreateRecurringTaskConflict with default headers values
func (*CreateRecurringTaskConflict) Error ¶
func (o *CreateRecurringTaskConflict) Error() string
func (*CreateRecurringTaskConflict) GetPayload ¶
func (o *CreateRecurringTaskConflict) GetPayload() *models.CommonBody
type CreateRecurringTaskCreated ¶
type CreateRecurringTaskCreated struct {
Payload *models.RecurringTask
}
CreateRecurringTaskCreated handles this case with default header values.
Created
func NewCreateRecurringTaskCreated ¶
func NewCreateRecurringTaskCreated() *CreateRecurringTaskCreated
NewCreateRecurringTaskCreated creates a CreateRecurringTaskCreated with default headers values
func (*CreateRecurringTaskCreated) Error ¶
func (o *CreateRecurringTaskCreated) Error() string
func (*CreateRecurringTaskCreated) GetPayload ¶
func (o *CreateRecurringTaskCreated) GetPayload() *models.RecurringTask
type CreateRecurringTaskParams ¶
type CreateRecurringTaskParams struct { /*NewRecurringTask The request body */ NewRecurringTask *models.RecurringNewTask Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateRecurringTaskParams contains all the parameters to send to the API endpoint for the create recurring task operation typically these are written to a http.Request
func NewCreateRecurringTaskParams ¶
func NewCreateRecurringTaskParams() *CreateRecurringTaskParams
NewCreateRecurringTaskParams creates a new CreateRecurringTaskParams object with the default values initialized.
func NewCreateRecurringTaskParamsWithContext ¶
func NewCreateRecurringTaskParamsWithContext(ctx context.Context) *CreateRecurringTaskParams
NewCreateRecurringTaskParamsWithContext creates a new CreateRecurringTaskParams object with the default values initialized, and the ability to set a context for a request
func NewCreateRecurringTaskParamsWithHTTPClient ¶
func NewCreateRecurringTaskParamsWithHTTPClient(client *http.Client) *CreateRecurringTaskParams
NewCreateRecurringTaskParamsWithHTTPClient creates a new CreateRecurringTaskParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateRecurringTaskParamsWithTimeout ¶
func NewCreateRecurringTaskParamsWithTimeout(timeout time.Duration) *CreateRecurringTaskParams
NewCreateRecurringTaskParamsWithTimeout creates a new CreateRecurringTaskParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateRecurringTaskParams) SetContext ¶
func (o *CreateRecurringTaskParams) SetContext(ctx context.Context)
SetContext adds the context to the create recurring task params
func (*CreateRecurringTaskParams) SetHTTPClient ¶
func (o *CreateRecurringTaskParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create recurring task params
func (*CreateRecurringTaskParams) SetNewRecurringTask ¶
func (o *CreateRecurringTaskParams) SetNewRecurringTask(newRecurringTask *models.RecurringNewTask)
SetNewRecurringTask adds the newRecurringTask to the create recurring task params
func (*CreateRecurringTaskParams) SetTimeout ¶
func (o *CreateRecurringTaskParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create recurring task params
func (*CreateRecurringTaskParams) WithContext ¶
func (o *CreateRecurringTaskParams) WithContext(ctx context.Context) *CreateRecurringTaskParams
WithContext adds the context to the create recurring task params
func (*CreateRecurringTaskParams) WithHTTPClient ¶
func (o *CreateRecurringTaskParams) WithHTTPClient(client *http.Client) *CreateRecurringTaskParams
WithHTTPClient adds the HTTPClient to the create recurring task params
func (*CreateRecurringTaskParams) WithNewRecurringTask ¶
func (o *CreateRecurringTaskParams) WithNewRecurringTask(newRecurringTask *models.RecurringNewTask) *CreateRecurringTaskParams
WithNewRecurringTask adds the newRecurringTask to the create recurring task params
func (*CreateRecurringTaskParams) WithTimeout ¶
func (o *CreateRecurringTaskParams) WithTimeout(timeout time.Duration) *CreateRecurringTaskParams
WithTimeout adds the timeout to the create recurring task params
func (*CreateRecurringTaskParams) WriteToRequest ¶
func (o *CreateRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateRecurringTaskReader ¶
type CreateRecurringTaskReader struct {
// contains filtered or unexported fields
}
CreateRecurringTaskReader is a Reader for the CreateRecurringTask structure.
func (*CreateRecurringTaskReader) ReadResponse ¶
func (o *CreateRecurringTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteExistingRecurringTaskNotFound ¶
type DeleteExistingRecurringTaskNotFound struct {
Payload *models.CommonBody
}
DeleteExistingRecurringTaskNotFound handles this case with default header values.
Recurring Task does not exist
func NewDeleteExistingRecurringTaskNotFound ¶
func NewDeleteExistingRecurringTaskNotFound() *DeleteExistingRecurringTaskNotFound
NewDeleteExistingRecurringTaskNotFound creates a DeleteExistingRecurringTaskNotFound with default headers values
func (*DeleteExistingRecurringTaskNotFound) Error ¶
func (o *DeleteExistingRecurringTaskNotFound) Error() string
func (*DeleteExistingRecurringTaskNotFound) GetPayload ¶
func (o *DeleteExistingRecurringTaskNotFound) GetPayload() *models.CommonBody
type DeleteExistingRecurringTaskOK ¶
type DeleteExistingRecurringTaskOK struct {
Payload *models.RecurringTask
}
DeleteExistingRecurringTaskOK handles this case with default header values.
OK
func NewDeleteExistingRecurringTaskOK ¶
func NewDeleteExistingRecurringTaskOK() *DeleteExistingRecurringTaskOK
NewDeleteExistingRecurringTaskOK creates a DeleteExistingRecurringTaskOK with default headers values
func (*DeleteExistingRecurringTaskOK) Error ¶
func (o *DeleteExistingRecurringTaskOK) Error() string
func (*DeleteExistingRecurringTaskOK) GetPayload ¶
func (o *DeleteExistingRecurringTaskOK) GetPayload() *models.RecurringTask
type DeleteExistingRecurringTaskParams ¶
type DeleteExistingRecurringTaskParams struct { /*ID The id of the Recurring Task */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteExistingRecurringTaskParams contains all the parameters to send to the API endpoint for the delete existing recurring task operation typically these are written to a http.Request
func NewDeleteExistingRecurringTaskParams ¶
func NewDeleteExistingRecurringTaskParams() *DeleteExistingRecurringTaskParams
NewDeleteExistingRecurringTaskParams creates a new DeleteExistingRecurringTaskParams object with the default values initialized.
func NewDeleteExistingRecurringTaskParamsWithContext ¶
func NewDeleteExistingRecurringTaskParamsWithContext(ctx context.Context) *DeleteExistingRecurringTaskParams
NewDeleteExistingRecurringTaskParamsWithContext creates a new DeleteExistingRecurringTaskParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteExistingRecurringTaskParamsWithHTTPClient ¶
func NewDeleteExistingRecurringTaskParamsWithHTTPClient(client *http.Client) *DeleteExistingRecurringTaskParams
NewDeleteExistingRecurringTaskParamsWithHTTPClient creates a new DeleteExistingRecurringTaskParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteExistingRecurringTaskParamsWithTimeout ¶
func NewDeleteExistingRecurringTaskParamsWithTimeout(timeout time.Duration) *DeleteExistingRecurringTaskParams
NewDeleteExistingRecurringTaskParamsWithTimeout creates a new DeleteExistingRecurringTaskParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteExistingRecurringTaskParams) SetContext ¶
func (o *DeleteExistingRecurringTaskParams) SetContext(ctx context.Context)
SetContext adds the context to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) SetHTTPClient ¶
func (o *DeleteExistingRecurringTaskParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) SetID ¶
func (o *DeleteExistingRecurringTaskParams) SetID(id string)
SetID adds the id to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) SetTimeout ¶
func (o *DeleteExistingRecurringTaskParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) WithContext ¶
func (o *DeleteExistingRecurringTaskParams) WithContext(ctx context.Context) *DeleteExistingRecurringTaskParams
WithContext adds the context to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) WithHTTPClient ¶
func (o *DeleteExistingRecurringTaskParams) WithHTTPClient(client *http.Client) *DeleteExistingRecurringTaskParams
WithHTTPClient adds the HTTPClient to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) WithID ¶
func (o *DeleteExistingRecurringTaskParams) WithID(id string) *DeleteExistingRecurringTaskParams
WithID adds the id to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) WithTimeout ¶
func (o *DeleteExistingRecurringTaskParams) WithTimeout(timeout time.Duration) *DeleteExistingRecurringTaskParams
WithTimeout adds the timeout to the delete existing recurring task params
func (*DeleteExistingRecurringTaskParams) WriteToRequest ¶
func (o *DeleteExistingRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteExistingRecurringTaskReader ¶
type DeleteExistingRecurringTaskReader struct {
// contains filtered or unexported fields
}
DeleteExistingRecurringTaskReader is a Reader for the DeleteExistingRecurringTask structure.
func (*DeleteExistingRecurringTaskReader) ReadResponse ¶
func (o *DeleteExistingRecurringTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetExistingRecurringTaskNotFound ¶
type GetExistingRecurringTaskNotFound struct {
Payload *models.CommonBody
}
GetExistingRecurringTaskNotFound handles this case with default header values.
Recurring Task does not exist
func NewGetExistingRecurringTaskNotFound ¶
func NewGetExistingRecurringTaskNotFound() *GetExistingRecurringTaskNotFound
NewGetExistingRecurringTaskNotFound creates a GetExistingRecurringTaskNotFound with default headers values
func (*GetExistingRecurringTaskNotFound) Error ¶
func (o *GetExistingRecurringTaskNotFound) Error() string
func (*GetExistingRecurringTaskNotFound) GetPayload ¶
func (o *GetExistingRecurringTaskNotFound) GetPayload() *models.CommonBody
type GetExistingRecurringTaskOK ¶
type GetExistingRecurringTaskOK struct {
Payload *models.RecurringTask
}
GetExistingRecurringTaskOK handles this case with default header values.
OK
func NewGetExistingRecurringTaskOK ¶
func NewGetExistingRecurringTaskOK() *GetExistingRecurringTaskOK
NewGetExistingRecurringTaskOK creates a GetExistingRecurringTaskOK with default headers values
func (*GetExistingRecurringTaskOK) Error ¶
func (o *GetExistingRecurringTaskOK) Error() string
func (*GetExistingRecurringTaskOK) GetPayload ¶
func (o *GetExistingRecurringTaskOK) GetPayload() *models.RecurringTask
type GetExistingRecurringTaskParams ¶
type GetExistingRecurringTaskParams struct { /*ID The id of the Recurring Task */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetExistingRecurringTaskParams contains all the parameters to send to the API endpoint for the get existing recurring task operation typically these are written to a http.Request
func NewGetExistingRecurringTaskParams ¶
func NewGetExistingRecurringTaskParams() *GetExistingRecurringTaskParams
NewGetExistingRecurringTaskParams creates a new GetExistingRecurringTaskParams object with the default values initialized.
func NewGetExistingRecurringTaskParamsWithContext ¶
func NewGetExistingRecurringTaskParamsWithContext(ctx context.Context) *GetExistingRecurringTaskParams
NewGetExistingRecurringTaskParamsWithContext creates a new GetExistingRecurringTaskParams object with the default values initialized, and the ability to set a context for a request
func NewGetExistingRecurringTaskParamsWithHTTPClient ¶
func NewGetExistingRecurringTaskParamsWithHTTPClient(client *http.Client) *GetExistingRecurringTaskParams
NewGetExistingRecurringTaskParamsWithHTTPClient creates a new GetExistingRecurringTaskParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetExistingRecurringTaskParamsWithTimeout ¶
func NewGetExistingRecurringTaskParamsWithTimeout(timeout time.Duration) *GetExistingRecurringTaskParams
NewGetExistingRecurringTaskParamsWithTimeout creates a new GetExistingRecurringTaskParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetExistingRecurringTaskParams) SetContext ¶
func (o *GetExistingRecurringTaskParams) SetContext(ctx context.Context)
SetContext adds the context to the get existing recurring task params
func (*GetExistingRecurringTaskParams) SetHTTPClient ¶
func (o *GetExistingRecurringTaskParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get existing recurring task params
func (*GetExistingRecurringTaskParams) SetID ¶
func (o *GetExistingRecurringTaskParams) SetID(id string)
SetID adds the id to the get existing recurring task params
func (*GetExistingRecurringTaskParams) SetTimeout ¶
func (o *GetExistingRecurringTaskParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get existing recurring task params
func (*GetExistingRecurringTaskParams) WithContext ¶
func (o *GetExistingRecurringTaskParams) WithContext(ctx context.Context) *GetExistingRecurringTaskParams
WithContext adds the context to the get existing recurring task params
func (*GetExistingRecurringTaskParams) WithHTTPClient ¶
func (o *GetExistingRecurringTaskParams) WithHTTPClient(client *http.Client) *GetExistingRecurringTaskParams
WithHTTPClient adds the HTTPClient to the get existing recurring task params
func (*GetExistingRecurringTaskParams) WithID ¶
func (o *GetExistingRecurringTaskParams) WithID(id string) *GetExistingRecurringTaskParams
WithID adds the id to the get existing recurring task params
func (*GetExistingRecurringTaskParams) WithTimeout ¶
func (o *GetExistingRecurringTaskParams) WithTimeout(timeout time.Duration) *GetExistingRecurringTaskParams
WithTimeout adds the timeout to the get existing recurring task params
func (*GetExistingRecurringTaskParams) WriteToRequest ¶
func (o *GetExistingRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetExistingRecurringTaskReader ¶
type GetExistingRecurringTaskReader struct {
// contains filtered or unexported fields
}
GetExistingRecurringTaskReader is a Reader for the GetExistingRecurringTask structure.
func (*GetExistingRecurringTaskReader) ReadResponse ¶
func (o *GetExistingRecurringTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListExistingRecurringTasksOK ¶
type ListExistingRecurringTasksOK struct {
Payload []*models.RecurringTask
}
ListExistingRecurringTasksOK handles this case with default header values.
OK
func NewListExistingRecurringTasksOK ¶
func NewListExistingRecurringTasksOK() *ListExistingRecurringTasksOK
NewListExistingRecurringTasksOK creates a ListExistingRecurringTasksOK with default headers values
func (*ListExistingRecurringTasksOK) Error ¶
func (o *ListExistingRecurringTasksOK) Error() string
func (*ListExistingRecurringTasksOK) GetPayload ¶
func (o *ListExistingRecurringTasksOK) GetPayload() []*models.RecurringTask
type ListExistingRecurringTasksParams ¶
type ListExistingRecurringTasksParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListExistingRecurringTasksParams contains all the parameters to send to the API endpoint for the list existing recurring tasks operation typically these are written to a http.Request
func NewListExistingRecurringTasksParams ¶
func NewListExistingRecurringTasksParams() *ListExistingRecurringTasksParams
NewListExistingRecurringTasksParams creates a new ListExistingRecurringTasksParams object with the default values initialized.
func NewListExistingRecurringTasksParamsWithContext ¶
func NewListExistingRecurringTasksParamsWithContext(ctx context.Context) *ListExistingRecurringTasksParams
NewListExistingRecurringTasksParamsWithContext creates a new ListExistingRecurringTasksParams object with the default values initialized, and the ability to set a context for a request
func NewListExistingRecurringTasksParamsWithHTTPClient ¶
func NewListExistingRecurringTasksParamsWithHTTPClient(client *http.Client) *ListExistingRecurringTasksParams
NewListExistingRecurringTasksParamsWithHTTPClient creates a new ListExistingRecurringTasksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListExistingRecurringTasksParamsWithTimeout ¶
func NewListExistingRecurringTasksParamsWithTimeout(timeout time.Duration) *ListExistingRecurringTasksParams
NewListExistingRecurringTasksParamsWithTimeout creates a new ListExistingRecurringTasksParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListExistingRecurringTasksParams) SetContext ¶
func (o *ListExistingRecurringTasksParams) SetContext(ctx context.Context)
SetContext adds the context to the list existing recurring tasks params
func (*ListExistingRecurringTasksParams) SetHTTPClient ¶
func (o *ListExistingRecurringTasksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list existing recurring tasks params
func (*ListExistingRecurringTasksParams) SetTimeout ¶
func (o *ListExistingRecurringTasksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list existing recurring tasks params
func (*ListExistingRecurringTasksParams) WithContext ¶
func (o *ListExistingRecurringTasksParams) WithContext(ctx context.Context) *ListExistingRecurringTasksParams
WithContext adds the context to the list existing recurring tasks params
func (*ListExistingRecurringTasksParams) WithHTTPClient ¶
func (o *ListExistingRecurringTasksParams) WithHTTPClient(client *http.Client) *ListExistingRecurringTasksParams
WithHTTPClient adds the HTTPClient to the list existing recurring tasks params
func (*ListExistingRecurringTasksParams) WithTimeout ¶
func (o *ListExistingRecurringTasksParams) WithTimeout(timeout time.Duration) *ListExistingRecurringTasksParams
WithTimeout adds the timeout to the list existing recurring tasks params
func (*ListExistingRecurringTasksParams) WriteToRequest ¶
func (o *ListExistingRecurringTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListExistingRecurringTasksReader ¶
type ListExistingRecurringTasksReader struct {
// contains filtered or unexported fields
}
ListExistingRecurringTasksReader is a Reader for the ListExistingRecurringTasks structure.
func (*ListExistingRecurringTasksReader) ReadResponse ¶
func (o *ListExistingRecurringTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateExistingRecurringTaskNotFound ¶
type UpdateExistingRecurringTaskNotFound struct {
Payload *models.CommonBody
}
UpdateExistingRecurringTaskNotFound handles this case with default header values.
Recurring Task does not exist
func NewUpdateExistingRecurringTaskNotFound ¶
func NewUpdateExistingRecurringTaskNotFound() *UpdateExistingRecurringTaskNotFound
NewUpdateExistingRecurringTaskNotFound creates a UpdateExistingRecurringTaskNotFound with default headers values
func (*UpdateExistingRecurringTaskNotFound) Error ¶
func (o *UpdateExistingRecurringTaskNotFound) Error() string
func (*UpdateExistingRecurringTaskNotFound) GetPayload ¶
func (o *UpdateExistingRecurringTaskNotFound) GetPayload() *models.CommonBody
type UpdateExistingRecurringTaskOK ¶
type UpdateExistingRecurringTaskOK struct {
Payload *models.RecurringTask
}
UpdateExistingRecurringTaskOK handles this case with default header values.
OK
func NewUpdateExistingRecurringTaskOK ¶
func NewUpdateExistingRecurringTaskOK() *UpdateExistingRecurringTaskOK
NewUpdateExistingRecurringTaskOK creates a UpdateExistingRecurringTaskOK with default headers values
func (*UpdateExistingRecurringTaskOK) Error ¶
func (o *UpdateExistingRecurringTaskOK) Error() string
func (*UpdateExistingRecurringTaskOK) GetPayload ¶
func (o *UpdateExistingRecurringTaskOK) GetPayload() *models.RecurringTask
type UpdateExistingRecurringTaskParams ¶
type UpdateExistingRecurringTaskParams struct { /*ID The id of the Recurring Task */ ID string /*RecurringTaskUpdate The request body */ RecurringTaskUpdate *models.RecurringTaskUpdate Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateExistingRecurringTaskParams contains all the parameters to send to the API endpoint for the update existing recurring task operation typically these are written to a http.Request
func NewUpdateExistingRecurringTaskParams ¶
func NewUpdateExistingRecurringTaskParams() *UpdateExistingRecurringTaskParams
NewUpdateExistingRecurringTaskParams creates a new UpdateExistingRecurringTaskParams object with the default values initialized.
func NewUpdateExistingRecurringTaskParamsWithContext ¶
func NewUpdateExistingRecurringTaskParamsWithContext(ctx context.Context) *UpdateExistingRecurringTaskParams
NewUpdateExistingRecurringTaskParamsWithContext creates a new UpdateExistingRecurringTaskParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateExistingRecurringTaskParamsWithHTTPClient ¶
func NewUpdateExistingRecurringTaskParamsWithHTTPClient(client *http.Client) *UpdateExistingRecurringTaskParams
NewUpdateExistingRecurringTaskParamsWithHTTPClient creates a new UpdateExistingRecurringTaskParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateExistingRecurringTaskParamsWithTimeout ¶
func NewUpdateExistingRecurringTaskParamsWithTimeout(timeout time.Duration) *UpdateExistingRecurringTaskParams
NewUpdateExistingRecurringTaskParamsWithTimeout creates a new UpdateExistingRecurringTaskParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateExistingRecurringTaskParams) SetContext ¶
func (o *UpdateExistingRecurringTaskParams) SetContext(ctx context.Context)
SetContext adds the context to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) SetHTTPClient ¶
func (o *UpdateExistingRecurringTaskParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) SetID ¶
func (o *UpdateExistingRecurringTaskParams) SetID(id string)
SetID adds the id to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) SetRecurringTaskUpdate ¶
func (o *UpdateExistingRecurringTaskParams) SetRecurringTaskUpdate(recurringTaskUpdate *models.RecurringTaskUpdate)
SetRecurringTaskUpdate adds the recurringTaskUpdate to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) SetTimeout ¶
func (o *UpdateExistingRecurringTaskParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) WithContext ¶
func (o *UpdateExistingRecurringTaskParams) WithContext(ctx context.Context) *UpdateExistingRecurringTaskParams
WithContext adds the context to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) WithHTTPClient ¶
func (o *UpdateExistingRecurringTaskParams) WithHTTPClient(client *http.Client) *UpdateExistingRecurringTaskParams
WithHTTPClient adds the HTTPClient to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) WithID ¶
func (o *UpdateExistingRecurringTaskParams) WithID(id string) *UpdateExistingRecurringTaskParams
WithID adds the id to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) WithRecurringTaskUpdate ¶
func (o *UpdateExistingRecurringTaskParams) WithRecurringTaskUpdate(recurringTaskUpdate *models.RecurringTaskUpdate) *UpdateExistingRecurringTaskParams
WithRecurringTaskUpdate adds the recurringTaskUpdate to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) WithTimeout ¶
func (o *UpdateExistingRecurringTaskParams) WithTimeout(timeout time.Duration) *UpdateExistingRecurringTaskParams
WithTimeout adds the timeout to the update existing recurring task params
func (*UpdateExistingRecurringTaskParams) WriteToRequest ¶
func (o *UpdateExistingRecurringTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateExistingRecurringTaskReader ¶
type UpdateExistingRecurringTaskReader struct {
// contains filtered or unexported fields
}
UpdateExistingRecurringTaskReader is a Reader for the UpdateExistingRecurringTask structure.
func (*UpdateExistingRecurringTaskReader) ReadResponse ¶
func (o *UpdateExistingRecurringTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_recurring_task_parameters.go
- create_recurring_task_responses.go
- delete_existing_recurring_task_parameters.go
- delete_existing_recurring_task_responses.go
- get_existing_recurring_task_parameters.go
- get_existing_recurring_task_responses.go
- list_existing_recurring_tasks_parameters.go
- list_existing_recurring_tasks_responses.go
- recurring_tasks_client.go
- update_existing_recurring_task_parameters.go
- update_existing_recurring_task_responses.go