contacts

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 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) (*GetAlliancesAllianceIDContactsOK, error)
GetAlliancesAllianceIDContacts gets alliance contacts

Return contacts of an alliance

---

This route is cached for up to 300 seconds

func (*Client) GetAlliancesAllianceIDContactsLabels

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

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

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 ClientService

type ClientService interface {
	DeleteCharactersCharacterIDContacts(params *DeleteCharactersCharacterIDContactsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteCharactersCharacterIDContactsNoContent, error)

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

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

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

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

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

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

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

	PutCharactersCharacterIDContacts(params *PutCharactersCharacterIDContactsParams, authInfo runtime.ClientAuthInfoWriter) (*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 *esimodels.BadRequest
}

DeleteCharactersCharacterIDContactsBadRequest handles this case with default header values.

Bad request

func NewDeleteCharactersCharacterIDContactsBadRequest

func NewDeleteCharactersCharacterIDContactsBadRequest() *DeleteCharactersCharacterIDContactsBadRequest

NewDeleteCharactersCharacterIDContactsBadRequest creates a DeleteCharactersCharacterIDContactsBadRequest with default headers values

func (*DeleteCharactersCharacterIDContactsBadRequest) Error

func (*DeleteCharactersCharacterIDContactsBadRequest) GetPayload

type DeleteCharactersCharacterIDContactsEnhanceYourCalm

type DeleteCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

DeleteCharactersCharacterIDContactsEnhanceYourCalm handles this case with default header values.

Error limited

func NewDeleteCharactersCharacterIDContactsEnhanceYourCalm

func NewDeleteCharactersCharacterIDContactsEnhanceYourCalm() *DeleteCharactersCharacterIDContactsEnhanceYourCalm

NewDeleteCharactersCharacterIDContactsEnhanceYourCalm creates a DeleteCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*DeleteCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

type DeleteCharactersCharacterIDContactsForbidden

type DeleteCharactersCharacterIDContactsForbidden struct {
	Payload *esimodels.Forbidden
}

DeleteCharactersCharacterIDContactsForbidden handles this case with default header values.

Forbidden

func NewDeleteCharactersCharacterIDContactsForbidden

func NewDeleteCharactersCharacterIDContactsForbidden() *DeleteCharactersCharacterIDContactsForbidden

NewDeleteCharactersCharacterIDContactsForbidden creates a DeleteCharactersCharacterIDContactsForbidden with default headers values

func (*DeleteCharactersCharacterIDContactsForbidden) Error

func (*DeleteCharactersCharacterIDContactsForbidden) GetPayload

type DeleteCharactersCharacterIDContactsGatewayTimeout

type DeleteCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

DeleteCharactersCharacterIDContactsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewDeleteCharactersCharacterIDContactsGatewayTimeout

func NewDeleteCharactersCharacterIDContactsGatewayTimeout() *DeleteCharactersCharacterIDContactsGatewayTimeout

NewDeleteCharactersCharacterIDContactsGatewayTimeout creates a DeleteCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) Error

func (*DeleteCharactersCharacterIDContactsGatewayTimeout) GetPayload

type DeleteCharactersCharacterIDContactsInternalServerError

type DeleteCharactersCharacterIDContactsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

DeleteCharactersCharacterIDContactsInternalServerError handles this case with default header values.

Internal server error

func NewDeleteCharactersCharacterIDContactsInternalServerError

func NewDeleteCharactersCharacterIDContactsInternalServerError() *DeleteCharactersCharacterIDContactsInternalServerError

NewDeleteCharactersCharacterIDContactsInternalServerError creates a DeleteCharactersCharacterIDContactsInternalServerError with default headers values

func (*DeleteCharactersCharacterIDContactsInternalServerError) Error

func (*DeleteCharactersCharacterIDContactsInternalServerError) GetPayload

type DeleteCharactersCharacterIDContactsNoContent

type DeleteCharactersCharacterIDContactsNoContent struct {
}

DeleteCharactersCharacterIDContactsNoContent handles this case with default header values.

Contacts deleted

func NewDeleteCharactersCharacterIDContactsNoContent

func NewDeleteCharactersCharacterIDContactsNoContent() *DeleteCharactersCharacterIDContactsNoContent

NewDeleteCharactersCharacterIDContactsNoContent creates a DeleteCharactersCharacterIDContactsNoContent with default headers values

func (*DeleteCharactersCharacterIDContactsNoContent) Error

type DeleteCharactersCharacterIDContactsParams

type DeleteCharactersCharacterIDContactsParams struct {

	/*CharacterID
	  An EVE character ID

	*/
	CharacterID int32
	/*ContactIds
	  A list of contacts to delete

	*/
	ContactIds []int32
	/*Datasource
	  The server name you would like data from

	*/
	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 values initialized.

func NewDeleteCharactersCharacterIDContactsParamsWithContext

func NewDeleteCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *DeleteCharactersCharacterIDContactsParams

NewDeleteCharactersCharacterIDContactsParamsWithContext creates a new DeleteCharactersCharacterIDContactsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

DeleteCharactersCharacterIDContactsServiceUnavailable handles this case with default header values.

Service unavailable

func NewDeleteCharactersCharacterIDContactsServiceUnavailable

func NewDeleteCharactersCharacterIDContactsServiceUnavailable() *DeleteCharactersCharacterIDContactsServiceUnavailable

NewDeleteCharactersCharacterIDContactsServiceUnavailable creates a DeleteCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) Error

func (*DeleteCharactersCharacterIDContactsServiceUnavailable) GetPayload

type DeleteCharactersCharacterIDContactsUnauthorized

type DeleteCharactersCharacterIDContactsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

DeleteCharactersCharacterIDContactsUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteCharactersCharacterIDContactsUnauthorized

func NewDeleteCharactersCharacterIDContactsUnauthorized() *DeleteCharactersCharacterIDContactsUnauthorized

NewDeleteCharactersCharacterIDContactsUnauthorized creates a DeleteCharactersCharacterIDContactsUnauthorized with default headers values

func (*DeleteCharactersCharacterIDContactsUnauthorized) Error

func (*DeleteCharactersCharacterIDContactsUnauthorized) GetPayload

type GetAlliancesAllianceIDContactsBadRequest

type GetAlliancesAllianceIDContactsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetAlliancesAllianceIDContactsBadRequest handles this case with default header values.

Bad request

func NewGetAlliancesAllianceIDContactsBadRequest

func NewGetAlliancesAllianceIDContactsBadRequest() *GetAlliancesAllianceIDContactsBadRequest

NewGetAlliancesAllianceIDContactsBadRequest creates a GetAlliancesAllianceIDContactsBadRequest with default headers values

func (*GetAlliancesAllianceIDContactsBadRequest) Error

func (*GetAlliancesAllianceIDContactsBadRequest) GetPayload

type GetAlliancesAllianceIDContactsEnhanceYourCalm

type GetAlliancesAllianceIDContactsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetAlliancesAllianceIDContactsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetAlliancesAllianceIDContactsEnhanceYourCalm

func NewGetAlliancesAllianceIDContactsEnhanceYourCalm() *GetAlliancesAllianceIDContactsEnhanceYourCalm

NewGetAlliancesAllianceIDContactsEnhanceYourCalm creates a GetAlliancesAllianceIDContactsEnhanceYourCalm with default headers values

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) Error

func (*GetAlliancesAllianceIDContactsEnhanceYourCalm) GetPayload

type GetAlliancesAllianceIDContactsForbidden

type GetAlliancesAllianceIDContactsForbidden struct {
	Payload *esimodels.Forbidden
}

GetAlliancesAllianceIDContactsForbidden handles this case with default header values.

Forbidden

func NewGetAlliancesAllianceIDContactsForbidden

func NewGetAlliancesAllianceIDContactsForbidden() *GetAlliancesAllianceIDContactsForbidden

NewGetAlliancesAllianceIDContactsForbidden creates a GetAlliancesAllianceIDContactsForbidden with default headers values

func (*GetAlliancesAllianceIDContactsForbidden) Error

func (*GetAlliancesAllianceIDContactsForbidden) GetPayload

type GetAlliancesAllianceIDContactsGatewayTimeout

type GetAlliancesAllianceIDContactsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetAlliancesAllianceIDContactsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetAlliancesAllianceIDContactsGatewayTimeout

func NewGetAlliancesAllianceIDContactsGatewayTimeout() *GetAlliancesAllianceIDContactsGatewayTimeout

NewGetAlliancesAllianceIDContactsGatewayTimeout creates a GetAlliancesAllianceIDContactsGatewayTimeout with default headers values

func (*GetAlliancesAllianceIDContactsGatewayTimeout) Error

func (*GetAlliancesAllianceIDContactsGatewayTimeout) GetPayload

type GetAlliancesAllianceIDContactsInternalServerError

type GetAlliancesAllianceIDContactsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetAlliancesAllianceIDContactsInternalServerError handles this case with default header values.

Internal server error

func NewGetAlliancesAllianceIDContactsInternalServerError

func NewGetAlliancesAllianceIDContactsInternalServerError() *GetAlliancesAllianceIDContactsInternalServerError

NewGetAlliancesAllianceIDContactsInternalServerError creates a GetAlliancesAllianceIDContactsInternalServerError with default headers values

func (*GetAlliancesAllianceIDContactsInternalServerError) Error

func (*GetAlliancesAllianceIDContactsInternalServerError) GetPayload

type GetAlliancesAllianceIDContactsLabelsBadRequest

type GetAlliancesAllianceIDContactsLabelsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetAlliancesAllianceIDContactsLabelsBadRequest handles this case with default header values.

Bad request

func NewGetAlliancesAllianceIDContactsLabelsBadRequest

func NewGetAlliancesAllianceIDContactsLabelsBadRequest() *GetAlliancesAllianceIDContactsLabelsBadRequest

NewGetAlliancesAllianceIDContactsLabelsBadRequest creates a GetAlliancesAllianceIDContactsLabelsBadRequest with default headers values

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) Error

func (*GetAlliancesAllianceIDContactsLabelsBadRequest) GetPayload

type GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm

type GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetAlliancesAllianceIDContactsLabelsEnhanceYourCalm

func NewGetAlliancesAllianceIDContactsLabelsEnhanceYourCalm() *GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm

NewGetAlliancesAllianceIDContactsLabelsEnhanceYourCalm creates a GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm with default headers values

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) Error

func (*GetAlliancesAllianceIDContactsLabelsEnhanceYourCalm) GetPayload

type GetAlliancesAllianceIDContactsLabelsForbidden

type GetAlliancesAllianceIDContactsLabelsForbidden struct {
	Payload *esimodels.Forbidden
}

GetAlliancesAllianceIDContactsLabelsForbidden handles this case with default header values.

Forbidden

func NewGetAlliancesAllianceIDContactsLabelsForbidden

func NewGetAlliancesAllianceIDContactsLabelsForbidden() *GetAlliancesAllianceIDContactsLabelsForbidden

NewGetAlliancesAllianceIDContactsLabelsForbidden creates a GetAlliancesAllianceIDContactsLabelsForbidden with default headers values

func (*GetAlliancesAllianceIDContactsLabelsForbidden) Error

func (*GetAlliancesAllianceIDContactsLabelsForbidden) GetPayload

type GetAlliancesAllianceIDContactsLabelsGatewayTimeout

type GetAlliancesAllianceIDContactsLabelsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetAlliancesAllianceIDContactsLabelsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetAlliancesAllianceIDContactsLabelsGatewayTimeout

func NewGetAlliancesAllianceIDContactsLabelsGatewayTimeout() *GetAlliancesAllianceIDContactsLabelsGatewayTimeout

NewGetAlliancesAllianceIDContactsLabelsGatewayTimeout creates a GetAlliancesAllianceIDContactsLabelsGatewayTimeout with default headers values

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) Error

func (*GetAlliancesAllianceIDContactsLabelsGatewayTimeout) GetPayload

type GetAlliancesAllianceIDContactsLabelsInternalServerError

type GetAlliancesAllianceIDContactsLabelsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetAlliancesAllianceIDContactsLabelsInternalServerError handles this case with default header values.

Internal server error

func NewGetAlliancesAllianceIDContactsLabelsInternalServerError

func NewGetAlliancesAllianceIDContactsLabelsInternalServerError() *GetAlliancesAllianceIDContactsLabelsInternalServerError

NewGetAlliancesAllianceIDContactsLabelsInternalServerError creates a GetAlliancesAllianceIDContactsLabelsInternalServerError with default headers values

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) Error

func (*GetAlliancesAllianceIDContactsLabelsInternalServerError) GetPayload

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 handles this case with default header values.

Not modified

func NewGetAlliancesAllianceIDContactsLabelsNotModified

func NewGetAlliancesAllianceIDContactsLabelsNotModified() *GetAlliancesAllianceIDContactsLabelsNotModified

NewGetAlliancesAllianceIDContactsLabelsNotModified creates a GetAlliancesAllianceIDContactsLabelsNotModified with default headers values

func (*GetAlliancesAllianceIDContactsLabelsNotModified) Error

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 handles this case 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) Error

func (*GetAlliancesAllianceIDContactsLabelsOK) GetPayload

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) 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

	*/
	AllianceID int32
	/*Datasource
	  The server name you would like data from

	*/
	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 values initialized.

func NewGetAlliancesAllianceIDContactsLabelsParamsWithContext

func NewGetAlliancesAllianceIDContactsLabelsParamsWithContext(ctx context.Context) *GetAlliancesAllianceIDContactsLabelsParams

NewGetAlliancesAllianceIDContactsLabelsParamsWithContext creates a new GetAlliancesAllianceIDContactsLabelsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetAlliancesAllianceIDContactsLabelsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetAlliancesAllianceIDContactsLabelsServiceUnavailable

func NewGetAlliancesAllianceIDContactsLabelsServiceUnavailable() *GetAlliancesAllianceIDContactsLabelsServiceUnavailable

NewGetAlliancesAllianceIDContactsLabelsServiceUnavailable creates a GetAlliancesAllianceIDContactsLabelsServiceUnavailable with default headers values

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) Error

func (*GetAlliancesAllianceIDContactsLabelsServiceUnavailable) GetPayload

type GetAlliancesAllianceIDContactsLabelsUnauthorized

type GetAlliancesAllianceIDContactsLabelsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetAlliancesAllianceIDContactsLabelsUnauthorized handles this case with default header values.

Unauthorized

func NewGetAlliancesAllianceIDContactsLabelsUnauthorized

func NewGetAlliancesAllianceIDContactsLabelsUnauthorized() *GetAlliancesAllianceIDContactsLabelsUnauthorized

NewGetAlliancesAllianceIDContactsLabelsUnauthorized creates a GetAlliancesAllianceIDContactsLabelsUnauthorized with default headers values

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) Error

func (*GetAlliancesAllianceIDContactsLabelsUnauthorized) GetPayload

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 handles this case with default header values.

Not modified

func NewGetAlliancesAllianceIDContactsNotModified

func NewGetAlliancesAllianceIDContactsNotModified() *GetAlliancesAllianceIDContactsNotModified

NewGetAlliancesAllianceIDContactsNotModified creates a GetAlliancesAllianceIDContactsNotModified with default headers values

func (*GetAlliancesAllianceIDContactsNotModified) Error

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
	 */
	XPages int32

	Payload []*GetAlliancesAllianceIDContactsOKBodyItems0
}

GetAlliancesAllianceIDContactsOK handles this case with default header values.

A list of contacts

func NewGetAlliancesAllianceIDContactsOK

func NewGetAlliancesAllianceIDContactsOK() *GetAlliancesAllianceIDContactsOK

NewGetAlliancesAllianceIDContactsOK creates a GetAlliancesAllianceIDContactsOK with default headers values

func (*GetAlliancesAllianceIDContactsOK) Error

func (*GetAlliancesAllianceIDContactsOK) GetPayload

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) 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

	*/
	AllianceID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*Page
	  Which page of results to return

	*/
	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 values initialized.

func NewGetAlliancesAllianceIDContactsParamsWithContext

func NewGetAlliancesAllianceIDContactsParamsWithContext(ctx context.Context) *GetAlliancesAllianceIDContactsParams

NewGetAlliancesAllianceIDContactsParamsWithContext creates a new GetAlliancesAllianceIDContactsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetAlliancesAllianceIDContactsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetAlliancesAllianceIDContactsServiceUnavailable

func NewGetAlliancesAllianceIDContactsServiceUnavailable() *GetAlliancesAllianceIDContactsServiceUnavailable

NewGetAlliancesAllianceIDContactsServiceUnavailable creates a GetAlliancesAllianceIDContactsServiceUnavailable with default headers values

func (*GetAlliancesAllianceIDContactsServiceUnavailable) Error

func (*GetAlliancesAllianceIDContactsServiceUnavailable) GetPayload

type GetAlliancesAllianceIDContactsUnauthorized

type GetAlliancesAllianceIDContactsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetAlliancesAllianceIDContactsUnauthorized handles this case with default header values.

Unauthorized

func NewGetAlliancesAllianceIDContactsUnauthorized

func NewGetAlliancesAllianceIDContactsUnauthorized() *GetAlliancesAllianceIDContactsUnauthorized

NewGetAlliancesAllianceIDContactsUnauthorized creates a GetAlliancesAllianceIDContactsUnauthorized with default headers values

func (*GetAlliancesAllianceIDContactsUnauthorized) Error

func (*GetAlliancesAllianceIDContactsUnauthorized) GetPayload

type GetCharactersCharacterIDContactsBadRequest

type GetCharactersCharacterIDContactsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDContactsBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDContactsBadRequest

func NewGetCharactersCharacterIDContactsBadRequest() *GetCharactersCharacterIDContactsBadRequest

NewGetCharactersCharacterIDContactsBadRequest creates a GetCharactersCharacterIDContactsBadRequest with default headers values

func (*GetCharactersCharacterIDContactsBadRequest) Error

func (*GetCharactersCharacterIDContactsBadRequest) GetPayload

type GetCharactersCharacterIDContactsEnhanceYourCalm

type GetCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDContactsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDContactsEnhanceYourCalm

func NewGetCharactersCharacterIDContactsEnhanceYourCalm() *GetCharactersCharacterIDContactsEnhanceYourCalm

NewGetCharactersCharacterIDContactsEnhanceYourCalm creates a GetCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDContactsForbidden

type GetCharactersCharacterIDContactsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDContactsForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDContactsForbidden

func NewGetCharactersCharacterIDContactsForbidden() *GetCharactersCharacterIDContactsForbidden

NewGetCharactersCharacterIDContactsForbidden creates a GetCharactersCharacterIDContactsForbidden with default headers values

func (*GetCharactersCharacterIDContactsForbidden) Error

func (*GetCharactersCharacterIDContactsForbidden) GetPayload

type GetCharactersCharacterIDContactsGatewayTimeout

type GetCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDContactsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDContactsGatewayTimeout

func NewGetCharactersCharacterIDContactsGatewayTimeout() *GetCharactersCharacterIDContactsGatewayTimeout

NewGetCharactersCharacterIDContactsGatewayTimeout creates a GetCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDContactsGatewayTimeout) Error

func (*GetCharactersCharacterIDContactsGatewayTimeout) GetPayload

type GetCharactersCharacterIDContactsInternalServerError

type GetCharactersCharacterIDContactsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDContactsInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDContactsInternalServerError

func NewGetCharactersCharacterIDContactsInternalServerError() *GetCharactersCharacterIDContactsInternalServerError

NewGetCharactersCharacterIDContactsInternalServerError creates a GetCharactersCharacterIDContactsInternalServerError with default headers values

func (*GetCharactersCharacterIDContactsInternalServerError) Error

func (*GetCharactersCharacterIDContactsInternalServerError) GetPayload

type GetCharactersCharacterIDContactsLabelsBadRequest

type GetCharactersCharacterIDContactsLabelsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDContactsLabelsBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDContactsLabelsBadRequest

func NewGetCharactersCharacterIDContactsLabelsBadRequest() *GetCharactersCharacterIDContactsLabelsBadRequest

NewGetCharactersCharacterIDContactsLabelsBadRequest creates a GetCharactersCharacterIDContactsLabelsBadRequest with default headers values

func (*GetCharactersCharacterIDContactsLabelsBadRequest) Error

func (*GetCharactersCharacterIDContactsLabelsBadRequest) GetPayload

type GetCharactersCharacterIDContactsLabelsEnhanceYourCalm

type GetCharactersCharacterIDContactsLabelsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDContactsLabelsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDContactsLabelsEnhanceYourCalm

func NewGetCharactersCharacterIDContactsLabelsEnhanceYourCalm() *GetCharactersCharacterIDContactsLabelsEnhanceYourCalm

NewGetCharactersCharacterIDContactsLabelsEnhanceYourCalm creates a GetCharactersCharacterIDContactsLabelsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDContactsLabelsEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDContactsLabelsForbidden

type GetCharactersCharacterIDContactsLabelsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDContactsLabelsForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDContactsLabelsForbidden

func NewGetCharactersCharacterIDContactsLabelsForbidden() *GetCharactersCharacterIDContactsLabelsForbidden

NewGetCharactersCharacterIDContactsLabelsForbidden creates a GetCharactersCharacterIDContactsLabelsForbidden with default headers values

func (*GetCharactersCharacterIDContactsLabelsForbidden) Error

func (*GetCharactersCharacterIDContactsLabelsForbidden) GetPayload

type GetCharactersCharacterIDContactsLabelsGatewayTimeout

type GetCharactersCharacterIDContactsLabelsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDContactsLabelsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDContactsLabelsGatewayTimeout

func NewGetCharactersCharacterIDContactsLabelsGatewayTimeout() *GetCharactersCharacterIDContactsLabelsGatewayTimeout

NewGetCharactersCharacterIDContactsLabelsGatewayTimeout creates a GetCharactersCharacterIDContactsLabelsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) Error

func (*GetCharactersCharacterIDContactsLabelsGatewayTimeout) GetPayload

type GetCharactersCharacterIDContactsLabelsInternalServerError

type GetCharactersCharacterIDContactsLabelsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDContactsLabelsInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDContactsLabelsInternalServerError

func NewGetCharactersCharacterIDContactsLabelsInternalServerError() *GetCharactersCharacterIDContactsLabelsInternalServerError

NewGetCharactersCharacterIDContactsLabelsInternalServerError creates a GetCharactersCharacterIDContactsLabelsInternalServerError with default headers values

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) Error

func (*GetCharactersCharacterIDContactsLabelsInternalServerError) GetPayload

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 handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDContactsLabelsNotModified

func NewGetCharactersCharacterIDContactsLabelsNotModified() *GetCharactersCharacterIDContactsLabelsNotModified

NewGetCharactersCharacterIDContactsLabelsNotModified creates a GetCharactersCharacterIDContactsLabelsNotModified with default headers values

func (*GetCharactersCharacterIDContactsLabelsNotModified) Error

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 handles this case with default header values.

A list of contact labels

func NewGetCharactersCharacterIDContactsLabelsOK

func NewGetCharactersCharacterIDContactsLabelsOK() *GetCharactersCharacterIDContactsLabelsOK

NewGetCharactersCharacterIDContactsLabelsOK creates a GetCharactersCharacterIDContactsLabelsOK with default headers values

func (*GetCharactersCharacterIDContactsLabelsOK) Error

func (*GetCharactersCharacterIDContactsLabelsOK) GetPayload

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) 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

	*/
	CharacterID int32
	/*Datasource
	  The server name you would like data from

	*/
	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 values initialized.

func NewGetCharactersCharacterIDContactsLabelsParamsWithContext

func NewGetCharactersCharacterIDContactsLabelsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDContactsLabelsParams

NewGetCharactersCharacterIDContactsLabelsParamsWithContext creates a new GetCharactersCharacterIDContactsLabelsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDContactsLabelsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDContactsLabelsServiceUnavailable

func NewGetCharactersCharacterIDContactsLabelsServiceUnavailable() *GetCharactersCharacterIDContactsLabelsServiceUnavailable

NewGetCharactersCharacterIDContactsLabelsServiceUnavailable creates a GetCharactersCharacterIDContactsLabelsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) Error

func (*GetCharactersCharacterIDContactsLabelsServiceUnavailable) GetPayload

type GetCharactersCharacterIDContactsLabelsUnauthorized

type GetCharactersCharacterIDContactsLabelsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDContactsLabelsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDContactsLabelsUnauthorized

func NewGetCharactersCharacterIDContactsLabelsUnauthorized() *GetCharactersCharacterIDContactsLabelsUnauthorized

NewGetCharactersCharacterIDContactsLabelsUnauthorized creates a GetCharactersCharacterIDContactsLabelsUnauthorized with default headers values

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) Error

func (*GetCharactersCharacterIDContactsLabelsUnauthorized) GetPayload

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 handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDContactsNotModified

func NewGetCharactersCharacterIDContactsNotModified() *GetCharactersCharacterIDContactsNotModified

NewGetCharactersCharacterIDContactsNotModified creates a GetCharactersCharacterIDContactsNotModified with default headers values

func (*GetCharactersCharacterIDContactsNotModified) Error

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
	 */
	XPages int32

	Payload []*GetCharactersCharacterIDContactsOKBodyItems0
}

GetCharactersCharacterIDContactsOK handles this case with default header values.

A list of contacts

func NewGetCharactersCharacterIDContactsOK

func NewGetCharactersCharacterIDContactsOK() *GetCharactersCharacterIDContactsOK

NewGetCharactersCharacterIDContactsOK creates a GetCharactersCharacterIDContactsOK with default headers values

func (*GetCharactersCharacterIDContactsOK) Error

func (*GetCharactersCharacterIDContactsOK) GetPayload

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) 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

	*/
	CharacterID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*Page
	  Which page of results to return

	*/
	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 values initialized.

func NewGetCharactersCharacterIDContactsParamsWithContext

func NewGetCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDContactsParams

NewGetCharactersCharacterIDContactsParamsWithContext creates a new GetCharactersCharacterIDContactsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDContactsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDContactsServiceUnavailable

func NewGetCharactersCharacterIDContactsServiceUnavailable() *GetCharactersCharacterIDContactsServiceUnavailable

NewGetCharactersCharacterIDContactsServiceUnavailable creates a GetCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDContactsServiceUnavailable) Error

func (*GetCharactersCharacterIDContactsServiceUnavailable) GetPayload

type GetCharactersCharacterIDContactsUnauthorized

type GetCharactersCharacterIDContactsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDContactsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDContactsUnauthorized

func NewGetCharactersCharacterIDContactsUnauthorized() *GetCharactersCharacterIDContactsUnauthorized

NewGetCharactersCharacterIDContactsUnauthorized creates a GetCharactersCharacterIDContactsUnauthorized with default headers values

func (*GetCharactersCharacterIDContactsUnauthorized) Error

func (*GetCharactersCharacterIDContactsUnauthorized) GetPayload

type GetCorporationsCorporationIDContactsBadRequest

type GetCorporationsCorporationIDContactsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCorporationsCorporationIDContactsBadRequest handles this case with default header values.

Bad request

func NewGetCorporationsCorporationIDContactsBadRequest

func NewGetCorporationsCorporationIDContactsBadRequest() *GetCorporationsCorporationIDContactsBadRequest

NewGetCorporationsCorporationIDContactsBadRequest creates a GetCorporationsCorporationIDContactsBadRequest with default headers values

func (*GetCorporationsCorporationIDContactsBadRequest) Error

func (*GetCorporationsCorporationIDContactsBadRequest) GetPayload

type GetCorporationsCorporationIDContactsEnhanceYourCalm

type GetCorporationsCorporationIDContactsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCorporationsCorporationIDContactsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCorporationsCorporationIDContactsEnhanceYourCalm

func NewGetCorporationsCorporationIDContactsEnhanceYourCalm() *GetCorporationsCorporationIDContactsEnhanceYourCalm

NewGetCorporationsCorporationIDContactsEnhanceYourCalm creates a GetCorporationsCorporationIDContactsEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDContactsEnhanceYourCalm) GetPayload

type GetCorporationsCorporationIDContactsForbidden

type GetCorporationsCorporationIDContactsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCorporationsCorporationIDContactsForbidden handles this case with default header values.

Forbidden

func NewGetCorporationsCorporationIDContactsForbidden

func NewGetCorporationsCorporationIDContactsForbidden() *GetCorporationsCorporationIDContactsForbidden

NewGetCorporationsCorporationIDContactsForbidden creates a GetCorporationsCorporationIDContactsForbidden with default headers values

func (*GetCorporationsCorporationIDContactsForbidden) Error

func (*GetCorporationsCorporationIDContactsForbidden) GetPayload

type GetCorporationsCorporationIDContactsGatewayTimeout

type GetCorporationsCorporationIDContactsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCorporationsCorporationIDContactsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCorporationsCorporationIDContactsGatewayTimeout

func NewGetCorporationsCorporationIDContactsGatewayTimeout() *GetCorporationsCorporationIDContactsGatewayTimeout

NewGetCorporationsCorporationIDContactsGatewayTimeout creates a GetCorporationsCorporationIDContactsGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDContactsGatewayTimeout) Error

func (*GetCorporationsCorporationIDContactsGatewayTimeout) GetPayload

type GetCorporationsCorporationIDContactsInternalServerError

type GetCorporationsCorporationIDContactsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCorporationsCorporationIDContactsInternalServerError handles this case with default header values.

Internal server error

func NewGetCorporationsCorporationIDContactsInternalServerError

func NewGetCorporationsCorporationIDContactsInternalServerError() *GetCorporationsCorporationIDContactsInternalServerError

NewGetCorporationsCorporationIDContactsInternalServerError creates a GetCorporationsCorporationIDContactsInternalServerError with default headers values

func (*GetCorporationsCorporationIDContactsInternalServerError) Error

func (*GetCorporationsCorporationIDContactsInternalServerError) GetPayload

type GetCorporationsCorporationIDContactsLabelsBadRequest

type GetCorporationsCorporationIDContactsLabelsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCorporationsCorporationIDContactsLabelsBadRequest handles this case with default header values.

Bad request

func NewGetCorporationsCorporationIDContactsLabelsBadRequest

func NewGetCorporationsCorporationIDContactsLabelsBadRequest() *GetCorporationsCorporationIDContactsLabelsBadRequest

NewGetCorporationsCorporationIDContactsLabelsBadRequest creates a GetCorporationsCorporationIDContactsLabelsBadRequest with default headers values

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) Error

func (*GetCorporationsCorporationIDContactsLabelsBadRequest) GetPayload

type GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm

type GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCorporationsCorporationIDContactsLabelsEnhanceYourCalm

func NewGetCorporationsCorporationIDContactsLabelsEnhanceYourCalm() *GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm

NewGetCorporationsCorporationIDContactsLabelsEnhanceYourCalm creates a GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDContactsLabelsEnhanceYourCalm) GetPayload

type GetCorporationsCorporationIDContactsLabelsForbidden

type GetCorporationsCorporationIDContactsLabelsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCorporationsCorporationIDContactsLabelsForbidden handles this case with default header values.

Forbidden

func NewGetCorporationsCorporationIDContactsLabelsForbidden

func NewGetCorporationsCorporationIDContactsLabelsForbidden() *GetCorporationsCorporationIDContactsLabelsForbidden

NewGetCorporationsCorporationIDContactsLabelsForbidden creates a GetCorporationsCorporationIDContactsLabelsForbidden with default headers values

func (*GetCorporationsCorporationIDContactsLabelsForbidden) Error

func (*GetCorporationsCorporationIDContactsLabelsForbidden) GetPayload

type GetCorporationsCorporationIDContactsLabelsGatewayTimeout

type GetCorporationsCorporationIDContactsLabelsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCorporationsCorporationIDContactsLabelsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCorporationsCorporationIDContactsLabelsGatewayTimeout

func NewGetCorporationsCorporationIDContactsLabelsGatewayTimeout() *GetCorporationsCorporationIDContactsLabelsGatewayTimeout

NewGetCorporationsCorporationIDContactsLabelsGatewayTimeout creates a GetCorporationsCorporationIDContactsLabelsGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) Error

func (*GetCorporationsCorporationIDContactsLabelsGatewayTimeout) GetPayload

type GetCorporationsCorporationIDContactsLabelsInternalServerError

type GetCorporationsCorporationIDContactsLabelsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCorporationsCorporationIDContactsLabelsInternalServerError handles this case with default header values.

Internal server error

func NewGetCorporationsCorporationIDContactsLabelsInternalServerError

func NewGetCorporationsCorporationIDContactsLabelsInternalServerError() *GetCorporationsCorporationIDContactsLabelsInternalServerError

NewGetCorporationsCorporationIDContactsLabelsInternalServerError creates a GetCorporationsCorporationIDContactsLabelsInternalServerError with default headers values

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) Error

func (*GetCorporationsCorporationIDContactsLabelsInternalServerError) GetPayload

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 handles this case with default header values.

Not modified

func NewGetCorporationsCorporationIDContactsLabelsNotModified

func NewGetCorporationsCorporationIDContactsLabelsNotModified() *GetCorporationsCorporationIDContactsLabelsNotModified

NewGetCorporationsCorporationIDContactsLabelsNotModified creates a GetCorporationsCorporationIDContactsLabelsNotModified with default headers values

func (*GetCorporationsCorporationIDContactsLabelsNotModified) Error

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 handles this case 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) Error

func (*GetCorporationsCorporationIDContactsLabelsOK) GetPayload

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) 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

	*/
	CorporationID int32
	/*Datasource
	  The server name you would like data from

	*/
	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 values initialized.

func NewGetCorporationsCorporationIDContactsLabelsParamsWithContext

func NewGetCorporationsCorporationIDContactsLabelsParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDContactsLabelsParams

NewGetCorporationsCorporationIDContactsLabelsParamsWithContext creates a new GetCorporationsCorporationIDContactsLabelsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetCorporationsCorporationIDContactsLabelsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCorporationsCorporationIDContactsLabelsServiceUnavailable

func NewGetCorporationsCorporationIDContactsLabelsServiceUnavailable() *GetCorporationsCorporationIDContactsLabelsServiceUnavailable

NewGetCorporationsCorporationIDContactsLabelsServiceUnavailable creates a GetCorporationsCorporationIDContactsLabelsServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) Error

func (*GetCorporationsCorporationIDContactsLabelsServiceUnavailable) GetPayload

type GetCorporationsCorporationIDContactsLabelsUnauthorized

type GetCorporationsCorporationIDContactsLabelsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCorporationsCorporationIDContactsLabelsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCorporationsCorporationIDContactsLabelsUnauthorized

func NewGetCorporationsCorporationIDContactsLabelsUnauthorized() *GetCorporationsCorporationIDContactsLabelsUnauthorized

NewGetCorporationsCorporationIDContactsLabelsUnauthorized creates a GetCorporationsCorporationIDContactsLabelsUnauthorized with default headers values

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) Error

func (*GetCorporationsCorporationIDContactsLabelsUnauthorized) GetPayload

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 handles this case with default header values.

Not modified

func NewGetCorporationsCorporationIDContactsNotModified

func NewGetCorporationsCorporationIDContactsNotModified() *GetCorporationsCorporationIDContactsNotModified

NewGetCorporationsCorporationIDContactsNotModified creates a GetCorporationsCorporationIDContactsNotModified with default headers values

func (*GetCorporationsCorporationIDContactsNotModified) Error

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
	 */
	XPages int32

	Payload []*GetCorporationsCorporationIDContactsOKBodyItems0
}

GetCorporationsCorporationIDContactsOK handles this case with default header values.

A list of contacts

func NewGetCorporationsCorporationIDContactsOK

func NewGetCorporationsCorporationIDContactsOK() *GetCorporationsCorporationIDContactsOK

NewGetCorporationsCorporationIDContactsOK creates a GetCorporationsCorporationIDContactsOK with default headers values

func (*GetCorporationsCorporationIDContactsOK) Error

func (*GetCorporationsCorporationIDContactsOK) GetPayload

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) 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

	*/
	CorporationID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*Page
	  Which page of results to return

	*/
	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 values initialized.

func NewGetCorporationsCorporationIDContactsParamsWithContext

func NewGetCorporationsCorporationIDContactsParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDContactsParams

NewGetCorporationsCorporationIDContactsParamsWithContext creates a new GetCorporationsCorporationIDContactsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetCorporationsCorporationIDContactsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCorporationsCorporationIDContactsServiceUnavailable

func NewGetCorporationsCorporationIDContactsServiceUnavailable() *GetCorporationsCorporationIDContactsServiceUnavailable

NewGetCorporationsCorporationIDContactsServiceUnavailable creates a GetCorporationsCorporationIDContactsServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDContactsServiceUnavailable) Error

func (*GetCorporationsCorporationIDContactsServiceUnavailable) GetPayload

type GetCorporationsCorporationIDContactsUnauthorized

type GetCorporationsCorporationIDContactsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCorporationsCorporationIDContactsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCorporationsCorporationIDContactsUnauthorized

func NewGetCorporationsCorporationIDContactsUnauthorized() *GetCorporationsCorporationIDContactsUnauthorized

NewGetCorporationsCorporationIDContactsUnauthorized creates a GetCorporationsCorporationIDContactsUnauthorized with default headers values

func (*GetCorporationsCorporationIDContactsUnauthorized) Error

func (*GetCorporationsCorporationIDContactsUnauthorized) GetPayload

type PostCharactersCharacterIDContactsBadRequest

type PostCharactersCharacterIDContactsBadRequest struct {
	Payload *esimodels.BadRequest
}

PostCharactersCharacterIDContactsBadRequest handles this case with default header values.

Bad request

func NewPostCharactersCharacterIDContactsBadRequest

func NewPostCharactersCharacterIDContactsBadRequest() *PostCharactersCharacterIDContactsBadRequest

NewPostCharactersCharacterIDContactsBadRequest creates a PostCharactersCharacterIDContactsBadRequest with default headers values

func (*PostCharactersCharacterIDContactsBadRequest) Error

func (*PostCharactersCharacterIDContactsBadRequest) GetPayload

type PostCharactersCharacterIDContactsCreated

type PostCharactersCharacterIDContactsCreated struct {
	Payload []int32
}

PostCharactersCharacterIDContactsCreated handles this case 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) Error

func (*PostCharactersCharacterIDContactsCreated) GetPayload

type PostCharactersCharacterIDContactsEnhanceYourCalm

type PostCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

PostCharactersCharacterIDContactsEnhanceYourCalm handles this case with default header values.

Error limited

func NewPostCharactersCharacterIDContactsEnhanceYourCalm

func NewPostCharactersCharacterIDContactsEnhanceYourCalm() *PostCharactersCharacterIDContactsEnhanceYourCalm

NewPostCharactersCharacterIDContactsEnhanceYourCalm creates a PostCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*PostCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

type PostCharactersCharacterIDContactsForbidden

type PostCharactersCharacterIDContactsForbidden struct {
	Payload *esimodels.Forbidden
}

PostCharactersCharacterIDContactsForbidden handles this case with default header values.

Forbidden

func NewPostCharactersCharacterIDContactsForbidden

func NewPostCharactersCharacterIDContactsForbidden() *PostCharactersCharacterIDContactsForbidden

NewPostCharactersCharacterIDContactsForbidden creates a PostCharactersCharacterIDContactsForbidden with default headers values

func (*PostCharactersCharacterIDContactsForbidden) Error

func (*PostCharactersCharacterIDContactsForbidden) GetPayload

type PostCharactersCharacterIDContactsGatewayTimeout

type PostCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

PostCharactersCharacterIDContactsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewPostCharactersCharacterIDContactsGatewayTimeout

func NewPostCharactersCharacterIDContactsGatewayTimeout() *PostCharactersCharacterIDContactsGatewayTimeout

NewPostCharactersCharacterIDContactsGatewayTimeout creates a PostCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*PostCharactersCharacterIDContactsGatewayTimeout) Error

func (*PostCharactersCharacterIDContactsGatewayTimeout) GetPayload

type PostCharactersCharacterIDContactsInternalServerError

type PostCharactersCharacterIDContactsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

PostCharactersCharacterIDContactsInternalServerError handles this case with default header values.

Internal server error

func NewPostCharactersCharacterIDContactsInternalServerError

func NewPostCharactersCharacterIDContactsInternalServerError() *PostCharactersCharacterIDContactsInternalServerError

NewPostCharactersCharacterIDContactsInternalServerError creates a PostCharactersCharacterIDContactsInternalServerError with default headers values

func (*PostCharactersCharacterIDContactsInternalServerError) Error

func (*PostCharactersCharacterIDContactsInternalServerError) GetPayload

type PostCharactersCharacterIDContactsParams

type PostCharactersCharacterIDContactsParams struct {

	/*CharacterID
	  An EVE character ID

	*/
	CharacterID int32
	/*ContactIds
	  A list of contacts

	*/
	ContactIds []int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*LabelIds
	  Add custom labels to the new contact

	*/
	LabelIds []int64
	/*Standing
	  Standing for the contact

	*/
	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 values initialized.

func NewPostCharactersCharacterIDContactsParamsWithContext

func NewPostCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *PostCharactersCharacterIDContactsParams

NewPostCharactersCharacterIDContactsParamsWithContext creates a new PostCharactersCharacterIDContactsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

PostCharactersCharacterIDContactsServiceUnavailable handles this case with default header values.

Service unavailable

func NewPostCharactersCharacterIDContactsServiceUnavailable

func NewPostCharactersCharacterIDContactsServiceUnavailable() *PostCharactersCharacterIDContactsServiceUnavailable

NewPostCharactersCharacterIDContactsServiceUnavailable creates a PostCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*PostCharactersCharacterIDContactsServiceUnavailable) Error

func (*PostCharactersCharacterIDContactsServiceUnavailable) GetPayload

type PostCharactersCharacterIDContactsStatus520

type PostCharactersCharacterIDContactsStatus520 struct {
	Payload *PostCharactersCharacterIDContactsStatus520Body
}

PostCharactersCharacterIDContactsStatus520 handles this case 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) Error

func (*PostCharactersCharacterIDContactsStatus520) GetPayload

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) 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 *esimodels.Unauthorized
}

PostCharactersCharacterIDContactsUnauthorized handles this case with default header values.

Unauthorized

func NewPostCharactersCharacterIDContactsUnauthorized

func NewPostCharactersCharacterIDContactsUnauthorized() *PostCharactersCharacterIDContactsUnauthorized

NewPostCharactersCharacterIDContactsUnauthorized creates a PostCharactersCharacterIDContactsUnauthorized with default headers values

func (*PostCharactersCharacterIDContactsUnauthorized) Error

func (*PostCharactersCharacterIDContactsUnauthorized) GetPayload

type PutCharactersCharacterIDContactsBadRequest

type PutCharactersCharacterIDContactsBadRequest struct {
	Payload *esimodels.BadRequest
}

PutCharactersCharacterIDContactsBadRequest handles this case with default header values.

Bad request

func NewPutCharactersCharacterIDContactsBadRequest

func NewPutCharactersCharacterIDContactsBadRequest() *PutCharactersCharacterIDContactsBadRequest

NewPutCharactersCharacterIDContactsBadRequest creates a PutCharactersCharacterIDContactsBadRequest with default headers values

func (*PutCharactersCharacterIDContactsBadRequest) Error

func (*PutCharactersCharacterIDContactsBadRequest) GetPayload

type PutCharactersCharacterIDContactsEnhanceYourCalm

type PutCharactersCharacterIDContactsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

PutCharactersCharacterIDContactsEnhanceYourCalm handles this case with default header values.

Error limited

func NewPutCharactersCharacterIDContactsEnhanceYourCalm

func NewPutCharactersCharacterIDContactsEnhanceYourCalm() *PutCharactersCharacterIDContactsEnhanceYourCalm

NewPutCharactersCharacterIDContactsEnhanceYourCalm creates a PutCharactersCharacterIDContactsEnhanceYourCalm with default headers values

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) Error

func (*PutCharactersCharacterIDContactsEnhanceYourCalm) GetPayload

type PutCharactersCharacterIDContactsForbidden

type PutCharactersCharacterIDContactsForbidden struct {
	Payload *esimodels.Forbidden
}

PutCharactersCharacterIDContactsForbidden handles this case with default header values.

Forbidden

func NewPutCharactersCharacterIDContactsForbidden

func NewPutCharactersCharacterIDContactsForbidden() *PutCharactersCharacterIDContactsForbidden

NewPutCharactersCharacterIDContactsForbidden creates a PutCharactersCharacterIDContactsForbidden with default headers values

func (*PutCharactersCharacterIDContactsForbidden) Error

func (*PutCharactersCharacterIDContactsForbidden) GetPayload

type PutCharactersCharacterIDContactsGatewayTimeout

type PutCharactersCharacterIDContactsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

PutCharactersCharacterIDContactsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewPutCharactersCharacterIDContactsGatewayTimeout

func NewPutCharactersCharacterIDContactsGatewayTimeout() *PutCharactersCharacterIDContactsGatewayTimeout

NewPutCharactersCharacterIDContactsGatewayTimeout creates a PutCharactersCharacterIDContactsGatewayTimeout with default headers values

func (*PutCharactersCharacterIDContactsGatewayTimeout) Error

func (*PutCharactersCharacterIDContactsGatewayTimeout) GetPayload

type PutCharactersCharacterIDContactsInternalServerError

type PutCharactersCharacterIDContactsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

PutCharactersCharacterIDContactsInternalServerError handles this case with default header values.

Internal server error

func NewPutCharactersCharacterIDContactsInternalServerError

func NewPutCharactersCharacterIDContactsInternalServerError() *PutCharactersCharacterIDContactsInternalServerError

NewPutCharactersCharacterIDContactsInternalServerError creates a PutCharactersCharacterIDContactsInternalServerError with default headers values

func (*PutCharactersCharacterIDContactsInternalServerError) Error

func (*PutCharactersCharacterIDContactsInternalServerError) GetPayload

type PutCharactersCharacterIDContactsNoContent

type PutCharactersCharacterIDContactsNoContent struct {
}

PutCharactersCharacterIDContactsNoContent handles this case with default header values.

Contacts updated

func NewPutCharactersCharacterIDContactsNoContent

func NewPutCharactersCharacterIDContactsNoContent() *PutCharactersCharacterIDContactsNoContent

NewPutCharactersCharacterIDContactsNoContent creates a PutCharactersCharacterIDContactsNoContent with default headers values

func (*PutCharactersCharacterIDContactsNoContent) Error

type PutCharactersCharacterIDContactsParams

type PutCharactersCharacterIDContactsParams struct {

	/*CharacterID
	  An EVE character ID

	*/
	CharacterID int32
	/*ContactIds
	  A list of contacts

	*/
	ContactIds []int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*LabelIds
	  Add custom labels to the contact

	*/
	LabelIds []int64
	/*Standing
	  Standing for the contact

	*/
	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 values initialized.

func NewPutCharactersCharacterIDContactsParamsWithContext

func NewPutCharactersCharacterIDContactsParamsWithContext(ctx context.Context) *PutCharactersCharacterIDContactsParams

NewPutCharactersCharacterIDContactsParamsWithContext creates a new PutCharactersCharacterIDContactsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

PutCharactersCharacterIDContactsServiceUnavailable handles this case with default header values.

Service unavailable

func NewPutCharactersCharacterIDContactsServiceUnavailable

func NewPutCharactersCharacterIDContactsServiceUnavailable() *PutCharactersCharacterIDContactsServiceUnavailable

NewPutCharactersCharacterIDContactsServiceUnavailable creates a PutCharactersCharacterIDContactsServiceUnavailable with default headers values

func (*PutCharactersCharacterIDContactsServiceUnavailable) Error

func (*PutCharactersCharacterIDContactsServiceUnavailable) GetPayload

type PutCharactersCharacterIDContactsUnauthorized

type PutCharactersCharacterIDContactsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

PutCharactersCharacterIDContactsUnauthorized handles this case with default header values.

Unauthorized

func NewPutCharactersCharacterIDContactsUnauthorized

func NewPutCharactersCharacterIDContactsUnauthorized() *PutCharactersCharacterIDContactsUnauthorized

NewPutCharactersCharacterIDContactsUnauthorized creates a PutCharactersCharacterIDContactsUnauthorized with default headers values

func (*PutCharactersCharacterIDContactsUnauthorized) Error

func (*PutCharactersCharacterIDContactsUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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