Uses of Class
net.troja.eve.esi.model.CategoryResponse
-
Packages that use CategoryResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CategoryResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CategoryResponse Modifier and Type Method Description CategoryResponseUniverseApi. getUniverseCategoriesCategoryId(Integer categoryId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get item category information Get information of an item category --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type CategoryResponse Modifier and Type Method Description ApiResponse<CategoryResponse>UniverseApi. getUniverseCategoriesCategoryIdWithHttpInfo(Integer categoryId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get item category information Get information of an item category --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type CategoryResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseCategoriesCategoryIdAsync(Integer categoryId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<CategoryResponse> _callback)Get item category information (asynchronously) Get information of an item category --- This route expires daily at 11:05 -
Uses of CategoryResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CategoryResponse Modifier and Type Method Description CategoryResponseCategoryResponse. addGroupsItem(Integer groupsItem)CategoryResponseCategoryResponse. categoryId(Integer categoryId)CategoryResponseCategoryResponse. groups(List<Integer> groups)CategoryResponseCategoryResponse. name(String name)CategoryResponseCategoryResponse. published(Boolean published)
-