Class EnvironmentProtectedNatureClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.AbstractContainerClient
-
- com.github.dannil.scbjavaclient.client.environment.protectednature.EnvironmentProtectedNatureClient
-
public class EnvironmentProtectedNatureClient extends AbstractContainerClient
Client which handles environment protected nature data fetching.
- Since:
- 0.5.0
-
-
Constructor Summary
Constructors Constructor Description EnvironmentProtectedNatureClient()
Default constructor.EnvironmentProtectedNatureClient(Locale locale)
Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractContainerClient
addClient, getClient, setLocale
-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
-
-
-
-
Constructor Detail
-
EnvironmentProtectedNatureClient
public EnvironmentProtectedNatureClient()
Default constructor. Initializes values and creates sub-clients.
-
EnvironmentProtectedNatureClient
public EnvironmentProtectedNatureClient(Locale locale)
Overloaded constructor.
- Parameters:
locale
- theLocale
for this client
-
-
Method Detail
-
natureTypes
public EnvironmentProtectedNatureNatureTypesClient natureTypes()
Retrieve the client for interacting with environment protected nature nature types data.
- Returns:
- a client for environment protected nature nature types data
-
numberAndArea
public EnvironmentProtectedNatureNumberAndAreaClient numberAndArea()
Retrieve the client for interacting with environment protected nature number and area data.
- Returns:
- a client for environment protected nature number and area data
-
populationAndAccessibility
public EnvironmentProtectedNaturePopulationAndAccessibilityClient populationAndAccessibility()
Retrieve the client for interacting with environment protected nature population and accessibility data.
- Returns:
- a client for environment protected nature population and accessibility data
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClient
Returns the URL endpoint which this client represents.
- Specified by:
getUrl
in classAbstractClient
- Returns:
- the URL endpoint for this client
-
-