Uses of Class
net.troja.eve.esi.model.UniverseIdsResponse
-
Packages that use UniverseIdsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of UniverseIdsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return UniverseIdsResponse Modifier and Type Method Description UniverseIdsResponseUniverseApi. postUniverseIds(List<String> names, String acceptLanguage, String datasource, String language)Bulk names to IDs Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems.Methods in net.troja.eve.esi.api that return types with arguments of type UniverseIdsResponse Modifier and Type Method Description ApiResponse<UniverseIdsResponse>UniverseApi. postUniverseIdsWithHttpInfo(List<String> names, String acceptLanguage, String datasource, String language)Bulk names to IDs Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems.Method parameters in net.troja.eve.esi.api with type arguments of type UniverseIdsResponse Modifier and Type Method Description okhttp3.CallUniverseApi. postUniverseIdsAsync(List<String> names, String acceptLanguage, String datasource, String language, ApiCallback<UniverseIdsResponse> _callback)Bulk names to IDs (asynchronously) Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. -
Uses of UniverseIdsResponse in net.troja.eve.esi.model
-