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 ifNoneMatch,
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 ifNoneMatch,
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.
|
List<CorporationCustomsOfficesResponse> |
getCorporationsCorporationIdCustomsOffices(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
String userAgent,
String xUserAgent)
List corporation customs offices List customs offices owned by a
corporation --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Director SSO Scope:
esi-planets.read_customs_offices.v1
|
PlanetFactorySchematicResponse |
getUniverseSchematicsSchematicId(Integer schematicId,
String datasource,
String ifNoneMatch,
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 ifNoneMatch, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)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 CharacterPlanetResponse getCharactersCharacterIdPlanetsPlanetId(Integer characterId, Integer planetId, String datasource, String ifNoneMatch, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)planetId - Planet id of the target planet (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)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 List<CorporationCustomsOfficesResponse> getCorporationsCorporationIdCustomsOffices(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)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 PlanetFactorySchematicResponse getUniverseSchematicsSchematicId(Integer schematicId, String datasource, String ifNoneMatch, 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)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (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 © 2018. All Rights Reserved.