public class GoodsAndServicesForeignTradeGoodsEconomicIndicatorsClient extends AbstractClient
Client which handles goods and services foreign trade goods economic indicators data fetching.
| Constructor and Description |
|---|
GoodsAndServicesForeignTradeGoodsEconomicIndicatorsClient()
Default constructor.
|
GoodsAndServicesForeignTradeGoodsEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getImportsAndExportsOfGoods()
Fetch all imports and exports of goods data.
|
List<ResponseModel> |
getImportsAndExportsOfGoods(Collection<String> economicIndicators,
Collection<String> months)
Fetch all imports and exports of goods data which match the input
constraints.
|
List<ResponseModel> |
getTrendsInVolumeOfExportsAndImportsOfGoods()
Fetch all trends in volume of exports and imports of goods data.
|
List<ResponseModel> |
getTrendsInVolumeOfExportsAndImportsOfGoods(Collection<String> economicIndicators,
Collection<String> quarters)
Fetch all trends in volume of exports and imports of goods data which match the
input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic GoodsAndServicesForeignTradeGoodsEconomicIndicatorsClient()
Default constructor.
public GoodsAndServicesForeignTradeGoodsEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getImportsAndExportsOfGoods()
Fetch all imports and exports of goods data.
ResponseModel
objectsgetImportsAndExportsOfGoods(Collection, Collection)public List<ResponseModel> getImportsAndExportsOfGoods(Collection<String> economicIndicators, Collection<String> months)
Fetch all imports and exports of goods data which match the input constraints.
economicIndicators - the economic indicatorsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getTrendsInVolumeOfExportsAndImportsOfGoods()
Fetch all trends in volume of exports and imports of goods data.
ResponseModel
objectsgetImportsAndExportsOfGoods(Collection, Collection)public List<ResponseModel> getTrendsInVolumeOfExportsAndImportsOfGoods(Collection<String> economicIndicators, Collection<String> quarters)
Fetch all trends in volume of exports and imports of goods data which match the input constraints.
economicIndicators - the economic indicatorsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.