Uses of Class
net.troja.eve.esi.model.GroupResponse
-
Packages that use GroupResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of GroupResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return GroupResponse Modifier and Type Method Description GroupResponseUniverseApi. getUniverseGroupsGroupId(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get item group information Get information on an item group --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type GroupResponse Modifier and Type Method Description ApiResponse<GroupResponse>UniverseApi. getUniverseGroupsGroupIdWithHttpInfo(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get item group information Get information on an item group --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type GroupResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseGroupsGroupIdAsync(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<GroupResponse> _callback)Get item group information (asynchronously) Get information on an item group --- This route expires daily at 11:05 -
Uses of GroupResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return GroupResponse Modifier and Type Method Description GroupResponseGroupResponse. addTypesItem(Integer typesItem)GroupResponseGroupResponse. categoryId(Integer categoryId)GroupResponseGroupResponse. groupId(Integer groupId)GroupResponseGroupResponse. name(String name)GroupResponseGroupResponse. published(Boolean published)GroupResponseGroupResponse. types(List<Integer> types)
-