| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterSkillqueueResponse> |
SkillsApi.getCharactersCharacterIdSkillqueue(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character's skill queue List the configured skill queue for the
given character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skillqueue.v1
|
ApiResponse<List<CharacterSkillqueueResponse>> |
SkillsApi.getCharactersCharacterIdSkillqueueWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character's skill queue List the configured skill queue for the
given character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skillqueue.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdSkillqueueAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterSkillqueueResponse>> _callback)
Get character's skill queue (asynchronously) List the configured
skill queue for the given character --- This route is cached for up to
120 seconds SSO Scope: esi-skills.read_skillqueue.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.finishDate(java.time.OffsetDateTime finishDate) |
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.finishedLevel(Integer finishedLevel) |
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.levelEndSp(Integer levelEndSp) |
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.levelStartSp(Integer levelStartSp) |
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.queuePosition(Integer queuePosition) |
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.skillId(Integer skillId) |
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.startDate(java.time.OffsetDateTime startDate) |
CharacterSkillqueueResponse |
CharacterSkillqueueResponse.trainingStartSp(Integer trainingStartSp) |
Copyright © 2020. All Rights Reserved.