Uses of Class
net.troja.eve.esi.model.FactionWarfareSystemsResponse
-
Packages that use FactionWarfareSystemsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of FactionWarfareSystemsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type FactionWarfareSystemsResponse Modifier and Type Method Description List<FactionWarfareSystemsResponse>FactionWarfareApi. getFwSystems(String datasource, String ifNoneMatch)Ownership of faction warfare systems An overview of the current ownership of faction warfare solar systems --- This route is cached for up to 1800 secondsApiResponse<List<FactionWarfareSystemsResponse>>FactionWarfareApi. getFwSystemsWithHttpInfo(String datasource, String ifNoneMatch)Ownership of faction warfare systems An overview of the current ownership of faction warfare solar systems --- This route is cached for up to 1800 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type FactionWarfareSystemsResponse Modifier and Type Method Description okhttp3.CallFactionWarfareApi. getFwSystemsAsync(String datasource, String ifNoneMatch, ApiCallback<List<FactionWarfareSystemsResponse>> _callback)Ownership of faction warfare systems (asynchronously) An overview of the current ownership of faction warfare solar systems --- This route is cached for up to 1800 seconds -
Uses of FactionWarfareSystemsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FactionWarfareSystemsResponse Modifier and Type Method Description FactionWarfareSystemsResponseFactionWarfareSystemsResponse. contested(FactionWarfareSystemsResponse.ContestedEnum contestedEnum)FactionWarfareSystemsResponseFactionWarfareSystemsResponse. contestedString(String contested)FactionWarfareSystemsResponseFactionWarfareSystemsResponse. occupierFactionId(Integer occupierFactionId)FactionWarfareSystemsResponseFactionWarfareSystemsResponse. ownerFactionId(Integer ownerFactionId)FactionWarfareSystemsResponseFactionWarfareSystemsResponse. solarSystemId(Integer solarSystemId)FactionWarfareSystemsResponseFactionWarfareSystemsResponse. victoryPoints(Integer victoryPoints)FactionWarfareSystemsResponseFactionWarfareSystemsResponse. victoryPointsThreshold(Integer victoryPointsThreshold)
-