| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterPlanetResponse |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetId(Integer characterId,
Integer planetId,
String datasource,
String token)
Get colony layout Returns full details on the layout of a single
planetary colony, including links, pins and routes.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CharacterPlanetResponse> |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetIdWithHttpInfo(Integer characterId,
Integer planetId,
String datasource,
String token)
Get colony layout Returns full details on the layout of a single
planetary colony, including links, pins and routes.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PlanetaryInteractionApi.getCharactersCharacterIdPlanetsPlanetIdAsync(Integer characterId,
Integer planetId,
String datasource,
String token,
ApiCallback<CharacterPlanetResponse> _callback)
Get colony layout (asynchronously) Returns full details on the layout of
a single planetary colony, including links, pins and routes.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterPlanetResponse |
CharacterPlanetResponse.addLinksItem(PlanetLink linksItem) |
CharacterPlanetResponse |
CharacterPlanetResponse.addPinsItem(PlanetPin pinsItem) |
CharacterPlanetResponse |
CharacterPlanetResponse.addRoutesItem(PlanetRoute routesItem) |
CharacterPlanetResponse |
CharacterPlanetResponse.links(List<PlanetLink> links) |
CharacterPlanetResponse |
CharacterPlanetResponse.pins(List<PlanetPin> pins) |
CharacterPlanetResponse |
CharacterPlanetResponse.routes(List<PlanetRoute> routes) |
Copyright © 2021. All Rights Reserved.