Class BusinessActivitiesIndustrialInventoriesInventoriesClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.businessactivities.industrialinventories.inventories.BusinessActivitiesIndustrialInventoriesInventoriesClient
-
public class BusinessActivitiesIndustrialInventoriesInventoriesClient extends AbstractClient
Client which handles business activities industrial inventories inventories data fetching.
- Since:
- 0.3.0
-
-
Constructor Summary
Constructors Constructor Description BusinessActivitiesIndustrialInventoriesInventoriesClient()Default constructor.BusinessActivitiesIndustrialInventoriesInventoriesClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.URLEndpointgetUrl()Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
BusinessActivitiesIndustrialInventoriesInventoriesClient
public BusinessActivitiesIndustrialInventoriesInventoriesClient()
Default constructor.
-
BusinessActivitiesIndustrialInventoriesInventoriesClient
public BusinessActivitiesIndustrialInventoriesInventoriesClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getChangesInInventories
public List<ResponseModel> getChangesInInventories()
Fetch all changes in inventories data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getChangesInInventories(Collection, Collection, Collection)
-
getChangesInInventories
public List<ResponseModel> getChangesInInventories(Collection<String> inventoryTypes, Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all changes in inventories data which match the input constraints.
- Parameters:
inventoryTypes- the inventory typesindustrialClassifications- the industrial classificationsquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-