| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterStandingsResponse> |
CharacterApi.getCharactersCharacterIdStandings(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get standings Return character standings from agents, NPC corporations,
and factions --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_standings.v1
|
ApiResponse<List<CharacterStandingsResponse>> |
CharacterApi.getCharactersCharacterIdStandingsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get standings Return character standings from agents, NPC corporations,
and factions --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_standings.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdStandingsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterStandingsResponse>> _callback)
Get standings (asynchronously) Return character standings from agents,
NPC corporations, and factions --- This route is cached for up to 3600
seconds SSO Scope: esi-characters.read_standings.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterStandingsResponse |
CharacterStandingsResponse.fromId(Integer fromId) |
CharacterStandingsResponse |
CharacterStandingsResponse.fromType(CharacterStandingsResponse.FromTypeEnum fromType) |
CharacterStandingsResponse |
CharacterStandingsResponse.standing(Float standing) |
Copyright © 2019. All Rights Reserved.