Uses of Class
net.troja.eve.esi.model.OpportunitiesTasksResponse
-
Packages that use OpportunitiesTasksResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of OpportunitiesTasksResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return OpportunitiesTasksResponse Modifier and Type Method Description OpportunitiesTasksResponseOpportunitiesApi. getOpportunitiesTasksTaskId(Integer taskId, String datasource, String ifNoneMatch)Get opportunities task Return information of an opportunities task --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type OpportunitiesTasksResponse Modifier and Type Method Description ApiResponse<OpportunitiesTasksResponse>OpportunitiesApi. getOpportunitiesTasksTaskIdWithHttpInfo(Integer taskId, String datasource, String ifNoneMatch)Get opportunities task Return information of an opportunities task --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type OpportunitiesTasksResponse Modifier and Type Method Description okhttp3.CallOpportunitiesApi. getOpportunitiesTasksTaskIdAsync(Integer taskId, String datasource, String ifNoneMatch, ApiCallback<OpportunitiesTasksResponse> _callback)Get opportunities task (asynchronously) Return information of an opportunities task --- This route expires daily at 11:05 -
Uses of OpportunitiesTasksResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return OpportunitiesTasksResponse Modifier and Type Method Description OpportunitiesTasksResponseOpportunitiesTasksResponse. description(String description)OpportunitiesTasksResponseOpportunitiesTasksResponse. name(String name)OpportunitiesTasksResponseOpportunitiesTasksResponse. notification(String notification)OpportunitiesTasksResponseOpportunitiesTasksResponse. taskId(Integer taskId)
-