public class EnvironmentLandAndWaterAreaClient extends AbstractClient
Client which handles environment land and water area data fetching.
locale, localization| Constructor and Description |
|---|
EnvironmentLandAndWaterAreaClient()
Default constructor.
|
EnvironmentLandAndWaterAreaClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Area> |
getArea()
Fetch all area data.
|
List<Area> |
getArea(Collection<String> regions,
Collection<String> types,
Collection<Integer> years)
Fetch all area data which match the input constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
get, getBaseUrl, getLocale, getRegions, getYears, post, setLocale, setLocalizationLocalepublic EnvironmentLandAndWaterAreaClient()
Default constructor.
public EnvironmentLandAndWaterAreaClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<Area> getArea()
Fetch all area data.
Area objectsgetArea(Collection, Collection, Collection)public List<Area> 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 forArea objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.