Uses of Class
net.troja.eve.esi.model.UniverseIdsAgent
-
Packages that use UniverseIdsAgent Package Description net.troja.eve.esi.model -
-
Uses of UniverseIdsAgent in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UniverseIdsAgent Modifier and Type Method Description UniverseIdsAgentUniverseIdsAgent. id(Integer id)UniverseIdsAgentUniverseIdsAgent. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type UniverseIdsAgent Modifier and Type Method Description List<UniverseIdsAgent>UniverseIdsResponse. getAgents()agents arrayMethods in net.troja.eve.esi.model with parameters of type UniverseIdsAgent Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. addAgentsItem(UniverseIdsAgent agentsItem)Method parameters in net.troja.eve.esi.model with type arguments of type UniverseIdsAgent Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. agents(List<UniverseIdsAgent> agents)voidUniverseIdsResponse. setAgents(List<UniverseIdsAgent> agents)
-