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