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<ResponseModel> |
getPlanning()
Fetch all planning data.
|
List<ResponseModel> |
getPlanning(Collection<String> regions,
Collection<Integer> years)
Fetch all planning 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 EnvironmentLandUsePlanningClient()
Default constructor.
public EnvironmentLandUsePlanningClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPlanning()
Fetch all planning data.
ResponseModel
objectsgetPlanning(Collection, Collection)public List<ResponseModel> 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 forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.