Uses of Class
net.troja.eve.esi.model.SystemPlanet
-
Packages that use SystemPlanet Package Description net.troja.eve.esi.model -
-
Uses of SystemPlanet in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return SystemPlanet Modifier and Type Method Description SystemPlanetSystemPlanet. addAsteroidBeltsItem(Integer asteroidBeltsItem)SystemPlanetSystemPlanet. addMoonsItem(Integer moonsItem)SystemPlanetSystemPlanet. asteroidBelts(List<Integer> asteroidBelts)SystemPlanetSystemPlanet. moons(List<Integer> moons)SystemPlanetSystemPlanet. planetId(Integer planetId)Methods in net.troja.eve.esi.model that return types with arguments of type SystemPlanet Modifier and Type Method Description List<SystemPlanet>SystemResponse. getPlanets()planets arrayMethods in net.troja.eve.esi.model with parameters of type SystemPlanet Modifier and Type Method Description SystemResponseSystemResponse. addPlanetsItem(SystemPlanet planetsItem)Method parameters in net.troja.eve.esi.model with type arguments of type SystemPlanet Modifier and Type Method Description SystemResponseSystemResponse. planets(List<SystemPlanet> planets)voidSystemResponse. setPlanets(List<SystemPlanet> planets)
-