Uses of Class
net.troja.eve.esi.model.CharacterFwStatsResponse
-
Packages that use CharacterFwStatsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterFwStatsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterFwStatsResponse Modifier and Type Method Description CharacterFwStatsResponseFactionWarfareApi. getCharactersCharacterIdFwStats(Integer characterId, String datasource, String ifNoneMatch, String token)Overview of a character involved in faction warfare Statistical overview of a character involved in faction warfare --- This route expires daily at 11:05 SSO Scope: esi-characters.read_fw_stats.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterFwStatsResponse Modifier and Type Method Description ApiResponse<CharacterFwStatsResponse>FactionWarfareApi. getCharactersCharacterIdFwStatsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Overview of a character involved in faction warfare Statistical overview of a character involved in faction warfare --- This route expires daily at 11:05 SSO Scope: esi-characters.read_fw_stats.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterFwStatsResponse Modifier and Type Method Description okhttp3.CallFactionWarfareApi. getCharactersCharacterIdFwStatsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterFwStatsResponse> _callback)Overview of a character involved in faction warfare (asynchronously) Statistical overview of a character involved in faction warfare --- This route expires daily at 11:05 SSO Scope: esi-characters.read_fw_stats.v1 -
Uses of CharacterFwStatsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterFwStatsResponse Modifier and Type Method Description CharacterFwStatsResponseCharacterFwStatsResponse. currentRank(Integer currentRank)CharacterFwStatsResponseCharacterFwStatsResponse. enlistedOn(java.time.OffsetDateTime enlistedOn)CharacterFwStatsResponseCharacterFwStatsResponse. factionId(Integer factionId)CharacterFwStatsResponseCharacterFwStatsResponse. highestRank(Integer highestRank)CharacterFwStatsResponseCharacterFwStatsResponse. kills(CharacterFwStatsKills kills)CharacterFwStatsResponseCharacterFwStatsResponse. victoryPoints(CharacterFwStatsVictoryPoints victoryPoints)
-