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 |
|---|---|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
EnvironmentIndustrialWaterUseClient |
industrialWaterUse()
Retrieve the client for interacting with environment industrial water use
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.
|
EnvironmentPackagingAndPackagingWasteClient |
packagingAndPackagingWaste()
Retrieve the client for interacting with environment packaging and packaging
waste data.
|
EnvironmentWasteClient |
waste()
Retrieve the client for interacting with environment waste data.
|
addClient, setLocaledoGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocalizationLocalepublic EnvironmentClient()
Default constructor. Initializes values and creates sub-clients.
public EnvironmentClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic EnvironmentIndustrialWaterUseClient industrialWaterUse()
Retrieve the client for interacting with environment industrial water use 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 EnvironmentPackagingAndPackagingWasteClient packagingAndPackagingWaste()
Retrieve the client for interacting with environment packaging and packaging waste data.
public EnvironmentWasteClient waste()
Retrieve the client for interacting with environment waste data.
public String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.