Uses of Class
net.troja.eve.esi.model.UniverseIdsSystem
-
Packages that use UniverseIdsSystem Package Description net.troja.eve.esi.model -
-
Uses of UniverseIdsSystem in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UniverseIdsSystem Modifier and Type Method Description UniverseIdsSystemUniverseIdsSystem. id(Integer id)UniverseIdsSystemUniverseIdsSystem. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type UniverseIdsSystem Modifier and Type Method Description List<UniverseIdsSystem>UniverseIdsResponse. getSystems()systems arrayMethods in net.troja.eve.esi.model with parameters of type UniverseIdsSystem Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. addSystemsItem(UniverseIdsSystem systemsItem)Method parameters in net.troja.eve.esi.model with type arguments of type UniverseIdsSystem Modifier and Type Method Description voidUniverseIdsResponse. setSystems(List<UniverseIdsSystem> systems)UniverseIdsResponseUniverseIdsResponse. systems(List<UniverseIdsSystem> systems)
-