public class EnvironmentLandUseClient extends AbstractContainerClient
Client which handles environment land use data fetching.
Constructor and Description |
---|
EnvironmentLandUseClient()
Default constructor.
|
EnvironmentLandUseClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentLandUseBuildingsClient |
buildings()
Retrieve the client for interacting with environment land use buildings
data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
EnvironmentLandUsePlanningClient |
planning()
Retrieve the client for interacting with environment land use planning data.
|
EnvironmentLandUseUsageClient |
usage()
Retrieve the client for interacting with environment land use usage data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
public EnvironmentLandUseClient()
Default constructor. Initializes values and creates sub-clients.
public EnvironmentLandUseClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic EnvironmentLandUseBuildingsClient buildings()
Retrieve the client for interacting with environment land use buildings data.
public EnvironmentLandUsePlanningClient planning()
Retrieve the client for interacting with environment land use planning data.
public EnvironmentLandUseUsageClient usage()
Retrieve the client for interacting with environment land use usage data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.