public class EnvironmentIndustrialWaterUseClient extends AbstractClient
Client which handles environment industrial water use data fetching.
| Constructor and Description |
|---|
EnvironmentIndustrialWaterUseClient()
Default constructor.
|
EnvironmentIndustrialWaterUseClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
List<WaterAbstraction> |
getWaterAbstraction()
Fetch all water abstraction data.
|
List<WaterAbstraction> |
getWaterAbstraction(Collection<String> regions,
Collection<Integer> type,
Collection<Integer> years)
Fetch all water abstraction data which match the input constraints.
|
List<WaterDischarge> |
getWaterDischarge()
Fetch all water discharge data.
|
List<WaterDischarge> |
getWaterDischarge(Collection<String> regions,
Collection<Integer> type,
Collection<Integer> years)
Fetch all water discharge data which match the input constraints.
|
List<WaterUse> |
getWaterUse()
Fetch all water use data.
|
List<WaterUse> |
getWaterUse(Collection<String> regions,
Collection<Integer> type,
Collection<Integer> years)
Fetch all water use data which match the input constraints.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic EnvironmentIndustrialWaterUseClient()
Default constructor.
public EnvironmentIndustrialWaterUseClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<WaterAbstraction> getWaterAbstraction()
Fetch all water abstraction data.
WaterAbstraction objectsgetWaterAbstraction(Collection, Collection, Collection)public List<WaterAbstraction> getWaterAbstraction(Collection<String> regions, Collection<Integer> type, Collection<Integer> years)
Fetch all water abstraction data which match the input constraints.
regions - the regions to fetch data fortype - the type to fetch data foryears - the years to fetch data forWaterAbstraction objectspublic List<WaterUse> getWaterUse()
Fetch all water use data.
WaterUse objectsgetWaterUse(Collection, Collection, Collection)public List<WaterUse> getWaterUse(Collection<String> regions, Collection<Integer> type, Collection<Integer> years)
Fetch all water use data which match the input constraints.
regions - the regions to fetch data fortype - the type to fetch data foryears - the years to fetch data forWaterUse objectspublic List<WaterDischarge> getWaterDischarge()
Fetch all water discharge data.
WaterDischarge objectsgetWaterDischarge(Collection, Collection, Collection)public List<WaterDischarge> getWaterDischarge(Collection<String> regions, Collection<Integer> type, Collection<Integer> years)
Fetch all water discharge data which match the input constraints.
regions - the regions to fetch data fortype - the type to fetch data foryears - the years to fetch data forWaterDischarge objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.