Uses of Class
net.troja.eve.esi.model.CharacterSkillsResponse
-
Packages that use CharacterSkillsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterSkillsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterSkillsResponse Modifier and Type Method Description CharacterSkillsResponseSkillsApi. getCharactersCharacterIdSkills(Integer characterId, String datasource, String ifNoneMatch, String token)Get character skills List all trained skills for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterSkillsResponse Modifier and Type Method Description ApiResponse<CharacterSkillsResponse>SkillsApi. getCharactersCharacterIdSkillsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get character skills List all trained skills for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterSkillsResponse Modifier and Type Method Description okhttp3.CallSkillsApi. getCharactersCharacterIdSkillsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterSkillsResponse> _callback)Get character skills (asynchronously) List all trained skills for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1 -
Uses of CharacterSkillsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterSkillsResponse Modifier and Type Method Description CharacterSkillsResponseCharacterSkillsResponse. addSkillsItem(Skill skillsItem)CharacterSkillsResponseCharacterSkillsResponse. skills(List<Skill> skills)CharacterSkillsResponseCharacterSkillsResponse. totalSp(Long totalSp)CharacterSkillsResponseCharacterSkillsResponse. unallocatedSp(Integer unallocatedSp)
-