Uses of Class
net.troja.eve.esi.model.CharacterAttributesResponse
-
Packages that use CharacterAttributesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterAttributesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterAttributesResponse Modifier and Type Method Description CharacterAttributesResponseSkillsApi. 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.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterAttributesResponse Modifier and Type Method 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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterAttributesResponse Modifier and Type Method Description okhttp3.CallSkillsApi. 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 -
Uses of CharacterAttributesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterAttributesResponse Modifier and Type Method Description CharacterAttributesResponseCharacterAttributesResponse. accruedRemapCooldownDate(java.time.OffsetDateTime accruedRemapCooldownDate)CharacterAttributesResponseCharacterAttributesResponse. bonusRemaps(Integer bonusRemaps)CharacterAttributesResponseCharacterAttributesResponse. charisma(Integer charisma)CharacterAttributesResponseCharacterAttributesResponse. intelligence(Integer intelligence)CharacterAttributesResponseCharacterAttributesResponse. lastRemapDate(java.time.OffsetDateTime lastRemapDate)CharacterAttributesResponseCharacterAttributesResponse. memory(Integer memory)CharacterAttributesResponseCharacterAttributesResponse. perception(Integer perception)CharacterAttributesResponseCharacterAttributesResponse. willpower(Integer willpower)
-