public class EnvironmentSmallerLocalitiesClient extends AbstractClient
Client which handles environment smaller localities data fetching.
| Constructor and Description |
|---|
EnvironmentSmallerLocalitiesClient()
Default constructor.
|
EnvironmentSmallerLocalitiesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getLandArea()
Fetch all land area data.
|
List<ResponseModel> |
getLandArea(Collection<String> regions,
Collection<Integer> years)
Fetch all land 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 EnvironmentSmallerLocalitiesClient()
Default constructor.
public EnvironmentSmallerLocalitiesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getLandArea()
Fetch all land area data.
ResponseModel
objectsgetLandArea(Collection, Collection)public List<ResponseModel> getLandArea(Collection<String> regions, Collection<Integer> years)
Fetch all land area data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.