Uses of Class
net.troja.eve.esi.model.SystemJumpsResponse
-
Packages that use SystemJumpsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of SystemJumpsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type SystemJumpsResponse Modifier and Type Method Description List<SystemJumpsResponse>UniverseApi. getUniverseSystemJumps(String datasource, String ifNoneMatch)Get system jumps Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space.ApiResponse<List<SystemJumpsResponse>>UniverseApi. getUniverseSystemJumpsWithHttpInfo(String datasource, String ifNoneMatch)Get system jumps Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space.Method parameters in net.troja.eve.esi.api with type arguments of type SystemJumpsResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseSystemJumpsAsync(String datasource, String ifNoneMatch, ApiCallback<List<SystemJumpsResponse>> _callback)Get system jumps (asynchronously) Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. -
Uses of SystemJumpsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return SystemJumpsResponse Modifier and Type Method Description SystemJumpsResponseSystemJumpsResponse. shipJumps(Integer shipJumps)SystemJumpsResponseSystemJumpsResponse. systemId(Integer systemId)
-