Uses of Class
net.troja.eve.esi.model.UniverseIdsFaction
-
Packages that use UniverseIdsFaction Package Description net.troja.eve.esi.model -
-
Uses of UniverseIdsFaction in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UniverseIdsFaction Modifier and Type Method Description UniverseIdsFactionUniverseIdsFaction. id(Integer id)UniverseIdsFactionUniverseIdsFaction. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type UniverseIdsFaction Modifier and Type Method Description List<UniverseIdsFaction>UniverseIdsResponse. getFactions()factions arrayMethods in net.troja.eve.esi.model with parameters of type UniverseIdsFaction Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. addFactionsItem(UniverseIdsFaction factionsItem)Method parameters in net.troja.eve.esi.model with type arguments of type UniverseIdsFaction Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. factions(List<UniverseIdsFaction> factions)voidUniverseIdsResponse. setFactions(List<UniverseIdsFaction> factions)
-