public class LandAndWaterAreaClient extends AbstractClient
locale, localization, queryBuilder| Constructor and Description |
|---|
LandAndWaterAreaClient()
Default constructor.
|
LandAndWaterAreaClient(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.
|
get, getBaseUrl, getLocale, getRegions, getYears, post, setLocale, setLocalizationLanguagepublic LandAndWaterAreaClient()
public LandAndWaterAreaClient(Locale locale)
locale - the locale for this clientpublic List<Area> getArea()
Area objectsgetArea(Collection, Collection, Collection)public List<Area> getArea(Collection<String> regions, Collection<String> types, Collection<Integer> years)
regions - the regions to fetch data fortypes - the types to fetch data foryears - the years to fetch data forArea objectsCopyright © 2016. All rights reserved.