Uses of Class
net.troja.eve.esi.model.FactionWarfareLeaderboardResponse
-
Packages that use FactionWarfareLeaderboardResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FactionWarfareLeaderboardResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return FactionWarfareLeaderboardResponse Modifier and Type Method Description FactionWarfareLeaderboardResponseFactionWarfareApi. getFwLeaderboards(String datasource, String ifNoneMatch)List of the top factions in faction warfare Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type FactionWarfareLeaderboardResponse Modifier and Type Method Description ApiResponse<FactionWarfareLeaderboardResponse>FactionWarfareApi. getFwLeaderboardsWithHttpInfo(String datasource, String ifNoneMatch)List of the top factions in faction warfare Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type FactionWarfareLeaderboardResponse Modifier and Type Method Description okhttp3.CallFactionWarfareApi. getFwLeaderboardsAsync(String datasource, String ifNoneMatch, ApiCallback<FactionWarfareLeaderboardResponse> _callback)List of the top factions in faction warfare (asynchronously) Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday --- This route expires daily at 11:05 -
Uses of FactionWarfareLeaderboardResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FactionWarfareLeaderboardResponse Modifier and Type Method Description FactionWarfareLeaderboardResponseFactionWarfareLeaderboardResponse. kills(FactionWarfareLeaderboardKills kills)FactionWarfareLeaderboardResponseFactionWarfareLeaderboardResponse. victoryPoints(FactionWarfareLeaderboardVictoryPoints victoryPoints)
-