public class BusinessActivitiesNonFinancialCorporationsClient extends AbstractClient
Client which handles business activities non financial corporations data fetching.
| Constructor and Description |
|---|
BusinessActivitiesNonFinancialCorporationsClient()
Default constructor.
|
BusinessActivitiesNonFinancialCorporationsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getCorporationsForeignTradeCredits()
Fetch all corporations Foreign Trade Credits data.
|
List<ResponseModel> |
getCorporationsForeignTradeCredits(Collection<String> items,
Collection<String> quarters)
Fetch all corporations Foreign Trade Credits 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 BusinessActivitiesNonFinancialCorporationsClient()
Default constructor.
public BusinessActivitiesNonFinancialCorporationsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getCorporationsForeignTradeCredits()
Fetch all corporations Foreign Trade Credits data.
ResponseModel
objectsgetCorporationsForeignTradeCredits(Collection, Collection)public List<ResponseModel> getCorporationsForeignTradeCredits(Collection<String> items, Collection<String> quarters)
Fetch all corporations Foreign Trade Credits data which match the input constraints.
items - the itemsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.