| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterOnlineResponse |
LocationApi.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.v1
|
| Modifier and Type | Method and 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.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
LocationApi.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
|
| Modifier and Type | Method and Description |
|---|---|
CharacterOnlineResponse |
CharacterOnlineResponse.lastLogin(java.time.OffsetDateTime lastLogin) |
CharacterOnlineResponse |
CharacterOnlineResponse.lastLogout(java.time.OffsetDateTime lastLogout) |
CharacterOnlineResponse |
CharacterOnlineResponse.logins(Integer logins) |
CharacterOnlineResponse |
CharacterOnlineResponse.online(Boolean online) |
Copyright © 2020. All Rights Reserved.