Package com.github.dannil.scbjavaclient.client.businessactivities.ordersandturnover.oldtablessni2002
Class BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.businessactivities.ordersandturnover.oldtablessni2002.BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client
-
public class BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client extends AbstractClient
Client which handles business activities orders and turnover old tables SNI 2002 data fetching.
- Since:
- 0.7.0
-
-
Constructor Summary
Constructors Constructor Description BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client()
Default constructor.BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client(Locale locale)
Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client
public BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client()
Default constructor.
-
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client
public BusinessActivitiesOrdersAndTurnoverOldTablesSNI2002Client(Locale locale)
Overloaded constructor.
- Parameters:
locale
- theLocale
for this client
-
-
Method Detail
-
getTurnoverInIndustrySNI2002Annual
public List<ResponseModel> getTurnoverInIndustrySNI2002Annual()
Fetch all turnover in industry SNI 2002 annual data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getTurnoverInIndustrySNI2002Annual(Collection, Collection, Collection)
-
getTurnoverInIndustrySNI2002Annual
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.
- Parameters:
markets
- the marketsindustrialClassifications
- the industrial classificationsyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getTurnoverInIndustrySNI2002Monthly
public List<ResponseModel> getTurnoverInIndustrySNI2002Monthly()
Fetch all turnover in industry SNI 2002 monthly data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getTurnoverInIndustrySNI2002Monthly(Collection, Collection, Collection)
-
getTurnoverInIndustrySNI2002Monthly
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.
- Parameters:
markets
- the marketsindustrialClassifications
- the industrial classificationsmonths
- the months- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getOrdersInIndustrySNI2002Annual
public List<ResponseModel> getOrdersInIndustrySNI2002Annual()
Fetch all orders in industry SNI 2002 annual data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getOrdersInIndustrySNI2002Annual(Collection, Collection, Collection)
-
getOrdersInIndustrySNI2002Annual
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.
- Parameters:
markets
- the marketsindustrialClassifications
- the industrial classificationsyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getOrdersInIndustrySNI2002Monthly
public List<ResponseModel> getOrdersInIndustrySNI2002Monthly()
Fetch all orders in industry SNI 2002 monthly data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getOrdersInIndustrySNI2002Monthly(Collection, Collection, Collection)
-
getOrdersInIndustrySNI2002Monthly
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.
- Parameters:
markets
- the marketsindustrialClassifications
- the industrial classificationsmonths
- the months- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClient
Returns the URL endpoint which this client represents.
- Specified by:
getUrl
in classAbstractClient
- Returns:
- the URL endpoint for this client
-
-