user_interface

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 user interface API

func (*Client) PostUIAutopilotWaypoint

func (a *Client) PostUIAutopilotWaypoint(params *PostUIAutopilotWaypointParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUIAutopilotWaypointNoContent, error)
PostUIAutopilotWaypoint sets autopilot waypoint

Set a solar system as autopilot waypoint

---

func (*Client) PostUIOpenwindowContract

PostUIOpenwindowContract opens contract window

Open the contract window inside the client

---

func (*Client) PostUIOpenwindowInformation

PostUIOpenwindowInformation opens information window

Open the information window for a character, corporation or alliance inside the client

---

func (*Client) PostUIOpenwindowMarketdetails

PostUIOpenwindowMarketdetails opens market details

Open the market details window for a specific typeID inside the client

---

func (*Client) PostUIOpenwindowNewmail

func (a *Client) PostUIOpenwindowNewmail(params *PostUIOpenwindowNewmailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUIOpenwindowNewmailNoContent, error)
PostUIOpenwindowNewmail opens new mail window

Open the New Mail window, according to settings from the request if applicable

---

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 {
	PostUIAutopilotWaypoint(params *PostUIAutopilotWaypointParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUIAutopilotWaypointNoContent, error)

	PostUIOpenwindowContract(params *PostUIOpenwindowContractParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUIOpenwindowContractNoContent, error)

	PostUIOpenwindowInformation(params *PostUIOpenwindowInformationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUIOpenwindowInformationNoContent, error)

	PostUIOpenwindowMarketdetails(params *PostUIOpenwindowMarketdetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUIOpenwindowMarketdetailsNoContent, error)

	PostUIOpenwindowNewmail(params *PostUIOpenwindowNewmailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUIOpenwindowNewmailNoContent, 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 user interface API client.

type PostUIAutopilotWaypointBadRequest

type PostUIAutopilotWaypointBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewPostUIAutopilotWaypointBadRequest

func NewPostUIAutopilotWaypointBadRequest() *PostUIAutopilotWaypointBadRequest

NewPostUIAutopilotWaypointBadRequest creates a PostUIAutopilotWaypointBadRequest with default headers values

func (*PostUIAutopilotWaypointBadRequest) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint bad request response

func (*PostUIAutopilotWaypointBadRequest) Error

func (*PostUIAutopilotWaypointBadRequest) GetPayload

func (*PostUIAutopilotWaypointBadRequest) IsClientError added in v0.5.29

func (o *PostUIAutopilotWaypointBadRequest) IsClientError() bool

IsClientError returns true when this post Ui autopilot waypoint bad request response has a 4xx status code

func (*PostUIAutopilotWaypointBadRequest) IsCode added in v0.5.29

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

IsCode returns true when this post Ui autopilot waypoint bad request response a status code equal to that given

func (*PostUIAutopilotWaypointBadRequest) IsRedirect added in v0.5.29

func (o *PostUIAutopilotWaypointBadRequest) IsRedirect() bool

IsRedirect returns true when this post Ui autopilot waypoint bad request response has a 3xx status code

func (*PostUIAutopilotWaypointBadRequest) IsServerError added in v0.5.29

func (o *PostUIAutopilotWaypointBadRequest) IsServerError() bool

IsServerError returns true when this post Ui autopilot waypoint bad request response has a 5xx status code

func (*PostUIAutopilotWaypointBadRequest) IsSuccess added in v0.5.29

func (o *PostUIAutopilotWaypointBadRequest) IsSuccess() bool

IsSuccess returns true when this post Ui autopilot waypoint bad request response has a 2xx status code

func (*PostUIAutopilotWaypointBadRequest) String added in v0.5.29

type PostUIAutopilotWaypointEnhanceYourCalm

type PostUIAutopilotWaypointEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewPostUIAutopilotWaypointEnhanceYourCalm

func NewPostUIAutopilotWaypointEnhanceYourCalm() *PostUIAutopilotWaypointEnhanceYourCalm

NewPostUIAutopilotWaypointEnhanceYourCalm creates a PostUIAutopilotWaypointEnhanceYourCalm with default headers values

func (*PostUIAutopilotWaypointEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint enhance your calm response

func (*PostUIAutopilotWaypointEnhanceYourCalm) Error

func (*PostUIAutopilotWaypointEnhanceYourCalm) GetPayload

func (*PostUIAutopilotWaypointEnhanceYourCalm) IsClientError added in v0.5.29

func (o *PostUIAutopilotWaypointEnhanceYourCalm) IsClientError() bool

IsClientError returns true when this post Ui autopilot waypoint enhance your calm response has a 4xx status code

func (*PostUIAutopilotWaypointEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this post Ui autopilot waypoint enhance your calm response a status code equal to that given

func (*PostUIAutopilotWaypointEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui autopilot waypoint enhance your calm response has a 3xx status code

func (*PostUIAutopilotWaypointEnhanceYourCalm) IsServerError added in v0.5.29

func (o *PostUIAutopilotWaypointEnhanceYourCalm) IsServerError() bool

IsServerError returns true when this post Ui autopilot waypoint enhance your calm response has a 5xx status code

func (*PostUIAutopilotWaypointEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui autopilot waypoint enhance your calm response has a 2xx status code

func (*PostUIAutopilotWaypointEnhanceYourCalm) String added in v0.5.29

type PostUIAutopilotWaypointForbidden

type PostUIAutopilotWaypointForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewPostUIAutopilotWaypointForbidden

func NewPostUIAutopilotWaypointForbidden() *PostUIAutopilotWaypointForbidden

NewPostUIAutopilotWaypointForbidden creates a PostUIAutopilotWaypointForbidden with default headers values

func (*PostUIAutopilotWaypointForbidden) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint forbidden response

func (*PostUIAutopilotWaypointForbidden) Error

func (*PostUIAutopilotWaypointForbidden) GetPayload

func (*PostUIAutopilotWaypointForbidden) IsClientError added in v0.5.29

func (o *PostUIAutopilotWaypointForbidden) IsClientError() bool

IsClientError returns true when this post Ui autopilot waypoint forbidden response has a 4xx status code

func (*PostUIAutopilotWaypointForbidden) IsCode added in v0.5.29

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

IsCode returns true when this post Ui autopilot waypoint forbidden response a status code equal to that given

func (*PostUIAutopilotWaypointForbidden) IsRedirect added in v0.5.29

func (o *PostUIAutopilotWaypointForbidden) IsRedirect() bool

IsRedirect returns true when this post Ui autopilot waypoint forbidden response has a 3xx status code

func (*PostUIAutopilotWaypointForbidden) IsServerError added in v0.5.29

func (o *PostUIAutopilotWaypointForbidden) IsServerError() bool

IsServerError returns true when this post Ui autopilot waypoint forbidden response has a 5xx status code

func (*PostUIAutopilotWaypointForbidden) IsSuccess added in v0.5.29

func (o *PostUIAutopilotWaypointForbidden) IsSuccess() bool

IsSuccess returns true when this post Ui autopilot waypoint forbidden response has a 2xx status code

func (*PostUIAutopilotWaypointForbidden) String added in v0.5.29

type PostUIAutopilotWaypointGatewayTimeout

type PostUIAutopilotWaypointGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewPostUIAutopilotWaypointGatewayTimeout

func NewPostUIAutopilotWaypointGatewayTimeout() *PostUIAutopilotWaypointGatewayTimeout

NewPostUIAutopilotWaypointGatewayTimeout creates a PostUIAutopilotWaypointGatewayTimeout with default headers values

func (*PostUIAutopilotWaypointGatewayTimeout) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint gateway timeout response

func (*PostUIAutopilotWaypointGatewayTimeout) Error

func (*PostUIAutopilotWaypointGatewayTimeout) GetPayload

func (*PostUIAutopilotWaypointGatewayTimeout) IsClientError added in v0.5.29

func (o *PostUIAutopilotWaypointGatewayTimeout) IsClientError() bool

IsClientError returns true when this post Ui autopilot waypoint gateway timeout response has a 4xx status code

func (*PostUIAutopilotWaypointGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this post Ui autopilot waypoint gateway timeout response a status code equal to that given

func (*PostUIAutopilotWaypointGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui autopilot waypoint gateway timeout response has a 3xx status code

func (*PostUIAutopilotWaypointGatewayTimeout) IsServerError added in v0.5.29

func (o *PostUIAutopilotWaypointGatewayTimeout) IsServerError() bool

IsServerError returns true when this post Ui autopilot waypoint gateway timeout response has a 5xx status code

func (*PostUIAutopilotWaypointGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui autopilot waypoint gateway timeout response has a 2xx status code

func (*PostUIAutopilotWaypointGatewayTimeout) String added in v0.5.29

type PostUIAutopilotWaypointInternalServerError

type PostUIAutopilotWaypointInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewPostUIAutopilotWaypointInternalServerError

func NewPostUIAutopilotWaypointInternalServerError() *PostUIAutopilotWaypointInternalServerError

NewPostUIAutopilotWaypointInternalServerError creates a PostUIAutopilotWaypointInternalServerError with default headers values

func (*PostUIAutopilotWaypointInternalServerError) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint internal server error response

func (*PostUIAutopilotWaypointInternalServerError) Error

func (*PostUIAutopilotWaypointInternalServerError) GetPayload

func (*PostUIAutopilotWaypointInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this post Ui autopilot waypoint internal server error response has a 4xx status code

func (*PostUIAutopilotWaypointInternalServerError) IsCode added in v0.5.29

IsCode returns true when this post Ui autopilot waypoint internal server error response a status code equal to that given

func (*PostUIAutopilotWaypointInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui autopilot waypoint internal server error response has a 3xx status code

func (*PostUIAutopilotWaypointInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this post Ui autopilot waypoint internal server error response has a 5xx status code

func (*PostUIAutopilotWaypointInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui autopilot waypoint internal server error response has a 2xx status code

func (*PostUIAutopilotWaypointInternalServerError) String added in v0.5.29

type PostUIAutopilotWaypointNoContent

type PostUIAutopilotWaypointNoContent struct {
}

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

Open window request received

func NewPostUIAutopilotWaypointNoContent

func NewPostUIAutopilotWaypointNoContent() *PostUIAutopilotWaypointNoContent

NewPostUIAutopilotWaypointNoContent creates a PostUIAutopilotWaypointNoContent with default headers values

func (*PostUIAutopilotWaypointNoContent) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint no content response

func (*PostUIAutopilotWaypointNoContent) Error

func (*PostUIAutopilotWaypointNoContent) IsClientError added in v0.5.29

func (o *PostUIAutopilotWaypointNoContent) IsClientError() bool

IsClientError returns true when this post Ui autopilot waypoint no content response has a 4xx status code

func (*PostUIAutopilotWaypointNoContent) IsCode added in v0.5.29

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

IsCode returns true when this post Ui autopilot waypoint no content response a status code equal to that given

func (*PostUIAutopilotWaypointNoContent) IsRedirect added in v0.5.29

func (o *PostUIAutopilotWaypointNoContent) IsRedirect() bool

IsRedirect returns true when this post Ui autopilot waypoint no content response has a 3xx status code

func (*PostUIAutopilotWaypointNoContent) IsServerError added in v0.5.29

func (o *PostUIAutopilotWaypointNoContent) IsServerError() bool

IsServerError returns true when this post Ui autopilot waypoint no content response has a 5xx status code

func (*PostUIAutopilotWaypointNoContent) IsSuccess added in v0.5.29

func (o *PostUIAutopilotWaypointNoContent) IsSuccess() bool

IsSuccess returns true when this post Ui autopilot waypoint no content response has a 2xx status code

func (*PostUIAutopilotWaypointNoContent) String added in v0.5.29

type PostUIAutopilotWaypointParams

type PostUIAutopilotWaypointParams struct {

	/* AddToBeginning.

	   Whether this solar system should be added to the beginning of all waypoints
	*/
	AddToBeginning bool

	/* ClearOtherWaypoints.

	   Whether clean other waypoints beforing adding this one
	*/
	ClearOtherWaypoints bool

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* DestinationID.

	   The destination to travel to, can be solar system, station or structure's id

	   Format: int64
	*/
	DestinationID int64

	/* Token.

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

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

PostUIAutopilotWaypointParams contains all the parameters to send to the API endpoint

for the post ui autopilot waypoint operation.

Typically these are written to a http.Request.

func NewPostUIAutopilotWaypointParams

func NewPostUIAutopilotWaypointParams() *PostUIAutopilotWaypointParams

NewPostUIAutopilotWaypointParams creates a new PostUIAutopilotWaypointParams 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 NewPostUIAutopilotWaypointParamsWithContext

func NewPostUIAutopilotWaypointParamsWithContext(ctx context.Context) *PostUIAutopilotWaypointParams

NewPostUIAutopilotWaypointParamsWithContext creates a new PostUIAutopilotWaypointParams object with the ability to set a context for a request.

func NewPostUIAutopilotWaypointParamsWithHTTPClient

func NewPostUIAutopilotWaypointParamsWithHTTPClient(client *http.Client) *PostUIAutopilotWaypointParams

NewPostUIAutopilotWaypointParamsWithHTTPClient creates a new PostUIAutopilotWaypointParams object with the ability to set a custom HTTPClient for a request.

func NewPostUIAutopilotWaypointParamsWithTimeout

func NewPostUIAutopilotWaypointParamsWithTimeout(timeout time.Duration) *PostUIAutopilotWaypointParams

NewPostUIAutopilotWaypointParamsWithTimeout creates a new PostUIAutopilotWaypointParams object with the ability to set a timeout on a request.

func (*PostUIAutopilotWaypointParams) SetAddToBeginning

func (o *PostUIAutopilotWaypointParams) SetAddToBeginning(addToBeginning bool)

SetAddToBeginning adds the addToBeginning to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) SetClearOtherWaypoints

func (o *PostUIAutopilotWaypointParams) SetClearOtherWaypoints(clearOtherWaypoints bool)

SetClearOtherWaypoints adds the clearOtherWaypoints to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) SetContext

func (o *PostUIAutopilotWaypointParams) SetContext(ctx context.Context)

SetContext adds the context to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) SetDatasource

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

SetDatasource adds the datasource to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) SetDefaults added in v0.3.0

func (o *PostUIAutopilotWaypointParams) SetDefaults()

SetDefaults hydrates default values in the post ui autopilot waypoint params (not the query body).

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

func (*PostUIAutopilotWaypointParams) SetDestinationID

func (o *PostUIAutopilotWaypointParams) SetDestinationID(destinationID int64)

SetDestinationID adds the destinationId to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) SetTimeout

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

SetTimeout adds the timeout to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) SetToken

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

SetToken adds the token to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithAddToBeginning

func (o *PostUIAutopilotWaypointParams) WithAddToBeginning(addToBeginning bool) *PostUIAutopilotWaypointParams

WithAddToBeginning adds the addToBeginning to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithClearOtherWaypoints

func (o *PostUIAutopilotWaypointParams) WithClearOtherWaypoints(clearOtherWaypoints bool) *PostUIAutopilotWaypointParams

WithClearOtherWaypoints adds the clearOtherWaypoints to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithContext

WithContext adds the context to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithDatasource

func (o *PostUIAutopilotWaypointParams) WithDatasource(datasource *string) *PostUIAutopilotWaypointParams

WithDatasource adds the datasource to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the post ui autopilot waypoint params (not the query body).

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

func (*PostUIAutopilotWaypointParams) WithDestinationID

func (o *PostUIAutopilotWaypointParams) WithDestinationID(destinationID int64) *PostUIAutopilotWaypointParams

WithDestinationID adds the destinationID to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithTimeout

WithTimeout adds the timeout to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WithToken

WithToken adds the token to the post ui autopilot waypoint params

func (*PostUIAutopilotWaypointParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUIAutopilotWaypointReader

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

PostUIAutopilotWaypointReader is a Reader for the PostUIAutopilotWaypoint structure.

func (*PostUIAutopilotWaypointReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUIAutopilotWaypointServiceUnavailable

type PostUIAutopilotWaypointServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewPostUIAutopilotWaypointServiceUnavailable

func NewPostUIAutopilotWaypointServiceUnavailable() *PostUIAutopilotWaypointServiceUnavailable

NewPostUIAutopilotWaypointServiceUnavailable creates a PostUIAutopilotWaypointServiceUnavailable with default headers values

func (*PostUIAutopilotWaypointServiceUnavailable) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint service unavailable response

func (*PostUIAutopilotWaypointServiceUnavailable) Error

func (*PostUIAutopilotWaypointServiceUnavailable) GetPayload

func (*PostUIAutopilotWaypointServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this post Ui autopilot waypoint service unavailable response has a 4xx status code

func (*PostUIAutopilotWaypointServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this post Ui autopilot waypoint service unavailable response a status code equal to that given

func (*PostUIAutopilotWaypointServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui autopilot waypoint service unavailable response has a 3xx status code

func (*PostUIAutopilotWaypointServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this post Ui autopilot waypoint service unavailable response has a 5xx status code

func (*PostUIAutopilotWaypointServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui autopilot waypoint service unavailable response has a 2xx status code

func (*PostUIAutopilotWaypointServiceUnavailable) String added in v0.5.29

type PostUIAutopilotWaypointUnauthorized

type PostUIAutopilotWaypointUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewPostUIAutopilotWaypointUnauthorized

func NewPostUIAutopilotWaypointUnauthorized() *PostUIAutopilotWaypointUnauthorized

NewPostUIAutopilotWaypointUnauthorized creates a PostUIAutopilotWaypointUnauthorized with default headers values

func (*PostUIAutopilotWaypointUnauthorized) Code added in v0.5.29

Code gets the status code for the post Ui autopilot waypoint unauthorized response

func (*PostUIAutopilotWaypointUnauthorized) Error

func (*PostUIAutopilotWaypointUnauthorized) GetPayload

func (*PostUIAutopilotWaypointUnauthorized) IsClientError added in v0.5.29

func (o *PostUIAutopilotWaypointUnauthorized) IsClientError() bool

IsClientError returns true when this post Ui autopilot waypoint unauthorized response has a 4xx status code

func (*PostUIAutopilotWaypointUnauthorized) IsCode added in v0.5.29

IsCode returns true when this post Ui autopilot waypoint unauthorized response a status code equal to that given

func (*PostUIAutopilotWaypointUnauthorized) IsRedirect added in v0.5.29

func (o *PostUIAutopilotWaypointUnauthorized) IsRedirect() bool

IsRedirect returns true when this post Ui autopilot waypoint unauthorized response has a 3xx status code

func (*PostUIAutopilotWaypointUnauthorized) IsServerError added in v0.5.29

func (o *PostUIAutopilotWaypointUnauthorized) IsServerError() bool

IsServerError returns true when this post Ui autopilot waypoint unauthorized response has a 5xx status code

func (*PostUIAutopilotWaypointUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui autopilot waypoint unauthorized response has a 2xx status code

func (*PostUIAutopilotWaypointUnauthorized) String added in v0.5.29

type PostUIOpenwindowContractBadRequest

type PostUIOpenwindowContractBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewPostUIOpenwindowContractBadRequest

func NewPostUIOpenwindowContractBadRequest() *PostUIOpenwindowContractBadRequest

NewPostUIOpenwindowContractBadRequest creates a PostUIOpenwindowContractBadRequest with default headers values

func (*PostUIOpenwindowContractBadRequest) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract bad request response

func (*PostUIOpenwindowContractBadRequest) Error

func (*PostUIOpenwindowContractBadRequest) GetPayload

func (*PostUIOpenwindowContractBadRequest) IsClientError added in v0.5.29

func (o *PostUIOpenwindowContractBadRequest) IsClientError() bool

IsClientError returns true when this post Ui openwindow contract bad request response has a 4xx status code

func (*PostUIOpenwindowContractBadRequest) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow contract bad request response a status code equal to that given

func (*PostUIOpenwindowContractBadRequest) IsRedirect added in v0.5.29

func (o *PostUIOpenwindowContractBadRequest) IsRedirect() bool

IsRedirect returns true when this post Ui openwindow contract bad request response has a 3xx status code

func (*PostUIOpenwindowContractBadRequest) IsServerError added in v0.5.29

func (o *PostUIOpenwindowContractBadRequest) IsServerError() bool

IsServerError returns true when this post Ui openwindow contract bad request response has a 5xx status code

func (*PostUIOpenwindowContractBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow contract bad request response has a 2xx status code

func (*PostUIOpenwindowContractBadRequest) String added in v0.5.29

type PostUIOpenwindowContractEnhanceYourCalm

type PostUIOpenwindowContractEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewPostUIOpenwindowContractEnhanceYourCalm

func NewPostUIOpenwindowContractEnhanceYourCalm() *PostUIOpenwindowContractEnhanceYourCalm

NewPostUIOpenwindowContractEnhanceYourCalm creates a PostUIOpenwindowContractEnhanceYourCalm with default headers values

func (*PostUIOpenwindowContractEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract enhance your calm response

func (*PostUIOpenwindowContractEnhanceYourCalm) Error

func (*PostUIOpenwindowContractEnhanceYourCalm) GetPayload

func (*PostUIOpenwindowContractEnhanceYourCalm) IsClientError added in v0.5.29

func (o *PostUIOpenwindowContractEnhanceYourCalm) IsClientError() bool

IsClientError returns true when this post Ui openwindow contract enhance your calm response has a 4xx status code

func (*PostUIOpenwindowContractEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow contract enhance your calm response a status code equal to that given

func (*PostUIOpenwindowContractEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow contract enhance your calm response has a 3xx status code

func (*PostUIOpenwindowContractEnhanceYourCalm) IsServerError added in v0.5.29

func (o *PostUIOpenwindowContractEnhanceYourCalm) IsServerError() bool

IsServerError returns true when this post Ui openwindow contract enhance your calm response has a 5xx status code

func (*PostUIOpenwindowContractEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow contract enhance your calm response has a 2xx status code

func (*PostUIOpenwindowContractEnhanceYourCalm) String added in v0.5.29

type PostUIOpenwindowContractForbidden

type PostUIOpenwindowContractForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewPostUIOpenwindowContractForbidden

func NewPostUIOpenwindowContractForbidden() *PostUIOpenwindowContractForbidden

NewPostUIOpenwindowContractForbidden creates a PostUIOpenwindowContractForbidden with default headers values

func (*PostUIOpenwindowContractForbidden) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract forbidden response

func (*PostUIOpenwindowContractForbidden) Error

func (*PostUIOpenwindowContractForbidden) GetPayload

func (*PostUIOpenwindowContractForbidden) IsClientError added in v0.5.29

func (o *PostUIOpenwindowContractForbidden) IsClientError() bool

IsClientError returns true when this post Ui openwindow contract forbidden response has a 4xx status code

func (*PostUIOpenwindowContractForbidden) IsCode added in v0.5.29

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

IsCode returns true when this post Ui openwindow contract forbidden response a status code equal to that given

func (*PostUIOpenwindowContractForbidden) IsRedirect added in v0.5.29

func (o *PostUIOpenwindowContractForbidden) IsRedirect() bool

IsRedirect returns true when this post Ui openwindow contract forbidden response has a 3xx status code

func (*PostUIOpenwindowContractForbidden) IsServerError added in v0.5.29

func (o *PostUIOpenwindowContractForbidden) IsServerError() bool

IsServerError returns true when this post Ui openwindow contract forbidden response has a 5xx status code

func (*PostUIOpenwindowContractForbidden) IsSuccess added in v0.5.29

func (o *PostUIOpenwindowContractForbidden) IsSuccess() bool

IsSuccess returns true when this post Ui openwindow contract forbidden response has a 2xx status code

func (*PostUIOpenwindowContractForbidden) String added in v0.5.29

type PostUIOpenwindowContractGatewayTimeout

type PostUIOpenwindowContractGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewPostUIOpenwindowContractGatewayTimeout

func NewPostUIOpenwindowContractGatewayTimeout() *PostUIOpenwindowContractGatewayTimeout

NewPostUIOpenwindowContractGatewayTimeout creates a PostUIOpenwindowContractGatewayTimeout with default headers values

func (*PostUIOpenwindowContractGatewayTimeout) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract gateway timeout response

func (*PostUIOpenwindowContractGatewayTimeout) Error

func (*PostUIOpenwindowContractGatewayTimeout) GetPayload

func (*PostUIOpenwindowContractGatewayTimeout) IsClientError added in v0.5.29

func (o *PostUIOpenwindowContractGatewayTimeout) IsClientError() bool

IsClientError returns true when this post Ui openwindow contract gateway timeout response has a 4xx status code

func (*PostUIOpenwindowContractGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow contract gateway timeout response a status code equal to that given

func (*PostUIOpenwindowContractGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow contract gateway timeout response has a 3xx status code

func (*PostUIOpenwindowContractGatewayTimeout) IsServerError added in v0.5.29

func (o *PostUIOpenwindowContractGatewayTimeout) IsServerError() bool

IsServerError returns true when this post Ui openwindow contract gateway timeout response has a 5xx status code

func (*PostUIOpenwindowContractGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow contract gateway timeout response has a 2xx status code

func (*PostUIOpenwindowContractGatewayTimeout) String added in v0.5.29

type PostUIOpenwindowContractInternalServerError

type PostUIOpenwindowContractInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewPostUIOpenwindowContractInternalServerError

func NewPostUIOpenwindowContractInternalServerError() *PostUIOpenwindowContractInternalServerError

NewPostUIOpenwindowContractInternalServerError creates a PostUIOpenwindowContractInternalServerError with default headers values

func (*PostUIOpenwindowContractInternalServerError) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract internal server error response

func (*PostUIOpenwindowContractInternalServerError) Error

func (*PostUIOpenwindowContractInternalServerError) GetPayload

func (*PostUIOpenwindowContractInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow contract internal server error response has a 4xx status code

func (*PostUIOpenwindowContractInternalServerError) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow contract internal server error response a status code equal to that given

func (*PostUIOpenwindowContractInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow contract internal server error response has a 3xx status code

func (*PostUIOpenwindowContractInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow contract internal server error response has a 5xx status code

func (*PostUIOpenwindowContractInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow contract internal server error response has a 2xx status code

func (*PostUIOpenwindowContractInternalServerError) String added in v0.5.29

type PostUIOpenwindowContractNoContent

type PostUIOpenwindowContractNoContent struct {
}

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

Open window request received

func NewPostUIOpenwindowContractNoContent

func NewPostUIOpenwindowContractNoContent() *PostUIOpenwindowContractNoContent

NewPostUIOpenwindowContractNoContent creates a PostUIOpenwindowContractNoContent with default headers values

func (*PostUIOpenwindowContractNoContent) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract no content response

func (*PostUIOpenwindowContractNoContent) Error

func (*PostUIOpenwindowContractNoContent) IsClientError added in v0.5.29

func (o *PostUIOpenwindowContractNoContent) IsClientError() bool

IsClientError returns true when this post Ui openwindow contract no content response has a 4xx status code

func (*PostUIOpenwindowContractNoContent) IsCode added in v0.5.29

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

IsCode returns true when this post Ui openwindow contract no content response a status code equal to that given

func (*PostUIOpenwindowContractNoContent) IsRedirect added in v0.5.29

func (o *PostUIOpenwindowContractNoContent) IsRedirect() bool

IsRedirect returns true when this post Ui openwindow contract no content response has a 3xx status code

func (*PostUIOpenwindowContractNoContent) IsServerError added in v0.5.29

func (o *PostUIOpenwindowContractNoContent) IsServerError() bool

IsServerError returns true when this post Ui openwindow contract no content response has a 5xx status code

func (*PostUIOpenwindowContractNoContent) IsSuccess added in v0.5.29

func (o *PostUIOpenwindowContractNoContent) IsSuccess() bool

IsSuccess returns true when this post Ui openwindow contract no content response has a 2xx status code

func (*PostUIOpenwindowContractNoContent) String added in v0.5.29

type PostUIOpenwindowContractParams

type PostUIOpenwindowContractParams struct {

	/* ContractID.

	   The contract to open

	   Format: int32
	*/
	ContractID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Token.

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

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

PostUIOpenwindowContractParams contains all the parameters to send to the API endpoint

for the post ui openwindow contract operation.

Typically these are written to a http.Request.

func NewPostUIOpenwindowContractParams

func NewPostUIOpenwindowContractParams() *PostUIOpenwindowContractParams

NewPostUIOpenwindowContractParams creates a new PostUIOpenwindowContractParams 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 NewPostUIOpenwindowContractParamsWithContext

func NewPostUIOpenwindowContractParamsWithContext(ctx context.Context) *PostUIOpenwindowContractParams

NewPostUIOpenwindowContractParamsWithContext creates a new PostUIOpenwindowContractParams object with the ability to set a context for a request.

func NewPostUIOpenwindowContractParamsWithHTTPClient

func NewPostUIOpenwindowContractParamsWithHTTPClient(client *http.Client) *PostUIOpenwindowContractParams

NewPostUIOpenwindowContractParamsWithHTTPClient creates a new PostUIOpenwindowContractParams object with the ability to set a custom HTTPClient for a request.

func NewPostUIOpenwindowContractParamsWithTimeout

func NewPostUIOpenwindowContractParamsWithTimeout(timeout time.Duration) *PostUIOpenwindowContractParams

NewPostUIOpenwindowContractParamsWithTimeout creates a new PostUIOpenwindowContractParams object with the ability to set a timeout on a request.

func (*PostUIOpenwindowContractParams) SetContext

func (o *PostUIOpenwindowContractParams) SetContext(ctx context.Context)

SetContext adds the context to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) SetContractID

func (o *PostUIOpenwindowContractParams) SetContractID(contractID int32)

SetContractID adds the contractId to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) SetDatasource

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

SetDatasource adds the datasource to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) SetDefaults added in v0.3.0

func (o *PostUIOpenwindowContractParams) SetDefaults()

SetDefaults hydrates default values in the post ui openwindow contract params (not the query body).

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

func (*PostUIOpenwindowContractParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) SetTimeout

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

SetTimeout adds the timeout to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) SetToken

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

SetToken adds the token to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) WithContext

WithContext adds the context to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) WithContractID

WithContractID adds the contractID to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) WithDatasource

WithDatasource adds the datasource to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the post ui openwindow contract params (not the query body).

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

func (*PostUIOpenwindowContractParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) WithTimeout

WithTimeout adds the timeout to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) WithToken

WithToken adds the token to the post ui openwindow contract params

func (*PostUIOpenwindowContractParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUIOpenwindowContractReader

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

PostUIOpenwindowContractReader is a Reader for the PostUIOpenwindowContract structure.

func (*PostUIOpenwindowContractReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUIOpenwindowContractServiceUnavailable

type PostUIOpenwindowContractServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewPostUIOpenwindowContractServiceUnavailable

func NewPostUIOpenwindowContractServiceUnavailable() *PostUIOpenwindowContractServiceUnavailable

NewPostUIOpenwindowContractServiceUnavailable creates a PostUIOpenwindowContractServiceUnavailable with default headers values

func (*PostUIOpenwindowContractServiceUnavailable) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract service unavailable response

func (*PostUIOpenwindowContractServiceUnavailable) Error

func (*PostUIOpenwindowContractServiceUnavailable) GetPayload

func (*PostUIOpenwindowContractServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow contract service unavailable response has a 4xx status code

func (*PostUIOpenwindowContractServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow contract service unavailable response a status code equal to that given

func (*PostUIOpenwindowContractServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow contract service unavailable response has a 3xx status code

func (*PostUIOpenwindowContractServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow contract service unavailable response has a 5xx status code

func (*PostUIOpenwindowContractServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow contract service unavailable response has a 2xx status code

func (*PostUIOpenwindowContractServiceUnavailable) String added in v0.5.29

type PostUIOpenwindowContractUnauthorized

type PostUIOpenwindowContractUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewPostUIOpenwindowContractUnauthorized

func NewPostUIOpenwindowContractUnauthorized() *PostUIOpenwindowContractUnauthorized

NewPostUIOpenwindowContractUnauthorized creates a PostUIOpenwindowContractUnauthorized with default headers values

func (*PostUIOpenwindowContractUnauthorized) Code added in v0.5.29

Code gets the status code for the post Ui openwindow contract unauthorized response

func (*PostUIOpenwindowContractUnauthorized) Error

func (*PostUIOpenwindowContractUnauthorized) GetPayload

func (*PostUIOpenwindowContractUnauthorized) IsClientError added in v0.5.29

func (o *PostUIOpenwindowContractUnauthorized) IsClientError() bool

IsClientError returns true when this post Ui openwindow contract unauthorized response has a 4xx status code

func (*PostUIOpenwindowContractUnauthorized) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow contract unauthorized response a status code equal to that given

func (*PostUIOpenwindowContractUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow contract unauthorized response has a 3xx status code

func (*PostUIOpenwindowContractUnauthorized) IsServerError added in v0.5.29

func (o *PostUIOpenwindowContractUnauthorized) IsServerError() bool

IsServerError returns true when this post Ui openwindow contract unauthorized response has a 5xx status code

func (*PostUIOpenwindowContractUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow contract unauthorized response has a 2xx status code

func (*PostUIOpenwindowContractUnauthorized) String added in v0.5.29

type PostUIOpenwindowInformationBadRequest

type PostUIOpenwindowInformationBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewPostUIOpenwindowInformationBadRequest

func NewPostUIOpenwindowInformationBadRequest() *PostUIOpenwindowInformationBadRequest

NewPostUIOpenwindowInformationBadRequest creates a PostUIOpenwindowInformationBadRequest with default headers values

func (*PostUIOpenwindowInformationBadRequest) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information bad request response

func (*PostUIOpenwindowInformationBadRequest) Error

func (*PostUIOpenwindowInformationBadRequest) GetPayload

func (*PostUIOpenwindowInformationBadRequest) IsClientError added in v0.5.29

func (o *PostUIOpenwindowInformationBadRequest) IsClientError() bool

IsClientError returns true when this post Ui openwindow information bad request response has a 4xx status code

func (*PostUIOpenwindowInformationBadRequest) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information bad request response a status code equal to that given

func (*PostUIOpenwindowInformationBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information bad request response has a 3xx status code

func (*PostUIOpenwindowInformationBadRequest) IsServerError added in v0.5.29

func (o *PostUIOpenwindowInformationBadRequest) IsServerError() bool

IsServerError returns true when this post Ui openwindow information bad request response has a 5xx status code

func (*PostUIOpenwindowInformationBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information bad request response has a 2xx status code

func (*PostUIOpenwindowInformationBadRequest) String added in v0.5.29

type PostUIOpenwindowInformationEnhanceYourCalm

type PostUIOpenwindowInformationEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewPostUIOpenwindowInformationEnhanceYourCalm

func NewPostUIOpenwindowInformationEnhanceYourCalm() *PostUIOpenwindowInformationEnhanceYourCalm

NewPostUIOpenwindowInformationEnhanceYourCalm creates a PostUIOpenwindowInformationEnhanceYourCalm with default headers values

func (*PostUIOpenwindowInformationEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information enhance your calm response

func (*PostUIOpenwindowInformationEnhanceYourCalm) Error

func (*PostUIOpenwindowInformationEnhanceYourCalm) GetPayload

func (*PostUIOpenwindowInformationEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow information enhance your calm response has a 4xx status code

func (*PostUIOpenwindowInformationEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information enhance your calm response a status code equal to that given

func (*PostUIOpenwindowInformationEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information enhance your calm response has a 3xx status code

func (*PostUIOpenwindowInformationEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow information enhance your calm response has a 5xx status code

func (*PostUIOpenwindowInformationEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information enhance your calm response has a 2xx status code

func (*PostUIOpenwindowInformationEnhanceYourCalm) String added in v0.5.29

type PostUIOpenwindowInformationForbidden

type PostUIOpenwindowInformationForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewPostUIOpenwindowInformationForbidden

func NewPostUIOpenwindowInformationForbidden() *PostUIOpenwindowInformationForbidden

NewPostUIOpenwindowInformationForbidden creates a PostUIOpenwindowInformationForbidden with default headers values

func (*PostUIOpenwindowInformationForbidden) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information forbidden response

func (*PostUIOpenwindowInformationForbidden) Error

func (*PostUIOpenwindowInformationForbidden) GetPayload

func (*PostUIOpenwindowInformationForbidden) IsClientError added in v0.5.29

func (o *PostUIOpenwindowInformationForbidden) IsClientError() bool

IsClientError returns true when this post Ui openwindow information forbidden response has a 4xx status code

func (*PostUIOpenwindowInformationForbidden) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information forbidden response a status code equal to that given

func (*PostUIOpenwindowInformationForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information forbidden response has a 3xx status code

func (*PostUIOpenwindowInformationForbidden) IsServerError added in v0.5.29

func (o *PostUIOpenwindowInformationForbidden) IsServerError() bool

IsServerError returns true when this post Ui openwindow information forbidden response has a 5xx status code

func (*PostUIOpenwindowInformationForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information forbidden response has a 2xx status code

func (*PostUIOpenwindowInformationForbidden) String added in v0.5.29

type PostUIOpenwindowInformationGatewayTimeout

type PostUIOpenwindowInformationGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewPostUIOpenwindowInformationGatewayTimeout

func NewPostUIOpenwindowInformationGatewayTimeout() *PostUIOpenwindowInformationGatewayTimeout

NewPostUIOpenwindowInformationGatewayTimeout creates a PostUIOpenwindowInformationGatewayTimeout with default headers values

func (*PostUIOpenwindowInformationGatewayTimeout) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information gateway timeout response

func (*PostUIOpenwindowInformationGatewayTimeout) Error

func (*PostUIOpenwindowInformationGatewayTimeout) GetPayload

func (*PostUIOpenwindowInformationGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow information gateway timeout response has a 4xx status code

func (*PostUIOpenwindowInformationGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information gateway timeout response a status code equal to that given

func (*PostUIOpenwindowInformationGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information gateway timeout response has a 3xx status code

func (*PostUIOpenwindowInformationGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow information gateway timeout response has a 5xx status code

func (*PostUIOpenwindowInformationGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information gateway timeout response has a 2xx status code

func (*PostUIOpenwindowInformationGatewayTimeout) String added in v0.5.29

type PostUIOpenwindowInformationInternalServerError

type PostUIOpenwindowInformationInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewPostUIOpenwindowInformationInternalServerError

func NewPostUIOpenwindowInformationInternalServerError() *PostUIOpenwindowInformationInternalServerError

NewPostUIOpenwindowInformationInternalServerError creates a PostUIOpenwindowInformationInternalServerError with default headers values

func (*PostUIOpenwindowInformationInternalServerError) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information internal server error response

func (*PostUIOpenwindowInformationInternalServerError) Error

func (*PostUIOpenwindowInformationInternalServerError) GetPayload

func (*PostUIOpenwindowInformationInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow information internal server error response has a 4xx status code

func (*PostUIOpenwindowInformationInternalServerError) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information internal server error response a status code equal to that given

func (*PostUIOpenwindowInformationInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information internal server error response has a 3xx status code

func (*PostUIOpenwindowInformationInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow information internal server error response has a 5xx status code

func (*PostUIOpenwindowInformationInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information internal server error response has a 2xx status code

func (*PostUIOpenwindowInformationInternalServerError) String added in v0.5.29

type PostUIOpenwindowInformationNoContent

type PostUIOpenwindowInformationNoContent struct {
}

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

Open window request received

func NewPostUIOpenwindowInformationNoContent

func NewPostUIOpenwindowInformationNoContent() *PostUIOpenwindowInformationNoContent

NewPostUIOpenwindowInformationNoContent creates a PostUIOpenwindowInformationNoContent with default headers values

func (*PostUIOpenwindowInformationNoContent) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information no content response

func (*PostUIOpenwindowInformationNoContent) Error

func (*PostUIOpenwindowInformationNoContent) IsClientError added in v0.5.29

func (o *PostUIOpenwindowInformationNoContent) IsClientError() bool

IsClientError returns true when this post Ui openwindow information no content response has a 4xx status code

func (*PostUIOpenwindowInformationNoContent) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information no content response a status code equal to that given

func (*PostUIOpenwindowInformationNoContent) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information no content response has a 3xx status code

func (*PostUIOpenwindowInformationNoContent) IsServerError added in v0.5.29

func (o *PostUIOpenwindowInformationNoContent) IsServerError() bool

IsServerError returns true when this post Ui openwindow information no content response has a 5xx status code

func (*PostUIOpenwindowInformationNoContent) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information no content response has a 2xx status code

func (*PostUIOpenwindowInformationNoContent) String added in v0.5.29

type PostUIOpenwindowInformationParams

type PostUIOpenwindowInformationParams struct {

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* TargetID.

	   The target to open

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

PostUIOpenwindowInformationParams contains all the parameters to send to the API endpoint

for the post ui openwindow information operation.

Typically these are written to a http.Request.

func NewPostUIOpenwindowInformationParams

func NewPostUIOpenwindowInformationParams() *PostUIOpenwindowInformationParams

NewPostUIOpenwindowInformationParams creates a new PostUIOpenwindowInformationParams 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 NewPostUIOpenwindowInformationParamsWithContext

func NewPostUIOpenwindowInformationParamsWithContext(ctx context.Context) *PostUIOpenwindowInformationParams

NewPostUIOpenwindowInformationParamsWithContext creates a new PostUIOpenwindowInformationParams object with the ability to set a context for a request.

func NewPostUIOpenwindowInformationParamsWithHTTPClient

func NewPostUIOpenwindowInformationParamsWithHTTPClient(client *http.Client) *PostUIOpenwindowInformationParams

NewPostUIOpenwindowInformationParamsWithHTTPClient creates a new PostUIOpenwindowInformationParams object with the ability to set a custom HTTPClient for a request.

func NewPostUIOpenwindowInformationParamsWithTimeout

func NewPostUIOpenwindowInformationParamsWithTimeout(timeout time.Duration) *PostUIOpenwindowInformationParams

NewPostUIOpenwindowInformationParamsWithTimeout creates a new PostUIOpenwindowInformationParams object with the ability to set a timeout on a request.

func (*PostUIOpenwindowInformationParams) SetContext

SetContext adds the context to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) SetDatasource

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

SetDatasource adds the datasource to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) SetDefaults added in v0.3.0

func (o *PostUIOpenwindowInformationParams) SetDefaults()

SetDefaults hydrates default values in the post ui openwindow information params (not the query body).

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

func (*PostUIOpenwindowInformationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) SetTargetID

func (o *PostUIOpenwindowInformationParams) SetTargetID(targetID int32)

SetTargetID adds the targetId to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) SetTimeout

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

SetTimeout adds the timeout to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) SetToken

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

SetToken adds the token to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) WithContext

WithContext adds the context to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) WithDatasource

WithDatasource adds the datasource to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the post ui openwindow information params (not the query body).

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

func (*PostUIOpenwindowInformationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) WithTargetID

WithTargetID adds the targetID to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) WithTimeout

WithTimeout adds the timeout to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) WithToken

WithToken adds the token to the post ui openwindow information params

func (*PostUIOpenwindowInformationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUIOpenwindowInformationReader

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

PostUIOpenwindowInformationReader is a Reader for the PostUIOpenwindowInformation structure.

func (*PostUIOpenwindowInformationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUIOpenwindowInformationServiceUnavailable

type PostUIOpenwindowInformationServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewPostUIOpenwindowInformationServiceUnavailable

func NewPostUIOpenwindowInformationServiceUnavailable() *PostUIOpenwindowInformationServiceUnavailable

NewPostUIOpenwindowInformationServiceUnavailable creates a PostUIOpenwindowInformationServiceUnavailable with default headers values

func (*PostUIOpenwindowInformationServiceUnavailable) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information service unavailable response

func (*PostUIOpenwindowInformationServiceUnavailable) Error

func (*PostUIOpenwindowInformationServiceUnavailable) GetPayload

func (*PostUIOpenwindowInformationServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow information service unavailable response has a 4xx status code

func (*PostUIOpenwindowInformationServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information service unavailable response a status code equal to that given

func (*PostUIOpenwindowInformationServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information service unavailable response has a 3xx status code

func (*PostUIOpenwindowInformationServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow information service unavailable response has a 5xx status code

func (*PostUIOpenwindowInformationServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information service unavailable response has a 2xx status code

func (*PostUIOpenwindowInformationServiceUnavailable) String added in v0.5.29

type PostUIOpenwindowInformationUnauthorized

type PostUIOpenwindowInformationUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewPostUIOpenwindowInformationUnauthorized

func NewPostUIOpenwindowInformationUnauthorized() *PostUIOpenwindowInformationUnauthorized

NewPostUIOpenwindowInformationUnauthorized creates a PostUIOpenwindowInformationUnauthorized with default headers values

func (*PostUIOpenwindowInformationUnauthorized) Code added in v0.5.29

Code gets the status code for the post Ui openwindow information unauthorized response

func (*PostUIOpenwindowInformationUnauthorized) Error

func (*PostUIOpenwindowInformationUnauthorized) GetPayload

func (*PostUIOpenwindowInformationUnauthorized) IsClientError added in v0.5.29

func (o *PostUIOpenwindowInformationUnauthorized) IsClientError() bool

IsClientError returns true when this post Ui openwindow information unauthorized response has a 4xx status code

func (*PostUIOpenwindowInformationUnauthorized) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow information unauthorized response a status code equal to that given

func (*PostUIOpenwindowInformationUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow information unauthorized response has a 3xx status code

func (*PostUIOpenwindowInformationUnauthorized) IsServerError added in v0.5.29

func (o *PostUIOpenwindowInformationUnauthorized) IsServerError() bool

IsServerError returns true when this post Ui openwindow information unauthorized response has a 5xx status code

func (*PostUIOpenwindowInformationUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow information unauthorized response has a 2xx status code

func (*PostUIOpenwindowInformationUnauthorized) String added in v0.5.29

type PostUIOpenwindowMarketdetailsBadRequest

type PostUIOpenwindowMarketdetailsBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewPostUIOpenwindowMarketdetailsBadRequest

func NewPostUIOpenwindowMarketdetailsBadRequest() *PostUIOpenwindowMarketdetailsBadRequest

NewPostUIOpenwindowMarketdetailsBadRequest creates a PostUIOpenwindowMarketdetailsBadRequest with default headers values

func (*PostUIOpenwindowMarketdetailsBadRequest) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails bad request response

func (*PostUIOpenwindowMarketdetailsBadRequest) Error

func (*PostUIOpenwindowMarketdetailsBadRequest) GetPayload

func (*PostUIOpenwindowMarketdetailsBadRequest) IsClientError added in v0.5.29

func (o *PostUIOpenwindowMarketdetailsBadRequest) IsClientError() bool

IsClientError returns true when this post Ui openwindow marketdetails bad request response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsBadRequest) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails bad request response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails bad request response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsBadRequest) IsServerError added in v0.5.29

func (o *PostUIOpenwindowMarketdetailsBadRequest) IsServerError() bool

IsServerError returns true when this post Ui openwindow marketdetails bad request response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails bad request response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsBadRequest) String added in v0.5.29

type PostUIOpenwindowMarketdetailsEnhanceYourCalm

type PostUIOpenwindowMarketdetailsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewPostUIOpenwindowMarketdetailsEnhanceYourCalm

func NewPostUIOpenwindowMarketdetailsEnhanceYourCalm() *PostUIOpenwindowMarketdetailsEnhanceYourCalm

NewPostUIOpenwindowMarketdetailsEnhanceYourCalm creates a PostUIOpenwindowMarketdetailsEnhanceYourCalm with default headers values

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails enhance your calm response

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) Error

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) GetPayload

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow marketdetails enhance your calm response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails enhance your calm response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails enhance your calm response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow marketdetails enhance your calm response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails enhance your calm response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsEnhanceYourCalm) String added in v0.5.29

type PostUIOpenwindowMarketdetailsForbidden

type PostUIOpenwindowMarketdetailsForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewPostUIOpenwindowMarketdetailsForbidden

func NewPostUIOpenwindowMarketdetailsForbidden() *PostUIOpenwindowMarketdetailsForbidden

NewPostUIOpenwindowMarketdetailsForbidden creates a PostUIOpenwindowMarketdetailsForbidden with default headers values

func (*PostUIOpenwindowMarketdetailsForbidden) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails forbidden response

func (*PostUIOpenwindowMarketdetailsForbidden) Error

func (*PostUIOpenwindowMarketdetailsForbidden) GetPayload

func (*PostUIOpenwindowMarketdetailsForbidden) IsClientError added in v0.5.29

func (o *PostUIOpenwindowMarketdetailsForbidden) IsClientError() bool

IsClientError returns true when this post Ui openwindow marketdetails forbidden response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsForbidden) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails forbidden response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails forbidden response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsForbidden) IsServerError added in v0.5.29

func (o *PostUIOpenwindowMarketdetailsForbidden) IsServerError() bool

IsServerError returns true when this post Ui openwindow marketdetails forbidden response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails forbidden response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsForbidden) String added in v0.5.29

type PostUIOpenwindowMarketdetailsGatewayTimeout

type PostUIOpenwindowMarketdetailsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewPostUIOpenwindowMarketdetailsGatewayTimeout

func NewPostUIOpenwindowMarketdetailsGatewayTimeout() *PostUIOpenwindowMarketdetailsGatewayTimeout

NewPostUIOpenwindowMarketdetailsGatewayTimeout creates a PostUIOpenwindowMarketdetailsGatewayTimeout with default headers values

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails gateway timeout response

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) Error

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) GetPayload

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow marketdetails gateway timeout response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails gateway timeout response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails gateway timeout response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow marketdetails gateway timeout response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails gateway timeout response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsGatewayTimeout) String added in v0.5.29

type PostUIOpenwindowMarketdetailsInternalServerError

type PostUIOpenwindowMarketdetailsInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewPostUIOpenwindowMarketdetailsInternalServerError

func NewPostUIOpenwindowMarketdetailsInternalServerError() *PostUIOpenwindowMarketdetailsInternalServerError

NewPostUIOpenwindowMarketdetailsInternalServerError creates a PostUIOpenwindowMarketdetailsInternalServerError with default headers values

func (*PostUIOpenwindowMarketdetailsInternalServerError) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails internal server error response

func (*PostUIOpenwindowMarketdetailsInternalServerError) Error

func (*PostUIOpenwindowMarketdetailsInternalServerError) GetPayload

func (*PostUIOpenwindowMarketdetailsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow marketdetails internal server error response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails internal server error response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails internal server error response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow marketdetails internal server error response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails internal server error response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsInternalServerError) String added in v0.5.29

type PostUIOpenwindowMarketdetailsNoContent

type PostUIOpenwindowMarketdetailsNoContent struct {
}

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

Open window request received

func NewPostUIOpenwindowMarketdetailsNoContent

func NewPostUIOpenwindowMarketdetailsNoContent() *PostUIOpenwindowMarketdetailsNoContent

NewPostUIOpenwindowMarketdetailsNoContent creates a PostUIOpenwindowMarketdetailsNoContent with default headers values

func (*PostUIOpenwindowMarketdetailsNoContent) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails no content response

func (*PostUIOpenwindowMarketdetailsNoContent) Error

func (*PostUIOpenwindowMarketdetailsNoContent) IsClientError added in v0.5.29

func (o *PostUIOpenwindowMarketdetailsNoContent) IsClientError() bool

IsClientError returns true when this post Ui openwindow marketdetails no content response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsNoContent) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails no content response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsNoContent) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails no content response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsNoContent) IsServerError added in v0.5.29

func (o *PostUIOpenwindowMarketdetailsNoContent) IsServerError() bool

IsServerError returns true when this post Ui openwindow marketdetails no content response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsNoContent) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails no content response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsNoContent) String added in v0.5.29

type PostUIOpenwindowMarketdetailsParams

type PostUIOpenwindowMarketdetailsParams struct {

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Token.

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

	/* TypeID.

	   The item type to open in market window

	   Format: int32
	*/
	TypeID int32

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

PostUIOpenwindowMarketdetailsParams contains all the parameters to send to the API endpoint

for the post ui openwindow marketdetails operation.

Typically these are written to a http.Request.

func NewPostUIOpenwindowMarketdetailsParams

func NewPostUIOpenwindowMarketdetailsParams() *PostUIOpenwindowMarketdetailsParams

NewPostUIOpenwindowMarketdetailsParams creates a new PostUIOpenwindowMarketdetailsParams 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 NewPostUIOpenwindowMarketdetailsParamsWithContext

func NewPostUIOpenwindowMarketdetailsParamsWithContext(ctx context.Context) *PostUIOpenwindowMarketdetailsParams

NewPostUIOpenwindowMarketdetailsParamsWithContext creates a new PostUIOpenwindowMarketdetailsParams object with the ability to set a context for a request.

func NewPostUIOpenwindowMarketdetailsParamsWithHTTPClient

func NewPostUIOpenwindowMarketdetailsParamsWithHTTPClient(client *http.Client) *PostUIOpenwindowMarketdetailsParams

NewPostUIOpenwindowMarketdetailsParamsWithHTTPClient creates a new PostUIOpenwindowMarketdetailsParams object with the ability to set a custom HTTPClient for a request.

func NewPostUIOpenwindowMarketdetailsParamsWithTimeout

func NewPostUIOpenwindowMarketdetailsParamsWithTimeout(timeout time.Duration) *PostUIOpenwindowMarketdetailsParams

NewPostUIOpenwindowMarketdetailsParamsWithTimeout creates a new PostUIOpenwindowMarketdetailsParams object with the ability to set a timeout on a request.

func (*PostUIOpenwindowMarketdetailsParams) SetContext

SetContext adds the context to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) SetDatasource

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

SetDatasource adds the datasource to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) SetDefaults added in v0.3.0

func (o *PostUIOpenwindowMarketdetailsParams) SetDefaults()

SetDefaults hydrates default values in the post ui openwindow marketdetails params (not the query body).

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

func (*PostUIOpenwindowMarketdetailsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) SetTimeout

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

SetTimeout adds the timeout to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) SetToken

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

SetToken adds the token to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) SetTypeID

func (o *PostUIOpenwindowMarketdetailsParams) SetTypeID(typeID int32)

SetTypeID adds the typeId to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) WithContext

WithContext adds the context to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) WithDatasource

WithDatasource adds the datasource to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the post ui openwindow marketdetails params (not the query body).

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

func (*PostUIOpenwindowMarketdetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) WithTimeout

WithTimeout adds the timeout to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) WithToken

WithToken adds the token to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) WithTypeID

WithTypeID adds the typeID to the post ui openwindow marketdetails params

func (*PostUIOpenwindowMarketdetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUIOpenwindowMarketdetailsReader

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

PostUIOpenwindowMarketdetailsReader is a Reader for the PostUIOpenwindowMarketdetails structure.

func (*PostUIOpenwindowMarketdetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUIOpenwindowMarketdetailsServiceUnavailable

type PostUIOpenwindowMarketdetailsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewPostUIOpenwindowMarketdetailsServiceUnavailable

func NewPostUIOpenwindowMarketdetailsServiceUnavailable() *PostUIOpenwindowMarketdetailsServiceUnavailable

NewPostUIOpenwindowMarketdetailsServiceUnavailable creates a PostUIOpenwindowMarketdetailsServiceUnavailable with default headers values

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails service unavailable response

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) Error

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) GetPayload

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow marketdetails service unavailable response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails service unavailable response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails service unavailable response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow marketdetails service unavailable response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails service unavailable response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsServiceUnavailable) String added in v0.5.29

type PostUIOpenwindowMarketdetailsUnauthorized

type PostUIOpenwindowMarketdetailsUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewPostUIOpenwindowMarketdetailsUnauthorized

func NewPostUIOpenwindowMarketdetailsUnauthorized() *PostUIOpenwindowMarketdetailsUnauthorized

NewPostUIOpenwindowMarketdetailsUnauthorized creates a PostUIOpenwindowMarketdetailsUnauthorized with default headers values

func (*PostUIOpenwindowMarketdetailsUnauthorized) Code added in v0.5.29

Code gets the status code for the post Ui openwindow marketdetails unauthorized response

func (*PostUIOpenwindowMarketdetailsUnauthorized) Error

func (*PostUIOpenwindowMarketdetailsUnauthorized) GetPayload

func (*PostUIOpenwindowMarketdetailsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow marketdetails unauthorized response has a 4xx status code

func (*PostUIOpenwindowMarketdetailsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow marketdetails unauthorized response a status code equal to that given

func (*PostUIOpenwindowMarketdetailsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow marketdetails unauthorized response has a 3xx status code

func (*PostUIOpenwindowMarketdetailsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow marketdetails unauthorized response has a 5xx status code

func (*PostUIOpenwindowMarketdetailsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow marketdetails unauthorized response has a 2xx status code

func (*PostUIOpenwindowMarketdetailsUnauthorized) String added in v0.5.29

type PostUIOpenwindowNewmailBadRequest

type PostUIOpenwindowNewmailBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewPostUIOpenwindowNewmailBadRequest

func NewPostUIOpenwindowNewmailBadRequest() *PostUIOpenwindowNewmailBadRequest

NewPostUIOpenwindowNewmailBadRequest creates a PostUIOpenwindowNewmailBadRequest with default headers values

func (*PostUIOpenwindowNewmailBadRequest) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail bad request response

func (*PostUIOpenwindowNewmailBadRequest) Error

func (*PostUIOpenwindowNewmailBadRequest) GetPayload

func (*PostUIOpenwindowNewmailBadRequest) IsClientError added in v0.5.29

func (o *PostUIOpenwindowNewmailBadRequest) IsClientError() bool

IsClientError returns true when this post Ui openwindow newmail bad request response has a 4xx status code

func (*PostUIOpenwindowNewmailBadRequest) IsCode added in v0.5.29

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

IsCode returns true when this post Ui openwindow newmail bad request response a status code equal to that given

func (*PostUIOpenwindowNewmailBadRequest) IsRedirect added in v0.5.29

func (o *PostUIOpenwindowNewmailBadRequest) IsRedirect() bool

IsRedirect returns true when this post Ui openwindow newmail bad request response has a 3xx status code

func (*PostUIOpenwindowNewmailBadRequest) IsServerError added in v0.5.29

func (o *PostUIOpenwindowNewmailBadRequest) IsServerError() bool

IsServerError returns true when this post Ui openwindow newmail bad request response has a 5xx status code

func (*PostUIOpenwindowNewmailBadRequest) IsSuccess added in v0.5.29

func (o *PostUIOpenwindowNewmailBadRequest) IsSuccess() bool

IsSuccess returns true when this post Ui openwindow newmail bad request response has a 2xx status code

func (*PostUIOpenwindowNewmailBadRequest) String added in v0.5.29

type PostUIOpenwindowNewmailBody

type PostUIOpenwindowNewmailBody struct {

	// post_ui_openwindow_newmail_body
	//
	// body string
	// Required: true
	// Max Length: 10000
	Body *string `json:"body"`

	// post_ui_openwindow_newmail_recipients
	//
	// recipients array
	// Required: true
	// Max Items: 50
	// Min Items: 1
	Recipients []int32 `json:"recipients"`

	// post_ui_openwindow_newmail_subject
	//
	// subject string
	// Required: true
	// Max Length: 1000
	Subject *string `json:"subject"`

	// post_ui_openwindow_newmail_to_corp_or_alliance_id
	//
	// to_corp_or_alliance_id integer
	ToCorpOrAllianceID int32 `json:"to_corp_or_alliance_id,omitempty"`

	// post_ui_openwindow_newmail_to_mailing_list_id
	//
	// Corporations, alliances and mailing lists are all types of mailing groups. You may only send to one mailing group, at a time, so you may fill out either this field or the to_corp_or_alliance_ids field
	ToMailingListID int32 `json:"to_mailing_list_id,omitempty"`
}

PostUIOpenwindowNewmailBody post_ui_openwindow_newmail_new_mail // // new_mail object swagger:model PostUIOpenwindowNewmailBody

func (*PostUIOpenwindowNewmailBody) ContextValidate added in v0.3.0

func (o *PostUIOpenwindowNewmailBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this post UI openwindow newmail body based on context it is used

func (*PostUIOpenwindowNewmailBody) MarshalBinary

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

MarshalBinary interface implementation

func (*PostUIOpenwindowNewmailBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PostUIOpenwindowNewmailBody) Validate

func (o *PostUIOpenwindowNewmailBody) Validate(formats strfmt.Registry) error

Validate validates this post UI openwindow newmail body

type PostUIOpenwindowNewmailEnhanceYourCalm

type PostUIOpenwindowNewmailEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewPostUIOpenwindowNewmailEnhanceYourCalm

func NewPostUIOpenwindowNewmailEnhanceYourCalm() *PostUIOpenwindowNewmailEnhanceYourCalm

NewPostUIOpenwindowNewmailEnhanceYourCalm creates a PostUIOpenwindowNewmailEnhanceYourCalm with default headers values

func (*PostUIOpenwindowNewmailEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail enhance your calm response

func (*PostUIOpenwindowNewmailEnhanceYourCalm) Error

func (*PostUIOpenwindowNewmailEnhanceYourCalm) GetPayload

func (*PostUIOpenwindowNewmailEnhanceYourCalm) IsClientError added in v0.5.29

func (o *PostUIOpenwindowNewmailEnhanceYourCalm) IsClientError() bool

IsClientError returns true when this post Ui openwindow newmail enhance your calm response has a 4xx status code

func (*PostUIOpenwindowNewmailEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow newmail enhance your calm response a status code equal to that given

func (*PostUIOpenwindowNewmailEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow newmail enhance your calm response has a 3xx status code

func (*PostUIOpenwindowNewmailEnhanceYourCalm) IsServerError added in v0.5.29

func (o *PostUIOpenwindowNewmailEnhanceYourCalm) IsServerError() bool

IsServerError returns true when this post Ui openwindow newmail enhance your calm response has a 5xx status code

func (*PostUIOpenwindowNewmailEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow newmail enhance your calm response has a 2xx status code

func (*PostUIOpenwindowNewmailEnhanceYourCalm) String added in v0.5.29

type PostUIOpenwindowNewmailForbidden

type PostUIOpenwindowNewmailForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewPostUIOpenwindowNewmailForbidden

func NewPostUIOpenwindowNewmailForbidden() *PostUIOpenwindowNewmailForbidden

NewPostUIOpenwindowNewmailForbidden creates a PostUIOpenwindowNewmailForbidden with default headers values

func (*PostUIOpenwindowNewmailForbidden) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail forbidden response

func (*PostUIOpenwindowNewmailForbidden) Error

func (*PostUIOpenwindowNewmailForbidden) GetPayload

func (*PostUIOpenwindowNewmailForbidden) IsClientError added in v0.5.29

func (o *PostUIOpenwindowNewmailForbidden) IsClientError() bool

IsClientError returns true when this post Ui openwindow newmail forbidden response has a 4xx status code

func (*PostUIOpenwindowNewmailForbidden) IsCode added in v0.5.29

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

IsCode returns true when this post Ui openwindow newmail forbidden response a status code equal to that given

func (*PostUIOpenwindowNewmailForbidden) IsRedirect added in v0.5.29

func (o *PostUIOpenwindowNewmailForbidden) IsRedirect() bool

IsRedirect returns true when this post Ui openwindow newmail forbidden response has a 3xx status code

func (*PostUIOpenwindowNewmailForbidden) IsServerError added in v0.5.29

func (o *PostUIOpenwindowNewmailForbidden) IsServerError() bool

IsServerError returns true when this post Ui openwindow newmail forbidden response has a 5xx status code

func (*PostUIOpenwindowNewmailForbidden) IsSuccess added in v0.5.29

func (o *PostUIOpenwindowNewmailForbidden) IsSuccess() bool

IsSuccess returns true when this post Ui openwindow newmail forbidden response has a 2xx status code

func (*PostUIOpenwindowNewmailForbidden) String added in v0.5.29

type PostUIOpenwindowNewmailGatewayTimeout

type PostUIOpenwindowNewmailGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewPostUIOpenwindowNewmailGatewayTimeout

func NewPostUIOpenwindowNewmailGatewayTimeout() *PostUIOpenwindowNewmailGatewayTimeout

NewPostUIOpenwindowNewmailGatewayTimeout creates a PostUIOpenwindowNewmailGatewayTimeout with default headers values

func (*PostUIOpenwindowNewmailGatewayTimeout) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail gateway timeout response

func (*PostUIOpenwindowNewmailGatewayTimeout) Error

func (*PostUIOpenwindowNewmailGatewayTimeout) GetPayload

func (*PostUIOpenwindowNewmailGatewayTimeout) IsClientError added in v0.5.29

func (o *PostUIOpenwindowNewmailGatewayTimeout) IsClientError() bool

IsClientError returns true when this post Ui openwindow newmail gateway timeout response has a 4xx status code

func (*PostUIOpenwindowNewmailGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow newmail gateway timeout response a status code equal to that given

func (*PostUIOpenwindowNewmailGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow newmail gateway timeout response has a 3xx status code

func (*PostUIOpenwindowNewmailGatewayTimeout) IsServerError added in v0.5.29

func (o *PostUIOpenwindowNewmailGatewayTimeout) IsServerError() bool

IsServerError returns true when this post Ui openwindow newmail gateway timeout response has a 5xx status code

func (*PostUIOpenwindowNewmailGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow newmail gateway timeout response has a 2xx status code

func (*PostUIOpenwindowNewmailGatewayTimeout) String added in v0.5.29

type PostUIOpenwindowNewmailInternalServerError

type PostUIOpenwindowNewmailInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewPostUIOpenwindowNewmailInternalServerError

func NewPostUIOpenwindowNewmailInternalServerError() *PostUIOpenwindowNewmailInternalServerError

NewPostUIOpenwindowNewmailInternalServerError creates a PostUIOpenwindowNewmailInternalServerError with default headers values

func (*PostUIOpenwindowNewmailInternalServerError) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail internal server error response

func (*PostUIOpenwindowNewmailInternalServerError) Error

func (*PostUIOpenwindowNewmailInternalServerError) GetPayload

func (*PostUIOpenwindowNewmailInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow newmail internal server error response has a 4xx status code

func (*PostUIOpenwindowNewmailInternalServerError) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow newmail internal server error response a status code equal to that given

func (*PostUIOpenwindowNewmailInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow newmail internal server error response has a 3xx status code

func (*PostUIOpenwindowNewmailInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow newmail internal server error response has a 5xx status code

func (*PostUIOpenwindowNewmailInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow newmail internal server error response has a 2xx status code

func (*PostUIOpenwindowNewmailInternalServerError) String added in v0.5.29

type PostUIOpenwindowNewmailNoContent

type PostUIOpenwindowNewmailNoContent struct {
}

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

Open window request received

func NewPostUIOpenwindowNewmailNoContent

func NewPostUIOpenwindowNewmailNoContent() *PostUIOpenwindowNewmailNoContent

NewPostUIOpenwindowNewmailNoContent creates a PostUIOpenwindowNewmailNoContent with default headers values

func (*PostUIOpenwindowNewmailNoContent) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail no content response

func (*PostUIOpenwindowNewmailNoContent) Error

func (*PostUIOpenwindowNewmailNoContent) IsClientError added in v0.5.29

func (o *PostUIOpenwindowNewmailNoContent) IsClientError() bool

IsClientError returns true when this post Ui openwindow newmail no content response has a 4xx status code

func (*PostUIOpenwindowNewmailNoContent) IsCode added in v0.5.29

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

IsCode returns true when this post Ui openwindow newmail no content response a status code equal to that given

func (*PostUIOpenwindowNewmailNoContent) IsRedirect added in v0.5.29

func (o *PostUIOpenwindowNewmailNoContent) IsRedirect() bool

IsRedirect returns true when this post Ui openwindow newmail no content response has a 3xx status code

func (*PostUIOpenwindowNewmailNoContent) IsServerError added in v0.5.29

func (o *PostUIOpenwindowNewmailNoContent) IsServerError() bool

IsServerError returns true when this post Ui openwindow newmail no content response has a 5xx status code

func (*PostUIOpenwindowNewmailNoContent) IsSuccess added in v0.5.29

func (o *PostUIOpenwindowNewmailNoContent) IsSuccess() bool

IsSuccess returns true when this post Ui openwindow newmail no content response has a 2xx status code

func (*PostUIOpenwindowNewmailNoContent) String added in v0.5.29

type PostUIOpenwindowNewmailParams

type PostUIOpenwindowNewmailParams struct {

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* NewMail.

	   The details of mail to create
	*/
	NewMail PostUIOpenwindowNewmailBody

	/* Token.

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

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

PostUIOpenwindowNewmailParams contains all the parameters to send to the API endpoint

for the post ui openwindow newmail operation.

Typically these are written to a http.Request.

func NewPostUIOpenwindowNewmailParams

func NewPostUIOpenwindowNewmailParams() *PostUIOpenwindowNewmailParams

NewPostUIOpenwindowNewmailParams creates a new PostUIOpenwindowNewmailParams 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 NewPostUIOpenwindowNewmailParamsWithContext

func NewPostUIOpenwindowNewmailParamsWithContext(ctx context.Context) *PostUIOpenwindowNewmailParams

NewPostUIOpenwindowNewmailParamsWithContext creates a new PostUIOpenwindowNewmailParams object with the ability to set a context for a request.

func NewPostUIOpenwindowNewmailParamsWithHTTPClient

func NewPostUIOpenwindowNewmailParamsWithHTTPClient(client *http.Client) *PostUIOpenwindowNewmailParams

NewPostUIOpenwindowNewmailParamsWithHTTPClient creates a new PostUIOpenwindowNewmailParams object with the ability to set a custom HTTPClient for a request.

func NewPostUIOpenwindowNewmailParamsWithTimeout

func NewPostUIOpenwindowNewmailParamsWithTimeout(timeout time.Duration) *PostUIOpenwindowNewmailParams

NewPostUIOpenwindowNewmailParamsWithTimeout creates a new PostUIOpenwindowNewmailParams object with the ability to set a timeout on a request.

func (*PostUIOpenwindowNewmailParams) SetContext

func (o *PostUIOpenwindowNewmailParams) SetContext(ctx context.Context)

SetContext adds the context to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) SetDatasource

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

SetDatasource adds the datasource to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) SetDefaults added in v0.3.0

func (o *PostUIOpenwindowNewmailParams) SetDefaults()

SetDefaults hydrates default values in the post ui openwindow newmail params (not the query body).

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

func (*PostUIOpenwindowNewmailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) SetNewMail

SetNewMail adds the newMail to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) SetTimeout

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

SetTimeout adds the timeout to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) SetToken

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

SetToken adds the token to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) WithContext

WithContext adds the context to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) WithDatasource

func (o *PostUIOpenwindowNewmailParams) WithDatasource(datasource *string) *PostUIOpenwindowNewmailParams

WithDatasource adds the datasource to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the post ui openwindow newmail params (not the query body).

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

func (*PostUIOpenwindowNewmailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) WithNewMail

WithNewMail adds the newMail to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) WithTimeout

WithTimeout adds the timeout to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) WithToken

WithToken adds the token to the post ui openwindow newmail params

func (*PostUIOpenwindowNewmailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUIOpenwindowNewmailReader

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

PostUIOpenwindowNewmailReader is a Reader for the PostUIOpenwindowNewmail structure.

func (*PostUIOpenwindowNewmailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUIOpenwindowNewmailServiceUnavailable

type PostUIOpenwindowNewmailServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewPostUIOpenwindowNewmailServiceUnavailable

func NewPostUIOpenwindowNewmailServiceUnavailable() *PostUIOpenwindowNewmailServiceUnavailable

NewPostUIOpenwindowNewmailServiceUnavailable creates a PostUIOpenwindowNewmailServiceUnavailable with default headers values

func (*PostUIOpenwindowNewmailServiceUnavailable) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail service unavailable response

func (*PostUIOpenwindowNewmailServiceUnavailable) Error

func (*PostUIOpenwindowNewmailServiceUnavailable) GetPayload

func (*PostUIOpenwindowNewmailServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow newmail service unavailable response has a 4xx status code

func (*PostUIOpenwindowNewmailServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow newmail service unavailable response a status code equal to that given

func (*PostUIOpenwindowNewmailServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow newmail service unavailable response has a 3xx status code

func (*PostUIOpenwindowNewmailServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow newmail service unavailable response has a 5xx status code

func (*PostUIOpenwindowNewmailServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow newmail service unavailable response has a 2xx status code

func (*PostUIOpenwindowNewmailServiceUnavailable) String added in v0.5.29

type PostUIOpenwindowNewmailUnauthorized

type PostUIOpenwindowNewmailUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewPostUIOpenwindowNewmailUnauthorized

func NewPostUIOpenwindowNewmailUnauthorized() *PostUIOpenwindowNewmailUnauthorized

NewPostUIOpenwindowNewmailUnauthorized creates a PostUIOpenwindowNewmailUnauthorized with default headers values

func (*PostUIOpenwindowNewmailUnauthorized) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail unauthorized response

func (*PostUIOpenwindowNewmailUnauthorized) Error

func (*PostUIOpenwindowNewmailUnauthorized) GetPayload

func (*PostUIOpenwindowNewmailUnauthorized) IsClientError added in v0.5.29

func (o *PostUIOpenwindowNewmailUnauthorized) IsClientError() bool

IsClientError returns true when this post Ui openwindow newmail unauthorized response has a 4xx status code

func (*PostUIOpenwindowNewmailUnauthorized) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow newmail unauthorized response a status code equal to that given

func (*PostUIOpenwindowNewmailUnauthorized) IsRedirect added in v0.5.29

func (o *PostUIOpenwindowNewmailUnauthorized) IsRedirect() bool

IsRedirect returns true when this post Ui openwindow newmail unauthorized response has a 3xx status code

func (*PostUIOpenwindowNewmailUnauthorized) IsServerError added in v0.5.29

func (o *PostUIOpenwindowNewmailUnauthorized) IsServerError() bool

IsServerError returns true when this post Ui openwindow newmail unauthorized response has a 5xx status code

func (*PostUIOpenwindowNewmailUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow newmail unauthorized response has a 2xx status code

func (*PostUIOpenwindowNewmailUnauthorized) String added in v0.5.29

type PostUIOpenwindowNewmailUnprocessableEntity

type PostUIOpenwindowNewmailUnprocessableEntity struct {
	Payload *PostUIOpenwindowNewmailUnprocessableEntityBody
}

PostUIOpenwindowNewmailUnprocessableEntity describes a response with status code 422, with default header values.

Invalid request

func NewPostUIOpenwindowNewmailUnprocessableEntity

func NewPostUIOpenwindowNewmailUnprocessableEntity() *PostUIOpenwindowNewmailUnprocessableEntity

NewPostUIOpenwindowNewmailUnprocessableEntity creates a PostUIOpenwindowNewmailUnprocessableEntity with default headers values

func (*PostUIOpenwindowNewmailUnprocessableEntity) Code added in v0.5.29

Code gets the status code for the post Ui openwindow newmail unprocessable entity response

func (*PostUIOpenwindowNewmailUnprocessableEntity) Error

func (*PostUIOpenwindowNewmailUnprocessableEntity) GetPayload

func (*PostUIOpenwindowNewmailUnprocessableEntity) IsClientError added in v0.5.29

IsClientError returns true when this post Ui openwindow newmail unprocessable entity response has a 4xx status code

func (*PostUIOpenwindowNewmailUnprocessableEntity) IsCode added in v0.5.29

IsCode returns true when this post Ui openwindow newmail unprocessable entity response a status code equal to that given

func (*PostUIOpenwindowNewmailUnprocessableEntity) IsRedirect added in v0.5.29

IsRedirect returns true when this post Ui openwindow newmail unprocessable entity response has a 3xx status code

func (*PostUIOpenwindowNewmailUnprocessableEntity) IsServerError added in v0.5.29

IsServerError returns true when this post Ui openwindow newmail unprocessable entity response has a 5xx status code

func (*PostUIOpenwindowNewmailUnprocessableEntity) IsSuccess added in v0.5.29

IsSuccess returns true when this post Ui openwindow newmail unprocessable entity response has a 2xx status code

func (*PostUIOpenwindowNewmailUnprocessableEntity) String added in v0.5.29

type PostUIOpenwindowNewmailUnprocessableEntityBody

type PostUIOpenwindowNewmailUnprocessableEntityBody struct {

	// post_ui_openwindow_newmail_422_unprocessable_entity
	//
	// Unprocessable entity message
	Error string `json:"error,omitempty"`
}

PostUIOpenwindowNewmailUnprocessableEntityBody post_ui_openwindow_newmail_unprocessable_entity // // Unprocessable entity swagger:model PostUIOpenwindowNewmailUnprocessableEntityBody

func (*PostUIOpenwindowNewmailUnprocessableEntityBody) ContextValidate added in v0.3.0

ContextValidate validates this post UI openwindow newmail unprocessable entity body based on context it is used

func (*PostUIOpenwindowNewmailUnprocessableEntityBody) MarshalBinary

MarshalBinary interface implementation

func (*PostUIOpenwindowNewmailUnprocessableEntityBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*PostUIOpenwindowNewmailUnprocessableEntityBody) Validate

Validate validates this post UI openwindow newmail unprocessable entity body

Jump to

Keyboard shortcuts

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