Uses of Class
net.troja.eve.esi.model.FactionWarfareWarsResponse
-
Packages that use FactionWarfareWarsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FactionWarfareWarsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type FactionWarfareWarsResponse Modifier and Type Method Description List<FactionWarfareWarsResponse>FactionWarfareApi. getFwWars(String datasource, String ifNoneMatch)Data about which NPC factions are at war Data about which NPC factions are at war --- This route expires daily at 11:05ApiResponse<List<FactionWarfareWarsResponse>>FactionWarfareApi. getFwWarsWithHttpInfo(String datasource, String ifNoneMatch)Data about which NPC factions are at war Data about which NPC factions are at war --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type FactionWarfareWarsResponse Modifier and Type Method Description okhttp3.CallFactionWarfareApi. getFwWarsAsync(String datasource, String ifNoneMatch, ApiCallback<List<FactionWarfareWarsResponse>> _callback)Data about which NPC factions are at war (asynchronously) Data about which NPC factions are at war --- This route expires daily at 11:05 -
Uses of FactionWarfareWarsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FactionWarfareWarsResponse Modifier and Type Method Description FactionWarfareWarsResponseFactionWarfareWarsResponse. againstId(Integer againstId)FactionWarfareWarsResponseFactionWarfareWarsResponse. factionId(Integer factionId)
-