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, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public 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()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.