Uses of Class
net.troja.eve.esi.model.PlanetResponse
-
Packages that use PlanetResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of PlanetResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return PlanetResponse Modifier and Type Method Description PlanetResponseUniverseApi. getUniversePlanetsPlanetId(Integer planetId, String datasource, String ifNoneMatch)Get planet information Get information on a planet --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type PlanetResponse Modifier and Type Method Description ApiResponse<PlanetResponse>UniverseApi. getUniversePlanetsPlanetIdWithHttpInfo(Integer planetId, String datasource, String ifNoneMatch)Get planet information Get information on a planet --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type PlanetResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniversePlanetsPlanetIdAsync(Integer planetId, String datasource, String ifNoneMatch, ApiCallback<PlanetResponse> _callback)Get planet information (asynchronously) Get information on a planet --- This route expires daily at 11:05 -
Uses of PlanetResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PlanetResponse Modifier and Type Method Description PlanetResponsePlanetResponse. name(String name)PlanetResponsePlanetResponse. planetId(Integer planetId)PlanetResponsePlanetResponse. position(Position position)PlanetResponsePlanetResponse. systemId(Integer systemId)PlanetResponsePlanetResponse. typeId(Integer typeId)
-