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)
Set Autopilot Waypoint Set a solar system as autopilot waypoint --- SSO
Scope: esi-ui.write_waypoint.v1
|
com.squareup.okhttp.Call |
postUiAutopilotWaypointAsync(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token,
ApiCallback<Void> callback)
Set Autopilot Waypoint (asynchronously) Set a solar system as autopilot
waypoint --- SSO Scope: esi-ui.write_waypoint.v1
|
com.squareup.okhttp.Call |
postUiAutopilotWaypointCall(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token,
ApiCallback callback)
Build call for postUiAutopilotWaypoint
|
ApiResponse<Void> |
postUiAutopilotWaypointWithHttpInfo(Boolean addToBeginning,
Boolean clearOtherWaypoints,
Long destinationId,
String datasource,
String token)
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)
Open Contract Window Open the contract window inside the client --- SSO
Scope: esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowContractAsync(Integer contractId,
String datasource,
String token,
ApiCallback<Void> callback)
Open Contract Window (asynchronously) Open the contract window inside the
client --- SSO Scope: esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowContractCall(Integer contractId,
String datasource,
String token,
ApiCallback callback)
Build call for postUiOpenwindowContract
|
ApiResponse<Void> |
postUiOpenwindowContractWithHttpInfo(Integer contractId,
String datasource,
String token)
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)
Open Information Window Open the information window for a character,
corporation or alliance inside the client --- SSO Scope:
esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowInformationAsync(Integer targetId,
String datasource,
String token,
ApiCallback<Void> callback)
Open Information Window (asynchronously) Open the information window for
a character, corporation or alliance inside the client --- SSO Scope:
esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowInformationCall(Integer targetId,
String datasource,
String token,
ApiCallback callback)
Build call for postUiOpenwindowInformation
|
ApiResponse<Void> |
postUiOpenwindowInformationWithHttpInfo(Integer targetId,
String datasource,
String token)
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)
Open Market Details Open the market details window for a specific typeID
inside the client --- SSO Scope: esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowMarketdetailsAsync(Integer typeId,
String datasource,
String token,
ApiCallback<Void> callback)
Open Market Details (asynchronously) Open the market details window for a
specific typeID inside the client --- SSO Scope: esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowMarketdetailsCall(Integer typeId,
String datasource,
String token,
ApiCallback callback)
Build call for postUiOpenwindowMarketdetails
|
ApiResponse<Void> |
postUiOpenwindowMarketdetailsWithHttpInfo(Integer typeId,
String datasource,
String token)
Open Market Details Open the market details window for a specific typeID
inside the client --- SSO Scope: esi-ui.open_window.v1
|
void |
postUiOpenwindowNewmail(String datasource,
String token,
UiNewMail uiNewMail)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowNewmailAsync(String datasource,
String token,
UiNewMail uiNewMail,
ApiCallback<Void> callback)
Open New Mail Window (asynchronously) Open the New Mail window, according
to settings from the request if applicable --- SSO Scope:
esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
postUiOpenwindowNewmailCall(String datasource,
String token,
UiNewMail uiNewMail,
ApiCallback callback)
Build call for postUiOpenwindowNewmail
|
ApiResponse<Void> |
postUiOpenwindowNewmailWithHttpInfo(String datasource,
String token,
UiNewMail uiNewMail)
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 com.squareup.okhttp.Call postUiAutopilotWaypointCall(Boolean addToBeginning, Boolean clearOtherWaypoints, Long destinationId, String datasource, String token, ApiCallback callback) 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void postUiAutopilotWaypoint(Boolean addToBeginning, Boolean clearOtherWaypoints, Long destinationId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> postUiAutopilotWaypointWithHttpInfo(Boolean addToBeginning, Boolean clearOtherWaypoints, Long destinationId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call postUiAutopilotWaypointAsync(Boolean addToBeginning, Boolean clearOtherWaypoints, Long destinationId, String datasource, String token, ApiCallback<Void> callback) 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)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic com.squareup.okhttp.Call postUiOpenwindowContractCall(Integer contractId, String datasource, String token, ApiCallback callback) 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void postUiOpenwindowContract(Integer contractId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> postUiOpenwindowContractWithHttpInfo(Integer contractId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call postUiOpenwindowContractAsync(Integer contractId, String datasource, String token, ApiCallback<Void> callback) 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)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic com.squareup.okhttp.Call postUiOpenwindowInformationCall(Integer targetId, String datasource, String token, ApiCallback callback) 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void postUiOpenwindowInformation(Integer targetId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> postUiOpenwindowInformationWithHttpInfo(Integer targetId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call postUiOpenwindowInformationAsync(Integer targetId, String datasource, String token, ApiCallback<Void> callback) 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)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic com.squareup.okhttp.Call postUiOpenwindowMarketdetailsCall(Integer typeId, String datasource, String token, ApiCallback callback) 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void postUiOpenwindowMarketdetails(Integer typeId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> postUiOpenwindowMarketdetailsWithHttpInfo(Integer typeId, String datasource, String token) 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call postUiOpenwindowMarketdetailsAsync(Integer typeId, String datasource, String token, ApiCallback<Void> callback) 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)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic com.squareup.okhttp.Call postUiOpenwindowNewmailCall(String datasource, String token, UiNewMail uiNewMail, ApiCallback callback) throws ApiException
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)uiNewMail - (optional)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void postUiOpenwindowNewmail(String datasource, String token, UiNewMail uiNewMail) throws ApiException
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)uiNewMail - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> postUiOpenwindowNewmailWithHttpInfo(String datasource, String token, UiNewMail uiNewMail) throws ApiException
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)uiNewMail - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call postUiOpenwindowNewmailAsync(String datasource, String token, UiNewMail uiNewMail, ApiCallback<Void> callback) throws ApiException
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)uiNewMail - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2019. All Rights Reserved.