public class PublicFinancesAnnualAccountsBalanceSheetCountyClient extends AbstractClient
Client which handles public finances annual accounts balance sheet county data fetching.
| Constructor and Description |
|---|
PublicFinancesAnnualAccountsBalanceSheetCountyClient()
Default constructor.
|
PublicFinancesAnnualAccountsBalanceSheetCountyClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBalanceSheet()
Fetch all balance sheet data.
|
List<ResponseModel> |
getBalanceSheet(Collection<String> regions,
Collection<String> balanceSheets,
Collection<Integer> years)
Fetch all balance sheet data which match the input constraints.
|
List<ResponseModel> |
getContingentLiabilities()
Fetch all contingent liabilities data.
|
List<ResponseModel> |
getContingentLiabilities(Collection<String> regions,
Collection<String> contingentLiabilities,
Collection<Integer> years)
Fetch all contingent liabilities data which match the input constraints.
|
List<ResponseModel> |
getCosts()
Fetch all costs data.
|
List<ResponseModel> |
getCosts(Collection<String> regions,
Collection<String> items,
Collection<Integer> years)
Fetch all costs data which match the input constraints.
|
List<ResponseModel> |
getIncomeStatements()
Fetch all income statements data.
|
List<ResponseModel> |
getIncomeStatements(Collection<String> regions,
Collection<String> incomeStatements,
Collection<Integer> years)
Fetch all income statements data which match the input constraints.
|
List<ResponseModel> |
getRevenue()
Fetch all revenue data.
|
List<ResponseModel> |
getRevenue(Collection<String> regions,
Collection<String> items,
Collection<Integer> years)
Fetch all revenue 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 PublicFinancesAnnualAccountsBalanceSheetCountyClient()
Default constructor.
public PublicFinancesAnnualAccountsBalanceSheetCountyClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getContingentLiabilities()
Fetch all contingent liabilities data.
ResponseModel
objectsgetContingentLiabilities(Collection, Collection, Collection)public List<ResponseModel> getContingentLiabilities(Collection<String> regions, Collection<String> contingentLiabilities, Collection<Integer> years)
Fetch all contingent liabilities data which match the input constraints.
regions - the regionscontingentLiabilities - the contingent liabilitiesyears - the yearsResponseModel
objectspublic List<ResponseModel> getRevenue()
Fetch all revenue data.
ResponseModel
objectsgetRevenue(Collection, Collection, Collection)public List<ResponseModel> getRevenue(Collection<String> regions, Collection<String> items, Collection<Integer> years)
Fetch all revenue data which match the input constraints.
regions - the regionsitems - the itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getCosts()
Fetch all costs data.
ResponseModel
objectsgetCosts(Collection, Collection, Collection)public List<ResponseModel> getCosts(Collection<String> regions, Collection<String> items, Collection<Integer> years)
Fetch all costs data which match the input constraints.
regions - the regionsitems - the itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getIncomeStatements()
Fetch all income statements data.
ResponseModel
objectsgetIncomeStatements(Collection, Collection, Collection)public List<ResponseModel> getIncomeStatements(Collection<String> regions, Collection<String> incomeStatements, Collection<Integer> years)
Fetch all income statements data which match the input constraints.
regions - the regionsincomeStatements - the income statementsyears - the yearsResponseModel
objectspublic List<ResponseModel> getBalanceSheet()
Fetch all balance sheet data.
ResponseModel
objectsgetBalanceSheet(Collection, Collection, Collection)public List<ResponseModel> getBalanceSheet(Collection<String> regions, Collection<String> balanceSheets, Collection<Integer> years)
Fetch all balance sheet data which match the input constraints.
regions - the regionsbalanceSheets - the balance sheetsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.