Uses of Class
net.troja.eve.esi.model.Skill
-
Packages that use Skill Package Description net.troja.eve.esi.model -
-
Uses of Skill in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return Skill Modifier and Type Method Description SkillSkill. activeSkillLevel(Integer activeSkillLevel)SkillSkill. skillId(Integer skillId)SkillSkill. skillpointsInSkill(Long skillpointsInSkill)SkillSkill. trainedSkillLevel(Integer trainedSkillLevel)Methods in net.troja.eve.esi.model that return types with arguments of type Skill Modifier and Type Method Description List<Skill>CharacterSkillsResponse. getSkills()skills arrayMethods in net.troja.eve.esi.model with parameters of type Skill Modifier and Type Method Description CharacterSkillsResponseCharacterSkillsResponse. addSkillsItem(Skill skillsItem)Method parameters in net.troja.eve.esi.model with type arguments of type Skill Modifier and Type Method Description voidCharacterSkillsResponse. setSkills(List<Skill> skills)CharacterSkillsResponseCharacterSkillsResponse. skills(List<Skill> skills)
-