catalog_changes

package
v0.1.0-alpha.11 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

View Source
const (
	GetStatisticCREATEConstant = "CREATE"
	GetStatisticDELETEConstant = "DELETE"
	GetStatisticUPDATEConstant = "UPDATE"
)

Get the enum in GetStatisticParams

View Source
const (
	GetStatisticAPPConstant          = "APP"
	GetStatisticBUNDLEConstant       = "BUNDLE"
	GetStatisticCODEConstant         = "CODE"
	GetStatisticCOINSConstant        = "COINS"
	GetStatisticEXTENSIONConstant    = "EXTENSION"
	GetStatisticINGAMEITEMConstant   = "INGAMEITEM"
	GetStatisticLOOTBOXConstant      = "LOOTBOX"
	GetStatisticMEDIAConstant        = "MEDIA"
	GetStatisticOPTIONBOXConstant    = "OPTIONBOX"
	GetStatisticSEASONConstant       = "SEASON"
	GetStatisticSUBSCRIPTIONConstant = "SUBSCRIPTION"
)

Get the enum in GetStatisticParams

View Source
const (
	GetStatisticCATEGORYConstant = "CATEGORY"
	GetStatisticITEMConstant     = "ITEM"
	GetStatisticSECTIONConstant  = "SECTION"
	GetStatisticSTOREConstant    = "STORE"
	GetStatisticVIEWConstant     = "VIEW"
)

Get the enum in GetStatisticParams

View Source
const (
	QueryChangesCREATEConstant = "CREATE"
	QueryChangesDELETEConstant = "DELETE"
	QueryChangesUPDATEConstant = "UPDATE"
)

Get the enum in QueryChangesParams

View Source
const (
	QueryChangesAPPConstant          = "APP"
	QueryChangesBUNDLEConstant       = "BUNDLE"
	QueryChangesCODEConstant         = "CODE"
	QueryChangesCOINSConstant        = "COINS"
	QueryChangesEXTENSIONConstant    = "EXTENSION"
	QueryChangesINGAMEITEMConstant   = "INGAMEITEM"
	QueryChangesLOOTBOXConstant      = "LOOTBOX"
	QueryChangesMEDIAConstant        = "MEDIA"
	QueryChangesOPTIONBOXConstant    = "OPTIONBOX"
	QueryChangesSEASONConstant       = "SEASON"
	QueryChangesSUBSCRIPTIONConstant = "SUBSCRIPTION"
)

Get the enum in QueryChangesParams

View Source
const (
	QueryChangesCreatedAtConstant     = "createdAt"
	QueryChangesCreatedAtAscConstant  = "createdAt:asc"
	QueryChangesCreatedAtDescConstant = "createdAt:desc"
	QueryChangesUpdatedAtConstant     = "updatedAt"
	QueryChangesUpdatedAtAscConstant  = "updatedAt:asc"
	QueryChangesUpdatedAtDescConstant = "updatedAt:desc"
)

Get the enum in QueryChangesParams

View Source
const (
	QueryChangesPUBLISHEDConstant   = "PUBLISHED"
	QueryChangesUNPUBLISHEDConstant = "UNPUBLISHED"
)

Get the enum in QueryChangesParams

View Source
const (
	QueryChangesCATEGORYConstant = "CATEGORY"
	QueryChangesITEMConstant     = "ITEM"
	QueryChangesSECTIONConstant  = "SECTION"
	QueryChangesSTOREConstant    = "STORE"
	QueryChangesVIEWConstant     = "VIEW"
)

Get the enum in QueryChangesParams

View Source
const (
	SelectAllRecordsByCriteriaCREATEConstant = "CREATE"
	SelectAllRecordsByCriteriaDELETEConstant = "DELETE"
	SelectAllRecordsByCriteriaUPDATEConstant = "UPDATE"
)

Get the enum in SelectAllRecordsByCriteriaParams

View Source
const (
	SelectAllRecordsByCriteriaAPPConstant          = "APP"
	SelectAllRecordsByCriteriaBUNDLEConstant       = "BUNDLE"
	SelectAllRecordsByCriteriaCODEConstant         = "CODE"
	SelectAllRecordsByCriteriaCOINSConstant        = "COINS"
	SelectAllRecordsByCriteriaEXTENSIONConstant    = "EXTENSION"
	SelectAllRecordsByCriteriaINGAMEITEMConstant   = "INGAMEITEM"
	SelectAllRecordsByCriteriaLOOTBOXConstant      = "LOOTBOX"
	SelectAllRecordsByCriteriaMEDIAConstant        = "MEDIA"
	SelectAllRecordsByCriteriaOPTIONBOXConstant    = "OPTIONBOX"
	SelectAllRecordsByCriteriaSEASONConstant       = "SEASON"
	SelectAllRecordsByCriteriaSUBSCRIPTIONConstant = "SUBSCRIPTION"
)

Get the enum in SelectAllRecordsByCriteriaParams

View Source
const (
	SelectAllRecordsByCriteriaCATEGORYConstant = "CATEGORY"
	SelectAllRecordsByCriteriaITEMConstant     = "ITEM"
	SelectAllRecordsByCriteriaSECTIONConstant  = "SECTION"
	SelectAllRecordsByCriteriaSTOREConstant    = "STORE"
	SelectAllRecordsByCriteriaVIEWConstant     = "VIEW"
)

Get the enum in SelectAllRecordsByCriteriaParams

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for catalog changes API

func (*Client) GetStatistic deprecated

func (a *Client) GetStatistic(params *GetStatisticParams, authInfo runtime.ClientAuthInfoWriter) (*GetStatisticOK, error)

Deprecated: 2022-08-10 - Use GetStatisticShort instead.

GetStatistic get catalog changes statistics This API is used to query catalog changes statistics .

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ)
  • Returns : catalog changes statistics changes

func (*Client) GetStatisticShort

func (a *Client) GetStatisticShort(params *GetStatisticParams, authInfo runtime.ClientAuthInfoWriter) (*GetStatisticOK, error)

GetStatisticShort get catalog changes statistics This API is used to query catalog changes statistics .

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ)
  • Returns : catalog changes statistics changes

func (*Client) PublishAll deprecated

Deprecated: 2022-08-10 - Use PublishAllShort instead.

PublishAll publish all unpublished changes This API is used to publish all unpublished changes.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=1 (CREATE)
  • Returns : no content

func (*Client) PublishAllShort

func (a *Client) PublishAllShort(params *PublishAllParams, authInfo runtime.ClientAuthInfoWriter) (*PublishAllOK, error)

PublishAllShort publish all unpublished changes This API is used to publish all unpublished changes.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=1 (CREATE)
  • Returns : no content

func (*Client) PublishSelected deprecated

Deprecated: 2022-08-10 - Use PublishSelectedShort instead.

PublishSelected publish selected unpublished changes This API is used to publish selected unpublished changes.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=1 (CREATE)
  • Returns : no content

func (*Client) PublishSelectedShort

func (a *Client) PublishSelectedShort(params *PublishSelectedParams, authInfo runtime.ClientAuthInfoWriter) (*PublishSelectedOK, error)

PublishSelectedShort publish selected unpublished changes This API is used to publish selected unpublished changes.

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=1 (CREATE)
  • Returns : no content

func (*Client) QueryChanges deprecated

func (a *Client) QueryChanges(params *QueryChangesParams, authInfo runtime.ClientAuthInfoWriter) (*QueryChangesOK, error)

Deprecated: 2022-08-10 - Use QueryChangesShort instead.

QueryChanges query catalog changes This API is used to query changes .

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ)
  • Returns : the pagination of changes

func (*Client) QueryChangesShort

func (a *Client) QueryChangesShort(params *QueryChangesParams, authInfo runtime.ClientAuthInfoWriter) (*QueryChangesOK, error)

QueryChangesShort query catalog changes This API is used to query changes .

Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ)
  • Returns : the pagination of changes

func (*Client) SelectAllRecords deprecated

Deprecated: 2022-08-10 - Use SelectAllRecordsShort instead.

SelectAllRecords select all changes Select all changes. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) SelectAllRecordsByCriteria deprecated

Deprecated: 2022-08-10 - Use SelectAllRecordsByCriteriaShort instead.

SelectAllRecordsByCriteria select all changes by criteria Select all changes by criteria Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) SelectAllRecordsByCriteriaShort

func (a *Client) SelectAllRecordsByCriteriaShort(params *SelectAllRecordsByCriteriaParams, authInfo runtime.ClientAuthInfoWriter) (*SelectAllRecordsByCriteriaNoContent, error)

SelectAllRecordsByCriteriaShort select all changes by criteria Select all changes by criteria Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) SelectAllRecordsShort

func (a *Client) SelectAllRecordsShort(params *SelectAllRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*SelectAllRecordsNoContent, error)

SelectAllRecordsShort select all changes Select all changes. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) SelectRecord deprecated

Deprecated: 2022-08-10 - Use SelectRecordShort instead.

SelectRecord select a change Select a change, it will be included when partial publish. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) SelectRecordShort

func (a *Client) SelectRecordShort(params *SelectRecordParams, authInfo runtime.ClientAuthInfoWriter) (*SelectRecordNoContent, error)

SelectRecordShort select a change Select a change, it will be included when partial publish. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UnselectAllRecords deprecated

Deprecated: 2022-08-10 - Use UnselectAllRecordsShort instead.

UnselectAllRecords unselect all changes Unselect all change. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) UnselectAllRecordsShort

func (a *Client) UnselectAllRecordsShort(params *UnselectAllRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*UnselectAllRecordsNoContent, error)

UnselectAllRecordsShort unselect all changes Unselect all change. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) UnselectRecord deprecated

Deprecated: 2022-08-10 - Use UnselectRecordShort instead.

UnselectRecord unselect a change Unselect a change, it will not be included when partial publish. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

func (*Client) UnselectRecordShort

func (a *Client) UnselectRecordShort(params *UnselectRecordParams, authInfo runtime.ClientAuthInfoWriter) (*UnselectRecordNoContent, error)

UnselectRecordShort unselect a change Unselect a change, it will not be included when partial publish. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE)

type ClientService

type ClientService interface {
	QueryChanges(params *QueryChangesParams, authInfo runtime.ClientAuthInfoWriter) (*QueryChangesOK, error)
	QueryChangesShort(params *QueryChangesParams, authInfo runtime.ClientAuthInfoWriter) (*QueryChangesOK, error)
	PublishAll(params *PublishAllParams, authInfo runtime.ClientAuthInfoWriter) (*PublishAllOK, *PublishAllBadRequest, *PublishAllNotFound, error)
	PublishAllShort(params *PublishAllParams, authInfo runtime.ClientAuthInfoWriter) (*PublishAllOK, error)
	PublishSelected(params *PublishSelectedParams, authInfo runtime.ClientAuthInfoWriter) (*PublishSelectedOK, *PublishSelectedBadRequest, *PublishSelectedNotFound, *PublishSelectedConflict, error)
	PublishSelectedShort(params *PublishSelectedParams, authInfo runtime.ClientAuthInfoWriter) (*PublishSelectedOK, error)
	SelectAllRecords(params *SelectAllRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*SelectAllRecordsNoContent, *SelectAllRecordsNotFound, error)
	SelectAllRecordsShort(params *SelectAllRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*SelectAllRecordsNoContent, error)
	SelectAllRecordsByCriteria(params *SelectAllRecordsByCriteriaParams, authInfo runtime.ClientAuthInfoWriter) (*SelectAllRecordsByCriteriaNoContent, *SelectAllRecordsByCriteriaNotFound, error)
	SelectAllRecordsByCriteriaShort(params *SelectAllRecordsByCriteriaParams, authInfo runtime.ClientAuthInfoWriter) (*SelectAllRecordsByCriteriaNoContent, error)
	GetStatistic(params *GetStatisticParams, authInfo runtime.ClientAuthInfoWriter) (*GetStatisticOK, error)
	GetStatisticShort(params *GetStatisticParams, authInfo runtime.ClientAuthInfoWriter) (*GetStatisticOK, error)
	UnselectAllRecords(params *UnselectAllRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*UnselectAllRecordsNoContent, *UnselectAllRecordsNotFound, error)
	UnselectAllRecordsShort(params *UnselectAllRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*UnselectAllRecordsNoContent, error)
	SelectRecord(params *SelectRecordParams, authInfo runtime.ClientAuthInfoWriter) (*SelectRecordNoContent, *SelectRecordNotFound, error)
	SelectRecordShort(params *SelectRecordParams, authInfo runtime.ClientAuthInfoWriter) (*SelectRecordNoContent, error)
	UnselectRecord(params *UnselectRecordParams, authInfo runtime.ClientAuthInfoWriter) (*UnselectRecordNoContent, *UnselectRecordNotFound, *UnselectRecordConflict, error)
	UnselectRecordShort(params *UnselectRecordParams, authInfo runtime.ClientAuthInfoWriter) (*UnselectRecordNoContent, 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 changes API client.

type GetStatisticOK

type GetStatisticOK struct {
	Payload *platformclientmodels.CatalogChangeStatistics
}

GetStatisticOK handles this case with default header values.

successful operation

func NewGetStatisticOK

func NewGetStatisticOK() *GetStatisticOK

NewGetStatisticOK creates a GetStatisticOK with default headers values

func (*GetStatisticOK) Error

func (o *GetStatisticOK) Error() string

func (*GetStatisticOK) GetPayload

func (*GetStatisticOK) ToJSONString

func (o *GetStatisticOK) ToJSONString() string

type GetStatisticParams

type GetStatisticParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string
	/*Action*/
	Action *string
	/*ItemSku*/
	ItemSku *string
	/*ItemType*/
	ItemType *string
	/*Type*/
	Type *string
	/*UpdatedAtEnd
	  updated at end , using ISO 8601 format e.g. yyyy-MM-dd'T'HH:mm:ssZZ

	*/
	UpdatedAtEnd *string
	/*UpdatedAtStart
	  updated at start , using ISO 8601 format e.g. yyyy-MM-dd'T'HH:mm:ssZZ

	*/
	UpdatedAtStart *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewGetStatisticParams

func NewGetStatisticParams() *GetStatisticParams

NewGetStatisticParams creates a new GetStatisticParams object with the default values initialized.

func NewGetStatisticParamsWithContext

func NewGetStatisticParamsWithContext(ctx context.Context) *GetStatisticParams

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

func NewGetStatisticParamsWithHTTPClient

func NewGetStatisticParamsWithHTTPClient(client *http.Client) *GetStatisticParams

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

func NewGetStatisticParamsWithTimeout

func NewGetStatisticParamsWithTimeout(timeout time.Duration) *GetStatisticParams

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

func (*GetStatisticParams) SetAction

func (o *GetStatisticParams) SetAction(action *string)

SetAction adds the action to the get statistic params

func (*GetStatisticParams) SetAuthInfoWriter

func (o *GetStatisticParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get statistic params

func (*GetStatisticParams) SetContext

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

SetContext adds the context to the get statistic params

func (*GetStatisticParams) SetFlightId

func (o *GetStatisticParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetStatisticParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get statistic params

func (*GetStatisticParams) SetHTTPClientTransport

func (o *GetStatisticParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get statistic params

func (*GetStatisticParams) SetItemSku

func (o *GetStatisticParams) SetItemSku(itemSku *string)

SetItemSku adds the itemSku to the get statistic params

func (*GetStatisticParams) SetItemType

func (o *GetStatisticParams) SetItemType(itemType *string)

SetItemType adds the itemType to the get statistic params

func (*GetStatisticParams) SetNamespace

func (o *GetStatisticParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get statistic params

func (*GetStatisticParams) SetStoreID

func (o *GetStatisticParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the get statistic params

func (*GetStatisticParams) SetTimeout

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

SetTimeout adds the timeout to the get statistic params

func (*GetStatisticParams) SetType

func (o *GetStatisticParams) SetType(typeVar *string)

SetType adds the type to the get statistic params

func (*GetStatisticParams) SetUpdatedAtEnd

func (o *GetStatisticParams) SetUpdatedAtEnd(updatedAtEnd *string)

SetUpdatedAtEnd adds the updatedAtEnd to the get statistic params

func (*GetStatisticParams) SetUpdatedAtStart

func (o *GetStatisticParams) SetUpdatedAtStart(updatedAtStart *string)

SetUpdatedAtStart adds the updatedAtStart to the get statistic params

func (*GetStatisticParams) WithAction

func (o *GetStatisticParams) WithAction(action *string) *GetStatisticParams

WithAction adds the action to the get statistic params

func (*GetStatisticParams) WithContext

WithContext adds the context to the get statistic params

func (*GetStatisticParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get statistic params

func (*GetStatisticParams) WithItemSku

func (o *GetStatisticParams) WithItemSku(itemSku *string) *GetStatisticParams

WithItemSku adds the itemSku to the get statistic params

func (*GetStatisticParams) WithItemType

func (o *GetStatisticParams) WithItemType(itemType *string) *GetStatisticParams

WithItemType adds the itemType to the get statistic params

func (*GetStatisticParams) WithNamespace

func (o *GetStatisticParams) WithNamespace(namespace string) *GetStatisticParams

WithNamespace adds the namespace to the get statistic params

func (*GetStatisticParams) WithStoreID

func (o *GetStatisticParams) WithStoreID(storeID string) *GetStatisticParams

WithStoreID adds the storeID to the get statistic params

func (*GetStatisticParams) WithTimeout

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

WithTimeout adds the timeout to the get statistic params

func (*GetStatisticParams) WithType

func (o *GetStatisticParams) WithType(typeVar *string) *GetStatisticParams

WithType adds the typeVar to the get statistic params

func (*GetStatisticParams) WithUpdatedAtEnd

func (o *GetStatisticParams) WithUpdatedAtEnd(updatedAtEnd *string) *GetStatisticParams

WithUpdatedAtEnd adds the updatedAtEnd to the get statistic params

func (*GetStatisticParams) WithUpdatedAtStart

func (o *GetStatisticParams) WithUpdatedAtStart(updatedAtStart *string) *GetStatisticParams

WithUpdatedAtStart adds the updatedAtStart to the get statistic params

func (*GetStatisticParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStatisticReader

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

GetStatisticReader is a Reader for the GetStatistic structure.

func (*GetStatisticReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublishAllBadRequest

type PublishAllBadRequest struct {
	Payload *platformclientmodels.ErrorEntity
}

PublishAllBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30122</td><td>Store's meta mismatch</td></tr></table>

func NewPublishAllBadRequest

func NewPublishAllBadRequest() *PublishAllBadRequest

NewPublishAllBadRequest creates a PublishAllBadRequest with default headers values

func (*PublishAllBadRequest) Error

func (o *PublishAllBadRequest) Error() string

func (*PublishAllBadRequest) GetPayload

func (*PublishAllBadRequest) ToJSONString

func (o *PublishAllBadRequest) ToJSONString() string

type PublishAllNotFound

type PublishAllNotFound struct {
	Payload *platformclientmodels.ErrorEntity
}

PublishAllNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30141</td><td>Store [{storeId}] does not exist in namespace [{namespace}]</td></tr></table>

func NewPublishAllNotFound

func NewPublishAllNotFound() *PublishAllNotFound

NewPublishAllNotFound creates a PublishAllNotFound with default headers values

func (*PublishAllNotFound) Error

func (o *PublishAllNotFound) Error() string

func (*PublishAllNotFound) GetPayload

func (*PublishAllNotFound) ToJSONString

func (o *PublishAllNotFound) ToJSONString() string

type PublishAllOK

type PublishAllOK struct {
	Payload *platformclientmodels.StoreInfo
}

PublishAllOK handles this case with default header values.

successful operation

func NewPublishAllOK

func NewPublishAllOK() *PublishAllOK

NewPublishAllOK creates a PublishAllOK with default headers values

func (*PublishAllOK) Error

func (o *PublishAllOK) Error() string

func (*PublishAllOK) GetPayload

func (o *PublishAllOK) GetPayload() *platformclientmodels.StoreInfo

func (*PublishAllOK) ToJSONString

func (o *PublishAllOK) ToJSONString() string

type PublishAllParams

type PublishAllParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PublishAllParams contains all the parameters to send to the API endpoint for the publish all operation typically these are written to a http.Request

func NewPublishAllParams

func NewPublishAllParams() *PublishAllParams

NewPublishAllParams creates a new PublishAllParams object with the default values initialized.

func NewPublishAllParamsWithContext

func NewPublishAllParamsWithContext(ctx context.Context) *PublishAllParams

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

func NewPublishAllParamsWithHTTPClient

func NewPublishAllParamsWithHTTPClient(client *http.Client) *PublishAllParams

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

func NewPublishAllParamsWithTimeout

func NewPublishAllParamsWithTimeout(timeout time.Duration) *PublishAllParams

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

func (*PublishAllParams) SetAuthInfoWriter

func (o *PublishAllParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the publish all params

func (*PublishAllParams) SetContext

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

SetContext adds the context to the publish all params

func (*PublishAllParams) SetFlightId

func (o *PublishAllParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublishAllParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the publish all params

func (*PublishAllParams) SetHTTPClientTransport

func (o *PublishAllParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the publish all params

func (*PublishAllParams) SetNamespace

func (o *PublishAllParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the publish all params

func (*PublishAllParams) SetStoreID

func (o *PublishAllParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the publish all params

func (*PublishAllParams) SetTimeout

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

SetTimeout adds the timeout to the publish all params

func (*PublishAllParams) WithContext

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

WithContext adds the context to the publish all params

func (*PublishAllParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the publish all params

func (*PublishAllParams) WithNamespace

func (o *PublishAllParams) WithNamespace(namespace string) *PublishAllParams

WithNamespace adds the namespace to the publish all params

func (*PublishAllParams) WithStoreID

func (o *PublishAllParams) WithStoreID(storeID string) *PublishAllParams

WithStoreID adds the storeID to the publish all params

func (*PublishAllParams) WithTimeout

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

WithTimeout adds the timeout to the publish all params

func (*PublishAllParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PublishAllReader

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

PublishAllReader is a Reader for the PublishAll structure.

func (*PublishAllReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublishSelectedBadRequest

type PublishSelectedBadRequest struct {
	Payload *platformclientmodels.ErrorEntity
}

PublishSelectedBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30122</td><td>Store's meta mismatch</td></tr></table>

func NewPublishSelectedBadRequest

func NewPublishSelectedBadRequest() *PublishSelectedBadRequest

NewPublishSelectedBadRequest creates a PublishSelectedBadRequest with default headers values

func (*PublishSelectedBadRequest) Error

func (o *PublishSelectedBadRequest) Error() string

func (*PublishSelectedBadRequest) GetPayload

func (*PublishSelectedBadRequest) ToJSONString

func (o *PublishSelectedBadRequest) ToJSONString() string

type PublishSelectedConflict

type PublishSelectedConflict struct {
	Payload *platformclientmodels.ErrorEntity
}

PublishSelectedConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30375</td><td>Item id [{itemId}] of sku [{sku}] is duplicate with un-published deleted item in namespace [{namespace}]</td></tr></table>

func NewPublishSelectedConflict

func NewPublishSelectedConflict() *PublishSelectedConflict

NewPublishSelectedConflict creates a PublishSelectedConflict with default headers values

func (*PublishSelectedConflict) Error

func (o *PublishSelectedConflict) Error() string

func (*PublishSelectedConflict) GetPayload

func (*PublishSelectedConflict) ToJSONString

func (o *PublishSelectedConflict) ToJSONString() string

type PublishSelectedNotFound

type PublishSelectedNotFound struct {
	Payload *platformclientmodels.ErrorEntity
}

PublishSelectedNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30141</td><td>Store [{storeId}] does not exist in namespace [{namespace}]</td></tr></table>

func NewPublishSelectedNotFound

func NewPublishSelectedNotFound() *PublishSelectedNotFound

NewPublishSelectedNotFound creates a PublishSelectedNotFound with default headers values

func (*PublishSelectedNotFound) Error

func (o *PublishSelectedNotFound) Error() string

func (*PublishSelectedNotFound) GetPayload

func (*PublishSelectedNotFound) ToJSONString

func (o *PublishSelectedNotFound) ToJSONString() string

type PublishSelectedOK

type PublishSelectedOK struct {
	Payload *platformclientmodels.StoreInfo
}

PublishSelectedOK handles this case with default header values.

successful operation

func NewPublishSelectedOK

func NewPublishSelectedOK() *PublishSelectedOK

NewPublishSelectedOK creates a PublishSelectedOK with default headers values

func (*PublishSelectedOK) Error

func (o *PublishSelectedOK) Error() string

func (*PublishSelectedOK) GetPayload

func (*PublishSelectedOK) ToJSONString

func (o *PublishSelectedOK) ToJSONString() string

type PublishSelectedParams

type PublishSelectedParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PublishSelectedParams contains all the parameters to send to the API endpoint for the publish selected operation typically these are written to a http.Request

func NewPublishSelectedParams

func NewPublishSelectedParams() *PublishSelectedParams

NewPublishSelectedParams creates a new PublishSelectedParams object with the default values initialized.

func NewPublishSelectedParamsWithContext

func NewPublishSelectedParamsWithContext(ctx context.Context) *PublishSelectedParams

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

func NewPublishSelectedParamsWithHTTPClient

func NewPublishSelectedParamsWithHTTPClient(client *http.Client) *PublishSelectedParams

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

func NewPublishSelectedParamsWithTimeout

func NewPublishSelectedParamsWithTimeout(timeout time.Duration) *PublishSelectedParams

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

func (*PublishSelectedParams) SetAuthInfoWriter

func (o *PublishSelectedParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the publish selected params

func (*PublishSelectedParams) SetContext

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

SetContext adds the context to the publish selected params

func (*PublishSelectedParams) SetFlightId

func (o *PublishSelectedParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublishSelectedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the publish selected params

func (*PublishSelectedParams) SetHTTPClientTransport

func (o *PublishSelectedParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the publish selected params

func (*PublishSelectedParams) SetNamespace

func (o *PublishSelectedParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the publish selected params

func (*PublishSelectedParams) SetStoreID

func (o *PublishSelectedParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the publish selected params

func (*PublishSelectedParams) SetTimeout

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

SetTimeout adds the timeout to the publish selected params

func (*PublishSelectedParams) WithContext

WithContext adds the context to the publish selected params

func (*PublishSelectedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the publish selected params

func (*PublishSelectedParams) WithNamespace

func (o *PublishSelectedParams) WithNamespace(namespace string) *PublishSelectedParams

WithNamespace adds the namespace to the publish selected params

func (*PublishSelectedParams) WithStoreID

func (o *PublishSelectedParams) WithStoreID(storeID string) *PublishSelectedParams

WithStoreID adds the storeID to the publish selected params

func (*PublishSelectedParams) WithTimeout

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

WithTimeout adds the timeout to the publish selected params

func (*PublishSelectedParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PublishSelectedReader

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

PublishSelectedReader is a Reader for the PublishSelected structure.

func (*PublishSelectedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryChangesOK

type QueryChangesOK struct {
	Payload *platformclientmodels.CatalogChangePagingResult
}

QueryChangesOK handles this case with default header values.

successful operation

func NewQueryChangesOK

func NewQueryChangesOK() *QueryChangesOK

NewQueryChangesOK creates a QueryChangesOK with default headers values

func (*QueryChangesOK) Error

func (o *QueryChangesOK) Error() string

func (*QueryChangesOK) GetPayload

func (*QueryChangesOK) ToJSONString

func (o *QueryChangesOK) ToJSONString() string

type QueryChangesParams

type QueryChangesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string
	/*Action*/
	Action *string
	/*ItemSku*/
	ItemSku *string
	/*ItemType*/
	ItemType *string
	/*Limit
	  limit

	*/
	Limit *int32
	/*Offset
	  offset

	*/
	Offset *int32
	/*Selected*/
	Selected *bool
	/*SortBy
	  default is updatedAt:desc, allow values: [createdAt, createdAt:asc, createdAt:desc, updatedAt, updatedAt:asc, updatedAt:desc],and support sort group, eg: sortBy=title:asc,createdAt:desc. Make sure to always use more than one sort if the first sort is not an unique valuefor example, if you wish to sort by title, make sure to include other sort such as sku or createdAt after the first sort, eg: title:asc,updatedAt:desc

	*/
	SortBy []string
	/*Status
	  default is UNPUBLISHED

	*/
	Status *string
	/*Type*/
	Type *string
	/*UpdatedAtEnd
	  updated at end , using ISO 8601 format e.g. yyyy-MM-dd'T'HH:mm:ssZZ

	*/
	UpdatedAtEnd *string
	/*UpdatedAtStart
	  updated at start , using ISO 8601 format e.g. yyyy-MM-dd'T'HH:mm:ssZZ

	*/
	UpdatedAtStart *string
	/*WithTotal
	  true means include total count of catalog changes in response body

	*/
	WithTotal *bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

QueryChangesParams contains all the parameters to send to the API endpoint for the query changes operation typically these are written to a http.Request

func NewQueryChangesParams

func NewQueryChangesParams() *QueryChangesParams

NewQueryChangesParams creates a new QueryChangesParams object with the default values initialized.

func NewQueryChangesParamsWithContext

func NewQueryChangesParamsWithContext(ctx context.Context) *QueryChangesParams

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

func NewQueryChangesParamsWithHTTPClient

func NewQueryChangesParamsWithHTTPClient(client *http.Client) *QueryChangesParams

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

func NewQueryChangesParamsWithTimeout

func NewQueryChangesParamsWithTimeout(timeout time.Duration) *QueryChangesParams

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

func (*QueryChangesParams) SetAction

func (o *QueryChangesParams) SetAction(action *string)

SetAction adds the action to the query changes params

func (*QueryChangesParams) SetAuthInfoWriter

func (o *QueryChangesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the query changes params

func (*QueryChangesParams) SetContext

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

SetContext adds the context to the query changes params

func (*QueryChangesParams) SetFlightId

func (o *QueryChangesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*QueryChangesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query changes params

func (*QueryChangesParams) SetHTTPClientTransport

func (o *QueryChangesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the query changes params

func (*QueryChangesParams) SetItemSku

func (o *QueryChangesParams) SetItemSku(itemSku *string)

SetItemSku adds the itemSku to the query changes params

func (*QueryChangesParams) SetItemType

func (o *QueryChangesParams) SetItemType(itemType *string)

SetItemType adds the itemType to the query changes params

func (*QueryChangesParams) SetLimit

func (o *QueryChangesParams) SetLimit(limit *int32)

SetLimit adds the limit to the query changes params

func (*QueryChangesParams) SetNamespace

func (o *QueryChangesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the query changes params

func (*QueryChangesParams) SetOffset

func (o *QueryChangesParams) SetOffset(offset *int32)

SetOffset adds the offset to the query changes params

func (*QueryChangesParams) SetSelected

func (o *QueryChangesParams) SetSelected(selected *bool)

SetSelected adds the selected to the query changes params

func (*QueryChangesParams) SetSortBy

func (o *QueryChangesParams) SetSortBy(sortBy []string)

SetSortBy adds the sortBy to the query changes params

func (*QueryChangesParams) SetStatus

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

SetStatus adds the status to the query changes params

func (*QueryChangesParams) SetStoreID

func (o *QueryChangesParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the query changes params

func (*QueryChangesParams) SetTimeout

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

SetTimeout adds the timeout to the query changes params

func (*QueryChangesParams) SetType

func (o *QueryChangesParams) SetType(typeVar *string)

SetType adds the type to the query changes params

func (*QueryChangesParams) SetUpdatedAtEnd

func (o *QueryChangesParams) SetUpdatedAtEnd(updatedAtEnd *string)

SetUpdatedAtEnd adds the updatedAtEnd to the query changes params

func (*QueryChangesParams) SetUpdatedAtStart

func (o *QueryChangesParams) SetUpdatedAtStart(updatedAtStart *string)

SetUpdatedAtStart adds the updatedAtStart to the query changes params

func (*QueryChangesParams) SetWithTotal

func (o *QueryChangesParams) SetWithTotal(withTotal *bool)

SetWithTotal adds the withTotal to the query changes params

func (*QueryChangesParams) WithAction

func (o *QueryChangesParams) WithAction(action *string) *QueryChangesParams

WithAction adds the action to the query changes params

func (*QueryChangesParams) WithContext

WithContext adds the context to the query changes params

func (*QueryChangesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query changes params

func (*QueryChangesParams) WithItemSku

func (o *QueryChangesParams) WithItemSku(itemSku *string) *QueryChangesParams

WithItemSku adds the itemSku to the query changes params

func (*QueryChangesParams) WithItemType

func (o *QueryChangesParams) WithItemType(itemType *string) *QueryChangesParams

WithItemType adds the itemType to the query changes params

func (*QueryChangesParams) WithLimit

func (o *QueryChangesParams) WithLimit(limit *int32) *QueryChangesParams

WithLimit adds the limit to the query changes params

func (*QueryChangesParams) WithNamespace

func (o *QueryChangesParams) WithNamespace(namespace string) *QueryChangesParams

WithNamespace adds the namespace to the query changes params

func (*QueryChangesParams) WithOffset

func (o *QueryChangesParams) WithOffset(offset *int32) *QueryChangesParams

WithOffset adds the offset to the query changes params

func (*QueryChangesParams) WithSelected

func (o *QueryChangesParams) WithSelected(selected *bool) *QueryChangesParams

WithSelected adds the selected to the query changes params

func (*QueryChangesParams) WithSortBy

func (o *QueryChangesParams) WithSortBy(sortBy []string) *QueryChangesParams

WithSortBy adds the sortBy to the query changes params

func (*QueryChangesParams) WithStatus

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

WithStatus adds the status to the query changes params

func (*QueryChangesParams) WithStoreID

func (o *QueryChangesParams) WithStoreID(storeID string) *QueryChangesParams

WithStoreID adds the storeID to the query changes params

func (*QueryChangesParams) WithTimeout

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

WithTimeout adds the timeout to the query changes params

func (*QueryChangesParams) WithType

func (o *QueryChangesParams) WithType(typeVar *string) *QueryChangesParams

WithType adds the typeVar to the query changes params

func (*QueryChangesParams) WithUpdatedAtEnd

func (o *QueryChangesParams) WithUpdatedAtEnd(updatedAtEnd *string) *QueryChangesParams

WithUpdatedAtEnd adds the updatedAtEnd to the query changes params

func (*QueryChangesParams) WithUpdatedAtStart

func (o *QueryChangesParams) WithUpdatedAtStart(updatedAtStart *string) *QueryChangesParams

WithUpdatedAtStart adds the updatedAtStart to the query changes params

func (*QueryChangesParams) WithWithTotal

func (o *QueryChangesParams) WithWithTotal(withTotal *bool) *QueryChangesParams

WithWithTotal adds the withTotal to the query changes params

func (*QueryChangesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type QueryChangesReader

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

QueryChangesReader is a Reader for the QueryChanges structure.

func (*QueryChangesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SelectAllRecordsByCriteriaNoContent

type SelectAllRecordsByCriteriaNoContent struct {
}

SelectAllRecordsByCriteriaNoContent handles this case with default header values.

Select all changes by criteria successfully

func NewSelectAllRecordsByCriteriaNoContent

func NewSelectAllRecordsByCriteriaNoContent() *SelectAllRecordsByCriteriaNoContent

NewSelectAllRecordsByCriteriaNoContent creates a SelectAllRecordsByCriteriaNoContent with default headers values

func (*SelectAllRecordsByCriteriaNoContent) Error

type SelectAllRecordsByCriteriaNotFound

type SelectAllRecordsByCriteriaNotFound struct {
	Payload *platformclientmodels.ErrorEntity
}

SelectAllRecordsByCriteriaNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30141</td><td>Store [{storeId}] does not exist in namespace [{namespace}]</td></tr></table>

func NewSelectAllRecordsByCriteriaNotFound

func NewSelectAllRecordsByCriteriaNotFound() *SelectAllRecordsByCriteriaNotFound

NewSelectAllRecordsByCriteriaNotFound creates a SelectAllRecordsByCriteriaNotFound with default headers values

func (*SelectAllRecordsByCriteriaNotFound) Error

func (*SelectAllRecordsByCriteriaNotFound) GetPayload

func (*SelectAllRecordsByCriteriaNotFound) ToJSONString

func (o *SelectAllRecordsByCriteriaNotFound) ToJSONString() string

type SelectAllRecordsByCriteriaParams

type SelectAllRecordsByCriteriaParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string
	/*Action*/
	Action *string
	/*ItemSku*/
	ItemSku *string
	/*ItemType*/
	ItemType *string
	/*Selected*/
	Selected *bool
	/*Type*/
	Type *string
	/*UpdatedAtEnd
	  updated at end , using ISO 8601 format e.g. yyyy-MM-dd'T'HH:mm:ssZZ

	*/
	UpdatedAtEnd *string
	/*UpdatedAtStart
	  updated at start , using ISO 8601 format e.g. yyyy-MM-dd'T'HH:mm:ssZZ

	*/
	UpdatedAtStart *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SelectAllRecordsByCriteriaParams contains all the parameters to send to the API endpoint for the select all records by criteria operation typically these are written to a http.Request

func NewSelectAllRecordsByCriteriaParams

func NewSelectAllRecordsByCriteriaParams() *SelectAllRecordsByCriteriaParams

NewSelectAllRecordsByCriteriaParams creates a new SelectAllRecordsByCriteriaParams object with the default values initialized.

func NewSelectAllRecordsByCriteriaParamsWithContext

func NewSelectAllRecordsByCriteriaParamsWithContext(ctx context.Context) *SelectAllRecordsByCriteriaParams

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

func NewSelectAllRecordsByCriteriaParamsWithHTTPClient

func NewSelectAllRecordsByCriteriaParamsWithHTTPClient(client *http.Client) *SelectAllRecordsByCriteriaParams

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

func NewSelectAllRecordsByCriteriaParamsWithTimeout

func NewSelectAllRecordsByCriteriaParamsWithTimeout(timeout time.Duration) *SelectAllRecordsByCriteriaParams

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

func (*SelectAllRecordsByCriteriaParams) SetAction

func (o *SelectAllRecordsByCriteriaParams) SetAction(action *string)

SetAction adds the action to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetAuthInfoWriter

func (o *SelectAllRecordsByCriteriaParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetContext

SetContext adds the context to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetFlightId

func (o *SelectAllRecordsByCriteriaParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SelectAllRecordsByCriteriaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetHTTPClientTransport

func (o *SelectAllRecordsByCriteriaParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetItemSku

func (o *SelectAllRecordsByCriteriaParams) SetItemSku(itemSku *string)

SetItemSku adds the itemSku to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetItemType

func (o *SelectAllRecordsByCriteriaParams) SetItemType(itemType *string)

SetItemType adds the itemType to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetNamespace

func (o *SelectAllRecordsByCriteriaParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetSelected

func (o *SelectAllRecordsByCriteriaParams) SetSelected(selected *bool)

SetSelected adds the selected to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetStoreID

func (o *SelectAllRecordsByCriteriaParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetTimeout

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

SetTimeout adds the timeout to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetType

func (o *SelectAllRecordsByCriteriaParams) SetType(typeVar *string)

SetType adds the type to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetUpdatedAtEnd

func (o *SelectAllRecordsByCriteriaParams) SetUpdatedAtEnd(updatedAtEnd *string)

SetUpdatedAtEnd adds the updatedAtEnd to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) SetUpdatedAtStart

func (o *SelectAllRecordsByCriteriaParams) SetUpdatedAtStart(updatedAtStart *string)

SetUpdatedAtStart adds the updatedAtStart to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithAction

WithAction adds the action to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithContext

WithContext adds the context to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithItemSku

WithItemSku adds the itemSku to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithItemType

WithItemType adds the itemType to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithNamespace

WithNamespace adds the namespace to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithSelected

WithSelected adds the selected to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithStoreID

WithStoreID adds the storeID to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithTimeout

WithTimeout adds the timeout to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithType

WithType adds the typeVar to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithUpdatedAtEnd

func (o *SelectAllRecordsByCriteriaParams) WithUpdatedAtEnd(updatedAtEnd *string) *SelectAllRecordsByCriteriaParams

WithUpdatedAtEnd adds the updatedAtEnd to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WithUpdatedAtStart

func (o *SelectAllRecordsByCriteriaParams) WithUpdatedAtStart(updatedAtStart *string) *SelectAllRecordsByCriteriaParams

WithUpdatedAtStart adds the updatedAtStart to the select all records by criteria params

func (*SelectAllRecordsByCriteriaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SelectAllRecordsByCriteriaReader

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

SelectAllRecordsByCriteriaReader is a Reader for the SelectAllRecordsByCriteria structure.

func (*SelectAllRecordsByCriteriaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SelectAllRecordsNoContent

type SelectAllRecordsNoContent struct {
}

SelectAllRecordsNoContent handles this case with default header values.

No Content

func NewSelectAllRecordsNoContent

func NewSelectAllRecordsNoContent() *SelectAllRecordsNoContent

NewSelectAllRecordsNoContent creates a SelectAllRecordsNoContent with default headers values

func (*SelectAllRecordsNoContent) Error

func (o *SelectAllRecordsNoContent) Error() string

type SelectAllRecordsNotFound

type SelectAllRecordsNotFound struct {
	Payload *platformclientmodels.ErrorEntity
}

SelectAllRecordsNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30141</td><td>Store [{storeId}] does not exist in namespace [{namespace}]</td></tr></table>

func NewSelectAllRecordsNotFound

func NewSelectAllRecordsNotFound() *SelectAllRecordsNotFound

NewSelectAllRecordsNotFound creates a SelectAllRecordsNotFound with default headers values

func (*SelectAllRecordsNotFound) Error

func (o *SelectAllRecordsNotFound) Error() string

func (*SelectAllRecordsNotFound) GetPayload

func (*SelectAllRecordsNotFound) ToJSONString

func (o *SelectAllRecordsNotFound) ToJSONString() string

type SelectAllRecordsParams

type SelectAllRecordsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SelectAllRecordsParams contains all the parameters to send to the API endpoint for the select all records operation typically these are written to a http.Request

func NewSelectAllRecordsParams

func NewSelectAllRecordsParams() *SelectAllRecordsParams

NewSelectAllRecordsParams creates a new SelectAllRecordsParams object with the default values initialized.

func NewSelectAllRecordsParamsWithContext

func NewSelectAllRecordsParamsWithContext(ctx context.Context) *SelectAllRecordsParams

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

func NewSelectAllRecordsParamsWithHTTPClient

func NewSelectAllRecordsParamsWithHTTPClient(client *http.Client) *SelectAllRecordsParams

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

func NewSelectAllRecordsParamsWithTimeout

func NewSelectAllRecordsParamsWithTimeout(timeout time.Duration) *SelectAllRecordsParams

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

func (*SelectAllRecordsParams) SetAuthInfoWriter

func (o *SelectAllRecordsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the select all records params

func (*SelectAllRecordsParams) SetContext

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

SetContext adds the context to the select all records params

func (*SelectAllRecordsParams) SetFlightId

func (o *SelectAllRecordsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SelectAllRecordsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the select all records params

func (*SelectAllRecordsParams) SetHTTPClientTransport

func (o *SelectAllRecordsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the select all records params

func (*SelectAllRecordsParams) SetNamespace

func (o *SelectAllRecordsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the select all records params

func (*SelectAllRecordsParams) SetStoreID

func (o *SelectAllRecordsParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the select all records params

func (*SelectAllRecordsParams) SetTimeout

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

SetTimeout adds the timeout to the select all records params

func (*SelectAllRecordsParams) WithContext

WithContext adds the context to the select all records params

func (*SelectAllRecordsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the select all records params

func (*SelectAllRecordsParams) WithNamespace

func (o *SelectAllRecordsParams) WithNamespace(namespace string) *SelectAllRecordsParams

WithNamespace adds the namespace to the select all records params

func (*SelectAllRecordsParams) WithStoreID

func (o *SelectAllRecordsParams) WithStoreID(storeID string) *SelectAllRecordsParams

WithStoreID adds the storeID to the select all records params

func (*SelectAllRecordsParams) WithTimeout

WithTimeout adds the timeout to the select all records params

func (*SelectAllRecordsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SelectAllRecordsReader

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

SelectAllRecordsReader is a Reader for the SelectAllRecords structure.

func (*SelectAllRecordsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SelectRecordNoContent

type SelectRecordNoContent struct {
}

SelectRecordNoContent handles this case with default header values.

No Content

func NewSelectRecordNoContent

func NewSelectRecordNoContent() *SelectRecordNoContent

NewSelectRecordNoContent creates a SelectRecordNoContent with default headers values

func (*SelectRecordNoContent) Error

func (o *SelectRecordNoContent) Error() string

type SelectRecordNotFound

type SelectRecordNotFound struct {
	Payload *platformclientmodels.ErrorEntity
}

SelectRecordNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30141</td><td>Store [{storeId}] does not exist in namespace [{namespace}]</td></tr><tr><td>30041</td><td>Changelog [{changelogId}] does not exist in namespace [{namespace}]</td></tr></table>

func NewSelectRecordNotFound

func NewSelectRecordNotFound() *SelectRecordNotFound

NewSelectRecordNotFound creates a SelectRecordNotFound with default headers values

func (*SelectRecordNotFound) Error

func (o *SelectRecordNotFound) Error() string

func (*SelectRecordNotFound) GetPayload

func (*SelectRecordNotFound) ToJSONString

func (o *SelectRecordNotFound) ToJSONString() string

type SelectRecordParams

type SelectRecordParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*ChangeID*/
	ChangeID string
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SelectRecordParams contains all the parameters to send to the API endpoint for the select record operation typically these are written to a http.Request

func NewSelectRecordParams

func NewSelectRecordParams() *SelectRecordParams

NewSelectRecordParams creates a new SelectRecordParams object with the default values initialized.

func NewSelectRecordParamsWithContext

func NewSelectRecordParamsWithContext(ctx context.Context) *SelectRecordParams

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

func NewSelectRecordParamsWithHTTPClient

func NewSelectRecordParamsWithHTTPClient(client *http.Client) *SelectRecordParams

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

func NewSelectRecordParamsWithTimeout

func NewSelectRecordParamsWithTimeout(timeout time.Duration) *SelectRecordParams

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

func (*SelectRecordParams) SetAuthInfoWriter

func (o *SelectRecordParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the select record params

func (*SelectRecordParams) SetChangeID

func (o *SelectRecordParams) SetChangeID(changeID string)

SetChangeID adds the changeId to the select record params

func (*SelectRecordParams) SetContext

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

SetContext adds the context to the select record params

func (*SelectRecordParams) SetFlightId

func (o *SelectRecordParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SelectRecordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the select record params

func (*SelectRecordParams) SetHTTPClientTransport

func (o *SelectRecordParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the select record params

func (*SelectRecordParams) SetNamespace

func (o *SelectRecordParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the select record params

func (*SelectRecordParams) SetStoreID

func (o *SelectRecordParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the select record params

func (*SelectRecordParams) SetTimeout

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

SetTimeout adds the timeout to the select record params

func (*SelectRecordParams) WithChangeID

func (o *SelectRecordParams) WithChangeID(changeID string) *SelectRecordParams

WithChangeID adds the changeID to the select record params

func (*SelectRecordParams) WithContext

WithContext adds the context to the select record params

func (*SelectRecordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the select record params

func (*SelectRecordParams) WithNamespace

func (o *SelectRecordParams) WithNamespace(namespace string) *SelectRecordParams

WithNamespace adds the namespace to the select record params

func (*SelectRecordParams) WithStoreID

func (o *SelectRecordParams) WithStoreID(storeID string) *SelectRecordParams

WithStoreID adds the storeID to the select record params

func (*SelectRecordParams) WithTimeout

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

WithTimeout adds the timeout to the select record params

func (*SelectRecordParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SelectRecordReader

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

SelectRecordReader is a Reader for the SelectRecord structure.

func (*SelectRecordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnselectAllRecordsNoContent

type UnselectAllRecordsNoContent struct {
}

UnselectAllRecordsNoContent handles this case with default header values.

No Content

func NewUnselectAllRecordsNoContent

func NewUnselectAllRecordsNoContent() *UnselectAllRecordsNoContent

NewUnselectAllRecordsNoContent creates a UnselectAllRecordsNoContent with default headers values

func (*UnselectAllRecordsNoContent) Error

type UnselectAllRecordsNotFound

type UnselectAllRecordsNotFound struct {
	Payload *platformclientmodels.ErrorEntity
}

UnselectAllRecordsNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30141</td><td>Store [{storeId}] does not exist in namespace [{namespace}]</td></tr></table>

func NewUnselectAllRecordsNotFound

func NewUnselectAllRecordsNotFound() *UnselectAllRecordsNotFound

NewUnselectAllRecordsNotFound creates a UnselectAllRecordsNotFound with default headers values

func (*UnselectAllRecordsNotFound) Error

func (*UnselectAllRecordsNotFound) GetPayload

func (*UnselectAllRecordsNotFound) ToJSONString

func (o *UnselectAllRecordsNotFound) ToJSONString() string

type UnselectAllRecordsParams

type UnselectAllRecordsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

UnselectAllRecordsParams contains all the parameters to send to the API endpoint for the unselect all records operation typically these are written to a http.Request

func NewUnselectAllRecordsParams

func NewUnselectAllRecordsParams() *UnselectAllRecordsParams

NewUnselectAllRecordsParams creates a new UnselectAllRecordsParams object with the default values initialized.

func NewUnselectAllRecordsParamsWithContext

func NewUnselectAllRecordsParamsWithContext(ctx context.Context) *UnselectAllRecordsParams

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

func NewUnselectAllRecordsParamsWithHTTPClient

func NewUnselectAllRecordsParamsWithHTTPClient(client *http.Client) *UnselectAllRecordsParams

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

func NewUnselectAllRecordsParamsWithTimeout

func NewUnselectAllRecordsParamsWithTimeout(timeout time.Duration) *UnselectAllRecordsParams

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

func (*UnselectAllRecordsParams) SetAuthInfoWriter

func (o *UnselectAllRecordsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the unselect all records params

func (*UnselectAllRecordsParams) SetContext

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

SetContext adds the context to the unselect all records params

func (*UnselectAllRecordsParams) SetFlightId

func (o *UnselectAllRecordsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*UnselectAllRecordsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unselect all records params

func (*UnselectAllRecordsParams) SetHTTPClientTransport

func (o *UnselectAllRecordsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the unselect all records params

func (*UnselectAllRecordsParams) SetNamespace

func (o *UnselectAllRecordsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the unselect all records params

func (*UnselectAllRecordsParams) SetStoreID

func (o *UnselectAllRecordsParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the unselect all records params

func (*UnselectAllRecordsParams) SetTimeout

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

SetTimeout adds the timeout to the unselect all records params

func (*UnselectAllRecordsParams) WithContext

WithContext adds the context to the unselect all records params

func (*UnselectAllRecordsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the unselect all records params

func (*UnselectAllRecordsParams) WithNamespace

func (o *UnselectAllRecordsParams) WithNamespace(namespace string) *UnselectAllRecordsParams

WithNamespace adds the namespace to the unselect all records params

func (*UnselectAllRecordsParams) WithStoreID

func (o *UnselectAllRecordsParams) WithStoreID(storeID string) *UnselectAllRecordsParams

WithStoreID adds the storeID to the unselect all records params

func (*UnselectAllRecordsParams) WithTimeout

WithTimeout adds the timeout to the unselect all records params

func (*UnselectAllRecordsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnselectAllRecordsReader

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

UnselectAllRecordsReader is a Reader for the UnselectAllRecords structure.

func (*UnselectAllRecordsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnselectRecordConflict

type UnselectRecordConflict struct {
	Payload *platformclientmodels.ErrorEntity
}

UnselectRecordConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30071</td><td>Can't unselect item [{itemId}] when the item which is bound to is already selected in namespace [{namespace}]</td></tr><tr><td>30072</td><td>Can't unselect category [{categoryPath}] when item with this category is already selected in namespace [{namespace}]</td></tr><tr><td>30073</td><td>Can't unselect store change</td></tr><tr><td>30074</td><td>Can't unselect subscription's content [{itemId}] when subscription is already selected in namespace [{namespace}]</td></tr></table>

func NewUnselectRecordConflict

func NewUnselectRecordConflict() *UnselectRecordConflict

NewUnselectRecordConflict creates a UnselectRecordConflict with default headers values

func (*UnselectRecordConflict) Error

func (o *UnselectRecordConflict) Error() string

func (*UnselectRecordConflict) GetPayload

func (*UnselectRecordConflict) ToJSONString

func (o *UnselectRecordConflict) ToJSONString() string

type UnselectRecordNoContent

type UnselectRecordNoContent struct {
}

UnselectRecordNoContent handles this case with default header values.

No Content

func NewUnselectRecordNoContent

func NewUnselectRecordNoContent() *UnselectRecordNoContent

NewUnselectRecordNoContent creates a UnselectRecordNoContent with default headers values

func (*UnselectRecordNoContent) Error

func (o *UnselectRecordNoContent) Error() string

type UnselectRecordNotFound

type UnselectRecordNotFound struct {
	Payload *platformclientmodels.ErrorEntity
}

UnselectRecordNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>30141</td><td>Store [{storeId}] does not exist in namespace [{namespace}]</td></tr><tr><td>30041</td><td>Changelog [{changelogId}] does not exist in namespace [{namespace}]</td></tr></table>

func NewUnselectRecordNotFound

func NewUnselectRecordNotFound() *UnselectRecordNotFound

NewUnselectRecordNotFound creates a UnselectRecordNotFound with default headers values

func (*UnselectRecordNotFound) Error

func (o *UnselectRecordNotFound) Error() string

func (*UnselectRecordNotFound) GetPayload

func (*UnselectRecordNotFound) ToJSONString

func (o *UnselectRecordNotFound) ToJSONString() string

type UnselectRecordParams

type UnselectRecordParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*ChangeID*/
	ChangeID string
	/*Namespace*/
	Namespace string
	/*StoreID*/
	StoreID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

UnselectRecordParams contains all the parameters to send to the API endpoint for the unselect record operation typically these are written to a http.Request

func NewUnselectRecordParams

func NewUnselectRecordParams() *UnselectRecordParams

NewUnselectRecordParams creates a new UnselectRecordParams object with the default values initialized.

func NewUnselectRecordParamsWithContext

func NewUnselectRecordParamsWithContext(ctx context.Context) *UnselectRecordParams

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

func NewUnselectRecordParamsWithHTTPClient

func NewUnselectRecordParamsWithHTTPClient(client *http.Client) *UnselectRecordParams

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

func NewUnselectRecordParamsWithTimeout

func NewUnselectRecordParamsWithTimeout(timeout time.Duration) *UnselectRecordParams

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

func (*UnselectRecordParams) SetAuthInfoWriter

func (o *UnselectRecordParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the unselect record params

func (*UnselectRecordParams) SetChangeID

func (o *UnselectRecordParams) SetChangeID(changeID string)

SetChangeID adds the changeId to the unselect record params

func (*UnselectRecordParams) SetContext

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

SetContext adds the context to the unselect record params

func (*UnselectRecordParams) SetFlightId

func (o *UnselectRecordParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*UnselectRecordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unselect record params

func (*UnselectRecordParams) SetHTTPClientTransport

func (o *UnselectRecordParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the unselect record params

func (*UnselectRecordParams) SetNamespace

func (o *UnselectRecordParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the unselect record params

func (*UnselectRecordParams) SetStoreID

func (o *UnselectRecordParams) SetStoreID(storeID string)

SetStoreID adds the storeId to the unselect record params

func (*UnselectRecordParams) SetTimeout

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

SetTimeout adds the timeout to the unselect record params

func (*UnselectRecordParams) WithChangeID

func (o *UnselectRecordParams) WithChangeID(changeID string) *UnselectRecordParams

WithChangeID adds the changeID to the unselect record params

func (*UnselectRecordParams) WithContext

WithContext adds the context to the unselect record params

func (*UnselectRecordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the unselect record params

func (*UnselectRecordParams) WithNamespace

func (o *UnselectRecordParams) WithNamespace(namespace string) *UnselectRecordParams

WithNamespace adds the namespace to the unselect record params

func (*UnselectRecordParams) WithStoreID

func (o *UnselectRecordParams) WithStoreID(storeID string) *UnselectRecordParams

WithStoreID adds the storeID to the unselect record params

func (*UnselectRecordParams) WithTimeout

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

WithTimeout adds the timeout to the unselect record params

func (*UnselectRecordParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UnselectRecordReader

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

UnselectRecordReader is a Reader for the UnselectRecord structure.

func (*UnselectRecordReader) ReadResponse

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