public class PlanetaryInteractionApi extends Object
| Constructor and Description |
|---|
PlanetaryInteractionApi() |
PlanetaryInteractionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterPlanetsResponse> |
getCharactersCharacterIdPlanets(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get colonies Returns a list of all planetary colonies owned by a
character. --- This route is cached for up to 600 seconds SSO Scope:
esi-planets.manage_planets.v1
|
CharacterPlanetResponse |
getCharactersCharacterIdPlanetsPlanetId(Integer characterId,
Integer planetId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get colony layout Returns full details on the layout of a single
planetary colony, including links, pins and routes.
|
PlanetFactorySchematicResponse |
getUniverseSchematicsSchematicId(Integer schematicId,
String datasource,
String userAgent,
String xUserAgent)
Get schematic information Get information on a planetary factory
schematic --- This route is cached for up to 3600 seconds
|
void |
setApiClient(ApiClient apiClient) |
public PlanetaryInteractionApi()
public PlanetaryInteractionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterPlanetsResponse> getCharactersCharacterIdPlanets(Integer characterId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - Character id of the target character (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use, if preferred over 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 CharacterPlanetResponse getCharactersCharacterIdPlanetsPlanetId(Integer characterId, Integer planetId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - Character id of the target character (required)planetId - Planet id of the target planet (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use, if preferred over 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 PlanetFactorySchematicResponse getUniverseSchematicsSchematicId(Integer schematicId, String datasource, String userAgent, String xUserAgent) throws ApiException
schematicId - A PI schematic ID (required)datasource - The server name you would like data from (optional, default to
tranquility)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.