deviation

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for deviation API

func (*Client) PurchaseOrderDeviationApproveApprove

PurchaseOrderDeviationApproveApprove bs e t a approve deviations only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationDelete

func (a *Client) PurchaseOrderDeviationDelete(params *PurchaseOrderDeviationDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

PurchaseOrderDeviationDelete bs e t a delete goods receipt by purchase order ID only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationDeliverDeliver

PurchaseOrderDeviationDeliverDeliver bs e t a send deviations to approval only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationGet

func (a *Client) PurchaseOrderDeviationGet(params *PurchaseOrderDeviationGetParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationGetOK, error)

PurchaseOrderDeviationGet bs e t a get deviation by order line ID only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationListPostList

PurchaseOrderDeviationListPostList bs e t a register multiple deviations only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationListPutList

PurchaseOrderDeviationListPutList bs e t a update multiple deviations only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationPost

PurchaseOrderDeviationPost bs e t a register deviation on goods receipt only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationPut

func (a *Client) PurchaseOrderDeviationPut(params *PurchaseOrderDeviationPutParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationPutOK, error)

PurchaseOrderDeviationPut updates deviation only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationSearch

func (a *Client) PurchaseOrderDeviationSearch(params *PurchaseOrderDeviationSearchParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationSearchOK, error)

PurchaseOrderDeviationSearch bs e t a find handled deviations for purchase order only available for users that have activated the logistics plus beta program in our customer account

func (*Client) PurchaseOrderDeviationUndeliverUndeliver

PurchaseOrderDeviationUndeliverUndeliver bs e t a undeliver the deviations only available for users that have activated the logistics plus beta program in our customer account

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	PurchaseOrderDeviationApproveApprove(params *PurchaseOrderDeviationApproveApproveParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationApproveApproveOK, error)

	PurchaseOrderDeviationDeliverDeliver(params *PurchaseOrderDeviationDeliverDeliverParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationDeliverDeliverOK, error)

	PurchaseOrderDeviationListPostList(params *PurchaseOrderDeviationListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationListPostListCreated, error)

	PurchaseOrderDeviationListPutList(params *PurchaseOrderDeviationListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationListPutListOK, error)

	PurchaseOrderDeviationUndeliverUndeliver(params *PurchaseOrderDeviationUndeliverUndeliverParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationUndeliverUndeliverOK, error)

	PurchaseOrderDeviationDelete(params *PurchaseOrderDeviationDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

	PurchaseOrderDeviationGet(params *PurchaseOrderDeviationGetParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationGetOK, error)

	PurchaseOrderDeviationPost(params *PurchaseOrderDeviationPostParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationPostCreated, error)

	PurchaseOrderDeviationPut(params *PurchaseOrderDeviationPutParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationPutOK, error)

	PurchaseOrderDeviationSearch(params *PurchaseOrderDeviationSearchParams, authInfo runtime.ClientAuthInfoWriter) (*PurchaseOrderDeviationSearchOK, 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 deviation API client.

type PurchaseOrderDeviationApproveApproveOK

type PurchaseOrderDeviationApproveApproveOK struct {
	Payload *models.ResponseWrapperPurchaseOrder
}

PurchaseOrderDeviationApproveApproveOK handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationApproveApproveOK

func NewPurchaseOrderDeviationApproveApproveOK() *PurchaseOrderDeviationApproveApproveOK

NewPurchaseOrderDeviationApproveApproveOK creates a PurchaseOrderDeviationApproveApproveOK with default headers values

func (*PurchaseOrderDeviationApproveApproveOK) Error

func (*PurchaseOrderDeviationApproveApproveOK) GetPayload

type PurchaseOrderDeviationApproveApproveParams

type PurchaseOrderDeviationApproveApproveParams struct {

	/*ID
	  Purchase Order ID.

	*/
	ID int32

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

PurchaseOrderDeviationApproveApproveParams contains all the parameters to send to the API endpoint for the purchase order deviation approve approve operation typically these are written to a http.Request

func NewPurchaseOrderDeviationApproveApproveParams

func NewPurchaseOrderDeviationApproveApproveParams() *PurchaseOrderDeviationApproveApproveParams

NewPurchaseOrderDeviationApproveApproveParams creates a new PurchaseOrderDeviationApproveApproveParams object with the default values initialized.

func NewPurchaseOrderDeviationApproveApproveParamsWithContext

func NewPurchaseOrderDeviationApproveApproveParamsWithContext(ctx context.Context) *PurchaseOrderDeviationApproveApproveParams

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

func NewPurchaseOrderDeviationApproveApproveParamsWithHTTPClient

func NewPurchaseOrderDeviationApproveApproveParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationApproveApproveParams

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

func NewPurchaseOrderDeviationApproveApproveParamsWithTimeout

func NewPurchaseOrderDeviationApproveApproveParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationApproveApproveParams

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

func (*PurchaseOrderDeviationApproveApproveParams) SetContext

SetContext adds the context to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) SetID

SetID adds the id to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) SetTimeout

SetTimeout adds the timeout to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) WithContext

WithContext adds the context to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) WithID

WithID adds the id to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation approve approve params

func (*PurchaseOrderDeviationApproveApproveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationApproveApproveReader

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

PurchaseOrderDeviationApproveApproveReader is a Reader for the PurchaseOrderDeviationApproveApprove structure.

func (*PurchaseOrderDeviationApproveApproveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationDeleteDefault

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

PurchaseOrderDeviationDeleteDefault handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationDeleteDefault

func NewPurchaseOrderDeviationDeleteDefault(code int) *PurchaseOrderDeviationDeleteDefault

NewPurchaseOrderDeviationDeleteDefault creates a PurchaseOrderDeviationDeleteDefault with default headers values

func (*PurchaseOrderDeviationDeleteDefault) Code

Code gets the status code for the purchase order deviation delete default response

func (*PurchaseOrderDeviationDeleteDefault) Error

type PurchaseOrderDeviationDeleteParams

type PurchaseOrderDeviationDeleteParams struct {

	/*ID
	  Element ID

	*/
	ID int32

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

PurchaseOrderDeviationDeleteParams contains all the parameters to send to the API endpoint for the purchase order deviation delete operation typically these are written to a http.Request

func NewPurchaseOrderDeviationDeleteParams

func NewPurchaseOrderDeviationDeleteParams() *PurchaseOrderDeviationDeleteParams

NewPurchaseOrderDeviationDeleteParams creates a new PurchaseOrderDeviationDeleteParams object with the default values initialized.

func NewPurchaseOrderDeviationDeleteParamsWithContext

func NewPurchaseOrderDeviationDeleteParamsWithContext(ctx context.Context) *PurchaseOrderDeviationDeleteParams

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

func NewPurchaseOrderDeviationDeleteParamsWithHTTPClient

func NewPurchaseOrderDeviationDeleteParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationDeleteParams

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

func NewPurchaseOrderDeviationDeleteParamsWithTimeout

func NewPurchaseOrderDeviationDeleteParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationDeleteParams

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

func (*PurchaseOrderDeviationDeleteParams) SetContext

SetContext adds the context to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) SetID

SetID adds the id to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) WithContext

WithContext adds the context to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) WithID

WithID adds the id to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation delete params

func (*PurchaseOrderDeviationDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationDeleteReader

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

PurchaseOrderDeviationDeleteReader is a Reader for the PurchaseOrderDeviationDelete structure.

func (*PurchaseOrderDeviationDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationDeliverDeliverOK

type PurchaseOrderDeviationDeliverDeliverOK struct {
	Payload *models.ResponseWrapperPurchaseOrder
}

PurchaseOrderDeviationDeliverDeliverOK handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationDeliverDeliverOK

func NewPurchaseOrderDeviationDeliverDeliverOK() *PurchaseOrderDeviationDeliverDeliverOK

NewPurchaseOrderDeviationDeliverDeliverOK creates a PurchaseOrderDeviationDeliverDeliverOK with default headers values

func (*PurchaseOrderDeviationDeliverDeliverOK) Error

func (*PurchaseOrderDeviationDeliverDeliverOK) GetPayload

type PurchaseOrderDeviationDeliverDeliverParams

type PurchaseOrderDeviationDeliverDeliverParams struct {

	/*ID
	  Purchase Order ID.

	*/
	ID int32

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

PurchaseOrderDeviationDeliverDeliverParams contains all the parameters to send to the API endpoint for the purchase order deviation deliver deliver operation typically these are written to a http.Request

func NewPurchaseOrderDeviationDeliverDeliverParams

func NewPurchaseOrderDeviationDeliverDeliverParams() *PurchaseOrderDeviationDeliverDeliverParams

NewPurchaseOrderDeviationDeliverDeliverParams creates a new PurchaseOrderDeviationDeliverDeliverParams object with the default values initialized.

func NewPurchaseOrderDeviationDeliverDeliverParamsWithContext

func NewPurchaseOrderDeviationDeliverDeliverParamsWithContext(ctx context.Context) *PurchaseOrderDeviationDeliverDeliverParams

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

func NewPurchaseOrderDeviationDeliverDeliverParamsWithHTTPClient

func NewPurchaseOrderDeviationDeliverDeliverParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationDeliverDeliverParams

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

func NewPurchaseOrderDeviationDeliverDeliverParamsWithTimeout

func NewPurchaseOrderDeviationDeliverDeliverParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationDeliverDeliverParams

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

func (*PurchaseOrderDeviationDeliverDeliverParams) SetContext

SetContext adds the context to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) SetID

SetID adds the id to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) SetTimeout

SetTimeout adds the timeout to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) WithContext

WithContext adds the context to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) WithID

WithID adds the id to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation deliver deliver params

func (*PurchaseOrderDeviationDeliverDeliverParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationDeliverDeliverReader

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

PurchaseOrderDeviationDeliverDeliverReader is a Reader for the PurchaseOrderDeviationDeliverDeliver structure.

func (*PurchaseOrderDeviationDeliverDeliverReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationGetOK

type PurchaseOrderDeviationGetOK struct {
	Payload *models.ResponseWrapperDeviation
}

PurchaseOrderDeviationGetOK handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationGetOK

func NewPurchaseOrderDeviationGetOK() *PurchaseOrderDeviationGetOK

NewPurchaseOrderDeviationGetOK creates a PurchaseOrderDeviationGetOK with default headers values

func (*PurchaseOrderDeviationGetOK) Error

func (*PurchaseOrderDeviationGetOK) GetPayload

type PurchaseOrderDeviationGetParams

type PurchaseOrderDeviationGetParams struct {

	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*ID
	  Element ID

	*/
	ID int32

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

PurchaseOrderDeviationGetParams contains all the parameters to send to the API endpoint for the purchase order deviation get operation typically these are written to a http.Request

func NewPurchaseOrderDeviationGetParams

func NewPurchaseOrderDeviationGetParams() *PurchaseOrderDeviationGetParams

NewPurchaseOrderDeviationGetParams creates a new PurchaseOrderDeviationGetParams object with the default values initialized.

func NewPurchaseOrderDeviationGetParamsWithContext

func NewPurchaseOrderDeviationGetParamsWithContext(ctx context.Context) *PurchaseOrderDeviationGetParams

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

func NewPurchaseOrderDeviationGetParamsWithHTTPClient

func NewPurchaseOrderDeviationGetParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationGetParams

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

func NewPurchaseOrderDeviationGetParamsWithTimeout

func NewPurchaseOrderDeviationGetParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationGetParams

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

func (*PurchaseOrderDeviationGetParams) SetContext

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

SetContext adds the context to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) SetFields

func (o *PurchaseOrderDeviationGetParams) SetFields(fields *string)

SetFields adds the fields to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) SetID

SetID adds the id to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) SetTimeout

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

SetTimeout adds the timeout to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) WithContext

WithContext adds the context to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) WithFields

WithFields adds the fields to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) WithID

WithID adds the id to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation get params

func (*PurchaseOrderDeviationGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationGetReader

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

PurchaseOrderDeviationGetReader is a Reader for the PurchaseOrderDeviationGet structure.

func (*PurchaseOrderDeviationGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationListPostListCreated

type PurchaseOrderDeviationListPostListCreated struct {
	Payload *models.ListResponseDeviation
}

PurchaseOrderDeviationListPostListCreated handles this case with default header values.

successfully created

func NewPurchaseOrderDeviationListPostListCreated

func NewPurchaseOrderDeviationListPostListCreated() *PurchaseOrderDeviationListPostListCreated

NewPurchaseOrderDeviationListPostListCreated creates a PurchaseOrderDeviationListPostListCreated with default headers values

func (*PurchaseOrderDeviationListPostListCreated) Error

func (*PurchaseOrderDeviationListPostListCreated) GetPayload

type PurchaseOrderDeviationListPostListParams

type PurchaseOrderDeviationListPostListParams struct {

	/*Body
	  JSON representing a list of new object to be created. Should not have ID and version set.

	*/
	Body []*models.Deviation

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

PurchaseOrderDeviationListPostListParams contains all the parameters to send to the API endpoint for the purchase order deviation list post list operation typically these are written to a http.Request

func NewPurchaseOrderDeviationListPostListParams

func NewPurchaseOrderDeviationListPostListParams() *PurchaseOrderDeviationListPostListParams

NewPurchaseOrderDeviationListPostListParams creates a new PurchaseOrderDeviationListPostListParams object with the default values initialized.

func NewPurchaseOrderDeviationListPostListParamsWithContext

func NewPurchaseOrderDeviationListPostListParamsWithContext(ctx context.Context) *PurchaseOrderDeviationListPostListParams

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

func NewPurchaseOrderDeviationListPostListParamsWithHTTPClient

func NewPurchaseOrderDeviationListPostListParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationListPostListParams

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

func NewPurchaseOrderDeviationListPostListParamsWithTimeout

func NewPurchaseOrderDeviationListPostListParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationListPostListParams

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

func (*PurchaseOrderDeviationListPostListParams) SetBody

SetBody adds the body to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) SetContext

SetContext adds the context to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) SetTimeout

SetTimeout adds the timeout to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) WithBody

WithBody adds the body to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) WithContext

WithContext adds the context to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation list post list params

func (*PurchaseOrderDeviationListPostListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationListPostListReader

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

PurchaseOrderDeviationListPostListReader is a Reader for the PurchaseOrderDeviationListPostList structure.

func (*PurchaseOrderDeviationListPostListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationListPutListOK

type PurchaseOrderDeviationListPutListOK struct {
	Payload *models.ListResponseDeviation
}

PurchaseOrderDeviationListPutListOK handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationListPutListOK

func NewPurchaseOrderDeviationListPutListOK() *PurchaseOrderDeviationListPutListOK

NewPurchaseOrderDeviationListPutListOK creates a PurchaseOrderDeviationListPutListOK with default headers values

func (*PurchaseOrderDeviationListPutListOK) Error

func (*PurchaseOrderDeviationListPutListOK) GetPayload

type PurchaseOrderDeviationListPutListParams

type PurchaseOrderDeviationListPutListParams struct {

	/*Body
	  JSON representing updates to object. Should have ID and version set.

	*/
	Body []*models.Deviation

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

PurchaseOrderDeviationListPutListParams contains all the parameters to send to the API endpoint for the purchase order deviation list put list operation typically these are written to a http.Request

func NewPurchaseOrderDeviationListPutListParams

func NewPurchaseOrderDeviationListPutListParams() *PurchaseOrderDeviationListPutListParams

NewPurchaseOrderDeviationListPutListParams creates a new PurchaseOrderDeviationListPutListParams object with the default values initialized.

func NewPurchaseOrderDeviationListPutListParamsWithContext

func NewPurchaseOrderDeviationListPutListParamsWithContext(ctx context.Context) *PurchaseOrderDeviationListPutListParams

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

func NewPurchaseOrderDeviationListPutListParamsWithHTTPClient

func NewPurchaseOrderDeviationListPutListParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationListPutListParams

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

func NewPurchaseOrderDeviationListPutListParamsWithTimeout

func NewPurchaseOrderDeviationListPutListParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationListPutListParams

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

func (*PurchaseOrderDeviationListPutListParams) SetBody

SetBody adds the body to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) SetContext

SetContext adds the context to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) SetTimeout

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

SetTimeout adds the timeout to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) WithBody

WithBody adds the body to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) WithContext

WithContext adds the context to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation list put list params

func (*PurchaseOrderDeviationListPutListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationListPutListReader

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

PurchaseOrderDeviationListPutListReader is a Reader for the PurchaseOrderDeviationListPutList structure.

func (*PurchaseOrderDeviationListPutListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationPostCreated

type PurchaseOrderDeviationPostCreated struct {
	Payload *models.ResponseWrapperDeviation
}

PurchaseOrderDeviationPostCreated handles this case with default header values.

successfully created

func NewPurchaseOrderDeviationPostCreated

func NewPurchaseOrderDeviationPostCreated() *PurchaseOrderDeviationPostCreated

NewPurchaseOrderDeviationPostCreated creates a PurchaseOrderDeviationPostCreated with default headers values

func (*PurchaseOrderDeviationPostCreated) Error

func (*PurchaseOrderDeviationPostCreated) GetPayload

type PurchaseOrderDeviationPostParams

type PurchaseOrderDeviationPostParams struct {

	/*Body
	  JSON representing the new object to be created. Should not have ID and version set.

	*/
	Body *models.Deviation

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

PurchaseOrderDeviationPostParams contains all the parameters to send to the API endpoint for the purchase order deviation post operation typically these are written to a http.Request

func NewPurchaseOrderDeviationPostParams

func NewPurchaseOrderDeviationPostParams() *PurchaseOrderDeviationPostParams

NewPurchaseOrderDeviationPostParams creates a new PurchaseOrderDeviationPostParams object with the default values initialized.

func NewPurchaseOrderDeviationPostParamsWithContext

func NewPurchaseOrderDeviationPostParamsWithContext(ctx context.Context) *PurchaseOrderDeviationPostParams

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

func NewPurchaseOrderDeviationPostParamsWithHTTPClient

func NewPurchaseOrderDeviationPostParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationPostParams

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

func NewPurchaseOrderDeviationPostParamsWithTimeout

func NewPurchaseOrderDeviationPostParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationPostParams

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

func (*PurchaseOrderDeviationPostParams) SetBody

SetBody adds the body to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) SetContext

SetContext adds the context to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) SetTimeout

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

SetTimeout adds the timeout to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) WithBody

WithBody adds the body to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) WithContext

WithContext adds the context to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation post params

func (*PurchaseOrderDeviationPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationPostReader

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

PurchaseOrderDeviationPostReader is a Reader for the PurchaseOrderDeviationPost structure.

func (*PurchaseOrderDeviationPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationPutOK

type PurchaseOrderDeviationPutOK struct {
	Payload *models.ResponseWrapperDeviation
}

PurchaseOrderDeviationPutOK handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationPutOK

func NewPurchaseOrderDeviationPutOK() *PurchaseOrderDeviationPutOK

NewPurchaseOrderDeviationPutOK creates a PurchaseOrderDeviationPutOK with default headers values

func (*PurchaseOrderDeviationPutOK) Error

func (*PurchaseOrderDeviationPutOK) GetPayload

type PurchaseOrderDeviationPutParams

type PurchaseOrderDeviationPutParams struct {

	/*Body
	  Partial object describing what should be updated

	*/
	Body *models.Deviation
	/*ID
	  Element ID

	*/
	ID int32

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

PurchaseOrderDeviationPutParams contains all the parameters to send to the API endpoint for the purchase order deviation put operation typically these are written to a http.Request

func NewPurchaseOrderDeviationPutParams

func NewPurchaseOrderDeviationPutParams() *PurchaseOrderDeviationPutParams

NewPurchaseOrderDeviationPutParams creates a new PurchaseOrderDeviationPutParams object with the default values initialized.

func NewPurchaseOrderDeviationPutParamsWithContext

func NewPurchaseOrderDeviationPutParamsWithContext(ctx context.Context) *PurchaseOrderDeviationPutParams

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

func NewPurchaseOrderDeviationPutParamsWithHTTPClient

func NewPurchaseOrderDeviationPutParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationPutParams

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

func NewPurchaseOrderDeviationPutParamsWithTimeout

func NewPurchaseOrderDeviationPutParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationPutParams

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

func (*PurchaseOrderDeviationPutParams) SetBody

SetBody adds the body to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) SetContext

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

SetContext adds the context to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) SetID

SetID adds the id to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) SetTimeout

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

SetTimeout adds the timeout to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) WithBody

WithBody adds the body to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) WithContext

WithContext adds the context to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) WithID

WithID adds the id to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation put params

func (*PurchaseOrderDeviationPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationPutReader

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

PurchaseOrderDeviationPutReader is a Reader for the PurchaseOrderDeviationPut structure.

func (*PurchaseOrderDeviationPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationSearchOK

type PurchaseOrderDeviationSearchOK struct {
	Payload *models.ListResponseDeviation
}

PurchaseOrderDeviationSearchOK handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationSearchOK

func NewPurchaseOrderDeviationSearchOK() *PurchaseOrderDeviationSearchOK

NewPurchaseOrderDeviationSearchOK creates a PurchaseOrderDeviationSearchOK with default headers values

func (*PurchaseOrderDeviationSearchOK) Error

func (*PurchaseOrderDeviationSearchOK) GetPayload

type PurchaseOrderDeviationSearchParams

type PurchaseOrderDeviationSearchParams struct {

	/*Count
	  Number of elements to return

	*/
	Count *int64
	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*From
	  From index

	*/
	From *int64
	/*PurchaseOrderID
	  Equals

	*/
	PurchaseOrderID int32
	/*Sorting
	  Sorting pattern

	*/
	Sorting *string

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

PurchaseOrderDeviationSearchParams contains all the parameters to send to the API endpoint for the purchase order deviation search operation typically these are written to a http.Request

func NewPurchaseOrderDeviationSearchParams

func NewPurchaseOrderDeviationSearchParams() *PurchaseOrderDeviationSearchParams

NewPurchaseOrderDeviationSearchParams creates a new PurchaseOrderDeviationSearchParams object with the default values initialized.

func NewPurchaseOrderDeviationSearchParamsWithContext

func NewPurchaseOrderDeviationSearchParamsWithContext(ctx context.Context) *PurchaseOrderDeviationSearchParams

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

func NewPurchaseOrderDeviationSearchParamsWithHTTPClient

func NewPurchaseOrderDeviationSearchParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationSearchParams

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

func NewPurchaseOrderDeviationSearchParamsWithTimeout

func NewPurchaseOrderDeviationSearchParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationSearchParams

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

func (*PurchaseOrderDeviationSearchParams) SetContext

SetContext adds the context to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) SetCount

func (o *PurchaseOrderDeviationSearchParams) SetCount(count *int64)

SetCount adds the count to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) SetFields

func (o *PurchaseOrderDeviationSearchParams) SetFields(fields *string)

SetFields adds the fields to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) SetFrom

func (o *PurchaseOrderDeviationSearchParams) SetFrom(from *int64)

SetFrom adds the from to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) SetPurchaseOrderID

func (o *PurchaseOrderDeviationSearchParams) SetPurchaseOrderID(purchaseOrderID int32)

SetPurchaseOrderID adds the purchaseOrderId to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) SetSorting

func (o *PurchaseOrderDeviationSearchParams) SetSorting(sorting *string)

SetSorting adds the sorting to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) SetTimeout

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

SetTimeout adds the timeout to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithContext

WithContext adds the context to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithCount

WithCount adds the count to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithFields

WithFields adds the fields to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithFrom

WithFrom adds the from to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithPurchaseOrderID

func (o *PurchaseOrderDeviationSearchParams) WithPurchaseOrderID(purchaseOrderID int32) *PurchaseOrderDeviationSearchParams

WithPurchaseOrderID adds the purchaseOrderID to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithSorting

WithSorting adds the sorting to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation search params

func (*PurchaseOrderDeviationSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationSearchReader

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

PurchaseOrderDeviationSearchReader is a Reader for the PurchaseOrderDeviationSearch structure.

func (*PurchaseOrderDeviationSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurchaseOrderDeviationUndeliverUndeliverOK

type PurchaseOrderDeviationUndeliverUndeliverOK struct {
	Payload *models.ResponseWrapperPurchaseOrder
}

PurchaseOrderDeviationUndeliverUndeliverOK handles this case with default header values.

successful operation

func NewPurchaseOrderDeviationUndeliverUndeliverOK

func NewPurchaseOrderDeviationUndeliverUndeliverOK() *PurchaseOrderDeviationUndeliverUndeliverOK

NewPurchaseOrderDeviationUndeliverUndeliverOK creates a PurchaseOrderDeviationUndeliverUndeliverOK with default headers values

func (*PurchaseOrderDeviationUndeliverUndeliverOK) Error

func (*PurchaseOrderDeviationUndeliverUndeliverOK) GetPayload

type PurchaseOrderDeviationUndeliverUndeliverParams

type PurchaseOrderDeviationUndeliverUndeliverParams struct {

	/*ID
	  Purchase Order ID.

	*/
	ID int32

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

PurchaseOrderDeviationUndeliverUndeliverParams contains all the parameters to send to the API endpoint for the purchase order deviation undeliver undeliver operation typically these are written to a http.Request

func NewPurchaseOrderDeviationUndeliverUndeliverParams

func NewPurchaseOrderDeviationUndeliverUndeliverParams() *PurchaseOrderDeviationUndeliverUndeliverParams

NewPurchaseOrderDeviationUndeliverUndeliverParams creates a new PurchaseOrderDeviationUndeliverUndeliverParams object with the default values initialized.

func NewPurchaseOrderDeviationUndeliverUndeliverParamsWithContext

func NewPurchaseOrderDeviationUndeliverUndeliverParamsWithContext(ctx context.Context) *PurchaseOrderDeviationUndeliverUndeliverParams

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

func NewPurchaseOrderDeviationUndeliverUndeliverParamsWithHTTPClient

func NewPurchaseOrderDeviationUndeliverUndeliverParamsWithHTTPClient(client *http.Client) *PurchaseOrderDeviationUndeliverUndeliverParams

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

func NewPurchaseOrderDeviationUndeliverUndeliverParamsWithTimeout

func NewPurchaseOrderDeviationUndeliverUndeliverParamsWithTimeout(timeout time.Duration) *PurchaseOrderDeviationUndeliverUndeliverParams

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

func (*PurchaseOrderDeviationUndeliverUndeliverParams) SetContext

SetContext adds the context to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) SetID

SetID adds the id to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) SetTimeout

SetTimeout adds the timeout to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) WithContext

WithContext adds the context to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) WithID

WithID adds the id to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) WithTimeout

WithTimeout adds the timeout to the purchase order deviation undeliver undeliver params

func (*PurchaseOrderDeviationUndeliverUndeliverParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurchaseOrderDeviationUndeliverUndeliverReader

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

PurchaseOrderDeviationUndeliverUndeliverReader is a Reader for the PurchaseOrderDeviationUndeliverUndeliver structure.

func (*PurchaseOrderDeviationUndeliverUndeliverReader) ReadResponse

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