public class UserInterfaceApi extends Object
| Constructor and Description |
|---|
UserInterfaceApi() |
UserInterfaceApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
postUiAutopilotWaypoint(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Set Autopilot Waypoint Set a solar system as autopilot waypoint --- SSO
Scope: esi-ui.write_waypoint.v1
|
void |
postUiOpenwindowContract(Integer contractId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open Contract Window Open the contract window inside the client --- SSO
Scope: esi-ui.open_window.v1
|
void |
postUiOpenwindowInformation(Integer targetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open Information Window Open the information window for a character,
corporation or alliance inside the client --- SSO Scope:
esi-ui.open_window.v1
|
void |
postUiOpenwindowMarketdetails(Integer typeId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open Market Details Open the market details window for a specific typeID
inside the client --- SSO Scope: esi-ui.open_window.v1
|
void |
postUiOpenwindowNewmail(UiNewMail newMail,
String datasource,
String token,
String userAgent,
String xUserAgent)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
void |
setApiClient(ApiClient apiClient) |
public UserInterfaceApi()
public UserInterfaceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void postUiAutopilotWaypoint(Boolean addToBeginning, Boolean clearOtherWaypoints, Long destinationId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
addToBeginning - Whether this solar system should be added to the beginning of
all waypoints (required)clearOtherWaypoints - Whether clean other waypoints beforing adding this one
(required)destinationId - The destination to travel to, can be solar system, station or
structure's id (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void postUiOpenwindowContract(Integer contractId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
contractId - The contract to open (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void postUiOpenwindowInformation(Integer targetId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
targetId - The target to open (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void postUiOpenwindowMarketdetails(Integer typeId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
typeId - The item type to open in market window (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic void postUiOpenwindowNewmail(UiNewMail newMail, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
newMail - The details of mail to create (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.