catalog_attribute_set_repository_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 CatalogAttributeSetRepositoryV1GetGetBadRequest

type CatalogAttributeSetRepositoryV1GetGetBadRequest struct {
	Payload *models.ErrorResponse
}
CatalogAttributeSetRepositoryV1GetGetBadRequest describes a response with status code 400, with default header values.

400 Bad Request

func NewCatalogAttributeSetRepositoryV1GetGetBadRequest

func NewCatalogAttributeSetRepositoryV1GetGetBadRequest() *CatalogAttributeSetRepositoryV1GetGetBadRequest

NewCatalogAttributeSetRepositoryV1GetGetBadRequest creates a CatalogAttributeSetRepositoryV1GetGetBadRequest with default headers values

func (*CatalogAttributeSetRepositoryV1GetGetBadRequest) Error

func (*CatalogAttributeSetRepositoryV1GetGetBadRequest) GetPayload

type CatalogAttributeSetRepositoryV1GetGetDefault

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

Unexpected error

func NewCatalogAttributeSetRepositoryV1GetGetDefault

func NewCatalogAttributeSetRepositoryV1GetGetDefault(code int) *CatalogAttributeSetRepositoryV1GetGetDefault

NewCatalogAttributeSetRepositoryV1GetGetDefault creates a CatalogAttributeSetRepositoryV1GetGetDefault with default headers values

func (*CatalogAttributeSetRepositoryV1GetGetDefault) Code

Code gets the status code for the catalog attribute set repository v1 get get default response

func (*CatalogAttributeSetRepositoryV1GetGetDefault) Error

func (*CatalogAttributeSetRepositoryV1GetGetDefault) GetPayload

type CatalogAttributeSetRepositoryV1GetGetOK

type CatalogAttributeSetRepositoryV1GetGetOK struct {
	Payload *models.EavDataAttributeSetInterface
}
CatalogAttributeSetRepositoryV1GetGetOK describes a response with status code 200, with default header values.

200 Success.

func NewCatalogAttributeSetRepositoryV1GetGetOK

func NewCatalogAttributeSetRepositoryV1GetGetOK() *CatalogAttributeSetRepositoryV1GetGetOK

NewCatalogAttributeSetRepositoryV1GetGetOK creates a CatalogAttributeSetRepositoryV1GetGetOK with default headers values

func (*CatalogAttributeSetRepositoryV1GetGetOK) Error

func (*CatalogAttributeSetRepositoryV1GetGetOK) GetPayload

type CatalogAttributeSetRepositoryV1GetGetParams

type CatalogAttributeSetRepositoryV1GetGetParams struct {

	// AttributeSetID.
	AttributeSetID int64

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

CatalogAttributeSetRepositoryV1GetGetParams contains all the parameters to send to the API endpoint

for the catalog attribute set repository v1 get get operation.

Typically these are written to a http.Request.

func NewCatalogAttributeSetRepositoryV1GetGetParams

func NewCatalogAttributeSetRepositoryV1GetGetParams() *CatalogAttributeSetRepositoryV1GetGetParams

NewCatalogAttributeSetRepositoryV1GetGetParams creates a new CatalogAttributeSetRepositoryV1GetGetParams 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 NewCatalogAttributeSetRepositoryV1GetGetParamsWithContext

func NewCatalogAttributeSetRepositoryV1GetGetParamsWithContext(ctx context.Context) *CatalogAttributeSetRepositoryV1GetGetParams

NewCatalogAttributeSetRepositoryV1GetGetParamsWithContext creates a new CatalogAttributeSetRepositoryV1GetGetParams object with the ability to set a context for a request.

func NewCatalogAttributeSetRepositoryV1GetGetParamsWithHTTPClient

func NewCatalogAttributeSetRepositoryV1GetGetParamsWithHTTPClient(client *http.Client) *CatalogAttributeSetRepositoryV1GetGetParams

NewCatalogAttributeSetRepositoryV1GetGetParamsWithHTTPClient creates a new CatalogAttributeSetRepositoryV1GetGetParams object with the ability to set a custom HTTPClient for a request.

func NewCatalogAttributeSetRepositoryV1GetGetParamsWithTimeout

func NewCatalogAttributeSetRepositoryV1GetGetParamsWithTimeout(timeout time.Duration) *CatalogAttributeSetRepositoryV1GetGetParams

NewCatalogAttributeSetRepositoryV1GetGetParamsWithTimeout creates a new CatalogAttributeSetRepositoryV1GetGetParams object with the ability to set a timeout on a request.

func (*CatalogAttributeSetRepositoryV1GetGetParams) SetAttributeSetID

func (o *CatalogAttributeSetRepositoryV1GetGetParams) SetAttributeSetID(attributeSetID int64)

SetAttributeSetID adds the attributeSetId to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) SetContext

SetContext adds the context to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) SetDefaults

SetDefaults hydrates default values in the catalog attribute set repository v1 get get params (not the query body).

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

func (*CatalogAttributeSetRepositoryV1GetGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) SetTimeout

SetTimeout adds the timeout to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) WithAttributeSetID

WithAttributeSetID adds the attributeSetID to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) WithContext

WithContext adds the context to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) WithDefaults

WithDefaults hydrates default values in the catalog attribute set repository v1 get get params (not the query body).

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

func (*CatalogAttributeSetRepositoryV1GetGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) WithTimeout

WithTimeout adds the timeout to the catalog attribute set repository v1 get get params

func (*CatalogAttributeSetRepositoryV1GetGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CatalogAttributeSetRepositoryV1GetGetReader

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

CatalogAttributeSetRepositoryV1GetGetReader is a Reader for the CatalogAttributeSetRepositoryV1GetGet structure.

func (*CatalogAttributeSetRepositoryV1GetGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CatalogAttributeSetRepositoryV1GetListGetDefault

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

Unexpected error

func NewCatalogAttributeSetRepositoryV1GetListGetDefault

func NewCatalogAttributeSetRepositoryV1GetListGetDefault(code int) *CatalogAttributeSetRepositoryV1GetListGetDefault

NewCatalogAttributeSetRepositoryV1GetListGetDefault creates a CatalogAttributeSetRepositoryV1GetListGetDefault with default headers values

func (*CatalogAttributeSetRepositoryV1GetListGetDefault) Code

Code gets the status code for the catalog attribute set repository v1 get list get default response

func (*CatalogAttributeSetRepositoryV1GetListGetDefault) Error

func (*CatalogAttributeSetRepositoryV1GetListGetDefault) GetPayload

type CatalogAttributeSetRepositoryV1GetListGetOK

type CatalogAttributeSetRepositoryV1GetListGetOK struct {
	Payload *models.EavDataAttributeSetSearchResultsInterface
}
CatalogAttributeSetRepositoryV1GetListGetOK describes a response with status code 200, with default header values.

200 Success.

func NewCatalogAttributeSetRepositoryV1GetListGetOK

func NewCatalogAttributeSetRepositoryV1GetListGetOK() *CatalogAttributeSetRepositoryV1GetListGetOK

NewCatalogAttributeSetRepositoryV1GetListGetOK creates a CatalogAttributeSetRepositoryV1GetListGetOK with default headers values

func (*CatalogAttributeSetRepositoryV1GetListGetOK) Error

func (*CatalogAttributeSetRepositoryV1GetListGetOK) GetPayload

type CatalogAttributeSetRepositoryV1GetListGetParams

type CatalogAttributeSetRepositoryV1GetListGetParams struct {

	/* SearchCriteriaCurrentPage.

	   Current page.
	*/
	SearchCriteriaCurrentPage *int64

	/* SearchCriteriaFilterGroups0Filters0ConditionType.

	   Condition type
	*/
	SearchCriteriaFilterGroups0Filters0ConditionType *string

	/* SearchCriteriaFilterGroups0Filters0Field.

	   Field
	*/
	SearchCriteriaFilterGroups0Filters0Field *string

	/* SearchCriteriaFilterGroups0Filters0Value.

	   Value
	*/
	SearchCriteriaFilterGroups0Filters0Value *string

	/* SearchCriteriaPageSize.

	   Page size.
	*/
	SearchCriteriaPageSize *int64

	/* SearchCriteriaSortOrders0Direction.

	   Sorting direction.
	*/
	SearchCriteriaSortOrders0Direction *string

	/* SearchCriteriaSortOrders0Field.

	   Sorting field.
	*/
	SearchCriteriaSortOrders0Field *string

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

CatalogAttributeSetRepositoryV1GetListGetParams contains all the parameters to send to the API endpoint

for the catalog attribute set repository v1 get list get operation.

Typically these are written to a http.Request.

func NewCatalogAttributeSetRepositoryV1GetListGetParams

func NewCatalogAttributeSetRepositoryV1GetListGetParams() *CatalogAttributeSetRepositoryV1GetListGetParams

NewCatalogAttributeSetRepositoryV1GetListGetParams creates a new CatalogAttributeSetRepositoryV1GetListGetParams 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 NewCatalogAttributeSetRepositoryV1GetListGetParamsWithContext

func NewCatalogAttributeSetRepositoryV1GetListGetParamsWithContext(ctx context.Context) *CatalogAttributeSetRepositoryV1GetListGetParams

NewCatalogAttributeSetRepositoryV1GetListGetParamsWithContext creates a new CatalogAttributeSetRepositoryV1GetListGetParams object with the ability to set a context for a request.

func NewCatalogAttributeSetRepositoryV1GetListGetParamsWithHTTPClient

func NewCatalogAttributeSetRepositoryV1GetListGetParamsWithHTTPClient(client *http.Client) *CatalogAttributeSetRepositoryV1GetListGetParams

NewCatalogAttributeSetRepositoryV1GetListGetParamsWithHTTPClient creates a new CatalogAttributeSetRepositoryV1GetListGetParams object with the ability to set a custom HTTPClient for a request.

func NewCatalogAttributeSetRepositoryV1GetListGetParamsWithTimeout

func NewCatalogAttributeSetRepositoryV1GetListGetParamsWithTimeout(timeout time.Duration) *CatalogAttributeSetRepositoryV1GetListGetParams

NewCatalogAttributeSetRepositoryV1GetListGetParamsWithTimeout creates a new CatalogAttributeSetRepositoryV1GetListGetParams object with the ability to set a timeout on a request.

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetContext

SetContext adds the context to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetDefaults

SetDefaults hydrates default values in the catalog attribute set repository v1 get list get params (not the query body).

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

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaCurrentPage

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaCurrentPage(searchCriteriaCurrentPage *int64)

SetSearchCriteriaCurrentPage adds the searchCriteriaCurrentPage to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0ConditionType

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0ConditionType(searchCriteriaFilterGroups0Filters0ConditionType *string)

SetSearchCriteriaFilterGroups0Filters0ConditionType adds the searchCriteriaFilterGroups0Filters0ConditionType to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Field

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Field(searchCriteriaFilterGroups0Filters0Field *string)

SetSearchCriteriaFilterGroups0Filters0Field adds the searchCriteriaFilterGroups0Filters0Field to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Value

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Value(searchCriteriaFilterGroups0Filters0Value *string)

SetSearchCriteriaFilterGroups0Filters0Value adds the searchCriteriaFilterGroups0Filters0Value to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaPageSize

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaPageSize(searchCriteriaPageSize *int64)

SetSearchCriteriaPageSize adds the searchCriteriaPageSize to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaSortOrders0Direction

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaSortOrders0Direction(searchCriteriaSortOrders0Direction *string)

SetSearchCriteriaSortOrders0Direction adds the searchCriteriaSortOrders0Direction to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaSortOrders0Field

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) SetSearchCriteriaSortOrders0Field(searchCriteriaSortOrders0Field *string)

SetSearchCriteriaSortOrders0Field adds the searchCriteriaSortOrders0Field to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) SetTimeout

SetTimeout adds the timeout to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithContext

WithContext adds the context to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithDefaults

WithDefaults hydrates default values in the catalog attribute set repository v1 get list get params (not the query body).

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

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaCurrentPage

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaCurrentPage(searchCriteriaCurrentPage *int64) *CatalogAttributeSetRepositoryV1GetListGetParams

WithSearchCriteriaCurrentPage adds the searchCriteriaCurrentPage to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0ConditionType

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0ConditionType(searchCriteriaFilterGroups0Filters0ConditionType *string) *CatalogAttributeSetRepositoryV1GetListGetParams

WithSearchCriteriaFilterGroups0Filters0ConditionType adds the searchCriteriaFilterGroups0Filters0ConditionType to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Field

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Field(searchCriteriaFilterGroups0Filters0Field *string) *CatalogAttributeSetRepositoryV1GetListGetParams

WithSearchCriteriaFilterGroups0Filters0Field adds the searchCriteriaFilterGroups0Filters0Field to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Value

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Value(searchCriteriaFilterGroups0Filters0Value *string) *CatalogAttributeSetRepositoryV1GetListGetParams

WithSearchCriteriaFilterGroups0Filters0Value adds the searchCriteriaFilterGroups0Filters0Value to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaPageSize

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaPageSize(searchCriteriaPageSize *int64) *CatalogAttributeSetRepositoryV1GetListGetParams

WithSearchCriteriaPageSize adds the searchCriteriaPageSize to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaSortOrders0Direction

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaSortOrders0Direction(searchCriteriaSortOrders0Direction *string) *CatalogAttributeSetRepositoryV1GetListGetParams

WithSearchCriteriaSortOrders0Direction adds the searchCriteriaSortOrders0Direction to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaSortOrders0Field

func (o *CatalogAttributeSetRepositoryV1GetListGetParams) WithSearchCriteriaSortOrders0Field(searchCriteriaSortOrders0Field *string) *CatalogAttributeSetRepositoryV1GetListGetParams

WithSearchCriteriaSortOrders0Field adds the searchCriteriaSortOrders0Field to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WithTimeout

WithTimeout adds the timeout to the catalog attribute set repository v1 get list get params

func (*CatalogAttributeSetRepositoryV1GetListGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CatalogAttributeSetRepositoryV1GetListGetReader

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

CatalogAttributeSetRepositoryV1GetListGetReader is a Reader for the CatalogAttributeSetRepositoryV1GetListGet structure.

func (*CatalogAttributeSetRepositoryV1GetListGetReader) ReadResponse

func (o *CatalogAttributeSetRepositoryV1GetListGetReader) 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 catalog attribute set repository v1 API

func (*Client) CatalogAttributeSetRepositoryV1GetGet

func (a *Client) CatalogAttributeSetRepositoryV1GetGet(params *CatalogAttributeSetRepositoryV1GetGetParams, opts ...ClientOption) (*CatalogAttributeSetRepositoryV1GetGetOK, error)

CatalogAttributeSetRepositoryV1GetGet Retrieve attribute set information based on given ID

func (*Client) CatalogAttributeSetRepositoryV1GetListGet

func (a *Client) CatalogAttributeSetRepositoryV1GetListGet(params *CatalogAttributeSetRepositoryV1GetListGetParams, opts ...ClientOption) (*CatalogAttributeSetRepositoryV1GetListGetOK, error)

CatalogAttributeSetRepositoryV1GetListGet Retrieve list of Attribute Sets

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 {
	CatalogAttributeSetRepositoryV1GetGet(params *CatalogAttributeSetRepositoryV1GetGetParams, opts ...ClientOption) (*CatalogAttributeSetRepositoryV1GetGetOK, error)

	CatalogAttributeSetRepositoryV1GetListGet(params *CatalogAttributeSetRepositoryV1GetListGetParams, opts ...ClientOption) (*CatalogAttributeSetRepositoryV1GetListGetOK, 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 attribute set repository v1 API client.

Jump to

Keyboard shortcuts

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