assets

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 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 AddTagsAsyncOK

type AddTagsAsyncOK struct {
}

AddTagsAsyncOK handles this case with default header values.

Success

func NewAddTagsAsyncOK

func NewAddTagsAsyncOK() *AddTagsAsyncOK

NewAddTagsAsyncOK creates a AddTagsAsyncOK with default headers values

func (*AddTagsAsyncOK) Error

func (o *AddTagsAsyncOK) Error() string

type AddTagsAsyncParams

type AddTagsAsyncParams struct {

	/*AssetID*/
	AssetID int32
	/*AssetTags*/
	AssetTags *models.AssetTags

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

AddTagsAsyncParams contains all the parameters to send to the API endpoint for the add tags async operation typically these are written to a http.Request

func NewAddTagsAsyncParams

func NewAddTagsAsyncParams() *AddTagsAsyncParams

NewAddTagsAsyncParams creates a new AddTagsAsyncParams object with the default values initialized.

func NewAddTagsAsyncParamsWithContext

func NewAddTagsAsyncParamsWithContext(ctx context.Context) *AddTagsAsyncParams

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

func NewAddTagsAsyncParamsWithHTTPClient

func NewAddTagsAsyncParamsWithHTTPClient(client *http.Client) *AddTagsAsyncParams

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

func NewAddTagsAsyncParamsWithTimeout

func NewAddTagsAsyncParamsWithTimeout(timeout time.Duration) *AddTagsAsyncParams

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

func (*AddTagsAsyncParams) SetAssetID

func (o *AddTagsAsyncParams) SetAssetID(assetID int32)

SetAssetID adds the assetId to the add tags async params

func (*AddTagsAsyncParams) SetAssetTags

func (o *AddTagsAsyncParams) SetAssetTags(assetTags *models.AssetTags)

SetAssetTags adds the assetTags to the add tags async params

func (*AddTagsAsyncParams) SetContext

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

SetContext adds the context to the add tags async params

func (*AddTagsAsyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add tags async params

func (*AddTagsAsyncParams) SetTimeout

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

SetTimeout adds the timeout to the add tags async params

func (*AddTagsAsyncParams) WithAssetID

func (o *AddTagsAsyncParams) WithAssetID(assetID int32) *AddTagsAsyncParams

WithAssetID adds the assetID to the add tags async params

func (*AddTagsAsyncParams) WithAssetTags

func (o *AddTagsAsyncParams) WithAssetTags(assetTags *models.AssetTags) *AddTagsAsyncParams

WithAssetTags adds the assetTags to the add tags async params

func (*AddTagsAsyncParams) WithContext

WithContext adds the context to the add tags async params

func (*AddTagsAsyncParams) WithHTTPClient

func (o *AddTagsAsyncParams) WithHTTPClient(client *http.Client) *AddTagsAsyncParams

WithHTTPClient adds the HTTPClient to the add tags async params

func (*AddTagsAsyncParams) WithTimeout

func (o *AddTagsAsyncParams) WithTimeout(timeout time.Duration) *AddTagsAsyncParams

WithTimeout adds the timeout to the add tags async params

func (*AddTagsAsyncParams) WriteToRequest

func (o *AddTagsAsyncParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddTagsAsyncReader

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

AddTagsAsyncReader is a Reader for the AddTagsAsync structure.

func (*AddTagsAsyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for assets API

func (*Client) AddTagsAsync

func (a *Client) AddTagsAsync(params *AddTagsAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*AddTagsAsyncOK, error)

AddTagsAsync add tags async API

func (*Client) DeleteTagsAsync

func (a *Client) DeleteTagsAsync(params *DeleteTagsAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTagsAsyncOK, error)

DeleteTagsAsync delete tags async API

func (*Client) GetAssetOrdersAsync

func (a *Client) GetAssetOrdersAsync(params *GetAssetOrdersAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*GetAssetOrdersAsyncOK, error)

GetAssetOrdersAsync get asset orders async API

func (*Client) GetAssets added in v1.1.0

func (a *Client) GetAssets(params *GetAssetsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAssetsOK, error)

GetAssets get assets API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateTagsAsync

func (a *Client) UpdateTagsAsync(params *UpdateTagsAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTagsAsyncOK, error)

UpdateTagsAsync update tags async API

func (*Client) VerifyAsync

func (a *Client) VerifyAsync(params *VerifyAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*VerifyAsyncOK, error)

VerifyAsync verify async API

type ClientService

type ClientService interface {
	AddTagsAsync(params *AddTagsAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*AddTagsAsyncOK, error)

	DeleteTagsAsync(params *DeleteTagsAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTagsAsyncOK, error)

	GetAssetOrdersAsync(params *GetAssetOrdersAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*GetAssetOrdersAsyncOK, error)

	GetAssets(params *GetAssetsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAssetsOK, error)

	UpdateTagsAsync(params *UpdateTagsAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTagsAsyncOK, error)

	VerifyAsync(params *VerifyAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*VerifyAsyncOK, 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 assets API client.

type DeleteTagsAsyncOK

type DeleteTagsAsyncOK struct {
}

DeleteTagsAsyncOK handles this case with default header values.

Success

func NewDeleteTagsAsyncOK

func NewDeleteTagsAsyncOK() *DeleteTagsAsyncOK

NewDeleteTagsAsyncOK creates a DeleteTagsAsyncOK with default headers values

func (*DeleteTagsAsyncOK) Error

func (o *DeleteTagsAsyncOK) Error() string

type DeleteTagsAsyncParams

type DeleteTagsAsyncParams struct {

	/*AssetID*/
	AssetID int32

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

DeleteTagsAsyncParams contains all the parameters to send to the API endpoint for the delete tags async operation typically these are written to a http.Request

func NewDeleteTagsAsyncParams

func NewDeleteTagsAsyncParams() *DeleteTagsAsyncParams

NewDeleteTagsAsyncParams creates a new DeleteTagsAsyncParams object with the default values initialized.

func NewDeleteTagsAsyncParamsWithContext

func NewDeleteTagsAsyncParamsWithContext(ctx context.Context) *DeleteTagsAsyncParams

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

func NewDeleteTagsAsyncParamsWithHTTPClient

func NewDeleteTagsAsyncParamsWithHTTPClient(client *http.Client) *DeleteTagsAsyncParams

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

func NewDeleteTagsAsyncParamsWithTimeout

func NewDeleteTagsAsyncParamsWithTimeout(timeout time.Duration) *DeleteTagsAsyncParams

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

func (*DeleteTagsAsyncParams) SetAssetID

func (o *DeleteTagsAsyncParams) SetAssetID(assetID int32)

SetAssetID adds the assetId to the delete tags async params

func (*DeleteTagsAsyncParams) SetContext

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

SetContext adds the context to the delete tags async params

func (*DeleteTagsAsyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete tags async params

func (*DeleteTagsAsyncParams) SetTimeout

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

SetTimeout adds the timeout to the delete tags async params

func (*DeleteTagsAsyncParams) WithAssetID

func (o *DeleteTagsAsyncParams) WithAssetID(assetID int32) *DeleteTagsAsyncParams

WithAssetID adds the assetID to the delete tags async params

func (*DeleteTagsAsyncParams) WithContext

WithContext adds the context to the delete tags async params

func (*DeleteTagsAsyncParams) WithHTTPClient

func (o *DeleteTagsAsyncParams) WithHTTPClient(client *http.Client) *DeleteTagsAsyncParams

WithHTTPClient adds the HTTPClient to the delete tags async params

func (*DeleteTagsAsyncParams) WithTimeout

func (o *DeleteTagsAsyncParams) WithTimeout(timeout time.Duration) *DeleteTagsAsyncParams

WithTimeout adds the timeout to the delete tags async params

func (*DeleteTagsAsyncParams) WriteToRequest

func (o *DeleteTagsAsyncParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteTagsAsyncReader

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

DeleteTagsAsyncReader is a Reader for the DeleteTagsAsync structure.

func (*DeleteTagsAsyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAssetOrdersAsyncOK

type GetAssetOrdersAsyncOK struct {
	Payload *models.APICollectionOfAssetOrder
}

GetAssetOrdersAsyncOK handles this case with default header values.

Success

func NewGetAssetOrdersAsyncOK

func NewGetAssetOrdersAsyncOK() *GetAssetOrdersAsyncOK

NewGetAssetOrdersAsyncOK creates a GetAssetOrdersAsyncOK with default headers values

func (*GetAssetOrdersAsyncOK) Error

func (o *GetAssetOrdersAsyncOK) Error() string

func (*GetAssetOrdersAsyncOK) GetPayload

type GetAssetOrdersAsyncParams

type GetAssetOrdersAsyncParams struct {

	/*AssetType*/
	AssetType *string
	/*ExternalOrderID*/
	ExternalOrderID *string
	/*ExternalOrderIds*/
	ExternalOrderIds []string
	/*Page*/
	Page *int32
	/*PageSize*/
	PageSize *int32
	/*PublisherID*/
	PublisherID *int32
	/*ResellerCustomerID*/
	ResellerCustomerID *int32
	/*ReservationID*/
	ReservationID *string
	/*Search*/
	Search *string
	/*Status*/
	Status *string

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

GetAssetOrdersAsyncParams contains all the parameters to send to the API endpoint for the get asset orders async operation typically these are written to a http.Request

func NewGetAssetOrdersAsyncParams

func NewGetAssetOrdersAsyncParams() *GetAssetOrdersAsyncParams

NewGetAssetOrdersAsyncParams creates a new GetAssetOrdersAsyncParams object with the default values initialized.

func NewGetAssetOrdersAsyncParamsWithContext

func NewGetAssetOrdersAsyncParamsWithContext(ctx context.Context) *GetAssetOrdersAsyncParams

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

func NewGetAssetOrdersAsyncParamsWithHTTPClient

func NewGetAssetOrdersAsyncParamsWithHTTPClient(client *http.Client) *GetAssetOrdersAsyncParams

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

func NewGetAssetOrdersAsyncParamsWithTimeout

func NewGetAssetOrdersAsyncParamsWithTimeout(timeout time.Duration) *GetAssetOrdersAsyncParams

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

func (*GetAssetOrdersAsyncParams) SetAssetType

func (o *GetAssetOrdersAsyncParams) SetAssetType(assetType *string)

SetAssetType adds the assetType to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetContext

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

SetContext adds the context to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetExternalOrderID

func (o *GetAssetOrdersAsyncParams) SetExternalOrderID(externalOrderID *string)

SetExternalOrderID adds the externalOrderId to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetExternalOrderIds

func (o *GetAssetOrdersAsyncParams) SetExternalOrderIds(externalOrderIds []string)

SetExternalOrderIds adds the externalOrderIds to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetPage

func (o *GetAssetOrdersAsyncParams) SetPage(page *int32)

SetPage adds the page to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetPageSize

func (o *GetAssetOrdersAsyncParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetPublisherID

func (o *GetAssetOrdersAsyncParams) SetPublisherID(publisherID *int32)

SetPublisherID adds the publisherId to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetResellerCustomerID

func (o *GetAssetOrdersAsyncParams) SetResellerCustomerID(resellerCustomerID *int32)

SetResellerCustomerID adds the resellerCustomerId to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetReservationID

func (o *GetAssetOrdersAsyncParams) SetReservationID(reservationID *string)

SetReservationID adds the reservationId to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetSearch

func (o *GetAssetOrdersAsyncParams) SetSearch(search *string)

SetSearch adds the search to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetStatus

func (o *GetAssetOrdersAsyncParams) SetStatus(status *string)

SetStatus adds the status to the get asset orders async params

func (*GetAssetOrdersAsyncParams) SetTimeout

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

SetTimeout adds the timeout to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithAssetType

func (o *GetAssetOrdersAsyncParams) WithAssetType(assetType *string) *GetAssetOrdersAsyncParams

WithAssetType adds the assetType to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithContext

WithContext adds the context to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithExternalOrderID

func (o *GetAssetOrdersAsyncParams) WithExternalOrderID(externalOrderID *string) *GetAssetOrdersAsyncParams

WithExternalOrderID adds the externalOrderID to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithExternalOrderIds

func (o *GetAssetOrdersAsyncParams) WithExternalOrderIds(externalOrderIds []string) *GetAssetOrdersAsyncParams

WithExternalOrderIds adds the externalOrderIds to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithHTTPClient

func (o *GetAssetOrdersAsyncParams) WithHTTPClient(client *http.Client) *GetAssetOrdersAsyncParams

WithHTTPClient adds the HTTPClient to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithPage

WithPage adds the page to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithPageSize

func (o *GetAssetOrdersAsyncParams) WithPageSize(pageSize *int32) *GetAssetOrdersAsyncParams

WithPageSize adds the pageSize to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithPublisherID

func (o *GetAssetOrdersAsyncParams) WithPublisherID(publisherID *int32) *GetAssetOrdersAsyncParams

WithPublisherID adds the publisherID to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithResellerCustomerID

func (o *GetAssetOrdersAsyncParams) WithResellerCustomerID(resellerCustomerID *int32) *GetAssetOrdersAsyncParams

WithResellerCustomerID adds the resellerCustomerID to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithReservationID

func (o *GetAssetOrdersAsyncParams) WithReservationID(reservationID *string) *GetAssetOrdersAsyncParams

WithReservationID adds the reservationID to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithSearch

WithSearch adds the search to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithStatus

WithStatus adds the status to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WithTimeout

WithTimeout adds the timeout to the get asset orders async params

func (*GetAssetOrdersAsyncParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAssetOrdersAsyncReader

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

GetAssetOrdersAsyncReader is a Reader for the GetAssetOrdersAsync structure.

func (*GetAssetOrdersAsyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAssetsOK added in v1.1.0

type GetAssetsOK struct {
	Payload *models.APICollectionOfAsset
}

GetAssetsOK handles this case with default header values.

Success

func NewGetAssetsOK added in v1.1.0

func NewGetAssetsOK() *GetAssetsOK

NewGetAssetsOK creates a GetAssetsOK with default headers values

func (*GetAssetsOK) Error added in v1.1.0

func (o *GetAssetsOK) Error() string

func (*GetAssetsOK) GetPayload added in v1.1.0

func (o *GetAssetsOK) GetPayload() *models.APICollectionOfAsset

type GetAssetsParams added in v1.1.0

type GetAssetsParams struct {

	/*AssetType*/
	AssetType *string
	/*ExternalOrderID*/
	ExternalOrderID *string
	/*ExternalOrderIds*/
	ExternalOrderIds []string
	/*Page*/
	Page *int32
	/*PageSize*/
	PageSize *int32
	/*PublisherID*/
	PublisherID *int32
	/*ResellerCustomerID*/
	ResellerCustomerID *int32
	/*ReservationID*/
	ReservationID *string
	/*Search*/
	Search *string
	/*Status*/
	Status *string

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

GetAssetsParams contains all the parameters to send to the API endpoint for the get assets operation typically these are written to a http.Request

func NewGetAssetsParams added in v1.1.0

func NewGetAssetsParams() *GetAssetsParams

NewGetAssetsParams creates a new GetAssetsParams object with the default values initialized.

func NewGetAssetsParamsWithContext added in v1.1.0

func NewGetAssetsParamsWithContext(ctx context.Context) *GetAssetsParams

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

func NewGetAssetsParamsWithHTTPClient added in v1.1.0

func NewGetAssetsParamsWithHTTPClient(client *http.Client) *GetAssetsParams

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

func NewGetAssetsParamsWithTimeout added in v1.1.0

func NewGetAssetsParamsWithTimeout(timeout time.Duration) *GetAssetsParams

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

func (*GetAssetsParams) SetAssetType added in v1.1.0

func (o *GetAssetsParams) SetAssetType(assetType *string)

SetAssetType adds the assetType to the get assets params

func (*GetAssetsParams) SetContext added in v1.1.0

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

SetContext adds the context to the get assets params

func (*GetAssetsParams) SetExternalOrderID added in v1.1.0

func (o *GetAssetsParams) SetExternalOrderID(externalOrderID *string)

SetExternalOrderID adds the externalOrderId to the get assets params

func (*GetAssetsParams) SetExternalOrderIds added in v1.1.0

func (o *GetAssetsParams) SetExternalOrderIds(externalOrderIds []string)

SetExternalOrderIds adds the externalOrderIds to the get assets params

func (*GetAssetsParams) SetHTTPClient added in v1.1.0

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

SetHTTPClient adds the HTTPClient to the get assets params

func (*GetAssetsParams) SetPage added in v1.1.0

func (o *GetAssetsParams) SetPage(page *int32)

SetPage adds the page to the get assets params

func (*GetAssetsParams) SetPageSize added in v1.1.0

func (o *GetAssetsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get assets params

func (*GetAssetsParams) SetPublisherID added in v1.1.0

func (o *GetAssetsParams) SetPublisherID(publisherID *int32)

SetPublisherID adds the publisherId to the get assets params

func (*GetAssetsParams) SetResellerCustomerID added in v1.1.0

func (o *GetAssetsParams) SetResellerCustomerID(resellerCustomerID *int32)

SetResellerCustomerID adds the resellerCustomerId to the get assets params

func (*GetAssetsParams) SetReservationID added in v1.1.0

func (o *GetAssetsParams) SetReservationID(reservationID *string)

SetReservationID adds the reservationId to the get assets params

func (*GetAssetsParams) SetSearch added in v1.1.0

func (o *GetAssetsParams) SetSearch(search *string)

SetSearch adds the search to the get assets params

func (*GetAssetsParams) SetStatus added in v1.1.0

func (o *GetAssetsParams) SetStatus(status *string)

SetStatus adds the status to the get assets params

func (*GetAssetsParams) SetTimeout added in v1.1.0

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

SetTimeout adds the timeout to the get assets params

func (*GetAssetsParams) WithAssetType added in v1.1.0

func (o *GetAssetsParams) WithAssetType(assetType *string) *GetAssetsParams

WithAssetType adds the assetType to the get assets params

func (*GetAssetsParams) WithContext added in v1.1.0

func (o *GetAssetsParams) WithContext(ctx context.Context) *GetAssetsParams

WithContext adds the context to the get assets params

func (*GetAssetsParams) WithExternalOrderID added in v1.1.0

func (o *GetAssetsParams) WithExternalOrderID(externalOrderID *string) *GetAssetsParams

WithExternalOrderID adds the externalOrderID to the get assets params

func (*GetAssetsParams) WithExternalOrderIds added in v1.1.0

func (o *GetAssetsParams) WithExternalOrderIds(externalOrderIds []string) *GetAssetsParams

WithExternalOrderIds adds the externalOrderIds to the get assets params

func (*GetAssetsParams) WithHTTPClient added in v1.1.0

func (o *GetAssetsParams) WithHTTPClient(client *http.Client) *GetAssetsParams

WithHTTPClient adds the HTTPClient to the get assets params

func (*GetAssetsParams) WithPage added in v1.1.0

func (o *GetAssetsParams) WithPage(page *int32) *GetAssetsParams

WithPage adds the page to the get assets params

func (*GetAssetsParams) WithPageSize added in v1.1.0

func (o *GetAssetsParams) WithPageSize(pageSize *int32) *GetAssetsParams

WithPageSize adds the pageSize to the get assets params

func (*GetAssetsParams) WithPublisherID added in v1.1.0

func (o *GetAssetsParams) WithPublisherID(publisherID *int32) *GetAssetsParams

WithPublisherID adds the publisherID to the get assets params

func (*GetAssetsParams) WithResellerCustomerID added in v1.1.0

func (o *GetAssetsParams) WithResellerCustomerID(resellerCustomerID *int32) *GetAssetsParams

WithResellerCustomerID adds the resellerCustomerID to the get assets params

func (*GetAssetsParams) WithReservationID added in v1.1.0

func (o *GetAssetsParams) WithReservationID(reservationID *string) *GetAssetsParams

WithReservationID adds the reservationID to the get assets params

func (*GetAssetsParams) WithSearch added in v1.1.0

func (o *GetAssetsParams) WithSearch(search *string) *GetAssetsParams

WithSearch adds the search to the get assets params

func (*GetAssetsParams) WithStatus added in v1.1.0

func (o *GetAssetsParams) WithStatus(status *string) *GetAssetsParams

WithStatus adds the status to the get assets params

func (*GetAssetsParams) WithTimeout added in v1.1.0

func (o *GetAssetsParams) WithTimeout(timeout time.Duration) *GetAssetsParams

WithTimeout adds the timeout to the get assets params

func (*GetAssetsParams) WriteToRequest added in v1.1.0

func (o *GetAssetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAssetsReader added in v1.1.0

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

GetAssetsReader is a Reader for the GetAssets structure.

func (*GetAssetsReader) ReadResponse added in v1.1.0

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

ReadResponse reads a server response into the received o.

type UpdateTagsAsyncOK

type UpdateTagsAsyncOK struct {
}

UpdateTagsAsyncOK handles this case with default header values.

Success

func NewUpdateTagsAsyncOK

func NewUpdateTagsAsyncOK() *UpdateTagsAsyncOK

NewUpdateTagsAsyncOK creates a UpdateTagsAsyncOK with default headers values

func (*UpdateTagsAsyncOK) Error

func (o *UpdateTagsAsyncOK) Error() string

type UpdateTagsAsyncParams

type UpdateTagsAsyncParams struct {

	/*AssetID*/
	AssetID int32
	/*AssetTags*/
	AssetTags *models.AssetTags

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

UpdateTagsAsyncParams contains all the parameters to send to the API endpoint for the update tags async operation typically these are written to a http.Request

func NewUpdateTagsAsyncParams

func NewUpdateTagsAsyncParams() *UpdateTagsAsyncParams

NewUpdateTagsAsyncParams creates a new UpdateTagsAsyncParams object with the default values initialized.

func NewUpdateTagsAsyncParamsWithContext

func NewUpdateTagsAsyncParamsWithContext(ctx context.Context) *UpdateTagsAsyncParams

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

func NewUpdateTagsAsyncParamsWithHTTPClient

func NewUpdateTagsAsyncParamsWithHTTPClient(client *http.Client) *UpdateTagsAsyncParams

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

func NewUpdateTagsAsyncParamsWithTimeout

func NewUpdateTagsAsyncParamsWithTimeout(timeout time.Duration) *UpdateTagsAsyncParams

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

func (*UpdateTagsAsyncParams) SetAssetID

func (o *UpdateTagsAsyncParams) SetAssetID(assetID int32)

SetAssetID adds the assetId to the update tags async params

func (*UpdateTagsAsyncParams) SetAssetTags

func (o *UpdateTagsAsyncParams) SetAssetTags(assetTags *models.AssetTags)

SetAssetTags adds the assetTags to the update tags async params

func (*UpdateTagsAsyncParams) SetContext

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

SetContext adds the context to the update tags async params

func (*UpdateTagsAsyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update tags async params

func (*UpdateTagsAsyncParams) SetTimeout

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

SetTimeout adds the timeout to the update tags async params

func (*UpdateTagsAsyncParams) WithAssetID

func (o *UpdateTagsAsyncParams) WithAssetID(assetID int32) *UpdateTagsAsyncParams

WithAssetID adds the assetID to the update tags async params

func (*UpdateTagsAsyncParams) WithAssetTags

func (o *UpdateTagsAsyncParams) WithAssetTags(assetTags *models.AssetTags) *UpdateTagsAsyncParams

WithAssetTags adds the assetTags to the update tags async params

func (*UpdateTagsAsyncParams) WithContext

WithContext adds the context to the update tags async params

func (*UpdateTagsAsyncParams) WithHTTPClient

func (o *UpdateTagsAsyncParams) WithHTTPClient(client *http.Client) *UpdateTagsAsyncParams

WithHTTPClient adds the HTTPClient to the update tags async params

func (*UpdateTagsAsyncParams) WithTimeout

func (o *UpdateTagsAsyncParams) WithTimeout(timeout time.Duration) *UpdateTagsAsyncParams

WithTimeout adds the timeout to the update tags async params

func (*UpdateTagsAsyncParams) WriteToRequest

func (o *UpdateTagsAsyncParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateTagsAsyncReader

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

UpdateTagsAsyncReader is a Reader for the UpdateTagsAsync structure.

func (*UpdateTagsAsyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type VerifyAsyncOK

type VerifyAsyncOK struct {
	Payload *models.AssetOrder
}

VerifyAsyncOK handles this case with default header values.

Success

func NewVerifyAsyncOK

func NewVerifyAsyncOK() *VerifyAsyncOK

NewVerifyAsyncOK creates a VerifyAsyncOK with default headers values

func (*VerifyAsyncOK) Error

func (o *VerifyAsyncOK) Error() string

func (*VerifyAsyncOK) GetPayload

func (o *VerifyAsyncOK) GetPayload() *models.AssetOrder

type VerifyAsyncParams

type VerifyAsyncParams struct {

	/*Order*/
	Order *models.AssetOrder

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

VerifyAsyncParams contains all the parameters to send to the API endpoint for the verify async operation typically these are written to a http.Request

func NewVerifyAsyncParams

func NewVerifyAsyncParams() *VerifyAsyncParams

NewVerifyAsyncParams creates a new VerifyAsyncParams object with the default values initialized.

func NewVerifyAsyncParamsWithContext

func NewVerifyAsyncParamsWithContext(ctx context.Context) *VerifyAsyncParams

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

func NewVerifyAsyncParamsWithHTTPClient

func NewVerifyAsyncParamsWithHTTPClient(client *http.Client) *VerifyAsyncParams

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

func NewVerifyAsyncParamsWithTimeout

func NewVerifyAsyncParamsWithTimeout(timeout time.Duration) *VerifyAsyncParams

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

func (*VerifyAsyncParams) SetContext

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

SetContext adds the context to the verify async params

func (*VerifyAsyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the verify async params

func (*VerifyAsyncParams) SetOrder

func (o *VerifyAsyncParams) SetOrder(order *models.AssetOrder)

SetOrder adds the order to the verify async params

func (*VerifyAsyncParams) SetTimeout

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

SetTimeout adds the timeout to the verify async params

func (*VerifyAsyncParams) WithContext

func (o *VerifyAsyncParams) WithContext(ctx context.Context) *VerifyAsyncParams

WithContext adds the context to the verify async params

func (*VerifyAsyncParams) WithHTTPClient

func (o *VerifyAsyncParams) WithHTTPClient(client *http.Client) *VerifyAsyncParams

WithHTTPClient adds the HTTPClient to the verify async params

func (*VerifyAsyncParams) WithOrder

func (o *VerifyAsyncParams) WithOrder(order *models.AssetOrder) *VerifyAsyncParams

WithOrder adds the order to the verify async params

func (*VerifyAsyncParams) WithTimeout

func (o *VerifyAsyncParams) WithTimeout(timeout time.Duration) *VerifyAsyncParams

WithTimeout adds the timeout to the verify async params

func (*VerifyAsyncParams) WriteToRequest

func (o *VerifyAsyncParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type VerifyAsyncReader

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

VerifyAsyncReader is a Reader for the VerifyAsync structure.

func (*VerifyAsyncReader) ReadResponse

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