public class BusinessActivitiesIndustrialInventoriesEconomicIndicatorsClient extends AbstractClient
Client which handles business activities industrial inventories economic indicators data fetching.
| Constructor and Description |
|---|
BusinessActivitiesIndustrialInventoriesEconomicIndicatorsClient()
Default constructor.
|
BusinessActivitiesIndustrialInventoriesEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getTotalInventories()
Fetch all total inventories data.
|
List<ResponseModel> |
getTotalInventories(Collection<String> quarters)
Fetch all total inventories 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 BusinessActivitiesIndustrialInventoriesEconomicIndicatorsClient()
Default constructor.
public BusinessActivitiesIndustrialInventoriesEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getTotalInventories()
Fetch all total inventories data.
ResponseModel
objectsgetTotalInventories(Collection)public List<ResponseModel> getTotalInventories(Collection<String> quarters)
Fetch all total inventories data which match the input constraints.
quarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.