contacts

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

View Source
const (

	// GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeCharacter captures enum value "character"
	GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeCharacter string = "character"

	// GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeCorporation captures enum value "corporation"
	GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeCorporation string = "corporation"

	// GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeAlliance captures enum value "alliance"
	GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeAlliance string = "alliance"

	// GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeFaction captures enum value "faction"
	GetAlliancesAllianceIDContactsOKBodyItems0ContactTypeFaction string = "faction"
)
View Source
const (

	// GetCharactersCharacterIDContactsOKBodyItems0ContactTypeCharacter captures enum value "character"
	GetCharactersCharacterIDContactsOKBodyItems0ContactTypeCharacter string = "character"

	// GetCharactersCharacterIDContactsOKBodyItems0ContactTypeCorporation captures enum value "corporation"
	GetCharactersCharacterIDContactsOKBodyItems0ContactTypeCorporation string = "corporation"

	// GetCharactersCharacterIDContactsOKBodyItems0ContactTypeAlliance captures enum value "alliance"
	GetCharactersCharacterIDContactsOKBodyItems0ContactTypeAlliance string = "alliance"

	// GetCharactersCharacterIDContactsOKBodyItems0ContactTypeFaction captures enum value "faction"
	GetCharactersCharacterIDContactsOKBodyItems0ContactTypeFaction string = "faction"
)
View Source
const (

	// GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeCharacter captures enum value "character"
	GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeCharacter string = "character"

	// GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeCorporation captures enum value "corporation"
	GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeCorporation string = "corporation"

	// GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeAlliance captures enum value "alliance"
	GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeAlliance string = "alliance"

	// GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeFaction captures enum value "faction"
	GetCorporationsCorporationIDContactsOKBodyItems0ContactTypeFaction string = "faction"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for contacts API

func (*Client) DeleteCharactersCharacterIDContacts

DeleteCharactersCharacterIDContacts deletes contacts

Bulk delete contacts

---

func (*Client) GetAlliancesAllianceIDContacts

func (a *Client) GetAlliancesAllianceIDContacts(params *GetAlliancesAllianceIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAlliancesAllianceIDContactsOK, error)
GetAlliancesAllianceIDContacts gets alliance contacts

Return contacts of an alliance

---

This route is cached for up to 300 seconds

func (*Client) GetAlliancesAllianceIDContactsLabels

func (a *Client) GetAlliancesAllianceIDContactsLabels(params *GetAlliancesAllianceIDContactsLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAlliancesAllianceIDContactsLabelsOK, error)
GetAlliancesAllianceIDContactsLabels gets alliance contact labels

Return custom labels for an alliance's contacts

---

This route is cached for up to 300 seconds

func (*Client) GetCharactersCharacterIDContacts

func (a *Client) GetCharactersCharacterIDContacts(params *GetCharactersCharacterIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDContactsOK, error)
GetCharactersCharacterIDContacts gets contacts

Return contacts of a character

---

This route is cached for up to 300 seconds

func (*Client) GetCharactersCharacterIDContactsLabels

GetCharactersCharacterIDContactsLabels gets contact labels

Return custom labels for a character's contacts

---

This route is cached for up to 300 seconds

func (*Client) GetCorporationsCorporationIDContacts

func (a *Client) GetCorporationsCorporationIDContacts(params *GetCorporationsCorporationIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCorporationsCorporationIDContactsOK, error)
GetCorporationsCorporationIDContacts gets corporation contacts

Return contacts of a corporation

---

This route is cached for up to 300 seconds

func (*Client) GetCorporationsCorporationIDContactsLabels

GetCorporationsCorporationIDContactsLabels gets corporation contact labels

Return custom labels for a corporation's contacts

---

This route is cached for up to 300 seconds

func (*Client) PostCharactersCharacterIDContacts

PostCharactersCharacterIDContacts adds contacts

Bulk add contacts with same settings

---

func (*Client) PutCharactersCharacterIDContacts

PutCharactersCharacterIDContacts edits contacts

Bulk edit contacts with same settings

---

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 {
	DeleteCharactersCharacterIDContacts(params *DeleteCharactersCharacterIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteCharactersCharacterIDContactsNoContent, error)

	GetAlliancesAllianceIDContacts(params *GetAlliancesAllianceIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAlliancesAllianceIDContactsOK, error)

	GetAlliancesAllianceIDContactsLabels(params *GetAlliancesAllianceIDContactsLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAlliancesAllianceIDContactsLabelsOK, error)

	GetCharactersCharacterIDContacts(params *GetCharactersCharacterIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDContactsOK, error)

	GetCharactersCharacterIDContactsLabels(params *GetCharactersCharacterIDContactsLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDContactsLabelsOK, error)

	GetCorporationsCorporationIDContacts(params *GetCorporationsCorporationIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCorporationsCorporationIDContactsOK, error)

	GetCorporationsCorporationIDContactsLabels(params *GetCorporationsCorporationIDContactsLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCorporationsCorporationIDContactsLabelsOK, error)

	PostCharactersCharacterIDContacts(params *PostCharactersCharacterIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostCharactersCharacterIDContactsCreated, error)

	PutCharactersCharacterIDContacts(params *PutCharactersCharacterIDContactsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutCharactersCharacterIDContactsNoContent, 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 contacts API client.

type DeleteCharactersCharacterIDContactsBadRequest

type DeleteCharactersCharacterIDContactsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewDeleteCharactersCharacterIDContactsBadRequest

func NewDeleteCharactersCharacterIDContactsBadRequest() *DeleteCharactersCharacterIDContactsBadRequest

NewDeleteCharactersCharacterIDContactsBadRequest creates a DeleteCharactersCharacterIDContactsBadRequest with default headers values

func (*DeleteCharactersCharacterIDContactsBadRequest) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts bad request response

func (*DeleteCharactersCharacterIDContactsBadRequest) Error

func (*DeleteCharactersCharacterIDContactsBadRequest) GetPayload

func (*DeleteCharactersCharacterIDContactsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts bad request response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsBadRequest) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts bad request response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts bad request response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts bad request response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts bad request response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsBadRequest) String added in v0.5.29

type DeleteCharactersCharacterIDContactsEnhanceYourCalm

type DeleteCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewDeleteCharactersCharacterIDContactsEnhanceYourCalm

func NewDeleteCharactersCharacterIDContactsEnhanceYourCalm() *DeleteCharactersCharacterIDContactsEnhanceYourCalm

NewDeleteCharactersCharacterIDContactsEnhanceYourCalm creates a DeleteCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts enhance your calm response

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts enhance your calm response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts enhance your calm response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts enhance your calm response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts enhance your calm response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts enhance your calm response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) String added in v0.5.29

type DeleteCharactersCharacterIDContactsForbidden

type DeleteCharactersCharacterIDContactsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewDeleteCharactersCharacterIDContactsForbidden

func NewDeleteCharactersCharacterIDContactsForbidden() *DeleteCharactersCharacterIDContactsForbidden

NewDeleteCharactersCharacterIDContactsForbidden creates a DeleteCharactersCharacterIDContactsForbidden with default headers values

func (*DeleteCharactersCharacterIDContactsForbidden) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts forbidden response

func (*DeleteCharactersCharacterIDContactsForbidden) Error

func (*DeleteCharactersCharacterIDContactsForbidden) GetPayload

func (*DeleteCharactersCharacterIDContactsForbidden) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts forbidden response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsForbidden) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts forbidden response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts forbidden response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsForbidden) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts forbidden response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts forbidden response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsForbidden) String added in v0.5.29

type DeleteCharactersCharacterIDContactsGatewayTimeout

type DeleteCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewDeleteCharactersCharacterIDContactsGatewayTimeout

func NewDeleteCharactersCharacterIDContactsGatewayTimeout() *DeleteCharactersCharacterIDContactsGatewayTimeout

NewDeleteCharactersCharacterIDContactsGatewayTimeout creates a DeleteCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts gateway timeout response

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) Error

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) GetPayload

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts gateway timeout response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts gateway timeout response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts gateway timeout response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts gateway timeout response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts gateway timeout response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) String added in v0.5.29

type DeleteCharactersCharacterIDContactsInternalServerError

type DeleteCharactersCharacterIDContactsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewDeleteCharactersCharacterIDContactsInternalServerError

func NewDeleteCharactersCharacterIDContactsInternalServerError() *DeleteCharactersCharacterIDContactsInternalServerError

NewDeleteCharactersCharacterIDContactsInternalServerError creates a DeleteCharactersCharacterIDContactsInternalServerError with default headers values

func (*DeleteCharactersCharacterIDContactsInternalServerError) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts internal server error response

func (*DeleteCharactersCharacterIDContactsInternalServerError) Error

func (*DeleteCharactersCharacterIDContactsInternalServerError) GetPayload

func (*DeleteCharactersCharacterIDContactsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts internal server error response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts internal server error response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts internal server error response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts internal server error response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts internal server error response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsInternalServerError) String added in v0.5.29

type DeleteCharactersCharacterIDContactsNoContent

type DeleteCharactersCharacterIDContactsNoContent struct {
}

DeleteCharactersCharacterIDContactsNoContent describes a response with status code 204, with default header values.

Contacts deleted

func NewDeleteCharactersCharacterIDContactsNoContent

func NewDeleteCharactersCharacterIDContactsNoContent() *DeleteCharactersCharacterIDContactsNoContent

NewDeleteCharactersCharacterIDContactsNoContent creates a DeleteCharactersCharacterIDContactsNoContent with default headers values

func (*DeleteCharactersCharacterIDContactsNoContent) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts no content response

func (*DeleteCharactersCharacterIDContactsNoContent) Error

func (*DeleteCharactersCharacterIDContactsNoContent) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts no content response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsNoContent) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts no content response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsNoContent) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts no content response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsNoContent) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts no content response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsNoContent) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts no content response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsNoContent) String added in v0.5.29

type DeleteCharactersCharacterIDContactsParams

type DeleteCharactersCharacterIDContactsParams struct {

	/* CharacterID.

	   An EVE character ID

	   Format: int32
	*/
	CharacterID int32

	/* ContactIds.

	   A list of contacts to delete
	*/
	ContactIds []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
}

DeleteCharactersCharacterIDContactsParams contains all the parameters to send to the API endpoint

for the delete characters character id contacts operation.

Typically these are written to a http.Request.

func NewDeleteCharactersCharacterIDContactsParams

func NewDeleteCharactersCharacterIDContactsParams() *DeleteCharactersCharacterIDContactsParams

NewDeleteCharactersCharacterIDContactsParams creates a new DeleteCharactersCharacterIDContactsParams 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 NewDeleteCharactersCharacterIDContactsParamsWithContext

func NewDeleteCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *DeleteCharactersCharacterIDContactsParams

NewDeleteCharactersCharacterIDContactsParamsWithContext creates a new DeleteCharactersCharacterIDContactsParams object with the ability to set a context for a request.

func NewDeleteCharactersCharacterIDContactsParamsWithHTTPClient

func NewDeleteCharactersCharacterIDContactsParamsWithHTTPClient(client *http.Client) *DeleteCharactersCharacterIDContactsParams

NewDeleteCharactersCharacterIDContactsParamsWithHTTPClient creates a new DeleteCharactersCharacterIDContactsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCharactersCharacterIDContactsParamsWithTimeout

func NewDeleteCharactersCharacterIDContactsParamsWithTimeout(timeout time.Duration) *DeleteCharactersCharacterIDContactsParams

NewDeleteCharactersCharacterIDContactsParamsWithTimeout creates a new DeleteCharactersCharacterIDContactsParams object with the ability to set a timeout on a request.

func (*DeleteCharactersCharacterIDContactsParams) SetCharacterID

func (o *DeleteCharactersCharacterIDContactsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) SetContactIds

func (o *DeleteCharactersCharacterIDContactsParams) SetContactIds(contactIds []int32)

SetContactIds adds the contactIds to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) SetContext

SetContext adds the context to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) SetDatasource

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

SetDatasource adds the datasource to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the delete characters character id contacts params (not the query body).

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

func (*DeleteCharactersCharacterIDContactsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) SetTimeout

SetTimeout adds the timeout to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) SetToken

SetToken adds the token to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WithCharacterID

WithCharacterID adds the characterID to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WithContactIds

WithContactIds adds the contactIds to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WithContext

WithContext adds the context to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WithDatasource

WithDatasource adds the datasource to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the delete characters character id contacts params (not the query body).

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

func (*DeleteCharactersCharacterIDContactsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WithTimeout

WithTimeout adds the timeout to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WithToken

WithToken adds the token to the delete characters character id contacts params

func (*DeleteCharactersCharacterIDContactsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCharactersCharacterIDContactsReader

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

DeleteCharactersCharacterIDContactsReader is a Reader for the DeleteCharactersCharacterIDContacts structure.

func (*DeleteCharactersCharacterIDContactsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteCharactersCharacterIDContactsServiceUnavailable

type DeleteCharactersCharacterIDContactsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewDeleteCharactersCharacterIDContactsServiceUnavailable

func NewDeleteCharactersCharacterIDContactsServiceUnavailable() *DeleteCharactersCharacterIDContactsServiceUnavailable

NewDeleteCharactersCharacterIDContactsServiceUnavailable creates a DeleteCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts service unavailable response

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) Error

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) GetPayload

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts service unavailable response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts service unavailable response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts service unavailable response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts service unavailable response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts service unavailable response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) String added in v0.5.29

type DeleteCharactersCharacterIDContactsUnauthorized

type DeleteCharactersCharacterIDContactsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewDeleteCharactersCharacterIDContactsUnauthorized

func NewDeleteCharactersCharacterIDContactsUnauthorized() *DeleteCharactersCharacterIDContactsUnauthorized

NewDeleteCharactersCharacterIDContactsUnauthorized creates a DeleteCharactersCharacterIDContactsUnauthorized with default headers values

func (*DeleteCharactersCharacterIDContactsUnauthorized) Code added in v0.5.29

Code gets the status code for the delete characters character Id contacts unauthorized response

func (*DeleteCharactersCharacterIDContactsUnauthorized) Error

func (*DeleteCharactersCharacterIDContactsUnauthorized) GetPayload

func (*DeleteCharactersCharacterIDContactsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this delete characters character Id contacts unauthorized response has a 4xx status code

func (*DeleteCharactersCharacterIDContactsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this delete characters character Id contacts unauthorized response a status code equal to that given

func (*DeleteCharactersCharacterIDContactsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this delete characters character Id contacts unauthorized response has a 3xx status code

func (*DeleteCharactersCharacterIDContactsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this delete characters character Id contacts unauthorized response has a 5xx status code

func (*DeleteCharactersCharacterIDContactsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this delete characters character Id contacts unauthorized response has a 2xx status code

func (*DeleteCharactersCharacterIDContactsUnauthorized) String added in v0.5.29

type GetAlliancesAllianceIDContactsBadRequest

type GetAlliancesAllianceIDContactsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetAlliancesAllianceIDContactsBadRequest

func NewGetAlliancesAllianceIDContactsBadRequest() *GetAlliancesAllianceIDContactsBadRequest

NewGetAlliancesAllianceIDContactsBadRequest creates a GetAlliancesAllianceIDContactsBadRequest with default headers values

func (*GetAlliancesAllianceIDContactsBadRequest) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts bad request response

func (*GetAlliancesAllianceIDContactsBadRequest) Error

func (*GetAlliancesAllianceIDContactsBadRequest) GetPayload

func (*GetAlliancesAllianceIDContactsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts bad request response has a 4xx status code

func (*GetAlliancesAllianceIDContactsBadRequest) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts bad request response a status code equal to that given

func (*GetAlliancesAllianceIDContactsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts bad request response has a 3xx status code

func (*GetAlliancesAllianceIDContactsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts bad request response has a 5xx status code

func (*GetAlliancesAllianceIDContactsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts bad request response has a 2xx status code

func (*GetAlliancesAllianceIDContactsBadRequest) String added in v0.5.29

type GetAlliancesAllianceIDContactsEnhanceYourCalm

type GetAlliancesAllianceIDContactsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetAlliancesAllianceIDContactsEnhanceYourCalm

func NewGetAlliancesAllianceIDContactsEnhanceYourCalm() *GetAlliancesAllianceIDContactsEnhanceYourCalm

NewGetAlliancesAllianceIDContactsEnhanceYourCalm creates a GetAlliancesAllianceIDContactsEnhanceYourCalm with default headers values

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts enhance your calm response

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) Error

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) GetPayload

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts enhance your calm response has a 4xx status code

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts enhance your calm response a status code equal to that given

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts enhance your calm response has a 3xx status code

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts enhance your calm response has a 5xx status code

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts enhance your calm response has a 2xx status code

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) String added in v0.5.29

type GetAlliancesAllianceIDContactsForbidden

type GetAlliancesAllianceIDContactsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetAlliancesAllianceIDContactsForbidden

func NewGetAlliancesAllianceIDContactsForbidden() *GetAlliancesAllianceIDContactsForbidden

NewGetAlliancesAllianceIDContactsForbidden creates a GetAlliancesAllianceIDContactsForbidden with default headers values

func (*GetAlliancesAllianceIDContactsForbidden) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts forbidden response

func (*GetAlliancesAllianceIDContactsForbidden) Error

func (*GetAlliancesAllianceIDContactsForbidden) GetPayload

func (*GetAlliancesAllianceIDContactsForbidden) IsClientError added in v0.5.29

func (o *GetAlliancesAllianceIDContactsForbidden) IsClientError() bool

IsClientError returns true when this get alliances alliance Id contacts forbidden response has a 4xx status code

func (*GetAlliancesAllianceIDContactsForbidden) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts forbidden response a status code equal to that given

func (*GetAlliancesAllianceIDContactsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts forbidden response has a 3xx status code

func (*GetAlliancesAllianceIDContactsForbidden) IsServerError added in v0.5.29

func (o *GetAlliancesAllianceIDContactsForbidden) IsServerError() bool

IsServerError returns true when this get alliances alliance Id contacts forbidden response has a 5xx status code

func (*GetAlliancesAllianceIDContactsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts forbidden response has a 2xx status code

func (*GetAlliancesAllianceIDContactsForbidden) String added in v0.5.29

type GetAlliancesAllianceIDContactsGatewayTimeout

type GetAlliancesAllianceIDContactsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetAlliancesAllianceIDContactsGatewayTimeout

func NewGetAlliancesAllianceIDContactsGatewayTimeout() *GetAlliancesAllianceIDContactsGatewayTimeout

NewGetAlliancesAllianceIDContactsGatewayTimeout creates a GetAlliancesAllianceIDContactsGatewayTimeout with default headers values

func (*GetAlliancesAllianceIDContactsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts gateway timeout response

func (*GetAlliancesAllianceIDContactsGatewayTimeout) Error

func (*GetAlliancesAllianceIDContactsGatewayTimeout) GetPayload

func (*GetAlliancesAllianceIDContactsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts gateway timeout response has a 4xx status code

func (*GetAlliancesAllianceIDContactsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts gateway timeout response a status code equal to that given

func (*GetAlliancesAllianceIDContactsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts gateway timeout response has a 3xx status code

func (*GetAlliancesAllianceIDContactsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts gateway timeout response has a 5xx status code

func (*GetAlliancesAllianceIDContactsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts gateway timeout response has a 2xx status code

func (*GetAlliancesAllianceIDContactsGatewayTimeout) String added in v0.5.29

type GetAlliancesAllianceIDContactsInternalServerError

type GetAlliancesAllianceIDContactsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetAlliancesAllianceIDContactsInternalServerError

func NewGetAlliancesAllianceIDContactsInternalServerError() *GetAlliancesAllianceIDContactsInternalServerError

NewGetAlliancesAllianceIDContactsInternalServerError creates a GetAlliancesAllianceIDContactsInternalServerError with default headers values

func (*GetAlliancesAllianceIDContactsInternalServerError) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts internal server error response

func (*GetAlliancesAllianceIDContactsInternalServerError) Error

func (*GetAlliancesAllianceIDContactsInternalServerError) GetPayload

func (*GetAlliancesAllianceIDContactsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts internal server error response has a 4xx status code

func (*GetAlliancesAllianceIDContactsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts internal server error response a status code equal to that given

func (*GetAlliancesAllianceIDContactsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts internal server error response has a 3xx status code

func (*GetAlliancesAllianceIDContactsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts internal server error response has a 5xx status code

func (*GetAlliancesAllianceIDContactsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts internal server error response has a 2xx status code

func (*GetAlliancesAllianceIDContactsInternalServerError) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsBadRequest

type GetAlliancesAllianceIDContactsLabelsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetAlliancesAllianceIDContactsLabelsBadRequest

func NewGetAlliancesAllianceIDContactsLabelsBadRequest() *GetAlliancesAllianceIDContactsLabelsBadRequest

NewGetAlliancesAllianceIDContactsLabelsBadRequest creates a GetAlliancesAllianceIDContactsLabelsBadRequest with default headers values

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels bad request response

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) Error

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels bad request response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels bad request response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels bad request response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels bad request response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels bad request response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm

type GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetAlliancesAllianceIDContactsLabelsEnhanceYourCalm

func NewGetAlliancesAllianceIDContactsLabelsEnhanceYourCalm() *GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm

NewGetAlliancesAllianceIDContactsLabelsEnhanceYourCalm creates a GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm with default headers values

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels enhance your calm response

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) Error

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels enhance your calm response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels enhance your calm response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels enhance your calm response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels enhance your calm response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels enhance your calm response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsForbidden

type GetAlliancesAllianceIDContactsLabelsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetAlliancesAllianceIDContactsLabelsForbidden

func NewGetAlliancesAllianceIDContactsLabelsForbidden() *GetAlliancesAllianceIDContactsLabelsForbidden

NewGetAlliancesAllianceIDContactsLabelsForbidden creates a GetAlliancesAllianceIDContactsLabelsForbidden with default headers values

func (*GetAlliancesAllianceIDContactsLabelsForbidden) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels forbidden response

func (*GetAlliancesAllianceIDContactsLabelsForbidden) Error

func (*GetAlliancesAllianceIDContactsLabelsForbidden) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsForbidden) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels forbidden response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsForbidden) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels forbidden response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels forbidden response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsForbidden) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels forbidden response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels forbidden response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsForbidden) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsGatewayTimeout

type GetAlliancesAllianceIDContactsLabelsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetAlliancesAllianceIDContactsLabelsGatewayTimeout

func NewGetAlliancesAllianceIDContactsLabelsGatewayTimeout() *GetAlliancesAllianceIDContactsLabelsGatewayTimeout

NewGetAlliancesAllianceIDContactsLabelsGatewayTimeout creates a GetAlliancesAllianceIDContactsLabelsGatewayTimeout with default headers values

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels gateway timeout response

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) Error

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels gateway timeout response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels gateway timeout response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels gateway timeout response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels gateway timeout response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels gateway timeout response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsInternalServerError

type GetAlliancesAllianceIDContactsLabelsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetAlliancesAllianceIDContactsLabelsInternalServerError

func NewGetAlliancesAllianceIDContactsLabelsInternalServerError() *GetAlliancesAllianceIDContactsLabelsInternalServerError

NewGetAlliancesAllianceIDContactsLabelsInternalServerError creates a GetAlliancesAllianceIDContactsLabelsInternalServerError with default headers values

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels internal server error response

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) Error

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels internal server error response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels internal server error response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels internal server error response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels internal server error response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels internal server error response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsNotModified

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

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

Not modified

func NewGetAlliancesAllianceIDContactsLabelsNotModified

func NewGetAlliancesAllianceIDContactsLabelsNotModified() *GetAlliancesAllianceIDContactsLabelsNotModified

NewGetAlliancesAllianceIDContactsLabelsNotModified creates a GetAlliancesAllianceIDContactsLabelsNotModified with default headers values

func (*GetAlliancesAllianceIDContactsLabelsNotModified) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels not modified response

func (*GetAlliancesAllianceIDContactsLabelsNotModified) Error

func (*GetAlliancesAllianceIDContactsLabelsNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels not modified response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsNotModified) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels not modified response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels not modified response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels not modified response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels not modified response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsNotModified) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsOK

type GetAlliancesAllianceIDContactsLabelsOK 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 []*GetAlliancesAllianceIDContactsLabelsOKBodyItems0
}

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

A list of alliance contact labels

func NewGetAlliancesAllianceIDContactsLabelsOK

func NewGetAlliancesAllianceIDContactsLabelsOK() *GetAlliancesAllianceIDContactsLabelsOK

NewGetAlliancesAllianceIDContactsLabelsOK creates a GetAlliancesAllianceIDContactsLabelsOK with default headers values

func (*GetAlliancesAllianceIDContactsLabelsOK) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels o k response

func (*GetAlliancesAllianceIDContactsLabelsOK) Error

func (*GetAlliancesAllianceIDContactsLabelsOK) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsOK) IsClientError added in v0.5.29

func (o *GetAlliancesAllianceIDContactsLabelsOK) IsClientError() bool

IsClientError returns true when this get alliances alliance Id contacts labels o k response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsOK) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels o k response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels o k response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsOK) IsServerError added in v0.5.29

func (o *GetAlliancesAllianceIDContactsLabelsOK) IsServerError() bool

IsServerError returns true when this get alliances alliance Id contacts labels o k response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels o k response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsOK) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsOKBodyItems0

type GetAlliancesAllianceIDContactsLabelsOKBodyItems0 struct {

	// get_alliances_alliance_id_contacts_labels_label_id
	//
	// label_id integer
	// Required: true
	LabelID *int64 `json:"label_id"`

	// get_alliances_alliance_id_contacts_labels_label_name
	//
	// label_name string
	// Required: true
	LabelName *string `json:"label_name"`
}

GetAlliancesAllianceIDContactsLabelsOKBodyItems0 get_alliances_alliance_id_contacts_labels_200_ok // // 200 ok object swagger:model GetAlliancesAllianceIDContactsLabelsOKBodyItems0

func (*GetAlliancesAllianceIDContactsLabelsOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validates this get alliances alliance ID contacts labels o k body items0 based on context it is used

func (*GetAlliancesAllianceIDContactsLabelsOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetAlliancesAllianceIDContactsLabelsOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetAlliancesAllianceIDContactsLabelsOKBodyItems0) Validate

Validate validates this get alliances alliance ID contacts labels o k body items0

type GetAlliancesAllianceIDContactsLabelsParams

type GetAlliancesAllianceIDContactsLabelsParams struct {

	/* IfNoneMatch.

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

	/* AllianceID.

	   An EVE alliance ID

	   Format: int32
	*/
	AllianceID 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
}

GetAlliancesAllianceIDContactsLabelsParams contains all the parameters to send to the API endpoint

for the get alliances alliance id contacts labels operation.

Typically these are written to a http.Request.

func NewGetAlliancesAllianceIDContactsLabelsParams

func NewGetAlliancesAllianceIDContactsLabelsParams() *GetAlliancesAllianceIDContactsLabelsParams

NewGetAlliancesAllianceIDContactsLabelsParams creates a new GetAlliancesAllianceIDContactsLabelsParams 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 NewGetAlliancesAllianceIDContactsLabelsParamsWithContext

func NewGetAlliancesAllianceIDContactsLabelsParamsWithContext(ctx context.Context) *GetAlliancesAllianceIDContactsLabelsParams

NewGetAlliancesAllianceIDContactsLabelsParamsWithContext creates a new GetAlliancesAllianceIDContactsLabelsParams object with the ability to set a context for a request.

func NewGetAlliancesAllianceIDContactsLabelsParamsWithHTTPClient

func NewGetAlliancesAllianceIDContactsLabelsParamsWithHTTPClient(client *http.Client) *GetAlliancesAllianceIDContactsLabelsParams

NewGetAlliancesAllianceIDContactsLabelsParamsWithHTTPClient creates a new GetAlliancesAllianceIDContactsLabelsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlliancesAllianceIDContactsLabelsParamsWithTimeout

func NewGetAlliancesAllianceIDContactsLabelsParamsWithTimeout(timeout time.Duration) *GetAlliancesAllianceIDContactsLabelsParams

NewGetAlliancesAllianceIDContactsLabelsParamsWithTimeout creates a new GetAlliancesAllianceIDContactsLabelsParams object with the ability to set a timeout on a request.

func (*GetAlliancesAllianceIDContactsLabelsParams) SetAllianceID

func (o *GetAlliancesAllianceIDContactsLabelsParams) SetAllianceID(allianceID int32)

SetAllianceID adds the allianceId to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) SetContext

SetContext adds the context to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) SetDatasource

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

SetDatasource adds the datasource to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get alliances alliance id contacts labels params (not the query body).

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

func (*GetAlliancesAllianceIDContactsLabelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) SetTimeout

SetTimeout adds the timeout to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) SetToken

SetToken adds the token to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WithAllianceID

WithAllianceID adds the allianceID to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WithContext

WithContext adds the context to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WithDatasource

WithDatasource adds the datasource to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get alliances alliance id contacts labels params (not the query body).

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

func (*GetAlliancesAllianceIDContactsLabelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WithTimeout

WithTimeout adds the timeout to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WithToken

WithToken adds the token to the get alliances alliance id contacts labels params

func (*GetAlliancesAllianceIDContactsLabelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlliancesAllianceIDContactsLabelsReader

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

GetAlliancesAllianceIDContactsLabelsReader is a Reader for the GetAlliancesAllianceIDContactsLabels structure.

func (*GetAlliancesAllianceIDContactsLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAlliancesAllianceIDContactsLabelsServiceUnavailable

type GetAlliancesAllianceIDContactsLabelsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetAlliancesAllianceIDContactsLabelsServiceUnavailable

func NewGetAlliancesAllianceIDContactsLabelsServiceUnavailable() *GetAlliancesAllianceIDContactsLabelsServiceUnavailable

NewGetAlliancesAllianceIDContactsLabelsServiceUnavailable creates a GetAlliancesAllianceIDContactsLabelsServiceUnavailable with default headers values

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels service unavailable response

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) Error

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels service unavailable response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels service unavailable response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels service unavailable response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels service unavailable response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels service unavailable response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) String added in v0.5.29

type GetAlliancesAllianceIDContactsLabelsUnauthorized

type GetAlliancesAllianceIDContactsLabelsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetAlliancesAllianceIDContactsLabelsUnauthorized

func NewGetAlliancesAllianceIDContactsLabelsUnauthorized() *GetAlliancesAllianceIDContactsLabelsUnauthorized

NewGetAlliancesAllianceIDContactsLabelsUnauthorized creates a GetAlliancesAllianceIDContactsLabelsUnauthorized with default headers values

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts labels unauthorized response

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) Error

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) GetPayload

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts labels unauthorized response has a 4xx status code

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts labels unauthorized response a status code equal to that given

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts labels unauthorized response has a 3xx status code

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts labels unauthorized response has a 5xx status code

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts labels unauthorized response has a 2xx status code

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) String added in v0.5.29

type GetAlliancesAllianceIDContactsNotModified

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

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

Not modified

func NewGetAlliancesAllianceIDContactsNotModified

func NewGetAlliancesAllianceIDContactsNotModified() *GetAlliancesAllianceIDContactsNotModified

NewGetAlliancesAllianceIDContactsNotModified creates a GetAlliancesAllianceIDContactsNotModified with default headers values

func (*GetAlliancesAllianceIDContactsNotModified) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts not modified response

func (*GetAlliancesAllianceIDContactsNotModified) Error

func (*GetAlliancesAllianceIDContactsNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts not modified response has a 4xx status code

func (*GetAlliancesAllianceIDContactsNotModified) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts not modified response a status code equal to that given

func (*GetAlliancesAllianceIDContactsNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts not modified response has a 3xx status code

func (*GetAlliancesAllianceIDContactsNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts not modified response has a 5xx status code

func (*GetAlliancesAllianceIDContactsNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts not modified response has a 2xx status code

func (*GetAlliancesAllianceIDContactsNotModified) String added in v0.5.29

type GetAlliancesAllianceIDContactsOK

type GetAlliancesAllianceIDContactsOK 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

	/* Maximum page number

	   Format: int32
	   Default: 1
	*/
	XPages int32

	Payload []*GetAlliancesAllianceIDContactsOKBodyItems0
}

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

A list of contacts

func NewGetAlliancesAllianceIDContactsOK

func NewGetAlliancesAllianceIDContactsOK() *GetAlliancesAllianceIDContactsOK

NewGetAlliancesAllianceIDContactsOK creates a GetAlliancesAllianceIDContactsOK with default headers values

func (*GetAlliancesAllianceIDContactsOK) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts o k response

func (*GetAlliancesAllianceIDContactsOK) Error

func (*GetAlliancesAllianceIDContactsOK) GetPayload

func (*GetAlliancesAllianceIDContactsOK) IsClientError added in v0.5.29

func (o *GetAlliancesAllianceIDContactsOK) IsClientError() bool

IsClientError returns true when this get alliances alliance Id contacts o k response has a 4xx status code

func (*GetAlliancesAllianceIDContactsOK) IsCode added in v0.5.29

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

IsCode returns true when this get alliances alliance Id contacts o k response a status code equal to that given

func (*GetAlliancesAllianceIDContactsOK) IsRedirect added in v0.5.29

func (o *GetAlliancesAllianceIDContactsOK) IsRedirect() bool

IsRedirect returns true when this get alliances alliance Id contacts o k response has a 3xx status code

func (*GetAlliancesAllianceIDContactsOK) IsServerError added in v0.5.29

func (o *GetAlliancesAllianceIDContactsOK) IsServerError() bool

IsServerError returns true when this get alliances alliance Id contacts o k response has a 5xx status code

func (*GetAlliancesAllianceIDContactsOK) IsSuccess added in v0.5.29

func (o *GetAlliancesAllianceIDContactsOK) IsSuccess() bool

IsSuccess returns true when this get alliances alliance Id contacts o k response has a 2xx status code

func (*GetAlliancesAllianceIDContactsOK) String added in v0.5.29

type GetAlliancesAllianceIDContactsOKBodyItems0

type GetAlliancesAllianceIDContactsOKBodyItems0 struct {

	// get_alliances_alliance_id_contacts_contact_id
	//
	// contact_id integer
	// Required: true
	ContactID *int32 `json:"contact_id"`

	// get_alliances_alliance_id_contacts_contact_type
	//
	// contact_type string
	// Required: true
	// Enum: [character corporation alliance faction]
	ContactType *string `json:"contact_type"`

	// get_alliances_alliance_id_contacts_label_ids
	//
	// label_ids array
	// Max Items: 63
	LabelIds []int64 `json:"label_ids"`

	// get_alliances_alliance_id_contacts_standing
	//
	// Standing of the contact
	// Required: true
	Standing *float32 `json:"standing"`
}

GetAlliancesAllianceIDContactsOKBodyItems0 get_alliances_alliance_id_contacts_200_ok // // 200 ok object swagger:model GetAlliancesAllianceIDContactsOKBodyItems0

func (*GetAlliancesAllianceIDContactsOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validates this get alliances alliance ID contacts o k body items0 based on context it is used

func (*GetAlliancesAllianceIDContactsOKBodyItems0) MarshalBinary

func (o *GetAlliancesAllianceIDContactsOKBodyItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAlliancesAllianceIDContactsOKBodyItems0) UnmarshalBinary

func (o *GetAlliancesAllianceIDContactsOKBodyItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAlliancesAllianceIDContactsOKBodyItems0) Validate

Validate validates this get alliances alliance ID contacts o k body items0

type GetAlliancesAllianceIDContactsParams

type GetAlliancesAllianceIDContactsParams struct {

	/* IfNoneMatch.

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

	/* AllianceID.

	   An EVE alliance ID

	   Format: int32
	*/
	AllianceID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Page.

	   Which page of results to return

	   Format: int32
	   Default: 1
	*/
	Page *int32

	/* Token.

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

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

GetAlliancesAllianceIDContactsParams contains all the parameters to send to the API endpoint

for the get alliances alliance id contacts operation.

Typically these are written to a http.Request.

func NewGetAlliancesAllianceIDContactsParams

func NewGetAlliancesAllianceIDContactsParams() *GetAlliancesAllianceIDContactsParams

NewGetAlliancesAllianceIDContactsParams creates a new GetAlliancesAllianceIDContactsParams 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 NewGetAlliancesAllianceIDContactsParamsWithContext

func NewGetAlliancesAllianceIDContactsParamsWithContext(ctx context.Context) *GetAlliancesAllianceIDContactsParams

NewGetAlliancesAllianceIDContactsParamsWithContext creates a new GetAlliancesAllianceIDContactsParams object with the ability to set a context for a request.

func NewGetAlliancesAllianceIDContactsParamsWithHTTPClient

func NewGetAlliancesAllianceIDContactsParamsWithHTTPClient(client *http.Client) *GetAlliancesAllianceIDContactsParams

NewGetAlliancesAllianceIDContactsParamsWithHTTPClient creates a new GetAlliancesAllianceIDContactsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlliancesAllianceIDContactsParamsWithTimeout

func NewGetAlliancesAllianceIDContactsParamsWithTimeout(timeout time.Duration) *GetAlliancesAllianceIDContactsParams

NewGetAlliancesAllianceIDContactsParamsWithTimeout creates a new GetAlliancesAllianceIDContactsParams object with the ability to set a timeout on a request.

func (*GetAlliancesAllianceIDContactsParams) SetAllianceID

func (o *GetAlliancesAllianceIDContactsParams) SetAllianceID(allianceID int32)

SetAllianceID adds the allianceId to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) SetContext

SetContext adds the context to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) SetDatasource

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

SetDatasource adds the datasource to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) SetDefaults added in v0.3.0

func (o *GetAlliancesAllianceIDContactsParams) SetDefaults()

SetDefaults hydrates default values in the get alliances alliance id contacts params (not the query body).

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

func (*GetAlliancesAllianceIDContactsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) SetPage

func (o *GetAlliancesAllianceIDContactsParams) SetPage(page *int32)

SetPage adds the page to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) SetTimeout

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

SetTimeout adds the timeout to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) SetToken

func (o *GetAlliancesAllianceIDContactsParams) SetToken(token *string)

SetToken adds the token to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithAllianceID

WithAllianceID adds the allianceID to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithContext

WithContext adds the context to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithDatasource

WithDatasource adds the datasource to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get alliances alliance id contacts params (not the query body).

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

func (*GetAlliancesAllianceIDContactsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithPage

WithPage adds the page to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithTimeout

WithTimeout adds the timeout to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WithToken

WithToken adds the token to the get alliances alliance id contacts params

func (*GetAlliancesAllianceIDContactsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlliancesAllianceIDContactsReader

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

GetAlliancesAllianceIDContactsReader is a Reader for the GetAlliancesAllianceIDContacts structure.

func (*GetAlliancesAllianceIDContactsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAlliancesAllianceIDContactsServiceUnavailable

type GetAlliancesAllianceIDContactsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetAlliancesAllianceIDContactsServiceUnavailable

func NewGetAlliancesAllianceIDContactsServiceUnavailable() *GetAlliancesAllianceIDContactsServiceUnavailable

NewGetAlliancesAllianceIDContactsServiceUnavailable creates a GetAlliancesAllianceIDContactsServiceUnavailable with default headers values

func (*GetAlliancesAllianceIDContactsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts service unavailable response

func (*GetAlliancesAllianceIDContactsServiceUnavailable) Error

func (*GetAlliancesAllianceIDContactsServiceUnavailable) GetPayload

func (*GetAlliancesAllianceIDContactsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts service unavailable response has a 4xx status code

func (*GetAlliancesAllianceIDContactsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts service unavailable response a status code equal to that given

func (*GetAlliancesAllianceIDContactsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts service unavailable response has a 3xx status code

func (*GetAlliancesAllianceIDContactsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts service unavailable response has a 5xx status code

func (*GetAlliancesAllianceIDContactsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts service unavailable response has a 2xx status code

func (*GetAlliancesAllianceIDContactsServiceUnavailable) String added in v0.5.29

type GetAlliancesAllianceIDContactsUnauthorized

type GetAlliancesAllianceIDContactsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetAlliancesAllianceIDContactsUnauthorized

func NewGetAlliancesAllianceIDContactsUnauthorized() *GetAlliancesAllianceIDContactsUnauthorized

NewGetAlliancesAllianceIDContactsUnauthorized creates a GetAlliancesAllianceIDContactsUnauthorized with default headers values

func (*GetAlliancesAllianceIDContactsUnauthorized) Code added in v0.5.29

Code gets the status code for the get alliances alliance Id contacts unauthorized response

func (*GetAlliancesAllianceIDContactsUnauthorized) Error

func (*GetAlliancesAllianceIDContactsUnauthorized) GetPayload

func (*GetAlliancesAllianceIDContactsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get alliances alliance Id contacts unauthorized response has a 4xx status code

func (*GetAlliancesAllianceIDContactsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get alliances alliance Id contacts unauthorized response a status code equal to that given

func (*GetAlliancesAllianceIDContactsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get alliances alliance Id contacts unauthorized response has a 3xx status code

func (*GetAlliancesAllianceIDContactsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get alliances alliance Id contacts unauthorized response has a 5xx status code

func (*GetAlliancesAllianceIDContactsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get alliances alliance Id contacts unauthorized response has a 2xx status code

func (*GetAlliancesAllianceIDContactsUnauthorized) String added in v0.5.29

type GetCharactersCharacterIDContactsBadRequest

type GetCharactersCharacterIDContactsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDContactsBadRequest

func NewGetCharactersCharacterIDContactsBadRequest() *GetCharactersCharacterIDContactsBadRequest

NewGetCharactersCharacterIDContactsBadRequest creates a GetCharactersCharacterIDContactsBadRequest with default headers values

func (*GetCharactersCharacterIDContactsBadRequest) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsBadRequest) Error

func (*GetCharactersCharacterIDContactsBadRequest) GetPayload

func (*GetCharactersCharacterIDContactsBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsBadRequest) String added in v0.5.29

type GetCharactersCharacterIDContactsEnhanceYourCalm

type GetCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCharactersCharacterIDContactsEnhanceYourCalm

func NewGetCharactersCharacterIDContactsEnhanceYourCalm() *GetCharactersCharacterIDContactsEnhanceYourCalm

NewGetCharactersCharacterIDContactsEnhanceYourCalm creates a GetCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDContactsForbidden

type GetCharactersCharacterIDContactsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDContactsForbidden

func NewGetCharactersCharacterIDContactsForbidden() *GetCharactersCharacterIDContactsForbidden

NewGetCharactersCharacterIDContactsForbidden creates a GetCharactersCharacterIDContactsForbidden with default headers values

func (*GetCharactersCharacterIDContactsForbidden) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsForbidden) Error

func (*GetCharactersCharacterIDContactsForbidden) GetPayload

func (*GetCharactersCharacterIDContactsForbidden) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsForbidden) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsForbidden) String added in v0.5.29

type GetCharactersCharacterIDContactsGatewayTimeout

type GetCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCharactersCharacterIDContactsGatewayTimeout

func NewGetCharactersCharacterIDContactsGatewayTimeout() *GetCharactersCharacterIDContactsGatewayTimeout

NewGetCharactersCharacterIDContactsGatewayTimeout creates a GetCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDContactsGatewayTimeout) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsGatewayTimeout) Error

func (*GetCharactersCharacterIDContactsGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDContactsGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDContactsInternalServerError

type GetCharactersCharacterIDContactsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDContactsInternalServerError

func NewGetCharactersCharacterIDContactsInternalServerError() *GetCharactersCharacterIDContactsInternalServerError

NewGetCharactersCharacterIDContactsInternalServerError creates a GetCharactersCharacterIDContactsInternalServerError with default headers values

func (*GetCharactersCharacterIDContactsInternalServerError) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsInternalServerError) Error

func (*GetCharactersCharacterIDContactsInternalServerError) GetPayload

func (*GetCharactersCharacterIDContactsInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsBadRequest

type GetCharactersCharacterIDContactsLabelsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDContactsLabelsBadRequest

func NewGetCharactersCharacterIDContactsLabelsBadRequest() *GetCharactersCharacterIDContactsLabelsBadRequest

NewGetCharactersCharacterIDContactsLabelsBadRequest creates a GetCharactersCharacterIDContactsLabelsBadRequest with default headers values

func (*GetCharactersCharacterIDContactsLabelsBadRequest) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels bad request response

func (*GetCharactersCharacterIDContactsLabelsBadRequest) Error

func (*GetCharactersCharacterIDContactsLabelsBadRequest) GetPayload

func (*GetCharactersCharacterIDContactsLabelsBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsBadRequest) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsEnhanceYourCalm

type GetCharactersCharacterIDContactsLabelsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCharactersCharacterIDContactsLabelsEnhanceYourCalm

func NewGetCharactersCharacterIDContactsLabelsEnhanceYourCalm() *GetCharactersCharacterIDContactsLabelsEnhanceYourCalm

NewGetCharactersCharacterIDContactsLabelsEnhanceYourCalm creates a GetCharactersCharacterIDContactsLabelsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels enhance your calm response

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsForbidden

type GetCharactersCharacterIDContactsLabelsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDContactsLabelsForbidden

func NewGetCharactersCharacterIDContactsLabelsForbidden() *GetCharactersCharacterIDContactsLabelsForbidden

NewGetCharactersCharacterIDContactsLabelsForbidden creates a GetCharactersCharacterIDContactsLabelsForbidden with default headers values

func (*GetCharactersCharacterIDContactsLabelsForbidden) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels forbidden response

func (*GetCharactersCharacterIDContactsLabelsForbidden) Error

func (*GetCharactersCharacterIDContactsLabelsForbidden) GetPayload

func (*GetCharactersCharacterIDContactsLabelsForbidden) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsForbidden) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsForbidden) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsGatewayTimeout

type GetCharactersCharacterIDContactsLabelsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCharactersCharacterIDContactsLabelsGatewayTimeout

func NewGetCharactersCharacterIDContactsLabelsGatewayTimeout() *GetCharactersCharacterIDContactsLabelsGatewayTimeout

NewGetCharactersCharacterIDContactsLabelsGatewayTimeout creates a GetCharactersCharacterIDContactsLabelsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels gateway timeout response

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) Error

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsInternalServerError

type GetCharactersCharacterIDContactsLabelsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDContactsLabelsInternalServerError

func NewGetCharactersCharacterIDContactsLabelsInternalServerError() *GetCharactersCharacterIDContactsLabelsInternalServerError

NewGetCharactersCharacterIDContactsLabelsInternalServerError creates a GetCharactersCharacterIDContactsLabelsInternalServerError with default headers values

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels internal server error response

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) Error

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) GetPayload

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsNotModified

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

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

Not modified

func NewGetCharactersCharacterIDContactsLabelsNotModified

func NewGetCharactersCharacterIDContactsLabelsNotModified() *GetCharactersCharacterIDContactsLabelsNotModified

NewGetCharactersCharacterIDContactsLabelsNotModified creates a GetCharactersCharacterIDContactsLabelsNotModified with default headers values

func (*GetCharactersCharacterIDContactsLabelsNotModified) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels not modified response

func (*GetCharactersCharacterIDContactsLabelsNotModified) Error

func (*GetCharactersCharacterIDContactsLabelsNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsNotModified) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsOK

type GetCharactersCharacterIDContactsLabelsOK 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 []*GetCharactersCharacterIDContactsLabelsOKBodyItems0
}

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

A list of contact labels

func NewGetCharactersCharacterIDContactsLabelsOK

func NewGetCharactersCharacterIDContactsLabelsOK() *GetCharactersCharacterIDContactsLabelsOK

NewGetCharactersCharacterIDContactsLabelsOK creates a GetCharactersCharacterIDContactsLabelsOK with default headers values

func (*GetCharactersCharacterIDContactsLabelsOK) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels o k response

func (*GetCharactersCharacterIDContactsLabelsOK) Error

func (*GetCharactersCharacterIDContactsLabelsOK) GetPayload

func (*GetCharactersCharacterIDContactsLabelsOK) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsOK) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsOK) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsOK) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsOK) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsOK) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsOKBodyItems0

type GetCharactersCharacterIDContactsLabelsOKBodyItems0 struct {

	// get_characters_character_id_contacts_labels_label_id
	//
	// label_id integer
	// Required: true
	LabelID *int64 `json:"label_id"`

	// get_characters_character_id_contacts_labels_label_name
	//
	// label_name string
	// Required: true
	LabelName *string `json:"label_name"`
}

GetCharactersCharacterIDContactsLabelsOKBodyItems0 get_characters_character_id_contacts_labels_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDContactsLabelsOKBodyItems0

func (*GetCharactersCharacterIDContactsLabelsOKBodyItems0) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDContactsLabelsOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDContactsLabelsOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDContactsLabelsOKBodyItems0) Validate

Validate validates this get characters character ID contacts labels o k body items0

type GetCharactersCharacterIDContactsLabelsParams

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

GetCharactersCharacterIDContactsLabelsParams contains all the parameters to send to the API endpoint

for the get characters character id contacts labels operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDContactsLabelsParams

func NewGetCharactersCharacterIDContactsLabelsParams() *GetCharactersCharacterIDContactsLabelsParams

NewGetCharactersCharacterIDContactsLabelsParams creates a new GetCharactersCharacterIDContactsLabelsParams 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 NewGetCharactersCharacterIDContactsLabelsParamsWithContext

func NewGetCharactersCharacterIDContactsLabelsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDContactsLabelsParams

NewGetCharactersCharacterIDContactsLabelsParamsWithContext creates a new GetCharactersCharacterIDContactsLabelsParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDContactsLabelsParamsWithHTTPClient

func NewGetCharactersCharacterIDContactsLabelsParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDContactsLabelsParams

NewGetCharactersCharacterIDContactsLabelsParamsWithHTTPClient creates a new GetCharactersCharacterIDContactsLabelsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDContactsLabelsParamsWithTimeout

func NewGetCharactersCharacterIDContactsLabelsParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDContactsLabelsParams

NewGetCharactersCharacterIDContactsLabelsParamsWithTimeout creates a new GetCharactersCharacterIDContactsLabelsParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDContactsLabelsParams) SetCharacterID

func (o *GetCharactersCharacterIDContactsLabelsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) SetContext

SetContext adds the context to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) SetDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDContactsLabelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) SetTimeout

SetTimeout adds the timeout to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) SetToken

SetToken adds the token to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WithContext

WithContext adds the context to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WithDatasource

WithDatasource adds the datasource to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDContactsLabelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WithTimeout

WithTimeout adds the timeout to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WithToken

WithToken adds the token to the get characters character id contacts labels params

func (*GetCharactersCharacterIDContactsLabelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDContactsLabelsReader

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

GetCharactersCharacterIDContactsLabelsReader is a Reader for the GetCharactersCharacterIDContactsLabels structure.

func (*GetCharactersCharacterIDContactsLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDContactsLabelsServiceUnavailable

type GetCharactersCharacterIDContactsLabelsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDContactsLabelsServiceUnavailable

func NewGetCharactersCharacterIDContactsLabelsServiceUnavailable() *GetCharactersCharacterIDContactsLabelsServiceUnavailable

NewGetCharactersCharacterIDContactsLabelsServiceUnavailable creates a GetCharactersCharacterIDContactsLabelsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels service unavailable response

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) Error

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDContactsLabelsUnauthorized

type GetCharactersCharacterIDContactsLabelsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCharactersCharacterIDContactsLabelsUnauthorized

func NewGetCharactersCharacterIDContactsLabelsUnauthorized() *GetCharactersCharacterIDContactsLabelsUnauthorized

NewGetCharactersCharacterIDContactsLabelsUnauthorized creates a GetCharactersCharacterIDContactsLabelsUnauthorized with default headers values

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) Code added in v0.5.29

Code gets the status code for the get characters character Id contacts labels unauthorized response

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) Error

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) GetPayload

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) String added in v0.5.29

type GetCharactersCharacterIDContactsNotModified

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

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

Not modified

func NewGetCharactersCharacterIDContactsNotModified

func NewGetCharactersCharacterIDContactsNotModified() *GetCharactersCharacterIDContactsNotModified

NewGetCharactersCharacterIDContactsNotModified creates a GetCharactersCharacterIDContactsNotModified with default headers values

func (*GetCharactersCharacterIDContactsNotModified) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsNotModified) Error

func (*GetCharactersCharacterIDContactsNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsNotModified) String added in v0.5.29

type GetCharactersCharacterIDContactsOK

type GetCharactersCharacterIDContactsOK 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

	/* Maximum page number

	   Format: int32
	   Default: 1
	*/
	XPages int32

	Payload []*GetCharactersCharacterIDContactsOKBodyItems0
}

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

A list of contacts

func NewGetCharactersCharacterIDContactsOK

func NewGetCharactersCharacterIDContactsOK() *GetCharactersCharacterIDContactsOK

NewGetCharactersCharacterIDContactsOK creates a GetCharactersCharacterIDContactsOK with default headers values

func (*GetCharactersCharacterIDContactsOK) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsOK) Error

func (*GetCharactersCharacterIDContactsOK) GetPayload

func (*GetCharactersCharacterIDContactsOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDContactsOK) IsClientError() bool

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

func (*GetCharactersCharacterIDContactsOK) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDContactsOK) IsRedirect() bool

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

func (*GetCharactersCharacterIDContactsOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDContactsOK) IsServerError() bool

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

func (*GetCharactersCharacterIDContactsOK) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsOK) String added in v0.5.29

type GetCharactersCharacterIDContactsOKBodyItems0

type GetCharactersCharacterIDContactsOKBodyItems0 struct {

	// get_characters_character_id_contacts_contact_id
	//
	// contact_id integer
	// Required: true
	ContactID *int32 `json:"contact_id"`

	// get_characters_character_id_contacts_contact_type
	//
	// contact_type string
	// Required: true
	// Enum: [character corporation alliance faction]
	ContactType *string `json:"contact_type"`

	// get_characters_character_id_contacts_is_blocked
	//
	// Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false
	IsBlocked bool `json:"is_blocked,omitempty"`

	// get_characters_character_id_contacts_is_watched
	//
	// Whether this contact is being watched
	IsWatched bool `json:"is_watched,omitempty"`

	// get_characters_character_id_contacts_label_ids
	//
	// label_ids array
	// Max Items: 63
	LabelIds []int64 `json:"label_ids"`

	// get_characters_character_id_contacts_standing
	//
	// Standing of the contact
	// Required: true
	Standing *float32 `json:"standing"`
}

GetCharactersCharacterIDContactsOKBodyItems0 get_characters_character_id_contacts_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDContactsOKBodyItems0

func (*GetCharactersCharacterIDContactsOKBodyItems0) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDContactsOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDContactsOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDContactsOKBodyItems0) Validate

Validate validates this get characters character ID contacts o k body items0

type GetCharactersCharacterIDContactsParams

type GetCharactersCharacterIDContactsParams 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

	/* Page.

	   Which page of results to return

	   Format: int32
	   Default: 1
	*/
	Page *int32

	/* Token.

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

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

GetCharactersCharacterIDContactsParams contains all the parameters to send to the API endpoint

for the get characters character id contacts operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDContactsParams

func NewGetCharactersCharacterIDContactsParams() *GetCharactersCharacterIDContactsParams

NewGetCharactersCharacterIDContactsParams creates a new GetCharactersCharacterIDContactsParams 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 NewGetCharactersCharacterIDContactsParamsWithContext

func NewGetCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDContactsParams

NewGetCharactersCharacterIDContactsParamsWithContext creates a new GetCharactersCharacterIDContactsParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDContactsParamsWithHTTPClient

func NewGetCharactersCharacterIDContactsParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDContactsParams

NewGetCharactersCharacterIDContactsParamsWithHTTPClient creates a new GetCharactersCharacterIDContactsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDContactsParamsWithTimeout

func NewGetCharactersCharacterIDContactsParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDContactsParams

NewGetCharactersCharacterIDContactsParamsWithTimeout creates a new GetCharactersCharacterIDContactsParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDContactsParams) SetCharacterID

func (o *GetCharactersCharacterIDContactsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) SetContext

SetContext adds the context to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDContactsParams) SetDefaults()

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

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

func (*GetCharactersCharacterIDContactsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) SetPage

SetPage adds the page to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) SetTimeout

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

SetTimeout adds the timeout to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) SetToken

func (o *GetCharactersCharacterIDContactsParams) SetToken(token *string)

SetToken adds the token to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithContext

WithContext adds the context to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithDatasource

WithDatasource adds the datasource to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDContactsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithPage

WithPage adds the page to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithTimeout

WithTimeout adds the timeout to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WithToken

WithToken adds the token to the get characters character id contacts params

func (*GetCharactersCharacterIDContactsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDContactsReader

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

GetCharactersCharacterIDContactsReader is a Reader for the GetCharactersCharacterIDContacts structure.

func (*GetCharactersCharacterIDContactsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDContactsServiceUnavailable

type GetCharactersCharacterIDContactsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDContactsServiceUnavailable

func NewGetCharactersCharacterIDContactsServiceUnavailable() *GetCharactersCharacterIDContactsServiceUnavailable

NewGetCharactersCharacterIDContactsServiceUnavailable creates a GetCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDContactsServiceUnavailable) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsServiceUnavailable) Error

func (*GetCharactersCharacterIDContactsServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDContactsServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDContactsUnauthorized

type GetCharactersCharacterIDContactsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCharactersCharacterIDContactsUnauthorized

func NewGetCharactersCharacterIDContactsUnauthorized() *GetCharactersCharacterIDContactsUnauthorized

NewGetCharactersCharacterIDContactsUnauthorized creates a GetCharactersCharacterIDContactsUnauthorized with default headers values

func (*GetCharactersCharacterIDContactsUnauthorized) Code added in v0.5.29

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

func (*GetCharactersCharacterIDContactsUnauthorized) Error

func (*GetCharactersCharacterIDContactsUnauthorized) GetPayload

func (*GetCharactersCharacterIDContactsUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDContactsUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDContactsUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDContactsUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDContactsUnauthorized) String added in v0.5.29

type GetCorporationsCorporationIDContactsBadRequest

type GetCorporationsCorporationIDContactsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCorporationsCorporationIDContactsBadRequest

func NewGetCorporationsCorporationIDContactsBadRequest() *GetCorporationsCorporationIDContactsBadRequest

NewGetCorporationsCorporationIDContactsBadRequest creates a GetCorporationsCorporationIDContactsBadRequest with default headers values

func (*GetCorporationsCorporationIDContactsBadRequest) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts bad request response

func (*GetCorporationsCorporationIDContactsBadRequest) Error

func (*GetCorporationsCorporationIDContactsBadRequest) GetPayload

func (*GetCorporationsCorporationIDContactsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts bad request response has a 4xx status code

func (*GetCorporationsCorporationIDContactsBadRequest) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts bad request response a status code equal to that given

func (*GetCorporationsCorporationIDContactsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts bad request response has a 3xx status code

func (*GetCorporationsCorporationIDContactsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts bad request response has a 5xx status code

func (*GetCorporationsCorporationIDContactsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts bad request response has a 2xx status code

func (*GetCorporationsCorporationIDContactsBadRequest) String added in v0.5.29

type GetCorporationsCorporationIDContactsEnhanceYourCalm

type GetCorporationsCorporationIDContactsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCorporationsCorporationIDContactsEnhanceYourCalm

func NewGetCorporationsCorporationIDContactsEnhanceYourCalm() *GetCorporationsCorporationIDContactsEnhanceYourCalm

NewGetCorporationsCorporationIDContactsEnhanceYourCalm creates a GetCorporationsCorporationIDContactsEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts enhance your calm response

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) GetPayload

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts enhance your calm response has a 4xx status code

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts enhance your calm response a status code equal to that given

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts enhance your calm response has a 3xx status code

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts enhance your calm response has a 5xx status code

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts enhance your calm response has a 2xx status code

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) String added in v0.5.29

type GetCorporationsCorporationIDContactsForbidden

type GetCorporationsCorporationIDContactsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCorporationsCorporationIDContactsForbidden

func NewGetCorporationsCorporationIDContactsForbidden() *GetCorporationsCorporationIDContactsForbidden

NewGetCorporationsCorporationIDContactsForbidden creates a GetCorporationsCorporationIDContactsForbidden with default headers values

func (*GetCorporationsCorporationIDContactsForbidden) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts forbidden response

func (*GetCorporationsCorporationIDContactsForbidden) Error

func (*GetCorporationsCorporationIDContactsForbidden) GetPayload

func (*GetCorporationsCorporationIDContactsForbidden) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts forbidden response has a 4xx status code

func (*GetCorporationsCorporationIDContactsForbidden) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts forbidden response a status code equal to that given

func (*GetCorporationsCorporationIDContactsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts forbidden response has a 3xx status code

func (*GetCorporationsCorporationIDContactsForbidden) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts forbidden response has a 5xx status code

func (*GetCorporationsCorporationIDContactsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts forbidden response has a 2xx status code

func (*GetCorporationsCorporationIDContactsForbidden) String added in v0.5.29

type GetCorporationsCorporationIDContactsGatewayTimeout

type GetCorporationsCorporationIDContactsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCorporationsCorporationIDContactsGatewayTimeout

func NewGetCorporationsCorporationIDContactsGatewayTimeout() *GetCorporationsCorporationIDContactsGatewayTimeout

NewGetCorporationsCorporationIDContactsGatewayTimeout creates a GetCorporationsCorporationIDContactsGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDContactsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts gateway timeout response

func (*GetCorporationsCorporationIDContactsGatewayTimeout) Error

func (*GetCorporationsCorporationIDContactsGatewayTimeout) GetPayload

func (*GetCorporationsCorporationIDContactsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts gateway timeout response has a 4xx status code

func (*GetCorporationsCorporationIDContactsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts gateway timeout response a status code equal to that given

func (*GetCorporationsCorporationIDContactsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts gateway timeout response has a 3xx status code

func (*GetCorporationsCorporationIDContactsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts gateway timeout response has a 5xx status code

func (*GetCorporationsCorporationIDContactsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts gateway timeout response has a 2xx status code

func (*GetCorporationsCorporationIDContactsGatewayTimeout) String added in v0.5.29

type GetCorporationsCorporationIDContactsInternalServerError

type GetCorporationsCorporationIDContactsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCorporationsCorporationIDContactsInternalServerError

func NewGetCorporationsCorporationIDContactsInternalServerError() *GetCorporationsCorporationIDContactsInternalServerError

NewGetCorporationsCorporationIDContactsInternalServerError creates a GetCorporationsCorporationIDContactsInternalServerError with default headers values

func (*GetCorporationsCorporationIDContactsInternalServerError) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts internal server error response

func (*GetCorporationsCorporationIDContactsInternalServerError) Error

func (*GetCorporationsCorporationIDContactsInternalServerError) GetPayload

func (*GetCorporationsCorporationIDContactsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts internal server error response has a 4xx status code

func (*GetCorporationsCorporationIDContactsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts internal server error response a status code equal to that given

func (*GetCorporationsCorporationIDContactsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts internal server error response has a 3xx status code

func (*GetCorporationsCorporationIDContactsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts internal server error response has a 5xx status code

func (*GetCorporationsCorporationIDContactsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts internal server error response has a 2xx status code

func (*GetCorporationsCorporationIDContactsInternalServerError) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsBadRequest

type GetCorporationsCorporationIDContactsLabelsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCorporationsCorporationIDContactsLabelsBadRequest

func NewGetCorporationsCorporationIDContactsLabelsBadRequest() *GetCorporationsCorporationIDContactsLabelsBadRequest

NewGetCorporationsCorporationIDContactsLabelsBadRequest creates a GetCorporationsCorporationIDContactsLabelsBadRequest with default headers values

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels bad request response

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) Error

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels bad request response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels bad request response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels bad request response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels bad request response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels bad request response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm

type GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCorporationsCorporationIDContactsLabelsEnhanceYourCalm

func NewGetCorporationsCorporationIDContactsLabelsEnhanceYourCalm() *GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm

NewGetCorporationsCorporationIDContactsLabelsEnhanceYourCalm creates a GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels enhance your calm response

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels enhance your calm response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels enhance your calm response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels enhance your calm response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels enhance your calm response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels enhance your calm response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsForbidden

type GetCorporationsCorporationIDContactsLabelsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCorporationsCorporationIDContactsLabelsForbidden

func NewGetCorporationsCorporationIDContactsLabelsForbidden() *GetCorporationsCorporationIDContactsLabelsForbidden

NewGetCorporationsCorporationIDContactsLabelsForbidden creates a GetCorporationsCorporationIDContactsLabelsForbidden with default headers values

func (*GetCorporationsCorporationIDContactsLabelsForbidden) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels forbidden response

func (*GetCorporationsCorporationIDContactsLabelsForbidden) Error

func (*GetCorporationsCorporationIDContactsLabelsForbidden) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsForbidden) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels forbidden response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsForbidden) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels forbidden response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels forbidden response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsForbidden) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels forbidden response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels forbidden response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsForbidden) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsGatewayTimeout

type GetCorporationsCorporationIDContactsLabelsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCorporationsCorporationIDContactsLabelsGatewayTimeout

func NewGetCorporationsCorporationIDContactsLabelsGatewayTimeout() *GetCorporationsCorporationIDContactsLabelsGatewayTimeout

NewGetCorporationsCorporationIDContactsLabelsGatewayTimeout creates a GetCorporationsCorporationIDContactsLabelsGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels gateway timeout response

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) Error

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels gateway timeout response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels gateway timeout response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels gateway timeout response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels gateway timeout response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels gateway timeout response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsInternalServerError

type GetCorporationsCorporationIDContactsLabelsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCorporationsCorporationIDContactsLabelsInternalServerError

func NewGetCorporationsCorporationIDContactsLabelsInternalServerError() *GetCorporationsCorporationIDContactsLabelsInternalServerError

NewGetCorporationsCorporationIDContactsLabelsInternalServerError creates a GetCorporationsCorporationIDContactsLabelsInternalServerError with default headers values

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels internal server error response

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) Error

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels internal server error response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels internal server error response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels internal server error response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels internal server error response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels internal server error response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsNotModified

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

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

Not modified

func NewGetCorporationsCorporationIDContactsLabelsNotModified

func NewGetCorporationsCorporationIDContactsLabelsNotModified() *GetCorporationsCorporationIDContactsLabelsNotModified

NewGetCorporationsCorporationIDContactsLabelsNotModified creates a GetCorporationsCorporationIDContactsLabelsNotModified with default headers values

func (*GetCorporationsCorporationIDContactsLabelsNotModified) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels not modified response

func (*GetCorporationsCorporationIDContactsLabelsNotModified) Error

func (*GetCorporationsCorporationIDContactsLabelsNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels not modified response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsNotModified) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels not modified response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels not modified response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels not modified response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels not modified response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsNotModified) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsOK

type GetCorporationsCorporationIDContactsLabelsOK 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 []*GetCorporationsCorporationIDContactsLabelsOKBodyItems0
}

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

A list of corporation contact labels

func NewGetCorporationsCorporationIDContactsLabelsOK

func NewGetCorporationsCorporationIDContactsLabelsOK() *GetCorporationsCorporationIDContactsLabelsOK

NewGetCorporationsCorporationIDContactsLabelsOK creates a GetCorporationsCorporationIDContactsLabelsOK with default headers values

func (*GetCorporationsCorporationIDContactsLabelsOK) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels o k response

func (*GetCorporationsCorporationIDContactsLabelsOK) Error

func (*GetCorporationsCorporationIDContactsLabelsOK) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsOK) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels o k response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsOK) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels o k response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels o k response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsOK) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels o k response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels o k response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsOK) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsOKBodyItems0

type GetCorporationsCorporationIDContactsLabelsOKBodyItems0 struct {

	// get_corporations_corporation_id_contacts_labels_label_id
	//
	// label_id integer
	// Required: true
	LabelID *int64 `json:"label_id"`

	// get_corporations_corporation_id_contacts_labels_label_name
	//
	// label_name string
	// Required: true
	LabelName *string `json:"label_name"`
}

GetCorporationsCorporationIDContactsLabelsOKBodyItems0 get_corporations_corporation_id_contacts_labels_200_ok // // 200 ok object swagger:model GetCorporationsCorporationIDContactsLabelsOKBodyItems0

func (*GetCorporationsCorporationIDContactsLabelsOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validates this get corporations corporation ID contacts labels o k body items0 based on context it is used

func (*GetCorporationsCorporationIDContactsLabelsOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDContactsLabelsOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDContactsLabelsOKBodyItems0) Validate

Validate validates this get corporations corporation ID contacts labels o k body items0

type GetCorporationsCorporationIDContactsLabelsParams

type GetCorporationsCorporationIDContactsLabelsParams 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

	/* Token.

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

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

GetCorporationsCorporationIDContactsLabelsParams contains all the parameters to send to the API endpoint

for the get corporations corporation id contacts labels operation.

Typically these are written to a http.Request.

func NewGetCorporationsCorporationIDContactsLabelsParams

func NewGetCorporationsCorporationIDContactsLabelsParams() *GetCorporationsCorporationIDContactsLabelsParams

NewGetCorporationsCorporationIDContactsLabelsParams creates a new GetCorporationsCorporationIDContactsLabelsParams 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 NewGetCorporationsCorporationIDContactsLabelsParamsWithContext

func NewGetCorporationsCorporationIDContactsLabelsParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDContactsLabelsParams

NewGetCorporationsCorporationIDContactsLabelsParamsWithContext creates a new GetCorporationsCorporationIDContactsLabelsParams object with the ability to set a context for a request.

func NewGetCorporationsCorporationIDContactsLabelsParamsWithHTTPClient

func NewGetCorporationsCorporationIDContactsLabelsParamsWithHTTPClient(client *http.Client) *GetCorporationsCorporationIDContactsLabelsParams

NewGetCorporationsCorporationIDContactsLabelsParamsWithHTTPClient creates a new GetCorporationsCorporationIDContactsLabelsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCorporationsCorporationIDContactsLabelsParamsWithTimeout

func NewGetCorporationsCorporationIDContactsLabelsParamsWithTimeout(timeout time.Duration) *GetCorporationsCorporationIDContactsLabelsParams

NewGetCorporationsCorporationIDContactsLabelsParamsWithTimeout creates a new GetCorporationsCorporationIDContactsLabelsParams object with the ability to set a timeout on a request.

func (*GetCorporationsCorporationIDContactsLabelsParams) SetContext

SetContext adds the context to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) SetCorporationID

func (o *GetCorporationsCorporationIDContactsLabelsParams) SetCorporationID(corporationID int32)

SetCorporationID adds the corporationId to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) SetDatasource

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

SetDatasource adds the datasource to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get corporations corporation id contacts labels params (not the query body).

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

func (*GetCorporationsCorporationIDContactsLabelsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) SetTimeout

SetTimeout adds the timeout to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) SetToken

SetToken adds the token to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WithContext

WithContext adds the context to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WithCorporationID

WithCorporationID adds the corporationID to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WithDatasource

WithDatasource adds the datasource to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get corporations corporation id contacts labels params (not the query body).

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

func (*GetCorporationsCorporationIDContactsLabelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WithTimeout

WithTimeout adds the timeout to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WithToken

WithToken adds the token to the get corporations corporation id contacts labels params

func (*GetCorporationsCorporationIDContactsLabelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCorporationsCorporationIDContactsLabelsReader

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

GetCorporationsCorporationIDContactsLabelsReader is a Reader for the GetCorporationsCorporationIDContactsLabels structure.

func (*GetCorporationsCorporationIDContactsLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCorporationsCorporationIDContactsLabelsServiceUnavailable

type GetCorporationsCorporationIDContactsLabelsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCorporationsCorporationIDContactsLabelsServiceUnavailable

func NewGetCorporationsCorporationIDContactsLabelsServiceUnavailable() *GetCorporationsCorporationIDContactsLabelsServiceUnavailable

NewGetCorporationsCorporationIDContactsLabelsServiceUnavailable creates a GetCorporationsCorporationIDContactsLabelsServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels service unavailable response

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) Error

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels service unavailable response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels service unavailable response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels service unavailable response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels service unavailable response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels service unavailable response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) String added in v0.5.29

type GetCorporationsCorporationIDContactsLabelsUnauthorized

type GetCorporationsCorporationIDContactsLabelsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCorporationsCorporationIDContactsLabelsUnauthorized

func NewGetCorporationsCorporationIDContactsLabelsUnauthorized() *GetCorporationsCorporationIDContactsLabelsUnauthorized

NewGetCorporationsCorporationIDContactsLabelsUnauthorized creates a GetCorporationsCorporationIDContactsLabelsUnauthorized with default headers values

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts labels unauthorized response

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) Error

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) GetPayload

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts labels unauthorized response has a 4xx status code

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts labels unauthorized response a status code equal to that given

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts labels unauthorized response has a 3xx status code

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts labels unauthorized response has a 5xx status code

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts labels unauthorized response has a 2xx status code

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) String added in v0.5.29

type GetCorporationsCorporationIDContactsNotModified

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

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

Not modified

func NewGetCorporationsCorporationIDContactsNotModified

func NewGetCorporationsCorporationIDContactsNotModified() *GetCorporationsCorporationIDContactsNotModified

NewGetCorporationsCorporationIDContactsNotModified creates a GetCorporationsCorporationIDContactsNotModified with default headers values

func (*GetCorporationsCorporationIDContactsNotModified) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts not modified response

func (*GetCorporationsCorporationIDContactsNotModified) Error

func (*GetCorporationsCorporationIDContactsNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts not modified response has a 4xx status code

func (*GetCorporationsCorporationIDContactsNotModified) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts not modified response a status code equal to that given

func (*GetCorporationsCorporationIDContactsNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts not modified response has a 3xx status code

func (*GetCorporationsCorporationIDContactsNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts not modified response has a 5xx status code

func (*GetCorporationsCorporationIDContactsNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts not modified response has a 2xx status code

func (*GetCorporationsCorporationIDContactsNotModified) String added in v0.5.29

type GetCorporationsCorporationIDContactsOK

type GetCorporationsCorporationIDContactsOK 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

	/* Maximum page number

	   Format: int32
	   Default: 1
	*/
	XPages int32

	Payload []*GetCorporationsCorporationIDContactsOKBodyItems0
}

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

A list of contacts

func NewGetCorporationsCorporationIDContactsOK

func NewGetCorporationsCorporationIDContactsOK() *GetCorporationsCorporationIDContactsOK

NewGetCorporationsCorporationIDContactsOK creates a GetCorporationsCorporationIDContactsOK with default headers values

func (*GetCorporationsCorporationIDContactsOK) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts o k response

func (*GetCorporationsCorporationIDContactsOK) Error

func (*GetCorporationsCorporationIDContactsOK) GetPayload

func (*GetCorporationsCorporationIDContactsOK) IsClientError added in v0.5.29

func (o *GetCorporationsCorporationIDContactsOK) IsClientError() bool

IsClientError returns true when this get corporations corporation Id contacts o k response has a 4xx status code

func (*GetCorporationsCorporationIDContactsOK) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts o k response a status code equal to that given

func (*GetCorporationsCorporationIDContactsOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts o k response has a 3xx status code

func (*GetCorporationsCorporationIDContactsOK) IsServerError added in v0.5.29

func (o *GetCorporationsCorporationIDContactsOK) IsServerError() bool

IsServerError returns true when this get corporations corporation Id contacts o k response has a 5xx status code

func (*GetCorporationsCorporationIDContactsOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts o k response has a 2xx status code

func (*GetCorporationsCorporationIDContactsOK) String added in v0.5.29

type GetCorporationsCorporationIDContactsOKBodyItems0

type GetCorporationsCorporationIDContactsOKBodyItems0 struct {

	// get_corporations_corporation_id_contacts_contact_id
	//
	// contact_id integer
	// Required: true
	ContactID *int32 `json:"contact_id"`

	// get_corporations_corporation_id_contacts_contact_type
	//
	// contact_type string
	// Required: true
	// Enum: [character corporation alliance faction]
	ContactType *string `json:"contact_type"`

	// get_corporations_corporation_id_contacts_is_watched
	//
	// Whether this contact is being watched
	IsWatched bool `json:"is_watched,omitempty"`

	// get_corporations_corporation_id_contacts_label_ids
	//
	// label_ids array
	// Max Items: 63
	LabelIds []int64 `json:"label_ids"`

	// get_corporations_corporation_id_contacts_standing
	//
	// Standing of the contact
	// Required: true
	Standing *float32 `json:"standing"`
}

GetCorporationsCorporationIDContactsOKBodyItems0 get_corporations_corporation_id_contacts_200_ok // // 200 ok object swagger:model GetCorporationsCorporationIDContactsOKBodyItems0

func (*GetCorporationsCorporationIDContactsOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validates this get corporations corporation ID contacts o k body items0 based on context it is used

func (*GetCorporationsCorporationIDContactsOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDContactsOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDContactsOKBodyItems0) Validate

Validate validates this get corporations corporation ID contacts o k body items0

type GetCorporationsCorporationIDContactsParams

type GetCorporationsCorporationIDContactsParams 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

	/* Page.

	   Which page of results to return

	   Format: int32
	   Default: 1
	*/
	Page *int32

	/* Token.

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

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

GetCorporationsCorporationIDContactsParams contains all the parameters to send to the API endpoint

for the get corporations corporation id contacts operation.

Typically these are written to a http.Request.

func NewGetCorporationsCorporationIDContactsParams

func NewGetCorporationsCorporationIDContactsParams() *GetCorporationsCorporationIDContactsParams

NewGetCorporationsCorporationIDContactsParams creates a new GetCorporationsCorporationIDContactsParams 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 NewGetCorporationsCorporationIDContactsParamsWithContext

func NewGetCorporationsCorporationIDContactsParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDContactsParams

NewGetCorporationsCorporationIDContactsParamsWithContext creates a new GetCorporationsCorporationIDContactsParams object with the ability to set a context for a request.

func NewGetCorporationsCorporationIDContactsParamsWithHTTPClient

func NewGetCorporationsCorporationIDContactsParamsWithHTTPClient(client *http.Client) *GetCorporationsCorporationIDContactsParams

NewGetCorporationsCorporationIDContactsParamsWithHTTPClient creates a new GetCorporationsCorporationIDContactsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCorporationsCorporationIDContactsParamsWithTimeout

func NewGetCorporationsCorporationIDContactsParamsWithTimeout(timeout time.Duration) *GetCorporationsCorporationIDContactsParams

NewGetCorporationsCorporationIDContactsParamsWithTimeout creates a new GetCorporationsCorporationIDContactsParams object with the ability to set a timeout on a request.

func (*GetCorporationsCorporationIDContactsParams) SetContext

SetContext adds the context to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) SetCorporationID

func (o *GetCorporationsCorporationIDContactsParams) SetCorporationID(corporationID int32)

SetCorporationID adds the corporationId to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) SetDatasource

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

SetDatasource adds the datasource to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get corporations corporation id contacts params (not the query body).

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

func (*GetCorporationsCorporationIDContactsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) SetPage

SetPage adds the page to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) SetTimeout

SetTimeout adds the timeout to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) SetToken

SetToken adds the token to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithContext

WithContext adds the context to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithCorporationID

WithCorporationID adds the corporationID to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithDatasource

WithDatasource adds the datasource to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get corporations corporation id contacts params (not the query body).

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

func (*GetCorporationsCorporationIDContactsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithPage

WithPage adds the page to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithTimeout

WithTimeout adds the timeout to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WithToken

WithToken adds the token to the get corporations corporation id contacts params

func (*GetCorporationsCorporationIDContactsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCorporationsCorporationIDContactsReader

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

GetCorporationsCorporationIDContactsReader is a Reader for the GetCorporationsCorporationIDContacts structure.

func (*GetCorporationsCorporationIDContactsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCorporationsCorporationIDContactsServiceUnavailable

type GetCorporationsCorporationIDContactsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCorporationsCorporationIDContactsServiceUnavailable

func NewGetCorporationsCorporationIDContactsServiceUnavailable() *GetCorporationsCorporationIDContactsServiceUnavailable

NewGetCorporationsCorporationIDContactsServiceUnavailable creates a GetCorporationsCorporationIDContactsServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDContactsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts service unavailable response

func (*GetCorporationsCorporationIDContactsServiceUnavailable) Error

func (*GetCorporationsCorporationIDContactsServiceUnavailable) GetPayload

func (*GetCorporationsCorporationIDContactsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts service unavailable response has a 4xx status code

func (*GetCorporationsCorporationIDContactsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts service unavailable response a status code equal to that given

func (*GetCorporationsCorporationIDContactsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts service unavailable response has a 3xx status code

func (*GetCorporationsCorporationIDContactsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts service unavailable response has a 5xx status code

func (*GetCorporationsCorporationIDContactsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts service unavailable response has a 2xx status code

func (*GetCorporationsCorporationIDContactsServiceUnavailable) String added in v0.5.29

type GetCorporationsCorporationIDContactsUnauthorized

type GetCorporationsCorporationIDContactsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCorporationsCorporationIDContactsUnauthorized

func NewGetCorporationsCorporationIDContactsUnauthorized() *GetCorporationsCorporationIDContactsUnauthorized

NewGetCorporationsCorporationIDContactsUnauthorized creates a GetCorporationsCorporationIDContactsUnauthorized with default headers values

func (*GetCorporationsCorporationIDContactsUnauthorized) Code added in v0.5.29

Code gets the status code for the get corporations corporation Id contacts unauthorized response

func (*GetCorporationsCorporationIDContactsUnauthorized) Error

func (*GetCorporationsCorporationIDContactsUnauthorized) GetPayload

func (*GetCorporationsCorporationIDContactsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get corporations corporation Id contacts unauthorized response has a 4xx status code

func (*GetCorporationsCorporationIDContactsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get corporations corporation Id contacts unauthorized response a status code equal to that given

func (*GetCorporationsCorporationIDContactsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get corporations corporation Id contacts unauthorized response has a 3xx status code

func (*GetCorporationsCorporationIDContactsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get corporations corporation Id contacts unauthorized response has a 5xx status code

func (*GetCorporationsCorporationIDContactsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get corporations corporation Id contacts unauthorized response has a 2xx status code

func (*GetCorporationsCorporationIDContactsUnauthorized) String added in v0.5.29

type PostCharactersCharacterIDContactsBadRequest

type PostCharactersCharacterIDContactsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewPostCharactersCharacterIDContactsBadRequest

func NewPostCharactersCharacterIDContactsBadRequest() *PostCharactersCharacterIDContactsBadRequest

NewPostCharactersCharacterIDContactsBadRequest creates a PostCharactersCharacterIDContactsBadRequest with default headers values

func (*PostCharactersCharacterIDContactsBadRequest) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts bad request response

func (*PostCharactersCharacterIDContactsBadRequest) Error

func (*PostCharactersCharacterIDContactsBadRequest) GetPayload

func (*PostCharactersCharacterIDContactsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts bad request response has a 4xx status code

func (*PostCharactersCharacterIDContactsBadRequest) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts bad request response a status code equal to that given

func (*PostCharactersCharacterIDContactsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts bad request response has a 3xx status code

func (*PostCharactersCharacterIDContactsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts bad request response has a 5xx status code

func (*PostCharactersCharacterIDContactsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts bad request response has a 2xx status code

func (*PostCharactersCharacterIDContactsBadRequest) String added in v0.5.29

type PostCharactersCharacterIDContactsCreated

type PostCharactersCharacterIDContactsCreated struct {
	Payload []int32
}

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

A list of contact ids that successfully created

func NewPostCharactersCharacterIDContactsCreated

func NewPostCharactersCharacterIDContactsCreated() *PostCharactersCharacterIDContactsCreated

NewPostCharactersCharacterIDContactsCreated creates a PostCharactersCharacterIDContactsCreated with default headers values

func (*PostCharactersCharacterIDContactsCreated) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts created response

func (*PostCharactersCharacterIDContactsCreated) Error

func (*PostCharactersCharacterIDContactsCreated) GetPayload

func (*PostCharactersCharacterIDContactsCreated) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts created response has a 4xx status code

func (*PostCharactersCharacterIDContactsCreated) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts created response a status code equal to that given

func (*PostCharactersCharacterIDContactsCreated) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts created response has a 3xx status code

func (*PostCharactersCharacterIDContactsCreated) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts created response has a 5xx status code

func (*PostCharactersCharacterIDContactsCreated) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts created response has a 2xx status code

func (*PostCharactersCharacterIDContactsCreated) String added in v0.5.29

type PostCharactersCharacterIDContactsEnhanceYourCalm

type PostCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewPostCharactersCharacterIDContactsEnhanceYourCalm

func NewPostCharactersCharacterIDContactsEnhanceYourCalm() *PostCharactersCharacterIDContactsEnhanceYourCalm

NewPostCharactersCharacterIDContactsEnhanceYourCalm creates a PostCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts enhance your calm response

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts enhance your calm response has a 4xx status code

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts enhance your calm response a status code equal to that given

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts enhance your calm response has a 3xx status code

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts enhance your calm response has a 5xx status code

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts enhance your calm response has a 2xx status code

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) String added in v0.5.29

type PostCharactersCharacterIDContactsForbidden

type PostCharactersCharacterIDContactsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewPostCharactersCharacterIDContactsForbidden

func NewPostCharactersCharacterIDContactsForbidden() *PostCharactersCharacterIDContactsForbidden

NewPostCharactersCharacterIDContactsForbidden creates a PostCharactersCharacterIDContactsForbidden with default headers values

func (*PostCharactersCharacterIDContactsForbidden) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts forbidden response

func (*PostCharactersCharacterIDContactsForbidden) Error

func (*PostCharactersCharacterIDContactsForbidden) GetPayload

func (*PostCharactersCharacterIDContactsForbidden) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts forbidden response has a 4xx status code

func (*PostCharactersCharacterIDContactsForbidden) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts forbidden response a status code equal to that given

func (*PostCharactersCharacterIDContactsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts forbidden response has a 3xx status code

func (*PostCharactersCharacterIDContactsForbidden) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts forbidden response has a 5xx status code

func (*PostCharactersCharacterIDContactsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts forbidden response has a 2xx status code

func (*PostCharactersCharacterIDContactsForbidden) String added in v0.5.29

type PostCharactersCharacterIDContactsGatewayTimeout

type PostCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewPostCharactersCharacterIDContactsGatewayTimeout

func NewPostCharactersCharacterIDContactsGatewayTimeout() *PostCharactersCharacterIDContactsGatewayTimeout

NewPostCharactersCharacterIDContactsGatewayTimeout creates a PostCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*PostCharactersCharacterIDContactsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts gateway timeout response

func (*PostCharactersCharacterIDContactsGatewayTimeout) Error

func (*PostCharactersCharacterIDContactsGatewayTimeout) GetPayload

func (*PostCharactersCharacterIDContactsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts gateway timeout response has a 4xx status code

func (*PostCharactersCharacterIDContactsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts gateway timeout response a status code equal to that given

func (*PostCharactersCharacterIDContactsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts gateway timeout response has a 3xx status code

func (*PostCharactersCharacterIDContactsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts gateway timeout response has a 5xx status code

func (*PostCharactersCharacterIDContactsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts gateway timeout response has a 2xx status code

func (*PostCharactersCharacterIDContactsGatewayTimeout) String added in v0.5.29

type PostCharactersCharacterIDContactsInternalServerError

type PostCharactersCharacterIDContactsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewPostCharactersCharacterIDContactsInternalServerError

func NewPostCharactersCharacterIDContactsInternalServerError() *PostCharactersCharacterIDContactsInternalServerError

NewPostCharactersCharacterIDContactsInternalServerError creates a PostCharactersCharacterIDContactsInternalServerError with default headers values

func (*PostCharactersCharacterIDContactsInternalServerError) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts internal server error response

func (*PostCharactersCharacterIDContactsInternalServerError) Error

func (*PostCharactersCharacterIDContactsInternalServerError) GetPayload

func (*PostCharactersCharacterIDContactsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts internal server error response has a 4xx status code

func (*PostCharactersCharacterIDContactsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts internal server error response a status code equal to that given

func (*PostCharactersCharacterIDContactsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts internal server error response has a 3xx status code

func (*PostCharactersCharacterIDContactsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts internal server error response has a 5xx status code

func (*PostCharactersCharacterIDContactsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts internal server error response has a 2xx status code

func (*PostCharactersCharacterIDContactsInternalServerError) String added in v0.5.29

type PostCharactersCharacterIDContactsParams

type PostCharactersCharacterIDContactsParams struct {

	/* CharacterID.

	   An EVE character ID

	   Format: int32
	*/
	CharacterID int32

	/* ContactIds.

	   A list of contacts
	*/
	ContactIds []int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* LabelIds.

	   Add custom labels to the new contact
	*/
	LabelIds []int64

	/* Standing.

	   Standing for the contact

	   Format: float
	*/
	Standing float32

	/* Token.

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

	/* Watched.

	   Whether the contact should be watched, note this is only effective on characters
	*/
	Watched *bool

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

PostCharactersCharacterIDContactsParams contains all the parameters to send to the API endpoint

for the post characters character id contacts operation.

Typically these are written to a http.Request.

func NewPostCharactersCharacterIDContactsParams

func NewPostCharactersCharacterIDContactsParams() *PostCharactersCharacterIDContactsParams

NewPostCharactersCharacterIDContactsParams creates a new PostCharactersCharacterIDContactsParams 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 NewPostCharactersCharacterIDContactsParamsWithContext

func NewPostCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *PostCharactersCharacterIDContactsParams

NewPostCharactersCharacterIDContactsParamsWithContext creates a new PostCharactersCharacterIDContactsParams object with the ability to set a context for a request.

func NewPostCharactersCharacterIDContactsParamsWithHTTPClient

func NewPostCharactersCharacterIDContactsParamsWithHTTPClient(client *http.Client) *PostCharactersCharacterIDContactsParams

NewPostCharactersCharacterIDContactsParamsWithHTTPClient creates a new PostCharactersCharacterIDContactsParams object with the ability to set a custom HTTPClient for a request.

func NewPostCharactersCharacterIDContactsParamsWithTimeout

func NewPostCharactersCharacterIDContactsParamsWithTimeout(timeout time.Duration) *PostCharactersCharacterIDContactsParams

NewPostCharactersCharacterIDContactsParamsWithTimeout creates a new PostCharactersCharacterIDContactsParams object with the ability to set a timeout on a request.

func (*PostCharactersCharacterIDContactsParams) SetCharacterID

func (o *PostCharactersCharacterIDContactsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetContactIds

func (o *PostCharactersCharacterIDContactsParams) SetContactIds(contactIds []int32)

SetContactIds adds the contactIds to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetContext

SetContext adds the context to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetDatasource

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

SetDatasource adds the datasource to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetDefaults added in v0.3.0

func (o *PostCharactersCharacterIDContactsParams) SetDefaults()

SetDefaults hydrates default values in the post characters character id contacts params (not the query body).

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

func (*PostCharactersCharacterIDContactsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetLabelIds

func (o *PostCharactersCharacterIDContactsParams) SetLabelIds(labelIds []int64)

SetLabelIds adds the labelIds to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetStanding

func (o *PostCharactersCharacterIDContactsParams) SetStanding(standing float32)

SetStanding adds the standing to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetTimeout

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

SetTimeout adds the timeout to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetToken

func (o *PostCharactersCharacterIDContactsParams) SetToken(token *string)

SetToken adds the token to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) SetWatched

func (o *PostCharactersCharacterIDContactsParams) SetWatched(watched *bool)

SetWatched adds the watched to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithCharacterID

WithCharacterID adds the characterID to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithContactIds

WithContactIds adds the contactIds to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithContext

WithContext adds the context to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithDatasource

WithDatasource adds the datasource to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the post characters character id contacts params (not the query body).

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

func (*PostCharactersCharacterIDContactsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithLabelIds

WithLabelIds adds the labelIds to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithStanding

WithStanding adds the standing to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithTimeout

WithTimeout adds the timeout to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithToken

WithToken adds the token to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WithWatched

WithWatched adds the watched to the post characters character id contacts params

func (*PostCharactersCharacterIDContactsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostCharactersCharacterIDContactsReader

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

PostCharactersCharacterIDContactsReader is a Reader for the PostCharactersCharacterIDContacts structure.

func (*PostCharactersCharacterIDContactsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostCharactersCharacterIDContactsServiceUnavailable

type PostCharactersCharacterIDContactsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewPostCharactersCharacterIDContactsServiceUnavailable

func NewPostCharactersCharacterIDContactsServiceUnavailable() *PostCharactersCharacterIDContactsServiceUnavailable

NewPostCharactersCharacterIDContactsServiceUnavailable creates a PostCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*PostCharactersCharacterIDContactsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts service unavailable response

func (*PostCharactersCharacterIDContactsServiceUnavailable) Error

func (*PostCharactersCharacterIDContactsServiceUnavailable) GetPayload

func (*PostCharactersCharacterIDContactsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts service unavailable response has a 4xx status code

func (*PostCharactersCharacterIDContactsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts service unavailable response a status code equal to that given

func (*PostCharactersCharacterIDContactsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts service unavailable response has a 3xx status code

func (*PostCharactersCharacterIDContactsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts service unavailable response has a 5xx status code

func (*PostCharactersCharacterIDContactsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts service unavailable response has a 2xx status code

func (*PostCharactersCharacterIDContactsServiceUnavailable) String added in v0.5.29

type PostCharactersCharacterIDContactsStatus520

type PostCharactersCharacterIDContactsStatus520 struct {
	Payload *PostCharactersCharacterIDContactsStatus520Body
}

PostCharactersCharacterIDContactsStatus520 describes a response with status code 520, with default header values.

Internal error thrown from the EVE server

func NewPostCharactersCharacterIDContactsStatus520

func NewPostCharactersCharacterIDContactsStatus520() *PostCharactersCharacterIDContactsStatus520

NewPostCharactersCharacterIDContactsStatus520 creates a PostCharactersCharacterIDContactsStatus520 with default headers values

func (*PostCharactersCharacterIDContactsStatus520) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts status520 response

func (*PostCharactersCharacterIDContactsStatus520) Error

func (*PostCharactersCharacterIDContactsStatus520) GetPayload

func (*PostCharactersCharacterIDContactsStatus520) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts status520 response has a 4xx status code

func (*PostCharactersCharacterIDContactsStatus520) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts status520 response a status code equal to that given

func (*PostCharactersCharacterIDContactsStatus520) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts status520 response has a 3xx status code

func (*PostCharactersCharacterIDContactsStatus520) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts status520 response has a 5xx status code

func (*PostCharactersCharacterIDContactsStatus520) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts status520 response has a 2xx status code

func (*PostCharactersCharacterIDContactsStatus520) String added in v0.5.29

type PostCharactersCharacterIDContactsStatus520Body

type PostCharactersCharacterIDContactsStatus520Body struct {

	// post_characters_character_id_contacts_520_error_520
	//
	// Error 520 message
	Error string `json:"error,omitempty"`
}

PostCharactersCharacterIDContactsStatus520Body post_characters_character_id_contacts_error_520 // // Error 520 swagger:model PostCharactersCharacterIDContactsStatus520Body

func (*PostCharactersCharacterIDContactsStatus520Body) ContextValidate added in v0.3.0

ContextValidate validates this post characters character ID contacts status520 body based on context it is used

func (*PostCharactersCharacterIDContactsStatus520Body) MarshalBinary

MarshalBinary interface implementation

func (*PostCharactersCharacterIDContactsStatus520Body) UnmarshalBinary

UnmarshalBinary interface implementation

func (*PostCharactersCharacterIDContactsStatus520Body) Validate

Validate validates this post characters character ID contacts status520 body

type PostCharactersCharacterIDContactsUnauthorized

type PostCharactersCharacterIDContactsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewPostCharactersCharacterIDContactsUnauthorized

func NewPostCharactersCharacterIDContactsUnauthorized() *PostCharactersCharacterIDContactsUnauthorized

NewPostCharactersCharacterIDContactsUnauthorized creates a PostCharactersCharacterIDContactsUnauthorized with default headers values

func (*PostCharactersCharacterIDContactsUnauthorized) Code added in v0.5.29

Code gets the status code for the post characters character Id contacts unauthorized response

func (*PostCharactersCharacterIDContactsUnauthorized) Error

func (*PostCharactersCharacterIDContactsUnauthorized) GetPayload

func (*PostCharactersCharacterIDContactsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this post characters character Id contacts unauthorized response has a 4xx status code

func (*PostCharactersCharacterIDContactsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this post characters character Id contacts unauthorized response a status code equal to that given

func (*PostCharactersCharacterIDContactsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this post characters character Id contacts unauthorized response has a 3xx status code

func (*PostCharactersCharacterIDContactsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this post characters character Id contacts unauthorized response has a 5xx status code

func (*PostCharactersCharacterIDContactsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this post characters character Id contacts unauthorized response has a 2xx status code

func (*PostCharactersCharacterIDContactsUnauthorized) String added in v0.5.29

type PutCharactersCharacterIDContactsBadRequest

type PutCharactersCharacterIDContactsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewPutCharactersCharacterIDContactsBadRequest

func NewPutCharactersCharacterIDContactsBadRequest() *PutCharactersCharacterIDContactsBadRequest

NewPutCharactersCharacterIDContactsBadRequest creates a PutCharactersCharacterIDContactsBadRequest with default headers values

func (*PutCharactersCharacterIDContactsBadRequest) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts bad request response

func (*PutCharactersCharacterIDContactsBadRequest) Error

func (*PutCharactersCharacterIDContactsBadRequest) GetPayload

func (*PutCharactersCharacterIDContactsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts bad request response has a 4xx status code

func (*PutCharactersCharacterIDContactsBadRequest) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts bad request response a status code equal to that given

func (*PutCharactersCharacterIDContactsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts bad request response has a 3xx status code

func (*PutCharactersCharacterIDContactsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts bad request response has a 5xx status code

func (*PutCharactersCharacterIDContactsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts bad request response has a 2xx status code

func (*PutCharactersCharacterIDContactsBadRequest) String added in v0.5.29

type PutCharactersCharacterIDContactsEnhanceYourCalm

type PutCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewPutCharactersCharacterIDContactsEnhanceYourCalm

func NewPutCharactersCharacterIDContactsEnhanceYourCalm() *PutCharactersCharacterIDContactsEnhanceYourCalm

NewPutCharactersCharacterIDContactsEnhanceYourCalm creates a PutCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts enhance your calm response

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts enhance your calm response has a 4xx status code

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts enhance your calm response a status code equal to that given

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts enhance your calm response has a 3xx status code

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts enhance your calm response has a 5xx status code

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts enhance your calm response has a 2xx status code

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) String added in v0.5.29

type PutCharactersCharacterIDContactsForbidden

type PutCharactersCharacterIDContactsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewPutCharactersCharacterIDContactsForbidden

func NewPutCharactersCharacterIDContactsForbidden() *PutCharactersCharacterIDContactsForbidden

NewPutCharactersCharacterIDContactsForbidden creates a PutCharactersCharacterIDContactsForbidden with default headers values

func (*PutCharactersCharacterIDContactsForbidden) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts forbidden response

func (*PutCharactersCharacterIDContactsForbidden) Error

func (*PutCharactersCharacterIDContactsForbidden) GetPayload

func (*PutCharactersCharacterIDContactsForbidden) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts forbidden response has a 4xx status code

func (*PutCharactersCharacterIDContactsForbidden) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts forbidden response a status code equal to that given

func (*PutCharactersCharacterIDContactsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts forbidden response has a 3xx status code

func (*PutCharactersCharacterIDContactsForbidden) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts forbidden response has a 5xx status code

func (*PutCharactersCharacterIDContactsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts forbidden response has a 2xx status code

func (*PutCharactersCharacterIDContactsForbidden) String added in v0.5.29

type PutCharactersCharacterIDContactsGatewayTimeout

type PutCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewPutCharactersCharacterIDContactsGatewayTimeout

func NewPutCharactersCharacterIDContactsGatewayTimeout() *PutCharactersCharacterIDContactsGatewayTimeout

NewPutCharactersCharacterIDContactsGatewayTimeout creates a PutCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*PutCharactersCharacterIDContactsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts gateway timeout response

func (*PutCharactersCharacterIDContactsGatewayTimeout) Error

func (*PutCharactersCharacterIDContactsGatewayTimeout) GetPayload

func (*PutCharactersCharacterIDContactsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts gateway timeout response has a 4xx status code

func (*PutCharactersCharacterIDContactsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts gateway timeout response a status code equal to that given

func (*PutCharactersCharacterIDContactsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts gateway timeout response has a 3xx status code

func (*PutCharactersCharacterIDContactsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts gateway timeout response has a 5xx status code

func (*PutCharactersCharacterIDContactsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts gateway timeout response has a 2xx status code

func (*PutCharactersCharacterIDContactsGatewayTimeout) String added in v0.5.29

type PutCharactersCharacterIDContactsInternalServerError

type PutCharactersCharacterIDContactsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewPutCharactersCharacterIDContactsInternalServerError

func NewPutCharactersCharacterIDContactsInternalServerError() *PutCharactersCharacterIDContactsInternalServerError

NewPutCharactersCharacterIDContactsInternalServerError creates a PutCharactersCharacterIDContactsInternalServerError with default headers values

func (*PutCharactersCharacterIDContactsInternalServerError) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts internal server error response

func (*PutCharactersCharacterIDContactsInternalServerError) Error

func (*PutCharactersCharacterIDContactsInternalServerError) GetPayload

func (*PutCharactersCharacterIDContactsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts internal server error response has a 4xx status code

func (*PutCharactersCharacterIDContactsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts internal server error response a status code equal to that given

func (*PutCharactersCharacterIDContactsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts internal server error response has a 3xx status code

func (*PutCharactersCharacterIDContactsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts internal server error response has a 5xx status code

func (*PutCharactersCharacterIDContactsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts internal server error response has a 2xx status code

func (*PutCharactersCharacterIDContactsInternalServerError) String added in v0.5.29

type PutCharactersCharacterIDContactsNoContent

type PutCharactersCharacterIDContactsNoContent struct {
}

PutCharactersCharacterIDContactsNoContent describes a response with status code 204, with default header values.

Contacts updated

func NewPutCharactersCharacterIDContactsNoContent

func NewPutCharactersCharacterIDContactsNoContent() *PutCharactersCharacterIDContactsNoContent

NewPutCharactersCharacterIDContactsNoContent creates a PutCharactersCharacterIDContactsNoContent with default headers values

func (*PutCharactersCharacterIDContactsNoContent) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts no content response

func (*PutCharactersCharacterIDContactsNoContent) Error

func (*PutCharactersCharacterIDContactsNoContent) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts no content response has a 4xx status code

func (*PutCharactersCharacterIDContactsNoContent) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts no content response a status code equal to that given

func (*PutCharactersCharacterIDContactsNoContent) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts no content response has a 3xx status code

func (*PutCharactersCharacterIDContactsNoContent) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts no content response has a 5xx status code

func (*PutCharactersCharacterIDContactsNoContent) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts no content response has a 2xx status code

func (*PutCharactersCharacterIDContactsNoContent) String added in v0.5.29

type PutCharactersCharacterIDContactsParams

type PutCharactersCharacterIDContactsParams struct {

	/* CharacterID.

	   An EVE character ID

	   Format: int32
	*/
	CharacterID int32

	/* ContactIds.

	   A list of contacts
	*/
	ContactIds []int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* LabelIds.

	   Add custom labels to the contact
	*/
	LabelIds []int64

	/* Standing.

	   Standing for the contact

	   Format: float
	*/
	Standing float32

	/* Token.

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

	/* Watched.

	   Whether the contact should be watched, note this is only effective on characters
	*/
	Watched *bool

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

PutCharactersCharacterIDContactsParams contains all the parameters to send to the API endpoint

for the put characters character id contacts operation.

Typically these are written to a http.Request.

func NewPutCharactersCharacterIDContactsParams

func NewPutCharactersCharacterIDContactsParams() *PutCharactersCharacterIDContactsParams

NewPutCharactersCharacterIDContactsParams creates a new PutCharactersCharacterIDContactsParams 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 NewPutCharactersCharacterIDContactsParamsWithContext

func NewPutCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *PutCharactersCharacterIDContactsParams

NewPutCharactersCharacterIDContactsParamsWithContext creates a new PutCharactersCharacterIDContactsParams object with the ability to set a context for a request.

func NewPutCharactersCharacterIDContactsParamsWithHTTPClient

func NewPutCharactersCharacterIDContactsParamsWithHTTPClient(client *http.Client) *PutCharactersCharacterIDContactsParams

NewPutCharactersCharacterIDContactsParamsWithHTTPClient creates a new PutCharactersCharacterIDContactsParams object with the ability to set a custom HTTPClient for a request.

func NewPutCharactersCharacterIDContactsParamsWithTimeout

func NewPutCharactersCharacterIDContactsParamsWithTimeout(timeout time.Duration) *PutCharactersCharacterIDContactsParams

NewPutCharactersCharacterIDContactsParamsWithTimeout creates a new PutCharactersCharacterIDContactsParams object with the ability to set a timeout on a request.

func (*PutCharactersCharacterIDContactsParams) SetCharacterID

func (o *PutCharactersCharacterIDContactsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetContactIds

func (o *PutCharactersCharacterIDContactsParams) SetContactIds(contactIds []int32)

SetContactIds adds the contactIds to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetContext

SetContext adds the context to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetDatasource

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

SetDatasource adds the datasource to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetDefaults added in v0.3.0

func (o *PutCharactersCharacterIDContactsParams) SetDefaults()

SetDefaults hydrates default values in the put characters character id contacts params (not the query body).

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

func (*PutCharactersCharacterIDContactsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetLabelIds

func (o *PutCharactersCharacterIDContactsParams) SetLabelIds(labelIds []int64)

SetLabelIds adds the labelIds to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetStanding

func (o *PutCharactersCharacterIDContactsParams) SetStanding(standing float32)

SetStanding adds the standing to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetTimeout

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

SetTimeout adds the timeout to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetToken

func (o *PutCharactersCharacterIDContactsParams) SetToken(token *string)

SetToken adds the token to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) SetWatched

func (o *PutCharactersCharacterIDContactsParams) SetWatched(watched *bool)

SetWatched adds the watched to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithCharacterID

WithCharacterID adds the characterID to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithContactIds

WithContactIds adds the contactIds to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithContext

WithContext adds the context to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithDatasource

WithDatasource adds the datasource to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the put characters character id contacts params (not the query body).

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

func (*PutCharactersCharacterIDContactsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithLabelIds

WithLabelIds adds the labelIds to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithStanding

WithStanding adds the standing to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithTimeout

WithTimeout adds the timeout to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithToken

WithToken adds the token to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WithWatched

WithWatched adds the watched to the put characters character id contacts params

func (*PutCharactersCharacterIDContactsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutCharactersCharacterIDContactsReader

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

PutCharactersCharacterIDContactsReader is a Reader for the PutCharactersCharacterIDContacts structure.

func (*PutCharactersCharacterIDContactsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutCharactersCharacterIDContactsServiceUnavailable

type PutCharactersCharacterIDContactsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewPutCharactersCharacterIDContactsServiceUnavailable

func NewPutCharactersCharacterIDContactsServiceUnavailable() *PutCharactersCharacterIDContactsServiceUnavailable

NewPutCharactersCharacterIDContactsServiceUnavailable creates a PutCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*PutCharactersCharacterIDContactsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts service unavailable response

func (*PutCharactersCharacterIDContactsServiceUnavailable) Error

func (*PutCharactersCharacterIDContactsServiceUnavailable) GetPayload

func (*PutCharactersCharacterIDContactsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts service unavailable response has a 4xx status code

func (*PutCharactersCharacterIDContactsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts service unavailable response a status code equal to that given

func (*PutCharactersCharacterIDContactsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts service unavailable response has a 3xx status code

func (*PutCharactersCharacterIDContactsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts service unavailable response has a 5xx status code

func (*PutCharactersCharacterIDContactsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts service unavailable response has a 2xx status code

func (*PutCharactersCharacterIDContactsServiceUnavailable) String added in v0.5.29

type PutCharactersCharacterIDContactsUnauthorized

type PutCharactersCharacterIDContactsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewPutCharactersCharacterIDContactsUnauthorized

func NewPutCharactersCharacterIDContactsUnauthorized() *PutCharactersCharacterIDContactsUnauthorized

NewPutCharactersCharacterIDContactsUnauthorized creates a PutCharactersCharacterIDContactsUnauthorized with default headers values

func (*PutCharactersCharacterIDContactsUnauthorized) Code added in v0.5.29

Code gets the status code for the put characters character Id contacts unauthorized response

func (*PutCharactersCharacterIDContactsUnauthorized) Error

func (*PutCharactersCharacterIDContactsUnauthorized) GetPayload

func (*PutCharactersCharacterIDContactsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this put characters character Id contacts unauthorized response has a 4xx status code

func (*PutCharactersCharacterIDContactsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this put characters character Id contacts unauthorized response a status code equal to that given

func (*PutCharactersCharacterIDContactsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this put characters character Id contacts unauthorized response has a 3xx status code

func (*PutCharactersCharacterIDContactsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this put characters character Id contacts unauthorized response has a 5xx status code

func (*PutCharactersCharacterIDContactsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this put characters character Id contacts unauthorized response has a 2xx status code

func (*PutCharactersCharacterIDContactsUnauthorized) String added in v0.5.29

Jump to

Keyboard shortcuts

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