catalog_product_attribute_group_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 CatalogProductAttributeGroupRepositoryV1GetListGetBadRequest

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

400 Bad Request

func NewCatalogProductAttributeGroupRepositoryV1GetListGetBadRequest

func NewCatalogProductAttributeGroupRepositoryV1GetListGetBadRequest() *CatalogProductAttributeGroupRepositoryV1GetListGetBadRequest

NewCatalogProductAttributeGroupRepositoryV1GetListGetBadRequest creates a CatalogProductAttributeGroupRepositoryV1GetListGetBadRequest with default headers values

func (*CatalogProductAttributeGroupRepositoryV1GetListGetBadRequest) Error

func (*CatalogProductAttributeGroupRepositoryV1GetListGetBadRequest) GetPayload

type CatalogProductAttributeGroupRepositoryV1GetListGetDefault

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

Unexpected error

func NewCatalogProductAttributeGroupRepositoryV1GetListGetDefault

func NewCatalogProductAttributeGroupRepositoryV1GetListGetDefault(code int) *CatalogProductAttributeGroupRepositoryV1GetListGetDefault

NewCatalogProductAttributeGroupRepositoryV1GetListGetDefault creates a CatalogProductAttributeGroupRepositoryV1GetListGetDefault with default headers values

func (*CatalogProductAttributeGroupRepositoryV1GetListGetDefault) Code

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetDefault) Error

func (*CatalogProductAttributeGroupRepositoryV1GetListGetDefault) GetPayload

type CatalogProductAttributeGroupRepositoryV1GetListGetOK

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

200 Success.

func NewCatalogProductAttributeGroupRepositoryV1GetListGetOK

func NewCatalogProductAttributeGroupRepositoryV1GetListGetOK() *CatalogProductAttributeGroupRepositoryV1GetListGetOK

NewCatalogProductAttributeGroupRepositoryV1GetListGetOK creates a CatalogProductAttributeGroupRepositoryV1GetListGetOK with default headers values

func (*CatalogProductAttributeGroupRepositoryV1GetListGetOK) Error

func (*CatalogProductAttributeGroupRepositoryV1GetListGetOK) GetPayload

type CatalogProductAttributeGroupRepositoryV1GetListGetParams

type CatalogProductAttributeGroupRepositoryV1GetListGetParams 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
}

CatalogProductAttributeGroupRepositoryV1GetListGetParams contains all the parameters to send to the API endpoint

for the catalog product attribute group repository v1 get list get operation.

Typically these are written to a http.Request.

func NewCatalogProductAttributeGroupRepositoryV1GetListGetParams

func NewCatalogProductAttributeGroupRepositoryV1GetListGetParams() *CatalogProductAttributeGroupRepositoryV1GetListGetParams

NewCatalogProductAttributeGroupRepositoryV1GetListGetParams creates a new CatalogProductAttributeGroupRepositoryV1GetListGetParams 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 NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithContext

func NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithContext(ctx context.Context) *CatalogProductAttributeGroupRepositoryV1GetListGetParams

NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithContext creates a new CatalogProductAttributeGroupRepositoryV1GetListGetParams object with the ability to set a context for a request.

func NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithHTTPClient

func NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithHTTPClient(client *http.Client) *CatalogProductAttributeGroupRepositoryV1GetListGetParams

NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithHTTPClient creates a new CatalogProductAttributeGroupRepositoryV1GetListGetParams object with the ability to set a custom HTTPClient for a request.

func NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithTimeout

func NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithTimeout(timeout time.Duration) *CatalogProductAttributeGroupRepositoryV1GetListGetParams

NewCatalogProductAttributeGroupRepositoryV1GetListGetParamsWithTimeout creates a new CatalogProductAttributeGroupRepositoryV1GetListGetParams object with the ability to set a timeout on a request.

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetContext

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetDefaults

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetHTTPClient

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetSearchCriteriaCurrentPage

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0ConditionType

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Field

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Value

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetSearchCriteriaPageSize

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetSearchCriteriaSortOrders0Direction

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetSearchCriteriaSortOrders0Field

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) SetTimeout

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithContext

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithDefaults

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithHTTPClient

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithSearchCriteriaCurrentPage

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0ConditionType

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Field

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Value

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithSearchCriteriaPageSize

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithSearchCriteriaSortOrders0Direction

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithSearchCriteriaSortOrders0Field

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

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WithTimeout

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

func (*CatalogProductAttributeGroupRepositoryV1GetListGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CatalogProductAttributeGroupRepositoryV1GetListGetReader

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

CatalogProductAttributeGroupRepositoryV1GetListGetReader is a Reader for the CatalogProductAttributeGroupRepositoryV1GetListGet structure.

func (*CatalogProductAttributeGroupRepositoryV1GetListGetReader) ReadResponse

func (o *CatalogProductAttributeGroupRepositoryV1GetListGetReader) 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 product attribute group repository v1 API

func (*Client) CatalogProductAttributeGroupRepositoryV1GetListGet

func (a *Client) CatalogProductAttributeGroupRepositoryV1GetListGet(params *CatalogProductAttributeGroupRepositoryV1GetListGetParams, opts ...ClientOption) (*CatalogProductAttributeGroupRepositoryV1GetListGetOK, error)

CatalogProductAttributeGroupRepositoryV1GetListGet Retrieve list of attribute groups

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 {
	CatalogProductAttributeGroupRepositoryV1GetListGet(params *CatalogProductAttributeGroupRepositoryV1GetListGetParams, opts ...ClientOption) (*CatalogProductAttributeGroupRepositoryV1GetListGetOK, 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 product attribute group repository v1 API client.

Jump to

Keyboard shortcuts

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