Uses of Class
net.troja.eve.esi.model.FactionWarfareStatsResponse
-
Packages that use FactionWarfareStatsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FactionWarfareStatsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type FactionWarfareStatsResponse Modifier and Type Method Description List<FactionWarfareStatsResponse>FactionWarfareApi. getFwStats(String datasource, String ifNoneMatch)An overview of statistics about factions involved in faction warfare Statistical overviews of factions involved in faction warfare --- This route expires daily at 11:05ApiResponse<List<FactionWarfareStatsResponse>>FactionWarfareApi. getFwStatsWithHttpInfo(String datasource, String ifNoneMatch)An overview of statistics about factions involved in faction warfare Statistical overviews of factions involved in faction warfare --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type FactionWarfareStatsResponse Modifier and Type Method Description okhttp3.CallFactionWarfareApi. getFwStatsAsync(String datasource, String ifNoneMatch, ApiCallback<List<FactionWarfareStatsResponse>> _callback)An overview of statistics about factions involved in faction warfare (asynchronously) Statistical overviews of factions involved in faction warfare --- This route expires daily at 11:05 -
Uses of FactionWarfareStatsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FactionWarfareStatsResponse Modifier and Type Method Description FactionWarfareStatsResponseFactionWarfareStatsResponse. factionId(Integer factionId)FactionWarfareStatsResponseFactionWarfareStatsResponse. kills(FactionWarfareStatsKills kills)FactionWarfareStatsResponseFactionWarfareStatsResponse. pilots(Integer pilots)FactionWarfareStatsResponseFactionWarfareStatsResponse. systemsControlled(Integer systemsControlled)FactionWarfareStatsResponseFactionWarfareStatsResponse. victoryPoints(FactionWarfareStatsVictoryPoints victoryPoints)
-