Uses of Class
net.troja.eve.esi.model.CharacterOnlineResponse
-
Packages that use CharacterOnlineResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterOnlineResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterOnlineResponse Modifier and Type Method Description CharacterOnlineResponseLocationApi. getCharactersCharacterIdOnline(Integer characterId, String datasource, String ifNoneMatch, String token)Get character online Checks if the character is currently online --- This route is cached for up to 60 seconds SSO Scope: esi-location.read_online.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterOnlineResponse Modifier and Type Method Description ApiResponse<CharacterOnlineResponse>LocationApi. getCharactersCharacterIdOnlineWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get character online Checks if the character is currently online --- This route is cached for up to 60 seconds SSO Scope: esi-location.read_online.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterOnlineResponse Modifier and Type Method Description okhttp3.CallLocationApi. getCharactersCharacterIdOnlineAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterOnlineResponse> _callback)Get character online (asynchronously) Checks if the character is currently online --- This route is cached for up to 60 seconds SSO Scope: esi-location.read_online.v1 -
Uses of CharacterOnlineResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterOnlineResponse Modifier and Type Method Description CharacterOnlineResponseCharacterOnlineResponse. lastLogin(java.time.OffsetDateTime lastLogin)CharacterOnlineResponseCharacterOnlineResponse. lastLogout(java.time.OffsetDateTime lastLogout)CharacterOnlineResponseCharacterOnlineResponse. logins(Integer logins)CharacterOnlineResponseCharacterOnlineResponse. online(Boolean online)
-