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<DeliveriesOfLiquidFuels> |
getDeliveriesOfLiquidFuels()
Fetch all deliveries of liquid fuels data.
|
List<DeliveriesOfLiquidFuels> |
getDeliveriesOfLiquidFuels(Collection<Integer> commodities,
Collection<String> userCategories,
Collection<String> months)
Fetch all deliveries of liquid fuels data which match the input constraints.
|
List<DeliveriesOfOilProducts> |
getDeliveriesOfOilProducts()
Fetch all deliveries of oil products data.
|
List<DeliveriesOfOilProducts> |
getDeliveriesOfOilProducts(Collection<Integer> commodities,
Collection<String> userCategories,
Collection<String> months)
Fetch all deliveries of oil products data which match the input constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic EnergyMonthlyStatisticsClient()
Default constructor.
public EnergyMonthlyStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<DeliveriesOfLiquidFuels> getDeliveriesOfLiquidFuels()
Fetch all deliveries of liquid fuels data.
DeliveriesOfLiquidFuels objectsgetDeliveriesOfLiquidFuels(Collection, Collection, Collection)public List<DeliveriesOfLiquidFuels> 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 forDeliveriesOfLiquidFuels objectspublic List<DeliveriesOfOilProducts> getDeliveriesOfOilProducts()
Fetch all deliveries of oil products data.
DeliveriesOfOilProducts objectsgetDeliveriesOfOilProducts(Collection, Collection, Collection)public List<DeliveriesOfOilProducts> 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 forDeliveriesOfOilProducts objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.