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