Uses of Class
net.troja.eve.esi.model.CharacterFatigueResponse
-
Packages that use CharacterFatigueResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterFatigueResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterFatigueResponse Modifier and Type Method Description CharacterFatigueResponseCharacterApi. getCharactersCharacterIdFatigue(Integer characterId, String datasource, String ifNoneMatch, String token)Get jump fatigue Return a character's jump activation and fatigue information --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_fatigue.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterFatigueResponse Modifier and Type Method Description ApiResponse<CharacterFatigueResponse>CharacterApi. getCharactersCharacterIdFatigueWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get jump fatigue Return a character's jump activation and fatigue information --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_fatigue.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterFatigueResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdFatigueAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterFatigueResponse> _callback)Get jump fatigue (asynchronously) Return a character's jump activation and fatigue information --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_fatigue.v1 -
Uses of CharacterFatigueResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterFatigueResponse Modifier and Type Method Description CharacterFatigueResponseCharacterFatigueResponse. jumpFatigueExpireDate(java.time.OffsetDateTime jumpFatigueExpireDate)CharacterFatigueResponseCharacterFatigueResponse. lastJumpDate(java.time.OffsetDateTime lastJumpDate)CharacterFatigueResponseCharacterFatigueResponse. lastUpdateDate(java.time.OffsetDateTime lastUpdateDate)
-