Uses of Class
net.troja.eve.esi.model.UniverseNamesResponse
-
Packages that use UniverseNamesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of UniverseNamesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type UniverseNamesResponse Modifier and Type Method Description List<UniverseNamesResponse>UniverseApi. postUniverseNames(List<Integer> ids, String datasource)Get names and categories for a set of IDs Resolve a set of IDs to names and categories.ApiResponse<List<UniverseNamesResponse>>UniverseApi. postUniverseNamesWithHttpInfo(List<Integer> ids, String datasource)Get names and categories for a set of IDs Resolve a set of IDs to names and categories.Method parameters in net.troja.eve.esi.api with type arguments of type UniverseNamesResponse Modifier and Type Method Description okhttp3.CallUniverseApi. postUniverseNamesAsync(List<Integer> ids, String datasource, ApiCallback<List<UniverseNamesResponse>> _callback)Get names and categories for a set of IDs (asynchronously) Resolve a set of IDs to names and categories. -
Uses of UniverseNamesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UniverseNamesResponse Modifier and Type Method Description UniverseNamesResponseUniverseNamesResponse. category(UniverseNamesResponse.CategoryEnum categoryEnum)UniverseNamesResponseUniverseNamesResponse. categoryString(String category)UniverseNamesResponseUniverseNamesResponse. id(Integer id)UniverseNamesResponseUniverseNamesResponse. name(String name)
-