Uses of Class
net.troja.eve.esi.model.SovereigntyMapResponse
-
Packages that use SovereigntyMapResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of SovereigntyMapResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type SovereigntyMapResponse Modifier and Type Method Description List<SovereigntyMapResponse>SovereigntyApi. getSovereigntyMap(String datasource, String ifNoneMatch)List sovereignty of systems Shows sovereignty information for solar systems --- This route is cached for up to 3600 secondsApiResponse<List<SovereigntyMapResponse>>SovereigntyApi. getSovereigntyMapWithHttpInfo(String datasource, String ifNoneMatch)List sovereignty of systems Shows sovereignty information for solar systems --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type SovereigntyMapResponse Modifier and Type Method Description okhttp3.CallSovereigntyApi. getSovereigntyMapAsync(String datasource, String ifNoneMatch, ApiCallback<List<SovereigntyMapResponse>> _callback)List sovereignty of systems (asynchronously) Shows sovereignty information for solar systems --- This route is cached for up to 3600 seconds -
Uses of SovereigntyMapResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return SovereigntyMapResponse Modifier and Type Method Description SovereigntyMapResponseSovereigntyMapResponse. allianceId(Integer allianceId)SovereigntyMapResponseSovereigntyMapResponse. corporationId(Integer corporationId)SovereigntyMapResponseSovereigntyMapResponse. factionId(Integer factionId)SovereigntyMapResponseSovereigntyMapResponse. systemId(Integer systemId)
-