public class BusinessActivitiesProductionValueIndexClient extends AbstractClient
Client which handles business activities production value index data fetching.
| Constructor and Description |
|---|
BusinessActivitiesProductionValueIndexClient()
Default constructor.
|
BusinessActivitiesProductionValueIndexClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getProductionValueIndex()
Fetch all production value index data.
|
List<ResponseModel> |
getProductionValueIndex(Collection<String> industrialClassifications,
Collection<String> months)
Fetch all production value index 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 BusinessActivitiesProductionValueIndexClient()
Default constructor.
public BusinessActivitiesProductionValueIndexClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getProductionValueIndex()
Fetch all production value index data.
ResponseModel
objectsgetProductionValueIndex(Collection, Collection)public List<ResponseModel> getProductionValueIndex(Collection<String> industrialClassifications, Collection<String> months)
Fetch all production value index data which match the input constraints.
industrialClassifications - the industrial classificationsmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.