Uses of Class
net.troja.eve.esi.model.StatusResponse
-
Packages that use StatusResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of StatusResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return StatusResponse Modifier and Type Method Description StatusResponseStatusApi. getStatus(String datasource, String ifNoneMatch)Retrieve the uptime and player counts EVE Server status --- This route is cached for up to 30 secondsMethods in net.troja.eve.esi.api that return types with arguments of type StatusResponse Modifier and Type Method Description ApiResponse<StatusResponse>StatusApi. getStatusWithHttpInfo(String datasource, String ifNoneMatch)Retrieve the uptime and player counts EVE Server status --- This route is cached for up to 30 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type StatusResponse Modifier and Type Method Description okhttp3.CallStatusApi. getStatusAsync(String datasource, String ifNoneMatch, ApiCallback<StatusResponse> _callback)Retrieve the uptime and player counts (asynchronously) EVE Server status --- This route is cached for up to 30 seconds -
Uses of StatusResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return StatusResponse Modifier and Type Method Description StatusResponseStatusResponse. players(Integer players)StatusResponseStatusResponse. serverVersion(String serverVersion)StatusResponseStatusResponse. startTime(java.time.OffsetDateTime startTime)StatusResponseStatusResponse. vip(Boolean vip)
-