public class BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client extends AbstractClient
Client which handles business activities orders and turnover old tables SNI 2002 data fetching.
Constructor and Description |
---|
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client()
Default constructor.
|
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getOrdersInIndustrySNI2002Annual()
Fetch all orders in industry SNI 2002 annual data.
|
List<ResponseModel> |
getOrdersInIndustrySNI2002Annual(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all orders in industry SNI 2002 annual data which match the input
constraints.
|
List<ResponseModel> |
getOrdersInIndustrySNI2002Monthly()
Fetch all orders in industry SNI 2002 monthly data.
|
List<ResponseModel> |
getOrdersInIndustrySNI2002Monthly(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<String> months)
Fetch all orders in industry SNI 2002 monthly data which match the input
constraints.
|
List<ResponseModel> |
getTurnoverInIndustrySNI2002Annual()
Fetch all turnover in industry SNI 2002 annual data.
|
List<ResponseModel> |
getTurnoverInIndustrySNI2002Annual(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all turnover in industry SNI 2002 annual data which match the input
constraints.
|
List<ResponseModel> |
getTurnoverInIndustrySNI2002Monthly()
Fetch all turnover in industry SNI 2002 monthly data.
|
List<ResponseModel> |
getTurnoverInIndustrySNI2002Monthly(Collection<String> markets,
Collection<String> industrialClassifications,
Collection<String> months)
Fetch all turnover in industry SNI 2002 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, setLocalizationLocale
public BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client()
Default constructor.
public BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getTurnoverInIndustrySNI2002Annual()
Fetch all turnover in industry SNI 2002 annual data.
ResponseModel
objectsgetTurnoverInIndustrySNI2002Annual(Collection, Collection, Collection)
public List<ResponseModel> getTurnoverInIndustrySNI2002Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all turnover in industry SNI 2002 annual data which match the input constraints.
markets
- the marketsindustrialClassifications
- the industrial classificationsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getTurnoverInIndustrySNI2002Monthly()
Fetch all turnover in industry SNI 2002 monthly data.
ResponseModel
objectsgetTurnoverInIndustrySNI2002Monthly(Collection, Collection, Collection)
public List<ResponseModel> getTurnoverInIndustrySNI2002Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)
Fetch all turnover in industry SNI 2002 monthly data which match the input constraints.
markets
- the marketsindustrialClassifications
- the industrial classificationsmonths
- the monthsResponseModel
objectspublic List<ResponseModel> getOrdersInIndustrySNI2002Annual()
Fetch all orders in industry SNI 2002 annual data.
ResponseModel
objectsgetOrdersInIndustrySNI2002Annual(Collection, Collection, Collection)
public List<ResponseModel> getOrdersInIndustrySNI2002Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all orders in industry SNI 2002 annual data which match the input constraints.
markets
- the marketsindustrialClassifications
- the industrial classificationsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getOrdersInIndustrySNI2002Monthly()
Fetch all orders in industry SNI 2002 monthly data.
ResponseModel
objectsgetOrdersInIndustrySNI2002Monthly(Collection, Collection, Collection)
public List<ResponseModel> getOrdersInIndustrySNI2002Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)
Fetch all orders in industry SNI 2002 monthly data which match the input constraints.
markets
- the marketsindustrialClassifications
- the industrial classificationsmonths
- the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.