loyalty

package
v0.0.0-...-b9aa217 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: Apache-2.0 Imports: 13 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 loyalty API

func (*Client) GetCharactersCharacterIDLoyaltyPoints

func (a *Client) GetCharactersCharacterIDLoyaltyPoints(params *GetCharactersCharacterIDLoyaltyPointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDLoyaltyPointsOK, error)
GetCharactersCharacterIDLoyaltyPoints gets loyalty points

Return a list of loyalty points for all corporations the character has worked for

---

This route is cached for up to 3600 seconds

func (*Client) GetLoyaltyStoresCorporationIDOffers

func (a *Client) GetLoyaltyStoresCorporationIDOffers(params *GetLoyaltyStoresCorporationIDOffersParams, opts ...ClientOption) (*GetLoyaltyStoresCorporationIDOffersOK, error)
GetLoyaltyStoresCorporationIDOffers lists loyalty store offers

Return a list of offers from a specific corporation's loyalty store

---

This route expires daily at 11:05

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.4.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetCharactersCharacterIDLoyaltyPoints(params *GetCharactersCharacterIDLoyaltyPointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDLoyaltyPointsOK, error)

	GetLoyaltyStoresCorporationIDOffers(params *GetLoyaltyStoresCorporationIDOffersParams, opts ...ClientOption) (*GetLoyaltyStoresCorporationIDOffersOK, 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 loyalty API client.

type GetCharactersCharacterIDLoyaltyPointsBadRequest

type GetCharactersCharacterIDLoyaltyPointsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDLoyaltyPointsBadRequest

func NewGetCharactersCharacterIDLoyaltyPointsBadRequest() *GetCharactersCharacterIDLoyaltyPointsBadRequest

NewGetCharactersCharacterIDLoyaltyPointsBadRequest creates a GetCharactersCharacterIDLoyaltyPointsBadRequest with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points bad request response

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) Error

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points bad request response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points bad request response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points bad request response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points bad request response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points bad request response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsBadRequest) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm

type GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm

func NewGetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm() *GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm

NewGetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm creates a GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points enhance your calm response

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points enhance your calm response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points enhance your calm response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points enhance your calm response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points enhance your calm response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points enhance your calm response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsForbidden

type GetCharactersCharacterIDLoyaltyPointsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDLoyaltyPointsForbidden

func NewGetCharactersCharacterIDLoyaltyPointsForbidden() *GetCharactersCharacterIDLoyaltyPointsForbidden

NewGetCharactersCharacterIDLoyaltyPointsForbidden creates a GetCharactersCharacterIDLoyaltyPointsForbidden with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points forbidden response

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) Error

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points forbidden response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points forbidden response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points forbidden response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points forbidden response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points forbidden response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsForbidden) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsGatewayTimeout

type GetCharactersCharacterIDLoyaltyPointsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetCharactersCharacterIDLoyaltyPointsGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetCharactersCharacterIDLoyaltyPointsGatewayTimeout

func NewGetCharactersCharacterIDLoyaltyPointsGatewayTimeout() *GetCharactersCharacterIDLoyaltyPointsGatewayTimeout

NewGetCharactersCharacterIDLoyaltyPointsGatewayTimeout creates a GetCharactersCharacterIDLoyaltyPointsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points gateway timeout response

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) Error

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points gateway timeout response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points gateway timeout response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points gateway timeout response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points gateway timeout response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points gateway timeout response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsInternalServerError

type GetCharactersCharacterIDLoyaltyPointsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDLoyaltyPointsInternalServerError

func NewGetCharactersCharacterIDLoyaltyPointsInternalServerError() *GetCharactersCharacterIDLoyaltyPointsInternalServerError

NewGetCharactersCharacterIDLoyaltyPointsInternalServerError creates a GetCharactersCharacterIDLoyaltyPointsInternalServerError with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points internal server error response

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) Error

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points internal server error response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points internal server error response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points internal server error response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points internal server error response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points internal server error response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsNotModified

type GetCharactersCharacterIDLoyaltyPointsNotModified struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string
}

GetCharactersCharacterIDLoyaltyPointsNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetCharactersCharacterIDLoyaltyPointsNotModified

func NewGetCharactersCharacterIDLoyaltyPointsNotModified() *GetCharactersCharacterIDLoyaltyPointsNotModified

NewGetCharactersCharacterIDLoyaltyPointsNotModified creates a GetCharactersCharacterIDLoyaltyPointsNotModified with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points not modified response

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) Error

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points not modified response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points not modified response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points not modified response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points not modified response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points not modified response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsNotModified) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsOK

type GetCharactersCharacterIDLoyaltyPointsOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []*GetCharactersCharacterIDLoyaltyPointsOKBodyItems0
}

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

A list of loyalty points

func NewGetCharactersCharacterIDLoyaltyPointsOK

func NewGetCharactersCharacterIDLoyaltyPointsOK() *GetCharactersCharacterIDLoyaltyPointsOK

NewGetCharactersCharacterIDLoyaltyPointsOK creates a GetCharactersCharacterIDLoyaltyPointsOK with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsOK) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points o k response

func (*GetCharactersCharacterIDLoyaltyPointsOK) Error

func (*GetCharactersCharacterIDLoyaltyPointsOK) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDLoyaltyPointsOK) IsClientError() bool

IsClientError returns true when this get characters character Id loyalty points o k response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsOK) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points o k response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points o k response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDLoyaltyPointsOK) IsServerError() bool

IsServerError returns true when this get characters character Id loyalty points o k response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points o k response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsOK) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsOKBodyItems0

type GetCharactersCharacterIDLoyaltyPointsOKBodyItems0 struct {

	// get_characters_character_id_loyalty_points_corporation_id
	//
	// corporation_id integer
	// Required: true
	CorporationID *int32 `json:"corporation_id"`

	// get_characters_character_id_loyalty_points_loyalty_points
	//
	// loyalty_points integer
	// Required: true
	LoyaltyPoints *int32 `json:"loyalty_points"`
}

GetCharactersCharacterIDLoyaltyPointsOKBodyItems0 get_characters_character_id_loyalty_points_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDLoyaltyPointsOKBodyItems0

func (*GetCharactersCharacterIDLoyaltyPointsOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validates this get characters character ID loyalty points o k body items0 based on context it is used

func (*GetCharactersCharacterIDLoyaltyPointsOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDLoyaltyPointsOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDLoyaltyPointsOKBodyItems0) Validate

Validate validates this get characters character ID loyalty points o k body items0

type GetCharactersCharacterIDLoyaltyPointsParams

type GetCharactersCharacterIDLoyaltyPointsParams struct {

	/* IfNoneMatch.

	   ETag from a previous request. A 304 will be returned if this matches the current ETag
	*/
	IfNoneMatch *string

	/* CharacterID.

	   An EVE character ID

	   Format: int32
	*/
	CharacterID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Token.

	   Access token to use if unable to set a header
	*/
	Token *string

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

GetCharactersCharacterIDLoyaltyPointsParams contains all the parameters to send to the API endpoint

for the get characters character id loyalty points operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDLoyaltyPointsParams

func NewGetCharactersCharacterIDLoyaltyPointsParams() *GetCharactersCharacterIDLoyaltyPointsParams

NewGetCharactersCharacterIDLoyaltyPointsParams creates a new GetCharactersCharacterIDLoyaltyPointsParams 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 NewGetCharactersCharacterIDLoyaltyPointsParamsWithContext

func NewGetCharactersCharacterIDLoyaltyPointsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDLoyaltyPointsParams

NewGetCharactersCharacterIDLoyaltyPointsParamsWithContext creates a new GetCharactersCharacterIDLoyaltyPointsParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDLoyaltyPointsParamsWithHTTPClient

func NewGetCharactersCharacterIDLoyaltyPointsParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDLoyaltyPointsParams

NewGetCharactersCharacterIDLoyaltyPointsParamsWithHTTPClient creates a new GetCharactersCharacterIDLoyaltyPointsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDLoyaltyPointsParamsWithTimeout

func NewGetCharactersCharacterIDLoyaltyPointsParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDLoyaltyPointsParams

NewGetCharactersCharacterIDLoyaltyPointsParamsWithTimeout creates a new GetCharactersCharacterIDLoyaltyPointsParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetCharacterID

func (o *GetCharactersCharacterIDLoyaltyPointsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetContext

SetContext adds the context to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetDatasource

func (o *GetCharactersCharacterIDLoyaltyPointsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get characters character id loyalty points params (not the query body).

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

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetIfNoneMatch

func (o *GetCharactersCharacterIDLoyaltyPointsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetTimeout

SetTimeout adds the timeout to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) SetToken

SetToken adds the token to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithContext

WithContext adds the context to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithDatasource

WithDatasource adds the datasource to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get characters character id loyalty points params (not the query body).

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

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithTimeout

WithTimeout adds the timeout to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WithToken

WithToken adds the token to the get characters character id loyalty points params

func (*GetCharactersCharacterIDLoyaltyPointsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDLoyaltyPointsReader

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

GetCharactersCharacterIDLoyaltyPointsReader is a Reader for the GetCharactersCharacterIDLoyaltyPoints structure.

func (*GetCharactersCharacterIDLoyaltyPointsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDLoyaltyPointsServiceUnavailable

type GetCharactersCharacterIDLoyaltyPointsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDLoyaltyPointsServiceUnavailable

func NewGetCharactersCharacterIDLoyaltyPointsServiceUnavailable() *GetCharactersCharacterIDLoyaltyPointsServiceUnavailable

NewGetCharactersCharacterIDLoyaltyPointsServiceUnavailable creates a GetCharactersCharacterIDLoyaltyPointsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points service unavailable response

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) Error

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points service unavailable response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points service unavailable response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points service unavailable response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points service unavailable response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points service unavailable response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDLoyaltyPointsUnauthorized

type GetCharactersCharacterIDLoyaltyPointsUnauthorized struct {
	Payload *models.Unauthorized
}

GetCharactersCharacterIDLoyaltyPointsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCharactersCharacterIDLoyaltyPointsUnauthorized

func NewGetCharactersCharacterIDLoyaltyPointsUnauthorized() *GetCharactersCharacterIDLoyaltyPointsUnauthorized

NewGetCharactersCharacterIDLoyaltyPointsUnauthorized creates a GetCharactersCharacterIDLoyaltyPointsUnauthorized with default headers values

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) Code added in v0.5.29

Code gets the status code for the get characters character Id loyalty points unauthorized response

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) Error

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) GetPayload

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id loyalty points unauthorized response has a 4xx status code

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get characters character Id loyalty points unauthorized response a status code equal to that given

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id loyalty points unauthorized response has a 3xx status code

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id loyalty points unauthorized response has a 5xx status code

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id loyalty points unauthorized response has a 2xx status code

func (*GetCharactersCharacterIDLoyaltyPointsUnauthorized) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersBadRequest

type GetLoyaltyStoresCorporationIDOffersBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetLoyaltyStoresCorporationIDOffersBadRequest

func NewGetLoyaltyStoresCorporationIDOffersBadRequest() *GetLoyaltyStoresCorporationIDOffersBadRequest

NewGetLoyaltyStoresCorporationIDOffersBadRequest creates a GetLoyaltyStoresCorporationIDOffersBadRequest with default headers values

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers bad request response

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) Error

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) GetPayload

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get loyalty stores corporation Id offers bad request response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers bad request response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers bad request response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get loyalty stores corporation Id offers bad request response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers bad request response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersBadRequest) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm

type GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetLoyaltyStoresCorporationIDOffersEnhanceYourCalm

func NewGetLoyaltyStoresCorporationIDOffersEnhanceYourCalm() *GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm

NewGetLoyaltyStoresCorporationIDOffersEnhanceYourCalm creates a GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm with default headers values

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers enhance your calm response

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) Error

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) GetPayload

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get loyalty stores corporation Id offers enhance your calm response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers enhance your calm response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers enhance your calm response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get loyalty stores corporation Id offers enhance your calm response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers enhance your calm response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersEnhanceYourCalm) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersGatewayTimeout

type GetLoyaltyStoresCorporationIDOffersGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetLoyaltyStoresCorporationIDOffersGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetLoyaltyStoresCorporationIDOffersGatewayTimeout

func NewGetLoyaltyStoresCorporationIDOffersGatewayTimeout() *GetLoyaltyStoresCorporationIDOffersGatewayTimeout

NewGetLoyaltyStoresCorporationIDOffersGatewayTimeout creates a GetLoyaltyStoresCorporationIDOffersGatewayTimeout with default headers values

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers gateway timeout response

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) Error

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) GetPayload

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get loyalty stores corporation Id offers gateway timeout response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers gateway timeout response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers gateway timeout response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get loyalty stores corporation Id offers gateway timeout response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers gateway timeout response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersGatewayTimeout) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersInternalServerError

type GetLoyaltyStoresCorporationIDOffersInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetLoyaltyStoresCorporationIDOffersInternalServerError

func NewGetLoyaltyStoresCorporationIDOffersInternalServerError() *GetLoyaltyStoresCorporationIDOffersInternalServerError

NewGetLoyaltyStoresCorporationIDOffersInternalServerError creates a GetLoyaltyStoresCorporationIDOffersInternalServerError with default headers values

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers internal server error response

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) Error

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) GetPayload

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get loyalty stores corporation Id offers internal server error response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers internal server error response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers internal server error response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get loyalty stores corporation Id offers internal server error response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers internal server error response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersInternalServerError) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersNotFound

type GetLoyaltyStoresCorporationIDOffersNotFound struct {
	Payload *GetLoyaltyStoresCorporationIDOffersNotFoundBody
}

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

No loyalty point store found for the provided corporation

func NewGetLoyaltyStoresCorporationIDOffersNotFound

func NewGetLoyaltyStoresCorporationIDOffersNotFound() *GetLoyaltyStoresCorporationIDOffersNotFound

NewGetLoyaltyStoresCorporationIDOffersNotFound creates a GetLoyaltyStoresCorporationIDOffersNotFound with default headers values

func (*GetLoyaltyStoresCorporationIDOffersNotFound) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers not found response

func (*GetLoyaltyStoresCorporationIDOffersNotFound) Error

func (*GetLoyaltyStoresCorporationIDOffersNotFound) GetPayload

func (*GetLoyaltyStoresCorporationIDOffersNotFound) IsClientError added in v0.5.29

IsClientError returns true when this get loyalty stores corporation Id offers not found response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotFound) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers not found response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersNotFound) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers not found response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotFound) IsServerError added in v0.5.29

IsServerError returns true when this get loyalty stores corporation Id offers not found response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotFound) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers not found response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotFound) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersNotFoundBody

type GetLoyaltyStoresCorporationIDOffersNotFoundBody struct {

	// get_loyalty_stores_corporation_id_offers_404_not_found
	//
	// Not found message
	Error string `json:"error,omitempty"`
}

GetLoyaltyStoresCorporationIDOffersNotFoundBody get_loyalty_stores_corporation_id_offers_not_found // // Not found swagger:model GetLoyaltyStoresCorporationIDOffersNotFoundBody

func (*GetLoyaltyStoresCorporationIDOffersNotFoundBody) ContextValidate added in v0.3.0

ContextValidate validates this get loyalty stores corporation ID offers not found body based on context it is used

func (*GetLoyaltyStoresCorporationIDOffersNotFoundBody) MarshalBinary

MarshalBinary interface implementation

func (*GetLoyaltyStoresCorporationIDOffersNotFoundBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetLoyaltyStoresCorporationIDOffersNotFoundBody) Validate

Validate validates this get loyalty stores corporation ID offers not found body

type GetLoyaltyStoresCorporationIDOffersNotModified

type GetLoyaltyStoresCorporationIDOffersNotModified struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string
}

GetLoyaltyStoresCorporationIDOffersNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetLoyaltyStoresCorporationIDOffersNotModified

func NewGetLoyaltyStoresCorporationIDOffersNotModified() *GetLoyaltyStoresCorporationIDOffersNotModified

NewGetLoyaltyStoresCorporationIDOffersNotModified creates a GetLoyaltyStoresCorporationIDOffersNotModified with default headers values

func (*GetLoyaltyStoresCorporationIDOffersNotModified) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers not modified response

func (*GetLoyaltyStoresCorporationIDOffersNotModified) Error

func (*GetLoyaltyStoresCorporationIDOffersNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get loyalty stores corporation Id offers not modified response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotModified) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers not modified response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers not modified response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get loyalty stores corporation Id offers not modified response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers not modified response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersNotModified) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersOK

type GetLoyaltyStoresCorporationIDOffersOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []*GetLoyaltyStoresCorporationIDOffersOKBodyItems0
}

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

A list of offers

func NewGetLoyaltyStoresCorporationIDOffersOK

func NewGetLoyaltyStoresCorporationIDOffersOK() *GetLoyaltyStoresCorporationIDOffersOK

NewGetLoyaltyStoresCorporationIDOffersOK creates a GetLoyaltyStoresCorporationIDOffersOK with default headers values

func (*GetLoyaltyStoresCorporationIDOffersOK) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers o k response

func (*GetLoyaltyStoresCorporationIDOffersOK) Error

func (*GetLoyaltyStoresCorporationIDOffersOK) GetPayload

func (*GetLoyaltyStoresCorporationIDOffersOK) IsClientError added in v0.5.29

func (o *GetLoyaltyStoresCorporationIDOffersOK) IsClientError() bool

IsClientError returns true when this get loyalty stores corporation Id offers o k response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersOK) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers o k response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers o k response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersOK) IsServerError added in v0.5.29

func (o *GetLoyaltyStoresCorporationIDOffersOK) IsServerError() bool

IsServerError returns true when this get loyalty stores corporation Id offers o k response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers o k response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersOK) String added in v0.5.29

type GetLoyaltyStoresCorporationIDOffersOKBodyItems0

type GetLoyaltyStoresCorporationIDOffersOKBodyItems0 struct {

	// get_loyalty_stores_corporation_id_offers_ak_cost
	//
	// Analysis kredit cost
	AkCost int32 `json:"ak_cost,omitempty"`

	// get_loyalty_stores_corporation_id_offers_isk_cost
	//
	// isk_cost integer
	// Required: true
	IskCost *int64 `json:"isk_cost"`

	// get_loyalty_stores_corporation_id_offers_lp_cost
	//
	// lp_cost integer
	// Required: true
	LpCost *int32 `json:"lp_cost"`

	// get_loyalty_stores_corporation_id_offers_offer_id
	//
	// offer_id integer
	// Required: true
	OfferID *int32 `json:"offer_id"`

	// get_loyalty_stores_corporation_id_offers_quantity
	//
	// quantity integer
	// Required: true
	Quantity *int32 `json:"quantity"`

	// get_loyalty_stores_corporation_id_offers_required_items
	//
	// required_items array
	// Required: true
	// Max Items: 100
	RequiredItems []*GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0 `json:"required_items"`

	// get_loyalty_stores_corporation_id_offers_type_id
	//
	// type_id integer
	// Required: true
	TypeID *int32 `json:"type_id"`
}

GetLoyaltyStoresCorporationIDOffersOKBodyItems0 get_loyalty_stores_corporation_id_offers_200_ok // // 200 ok object swagger:model GetLoyaltyStoresCorporationIDOffersOKBodyItems0

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validate this get loyalty stores corporation ID offers o k body items0 based on the context it is used

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0) Validate

Validate validates this get loyalty stores corporation ID offers o k body items0

type GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0

type GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0 struct {

	// get_loyalty_stores_corporation_id_offers_required_item_quantity
	//
	// quantity integer
	// Required: true
	Quantity *int32 `json:"quantity"`

	// get_loyalty_stores_corporation_id_offers_required_item_type_id
	//
	// type_id integer
	// Required: true
	TypeID *int32 `json:"type_id"`
}

GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0 get_loyalty_stores_corporation_id_offers_required_item // // required_item object swagger:model GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0) ContextValidate added in v0.3.0

ContextValidate validates this get loyalty stores corporation ID offers o k body items0 required items items0 based on context it is used

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetLoyaltyStoresCorporationIDOffersOKBodyItems0RequiredItemsItems0) Validate

Validate validates this get loyalty stores corporation ID offers o k body items0 required items items0

type GetLoyaltyStoresCorporationIDOffersParams

type GetLoyaltyStoresCorporationIDOffersParams struct {

	/* IfNoneMatch.

	   ETag from a previous request. A 304 will be returned if this matches the current ETag
	*/
	IfNoneMatch *string

	/* CorporationID.

	   An EVE corporation ID

	   Format: int32
	*/
	CorporationID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

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

GetLoyaltyStoresCorporationIDOffersParams contains all the parameters to send to the API endpoint

for the get loyalty stores corporation id offers operation.

Typically these are written to a http.Request.

func NewGetLoyaltyStoresCorporationIDOffersParams

func NewGetLoyaltyStoresCorporationIDOffersParams() *GetLoyaltyStoresCorporationIDOffersParams

NewGetLoyaltyStoresCorporationIDOffersParams creates a new GetLoyaltyStoresCorporationIDOffersParams 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 NewGetLoyaltyStoresCorporationIDOffersParamsWithContext

func NewGetLoyaltyStoresCorporationIDOffersParamsWithContext(ctx context.Context) *GetLoyaltyStoresCorporationIDOffersParams

NewGetLoyaltyStoresCorporationIDOffersParamsWithContext creates a new GetLoyaltyStoresCorporationIDOffersParams object with the ability to set a context for a request.

func NewGetLoyaltyStoresCorporationIDOffersParamsWithHTTPClient

func NewGetLoyaltyStoresCorporationIDOffersParamsWithHTTPClient(client *http.Client) *GetLoyaltyStoresCorporationIDOffersParams

NewGetLoyaltyStoresCorporationIDOffersParamsWithHTTPClient creates a new GetLoyaltyStoresCorporationIDOffersParams object with the ability to set a custom HTTPClient for a request.

func NewGetLoyaltyStoresCorporationIDOffersParamsWithTimeout

func NewGetLoyaltyStoresCorporationIDOffersParamsWithTimeout(timeout time.Duration) *GetLoyaltyStoresCorporationIDOffersParams

NewGetLoyaltyStoresCorporationIDOffersParamsWithTimeout creates a new GetLoyaltyStoresCorporationIDOffersParams object with the ability to set a timeout on a request.

func (*GetLoyaltyStoresCorporationIDOffersParams) SetContext

SetContext adds the context to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) SetCorporationID

func (o *GetLoyaltyStoresCorporationIDOffersParams) SetCorporationID(corporationID int32)

SetCorporationID adds the corporationId to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) SetDatasource

func (o *GetLoyaltyStoresCorporationIDOffersParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get loyalty stores corporation id offers params (not the query body).

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

func (*GetLoyaltyStoresCorporationIDOffersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) SetIfNoneMatch

func (o *GetLoyaltyStoresCorporationIDOffersParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) SetTimeout

SetTimeout adds the timeout to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) WithContext

WithContext adds the context to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) WithCorporationID

WithCorporationID adds the corporationID to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) WithDatasource

WithDatasource adds the datasource to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get loyalty stores corporation id offers params (not the query body).

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

func (*GetLoyaltyStoresCorporationIDOffersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) WithTimeout

WithTimeout adds the timeout to the get loyalty stores corporation id offers params

func (*GetLoyaltyStoresCorporationIDOffersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLoyaltyStoresCorporationIDOffersReader

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

GetLoyaltyStoresCorporationIDOffersReader is a Reader for the GetLoyaltyStoresCorporationIDOffers structure.

func (*GetLoyaltyStoresCorporationIDOffersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLoyaltyStoresCorporationIDOffersServiceUnavailable

type GetLoyaltyStoresCorporationIDOffersServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetLoyaltyStoresCorporationIDOffersServiceUnavailable

func NewGetLoyaltyStoresCorporationIDOffersServiceUnavailable() *GetLoyaltyStoresCorporationIDOffersServiceUnavailable

NewGetLoyaltyStoresCorporationIDOffersServiceUnavailable creates a GetLoyaltyStoresCorporationIDOffersServiceUnavailable with default headers values

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get loyalty stores corporation Id offers service unavailable response

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) Error

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) GetPayload

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get loyalty stores corporation Id offers service unavailable response has a 4xx status code

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get loyalty stores corporation Id offers service unavailable response a status code equal to that given

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get loyalty stores corporation Id offers service unavailable response has a 3xx status code

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get loyalty stores corporation Id offers service unavailable response has a 5xx status code

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get loyalty stores corporation Id offers service unavailable response has a 2xx status code

func (*GetLoyaltyStoresCorporationIDOffersServiceUnavailable) String added in v0.5.29

Jump to

Keyboard shortcuts

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