public class GoodsAndServicesForeignTradeClient extends AbstractContainerClient
Client which handles goods and services foreign trade data fetching.
| Constructor and Description |
|---|
GoodsAndServicesForeignTradeClient()
Default constructor.
|
GoodsAndServicesForeignTradeClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GoodsAndServicesForeignTradeCNClient |
cn()
Retrieve the client for interacting with goods and services foreign trade CN
(Combined Nomenclature) data.
|
GoodsAndServicesForeignTradeEconomicIndicatorsClient |
economicIndicators()
Retrieve the client for interacting with goods and services foreign trade
economic indicators data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
GoodsAndServicesForeignTradeSITCClient |
sitc()
Retrieve the client for interacting with goods and services foreign trade SITC
(Standard International Trade Classification) data.
|
GoodsAndServicesForeignTradeSPINClient |
spin()
Retrieve the client for interacting with goods and services foreign trade SPIN
(Swedish Standard Classification of Products by Activity) data.
|
GoodsAndServicesForeignTradeTotalClient |
total()
Retrieve the client for interacting with goods and services foreign trade total
data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocalepublic GoodsAndServicesForeignTradeClient()
Default constructor. Initializes values and creates sub-clients.
public GoodsAndServicesForeignTradeClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic GoodsAndServicesForeignTradeCNClient cn()
Retrieve the client for interacting with goods and services foreign trade CN (Combined Nomenclature) data.
public GoodsAndServicesForeignTradeEconomicIndicatorsClient economicIndicators()
Retrieve the client for interacting with goods and services foreign trade economic indicators data.
public GoodsAndServicesForeignTradeSITCClient sitc()
Retrieve the client for interacting with goods and services foreign trade SITC (Standard International Trade Classification) data.
public GoodsAndServicesForeignTradeSPINClient spin()
Retrieve the client for interacting with goods and services foreign trade SPIN (Swedish Standard Classification of Products by Activity) data.
public GoodsAndServicesForeignTradeTotalClient total()
Retrieve the client for interacting with goods and services foreign trade total data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.