public class EnvironmentLandAndWaterAreaClient extends AbstractClient
Client which handles environment land and water area data fetching.
| Constructor and Description |
|---|
EnvironmentLandAndWaterAreaClient()
Default constructor.
|
EnvironmentLandAndWaterAreaClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getArea()
Fetch all area data.
|
List<ResponseModel> |
getArea(Collection<String> regions,
Collection<String> types,
Collection<Integer> years)
Fetch all area data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic EnvironmentLandAndWaterAreaClient()
Default constructor.
public EnvironmentLandAndWaterAreaClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getArea()
Fetch all area data.
ResponseModel
objectsgetArea(Collection, Collection, Collection)public List<ResponseModel> getArea(Collection<String> regions, Collection<String> types, Collection<Integer> years)
Fetch all area data which match the input constraints.
regions - the regions to fetch data fortypes - the types 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 © 2019. All rights reserved.