public class PublicFinancesTaxAssessmentClient extends AbstractClient
Client which handles public finances tax assessment data fetching.
Constructor and Description |
---|
PublicFinancesTaxAssessmentClient()
Default constructor.
|
PublicFinancesTaxAssessmentClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getAssessedAndTaxableEarnedIncome()
Fetch all assessed and taxable earned income data.
|
List<ResponseModel> |
getAssessedAndTaxableEarnedIncome(Collection<String> regions,
Collection<Integer> years)
Fetch all assessed and taxable earned income data which match the input
constraints.
|
List<ResponseModel> |
getAssessmentForNationalCapitalIncomeTax()
Fetch all assessment for national capital income tax data.
|
List<ResponseModel> |
getAssessmentForNationalCapitalIncomeTax(Collection<String> regions,
Collection<Integer> years)
Fetch all assessment for national capital income tax 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 PublicFinancesTaxAssessmentClient()
Default constructor.
public PublicFinancesTaxAssessmentClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getAssessedAndTaxableEarnedIncome()
Fetch all assessed and taxable earned income data.
ResponseModel
objectsgetAssessedAndTaxableEarnedIncome(Collection, Collection)
public List<ResponseModel> getAssessedAndTaxableEarnedIncome(Collection<String> regions, Collection<Integer> years)
Fetch all assessed and taxable earned income data which match the input constraints.
regions
- the regionsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getAssessmentForNationalCapitalIncomeTax()
Fetch all assessment for national capital income tax data.
ResponseModel
objectsgetAssessmentForNationalCapitalIncomeTax(Collection, Collection)
public List<ResponseModel> getAssessmentForNationalCapitalIncomeTax(Collection<String> regions, Collection<Integer> years)
Fetch all assessment for national capital income tax 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 © 2019. All rights reserved.