bookmarks

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

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

Go to latest
Published: Jul 12, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for bookmarks API

func (*Client) GetCharactersCharacterIDBookmarks

func (a *Client) GetCharactersCharacterIDBookmarks(params *GetCharactersCharacterIDBookmarksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDBookmarksOK, error)
GetCharactersCharacterIDBookmarks lists bookmarks

A list of your character's personal bookmarks

---

This route is cached for up to 3600 seconds

func (*Client) GetCharactersCharacterIDBookmarksFolders

GetCharactersCharacterIDBookmarksFolders lists bookmark folders

A list of your character's personal bookmark folders

---

This route is cached for up to 3600 seconds

func (*Client) GetCorporationsCorporationIDBookmarks

func (a *Client) GetCorporationsCorporationIDBookmarks(params *GetCorporationsCorporationIDBookmarksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCorporationsCorporationIDBookmarksOK, error)
GetCorporationsCorporationIDBookmarks lists corporation bookmarks

A list of your corporation's bookmarks

---

This route is cached for up to 3600 seconds

func (*Client) GetCorporationsCorporationIDBookmarksFolders

GetCorporationsCorporationIDBookmarksFolders lists corporation bookmark folders

A list of your corporation's bookmark folders

---

This route is cached for up to 3600 seconds

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.4.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetCharactersCharacterIDBookmarks(params *GetCharactersCharacterIDBookmarksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDBookmarksOK, error)

	GetCharactersCharacterIDBookmarksFolders(params *GetCharactersCharacterIDBookmarksFoldersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDBookmarksFoldersOK, error)

	GetCorporationsCorporationIDBookmarks(params *GetCorporationsCorporationIDBookmarksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCorporationsCorporationIDBookmarksOK, error)

	GetCorporationsCorporationIDBookmarksFolders(params *GetCorporationsCorporationIDBookmarksFoldersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCorporationsCorporationIDBookmarksFoldersOK, 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 bookmarks API client.

type GetCharactersCharacterIDBookmarksBadRequest

type GetCharactersCharacterIDBookmarksBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDBookmarksBadRequest

func NewGetCharactersCharacterIDBookmarksBadRequest() *GetCharactersCharacterIDBookmarksBadRequest

NewGetCharactersCharacterIDBookmarksBadRequest creates a GetCharactersCharacterIDBookmarksBadRequest with default headers values

func (*GetCharactersCharacterIDBookmarksBadRequest) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksBadRequest) Error

func (*GetCharactersCharacterIDBookmarksBadRequest) GetPayload

func (*GetCharactersCharacterIDBookmarksBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksBadRequest) String added in v0.5.29

type GetCharactersCharacterIDBookmarksEnhanceYourCalm

type GetCharactersCharacterIDBookmarksEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCharactersCharacterIDBookmarksEnhanceYourCalm

func NewGetCharactersCharacterIDBookmarksEnhanceYourCalm() *GetCharactersCharacterIDBookmarksEnhanceYourCalm

NewGetCharactersCharacterIDBookmarksEnhanceYourCalm creates a GetCharactersCharacterIDBookmarksEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) Error

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersBadRequest

type GetCharactersCharacterIDBookmarksFoldersBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDBookmarksFoldersBadRequest

func NewGetCharactersCharacterIDBookmarksFoldersBadRequest() *GetCharactersCharacterIDBookmarksFoldersBadRequest

NewGetCharactersCharacterIDBookmarksFoldersBadRequest creates a GetCharactersCharacterIDBookmarksFoldersBadRequest with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) Error

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersBadRequest) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm

type GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm

func NewGetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm() *GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm

NewGetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm creates a GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) Error

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersForbidden

type GetCharactersCharacterIDBookmarksFoldersForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDBookmarksFoldersForbidden

func NewGetCharactersCharacterIDBookmarksFoldersForbidden() *GetCharactersCharacterIDBookmarksFoldersForbidden

NewGetCharactersCharacterIDBookmarksFoldersForbidden creates a GetCharactersCharacterIDBookmarksFoldersForbidden with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) Error

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersForbidden) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersGatewayTimeout

type GetCharactersCharacterIDBookmarksFoldersGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCharactersCharacterIDBookmarksFoldersGatewayTimeout

func NewGetCharactersCharacterIDBookmarksFoldersGatewayTimeout() *GetCharactersCharacterIDBookmarksFoldersGatewayTimeout

NewGetCharactersCharacterIDBookmarksFoldersGatewayTimeout creates a GetCharactersCharacterIDBookmarksFoldersGatewayTimeout with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) Error

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersInternalServerError

type GetCharactersCharacterIDBookmarksFoldersInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDBookmarksFoldersInternalServerError

func NewGetCharactersCharacterIDBookmarksFoldersInternalServerError() *GetCharactersCharacterIDBookmarksFoldersInternalServerError

NewGetCharactersCharacterIDBookmarksFoldersInternalServerError creates a GetCharactersCharacterIDBookmarksFoldersInternalServerError with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) Error

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersNotModified

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

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

Not modified

func NewGetCharactersCharacterIDBookmarksFoldersNotModified

func NewGetCharactersCharacterIDBookmarksFoldersNotModified() *GetCharactersCharacterIDBookmarksFoldersNotModified

NewGetCharactersCharacterIDBookmarksFoldersNotModified creates a GetCharactersCharacterIDBookmarksFoldersNotModified with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) Error

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersNotModified) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersOK

type GetCharactersCharacterIDBookmarksFoldersOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	/* Maximum page number

	   Format: int32
	   Default: 1
	*/
	XPages int32

	Payload []*GetCharactersCharacterIDBookmarksFoldersOKBodyItems0
}

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

List of bookmark folders

func NewGetCharactersCharacterIDBookmarksFoldersOK

func NewGetCharactersCharacterIDBookmarksFoldersOK() *GetCharactersCharacterIDBookmarksFoldersOK

NewGetCharactersCharacterIDBookmarksFoldersOK creates a GetCharactersCharacterIDBookmarksFoldersOK with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersOK) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersOK) Error

func (*GetCharactersCharacterIDBookmarksFoldersOK) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersOK) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersOK) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersOK) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersOK) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersOK) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersOK) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersOKBodyItems0

type GetCharactersCharacterIDBookmarksFoldersOKBodyItems0 struct {

	// get_characters_character_id_bookmarks_folders_folder_id
	//
	// folder_id integer
	// Required: true
	FolderID *int32 `json:"folder_id"`

	// get_characters_character_id_bookmarks_folders_name
	//
	// name string
	// Required: true
	Name *string `json:"name"`
}

GetCharactersCharacterIDBookmarksFoldersOKBodyItems0 get_characters_character_id_bookmarks_folders_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDBookmarksFoldersOKBodyItems0

func (*GetCharactersCharacterIDBookmarksFoldersOKBodyItems0) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDBookmarksFoldersOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksFoldersOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksFoldersOKBodyItems0) Validate

Validate validates this get characters character ID bookmarks folders o k body items0

type GetCharactersCharacterIDBookmarksFoldersParams

type GetCharactersCharacterIDBookmarksFoldersParams struct {

	/* IfNoneMatch.

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

	/* CharacterID.

	   An EVE character ID

	   Format: int32
	*/
	CharacterID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Page.

	   Which page of results to return

	   Format: int32
	   Default: 1
	*/
	Page *int32

	/* Token.

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

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

GetCharactersCharacterIDBookmarksFoldersParams contains all the parameters to send to the API endpoint

for the get characters character id bookmarks folders operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDBookmarksFoldersParams

func NewGetCharactersCharacterIDBookmarksFoldersParams() *GetCharactersCharacterIDBookmarksFoldersParams

NewGetCharactersCharacterIDBookmarksFoldersParams creates a new GetCharactersCharacterIDBookmarksFoldersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCharactersCharacterIDBookmarksFoldersParamsWithContext

func NewGetCharactersCharacterIDBookmarksFoldersParamsWithContext(ctx context.Context) *GetCharactersCharacterIDBookmarksFoldersParams

NewGetCharactersCharacterIDBookmarksFoldersParamsWithContext creates a new GetCharactersCharacterIDBookmarksFoldersParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDBookmarksFoldersParamsWithHTTPClient

func NewGetCharactersCharacterIDBookmarksFoldersParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDBookmarksFoldersParams

NewGetCharactersCharacterIDBookmarksFoldersParamsWithHTTPClient creates a new GetCharactersCharacterIDBookmarksFoldersParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDBookmarksFoldersParamsWithTimeout

func NewGetCharactersCharacterIDBookmarksFoldersParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDBookmarksFoldersParams

NewGetCharactersCharacterIDBookmarksFoldersParamsWithTimeout creates a new GetCharactersCharacterIDBookmarksFoldersParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetCharacterID

func (o *GetCharactersCharacterIDBookmarksFoldersParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetContext

SetContext adds the context to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetPage

SetPage adds the page to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetTimeout

SetTimeout adds the timeout to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) SetToken

SetToken adds the token to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithContext

WithContext adds the context to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithDatasource

WithDatasource adds the datasource to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithPage

WithPage adds the page to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithTimeout

WithTimeout adds the timeout to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WithToken

WithToken adds the token to the get characters character id bookmarks folders params

func (*GetCharactersCharacterIDBookmarksFoldersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDBookmarksFoldersReader

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

GetCharactersCharacterIDBookmarksFoldersReader is a Reader for the GetCharactersCharacterIDBookmarksFolders structure.

func (*GetCharactersCharacterIDBookmarksFoldersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDBookmarksFoldersServiceUnavailable

type GetCharactersCharacterIDBookmarksFoldersServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDBookmarksFoldersServiceUnavailable

func NewGetCharactersCharacterIDBookmarksFoldersServiceUnavailable() *GetCharactersCharacterIDBookmarksFoldersServiceUnavailable

NewGetCharactersCharacterIDBookmarksFoldersServiceUnavailable creates a GetCharactersCharacterIDBookmarksFoldersServiceUnavailable with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) Error

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDBookmarksFoldersUnauthorized

type GetCharactersCharacterIDBookmarksFoldersUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCharactersCharacterIDBookmarksFoldersUnauthorized

func NewGetCharactersCharacterIDBookmarksFoldersUnauthorized() *GetCharactersCharacterIDBookmarksFoldersUnauthorized

NewGetCharactersCharacterIDBookmarksFoldersUnauthorized creates a GetCharactersCharacterIDBookmarksFoldersUnauthorized with default headers values

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) Error

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) GetPayload

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksFoldersUnauthorized) String added in v0.5.29

type GetCharactersCharacterIDBookmarksForbidden

type GetCharactersCharacterIDBookmarksForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDBookmarksForbidden

func NewGetCharactersCharacterIDBookmarksForbidden() *GetCharactersCharacterIDBookmarksForbidden

NewGetCharactersCharacterIDBookmarksForbidden creates a GetCharactersCharacterIDBookmarksForbidden with default headers values

func (*GetCharactersCharacterIDBookmarksForbidden) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksForbidden) Error

func (*GetCharactersCharacterIDBookmarksForbidden) GetPayload

func (*GetCharactersCharacterIDBookmarksForbidden) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksForbidden) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksForbidden) String added in v0.5.29

type GetCharactersCharacterIDBookmarksGatewayTimeout

type GetCharactersCharacterIDBookmarksGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCharactersCharacterIDBookmarksGatewayTimeout

func NewGetCharactersCharacterIDBookmarksGatewayTimeout() *GetCharactersCharacterIDBookmarksGatewayTimeout

NewGetCharactersCharacterIDBookmarksGatewayTimeout creates a GetCharactersCharacterIDBookmarksGatewayTimeout with default headers values

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) Error

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDBookmarksInternalServerError

type GetCharactersCharacterIDBookmarksInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDBookmarksInternalServerError

func NewGetCharactersCharacterIDBookmarksInternalServerError() *GetCharactersCharacterIDBookmarksInternalServerError

NewGetCharactersCharacterIDBookmarksInternalServerError creates a GetCharactersCharacterIDBookmarksInternalServerError with default headers values

func (*GetCharactersCharacterIDBookmarksInternalServerError) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksInternalServerError) Error

func (*GetCharactersCharacterIDBookmarksInternalServerError) GetPayload

func (*GetCharactersCharacterIDBookmarksInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDBookmarksNotModified

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

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

Not modified

func NewGetCharactersCharacterIDBookmarksNotModified

func NewGetCharactersCharacterIDBookmarksNotModified() *GetCharactersCharacterIDBookmarksNotModified

NewGetCharactersCharacterIDBookmarksNotModified creates a GetCharactersCharacterIDBookmarksNotModified with default headers values

func (*GetCharactersCharacterIDBookmarksNotModified) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksNotModified) Error

func (*GetCharactersCharacterIDBookmarksNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksNotModified) String added in v0.5.29

type GetCharactersCharacterIDBookmarksOK

type GetCharactersCharacterIDBookmarksOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	/* Maximum page number

	   Format: int32
	   Default: 1
	*/
	XPages int32

	Payload []*GetCharactersCharacterIDBookmarksOKBodyItems0
}

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

A list of bookmarks

func NewGetCharactersCharacterIDBookmarksOK

func NewGetCharactersCharacterIDBookmarksOK() *GetCharactersCharacterIDBookmarksOK

NewGetCharactersCharacterIDBookmarksOK creates a GetCharactersCharacterIDBookmarksOK with default headers values

func (*GetCharactersCharacterIDBookmarksOK) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksOK) Error

func (*GetCharactersCharacterIDBookmarksOK) GetPayload

func (*GetCharactersCharacterIDBookmarksOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDBookmarksOK) IsClientError() bool

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

func (*GetCharactersCharacterIDBookmarksOK) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDBookmarksOK) IsRedirect() bool

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

func (*GetCharactersCharacterIDBookmarksOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDBookmarksOK) IsServerError() bool

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

func (*GetCharactersCharacterIDBookmarksOK) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksOK) String added in v0.5.29

type GetCharactersCharacterIDBookmarksOKBodyItems0

type GetCharactersCharacterIDBookmarksOKBodyItems0 struct {

	// get_characters_character_id_bookmarks_bookmark_id
	//
	// bookmark_id integer
	// Required: true
	BookmarkID *int32 `json:"bookmark_id"`

	// coordinates
	Coordinates *GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates `json:"coordinates,omitempty"`

	// get_characters_character_id_bookmarks_created
	//
	// created string
	// Required: true
	// Format: date-time
	Created *strfmt.DateTime `json:"created"`

	// get_characters_character_id_bookmarks_creator_id
	//
	// creator_id integer
	// Required: true
	CreatorID *int32 `json:"creator_id"`

	// get_characters_character_id_bookmarks_folder_id
	//
	// folder_id integer
	FolderID int32 `json:"folder_id,omitempty"`

	// item
	Item *GetCharactersCharacterIDBookmarksOKBodyItems0Item `json:"item,omitempty"`

	// get_characters_character_id_bookmarks_label
	//
	// label string
	// Required: true
	Label *string `json:"label"`

	// get_characters_character_id_bookmarks_location_id
	//
	// location_id integer
	// Required: true
	LocationID *int32 `json:"location_id"`

	// get_characters_character_id_bookmarks_notes
	//
	// notes string
	// Required: true
	Notes *string `json:"notes"`
}

GetCharactersCharacterIDBookmarksOKBodyItems0 get_characters_character_id_bookmarks_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDBookmarksOKBodyItems0

func (*GetCharactersCharacterIDBookmarksOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validate this get characters character ID bookmarks o k body items0 based on the context it is used

func (*GetCharactersCharacterIDBookmarksOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksOKBodyItems0) Validate

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

type GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates

type GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates struct {

	// get_characters_character_id_bookmarks_x
	//
	// x number
	// Required: true
	X *float64 `json:"x"`

	// get_characters_character_id_bookmarks_y
	//
	// y number
	// Required: true
	Y *float64 `json:"y"`

	// get_characters_character_id_bookmarks_z
	//
	// z number
	// Required: true
	Z *float64 `json:"z"`
}

GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates get_characters_character_id_bookmarks_coordinates // // Optional object that is returned if a bookmark was made on a planet or a random location in space. swagger:model GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Coordinates) Validate

Validate validates this get characters character ID bookmarks o k body items0 coordinates

type GetCharactersCharacterIDBookmarksOKBodyItems0Item

type GetCharactersCharacterIDBookmarksOKBodyItems0Item struct {

	// get_characters_character_id_bookmarks_item_id
	//
	// item_id integer
	// Required: true
	ItemID *int64 `json:"item_id"`

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

GetCharactersCharacterIDBookmarksOKBodyItems0Item get_characters_character_id_bookmarks_item // // Optional object that is returned if a bookmark was made on a particular item. swagger:model GetCharactersCharacterIDBookmarksOKBodyItems0Item

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Item) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Item) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Item) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDBookmarksOKBodyItems0Item) Validate

Validate validates this get characters character ID bookmarks o k body items0 item

type GetCharactersCharacterIDBookmarksParams

type GetCharactersCharacterIDBookmarksParams struct {

	/* IfNoneMatch.

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

	/* CharacterID.

	   An EVE character ID

	   Format: int32
	*/
	CharacterID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Page.

	   Which page of results to return

	   Format: int32
	   Default: 1
	*/
	Page *int32

	/* Token.

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

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

GetCharactersCharacterIDBookmarksParams contains all the parameters to send to the API endpoint

for the get characters character id bookmarks operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDBookmarksParams

func NewGetCharactersCharacterIDBookmarksParams() *GetCharactersCharacterIDBookmarksParams

NewGetCharactersCharacterIDBookmarksParams creates a new GetCharactersCharacterIDBookmarksParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCharactersCharacterIDBookmarksParamsWithContext

func NewGetCharactersCharacterIDBookmarksParamsWithContext(ctx context.Context) *GetCharactersCharacterIDBookmarksParams

NewGetCharactersCharacterIDBookmarksParamsWithContext creates a new GetCharactersCharacterIDBookmarksParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDBookmarksParamsWithHTTPClient

func NewGetCharactersCharacterIDBookmarksParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDBookmarksParams

NewGetCharactersCharacterIDBookmarksParamsWithHTTPClient creates a new GetCharactersCharacterIDBookmarksParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDBookmarksParamsWithTimeout

func NewGetCharactersCharacterIDBookmarksParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDBookmarksParams

NewGetCharactersCharacterIDBookmarksParamsWithTimeout creates a new GetCharactersCharacterIDBookmarksParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDBookmarksParams) SetCharacterID

func (o *GetCharactersCharacterIDBookmarksParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDBookmarksParams) SetContext

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

func (*GetCharactersCharacterIDBookmarksParams) SetDatasource

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

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

func (*GetCharactersCharacterIDBookmarksParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDBookmarksParams) SetDefaults()

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

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

func (*GetCharactersCharacterIDBookmarksParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDBookmarksParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDBookmarksParams) SetPage

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

func (*GetCharactersCharacterIDBookmarksParams) SetTimeout

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

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

func (*GetCharactersCharacterIDBookmarksParams) SetToken

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

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

func (*GetCharactersCharacterIDBookmarksParams) WithCharacterID

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

func (*GetCharactersCharacterIDBookmarksParams) WithContext

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

func (*GetCharactersCharacterIDBookmarksParams) WithDatasource

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

func (*GetCharactersCharacterIDBookmarksParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDBookmarksParams) WithHTTPClient

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

func (*GetCharactersCharacterIDBookmarksParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDBookmarksParams) WithPage

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

func (*GetCharactersCharacterIDBookmarksParams) WithTimeout

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

func (*GetCharactersCharacterIDBookmarksParams) WithToken

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

func (*GetCharactersCharacterIDBookmarksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDBookmarksReader

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

GetCharactersCharacterIDBookmarksReader is a Reader for the GetCharactersCharacterIDBookmarks structure.

func (*GetCharactersCharacterIDBookmarksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDBookmarksServiceUnavailable

type GetCharactersCharacterIDBookmarksServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDBookmarksServiceUnavailable

func NewGetCharactersCharacterIDBookmarksServiceUnavailable() *GetCharactersCharacterIDBookmarksServiceUnavailable

NewGetCharactersCharacterIDBookmarksServiceUnavailable creates a GetCharactersCharacterIDBookmarksServiceUnavailable with default headers values

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) Error

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDBookmarksUnauthorized

type GetCharactersCharacterIDBookmarksUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCharactersCharacterIDBookmarksUnauthorized

func NewGetCharactersCharacterIDBookmarksUnauthorized() *GetCharactersCharacterIDBookmarksUnauthorized

NewGetCharactersCharacterIDBookmarksUnauthorized creates a GetCharactersCharacterIDBookmarksUnauthorized with default headers values

func (*GetCharactersCharacterIDBookmarksUnauthorized) Code added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksUnauthorized) Error

func (*GetCharactersCharacterIDBookmarksUnauthorized) GetPayload

func (*GetCharactersCharacterIDBookmarksUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDBookmarksUnauthorized) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksBadRequest

type GetCorporationsCorporationIDBookmarksBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCorporationsCorporationIDBookmarksBadRequest

func NewGetCorporationsCorporationIDBookmarksBadRequest() *GetCorporationsCorporationIDBookmarksBadRequest

NewGetCorporationsCorporationIDBookmarksBadRequest creates a GetCorporationsCorporationIDBookmarksBadRequest with default headers values

func (*GetCorporationsCorporationIDBookmarksBadRequest) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksBadRequest) Error

func (*GetCorporationsCorporationIDBookmarksBadRequest) GetPayload

func (*GetCorporationsCorporationIDBookmarksBadRequest) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksBadRequest) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksBadRequest) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksBadRequest) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksBadRequest) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksBadRequest) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksEnhanceYourCalm

type GetCorporationsCorporationIDBookmarksEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCorporationsCorporationIDBookmarksEnhanceYourCalm

func NewGetCorporationsCorporationIDBookmarksEnhanceYourCalm() *GetCorporationsCorporationIDBookmarksEnhanceYourCalm

NewGetCorporationsCorporationIDBookmarksEnhanceYourCalm creates a GetCorporationsCorporationIDBookmarksEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) GetPayload

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksEnhanceYourCalm) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersBadRequest

type GetCorporationsCorporationIDBookmarksFoldersBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCorporationsCorporationIDBookmarksFoldersBadRequest

func NewGetCorporationsCorporationIDBookmarksFoldersBadRequest() *GetCorporationsCorporationIDBookmarksFoldersBadRequest

NewGetCorporationsCorporationIDBookmarksFoldersBadRequest creates a GetCorporationsCorporationIDBookmarksFoldersBadRequest with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) Error

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersBadRequest) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm

type GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm

func NewGetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm() *GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm

NewGetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm creates a GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersEnhanceYourCalm) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersForbidden

type GetCorporationsCorporationIDBookmarksFoldersForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCorporationsCorporationIDBookmarksFoldersForbidden

func NewGetCorporationsCorporationIDBookmarksFoldersForbidden() *GetCorporationsCorporationIDBookmarksFoldersForbidden

NewGetCorporationsCorporationIDBookmarksFoldersForbidden creates a GetCorporationsCorporationIDBookmarksFoldersForbidden with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) Error

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersForbidden) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout

type GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCorporationsCorporationIDBookmarksFoldersGatewayTimeout

func NewGetCorporationsCorporationIDBookmarksFoldersGatewayTimeout() *GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout

NewGetCorporationsCorporationIDBookmarksFoldersGatewayTimeout creates a GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) Error

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersGatewayTimeout) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersInternalServerError

type GetCorporationsCorporationIDBookmarksFoldersInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCorporationsCorporationIDBookmarksFoldersInternalServerError

func NewGetCorporationsCorporationIDBookmarksFoldersInternalServerError() *GetCorporationsCorporationIDBookmarksFoldersInternalServerError

NewGetCorporationsCorporationIDBookmarksFoldersInternalServerError creates a GetCorporationsCorporationIDBookmarksFoldersInternalServerError with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) Error

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersInternalServerError) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersNotModified

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

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

Not modified

func NewGetCorporationsCorporationIDBookmarksFoldersNotModified

func NewGetCorporationsCorporationIDBookmarksFoldersNotModified() *GetCorporationsCorporationIDBookmarksFoldersNotModified

NewGetCorporationsCorporationIDBookmarksFoldersNotModified creates a GetCorporationsCorporationIDBookmarksFoldersNotModified with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) Error

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersNotModified) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersOK

type GetCorporationsCorporationIDBookmarksFoldersOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	/* Maximum page number

	   Format: int32
	   Default: 1
	*/
	XPages int32

	Payload []*GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0
}

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

List of corporation owned bookmark folders

func NewGetCorporationsCorporationIDBookmarksFoldersOK

func NewGetCorporationsCorporationIDBookmarksFoldersOK() *GetCorporationsCorporationIDBookmarksFoldersOK

NewGetCorporationsCorporationIDBookmarksFoldersOK creates a GetCorporationsCorporationIDBookmarksFoldersOK with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersOK) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersOK) Error

func (*GetCorporationsCorporationIDBookmarksFoldersOK) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersOK) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersOK) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersOK) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersOK) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersOK) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersOK) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0

type GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0 struct {

	// get_corporations_corporation_id_bookmarks_folders_creator_id
	//
	// creator_id integer
	CreatorID int32 `json:"creator_id,omitempty"`

	// get_corporations_corporation_id_bookmarks_folders_folder_id
	//
	// folder_id integer
	// Required: true
	FolderID *int32 `json:"folder_id"`

	// get_corporations_corporation_id_bookmarks_folders_name
	//
	// name string
	// Required: true
	Name *string `json:"name"`
}

GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0 get_corporations_corporation_id_bookmarks_folders_200_ok // // 200 ok object swagger:model GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0

func (*GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0) ContextValidate added in v0.3.0

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

func (*GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksFoldersOKBodyItems0) Validate

Validate validates this get corporations corporation ID bookmarks folders o k body items0

type GetCorporationsCorporationIDBookmarksFoldersParams

type GetCorporationsCorporationIDBookmarksFoldersParams struct {

	/* IfNoneMatch.

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

	/* CorporationID.

	   An EVE corporation ID

	   Format: int32
	*/
	CorporationID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Page.

	   Which page of results to return

	   Format: int32
	   Default: 1
	*/
	Page *int32

	/* Token.

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

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

GetCorporationsCorporationIDBookmarksFoldersParams contains all the parameters to send to the API endpoint

for the get corporations corporation id bookmarks folders operation.

Typically these are written to a http.Request.

func NewGetCorporationsCorporationIDBookmarksFoldersParams

func NewGetCorporationsCorporationIDBookmarksFoldersParams() *GetCorporationsCorporationIDBookmarksFoldersParams

NewGetCorporationsCorporationIDBookmarksFoldersParams creates a new GetCorporationsCorporationIDBookmarksFoldersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCorporationsCorporationIDBookmarksFoldersParamsWithContext

func NewGetCorporationsCorporationIDBookmarksFoldersParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDBookmarksFoldersParams

NewGetCorporationsCorporationIDBookmarksFoldersParamsWithContext creates a new GetCorporationsCorporationIDBookmarksFoldersParams object with the ability to set a context for a request.

func NewGetCorporationsCorporationIDBookmarksFoldersParamsWithHTTPClient

func NewGetCorporationsCorporationIDBookmarksFoldersParamsWithHTTPClient(client *http.Client) *GetCorporationsCorporationIDBookmarksFoldersParams

NewGetCorporationsCorporationIDBookmarksFoldersParamsWithHTTPClient creates a new GetCorporationsCorporationIDBookmarksFoldersParams object with the ability to set a custom HTTPClient for a request.

func NewGetCorporationsCorporationIDBookmarksFoldersParamsWithTimeout

func NewGetCorporationsCorporationIDBookmarksFoldersParamsWithTimeout(timeout time.Duration) *GetCorporationsCorporationIDBookmarksFoldersParams

NewGetCorporationsCorporationIDBookmarksFoldersParamsWithTimeout creates a new GetCorporationsCorporationIDBookmarksFoldersParams object with the ability to set a timeout on a request.

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetContext

SetContext adds the context to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetCorporationID

func (o *GetCorporationsCorporationIDBookmarksFoldersParams) SetCorporationID(corporationID int32)

SetCorporationID adds the corporationId to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetDatasource

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

SetDatasource adds the datasource to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetDefaults added in v0.3.0

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

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

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetPage

SetPage adds the page to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetTimeout

SetTimeout adds the timeout to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) SetToken

SetToken adds the token to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithContext

WithContext adds the context to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithCorporationID

WithCorporationID adds the corporationID to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithDatasource

WithDatasource adds the datasource to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithDefaults added in v0.3.0

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

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

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithPage

WithPage adds the page to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithTimeout

WithTimeout adds the timeout to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WithToken

WithToken adds the token to the get corporations corporation id bookmarks folders params

func (*GetCorporationsCorporationIDBookmarksFoldersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCorporationsCorporationIDBookmarksFoldersReader

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

GetCorporationsCorporationIDBookmarksFoldersReader is a Reader for the GetCorporationsCorporationIDBookmarksFolders structure.

func (*GetCorporationsCorporationIDBookmarksFoldersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable

type GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCorporationsCorporationIDBookmarksFoldersServiceUnavailable

func NewGetCorporationsCorporationIDBookmarksFoldersServiceUnavailable() *GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable

NewGetCorporationsCorporationIDBookmarksFoldersServiceUnavailable creates a GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) Error

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersServiceUnavailable) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksFoldersUnauthorized

type GetCorporationsCorporationIDBookmarksFoldersUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCorporationsCorporationIDBookmarksFoldersUnauthorized

func NewGetCorporationsCorporationIDBookmarksFoldersUnauthorized() *GetCorporationsCorporationIDBookmarksFoldersUnauthorized

NewGetCorporationsCorporationIDBookmarksFoldersUnauthorized creates a GetCorporationsCorporationIDBookmarksFoldersUnauthorized with default headers values

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) Error

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) GetPayload

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksFoldersUnauthorized) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksForbidden

type GetCorporationsCorporationIDBookmarksForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCorporationsCorporationIDBookmarksForbidden

func NewGetCorporationsCorporationIDBookmarksForbidden() *GetCorporationsCorporationIDBookmarksForbidden

NewGetCorporationsCorporationIDBookmarksForbidden creates a GetCorporationsCorporationIDBookmarksForbidden with default headers values

func (*GetCorporationsCorporationIDBookmarksForbidden) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksForbidden) Error

func (*GetCorporationsCorporationIDBookmarksForbidden) GetPayload

func (*GetCorporationsCorporationIDBookmarksForbidden) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksForbidden) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksForbidden) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksForbidden) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksForbidden) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksForbidden) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksGatewayTimeout

type GetCorporationsCorporationIDBookmarksGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCorporationsCorporationIDBookmarksGatewayTimeout

func NewGetCorporationsCorporationIDBookmarksGatewayTimeout() *GetCorporationsCorporationIDBookmarksGatewayTimeout

NewGetCorporationsCorporationIDBookmarksGatewayTimeout creates a GetCorporationsCorporationIDBookmarksGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) Error

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) GetPayload

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksGatewayTimeout) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksInternalServerError

type GetCorporationsCorporationIDBookmarksInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCorporationsCorporationIDBookmarksInternalServerError

func NewGetCorporationsCorporationIDBookmarksInternalServerError() *GetCorporationsCorporationIDBookmarksInternalServerError

NewGetCorporationsCorporationIDBookmarksInternalServerError creates a GetCorporationsCorporationIDBookmarksInternalServerError with default headers values

func (*GetCorporationsCorporationIDBookmarksInternalServerError) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksInternalServerError) Error

func (*GetCorporationsCorporationIDBookmarksInternalServerError) GetPayload

func (*GetCorporationsCorporationIDBookmarksInternalServerError) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksInternalServerError) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksInternalServerError) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksInternalServerError) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksNotModified

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

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

Not modified

func NewGetCorporationsCorporationIDBookmarksNotModified

func NewGetCorporationsCorporationIDBookmarksNotModified() *GetCorporationsCorporationIDBookmarksNotModified

NewGetCorporationsCorporationIDBookmarksNotModified creates a GetCorporationsCorporationIDBookmarksNotModified with default headers values

func (*GetCorporationsCorporationIDBookmarksNotModified) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksNotModified) Error

func (*GetCorporationsCorporationIDBookmarksNotModified) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksNotModified) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksNotModified) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksNotModified) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksNotModified) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksNotModified) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksOK

type GetCorporationsCorporationIDBookmarksOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	/* Maximum page number

	   Format: int32
	   Default: 1
	*/
	XPages int32

	Payload []*GetCorporationsCorporationIDBookmarksOKBodyItems0
}

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

List of corporation owned bookmarks

func NewGetCorporationsCorporationIDBookmarksOK

func NewGetCorporationsCorporationIDBookmarksOK() *GetCorporationsCorporationIDBookmarksOK

NewGetCorporationsCorporationIDBookmarksOK creates a GetCorporationsCorporationIDBookmarksOK with default headers values

func (*GetCorporationsCorporationIDBookmarksOK) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksOK) Error

func (*GetCorporationsCorporationIDBookmarksOK) GetPayload

func (*GetCorporationsCorporationIDBookmarksOK) IsClientError added in v0.5.29

func (o *GetCorporationsCorporationIDBookmarksOK) IsClientError() bool

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

func (*GetCorporationsCorporationIDBookmarksOK) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksOK) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksOK) IsServerError added in v0.5.29

func (o *GetCorporationsCorporationIDBookmarksOK) IsServerError() bool

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

func (*GetCorporationsCorporationIDBookmarksOK) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksOK) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksOKBodyItems0

type GetCorporationsCorporationIDBookmarksOKBodyItems0 struct {

	// get_corporations_corporation_id_bookmarks_bookmark_id
	//
	// bookmark_id integer
	// Required: true
	BookmarkID *int32 `json:"bookmark_id"`

	// coordinates
	Coordinates *GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates `json:"coordinates,omitempty"`

	// get_corporations_corporation_id_bookmarks_created
	//
	// created string
	// Required: true
	// Format: date-time
	Created *strfmt.DateTime `json:"created"`

	// get_corporations_corporation_id_bookmarks_creator_id
	//
	// creator_id integer
	// Required: true
	CreatorID *int32 `json:"creator_id"`

	// get_corporations_corporation_id_bookmarks_folder_id
	//
	// folder_id integer
	FolderID int32 `json:"folder_id,omitempty"`

	// item
	Item *GetCorporationsCorporationIDBookmarksOKBodyItems0Item `json:"item,omitempty"`

	// get_corporations_corporation_id_bookmarks_label
	//
	// label string
	// Required: true
	Label *string `json:"label"`

	// get_corporations_corporation_id_bookmarks_location_id
	//
	// location_id integer
	// Required: true
	LocationID *int32 `json:"location_id"`

	// get_corporations_corporation_id_bookmarks_notes
	//
	// notes string
	// Required: true
	Notes *string `json:"notes"`
}

GetCorporationsCorporationIDBookmarksOKBodyItems0 get_corporations_corporation_id_bookmarks_200_ok // // 200 ok object swagger:model GetCorporationsCorporationIDBookmarksOKBodyItems0

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validate this get corporations corporation ID bookmarks o k body items0 based on the context it is used

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0) Validate

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

type GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates

type GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates struct {

	// get_corporations_corporation_id_bookmarks_x
	//
	// x number
	// Required: true
	X *float64 `json:"x"`

	// get_corporations_corporation_id_bookmarks_y
	//
	// y number
	// Required: true
	Y *float64 `json:"y"`

	// get_corporations_corporation_id_bookmarks_z
	//
	// z number
	// Required: true
	Z *float64 `json:"z"`
}

GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates get_corporations_corporation_id_bookmarks_coordinates // // Optional object that is returned if a bookmark was made on a planet or a random location in space. swagger:model GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates) ContextValidate added in v0.3.0

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

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Coordinates) Validate

Validate validates this get corporations corporation ID bookmarks o k body items0 coordinates

type GetCorporationsCorporationIDBookmarksOKBodyItems0Item

type GetCorporationsCorporationIDBookmarksOKBodyItems0Item struct {

	// get_corporations_corporation_id_bookmarks_item_id
	//
	// item_id integer
	// Required: true
	ItemID *int64 `json:"item_id"`

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

GetCorporationsCorporationIDBookmarksOKBodyItems0Item get_corporations_corporation_id_bookmarks_item // // Optional object that is returned if a bookmark was made on a particular item. swagger:model GetCorporationsCorporationIDBookmarksOKBodyItems0Item

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Item) ContextValidate added in v0.3.0

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

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Item) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Item) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDBookmarksOKBodyItems0Item) Validate

Validate validates this get corporations corporation ID bookmarks o k body items0 item

type GetCorporationsCorporationIDBookmarksParams

type GetCorporationsCorporationIDBookmarksParams struct {

	/* IfNoneMatch.

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

	/* CorporationID.

	   An EVE corporation ID

	   Format: int32
	*/
	CorporationID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Page.

	   Which page of results to return

	   Format: int32
	   Default: 1
	*/
	Page *int32

	/* Token.

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

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

GetCorporationsCorporationIDBookmarksParams contains all the parameters to send to the API endpoint

for the get corporations corporation id bookmarks operation.

Typically these are written to a http.Request.

func NewGetCorporationsCorporationIDBookmarksParams

func NewGetCorporationsCorporationIDBookmarksParams() *GetCorporationsCorporationIDBookmarksParams

NewGetCorporationsCorporationIDBookmarksParams creates a new GetCorporationsCorporationIDBookmarksParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCorporationsCorporationIDBookmarksParamsWithContext

func NewGetCorporationsCorporationIDBookmarksParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDBookmarksParams

NewGetCorporationsCorporationIDBookmarksParamsWithContext creates a new GetCorporationsCorporationIDBookmarksParams object with the ability to set a context for a request.

func NewGetCorporationsCorporationIDBookmarksParamsWithHTTPClient

func NewGetCorporationsCorporationIDBookmarksParamsWithHTTPClient(client *http.Client) *GetCorporationsCorporationIDBookmarksParams

NewGetCorporationsCorporationIDBookmarksParamsWithHTTPClient creates a new GetCorporationsCorporationIDBookmarksParams object with the ability to set a custom HTTPClient for a request.

func NewGetCorporationsCorporationIDBookmarksParamsWithTimeout

func NewGetCorporationsCorporationIDBookmarksParamsWithTimeout(timeout time.Duration) *GetCorporationsCorporationIDBookmarksParams

NewGetCorporationsCorporationIDBookmarksParamsWithTimeout creates a new GetCorporationsCorporationIDBookmarksParams object with the ability to set a timeout on a request.

func (*GetCorporationsCorporationIDBookmarksParams) SetContext

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

func (*GetCorporationsCorporationIDBookmarksParams) SetCorporationID

func (o *GetCorporationsCorporationIDBookmarksParams) SetCorporationID(corporationID int32)

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

func (*GetCorporationsCorporationIDBookmarksParams) SetDatasource

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

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

func (*GetCorporationsCorporationIDBookmarksParams) SetDefaults added in v0.3.0

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

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

func (*GetCorporationsCorporationIDBookmarksParams) SetHTTPClient

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

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

func (*GetCorporationsCorporationIDBookmarksParams) SetIfNoneMatch

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

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

func (*GetCorporationsCorporationIDBookmarksParams) SetPage

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

func (*GetCorporationsCorporationIDBookmarksParams) SetTimeout

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

func (*GetCorporationsCorporationIDBookmarksParams) SetToken

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

func (*GetCorporationsCorporationIDBookmarksParams) WithContext

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

func (*GetCorporationsCorporationIDBookmarksParams) WithCorporationID

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

func (*GetCorporationsCorporationIDBookmarksParams) WithDatasource

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

func (*GetCorporationsCorporationIDBookmarksParams) WithDefaults added in v0.3.0

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

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

func (*GetCorporationsCorporationIDBookmarksParams) WithHTTPClient

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

func (*GetCorporationsCorporationIDBookmarksParams) WithIfNoneMatch

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

func (*GetCorporationsCorporationIDBookmarksParams) WithPage

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

func (*GetCorporationsCorporationIDBookmarksParams) WithTimeout

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

func (*GetCorporationsCorporationIDBookmarksParams) WithToken

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

func (*GetCorporationsCorporationIDBookmarksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCorporationsCorporationIDBookmarksReader

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

GetCorporationsCorporationIDBookmarksReader is a Reader for the GetCorporationsCorporationIDBookmarks structure.

func (*GetCorporationsCorporationIDBookmarksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCorporationsCorporationIDBookmarksServiceUnavailable

type GetCorporationsCorporationIDBookmarksServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCorporationsCorporationIDBookmarksServiceUnavailable

func NewGetCorporationsCorporationIDBookmarksServiceUnavailable() *GetCorporationsCorporationIDBookmarksServiceUnavailable

NewGetCorporationsCorporationIDBookmarksServiceUnavailable creates a GetCorporationsCorporationIDBookmarksServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) Error

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) GetPayload

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksServiceUnavailable) String added in v0.5.29

type GetCorporationsCorporationIDBookmarksUnauthorized

type GetCorporationsCorporationIDBookmarksUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCorporationsCorporationIDBookmarksUnauthorized

func NewGetCorporationsCorporationIDBookmarksUnauthorized() *GetCorporationsCorporationIDBookmarksUnauthorized

NewGetCorporationsCorporationIDBookmarksUnauthorized creates a GetCorporationsCorporationIDBookmarksUnauthorized with default headers values

func (*GetCorporationsCorporationIDBookmarksUnauthorized) Code added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksUnauthorized) Error

func (*GetCorporationsCorporationIDBookmarksUnauthorized) GetPayload

func (*GetCorporationsCorporationIDBookmarksUnauthorized) IsClientError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksUnauthorized) IsCode added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksUnauthorized) IsServerError added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCorporationsCorporationIDBookmarksUnauthorized) String added in v0.5.29

Jump to

Keyboard shortcuts

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