Uses of Class
net.troja.eve.esi.model.OpportunitiesGroupResponse
-
Packages that use OpportunitiesGroupResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of OpportunitiesGroupResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return OpportunitiesGroupResponse Modifier and Type Method Description OpportunitiesGroupResponseOpportunitiesApi. getOpportunitiesGroupsGroupId(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get opportunities group Return information of an opportunities group --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type OpportunitiesGroupResponse Modifier and Type Method Description ApiResponse<OpportunitiesGroupResponse>OpportunitiesApi. getOpportunitiesGroupsGroupIdWithHttpInfo(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get opportunities group Return information of an opportunities group --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type OpportunitiesGroupResponse Modifier and Type Method Description okhttp3.CallOpportunitiesApi. getOpportunitiesGroupsGroupIdAsync(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<OpportunitiesGroupResponse> _callback)Get opportunities group (asynchronously) Return information of an opportunities group --- This route expires daily at 11:05 -
Uses of OpportunitiesGroupResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return OpportunitiesGroupResponse Modifier and Type Method Description OpportunitiesGroupResponseOpportunitiesGroupResponse. addConnectedGroupsItem(Integer connectedGroupsItem)OpportunitiesGroupResponseOpportunitiesGroupResponse. addRequiredTasksItem(Integer requiredTasksItem)OpportunitiesGroupResponseOpportunitiesGroupResponse. connectedGroups(List<Integer> connectedGroups)OpportunitiesGroupResponseOpportunitiesGroupResponse. description(String description)OpportunitiesGroupResponseOpportunitiesGroupResponse. groupId(Integer groupId)OpportunitiesGroupResponseOpportunitiesGroupResponse. name(String name)OpportunitiesGroupResponseOpportunitiesGroupResponse. notification(String notification)OpportunitiesGroupResponseOpportunitiesGroupResponse. requiredTasks(List<Integer> requiredTasks)
-