productline

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: May 1, 2023 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 productline API

func (*Client) InventoryStocktakingProductlineDelete

func (a *Client) InventoryStocktakingProductlineDelete(params *InventoryStocktakingProductlineDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

InventoryStocktakingProductlineDelete bs e t a delete product line

func (*Client) InventoryStocktakingProductlineGet

InventoryStocktakingProductlineGet bs e t a get product line by ID

func (*Client) InventoryStocktakingProductlinePost

InventoryStocktakingProductlinePost bs e t a create product line when creating several product lines use list for better performance

func (*Client) InventoryStocktakingProductlinePut

InventoryStocktakingProductlinePut bs e t a update product line

func (*Client) InventoryStocktakingProductlineSearch

InventoryStocktakingProductlineSearch bs e t a find all product lines by stocktaking ID

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	InventoryStocktakingProductlineDelete(params *InventoryStocktakingProductlineDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

	InventoryStocktakingProductlineGet(params *InventoryStocktakingProductlineGetParams, authInfo runtime.ClientAuthInfoWriter) (*InventoryStocktakingProductlineGetOK, error)

	InventoryStocktakingProductlinePost(params *InventoryStocktakingProductlinePostParams, authInfo runtime.ClientAuthInfoWriter) (*InventoryStocktakingProductlinePostCreated, error)

	InventoryStocktakingProductlinePut(params *InventoryStocktakingProductlinePutParams, authInfo runtime.ClientAuthInfoWriter) (*InventoryStocktakingProductlinePutOK, error)

	InventoryStocktakingProductlineSearch(params *InventoryStocktakingProductlineSearchParams, authInfo runtime.ClientAuthInfoWriter) (*InventoryStocktakingProductlineSearchOK, 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 productline API client.

type InventoryStocktakingProductlineDeleteDefault

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

InventoryStocktakingProductlineDeleteDefault handles this case with default header values.

successful operation

func NewInventoryStocktakingProductlineDeleteDefault

func NewInventoryStocktakingProductlineDeleteDefault(code int) *InventoryStocktakingProductlineDeleteDefault

NewInventoryStocktakingProductlineDeleteDefault creates a InventoryStocktakingProductlineDeleteDefault with default headers values

func (*InventoryStocktakingProductlineDeleteDefault) Code

Code gets the status code for the inventory stocktaking productline delete default response

func (*InventoryStocktakingProductlineDeleteDefault) Error

type InventoryStocktakingProductlineDeleteParams

type InventoryStocktakingProductlineDeleteParams struct {

	/*ID
	  Element ID

	*/
	ID int32

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

InventoryStocktakingProductlineDeleteParams contains all the parameters to send to the API endpoint for the inventory stocktaking productline delete operation typically these are written to a http.Request

func NewInventoryStocktakingProductlineDeleteParams

func NewInventoryStocktakingProductlineDeleteParams() *InventoryStocktakingProductlineDeleteParams

NewInventoryStocktakingProductlineDeleteParams creates a new InventoryStocktakingProductlineDeleteParams object with the default values initialized.

func NewInventoryStocktakingProductlineDeleteParamsWithContext

func NewInventoryStocktakingProductlineDeleteParamsWithContext(ctx context.Context) *InventoryStocktakingProductlineDeleteParams

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

func NewInventoryStocktakingProductlineDeleteParamsWithHTTPClient

func NewInventoryStocktakingProductlineDeleteParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlineDeleteParams

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

func NewInventoryStocktakingProductlineDeleteParamsWithTimeout

func NewInventoryStocktakingProductlineDeleteParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlineDeleteParams

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

func (*InventoryStocktakingProductlineDeleteParams) SetContext

SetContext adds the context to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) SetID

SetID adds the id to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) SetTimeout

SetTimeout adds the timeout to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) WithContext

WithContext adds the context to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) WithID

WithID adds the id to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) WithTimeout

WithTimeout adds the timeout to the inventory stocktaking productline delete params

func (*InventoryStocktakingProductlineDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InventoryStocktakingProductlineDeleteReader

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

InventoryStocktakingProductlineDeleteReader is a Reader for the InventoryStocktakingProductlineDelete structure.

func (*InventoryStocktakingProductlineDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InventoryStocktakingProductlineGetOK

type InventoryStocktakingProductlineGetOK struct {
	Payload *models.ResponseWrapperProductLine
}

InventoryStocktakingProductlineGetOK handles this case with default header values.

successful operation

func NewInventoryStocktakingProductlineGetOK

func NewInventoryStocktakingProductlineGetOK() *InventoryStocktakingProductlineGetOK

NewInventoryStocktakingProductlineGetOK creates a InventoryStocktakingProductlineGetOK with default headers values

func (*InventoryStocktakingProductlineGetOK) Error

func (*InventoryStocktakingProductlineGetOK) GetPayload

type InventoryStocktakingProductlineGetParams

type InventoryStocktakingProductlineGetParams struct {

	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*ID
	  Element ID

	*/
	ID int32

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

InventoryStocktakingProductlineGetParams contains all the parameters to send to the API endpoint for the inventory stocktaking productline get operation typically these are written to a http.Request

func NewInventoryStocktakingProductlineGetParams

func NewInventoryStocktakingProductlineGetParams() *InventoryStocktakingProductlineGetParams

NewInventoryStocktakingProductlineGetParams creates a new InventoryStocktakingProductlineGetParams object with the default values initialized.

func NewInventoryStocktakingProductlineGetParamsWithContext

func NewInventoryStocktakingProductlineGetParamsWithContext(ctx context.Context) *InventoryStocktakingProductlineGetParams

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

func NewInventoryStocktakingProductlineGetParamsWithHTTPClient

func NewInventoryStocktakingProductlineGetParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlineGetParams

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

func NewInventoryStocktakingProductlineGetParamsWithTimeout

func NewInventoryStocktakingProductlineGetParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlineGetParams

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

func (*InventoryStocktakingProductlineGetParams) SetContext

SetContext adds the context to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) SetFields

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

SetFields adds the fields to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) SetID

SetID adds the id to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) SetTimeout

SetTimeout adds the timeout to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) WithContext

WithContext adds the context to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) WithFields

WithFields adds the fields to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) WithID

WithID adds the id to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) WithTimeout

WithTimeout adds the timeout to the inventory stocktaking productline get params

func (*InventoryStocktakingProductlineGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InventoryStocktakingProductlineGetReader

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

InventoryStocktakingProductlineGetReader is a Reader for the InventoryStocktakingProductlineGet structure.

func (*InventoryStocktakingProductlineGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InventoryStocktakingProductlinePostCreated

type InventoryStocktakingProductlinePostCreated struct {
	Payload *models.ResponseWrapperProductLine
}

InventoryStocktakingProductlinePostCreated handles this case with default header values.

successfully created

func NewInventoryStocktakingProductlinePostCreated

func NewInventoryStocktakingProductlinePostCreated() *InventoryStocktakingProductlinePostCreated

NewInventoryStocktakingProductlinePostCreated creates a InventoryStocktakingProductlinePostCreated with default headers values

func (*InventoryStocktakingProductlinePostCreated) Error

func (*InventoryStocktakingProductlinePostCreated) GetPayload

type InventoryStocktakingProductlinePostParams

type InventoryStocktakingProductlinePostParams struct {

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

	*/
	Body *models.ProductLine

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

InventoryStocktakingProductlinePostParams contains all the parameters to send to the API endpoint for the inventory stocktaking productline post operation typically these are written to a http.Request

func NewInventoryStocktakingProductlinePostParams

func NewInventoryStocktakingProductlinePostParams() *InventoryStocktakingProductlinePostParams

NewInventoryStocktakingProductlinePostParams creates a new InventoryStocktakingProductlinePostParams object with the default values initialized.

func NewInventoryStocktakingProductlinePostParamsWithContext

func NewInventoryStocktakingProductlinePostParamsWithContext(ctx context.Context) *InventoryStocktakingProductlinePostParams

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

func NewInventoryStocktakingProductlinePostParamsWithHTTPClient

func NewInventoryStocktakingProductlinePostParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlinePostParams

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

func NewInventoryStocktakingProductlinePostParamsWithTimeout

func NewInventoryStocktakingProductlinePostParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlinePostParams

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

func (*InventoryStocktakingProductlinePostParams) SetBody

SetBody adds the body to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) SetContext

SetContext adds the context to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) SetTimeout

SetTimeout adds the timeout to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) WithBody

WithBody adds the body to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) WithContext

WithContext adds the context to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) WithTimeout

WithTimeout adds the timeout to the inventory stocktaking productline post params

func (*InventoryStocktakingProductlinePostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InventoryStocktakingProductlinePostReader

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

InventoryStocktakingProductlinePostReader is a Reader for the InventoryStocktakingProductlinePost structure.

func (*InventoryStocktakingProductlinePostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InventoryStocktakingProductlinePutOK

type InventoryStocktakingProductlinePutOK struct {
	Payload *models.ResponseWrapperProductLine
}

InventoryStocktakingProductlinePutOK handles this case with default header values.

successful operation

func NewInventoryStocktakingProductlinePutOK

func NewInventoryStocktakingProductlinePutOK() *InventoryStocktakingProductlinePutOK

NewInventoryStocktakingProductlinePutOK creates a InventoryStocktakingProductlinePutOK with default headers values

func (*InventoryStocktakingProductlinePutOK) Error

func (*InventoryStocktakingProductlinePutOK) GetPayload

type InventoryStocktakingProductlinePutParams

type InventoryStocktakingProductlinePutParams struct {

	/*Body
	  Partial object describing what should be updated

	*/
	Body *models.ProductLine
	/*ID
	  Element ID

	*/
	ID int32

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

InventoryStocktakingProductlinePutParams contains all the parameters to send to the API endpoint for the inventory stocktaking productline put operation typically these are written to a http.Request

func NewInventoryStocktakingProductlinePutParams

func NewInventoryStocktakingProductlinePutParams() *InventoryStocktakingProductlinePutParams

NewInventoryStocktakingProductlinePutParams creates a new InventoryStocktakingProductlinePutParams object with the default values initialized.

func NewInventoryStocktakingProductlinePutParamsWithContext

func NewInventoryStocktakingProductlinePutParamsWithContext(ctx context.Context) *InventoryStocktakingProductlinePutParams

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

func NewInventoryStocktakingProductlinePutParamsWithHTTPClient

func NewInventoryStocktakingProductlinePutParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlinePutParams

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

func NewInventoryStocktakingProductlinePutParamsWithTimeout

func NewInventoryStocktakingProductlinePutParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlinePutParams

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

func (*InventoryStocktakingProductlinePutParams) SetBody

SetBody adds the body to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) SetContext

SetContext adds the context to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) SetID

SetID adds the id to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) SetTimeout

SetTimeout adds the timeout to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) WithBody

WithBody adds the body to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) WithContext

WithContext adds the context to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) WithID

WithID adds the id to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) WithTimeout

WithTimeout adds the timeout to the inventory stocktaking productline put params

func (*InventoryStocktakingProductlinePutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InventoryStocktakingProductlinePutReader

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

InventoryStocktakingProductlinePutReader is a Reader for the InventoryStocktakingProductlinePut structure.

func (*InventoryStocktakingProductlinePutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InventoryStocktakingProductlineSearchOK

type InventoryStocktakingProductlineSearchOK struct {
	Payload *models.ListResponseProductLine
}

InventoryStocktakingProductlineSearchOK handles this case with default header values.

successful operation

func NewInventoryStocktakingProductlineSearchOK

func NewInventoryStocktakingProductlineSearchOK() *InventoryStocktakingProductlineSearchOK

NewInventoryStocktakingProductlineSearchOK creates a InventoryStocktakingProductlineSearchOK with default headers values

func (*InventoryStocktakingProductlineSearchOK) Error

func (*InventoryStocktakingProductlineSearchOK) GetPayload

type InventoryStocktakingProductlineSearchParams

type InventoryStocktakingProductlineSearchParams struct {

	/*Count
	  Number of elements to return

	*/
	Count *int64
	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*From
	  From index

	*/
	From *int64
	/*Sorting
	  Sorting pattern

	*/
	Sorting *string
	/*StocktakingID
	  Equals

	*/
	StocktakingID int32

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

InventoryStocktakingProductlineSearchParams contains all the parameters to send to the API endpoint for the inventory stocktaking productline search operation typically these are written to a http.Request

func NewInventoryStocktakingProductlineSearchParams

func NewInventoryStocktakingProductlineSearchParams() *InventoryStocktakingProductlineSearchParams

NewInventoryStocktakingProductlineSearchParams creates a new InventoryStocktakingProductlineSearchParams object with the default values initialized.

func NewInventoryStocktakingProductlineSearchParamsWithContext

func NewInventoryStocktakingProductlineSearchParamsWithContext(ctx context.Context) *InventoryStocktakingProductlineSearchParams

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

func NewInventoryStocktakingProductlineSearchParamsWithHTTPClient

func NewInventoryStocktakingProductlineSearchParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlineSearchParams

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

func NewInventoryStocktakingProductlineSearchParamsWithTimeout

func NewInventoryStocktakingProductlineSearchParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlineSearchParams

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

func (*InventoryStocktakingProductlineSearchParams) SetContext

SetContext adds the context to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) SetCount

SetCount adds the count to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) SetFields

SetFields adds the fields to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) SetFrom

SetFrom adds the from to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) SetSorting

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

SetSorting adds the sorting to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) SetStocktakingID

func (o *InventoryStocktakingProductlineSearchParams) SetStocktakingID(stocktakingID int32)

SetStocktakingID adds the stocktakingId to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) SetTimeout

SetTimeout adds the timeout to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithContext

WithContext adds the context to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithCount

WithCount adds the count to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithFields

WithFields adds the fields to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithFrom

WithFrom adds the from to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithSorting

WithSorting adds the sorting to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithStocktakingID

WithStocktakingID adds the stocktakingID to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WithTimeout

WithTimeout adds the timeout to the inventory stocktaking productline search params

func (*InventoryStocktakingProductlineSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InventoryStocktakingProductlineSearchReader

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

InventoryStocktakingProductlineSearchReader is a Reader for the InventoryStocktakingProductlineSearch structure.

func (*InventoryStocktakingProductlineSearchReader) ReadResponse

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