calendar

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseDeclined captures enum value "declined"
	GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseDeclined string = "declined"

	// GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseNotResponded captures enum value "not_responded"
	GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseNotResponded string = "not_responded"

	// GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseAccepted captures enum value "accepted"
	GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseAccepted string = "accepted"

	// GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseTentative captures enum value "tentative"
	GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0EventResponseTentative string = "tentative"
)
View Source
const (

	// GetCharactersCharacterIDCalendarEventIDOKBodyOwnerTypeEveServer captures enum value "eve_server"
	GetCharactersCharacterIDCalendarEventIDOKBodyOwnerTypeEveServer string = "eve_server"

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

	// GetCharactersCharacterIDCalendarEventIDOKBodyOwnerTypeFaction captures enum value "faction"
	GetCharactersCharacterIDCalendarEventIDOKBodyOwnerTypeFaction string = "faction"

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

	// GetCharactersCharacterIDCalendarEventIDOKBodyOwnerTypeAlliance captures enum value "alliance"
	GetCharactersCharacterIDCalendarEventIDOKBodyOwnerTypeAlliance string = "alliance"
)
View Source
const (

	// GetCharactersCharacterIDCalendarOKBodyItems0EventResponseDeclined captures enum value "declined"
	GetCharactersCharacterIDCalendarOKBodyItems0EventResponseDeclined string = "declined"

	// GetCharactersCharacterIDCalendarOKBodyItems0EventResponseNotResponded captures enum value "not_responded"
	GetCharactersCharacterIDCalendarOKBodyItems0EventResponseNotResponded string = "not_responded"

	// GetCharactersCharacterIDCalendarOKBodyItems0EventResponseAccepted captures enum value "accepted"
	GetCharactersCharacterIDCalendarOKBodyItems0EventResponseAccepted string = "accepted"

	// GetCharactersCharacterIDCalendarOKBodyItems0EventResponseTentative captures enum value "tentative"
	GetCharactersCharacterIDCalendarOKBodyItems0EventResponseTentative string = "tentative"
)
View Source
const (

	// PutCharactersCharacterIDCalendarEventIDBodyResponseAccepted captures enum value "accepted"
	PutCharactersCharacterIDCalendarEventIDBodyResponseAccepted string = "accepted"

	// PutCharactersCharacterIDCalendarEventIDBodyResponseDeclined captures enum value "declined"
	PutCharactersCharacterIDCalendarEventIDBodyResponseDeclined string = "declined"

	// PutCharactersCharacterIDCalendarEventIDBodyResponseTentative captures enum value "tentative"
	PutCharactersCharacterIDCalendarEventIDBodyResponseTentative string = "tentative"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for calendar API

func (*Client) GetCharactersCharacterIDCalendar

GetCharactersCharacterIDCalendar lists calendar event summaries

Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event

---

This route is cached for up to 5 seconds

func (*Client) GetCharactersCharacterIDCalendarEventID

GetCharactersCharacterIDCalendarEventID gets an event

Get all the information for a specific event

---

This route is cached for up to 5 seconds

func (*Client) GetCharactersCharacterIDCalendarEventIDAttendees

GetCharactersCharacterIDCalendarEventIDAttendees gets attendees

Get all invited attendees for a given event

---

This route is cached for up to 600 seconds

func (*Client) PutCharactersCharacterIDCalendarEventID

PutCharactersCharacterIDCalendarEventID responds to an event

Set your response status to an event

---

This route is cached for up to 5 seconds

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new calendar API client.

type GetCharactersCharacterIDCalendarBadRequest

type GetCharactersCharacterIDCalendarBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDCalendarBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDCalendarBadRequest

func NewGetCharactersCharacterIDCalendarBadRequest() *GetCharactersCharacterIDCalendarBadRequest

NewGetCharactersCharacterIDCalendarBadRequest creates a GetCharactersCharacterIDCalendarBadRequest with default headers values

func (*GetCharactersCharacterIDCalendarBadRequest) Error

func (*GetCharactersCharacterIDCalendarBadRequest) GetPayload

type GetCharactersCharacterIDCalendarEnhanceYourCalm

type GetCharactersCharacterIDCalendarEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDCalendarEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDCalendarEnhanceYourCalm

func NewGetCharactersCharacterIDCalendarEnhanceYourCalm() *GetCharactersCharacterIDCalendarEnhanceYourCalm

NewGetCharactersCharacterIDCalendarEnhanceYourCalm creates a GetCharactersCharacterIDCalendarEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDCalendarEnhanceYourCalm) Error

func (*GetCharactersCharacterIDCalendarEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesBadRequest

type GetCharactersCharacterIDCalendarEventIDAttendeesBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDCalendarEventIDAttendeesBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDCalendarEventIDAttendeesBadRequest

func NewGetCharactersCharacterIDCalendarEventIDAttendeesBadRequest() *GetCharactersCharacterIDCalendarEventIDAttendeesBadRequest

NewGetCharactersCharacterIDCalendarEventIDAttendeesBadRequest creates a GetCharactersCharacterIDCalendarEventIDAttendeesBadRequest with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesBadRequest) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesBadRequest) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm

type GetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm

func NewGetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm() *GetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm

NewGetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm creates a GetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesForbidden

type GetCharactersCharacterIDCalendarEventIDAttendeesForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDCalendarEventIDAttendeesForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDCalendarEventIDAttendeesForbidden

func NewGetCharactersCharacterIDCalendarEventIDAttendeesForbidden() *GetCharactersCharacterIDCalendarEventIDAttendeesForbidden

NewGetCharactersCharacterIDCalendarEventIDAttendeesForbidden creates a GetCharactersCharacterIDCalendarEventIDAttendeesForbidden with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesForbidden) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesForbidden) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout

type GetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout

func NewGetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout() *GetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout

NewGetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout creates a GetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesGatewayTimeout) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError

type GetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError

func NewGetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError() *GetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError

NewGetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError creates a GetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesInternalServerError) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesNotFound

type GetCharactersCharacterIDCalendarEventIDAttendeesNotFound struct {
	Payload *GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody
}

GetCharactersCharacterIDCalendarEventIDAttendeesNotFound handles this case with default header values.

Not found

func NewGetCharactersCharacterIDCalendarEventIDAttendeesNotFound

func NewGetCharactersCharacterIDCalendarEventIDAttendeesNotFound() *GetCharactersCharacterIDCalendarEventIDAttendeesNotFound

NewGetCharactersCharacterIDCalendarEventIDAttendeesNotFound creates a GetCharactersCharacterIDCalendarEventIDAttendeesNotFound with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesNotFound) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesNotFound) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody

type GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody struct {

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

GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody get_characters_character_id_calendar_event_id_attendees_not_found // // Not found swagger:model GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody

func (*GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDAttendeesNotFoundBody) Validate

Validate validates this get characters character ID calendar event ID attendees not found body

type GetCharactersCharacterIDCalendarEventIDAttendeesNotModified

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

GetCharactersCharacterIDCalendarEventIDAttendeesNotModified handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDCalendarEventIDAttendeesNotModified

func NewGetCharactersCharacterIDCalendarEventIDAttendeesNotModified() *GetCharactersCharacterIDCalendarEventIDAttendeesNotModified

NewGetCharactersCharacterIDCalendarEventIDAttendeesNotModified creates a GetCharactersCharacterIDCalendarEventIDAttendeesNotModified with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesNotModified) Error

type GetCharactersCharacterIDCalendarEventIDAttendeesOK

type GetCharactersCharacterIDCalendarEventIDAttendeesOK 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 []*GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0
}

GetCharactersCharacterIDCalendarEventIDAttendeesOK handles this case with default header values.

List of attendees

func NewGetCharactersCharacterIDCalendarEventIDAttendeesOK

func NewGetCharactersCharacterIDCalendarEventIDAttendeesOK() *GetCharactersCharacterIDCalendarEventIDAttendeesOK

NewGetCharactersCharacterIDCalendarEventIDAttendeesOK creates a GetCharactersCharacterIDCalendarEventIDAttendeesOK with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesOK) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesOK) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0

type GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0 struct {

	// get_characters_character_id_calendar_event_id_attendees_character_id
	//
	// character_id integer
	CharacterID int32 `json:"character_id,omitempty"`

	// get_characters_character_id_calendar_event_id_attendees_event_response
	//
	// event_response string
	// Enum: [declined not_responded accepted tentative]
	EventResponse string `json:"event_response,omitempty"`
}

GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0 get_characters_character_id_calendar_event_id_attendees_200_ok // // character_id and response of an attendee swagger:model GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0

func (*GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDAttendeesOKBodyItems0) Validate

Validate validates this get characters character ID calendar event ID attendees o k body items0

type GetCharactersCharacterIDCalendarEventIDAttendeesParams

type GetCharactersCharacterIDCalendarEventIDAttendeesParams 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
	/*EventID
	  The id of the event requested

	*/
	EventID 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
}

GetCharactersCharacterIDCalendarEventIDAttendeesParams contains all the parameters to send to the API endpoint for the get characters character id calendar event id attendees operation typically these are written to a http.Request

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParams

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParams() *GetCharactersCharacterIDCalendarEventIDAttendeesParams

NewGetCharactersCharacterIDCalendarEventIDAttendeesParams creates a new GetCharactersCharacterIDCalendarEventIDAttendeesParams object with the default values initialized.

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParamsWithContext

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParamsWithContext(ctx context.Context) *GetCharactersCharacterIDCalendarEventIDAttendeesParams

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

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParamsWithHTTPClient

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDCalendarEventIDAttendeesParams

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

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParamsWithTimeout

func NewGetCharactersCharacterIDCalendarEventIDAttendeesParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDCalendarEventIDAttendeesParams

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

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetCharacterID

func (o *GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetContext

SetContext adds the context to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetEventID

SetEventID adds the eventId to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetTimeout

SetTimeout adds the timeout to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) SetToken

SetToken adds the token to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithContext

WithContext adds the context to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithDatasource

WithDatasource adds the datasource to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithEventID

WithEventID adds the eventID to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithTimeout

WithTimeout adds the timeout to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WithToken

WithToken adds the token to the get characters character id calendar event id attendees params

func (*GetCharactersCharacterIDCalendarEventIDAttendeesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDCalendarEventIDAttendeesReader

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

GetCharactersCharacterIDCalendarEventIDAttendeesReader is a Reader for the GetCharactersCharacterIDCalendarEventIDAttendees structure.

func (*GetCharactersCharacterIDCalendarEventIDAttendeesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable

type GetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable

func NewGetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable() *GetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable

NewGetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable creates a GetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesServiceUnavailable) GetPayload

type GetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized

type GetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized

func NewGetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized() *GetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized

NewGetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized creates a GetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized with default headers values

func (*GetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized) Error

func (*GetCharactersCharacterIDCalendarEventIDAttendeesUnauthorized) GetPayload

type GetCharactersCharacterIDCalendarEventIDBadRequest

type GetCharactersCharacterIDCalendarEventIDBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDCalendarEventIDBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDCalendarEventIDBadRequest

func NewGetCharactersCharacterIDCalendarEventIDBadRequest() *GetCharactersCharacterIDCalendarEventIDBadRequest

NewGetCharactersCharacterIDCalendarEventIDBadRequest creates a GetCharactersCharacterIDCalendarEventIDBadRequest with default headers values

func (*GetCharactersCharacterIDCalendarEventIDBadRequest) Error

func (*GetCharactersCharacterIDCalendarEventIDBadRequest) GetPayload

type GetCharactersCharacterIDCalendarEventIDEnhanceYourCalm

type GetCharactersCharacterIDCalendarEventIDEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDCalendarEventIDEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDCalendarEventIDEnhanceYourCalm

func NewGetCharactersCharacterIDCalendarEventIDEnhanceYourCalm() *GetCharactersCharacterIDCalendarEventIDEnhanceYourCalm

NewGetCharactersCharacterIDCalendarEventIDEnhanceYourCalm creates a GetCharactersCharacterIDCalendarEventIDEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDCalendarEventIDEnhanceYourCalm) Error

func (*GetCharactersCharacterIDCalendarEventIDEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDCalendarEventIDForbidden

type GetCharactersCharacterIDCalendarEventIDForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDCalendarEventIDForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDCalendarEventIDForbidden

func NewGetCharactersCharacterIDCalendarEventIDForbidden() *GetCharactersCharacterIDCalendarEventIDForbidden

NewGetCharactersCharacterIDCalendarEventIDForbidden creates a GetCharactersCharacterIDCalendarEventIDForbidden with default headers values

func (*GetCharactersCharacterIDCalendarEventIDForbidden) Error

func (*GetCharactersCharacterIDCalendarEventIDForbidden) GetPayload

type GetCharactersCharacterIDCalendarEventIDGatewayTimeout

type GetCharactersCharacterIDCalendarEventIDGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDCalendarEventIDGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDCalendarEventIDGatewayTimeout

func NewGetCharactersCharacterIDCalendarEventIDGatewayTimeout() *GetCharactersCharacterIDCalendarEventIDGatewayTimeout

NewGetCharactersCharacterIDCalendarEventIDGatewayTimeout creates a GetCharactersCharacterIDCalendarEventIDGatewayTimeout with default headers values

func (*GetCharactersCharacterIDCalendarEventIDGatewayTimeout) Error

func (*GetCharactersCharacterIDCalendarEventIDGatewayTimeout) GetPayload

type GetCharactersCharacterIDCalendarEventIDInternalServerError

type GetCharactersCharacterIDCalendarEventIDInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDCalendarEventIDInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDCalendarEventIDInternalServerError

func NewGetCharactersCharacterIDCalendarEventIDInternalServerError() *GetCharactersCharacterIDCalendarEventIDInternalServerError

NewGetCharactersCharacterIDCalendarEventIDInternalServerError creates a GetCharactersCharacterIDCalendarEventIDInternalServerError with default headers values

func (*GetCharactersCharacterIDCalendarEventIDInternalServerError) Error

func (*GetCharactersCharacterIDCalendarEventIDInternalServerError) GetPayload

type GetCharactersCharacterIDCalendarEventIDNotFound

type GetCharactersCharacterIDCalendarEventIDNotFound struct {
	Payload *GetCharactersCharacterIDCalendarEventIDNotFoundBody
}

GetCharactersCharacterIDCalendarEventIDNotFound handles this case with default header values.

Not found

func NewGetCharactersCharacterIDCalendarEventIDNotFound

func NewGetCharactersCharacterIDCalendarEventIDNotFound() *GetCharactersCharacterIDCalendarEventIDNotFound

NewGetCharactersCharacterIDCalendarEventIDNotFound creates a GetCharactersCharacterIDCalendarEventIDNotFound with default headers values

func (*GetCharactersCharacterIDCalendarEventIDNotFound) Error

func (*GetCharactersCharacterIDCalendarEventIDNotFound) GetPayload

type GetCharactersCharacterIDCalendarEventIDNotFoundBody

type GetCharactersCharacterIDCalendarEventIDNotFoundBody struct {

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

GetCharactersCharacterIDCalendarEventIDNotFoundBody get_characters_character_id_calendar_event_id_not_found // // Not found swagger:model GetCharactersCharacterIDCalendarEventIDNotFoundBody

func (*GetCharactersCharacterIDCalendarEventIDNotFoundBody) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDNotFoundBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDNotFoundBody) Validate

Validate validates this get characters character ID calendar event ID not found body

type GetCharactersCharacterIDCalendarEventIDNotModified

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

GetCharactersCharacterIDCalendarEventIDNotModified handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDCalendarEventIDNotModified

func NewGetCharactersCharacterIDCalendarEventIDNotModified() *GetCharactersCharacterIDCalendarEventIDNotModified

NewGetCharactersCharacterIDCalendarEventIDNotModified creates a GetCharactersCharacterIDCalendarEventIDNotModified with default headers values

func (*GetCharactersCharacterIDCalendarEventIDNotModified) Error

type GetCharactersCharacterIDCalendarEventIDOK

type GetCharactersCharacterIDCalendarEventIDOK 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 *GetCharactersCharacterIDCalendarEventIDOKBody
}

GetCharactersCharacterIDCalendarEventIDOK handles this case with default header values.

Full details of a specific event

func NewGetCharactersCharacterIDCalendarEventIDOK

func NewGetCharactersCharacterIDCalendarEventIDOK() *GetCharactersCharacterIDCalendarEventIDOK

NewGetCharactersCharacterIDCalendarEventIDOK creates a GetCharactersCharacterIDCalendarEventIDOK with default headers values

func (*GetCharactersCharacterIDCalendarEventIDOK) Error

func (*GetCharactersCharacterIDCalendarEventIDOK) GetPayload

type GetCharactersCharacterIDCalendarEventIDOKBody

type GetCharactersCharacterIDCalendarEventIDOKBody struct {

	// get_characters_character_id_calendar_event_id_date
	//
	// date string
	// Required: true
	// Format: date-time
	Date *strfmt.DateTime `json:"date"`

	// get_characters_character_id_calendar_event_id_duration
	//
	// Length in minutes
	// Required: true
	Duration *int32 `json:"duration"`

	// get_characters_character_id_calendar_event_id_event_id
	//
	// event_id integer
	// Required: true
	EventID *int32 `json:"event_id"`

	// get_characters_character_id_calendar_event_id_importance
	//
	// importance integer
	// Required: true
	Importance *int32 `json:"importance"`

	// get_characters_character_id_calendar_event_id_owner_id
	//
	// owner_id integer
	// Required: true
	OwnerID *int32 `json:"owner_id"`

	// get_characters_character_id_calendar_event_id_owner_name
	//
	// owner_name string
	// Required: true
	OwnerName *string `json:"owner_name"`

	// get_characters_character_id_calendar_event_id_owner_type
	//
	// owner_type string
	// Required: true
	// Enum: [eve_server corporation faction character alliance]
	OwnerType *string `json:"owner_type"`

	// get_characters_character_id_calendar_event_id_response
	//
	// response string
	// Required: true
	Response *string `json:"response"`

	// get_characters_character_id_calendar_event_id_text
	//
	// text string
	// Required: true
	Text *string `json:"text"`

	// get_characters_character_id_calendar_event_id_title
	//
	// title string
	// Required: true
	Title *string `json:"title"`
}

GetCharactersCharacterIDCalendarEventIDOKBody get_characters_character_id_calendar_event_id_ok // // Full details of a specific event swagger:model GetCharactersCharacterIDCalendarEventIDOKBody

func (*GetCharactersCharacterIDCalendarEventIDOKBody) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDOKBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarEventIDOKBody) Validate

Validate validates this get characters character ID calendar event ID o k body

type GetCharactersCharacterIDCalendarEventIDParams

type GetCharactersCharacterIDCalendarEventIDParams 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
	/*EventID
	  The id of the event requested

	*/
	EventID 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
}

GetCharactersCharacterIDCalendarEventIDParams contains all the parameters to send to the API endpoint for the get characters character id calendar event id operation typically these are written to a http.Request

func NewGetCharactersCharacterIDCalendarEventIDParams

func NewGetCharactersCharacterIDCalendarEventIDParams() *GetCharactersCharacterIDCalendarEventIDParams

NewGetCharactersCharacterIDCalendarEventIDParams creates a new GetCharactersCharacterIDCalendarEventIDParams object with the default values initialized.

func NewGetCharactersCharacterIDCalendarEventIDParamsWithContext

func NewGetCharactersCharacterIDCalendarEventIDParamsWithContext(ctx context.Context) *GetCharactersCharacterIDCalendarEventIDParams

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

func NewGetCharactersCharacterIDCalendarEventIDParamsWithHTTPClient

func NewGetCharactersCharacterIDCalendarEventIDParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDCalendarEventIDParams

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

func NewGetCharactersCharacterIDCalendarEventIDParamsWithTimeout

func NewGetCharactersCharacterIDCalendarEventIDParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDCalendarEventIDParams

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

func (*GetCharactersCharacterIDCalendarEventIDParams) SetCharacterID

func (o *GetCharactersCharacterIDCalendarEventIDParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) SetContext

SetContext adds the context to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) SetEventID

SetEventID adds the eventId to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) SetTimeout

SetTimeout adds the timeout to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) SetToken

SetToken adds the token to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithContext

WithContext adds the context to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithDatasource

WithDatasource adds the datasource to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithEventID

WithEventID adds the eventID to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithTimeout

WithTimeout adds the timeout to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WithToken

WithToken adds the token to the get characters character id calendar event id params

func (*GetCharactersCharacterIDCalendarEventIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDCalendarEventIDReader

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

GetCharactersCharacterIDCalendarEventIDReader is a Reader for the GetCharactersCharacterIDCalendarEventID structure.

func (*GetCharactersCharacterIDCalendarEventIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDCalendarEventIDServiceUnavailable

type GetCharactersCharacterIDCalendarEventIDServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDCalendarEventIDServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDCalendarEventIDServiceUnavailable

func NewGetCharactersCharacterIDCalendarEventIDServiceUnavailable() *GetCharactersCharacterIDCalendarEventIDServiceUnavailable

NewGetCharactersCharacterIDCalendarEventIDServiceUnavailable creates a GetCharactersCharacterIDCalendarEventIDServiceUnavailable with default headers values

func (*GetCharactersCharacterIDCalendarEventIDServiceUnavailable) Error

func (*GetCharactersCharacterIDCalendarEventIDServiceUnavailable) GetPayload

type GetCharactersCharacterIDCalendarEventIDUnauthorized

type GetCharactersCharacterIDCalendarEventIDUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDCalendarEventIDUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDCalendarEventIDUnauthorized

func NewGetCharactersCharacterIDCalendarEventIDUnauthorized() *GetCharactersCharacterIDCalendarEventIDUnauthorized

NewGetCharactersCharacterIDCalendarEventIDUnauthorized creates a GetCharactersCharacterIDCalendarEventIDUnauthorized with default headers values

func (*GetCharactersCharacterIDCalendarEventIDUnauthorized) Error

func (*GetCharactersCharacterIDCalendarEventIDUnauthorized) GetPayload

type GetCharactersCharacterIDCalendarForbidden

type GetCharactersCharacterIDCalendarForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDCalendarForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDCalendarForbidden

func NewGetCharactersCharacterIDCalendarForbidden() *GetCharactersCharacterIDCalendarForbidden

NewGetCharactersCharacterIDCalendarForbidden creates a GetCharactersCharacterIDCalendarForbidden with default headers values

func (*GetCharactersCharacterIDCalendarForbidden) Error

func (*GetCharactersCharacterIDCalendarForbidden) GetPayload

type GetCharactersCharacterIDCalendarGatewayTimeout

type GetCharactersCharacterIDCalendarGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDCalendarGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDCalendarGatewayTimeout

func NewGetCharactersCharacterIDCalendarGatewayTimeout() *GetCharactersCharacterIDCalendarGatewayTimeout

NewGetCharactersCharacterIDCalendarGatewayTimeout creates a GetCharactersCharacterIDCalendarGatewayTimeout with default headers values

func (*GetCharactersCharacterIDCalendarGatewayTimeout) Error

func (*GetCharactersCharacterIDCalendarGatewayTimeout) GetPayload

type GetCharactersCharacterIDCalendarInternalServerError

type GetCharactersCharacterIDCalendarInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDCalendarInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDCalendarInternalServerError

func NewGetCharactersCharacterIDCalendarInternalServerError() *GetCharactersCharacterIDCalendarInternalServerError

NewGetCharactersCharacterIDCalendarInternalServerError creates a GetCharactersCharacterIDCalendarInternalServerError with default headers values

func (*GetCharactersCharacterIDCalendarInternalServerError) Error

func (*GetCharactersCharacterIDCalendarInternalServerError) GetPayload

type GetCharactersCharacterIDCalendarNotModified

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

GetCharactersCharacterIDCalendarNotModified handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDCalendarNotModified

func NewGetCharactersCharacterIDCalendarNotModified() *GetCharactersCharacterIDCalendarNotModified

NewGetCharactersCharacterIDCalendarNotModified creates a GetCharactersCharacterIDCalendarNotModified with default headers values

func (*GetCharactersCharacterIDCalendarNotModified) Error

type GetCharactersCharacterIDCalendarOK

type GetCharactersCharacterIDCalendarOK 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 []*GetCharactersCharacterIDCalendarOKBodyItems0
}

GetCharactersCharacterIDCalendarOK handles this case with default header values.

A collection of event summaries

func NewGetCharactersCharacterIDCalendarOK

func NewGetCharactersCharacterIDCalendarOK() *GetCharactersCharacterIDCalendarOK

NewGetCharactersCharacterIDCalendarOK creates a GetCharactersCharacterIDCalendarOK with default headers values

func (*GetCharactersCharacterIDCalendarOK) Error

func (*GetCharactersCharacterIDCalendarOK) GetPayload

type GetCharactersCharacterIDCalendarOKBodyItems0

type GetCharactersCharacterIDCalendarOKBodyItems0 struct {

	// get_characters_character_id_calendar_event_date
	//
	// event_date string
	// Format: date-time
	EventDate strfmt.DateTime `json:"event_date,omitempty"`

	// get_characters_character_id_calendar_event_id
	//
	// event_id integer
	EventID int32 `json:"event_id,omitempty"`

	// get_characters_character_id_calendar_event_response
	//
	// event_response string
	// Enum: [declined not_responded accepted tentative]
	EventResponse string `json:"event_response,omitempty"`

	// get_characters_character_id_calendar_importance
	//
	// importance integer
	Importance int32 `json:"importance,omitempty"`

	// get_characters_character_id_calendar_title
	//
	// title string
	Title string `json:"title,omitempty"`
}

GetCharactersCharacterIDCalendarOKBodyItems0 get_characters_character_id_calendar_200_ok // // event swagger:model GetCharactersCharacterIDCalendarOKBodyItems0

func (*GetCharactersCharacterIDCalendarOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDCalendarOKBodyItems0) Validate

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

type GetCharactersCharacterIDCalendarParams

type GetCharactersCharacterIDCalendarParams 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
	/*FromEvent
	  The event ID to retrieve events from

	*/
	FromEvent *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
}

GetCharactersCharacterIDCalendarParams contains all the parameters to send to the API endpoint for the get characters character id calendar operation typically these are written to a http.Request

func NewGetCharactersCharacterIDCalendarParams

func NewGetCharactersCharacterIDCalendarParams() *GetCharactersCharacterIDCalendarParams

NewGetCharactersCharacterIDCalendarParams creates a new GetCharactersCharacterIDCalendarParams object with the default values initialized.

func NewGetCharactersCharacterIDCalendarParamsWithContext

func NewGetCharactersCharacterIDCalendarParamsWithContext(ctx context.Context) *GetCharactersCharacterIDCalendarParams

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

func NewGetCharactersCharacterIDCalendarParamsWithHTTPClient

func NewGetCharactersCharacterIDCalendarParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDCalendarParams

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

func NewGetCharactersCharacterIDCalendarParamsWithTimeout

func NewGetCharactersCharacterIDCalendarParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDCalendarParams

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

func (*GetCharactersCharacterIDCalendarParams) SetCharacterID

func (o *GetCharactersCharacterIDCalendarParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDCalendarParams) SetContext

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

func (*GetCharactersCharacterIDCalendarParams) SetDatasource

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

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

func (*GetCharactersCharacterIDCalendarParams) SetFromEvent

func (o *GetCharactersCharacterIDCalendarParams) SetFromEvent(fromEvent *int32)

SetFromEvent adds the fromEvent to the get characters character id calendar params

func (*GetCharactersCharacterIDCalendarParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDCalendarParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDCalendarParams) SetTimeout

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

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

func (*GetCharactersCharacterIDCalendarParams) SetToken

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

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

func (*GetCharactersCharacterIDCalendarParams) WithCharacterID

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

func (*GetCharactersCharacterIDCalendarParams) WithContext

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

func (*GetCharactersCharacterIDCalendarParams) WithDatasource

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

func (*GetCharactersCharacterIDCalendarParams) WithFromEvent

WithFromEvent adds the fromEvent to the get characters character id calendar params

func (*GetCharactersCharacterIDCalendarParams) WithHTTPClient

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

func (*GetCharactersCharacterIDCalendarParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDCalendarParams) WithTimeout

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

func (*GetCharactersCharacterIDCalendarParams) WithToken

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

func (*GetCharactersCharacterIDCalendarParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDCalendarReader

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

GetCharactersCharacterIDCalendarReader is a Reader for the GetCharactersCharacterIDCalendar structure.

func (*GetCharactersCharacterIDCalendarReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDCalendarServiceUnavailable

type GetCharactersCharacterIDCalendarServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDCalendarServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDCalendarServiceUnavailable

func NewGetCharactersCharacterIDCalendarServiceUnavailable() *GetCharactersCharacterIDCalendarServiceUnavailable

NewGetCharactersCharacterIDCalendarServiceUnavailable creates a GetCharactersCharacterIDCalendarServiceUnavailable with default headers values

func (*GetCharactersCharacterIDCalendarServiceUnavailable) Error

func (*GetCharactersCharacterIDCalendarServiceUnavailable) GetPayload

type GetCharactersCharacterIDCalendarUnauthorized

type GetCharactersCharacterIDCalendarUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDCalendarUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDCalendarUnauthorized

func NewGetCharactersCharacterIDCalendarUnauthorized() *GetCharactersCharacterIDCalendarUnauthorized

NewGetCharactersCharacterIDCalendarUnauthorized creates a GetCharactersCharacterIDCalendarUnauthorized with default headers values

func (*GetCharactersCharacterIDCalendarUnauthorized) Error

func (*GetCharactersCharacterIDCalendarUnauthorized) GetPayload

type PutCharactersCharacterIDCalendarEventIDBadRequest

type PutCharactersCharacterIDCalendarEventIDBadRequest struct {
	Payload *esimodels.BadRequest
}

PutCharactersCharacterIDCalendarEventIDBadRequest handles this case with default header values.

Bad request

func NewPutCharactersCharacterIDCalendarEventIDBadRequest

func NewPutCharactersCharacterIDCalendarEventIDBadRequest() *PutCharactersCharacterIDCalendarEventIDBadRequest

NewPutCharactersCharacterIDCalendarEventIDBadRequest creates a PutCharactersCharacterIDCalendarEventIDBadRequest with default headers values

func (*PutCharactersCharacterIDCalendarEventIDBadRequest) Error

func (*PutCharactersCharacterIDCalendarEventIDBadRequest) GetPayload

type PutCharactersCharacterIDCalendarEventIDBody

type PutCharactersCharacterIDCalendarEventIDBody struct {

	// put_characters_character_id_calendar_event_id_response_response
	//
	// response string
	// Required: true
	// Enum: [accepted declined tentative]
	Response *string `json:"response"`
}

PutCharactersCharacterIDCalendarEventIDBody put_characters_character_id_calendar_event_id_response // // response object swagger:model PutCharactersCharacterIDCalendarEventIDBody

func (*PutCharactersCharacterIDCalendarEventIDBody) MarshalBinary

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

MarshalBinary interface implementation

func (*PutCharactersCharacterIDCalendarEventIDBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PutCharactersCharacterIDCalendarEventIDBody) Validate

Validate validates this put characters character ID calendar event ID body

type PutCharactersCharacterIDCalendarEventIDEnhanceYourCalm

type PutCharactersCharacterIDCalendarEventIDEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

PutCharactersCharacterIDCalendarEventIDEnhanceYourCalm handles this case with default header values.

Error limited

func NewPutCharactersCharacterIDCalendarEventIDEnhanceYourCalm

func NewPutCharactersCharacterIDCalendarEventIDEnhanceYourCalm() *PutCharactersCharacterIDCalendarEventIDEnhanceYourCalm

NewPutCharactersCharacterIDCalendarEventIDEnhanceYourCalm creates a PutCharactersCharacterIDCalendarEventIDEnhanceYourCalm with default headers values

func (*PutCharactersCharacterIDCalendarEventIDEnhanceYourCalm) Error

func (*PutCharactersCharacterIDCalendarEventIDEnhanceYourCalm) GetPayload

type PutCharactersCharacterIDCalendarEventIDForbidden

type PutCharactersCharacterIDCalendarEventIDForbidden struct {
	Payload *esimodels.Forbidden
}

PutCharactersCharacterIDCalendarEventIDForbidden handles this case with default header values.

Forbidden

func NewPutCharactersCharacterIDCalendarEventIDForbidden

func NewPutCharactersCharacterIDCalendarEventIDForbidden() *PutCharactersCharacterIDCalendarEventIDForbidden

NewPutCharactersCharacterIDCalendarEventIDForbidden creates a PutCharactersCharacterIDCalendarEventIDForbidden with default headers values

func (*PutCharactersCharacterIDCalendarEventIDForbidden) Error

func (*PutCharactersCharacterIDCalendarEventIDForbidden) GetPayload

type PutCharactersCharacterIDCalendarEventIDGatewayTimeout

type PutCharactersCharacterIDCalendarEventIDGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

PutCharactersCharacterIDCalendarEventIDGatewayTimeout handles this case with default header values.

Gateway timeout

func NewPutCharactersCharacterIDCalendarEventIDGatewayTimeout

func NewPutCharactersCharacterIDCalendarEventIDGatewayTimeout() *PutCharactersCharacterIDCalendarEventIDGatewayTimeout

NewPutCharactersCharacterIDCalendarEventIDGatewayTimeout creates a PutCharactersCharacterIDCalendarEventIDGatewayTimeout with default headers values

func (*PutCharactersCharacterIDCalendarEventIDGatewayTimeout) Error

func (*PutCharactersCharacterIDCalendarEventIDGatewayTimeout) GetPayload

type PutCharactersCharacterIDCalendarEventIDInternalServerError

type PutCharactersCharacterIDCalendarEventIDInternalServerError struct {
	Payload *esimodels.InternalServerError
}

PutCharactersCharacterIDCalendarEventIDInternalServerError handles this case with default header values.

Internal server error

func NewPutCharactersCharacterIDCalendarEventIDInternalServerError

func NewPutCharactersCharacterIDCalendarEventIDInternalServerError() *PutCharactersCharacterIDCalendarEventIDInternalServerError

NewPutCharactersCharacterIDCalendarEventIDInternalServerError creates a PutCharactersCharacterIDCalendarEventIDInternalServerError with default headers values

func (*PutCharactersCharacterIDCalendarEventIDInternalServerError) Error

func (*PutCharactersCharacterIDCalendarEventIDInternalServerError) GetPayload

type PutCharactersCharacterIDCalendarEventIDNoContent

type PutCharactersCharacterIDCalendarEventIDNoContent struct {
}

PutCharactersCharacterIDCalendarEventIDNoContent handles this case with default header values.

Event updated

func NewPutCharactersCharacterIDCalendarEventIDNoContent

func NewPutCharactersCharacterIDCalendarEventIDNoContent() *PutCharactersCharacterIDCalendarEventIDNoContent

NewPutCharactersCharacterIDCalendarEventIDNoContent creates a PutCharactersCharacterIDCalendarEventIDNoContent with default headers values

func (*PutCharactersCharacterIDCalendarEventIDNoContent) Error

type PutCharactersCharacterIDCalendarEventIDParams

type PutCharactersCharacterIDCalendarEventIDParams struct {

	/*CharacterID
	  An EVE character ID

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

	*/
	Datasource *string
	/*EventID
	  The ID of the event requested

	*/
	EventID int32
	/*Response
	  The response value to set, overriding current value

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

	*/
	Token *string

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

PutCharactersCharacterIDCalendarEventIDParams contains all the parameters to send to the API endpoint for the put characters character id calendar event id operation typically these are written to a http.Request

func NewPutCharactersCharacterIDCalendarEventIDParams

func NewPutCharactersCharacterIDCalendarEventIDParams() *PutCharactersCharacterIDCalendarEventIDParams

NewPutCharactersCharacterIDCalendarEventIDParams creates a new PutCharactersCharacterIDCalendarEventIDParams object with the default values initialized.

func NewPutCharactersCharacterIDCalendarEventIDParamsWithContext

func NewPutCharactersCharacterIDCalendarEventIDParamsWithContext(ctx context.Context) *PutCharactersCharacterIDCalendarEventIDParams

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

func NewPutCharactersCharacterIDCalendarEventIDParamsWithHTTPClient

func NewPutCharactersCharacterIDCalendarEventIDParamsWithHTTPClient(client *http.Client) *PutCharactersCharacterIDCalendarEventIDParams

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

func NewPutCharactersCharacterIDCalendarEventIDParamsWithTimeout

func NewPutCharactersCharacterIDCalendarEventIDParamsWithTimeout(timeout time.Duration) *PutCharactersCharacterIDCalendarEventIDParams

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

func (*PutCharactersCharacterIDCalendarEventIDParams) SetCharacterID

func (o *PutCharactersCharacterIDCalendarEventIDParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) SetContext

SetContext adds the context to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) SetDatasource

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

SetDatasource adds the datasource to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) SetEventID

SetEventID adds the eventId to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) SetResponse

SetResponse adds the response to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) SetTimeout

SetTimeout adds the timeout to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) SetToken

SetToken adds the token to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithCharacterID

WithCharacterID adds the characterID to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithContext

WithContext adds the context to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithDatasource

WithDatasource adds the datasource to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithEventID

WithEventID adds the eventID to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithResponse

WithResponse adds the response to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithTimeout

WithTimeout adds the timeout to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WithToken

WithToken adds the token to the put characters character id calendar event id params

func (*PutCharactersCharacterIDCalendarEventIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutCharactersCharacterIDCalendarEventIDReader

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

PutCharactersCharacterIDCalendarEventIDReader is a Reader for the PutCharactersCharacterIDCalendarEventID structure.

func (*PutCharactersCharacterIDCalendarEventIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutCharactersCharacterIDCalendarEventIDServiceUnavailable

type PutCharactersCharacterIDCalendarEventIDServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

PutCharactersCharacterIDCalendarEventIDServiceUnavailable handles this case with default header values.

Service unavailable

func NewPutCharactersCharacterIDCalendarEventIDServiceUnavailable

func NewPutCharactersCharacterIDCalendarEventIDServiceUnavailable() *PutCharactersCharacterIDCalendarEventIDServiceUnavailable

NewPutCharactersCharacterIDCalendarEventIDServiceUnavailable creates a PutCharactersCharacterIDCalendarEventIDServiceUnavailable with default headers values

func (*PutCharactersCharacterIDCalendarEventIDServiceUnavailable) Error

func (*PutCharactersCharacterIDCalendarEventIDServiceUnavailable) GetPayload

type PutCharactersCharacterIDCalendarEventIDUnauthorized

type PutCharactersCharacterIDCalendarEventIDUnauthorized struct {
	Payload *esimodels.Unauthorized
}

PutCharactersCharacterIDCalendarEventIDUnauthorized handles this case with default header values.

Unauthorized

func NewPutCharactersCharacterIDCalendarEventIDUnauthorized

func NewPutCharactersCharacterIDCalendarEventIDUnauthorized() *PutCharactersCharacterIDCalendarEventIDUnauthorized

NewPutCharactersCharacterIDCalendarEventIDUnauthorized creates a PutCharactersCharacterIDCalendarEventIDUnauthorized with default headers values

func (*PutCharactersCharacterIDCalendarEventIDUnauthorized) Error

func (*PutCharactersCharacterIDCalendarEventIDUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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