public class EnvironmentLandUseBuildingsClient extends AbstractClient
Client which handles environment land use building data fetching.
| Constructor and Description |
|---|
EnvironmentLandUseBuildingsClient()
Default constructor.
|
EnvironmentLandUseBuildingsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBuilding()
Fetch all building data.
|
List<ResponseModel> |
getBuilding(Collection<String> regions,
Collection<Integer> types,
Collection<Integer> years)
Fetch all building 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 EnvironmentLandUseBuildingsClient()
Default constructor.
public EnvironmentLandUseBuildingsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getBuilding()
Fetch all building data.
ResponseModel
objectsgetBuilding(Collection, Collection, Collection)public List<ResponseModel> getBuilding(Collection<String> regions, Collection<Integer> types, Collection<Integer> years)
Fetch all building data which match the input constraints.
regions - the regions to fetch data fortypes - the types 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.