Uses of Class
net.troja.eve.esi.model.RegionResponse
-
Packages that use RegionResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of RegionResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return RegionResponse Modifier and Type Method Description RegionResponseUniverseApi. getUniverseRegionsRegionId(Integer regionId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get region information Get information on a region --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type RegionResponse Modifier and Type Method Description ApiResponse<RegionResponse>UniverseApi. getUniverseRegionsRegionIdWithHttpInfo(Integer regionId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get region information Get information on a region --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type RegionResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseRegionsRegionIdAsync(Integer regionId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<RegionResponse> _callback)Get region information (asynchronously) Get information on a region --- This route expires daily at 11:05 -
Uses of RegionResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return RegionResponse Modifier and Type Method Description RegionResponseRegionResponse. addConstellationsItem(Integer constellationsItem)RegionResponseRegionResponse. constellations(List<Integer> constellations)RegionResponseRegionResponse. description(String description)RegionResponseRegionResponse. name(String name)RegionResponseRegionResponse. regionId(Integer regionId)
-