Uses of Class
net.troja.eve.esi.model.CharacterPlanetsResponse
-
Packages that use CharacterPlanetsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterPlanetsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterPlanetsResponse Modifier and Type Method Description List<CharacterPlanetsResponse>PlanetaryInteractionApi. getCharactersCharacterIdPlanets(Integer characterId, String datasource, String ifNoneMatch, String token)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.v1ApiResponse<List<CharacterPlanetsResponse>>PlanetaryInteractionApi. getCharactersCharacterIdPlanetsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterPlanetsResponse Modifier and Type Method Description okhttp3.CallPlanetaryInteractionApi. getCharactersCharacterIdPlanetsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterPlanetsResponse>> _callback)Get colonies (asynchronously) 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 -
Uses of CharacterPlanetsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterPlanetsResponse Modifier and Type Method Description CharacterPlanetsResponseCharacterPlanetsResponse. lastUpdate(java.time.OffsetDateTime lastUpdate)CharacterPlanetsResponseCharacterPlanetsResponse. numPins(Integer numPins)CharacterPlanetsResponseCharacterPlanetsResponse. ownerId(Integer ownerId)CharacterPlanetsResponseCharacterPlanetsResponse. planetId(Integer planetId)CharacterPlanetsResponseCharacterPlanetsResponse. planetType(CharacterPlanetsResponse.PlanetTypeEnum planetTypeEnum)CharacterPlanetsResponseCharacterPlanetsResponse. planetTypeString(String planetType)CharacterPlanetsResponseCharacterPlanetsResponse. solarSystemId(Integer solarSystemId)CharacterPlanetsResponseCharacterPlanetsResponse. upgradeLevel(Integer upgradeLevel)
-