public class BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient extends AbstractClient
Client which handles business activities orders and turnover orders and turnover data fetching.
| Constructor and Description |
|---|
BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient()
Default constructor.
|
BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getOrdersInIndustrySNI2007Monthly()
Fetch all orders in industry SNI 2007 monthly data.
|
List<ResponseModel> |
getOrdersInIndustrySNI2007Monthly(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<String> months)
Fetch all orders in industry SNI 2007 monthly data which match the input
constraints.
|
List<ResponseModel> |
getTurnoverInIndustrySNI2007Monthly()
Fetch all turnover in industry SNI 2007 monthly data.
|
List<ResponseModel> |
getTurnoverInIndustrySNI2007Monthly(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<String> months)
Fetch all turnover in industry SNI 2007 monthly 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 BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient()
Default constructor.
public BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getTurnoverInIndustrySNI2007Monthly()
Fetch all turnover in industry SNI 2007 monthly data.
ResponseModel
objectsgetTurnoverInIndustrySNI2007Monthly(Collection, Collection, Collection)public List<ResponseModel> getTurnoverInIndustrySNI2007Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)
Fetch all turnover in industry SNI 2007 monthly data which match the input constraints.
markets - the marketsindustrialClassifications - the industrial classificationsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getOrdersInIndustrySNI2007Monthly()
Fetch all orders in industry SNI 2007 monthly data.
ResponseModel
objectsgetOrdersInIndustrySNI2007Monthly(Collection, Collection, Collection)public List<ResponseModel> getOrdersInIndustrySNI2007Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)
Fetch all orders in industry SNI 2007 monthly data which match the input constraints.
markets - the marketsindustrialClassifications - the industrial classificationsmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.