Uses of Class
net.troja.eve.esi.model.FactionWarfareLeaderboardCharactersResponse
-
Packages that use FactionWarfareLeaderboardCharactersResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FactionWarfareLeaderboardCharactersResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return FactionWarfareLeaderboardCharactersResponse Modifier and Type Method Description FactionWarfareLeaderboardCharactersResponseFactionWarfareApi. getFwLeaderboardsCharacters(String datasource, String ifNoneMatch)List of the top pilots in faction warfare Top 100 leaderboard of pilots 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 FactionWarfareLeaderboardCharactersResponse Modifier and Type Method Description ApiResponse<FactionWarfareLeaderboardCharactersResponse>FactionWarfareApi. getFwLeaderboardsCharactersWithHttpInfo(String datasource, String ifNoneMatch)List of the top pilots in faction warfare Top 100 leaderboard of pilots 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 FactionWarfareLeaderboardCharactersResponse Modifier and Type Method Description okhttp3.CallFactionWarfareApi. getFwLeaderboardsCharactersAsync(String datasource, String ifNoneMatch, ApiCallback<FactionWarfareLeaderboardCharactersResponse> _callback)List of the top pilots in faction warfare (asynchronously) Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday --- This route expires daily at 11:05 -
Uses of FactionWarfareLeaderboardCharactersResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FactionWarfareLeaderboardCharactersResponse Modifier and Type Method Description FactionWarfareLeaderboardCharactersResponseFactionWarfareLeaderboardCharactersResponse. kills(FactionWarfareLeaderboardCharacterKills kills)FactionWarfareLeaderboardCharactersResponseFactionWarfareLeaderboardCharactersResponse. victoryPoints(FactionWarfareLeaderboardCharacterVictoryPoints victoryPoints)
-