recurring_tasks

package
v0.0.0-...-83a686f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for 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 (*CreateRecurringTaskBadRequest) GetPayload

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 (*CreateRecurringTaskConflict) GetPayload

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 (*CreateRecurringTaskCreated) GetPayload

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

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

WithTimeout adds the timeout to the create recurring task params

func (*CreateRecurringTaskParams) WriteToRequest

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 (*DeleteExistingRecurringTaskNotFound) GetPayload

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 (*DeleteExistingRecurringTaskOK) GetPayload

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

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

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

WithContext adds the context to the delete existing recurring task params

func (*DeleteExistingRecurringTaskParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete existing recurring task params

func (*DeleteExistingRecurringTaskParams) WithID

WithID adds the id to the delete existing recurring task params

func (*DeleteExistingRecurringTaskParams) WithTimeout

WithTimeout adds the timeout to the delete existing recurring task params

func (*DeleteExistingRecurringTaskParams) WriteToRequest

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 (*GetExistingRecurringTaskNotFound) GetPayload

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 (*GetExistingRecurringTaskOK) GetPayload

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

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

WithContext adds the context to the get existing recurring task params

func (*GetExistingRecurringTaskParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get existing recurring task params

func (*GetExistingRecurringTaskParams) WithID

WithID adds the id to the get existing recurring task params

func (*GetExistingRecurringTaskParams) WithTimeout

WithTimeout adds the timeout to the get existing recurring task params

func (*GetExistingRecurringTaskParams) WriteToRequest

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 (*ListExistingRecurringTasksOK) GetPayload

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

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

WithContext adds the context to the list existing recurring tasks params

func (*ListExistingRecurringTasksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list existing recurring tasks params

func (*ListExistingRecurringTasksParams) WithTimeout

WithTimeout adds the timeout to the list existing recurring tasks params

func (*ListExistingRecurringTasksParams) WriteToRequest

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 (*UpdateExistingRecurringTaskNotFound) GetPayload

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 (*UpdateExistingRecurringTaskOK) GetPayload

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

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

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

WithContext adds the context to the update existing recurring task params

func (*UpdateExistingRecurringTaskParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update existing recurring task params

func (*UpdateExistingRecurringTaskParams) WithID

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

WithTimeout adds the timeout to the update existing recurring task params

func (*UpdateExistingRecurringTaskParams) WriteToRequest

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.

Jump to

Keyboard shortcuts

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