catalog_category_link_management_v1

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault

type CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault describes a response with status code -1, with default header values.

Unexpected error

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetDefault

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetDefault(code int) *CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault

NewCatalogCategoryLinkManagementV1GetAssignedProductsGetDefault creates a CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault with default headers values

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault) Code

Code gets the status code for the catalog category link management v1 get assigned products get default response

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault) Error

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetDefault) GetPayload

type CatalogCategoryLinkManagementV1GetAssignedProductsGetOK

type CatalogCategoryLinkManagementV1GetAssignedProductsGetOK struct {
	Payload []*models.CatalogDataCategoryProductLinkInterface
}
CatalogCategoryLinkManagementV1GetAssignedProductsGetOK describes a response with status code 200, with default header values.

200 Success.

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetOK

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetOK() *CatalogCategoryLinkManagementV1GetAssignedProductsGetOK

NewCatalogCategoryLinkManagementV1GetAssignedProductsGetOK creates a CatalogCategoryLinkManagementV1GetAssignedProductsGetOK with default headers values

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetOK) Error

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetOK) GetPayload

type CatalogCategoryLinkManagementV1GetAssignedProductsGetParams

type CatalogCategoryLinkManagementV1GetAssignedProductsGetParams struct {

	// CategoryID.
	CategoryID int64

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

CatalogCategoryLinkManagementV1GetAssignedProductsGetParams contains all the parameters to send to the API endpoint

for the catalog category link management v1 get assigned products get operation.

Typically these are written to a http.Request.

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParams

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParams() *CatalogCategoryLinkManagementV1GetAssignedProductsGetParams

NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParams creates a new CatalogCategoryLinkManagementV1GetAssignedProductsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithContext

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithContext(ctx context.Context) *CatalogCategoryLinkManagementV1GetAssignedProductsGetParams

NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithContext creates a new CatalogCategoryLinkManagementV1GetAssignedProductsGetParams object with the ability to set a context for a request.

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithHTTPClient

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithHTTPClient(client *http.Client) *CatalogCategoryLinkManagementV1GetAssignedProductsGetParams

NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithHTTPClient creates a new CatalogCategoryLinkManagementV1GetAssignedProductsGetParams object with the ability to set a custom HTTPClient for a request.

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithTimeout

func NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithTimeout(timeout time.Duration) *CatalogCategoryLinkManagementV1GetAssignedProductsGetParams

NewCatalogCategoryLinkManagementV1GetAssignedProductsGetParamsWithTimeout creates a new CatalogCategoryLinkManagementV1GetAssignedProductsGetParams object with the ability to set a timeout on a request.

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) SetCategoryID

SetCategoryID adds the categoryId to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) SetContext

SetContext adds the context to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) SetDefaults

SetDefaults hydrates default values in the catalog category link management v1 get assigned products get params (not the query body).

All values with no default are reset to their zero value.

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) SetTimeout

SetTimeout adds the timeout to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) WithCategoryID

WithCategoryID adds the categoryID to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) WithContext

WithContext adds the context to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) WithDefaults

WithDefaults hydrates default values in the catalog category link management v1 get assigned products get params (not the query body).

All values with no default are reset to their zero value.

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) WithTimeout

WithTimeout adds the timeout to the catalog category link management v1 get assigned products get params

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CatalogCategoryLinkManagementV1GetAssignedProductsGetReader

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

CatalogCategoryLinkManagementV1GetAssignedProductsGetReader is a Reader for the CatalogCategoryLinkManagementV1GetAssignedProductsGet structure.

func (*CatalogCategoryLinkManagementV1GetAssignedProductsGetReader) ReadResponse

ReadResponse reads a server response into the received o.

type Client

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

Client for catalog category link management v1 API

func (*Client) CatalogCategoryLinkManagementV1GetAssignedProductsGet

func (a *Client) CatalogCategoryLinkManagementV1GetAssignedProductsGet(params *CatalogCategoryLinkManagementV1GetAssignedProductsGetParams, opts ...ClientOption) (*CatalogCategoryLinkManagementV1GetAssignedProductsGetOK, error)

CatalogCategoryLinkManagementV1GetAssignedProductsGet Get products assigned to category

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CatalogCategoryLinkManagementV1GetAssignedProductsGet(params *CatalogCategoryLinkManagementV1GetAssignedProductsGetParams, opts ...ClientOption) (*CatalogCategoryLinkManagementV1GetAssignedProductsGetOK, 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 catalog category link management v1 API client.

Jump to

Keyboard shortcuts

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