public class EnvironmentPackagingAndPackagingWasteClient extends AbstractClient
Client which handles environment packaging and packaging waste data fetching.
| Constructor and Description |
|---|
EnvironmentPackagingAndPackagingWasteClient()
Default constructor.
|
EnvironmentPackagingAndPackagingWasteClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getPackagingAndPackagingWaste()
Fetch all packaging and packaging waste data.
|
List<ResponseModel> |
getPackagingAndPackagingWaste(Collection<Integer> packagingTypes,
Collection<Integer> years)
Fetch all packaging and packaging waste 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 EnvironmentPackagingAndPackagingWasteClient()
Default constructor.
public EnvironmentPackagingAndPackagingWasteClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPackagingAndPackagingWaste()
Fetch all packaging and packaging waste data.
ResponseModel
objectsgetPackagingAndPackagingWaste(Collection, Collection)public List<ResponseModel> getPackagingAndPackagingWaste(Collection<Integer> packagingTypes, Collection<Integer> years)
Fetch all packaging and packaging waste data which match the input constraints.
packagingTypes - the packaging types to fetch data foryears - the years to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.