public class EnvironmentClient extends AbstractContainerClient
Client which handles environment data fetching.
Constructor and Description |
---|
EnvironmentClient()
Default constructor.
|
EnvironmentClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentAirPollutantsClient |
airPollutants()
Retrieve the client for interacting with environment air pollutants data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
EnvironmentGreenhouseGasClient |
greenhouseGas()
Retrieve the client for interacting with environment greenhouse gas data.
|
EnvironmentIslandsClient |
islands()
Retrieve the client for interacting with environment islands data.
|
EnvironmentLandAndWaterAreaClient |
landAndWaterArea()
Retrieve the client for interacting with environment land and water area
data.
|
EnvironmentLandUseClient |
landUse()
Retrieve the client for interacting with environment land use data.
|
EnvironmentLandUsedForTransportClient |
landUsedForTransport()
Retrieve the client for interacting with environment land used for transport
data.
|
EnvironmentPackagingAndPackagingWasteClient |
packagingAndPackagingWaste()
Retrieve the client for interacting with environment packaging and packaging
waste data.
|
EnvironmentProtectedNatureClient |
protectedNature()
Retrieve the client for interacting with environment protected nature data.
|
EnvironmentSEEAClient |
seea()
Retrieve the client for interacting with environment System of
Environmental-Economic Accounting (SEEA) data.
|
EnvironmentSmallerLocalitiesClient |
smallerLocalities()
Retrieve the client for interacting with environment smaller localities
data.
|
EnvironmentWasteClient |
waste()
Retrieve the client for interacting with environment waste data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public EnvironmentClient()
Default constructor. Initializes values and creates sub-clients.
public EnvironmentClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic EnvironmentAirPollutantsClient airPollutants()
Retrieve the client for interacting with environment air pollutants data.
public EnvironmentGreenhouseGasClient greenhouseGas()
Retrieve the client for interacting with environment greenhouse gas data.
public EnvironmentIslandsClient islands()
Retrieve the client for interacting with environment islands data.
public EnvironmentLandAndWaterAreaClient landAndWaterArea()
Retrieve the client for interacting with environment land and water area data.
public EnvironmentLandUseClient landUse()
Retrieve the client for interacting with environment land use data.
public EnvironmentLandUsedForTransportClient landUsedForTransport()
Retrieve the client for interacting with environment land used for transport data.
public EnvironmentPackagingAndPackagingWasteClient packagingAndPackagingWaste()
Retrieve the client for interacting with environment packaging and packaging waste data.
public EnvironmentProtectedNatureClient protectedNature()
Retrieve the client for interacting with environment protected nature data.
public EnvironmentSEEAClient seea()
Retrieve the client for interacting with environment System of Environmental-Economic Accounting (SEEA) data.
public EnvironmentSmallerLocalitiesClient smallerLocalities()
Retrieve the client for interacting with environment smaller localities data.
public EnvironmentWasteClient waste()
Retrieve the client for interacting with environment waste data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.