public class PublicFinancesGovernmentDebtClient extends AbstractClient
Client which handles public finances government debt data fetching.
Constructor and Description |
---|
PublicFinancesGovernmentDebtClient()
Default constructor.
|
PublicFinancesGovernmentDebtClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getGovernmentDebt()
Fetch all government debt data.
|
List<ResponseModel> |
getGovernmentDebt(Collection<String> items,
Collection<String> months)
Fetch all government debt 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, setLocalizationLocale
public PublicFinancesGovernmentDebtClient()
Default constructor.
public PublicFinancesGovernmentDebtClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getGovernmentDebt()
Fetch all government debt data.
ResponseModel
objectsgetGovernmentDebt(Collection, Collection)
public List<ResponseModel> getGovernmentDebt(Collection<String> items, Collection<String> months)
Fetch all government debt data which match the input constraints.
items
- the itemsmonths
- the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2019. All rights reserved.