action_batches

package
v0.0.0-...-b7c797c Latest Latest
Warning

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

Go to latest
Published: Mar 26, 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 action batches API

func (*Client) CreateOrganizationActionBatch

CreateOrganizationActionBatch creates organization action batch

Create an action batch

func (*Client) DeleteOrganizationActionBatch

DeleteOrganizationActionBatch deletes organization action batch

Delete an action batch

func (*Client) GetOrganizationActionBatch

func (a *Client) GetOrganizationActionBatch(params *GetOrganizationActionBatchParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationActionBatchOK, error)

GetOrganizationActionBatch gets organization action batch

Return an action batch

func (*Client) GetOrganizationActionBatches

func (a *Client) GetOrganizationActionBatches(params *GetOrganizationActionBatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationActionBatchesOK, error)

GetOrganizationActionBatches gets organization action batches

Return the list of action batches in the organization

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateOrganizationActionBatch

func (a *Client) UpdateOrganizationActionBatch(params *UpdateOrganizationActionBatchParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationActionBatchOK, error)

UpdateOrganizationActionBatch updates organization action batch

Update an action batch

type ClientService

type ClientService interface {
	CreateOrganizationActionBatch(params *CreateOrganizationActionBatchParams, authInfo runtime.ClientAuthInfoWriter) (*CreateOrganizationActionBatchCreated, error)

	DeleteOrganizationActionBatch(params *DeleteOrganizationActionBatchParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationActionBatchNoContent, error)

	GetOrganizationActionBatch(params *GetOrganizationActionBatchParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationActionBatchOK, error)

	GetOrganizationActionBatches(params *GetOrganizationActionBatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationActionBatchesOK, error)

	UpdateOrganizationActionBatch(params *UpdateOrganizationActionBatchParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationActionBatchOK, 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 action batches API client.

type CreateOrganizationActionBatchCreated

type CreateOrganizationActionBatchCreated struct {
	Payload interface{}
}

CreateOrganizationActionBatchCreated handles this case with default header values.

Successful operation

func NewCreateOrganizationActionBatchCreated

func NewCreateOrganizationActionBatchCreated() *CreateOrganizationActionBatchCreated

NewCreateOrganizationActionBatchCreated creates a CreateOrganizationActionBatchCreated with default headers values

func (*CreateOrganizationActionBatchCreated) Error

func (*CreateOrganizationActionBatchCreated) GetPayload

func (o *CreateOrganizationActionBatchCreated) GetPayload() interface{}

type CreateOrganizationActionBatchParams

type CreateOrganizationActionBatchParams struct {

	/*CreateOrganizationActionBatch*/
	CreateOrganizationActionBatch *models.CreateOrganizationActionBatch
	/*OrganizationID*/
	OrganizationID string

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

CreateOrganizationActionBatchParams contains all the parameters to send to the API endpoint for the create organization action batch operation typically these are written to a http.Request

func NewCreateOrganizationActionBatchParams

func NewCreateOrganizationActionBatchParams() *CreateOrganizationActionBatchParams

NewCreateOrganizationActionBatchParams creates a new CreateOrganizationActionBatchParams object with the default values initialized.

func NewCreateOrganizationActionBatchParamsWithContext

func NewCreateOrganizationActionBatchParamsWithContext(ctx context.Context) *CreateOrganizationActionBatchParams

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

func NewCreateOrganizationActionBatchParamsWithHTTPClient

func NewCreateOrganizationActionBatchParamsWithHTTPClient(client *http.Client) *CreateOrganizationActionBatchParams

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

func NewCreateOrganizationActionBatchParamsWithTimeout

func NewCreateOrganizationActionBatchParamsWithTimeout(timeout time.Duration) *CreateOrganizationActionBatchParams

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

func (*CreateOrganizationActionBatchParams) SetContext

SetContext adds the context to the create organization action batch params

func (*CreateOrganizationActionBatchParams) SetCreateOrganizationActionBatch

func (o *CreateOrganizationActionBatchParams) SetCreateOrganizationActionBatch(createOrganizationActionBatch *models.CreateOrganizationActionBatch)

SetCreateOrganizationActionBatch adds the createOrganizationActionBatch to the create organization action batch params

func (*CreateOrganizationActionBatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create organization action batch params

func (*CreateOrganizationActionBatchParams) SetOrganizationID

func (o *CreateOrganizationActionBatchParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the create organization action batch params

func (*CreateOrganizationActionBatchParams) SetTimeout

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

SetTimeout adds the timeout to the create organization action batch params

func (*CreateOrganizationActionBatchParams) WithContext

WithContext adds the context to the create organization action batch params

func (*CreateOrganizationActionBatchParams) WithCreateOrganizationActionBatch

func (o *CreateOrganizationActionBatchParams) WithCreateOrganizationActionBatch(createOrganizationActionBatch *models.CreateOrganizationActionBatch) *CreateOrganizationActionBatchParams

WithCreateOrganizationActionBatch adds the createOrganizationActionBatch to the create organization action batch params

func (*CreateOrganizationActionBatchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create organization action batch params

func (*CreateOrganizationActionBatchParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create organization action batch params

func (*CreateOrganizationActionBatchParams) WithTimeout

WithTimeout adds the timeout to the create organization action batch params

func (*CreateOrganizationActionBatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationActionBatchReader

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

CreateOrganizationActionBatchReader is a Reader for the CreateOrganizationActionBatch structure.

func (*CreateOrganizationActionBatchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationActionBatchNoContent

type DeleteOrganizationActionBatchNoContent struct {
}

DeleteOrganizationActionBatchNoContent handles this case with default header values.

Successful operation

func NewDeleteOrganizationActionBatchNoContent

func NewDeleteOrganizationActionBatchNoContent() *DeleteOrganizationActionBatchNoContent

NewDeleteOrganizationActionBatchNoContent creates a DeleteOrganizationActionBatchNoContent with default headers values

func (*DeleteOrganizationActionBatchNoContent) Error

type DeleteOrganizationActionBatchParams

type DeleteOrganizationActionBatchParams struct {

	/*ActionBatchID*/
	ActionBatchID string
	/*OrganizationID*/
	OrganizationID string

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

DeleteOrganizationActionBatchParams contains all the parameters to send to the API endpoint for the delete organization action batch operation typically these are written to a http.Request

func NewDeleteOrganizationActionBatchParams

func NewDeleteOrganizationActionBatchParams() *DeleteOrganizationActionBatchParams

NewDeleteOrganizationActionBatchParams creates a new DeleteOrganizationActionBatchParams object with the default values initialized.

func NewDeleteOrganizationActionBatchParamsWithContext

func NewDeleteOrganizationActionBatchParamsWithContext(ctx context.Context) *DeleteOrganizationActionBatchParams

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

func NewDeleteOrganizationActionBatchParamsWithHTTPClient

func NewDeleteOrganizationActionBatchParamsWithHTTPClient(client *http.Client) *DeleteOrganizationActionBatchParams

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

func NewDeleteOrganizationActionBatchParamsWithTimeout

func NewDeleteOrganizationActionBatchParamsWithTimeout(timeout time.Duration) *DeleteOrganizationActionBatchParams

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

func (*DeleteOrganizationActionBatchParams) SetActionBatchID

func (o *DeleteOrganizationActionBatchParams) SetActionBatchID(actionBatchID string)

SetActionBatchID adds the actionBatchId to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) SetContext

SetContext adds the context to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) SetOrganizationID

func (o *DeleteOrganizationActionBatchParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) WithActionBatchID

WithActionBatchID adds the actionBatchID to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) WithContext

WithContext adds the context to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) WithOrganizationID

WithOrganizationID adds the organizationID to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) WithTimeout

WithTimeout adds the timeout to the delete organization action batch params

func (*DeleteOrganizationActionBatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationActionBatchReader

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

DeleteOrganizationActionBatchReader is a Reader for the DeleteOrganizationActionBatch structure.

func (*DeleteOrganizationActionBatchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationActionBatchOK

type GetOrganizationActionBatchOK struct {
	Payload interface{}
}

GetOrganizationActionBatchOK handles this case with default header values.

Successful operation

func NewGetOrganizationActionBatchOK

func NewGetOrganizationActionBatchOK() *GetOrganizationActionBatchOK

NewGetOrganizationActionBatchOK creates a GetOrganizationActionBatchOK with default headers values

func (*GetOrganizationActionBatchOK) Error

func (*GetOrganizationActionBatchOK) GetPayload

func (o *GetOrganizationActionBatchOK) GetPayload() interface{}

type GetOrganizationActionBatchParams

type GetOrganizationActionBatchParams struct {

	/*ActionBatchID*/
	ActionBatchID string
	/*OrganizationID*/
	OrganizationID string

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

GetOrganizationActionBatchParams contains all the parameters to send to the API endpoint for the get organization action batch operation typically these are written to a http.Request

func NewGetOrganizationActionBatchParams

func NewGetOrganizationActionBatchParams() *GetOrganizationActionBatchParams

NewGetOrganizationActionBatchParams creates a new GetOrganizationActionBatchParams object with the default values initialized.

func NewGetOrganizationActionBatchParamsWithContext

func NewGetOrganizationActionBatchParamsWithContext(ctx context.Context) *GetOrganizationActionBatchParams

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

func NewGetOrganizationActionBatchParamsWithHTTPClient

func NewGetOrganizationActionBatchParamsWithHTTPClient(client *http.Client) *GetOrganizationActionBatchParams

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

func NewGetOrganizationActionBatchParamsWithTimeout

func NewGetOrganizationActionBatchParamsWithTimeout(timeout time.Duration) *GetOrganizationActionBatchParams

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

func (*GetOrganizationActionBatchParams) SetActionBatchID

func (o *GetOrganizationActionBatchParams) SetActionBatchID(actionBatchID string)

SetActionBatchID adds the actionBatchId to the get organization action batch params

func (*GetOrganizationActionBatchParams) SetContext

SetContext adds the context to the get organization action batch params

func (*GetOrganizationActionBatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization action batch params

func (*GetOrganizationActionBatchParams) SetOrganizationID

func (o *GetOrganizationActionBatchParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization action batch params

func (*GetOrganizationActionBatchParams) SetTimeout

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

SetTimeout adds the timeout to the get organization action batch params

func (*GetOrganizationActionBatchParams) WithActionBatchID

func (o *GetOrganizationActionBatchParams) WithActionBatchID(actionBatchID string) *GetOrganizationActionBatchParams

WithActionBatchID adds the actionBatchID to the get organization action batch params

func (*GetOrganizationActionBatchParams) WithContext

WithContext adds the context to the get organization action batch params

func (*GetOrganizationActionBatchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization action batch params

func (*GetOrganizationActionBatchParams) WithOrganizationID

func (o *GetOrganizationActionBatchParams) WithOrganizationID(organizationID string) *GetOrganizationActionBatchParams

WithOrganizationID adds the organizationID to the get organization action batch params

func (*GetOrganizationActionBatchParams) WithTimeout

WithTimeout adds the timeout to the get organization action batch params

func (*GetOrganizationActionBatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationActionBatchReader

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

GetOrganizationActionBatchReader is a Reader for the GetOrganizationActionBatch structure.

func (*GetOrganizationActionBatchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationActionBatchesOK

type GetOrganizationActionBatchesOK struct {
	Payload interface{}
}

GetOrganizationActionBatchesOK handles this case with default header values.

Successful operation

func NewGetOrganizationActionBatchesOK

func NewGetOrganizationActionBatchesOK() *GetOrganizationActionBatchesOK

NewGetOrganizationActionBatchesOK creates a GetOrganizationActionBatchesOK with default headers values

func (*GetOrganizationActionBatchesOK) Error

func (*GetOrganizationActionBatchesOK) GetPayload

func (o *GetOrganizationActionBatchesOK) GetPayload() interface{}

type GetOrganizationActionBatchesParams

type GetOrganizationActionBatchesParams struct {

	/*OrganizationID*/
	OrganizationID string

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

GetOrganizationActionBatchesParams contains all the parameters to send to the API endpoint for the get organization action batches operation typically these are written to a http.Request

func NewGetOrganizationActionBatchesParams

func NewGetOrganizationActionBatchesParams() *GetOrganizationActionBatchesParams

NewGetOrganizationActionBatchesParams creates a new GetOrganizationActionBatchesParams object with the default values initialized.

func NewGetOrganizationActionBatchesParamsWithContext

func NewGetOrganizationActionBatchesParamsWithContext(ctx context.Context) *GetOrganizationActionBatchesParams

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

func NewGetOrganizationActionBatchesParamsWithHTTPClient

func NewGetOrganizationActionBatchesParamsWithHTTPClient(client *http.Client) *GetOrganizationActionBatchesParams

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

func NewGetOrganizationActionBatchesParamsWithTimeout

func NewGetOrganizationActionBatchesParamsWithTimeout(timeout time.Duration) *GetOrganizationActionBatchesParams

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

func (*GetOrganizationActionBatchesParams) SetContext

SetContext adds the context to the get organization action batches params

func (*GetOrganizationActionBatchesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization action batches params

func (*GetOrganizationActionBatchesParams) SetOrganizationID

func (o *GetOrganizationActionBatchesParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization action batches params

func (*GetOrganizationActionBatchesParams) SetTimeout

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

SetTimeout adds the timeout to the get organization action batches params

func (*GetOrganizationActionBatchesParams) WithContext

WithContext adds the context to the get organization action batches params

func (*GetOrganizationActionBatchesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization action batches params

func (*GetOrganizationActionBatchesParams) WithOrganizationID

func (o *GetOrganizationActionBatchesParams) WithOrganizationID(organizationID string) *GetOrganizationActionBatchesParams

WithOrganizationID adds the organizationID to the get organization action batches params

func (*GetOrganizationActionBatchesParams) WithTimeout

WithTimeout adds the timeout to the get organization action batches params

func (*GetOrganizationActionBatchesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationActionBatchesReader

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

GetOrganizationActionBatchesReader is a Reader for the GetOrganizationActionBatches structure.

func (*GetOrganizationActionBatchesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationActionBatchOK

type UpdateOrganizationActionBatchOK struct {
	Payload interface{}
}

UpdateOrganizationActionBatchOK handles this case with default header values.

Successful operation

func NewUpdateOrganizationActionBatchOK

func NewUpdateOrganizationActionBatchOK() *UpdateOrganizationActionBatchOK

NewUpdateOrganizationActionBatchOK creates a UpdateOrganizationActionBatchOK with default headers values

func (*UpdateOrganizationActionBatchOK) Error

func (*UpdateOrganizationActionBatchOK) GetPayload

func (o *UpdateOrganizationActionBatchOK) GetPayload() interface{}

type UpdateOrganizationActionBatchParams

type UpdateOrganizationActionBatchParams struct {

	/*ActionBatchID*/
	ActionBatchID string
	/*OrganizationID*/
	OrganizationID string
	/*UpdateOrganizationActionBatch*/
	UpdateOrganizationActionBatch *models.UpdateOrganizationActionBatch

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

UpdateOrganizationActionBatchParams contains all the parameters to send to the API endpoint for the update organization action batch operation typically these are written to a http.Request

func NewUpdateOrganizationActionBatchParams

func NewUpdateOrganizationActionBatchParams() *UpdateOrganizationActionBatchParams

NewUpdateOrganizationActionBatchParams creates a new UpdateOrganizationActionBatchParams object with the default values initialized.

func NewUpdateOrganizationActionBatchParamsWithContext

func NewUpdateOrganizationActionBatchParamsWithContext(ctx context.Context) *UpdateOrganizationActionBatchParams

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

func NewUpdateOrganizationActionBatchParamsWithHTTPClient

func NewUpdateOrganizationActionBatchParamsWithHTTPClient(client *http.Client) *UpdateOrganizationActionBatchParams

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

func NewUpdateOrganizationActionBatchParamsWithTimeout

func NewUpdateOrganizationActionBatchParamsWithTimeout(timeout time.Duration) *UpdateOrganizationActionBatchParams

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

func (*UpdateOrganizationActionBatchParams) SetActionBatchID

func (o *UpdateOrganizationActionBatchParams) SetActionBatchID(actionBatchID string)

SetActionBatchID adds the actionBatchId to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) SetContext

SetContext adds the context to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) SetOrganizationID

func (o *UpdateOrganizationActionBatchParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) SetTimeout

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

SetTimeout adds the timeout to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) SetUpdateOrganizationActionBatch

func (o *UpdateOrganizationActionBatchParams) SetUpdateOrganizationActionBatch(updateOrganizationActionBatch *models.UpdateOrganizationActionBatch)

SetUpdateOrganizationActionBatch adds the updateOrganizationActionBatch to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) WithActionBatchID

WithActionBatchID adds the actionBatchID to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) WithContext

WithContext adds the context to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) WithOrganizationID

WithOrganizationID adds the organizationID to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) WithTimeout

WithTimeout adds the timeout to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) WithUpdateOrganizationActionBatch

func (o *UpdateOrganizationActionBatchParams) WithUpdateOrganizationActionBatch(updateOrganizationActionBatch *models.UpdateOrganizationActionBatch) *UpdateOrganizationActionBatchParams

WithUpdateOrganizationActionBatch adds the updateOrganizationActionBatch to the update organization action batch params

func (*UpdateOrganizationActionBatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationActionBatchReader

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

UpdateOrganizationActionBatchReader is a Reader for the UpdateOrganizationActionBatch structure.

func (*UpdateOrganizationActionBatchReader) ReadResponse

func (o *UpdateOrganizationActionBatchReader) 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