public class EnvironmentSEEAMaterialFlowAccountsClient extends AbstractClient
Client which handles environment System of Environmental-Economic Accounting (SEEA) material flow accounts data fetching.
| Constructor and Description |
|---|
EnvironmentSEEAMaterialFlowAccountsClient()
Default constructor.
|
EnvironmentSEEAMaterialFlowAccountsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getMaterialFlows()
Fetch all material flows data.
|
List<ResponseModel> |
getMaterialFlows(Collection<String> categories,
Collection<Integer> years)
Fetch all material flows 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 EnvironmentSEEAMaterialFlowAccountsClient()
Default constructor.
public EnvironmentSEEAMaterialFlowAccountsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getMaterialFlows()
Fetch all material flows data.
ResponseModel
objectsgetMaterialFlows(Collection, Collection)public List<ResponseModel> getMaterialFlows(Collection<String> categories, Collection<Integer> years)
Fetch all material flows data which match the input constraints.
categories - the categoriesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.