public class EnvironmentSEEAClient extends AbstractContainerClient
Client which handles environment System of Environmental-Economic Accounting (SEEA) data fetching.
| Constructor and Description |
|---|
EnvironmentSEEAClient()
Default constructor.
|
EnvironmentSEEAClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSEEAAirEmissionsAccountsClient |
airEmissionsAccounts()
Retrieve the client for interacting with environment System of
Environmental-Economic Accounting (SEEA) air emissions accounts data.
|
EnvironmentSEEAEnergyAccountsClient |
energyAccounts()
Retrieve the client for interacting with environment System of
Environmental-Economic Accounting (SEEA) energy accounts data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
EnvironmentSEEAGoodsAndServicesSectorClient |
goodsAndServicesSector()
Retrieve the client for interacting with environment System of
Environmental-Economic Accounting (SEEA) goods and services sector data.
|
EnvironmentSEEAMaterialFlowAccountsClient |
materialFlowAccounts()
Retrieve the client for interacting with environment System of
Environmental-Economic Accounting (SEEA) material flow accounts data.
|
EnvironmentSEEATaxesClient |
taxes()
Retrieve the client for interacting with environment System of
Environmental-Economic Accounting (SEEA) taxes data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic EnvironmentSEEAClient()
Default constructor. Initializes values and creates sub-clients.
public EnvironmentSEEAClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic EnvironmentSEEAAirEmissionsAccountsClient airEmissionsAccounts()
Retrieve the client for interacting with environment System of Environmental-Economic Accounting (SEEA) air emissions accounts data.
public EnvironmentSEEAEnergyAccountsClient energyAccounts()
Retrieve the client for interacting with environment System of Environmental-Economic Accounting (SEEA) energy accounts data.
public EnvironmentSEEAGoodsAndServicesSectorClient goodsAndServicesSector()
Retrieve the client for interacting with environment System of Environmental-Economic Accounting (SEEA) goods and services sector data.
public EnvironmentSEEAMaterialFlowAccountsClient materialFlowAccounts()
Retrieve the client for interacting with environment System of Environmental-Economic Accounting (SEEA) material flow accounts data.
public EnvironmentSEEATaxesClient taxes()
Retrieve the client for interacting with environment System of Environmental-Economic Accounting (SEEA) taxes data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.