public class EnvironmentClient extends AbstractContainerClient
Client which handles environment data fetching.
clientslocale, localization| 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.
|
EnvironmentLandAndWaterAreaClient |
landAndWaterArea()
Retrieve the client for interacting with environment land and water area
data.
|
setLocaleget, getBaseUrl, getLocale, getRegions, getYears, post, setLocalizationLocalepublic EnvironmentClient()
Default constructor. Initializes values and creates sub-clients.
public EnvironmentClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic EnvironmentLandAndWaterAreaClient landAndWaterArea()
Retrieve the client for interacting with environment land and water area data.
public String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.