public class EnergyMonthlyStatisticsClient extends AbstractClient
Client which handles energy monthly statistics data fetching.
| Constructor and Description |
|---|
EnergyMonthlyStatisticsClient()
Default constructor.
|
EnergyMonthlyStatisticsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getDeliveriesOfLiquidFuels()
Fetch all deliveries of liquid fuels data.
|
List<ResponseModel> |
getDeliveriesOfLiquidFuels(Collection<Integer> commodities,
Collection<String> userCategories,
Collection<String> months)
Fetch all deliveries of liquid fuels data which match the input constraints.
|
List<ResponseModel> |
getDeliveriesOfOilProducts()
Fetch all deliveries of oil products data.
|
List<ResponseModel> |
getDeliveriesOfOilProducts(Collection<Integer> commodities,
Collection<String> userCategories,
Collection<String> months)
Fetch all deliveries of oil products 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 EnergyMonthlyStatisticsClient()
Default constructor.
public EnergyMonthlyStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getDeliveriesOfLiquidFuels()
Fetch all deliveries of liquid fuels data.
ResponseModel
objectsgetDeliveriesOfLiquidFuels(Collection, Collection, Collection)public List<ResponseModel> getDeliveriesOfLiquidFuels(Collection<Integer> commodities, Collection<String> userCategories, Collection<String> months)
Fetch all deliveries of liquid fuels data which match the input constraints.
commodities - the commodities to fetch data foruserCategories - the user categories to fetch data formonths - the months to fetch data forResponseModel
objectspublic List<ResponseModel> getDeliveriesOfOilProducts()
Fetch all deliveries of oil products data.
ResponseModel
objectsgetDeliveriesOfOilProducts(Collection, Collection, Collection)public List<ResponseModel> getDeliveriesOfOilProducts(Collection<Integer> commodities, Collection<String> userCategories, Collection<String> months)
Fetch all deliveries of oil products data which match the input constraints.
commodities - the commodities to fetch data foruserCategories - the user categories to fetch data formonths - the months to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.