Class GoodsAndServicesForeignTradeGoodsClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.AbstractContainerClient
-
- com.github.dannil.scbjavaclient.client.goodsandservices.foreigntradegoods.GoodsAndServicesForeignTradeGoodsClient
-
public class GoodsAndServicesForeignTradeGoodsClient extends AbstractContainerClient
Client which handles goods and services foreign trade goods data fetching.
- Since:
- 0.7.0
-
-
Constructor Summary
Constructors Constructor Description GoodsAndServicesForeignTradeGoodsClient()Default constructor.GoodsAndServicesForeignTradeGoodsClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoodsAndServicesForeignTradeGoodsCNClientcn()Retrieve the client for interacting with goods and services foreign trade goods CN (Combined Nomenclature) data.GoodsAndServicesForeignTradeGoodsEconomicIndicatorsClienteconomicIndicators()Retrieve the client for interacting with goods and services foreign trade goods economic indicators data.URLEndpointgetUrl()Returns the URL endpoint which this client represents.GoodsAndServicesForeignTradeGoodsSITCClientsitc()Retrieve the client for interacting with goods and services foreign trade goods SITC (Standard International Trade Classification) data.GoodsAndServicesForeignTradeGoodsSPINClientspin()Retrieve the client for interacting with goods and services foreign trade goods SPIN (Swedish Standard Classification of Products by Activity) data.GoodsAndServicesForeignTradeGoodsTotalClienttotal()Retrieve the client for interacting with goods and services foreign trade goods total data.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractContainerClient
addClient, getClient, setLocale
-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
-
-
-
-
Constructor Detail
-
GoodsAndServicesForeignTradeGoodsClient
public GoodsAndServicesForeignTradeGoodsClient()
Default constructor. Initializes values and creates sub-clients.
-
GoodsAndServicesForeignTradeGoodsClient
public GoodsAndServicesForeignTradeGoodsClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
cn
public GoodsAndServicesForeignTradeGoodsCNClient cn()
Retrieve the client for interacting with goods and services foreign trade goods CN (Combined Nomenclature) data.
- Returns:
- a client for goods and services foreign trade goods CN (Combined Nomenclature) data
-
economicIndicators
public GoodsAndServicesForeignTradeGoodsEconomicIndicatorsClient economicIndicators()
Retrieve the client for interacting with goods and services foreign trade goods economic indicators data.
- Returns:
- a client for goods and services foreign trade goods economic indicators data
-
sitc
public GoodsAndServicesForeignTradeGoodsSITCClient sitc()
Retrieve the client for interacting with goods and services foreign trade goods SITC (Standard International Trade Classification) data.
- Returns:
- a client for goods and services foreign trade goods SITC (Standard International Trade Classification) data
-
spin
public GoodsAndServicesForeignTradeGoodsSPINClient spin()
Retrieve the client for interacting with goods and services foreign trade goods SPIN (Swedish Standard Classification of Products by Activity) data.
- Returns:
- a client for goods and services foreign trade goods SPIN (Swedish Standard Classification of Products by Activity) data
-
total
public GoodsAndServicesForeignTradeGoodsTotalClient total()
Retrieve the client for interacting with goods and services foreign trade goods total data.
- Returns:
- a client for goods and services foreign trade goods total data
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-