public class EnvironmentProtectedNatureClient extends AbstractContainerClient
Client which handles environment protected nature data fetching.
| Constructor and Description |
|---|
EnvironmentProtectedNatureClient()
Default constructor.
|
EnvironmentProtectedNatureClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
EnvironmentProtectedNatureNatureTypesClient |
natureTypes()
Retrieve the client for interacting with environment protected nature nature
types data.
|
EnvironmentProtectedNatureNumberAndAreaClient |
numberAndArea()
Retrieve the client for interacting with environment protected nature number and
area data.
|
EnvironmentProtectedNaturePopulationAndAccessibilityClient |
populationAndAccessibility()
Retrieve the client for interacting with environment protected nature population
and accessibility data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic EnvironmentProtectedNatureClient()
Default constructor. Initializes values and creates sub-clients.
public EnvironmentProtectedNatureClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic EnvironmentProtectedNatureNatureTypesClient natureTypes()
Retrieve the client for interacting with environment protected nature nature types data.
public EnvironmentProtectedNatureNumberAndAreaClient numberAndArea()
Retrieve the client for interacting with environment protected nature number and area data.
public EnvironmentProtectedNaturePopulationAndAccessibilityClient populationAndAccessibility()
Retrieve the client for interacting with environment protected nature population and accessibility data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.