public class EnvironmentLandUsePlanningClient extends AbstractClient
Client which handles environment land use planning data fetching.
| Constructor and Description |
|---|
EnvironmentLandUsePlanningClient()
Default constructor.
|
EnvironmentLandUsePlanningClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Planning> |
getPlanning()
Fetch all planning data.
|
List<Planning> |
getPlanning(Collection<String> regions,
Collection<Integer> years)
Fetch all planning data which match the input constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic EnvironmentLandUsePlanningClient()
Default constructor.
public EnvironmentLandUsePlanningClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<Planning> getPlanning()
Fetch all planning data.
Planning objectsgetPlanning(Collection, Collection)public List<Planning> getPlanning(Collection<String> regions, Collection<Integer> years)
Fetch all planning data which match the input constraints.
regions - the regions to fetch data foryears - the years to fetch data forPlanning objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.