Uses of Class
net.troja.eve.esi.model.CharacterSkillqueueResponse
-
Packages that use CharacterSkillqueueResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterSkillqueueResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterSkillqueueResponse Modifier and Type Method 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.v1ApiResponse<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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterSkillqueueResponse Modifier and Type Method Description okhttp3.CallSkillsApi. 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 -
Uses of CharacterSkillqueueResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterSkillqueueResponse Modifier and Type Method Description CharacterSkillqueueResponseCharacterSkillqueueResponse. finishDate(java.time.OffsetDateTime finishDate)CharacterSkillqueueResponseCharacterSkillqueueResponse. finishedLevel(Integer finishedLevel)CharacterSkillqueueResponseCharacterSkillqueueResponse. levelEndSp(Integer levelEndSp)CharacterSkillqueueResponseCharacterSkillqueueResponse. levelStartSp(Integer levelStartSp)CharacterSkillqueueResponseCharacterSkillqueueResponse. queuePosition(Integer queuePosition)CharacterSkillqueueResponseCharacterSkillqueueResponse. skillId(Integer skillId)CharacterSkillqueueResponseCharacterSkillqueueResponse. startDate(java.time.OffsetDateTime startDate)CharacterSkillqueueResponseCharacterSkillqueueResponse. trainingStartSp(Integer trainingStartSp)
-