Uses of Class
net.troja.eve.esi.model.FactionWarfareLeaderboardCorporationsResponse
-
Packages that use FactionWarfareLeaderboardCorporationsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FactionWarfareLeaderboardCorporationsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return FactionWarfareLeaderboardCorporationsResponse Modifier and Type Method Description FactionWarfareLeaderboardCorporationsResponseFactionWarfareApi. getFwLeaderboardsCorporations(String datasource, String ifNoneMatch)List of the top corporations in faction warfare Top 10 leaderboard of corporations 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 FactionWarfareLeaderboardCorporationsResponse Modifier and Type Method Description ApiResponse<FactionWarfareLeaderboardCorporationsResponse>FactionWarfareApi. getFwLeaderboardsCorporationsWithHttpInfo(String datasource, String ifNoneMatch)List of the top corporations in faction warfare Top 10 leaderboard of corporations 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 FactionWarfareLeaderboardCorporationsResponse Modifier and Type Method Description okhttp3.CallFactionWarfareApi. getFwLeaderboardsCorporationsAsync(String datasource, String ifNoneMatch, ApiCallback<FactionWarfareLeaderboardCorporationsResponse> _callback)List of the top corporations in faction warfare (asynchronously) Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday --- This route expires daily at 11:05 -
Uses of FactionWarfareLeaderboardCorporationsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FactionWarfareLeaderboardCorporationsResponse Modifier and Type Method Description FactionWarfareLeaderboardCorporationsResponseFactionWarfareLeaderboardCorporationsResponse. kills(FactionWarfareLeaderboardCorporationsKills kills)FactionWarfareLeaderboardCorporationsResponseFactionWarfareLeaderboardCorporationsResponse. victoryPoints(FactionWarfareLeaderboardCorporationsVictoryPoints victoryPoints)
-