public class PublicFinancesAssetsAndLiabilitiesClient extends AbstractClient
Client which handles public finances assets and liabilities data fetching.
| Constructor and Description |
|---|
PublicFinancesAssetsAndLiabilitiesClient()
Default constructor.
|
PublicFinancesAssetsAndLiabilitiesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getAssetsAndLiabilities()
Fetch all assets and liabilities data.
|
List<ResponseModel> |
getAssetsAndLiabilities(Collection<Integer> items,
Collection<Integer> sectors,
Collection<String> quarters)
Fetch all assets and liabilities 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 PublicFinancesAssetsAndLiabilitiesClient()
Default constructor.
public PublicFinancesAssetsAndLiabilitiesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getAssetsAndLiabilities()
Fetch all assets and liabilities data.
ResponseModel
objectsgetAssetsAndLiabilities(Collection, Collection, Collection)public List<ResponseModel> getAssetsAndLiabilities(Collection<Integer> items, Collection<Integer> sectors, Collection<String> quarters)
Fetch all assets and liabilities data which match the input constraints.
items - the itemssectors - the sectorsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.