public class PublicFinancesLocalTaxesClient extends AbstractClient
Client which handles public finances local taxes data fetching.
| Constructor and Description |
|---|
PublicFinancesLocalTaxesClient()
Default constructor.
|
PublicFinancesLocalTaxesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getLocalTaxRates()
Fetch all local tax rates data.
|
List<ResponseModel> |
getLocalTaxRates(Collection<String> regions,
Collection<Integer> years)
Fetch all local tax rates 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 PublicFinancesLocalTaxesClient()
Default constructor.
public PublicFinancesLocalTaxesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getLocalTaxRates()
Fetch all local tax rates data.
ResponseModel
objectsgetLocalTaxRates(Collection, Collection)public List<ResponseModel> getLocalTaxRates(Collection<String> regions, Collection<Integer> years)
Fetch all local tax rates data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.