solicitations

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 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 Client

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

Client for solicitations API

func (*Client) CreateProductReviewAndSellerFeedbackSolicitation

CreateProductReviewAndSellerFeedbackSolicitation Sends a solicitation to a buyer asking for seller feedback and a product review for the specified order. Send only one productReviewAndSellerFeedback or free form proactive message per order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetSolicitationActionsForOrder

func (a *Client) GetSolicitationActionsForOrder(params *GetSolicitationActionsForOrderParams, opts ...ClientOption) (*GetSolicitationActionsForOrderOK, error)
GetSolicitationActionsForOrder Returns a list of solicitation types that are available for an order that you specify. A solicitation type is represented by an actions object, which contains a path and query parameter(s). You can use the path and parameter(s) to call an operation that sends a solicitation. Currently only the productReviewAndSellerFeedbackSolicitation solicitation type is available.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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 {
	CreateProductReviewAndSellerFeedbackSolicitation(params *CreateProductReviewAndSellerFeedbackSolicitationParams, opts ...ClientOption) (*CreateProductReviewAndSellerFeedbackSolicitationCreated, error)

	GetSolicitationActionsForOrder(params *GetSolicitationActionsForOrderParams, opts ...ClientOption) (*GetSolicitationActionsForOrderOK, 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 solicitations API client.

type CreateProductReviewAndSellerFeedbackSolicitationBadRequest

type CreateProductReviewAndSellerFeedbackSolicitationBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateProductReviewAndSellerFeedbackSolicitationBadRequest

func NewCreateProductReviewAndSellerFeedbackSolicitationBadRequest() *CreateProductReviewAndSellerFeedbackSolicitationBadRequest

NewCreateProductReviewAndSellerFeedbackSolicitationBadRequest creates a CreateProductReviewAndSellerFeedbackSolicitationBadRequest with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationBadRequest) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationBadRequest) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation bad request response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationBadRequest) IsCode

IsCode returns true when this create product review and seller feedback solicitation bad request response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationBadRequest) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation bad request response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationBadRequest) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation bad request response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationBadRequest) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation bad request response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationBadRequest) String

type CreateProductReviewAndSellerFeedbackSolicitationCreated

type CreateProductReviewAndSellerFeedbackSolicitationCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateProductReviewAndSellerFeedbackSolicitationCreated

func NewCreateProductReviewAndSellerFeedbackSolicitationCreated() *CreateProductReviewAndSellerFeedbackSolicitationCreated

NewCreateProductReviewAndSellerFeedbackSolicitationCreated creates a CreateProductReviewAndSellerFeedbackSolicitationCreated with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationCreated) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationCreated) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation created response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationCreated) IsCode

IsCode returns true when this create product review and seller feedback solicitation created response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationCreated) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation created response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationCreated) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation created response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationCreated) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation created response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationCreated) String

type CreateProductReviewAndSellerFeedbackSolicitationForbidden

type CreateProductReviewAndSellerFeedbackSolicitationForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateProductReviewAndSellerFeedbackSolicitationForbidden

func NewCreateProductReviewAndSellerFeedbackSolicitationForbidden() *CreateProductReviewAndSellerFeedbackSolicitationForbidden

NewCreateProductReviewAndSellerFeedbackSolicitationForbidden creates a CreateProductReviewAndSellerFeedbackSolicitationForbidden with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationForbidden) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationForbidden) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation forbidden response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationForbidden) IsCode

IsCode returns true when this create product review and seller feedback solicitation forbidden response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationForbidden) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation forbidden response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationForbidden) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation forbidden response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationForbidden) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation forbidden response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationForbidden) String

type CreateProductReviewAndSellerFeedbackSolicitationInternalServerError

type CreateProductReviewAndSellerFeedbackSolicitationInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateProductReviewAndSellerFeedbackSolicitationInternalServerError

func NewCreateProductReviewAndSellerFeedbackSolicitationInternalServerError() *CreateProductReviewAndSellerFeedbackSolicitationInternalServerError

NewCreateProductReviewAndSellerFeedbackSolicitationInternalServerError creates a CreateProductReviewAndSellerFeedbackSolicitationInternalServerError with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) GetPayload

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation internal server error response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) IsCode

IsCode returns true when this create product review and seller feedback solicitation internal server error response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation internal server error response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation internal server error response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation internal server error response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationInternalServerError) String

type CreateProductReviewAndSellerFeedbackSolicitationNotFound

type CreateProductReviewAndSellerFeedbackSolicitationNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateProductReviewAndSellerFeedbackSolicitationNotFound

func NewCreateProductReviewAndSellerFeedbackSolicitationNotFound() *CreateProductReviewAndSellerFeedbackSolicitationNotFound

NewCreateProductReviewAndSellerFeedbackSolicitationNotFound creates a CreateProductReviewAndSellerFeedbackSolicitationNotFound with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationNotFound) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationNotFound) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation not found response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationNotFound) IsCode

IsCode returns true when this create product review and seller feedback solicitation not found response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationNotFound) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation not found response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationNotFound) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation not found response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationNotFound) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation not found response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationNotFound) String

type CreateProductReviewAndSellerFeedbackSolicitationParams

type CreateProductReviewAndSellerFeedbackSolicitationParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a solicitation is sent.
	*/
	AmazonOrderID string

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

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

CreateProductReviewAndSellerFeedbackSolicitationParams contains all the parameters to send to the API endpoint

for the create product review and seller feedback solicitation operation.

Typically these are written to a http.Request.

func NewCreateProductReviewAndSellerFeedbackSolicitationParams

func NewCreateProductReviewAndSellerFeedbackSolicitationParams() *CreateProductReviewAndSellerFeedbackSolicitationParams

NewCreateProductReviewAndSellerFeedbackSolicitationParams creates a new CreateProductReviewAndSellerFeedbackSolicitationParams 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 NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithContext

func NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithContext(ctx context.Context) *CreateProductReviewAndSellerFeedbackSolicitationParams

NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithContext creates a new CreateProductReviewAndSellerFeedbackSolicitationParams object with the ability to set a context for a request.

func NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithHTTPClient

func NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithHTTPClient(client *http.Client) *CreateProductReviewAndSellerFeedbackSolicitationParams

NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithHTTPClient creates a new CreateProductReviewAndSellerFeedbackSolicitationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithTimeout

func NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithTimeout(timeout time.Duration) *CreateProductReviewAndSellerFeedbackSolicitationParams

NewCreateProductReviewAndSellerFeedbackSolicitationParamsWithTimeout creates a new CreateProductReviewAndSellerFeedbackSolicitationParams object with the ability to set a timeout on a request.

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) SetAmazonOrderID

func (o *CreateProductReviewAndSellerFeedbackSolicitationParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) SetContext

SetContext adds the context to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) SetDefaults

SetDefaults hydrates default values in the create product review and seller feedback solicitation params (not the query body).

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

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) SetMarketplaceIds

func (o *CreateProductReviewAndSellerFeedbackSolicitationParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) SetTimeout

SetTimeout adds the timeout to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) WithAmazonOrderID

WithAmazonOrderID adds the amazonOrderID to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) WithContext

WithContext adds the context to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) WithDefaults

WithDefaults hydrates default values in the create product review and seller feedback solicitation params (not the query body).

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

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) WithMarketplaceIds

WithMarketplaceIds adds the marketplaceIds to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) WithTimeout

WithTimeout adds the timeout to the create product review and seller feedback solicitation params

func (*CreateProductReviewAndSellerFeedbackSolicitationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProductReviewAndSellerFeedbackSolicitationReader

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

CreateProductReviewAndSellerFeedbackSolicitationReader is a Reader for the CreateProductReviewAndSellerFeedbackSolicitation structure.

func (*CreateProductReviewAndSellerFeedbackSolicitationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge

type CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge

func NewCreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge() *CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge

NewCreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge creates a CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) GetPayload

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation request entity too large response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) IsCode

IsCode returns true when this create product review and seller feedback solicitation request entity too large response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation request entity too large response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation request entity too large response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation request entity too large response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationRequestEntityTooLarge) String

type CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable

type CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable

func NewCreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable() *CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable

NewCreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable creates a CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) GetPayload

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation service unavailable response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) IsCode

IsCode returns true when this create product review and seller feedback solicitation service unavailable response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation service unavailable response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation service unavailable response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation service unavailable response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationServiceUnavailable) String

type CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests

type CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateProductReviewAndSellerFeedbackSolicitationTooManyRequests

func NewCreateProductReviewAndSellerFeedbackSolicitationTooManyRequests() *CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests

NewCreateProductReviewAndSellerFeedbackSolicitationTooManyRequests creates a CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) GetPayload

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation too many requests response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) IsCode

IsCode returns true when this create product review and seller feedback solicitation too many requests response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation too many requests response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation too many requests response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation too many requests response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationTooManyRequests) String

type CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType

type CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.CreateProductReviewAndSellerFeedbackSolicitationResponse
}

CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType

func NewCreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType() *CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType

NewCreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType creates a CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType with default headers values

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) Error

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) GetPayload

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) IsClientError

IsClientError returns true when this create product review and seller feedback solicitation unsupported media type response has a 4xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) IsCode

IsCode returns true when this create product review and seller feedback solicitation unsupported media type response a status code equal to that given

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create product review and seller feedback solicitation unsupported media type response has a 3xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) IsServerError

IsServerError returns true when this create product review and seller feedback solicitation unsupported media type response has a 5xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create product review and seller feedback solicitation unsupported media type response has a 2xx status code

func (*CreateProductReviewAndSellerFeedbackSolicitationUnsupportedMediaType) String

type GetSolicitationActionsForOrderBadRequest

type GetSolicitationActionsForOrderBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetSolicitationActionsForOrderBadRequest

func NewGetSolicitationActionsForOrderBadRequest() *GetSolicitationActionsForOrderBadRequest

NewGetSolicitationActionsForOrderBadRequest creates a GetSolicitationActionsForOrderBadRequest with default headers values

func (*GetSolicitationActionsForOrderBadRequest) Error

func (*GetSolicitationActionsForOrderBadRequest) GetPayload

func (*GetSolicitationActionsForOrderBadRequest) IsClientError

IsClientError returns true when this get solicitation actions for order bad request response has a 4xx status code

func (*GetSolicitationActionsForOrderBadRequest) IsCode

IsCode returns true when this get solicitation actions for order bad request response a status code equal to that given

func (*GetSolicitationActionsForOrderBadRequest) IsRedirect

IsRedirect returns true when this get solicitation actions for order bad request response has a 3xx status code

func (*GetSolicitationActionsForOrderBadRequest) IsServerError

IsServerError returns true when this get solicitation actions for order bad request response has a 5xx status code

func (*GetSolicitationActionsForOrderBadRequest) IsSuccess

IsSuccess returns true when this get solicitation actions for order bad request response has a 2xx status code

func (*GetSolicitationActionsForOrderBadRequest) String

type GetSolicitationActionsForOrderForbidden

type GetSolicitationActionsForOrderForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetSolicitationActionsForOrderForbidden

func NewGetSolicitationActionsForOrderForbidden() *GetSolicitationActionsForOrderForbidden

NewGetSolicitationActionsForOrderForbidden creates a GetSolicitationActionsForOrderForbidden with default headers values

func (*GetSolicitationActionsForOrderForbidden) Error

func (*GetSolicitationActionsForOrderForbidden) GetPayload

func (*GetSolicitationActionsForOrderForbidden) IsClientError

func (o *GetSolicitationActionsForOrderForbidden) IsClientError() bool

IsClientError returns true when this get solicitation actions for order forbidden response has a 4xx status code

func (*GetSolicitationActionsForOrderForbidden) IsCode

IsCode returns true when this get solicitation actions for order forbidden response a status code equal to that given

func (*GetSolicitationActionsForOrderForbidden) IsRedirect

IsRedirect returns true when this get solicitation actions for order forbidden response has a 3xx status code

func (*GetSolicitationActionsForOrderForbidden) IsServerError

func (o *GetSolicitationActionsForOrderForbidden) IsServerError() bool

IsServerError returns true when this get solicitation actions for order forbidden response has a 5xx status code

func (*GetSolicitationActionsForOrderForbidden) IsSuccess

IsSuccess returns true when this get solicitation actions for order forbidden response has a 2xx status code

func (*GetSolicitationActionsForOrderForbidden) String

type GetSolicitationActionsForOrderInternalServerError

type GetSolicitationActionsForOrderInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetSolicitationActionsForOrderInternalServerError

func NewGetSolicitationActionsForOrderInternalServerError() *GetSolicitationActionsForOrderInternalServerError

NewGetSolicitationActionsForOrderInternalServerError creates a GetSolicitationActionsForOrderInternalServerError with default headers values

func (*GetSolicitationActionsForOrderInternalServerError) Error

func (*GetSolicitationActionsForOrderInternalServerError) GetPayload

func (*GetSolicitationActionsForOrderInternalServerError) IsClientError

IsClientError returns true when this get solicitation actions for order internal server error response has a 4xx status code

func (*GetSolicitationActionsForOrderInternalServerError) IsCode

IsCode returns true when this get solicitation actions for order internal server error response a status code equal to that given

func (*GetSolicitationActionsForOrderInternalServerError) IsRedirect

IsRedirect returns true when this get solicitation actions for order internal server error response has a 3xx status code

func (*GetSolicitationActionsForOrderInternalServerError) IsServerError

IsServerError returns true when this get solicitation actions for order internal server error response has a 5xx status code

func (*GetSolicitationActionsForOrderInternalServerError) IsSuccess

IsSuccess returns true when this get solicitation actions for order internal server error response has a 2xx status code

func (*GetSolicitationActionsForOrderInternalServerError) String

type GetSolicitationActionsForOrderNotFound

type GetSolicitationActionsForOrderNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetSolicitationActionsForOrderNotFound

func NewGetSolicitationActionsForOrderNotFound() *GetSolicitationActionsForOrderNotFound

NewGetSolicitationActionsForOrderNotFound creates a GetSolicitationActionsForOrderNotFound with default headers values

func (*GetSolicitationActionsForOrderNotFound) Error

func (*GetSolicitationActionsForOrderNotFound) GetPayload

func (*GetSolicitationActionsForOrderNotFound) IsClientError

func (o *GetSolicitationActionsForOrderNotFound) IsClientError() bool

IsClientError returns true when this get solicitation actions for order not found response has a 4xx status code

func (*GetSolicitationActionsForOrderNotFound) IsCode

IsCode returns true when this get solicitation actions for order not found response a status code equal to that given

func (*GetSolicitationActionsForOrderNotFound) IsRedirect

IsRedirect returns true when this get solicitation actions for order not found response has a 3xx status code

func (*GetSolicitationActionsForOrderNotFound) IsServerError

func (o *GetSolicitationActionsForOrderNotFound) IsServerError() bool

IsServerError returns true when this get solicitation actions for order not found response has a 5xx status code

func (*GetSolicitationActionsForOrderNotFound) IsSuccess

IsSuccess returns true when this get solicitation actions for order not found response has a 2xx status code

func (*GetSolicitationActionsForOrderNotFound) String

type GetSolicitationActionsForOrderOK

type GetSolicitationActionsForOrderOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderOK describes a response with status code 200, with default header values.

Returns hypermedia links under the _links.actions key that specify which solicitation actions are allowed for the order.

func NewGetSolicitationActionsForOrderOK

func NewGetSolicitationActionsForOrderOK() *GetSolicitationActionsForOrderOK

NewGetSolicitationActionsForOrderOK creates a GetSolicitationActionsForOrderOK with default headers values

func (*GetSolicitationActionsForOrderOK) Error

func (*GetSolicitationActionsForOrderOK) GetPayload

func (*GetSolicitationActionsForOrderOK) IsClientError

func (o *GetSolicitationActionsForOrderOK) IsClientError() bool

IsClientError returns true when this get solicitation actions for order o k response has a 4xx status code

func (*GetSolicitationActionsForOrderOK) IsCode

func (o *GetSolicitationActionsForOrderOK) IsCode(code int) bool

IsCode returns true when this get solicitation actions for order o k response a status code equal to that given

func (*GetSolicitationActionsForOrderOK) IsRedirect

func (o *GetSolicitationActionsForOrderOK) IsRedirect() bool

IsRedirect returns true when this get solicitation actions for order o k response has a 3xx status code

func (*GetSolicitationActionsForOrderOK) IsServerError

func (o *GetSolicitationActionsForOrderOK) IsServerError() bool

IsServerError returns true when this get solicitation actions for order o k response has a 5xx status code

func (*GetSolicitationActionsForOrderOK) IsSuccess

func (o *GetSolicitationActionsForOrderOK) IsSuccess() bool

IsSuccess returns true when this get solicitation actions for order o k response has a 2xx status code

func (*GetSolicitationActionsForOrderOK) String

type GetSolicitationActionsForOrderParams

type GetSolicitationActionsForOrderParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which you want a list of available solicitation types.
	*/
	AmazonOrderID string

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

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

GetSolicitationActionsForOrderParams contains all the parameters to send to the API endpoint

for the get solicitation actions for order operation.

Typically these are written to a http.Request.

func NewGetSolicitationActionsForOrderParams

func NewGetSolicitationActionsForOrderParams() *GetSolicitationActionsForOrderParams

NewGetSolicitationActionsForOrderParams creates a new GetSolicitationActionsForOrderParams 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 NewGetSolicitationActionsForOrderParamsWithContext

func NewGetSolicitationActionsForOrderParamsWithContext(ctx context.Context) *GetSolicitationActionsForOrderParams

NewGetSolicitationActionsForOrderParamsWithContext creates a new GetSolicitationActionsForOrderParams object with the ability to set a context for a request.

func NewGetSolicitationActionsForOrderParamsWithHTTPClient

func NewGetSolicitationActionsForOrderParamsWithHTTPClient(client *http.Client) *GetSolicitationActionsForOrderParams

NewGetSolicitationActionsForOrderParamsWithHTTPClient creates a new GetSolicitationActionsForOrderParams object with the ability to set a custom HTTPClient for a request.

func NewGetSolicitationActionsForOrderParamsWithTimeout

func NewGetSolicitationActionsForOrderParamsWithTimeout(timeout time.Duration) *GetSolicitationActionsForOrderParams

NewGetSolicitationActionsForOrderParamsWithTimeout creates a new GetSolicitationActionsForOrderParams object with the ability to set a timeout on a request.

func (*GetSolicitationActionsForOrderParams) SetAmazonOrderID

func (o *GetSolicitationActionsForOrderParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) SetContext

SetContext adds the context to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) SetDefaults

func (o *GetSolicitationActionsForOrderParams) SetDefaults()

SetDefaults hydrates default values in the get solicitation actions for order params (not the query body).

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

func (*GetSolicitationActionsForOrderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) SetMarketplaceIds

func (o *GetSolicitationActionsForOrderParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) SetTimeout

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

SetTimeout adds the timeout to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) WithAmazonOrderID

WithAmazonOrderID adds the amazonOrderID to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) WithContext

WithContext adds the context to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) WithDefaults

WithDefaults hydrates default values in the get solicitation actions for order params (not the query body).

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

func (*GetSolicitationActionsForOrderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) WithMarketplaceIds

func (o *GetSolicitationActionsForOrderParams) WithMarketplaceIds(marketplaceIds []string) *GetSolicitationActionsForOrderParams

WithMarketplaceIds adds the marketplaceIds to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) WithTimeout

WithTimeout adds the timeout to the get solicitation actions for order params

func (*GetSolicitationActionsForOrderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSolicitationActionsForOrderReader

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

GetSolicitationActionsForOrderReader is a Reader for the GetSolicitationActionsForOrder structure.

func (*GetSolicitationActionsForOrderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSolicitationActionsForOrderRequestEntityTooLarge

type GetSolicitationActionsForOrderRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewGetSolicitationActionsForOrderRequestEntityTooLarge

func NewGetSolicitationActionsForOrderRequestEntityTooLarge() *GetSolicitationActionsForOrderRequestEntityTooLarge

NewGetSolicitationActionsForOrderRequestEntityTooLarge creates a GetSolicitationActionsForOrderRequestEntityTooLarge with default headers values

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) Error

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) GetPayload

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) IsClientError

IsClientError returns true when this get solicitation actions for order request entity too large response has a 4xx status code

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) IsCode

IsCode returns true when this get solicitation actions for order request entity too large response a status code equal to that given

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get solicitation actions for order request entity too large response has a 3xx status code

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) IsServerError

IsServerError returns true when this get solicitation actions for order request entity too large response has a 5xx status code

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get solicitation actions for order request entity too large response has a 2xx status code

func (*GetSolicitationActionsForOrderRequestEntityTooLarge) String

type GetSolicitationActionsForOrderServiceUnavailable

type GetSolicitationActionsForOrderServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetSolicitationActionsForOrderServiceUnavailable

func NewGetSolicitationActionsForOrderServiceUnavailable() *GetSolicitationActionsForOrderServiceUnavailable

NewGetSolicitationActionsForOrderServiceUnavailable creates a GetSolicitationActionsForOrderServiceUnavailable with default headers values

func (*GetSolicitationActionsForOrderServiceUnavailable) Error

func (*GetSolicitationActionsForOrderServiceUnavailable) GetPayload

func (*GetSolicitationActionsForOrderServiceUnavailable) IsClientError

IsClientError returns true when this get solicitation actions for order service unavailable response has a 4xx status code

func (*GetSolicitationActionsForOrderServiceUnavailable) IsCode

IsCode returns true when this get solicitation actions for order service unavailable response a status code equal to that given

func (*GetSolicitationActionsForOrderServiceUnavailable) IsRedirect

IsRedirect returns true when this get solicitation actions for order service unavailable response has a 3xx status code

func (*GetSolicitationActionsForOrderServiceUnavailable) IsServerError

IsServerError returns true when this get solicitation actions for order service unavailable response has a 5xx status code

func (*GetSolicitationActionsForOrderServiceUnavailable) IsSuccess

IsSuccess returns true when this get solicitation actions for order service unavailable response has a 2xx status code

func (*GetSolicitationActionsForOrderServiceUnavailable) String

type GetSolicitationActionsForOrderTooManyRequests

type GetSolicitationActionsForOrderTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetSolicitationActionsForOrderTooManyRequests

func NewGetSolicitationActionsForOrderTooManyRequests() *GetSolicitationActionsForOrderTooManyRequests

NewGetSolicitationActionsForOrderTooManyRequests creates a GetSolicitationActionsForOrderTooManyRequests with default headers values

func (*GetSolicitationActionsForOrderTooManyRequests) Error

func (*GetSolicitationActionsForOrderTooManyRequests) GetPayload

func (*GetSolicitationActionsForOrderTooManyRequests) IsClientError

IsClientError returns true when this get solicitation actions for order too many requests response has a 4xx status code

func (*GetSolicitationActionsForOrderTooManyRequests) IsCode

IsCode returns true when this get solicitation actions for order too many requests response a status code equal to that given

func (*GetSolicitationActionsForOrderTooManyRequests) IsRedirect

IsRedirect returns true when this get solicitation actions for order too many requests response has a 3xx status code

func (*GetSolicitationActionsForOrderTooManyRequests) IsServerError

IsServerError returns true when this get solicitation actions for order too many requests response has a 5xx status code

func (*GetSolicitationActionsForOrderTooManyRequests) IsSuccess

IsSuccess returns true when this get solicitation actions for order too many requests response has a 2xx status code

func (*GetSolicitationActionsForOrderTooManyRequests) String

type GetSolicitationActionsForOrderUnsupportedMediaType

type GetSolicitationActionsForOrderUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *solicitations_models.GetSolicitationActionsForOrderResponse
}

GetSolicitationActionsForOrderUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewGetSolicitationActionsForOrderUnsupportedMediaType

func NewGetSolicitationActionsForOrderUnsupportedMediaType() *GetSolicitationActionsForOrderUnsupportedMediaType

NewGetSolicitationActionsForOrderUnsupportedMediaType creates a GetSolicitationActionsForOrderUnsupportedMediaType with default headers values

func (*GetSolicitationActionsForOrderUnsupportedMediaType) Error

func (*GetSolicitationActionsForOrderUnsupportedMediaType) GetPayload

func (*GetSolicitationActionsForOrderUnsupportedMediaType) IsClientError

IsClientError returns true when this get solicitation actions for order unsupported media type response has a 4xx status code

func (*GetSolicitationActionsForOrderUnsupportedMediaType) IsCode

IsCode returns true when this get solicitation actions for order unsupported media type response a status code equal to that given

func (*GetSolicitationActionsForOrderUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get solicitation actions for order unsupported media type response has a 3xx status code

func (*GetSolicitationActionsForOrderUnsupportedMediaType) IsServerError

IsServerError returns true when this get solicitation actions for order unsupported media type response has a 5xx status code

func (*GetSolicitationActionsForOrderUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get solicitation actions for order unsupported media type response has a 2xx status code

func (*GetSolicitationActionsForOrderUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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