Uses of Class
net.troja.eve.esi.model.UniverseIdsConstellation
-
Packages that use UniverseIdsConstellation Package Description net.troja.eve.esi.model -
-
Uses of UniverseIdsConstellation in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UniverseIdsConstellation Modifier and Type Method Description UniverseIdsConstellationUniverseIdsConstellation. id(Integer id)UniverseIdsConstellationUniverseIdsConstellation. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type UniverseIdsConstellation Modifier and Type Method Description List<UniverseIdsConstellation>UniverseIdsResponse. getConstellations()constellations arrayMethods in net.troja.eve.esi.model with parameters of type UniverseIdsConstellation Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. addConstellationsItem(UniverseIdsConstellation constellationsItem)Method parameters in net.troja.eve.esi.model with type arguments of type UniverseIdsConstellation Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. constellations(List<UniverseIdsConstellation> constellations)voidUniverseIdsResponse. setConstellations(List<UniverseIdsConstellation> constellations)
-