Uses of Class
net.troja.eve.esi.model.SystemResponse
-
Packages that use SystemResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of SystemResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return SystemResponse Modifier and Type Method Description SystemResponseUniverseApi. getUniverseSystemsSystemId(Integer systemId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get solar system information Get information on a solar system. --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type SystemResponse Modifier and Type Method Description ApiResponse<SystemResponse>UniverseApi. getUniverseSystemsSystemIdWithHttpInfo(Integer systemId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get solar system information Get information on a solar system. --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type SystemResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseSystemsSystemIdAsync(Integer systemId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<SystemResponse> _callback)Get solar system information (asynchronously) Get information on a solar system. --- This route expires daily at 11:05 -
Uses of SystemResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return SystemResponse Modifier and Type Method Description SystemResponseSystemResponse. addPlanetsItem(SystemPlanet planetsItem)SystemResponseSystemResponse. addStargatesItem(Integer stargatesItem)SystemResponseSystemResponse. addStationsItem(Integer stationsItem)SystemResponseSystemResponse. constellationId(Integer constellationId)SystemResponseSystemResponse. name(String name)SystemResponseSystemResponse. planets(List<SystemPlanet> planets)SystemResponseSystemResponse. position(Position position)SystemResponseSystemResponse. securityClass(String securityClass)SystemResponseSystemResponse. securityStatus(Float securityStatus)SystemResponseSystemResponse. stargates(List<Integer> stargates)SystemResponseSystemResponse. starId(Integer starId)SystemResponseSystemResponse. stations(List<Integer> stations)SystemResponseSystemResponse. systemId(Integer systemId)
-