Uses of Class
net.troja.eve.esi.model.CharacterPlanetResponse
-
Packages that use CharacterPlanetResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterPlanetResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterPlanetResponse Modifier and Type Method Description CharacterPlanetResponsePlanetaryInteractionApi. 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.Methods in net.troja.eve.esi.api that return types with arguments of type CharacterPlanetResponse Modifier and Type Method 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.Method parameters in net.troja.eve.esi.api with type arguments of type CharacterPlanetResponse Modifier and Type Method Description okhttp3.CallPlanetaryInteractionApi. 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. -
Uses of CharacterPlanetResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterPlanetResponse Modifier and Type Method Description CharacterPlanetResponseCharacterPlanetResponse. addLinksItem(PlanetLink linksItem)CharacterPlanetResponseCharacterPlanetResponse. addPinsItem(PlanetPin pinsItem)CharacterPlanetResponseCharacterPlanetResponse. addRoutesItem(PlanetRoute routesItem)CharacterPlanetResponseCharacterPlanetResponse. links(List<PlanetLink> links)CharacterPlanetResponseCharacterPlanetResponse. pins(List<PlanetPin> pins)CharacterPlanetResponseCharacterPlanetResponse. routes(List<PlanetRoute> routes)
-