public class BusinessActivitiesIndustrialCapacityUtilizationIndustrialCapacityUtilizationClient extends AbstractClient
Client which handles business activities industrial capacity utilization industrial capacity utilization data fetching.
| Constructor and Description |
|---|
BusinessActivitiesIndustrialCapacityUtilizationIndustrialCapacityUtilizationClient()
Default constructor.
|
BusinessActivitiesIndustrialCapacityUtilizationIndustrialCapacityUtilizationClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getIndustrialCapacityUtilisationSNI2007()
Fetch all industrial capacity utilisation SNI2007 data.
|
List<ResponseModel> |
getIndustrialCapacityUtilisationSNI2007(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all industrial capacity utilisation SNI2007 data which match the input
constraints.
|
List<ResponseModel> |
getIndustrialCapacityUtilisationSNI2007HistoricalTimeSeries()
Fetch all industrial capacity utilisation SNI2007 historical time series
data.
|
List<ResponseModel> |
getIndustrialCapacityUtilisationSNI2007HistoricalTimeSeries(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all industrial capacity utilisation SNI2007 historical time series data
which match the input constraints.
|
List<ResponseModel> |
getIndustrialCapacityUtilisationSNI92()
Fetch all industrial capacity utilisation SNI92 data.
|
List<ResponseModel> |
getIndustrialCapacityUtilisationSNI92(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all industrial capacity utilisation SNI92 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 BusinessActivitiesIndustrialCapacityUtilizationIndustrialCapacityUtilizationClient()
Default constructor.
public BusinessActivitiesIndustrialCapacityUtilizationIndustrialCapacityUtilizationClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getIndustrialCapacityUtilisationSNI2007()
Fetch all industrial capacity utilisation SNI2007 data.
ResponseModel
objectsgetIndustrialCapacityUtilisationSNI2007(Collection, Collection)public List<ResponseModel> getIndustrialCapacityUtilisationSNI2007(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all industrial capacity utilisation SNI2007 data which match the input constraints.
industrialClassifications - the industrial classificationsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getIndustrialCapacityUtilisationSNI92()
Fetch all industrial capacity utilisation SNI92 data.
ResponseModel
objectsgetIndustrialCapacityUtilisationSNI92(Collection, Collection)public List<ResponseModel> getIndustrialCapacityUtilisationSNI92(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all industrial capacity utilisation SNI92 data which match the input constraints.
industrialClassifications - the industrial classificationsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getIndustrialCapacityUtilisationSNI2007HistoricalTimeSeries()
Fetch all industrial capacity utilisation SNI2007 historical time series data.
ResponseModel
objectsgetIndustrialCapacityUtilisationSNI2007HistoricalTimeSeries(Collection,
Collection)public List<ResponseModel> getIndustrialCapacityUtilisationSNI2007HistoricalTimeSeries(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all industrial capacity utilisation SNI2007 historical time series data which match the input constraints.
industrialClassifications - the industrial classificationsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.