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 |
|---|---|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
List<ResponseModel> |
getWaterAbstraction()
Fetch all water abstraction data.
|
List<ResponseModel> |
getWaterAbstraction(Collection<String> regions,
Collection<Integer> type,
Collection<Integer> years)
Fetch all water abstraction data which match the input constraints.
|
List<ResponseModel> |
getWaterDischarge()
Fetch all water discharge data.
|
List<ResponseModel> |
getWaterDischarge(Collection<String> regions,
Collection<Integer> type,
Collection<Integer> years)
Fetch all water discharge data which match the input constraints.
|
List<ResponseModel> |
getWaterUse()
Fetch all water use data.
|
List<ResponseModel> |
getWaterUse(Collection<String> regions,
Collection<Integer> type,
Collection<Integer> years)
Fetch all water use data which match the input constraints.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocalepublic EnvironmentIndustrialWaterUseClient()
Default constructor.
public EnvironmentIndustrialWaterUseClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getWaterAbstraction()
Fetch all water abstraction data.
ResponseModel
objectsgetWaterAbstraction(Collection, Collection, Collection)public List<ResponseModel> 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 forResponseModel
objectspublic List<ResponseModel> getWaterUse()
Fetch all water use data.
ResponseModel
objectsgetWaterUse(Collection, Collection, Collection)public List<ResponseModel> 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 forResponseModel
objectspublic List<ResponseModel> getWaterDischarge()
Fetch all water discharge data.
ResponseModel
objectsgetWaterDischarge(Collection, Collection, Collection)public List<ResponseModel> 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 forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.