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, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocale
public 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()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.