public class GoodsAndServicesForeignTradeGoodsSPINClient extends AbstractClient
Client which handles goods and services foreign trade goods SPIN (Swedish Standard Classification of Products by Activity) data fetching.
| Constructor and Description |
|---|
GoodsAndServicesForeignTradeGoodsSPINClient()
Default constructor.
|
GoodsAndServicesForeignTradeGoodsSPINClient(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> spin2007,
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, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic GoodsAndServicesForeignTradeGoodsSPINClient()
Default constructor.
public GoodsAndServicesForeignTradeGoodsSPINClient(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> spin2007, Collection<Integer> years)
Fetch all imports and exports of goods data which match the input constraints.
spin2007 - the SPIN 2007years - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.