public class BusinessActivitiesProductionIndexClient extends AbstractClient
Client which handles business activities production index data fetching.
| Constructor and Description |
|---|
BusinessActivitiesProductionIndexClient()
Default constructor.
|
BusinessActivitiesProductionIndexClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBusinessProductionIndex()
Fetch all business production index data.
|
List<ResponseModel> |
getBusinessProductionIndex(Collection<String> industrialClassifications,
Collection<String> months)
Fetch all business production 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 BusinessActivitiesProductionIndexClient()
Default constructor.
public BusinessActivitiesProductionIndexClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getBusinessProductionIndex()
Fetch all business production index data.
ResponseModel
objectsgetBusinessProductionIndex(Collection, Collection)public List<ResponseModel> getBusinessProductionIndex(Collection<String> industrialClassifications, Collection<String> months)
Fetch all business production 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.