| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterAttributesResponse |
SkillsApi.getCharactersCharacterIdAttributes(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character attributes Return attributes of a character --- This route
is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CharacterAttributesResponse> |
SkillsApi.getCharactersCharacterIdAttributesWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character attributes Return attributes of a character --- This route
is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdAttributesAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterAttributesResponse> _callback)
Get character attributes (asynchronously) Return attributes of a
character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skills.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterAttributesResponse |
CharacterAttributesResponse.accruedRemapCooldownDate(java.time.OffsetDateTime accruedRemapCooldownDate) |
CharacterAttributesResponse |
CharacterAttributesResponse.bonusRemaps(Integer bonusRemaps) |
CharacterAttributesResponse |
CharacterAttributesResponse.charisma(Integer charisma) |
CharacterAttributesResponse |
CharacterAttributesResponse.intelligence(Integer intelligence) |
CharacterAttributesResponse |
CharacterAttributesResponse.lastRemapDate(java.time.OffsetDateTime lastRemapDate) |
CharacterAttributesResponse |
CharacterAttributesResponse.memory(Integer memory) |
CharacterAttributesResponse |
CharacterAttributesResponse.perception(Integer perception) |
CharacterAttributesResponse |
CharacterAttributesResponse.willpower(Integer willpower) |
Copyright © 2019. All Rights Reserved.