public class GoodsAndServicesForeignTradeCNClient extends AbstractClient
Client which handles goods and services foreign trade CN (Combined Nomenclature) data fetching.
| Constructor and Description |
|---|
GoodsAndServicesForeignTradeCNClient()
Default constructor.
|
GoodsAndServicesForeignTradeCNClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getImportsAndExportsOfGoods(Collection<String> commodityGroups,
Collection<Integer> years)
Fetch all imports and exports of goods data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocalepublic GoodsAndServicesForeignTradeCNClient()
Default constructor.
public GoodsAndServicesForeignTradeCNClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getImportsAndExportsOfGoods(Collection<String> commodityGroups, Collection<Integer> years)
Fetch all imports and exports of goods data which match the input constraints.
commodityGroups - the commodity groupsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.