| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterResponse |
CharacterApi.getCharactersCharacterId(Integer characterId,
String datasource,
String ifNoneMatch)
Get character's public information Public information about a
character --- This route is cached for up to 86400 seconds
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CharacterResponse> |
CharacterApi.getCharactersCharacterIdWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch)
Get character's public information Public information about a
character --- This route is cached for up to 86400 seconds
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdAsync(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback<CharacterResponse> _callback)
Get character's public information (asynchronously) Public
information about a character --- This route is cached for up to 86400
seconds
|
| Modifier and Type | Method and Description |
|---|---|
CharacterResponse |
CharacterResponse.allianceId(Integer allianceId) |
CharacterResponse |
CharacterResponse.ancestryId(Integer ancestryId) |
CharacterResponse |
CharacterResponse.birthday(java.time.OffsetDateTime birthday) |
CharacterResponse |
CharacterResponse.bloodlineId(Integer bloodlineId) |
CharacterResponse |
CharacterResponse.corporationId(Integer corporationId) |
CharacterResponse |
CharacterResponse.description(String description) |
CharacterResponse |
CharacterResponse.factionId(Integer factionId) |
CharacterResponse |
CharacterResponse.gender(CharacterResponse.GenderEnum genderEnum) |
CharacterResponse |
CharacterResponse.genderString(String gender) |
CharacterResponse |
CharacterResponse.name(String name) |
CharacterResponse |
CharacterResponse.raceId(Integer raceId) |
CharacterResponse |
CharacterResponse.securityStatus(Float securityStatus) |
CharacterResponse |
CharacterResponse.title(String title) |
Copyright © 2021. All Rights Reserved.