Uses of Class
com.easypost.model.SmartRate
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
Utility classes for the EasyPost API Java client library.
-
Uses of SmartRate in com.easypost.model
Modifier and TypeMethodDescriptionSmartrateCollection.getSmartrates()
Get this SmartrateCollection's Smartrate objects.Modifier and TypeMethodDescriptionvoid
Add a SmartRate object to this SmartrateCollection.Modifier and TypeMethodDescriptionvoid
SmartrateCollection.setSmartrates
(List<SmartRate> smartrates) Set this SmartrateCollection's Smartrate objects.ModifierConstructorDescriptionSmartrateCollection
(List<SmartRate> smartrates) Create a SmartrateCollection from a list of rates. -
Uses of SmartRate in com.easypost.service
Modifier and TypeMethodDescriptionShipmentService.findLowestSmartrate
(List<SmartRate> smartRates, int deliveryDay, SmartrateAccuracy deliveryAccuracy) Find the lowest SmartRate from a list of SmartRates.final SmartRate
ShipmentService.getLowestSmartRate
(List<SmartRate> smartRates, int deliveryDay, String deliveryAccuracy) Deprecated.ShipmentService.lowestSmartRate
(String id, int deliveryDay, SmartrateAccuracy deliveryAccuracy) Get the lowest SmartRate for this Shipment.final SmartRate
ShipmentService.lowestSmartRate
(String id, int deliveryDay, String deliveryAccuracy) Deprecated.Modifier and TypeMethodDescriptionShipmentService.getSmartrates
(String id) Deprecated.UseShipmentService.smartrates(String, Map)
instead.ShipmentService.getSmartrates
(String id, Map<String, Object> params) Deprecated.UseShipmentService.smartrates(String, Map)
instead.ShipmentService.smartrates
(String id) Get SmartRate for this Shipment.ShipmentService.smartrates
(String id, Map<String, Object> params) Get SmartRates for this Shipment.Modifier and TypeMethodDescriptionShipmentService.findLowestSmartrate
(List<SmartRate> smartRates, int deliveryDay, SmartrateAccuracy deliveryAccuracy) Find the lowest SmartRate from a list of SmartRates.final SmartRate
ShipmentService.getLowestSmartRate
(List<SmartRate> smartRates, int deliveryDay, String deliveryAccuracy) Deprecated. -
Uses of SmartRate in com.easypost.utils
Modifier and TypeMethodDescriptionstatic SmartRate
Utilities.findLowestSmartrate
(List<SmartRate> smartrates, int deliveryDay, SmartrateAccuracy deliveryAccuracy) Find the lowest Smartrate from a list of Smartrates.static SmartRate
Utilities.getLowestSmartRate
(List<SmartRate> smartrates, int deliveryDay, String deliveryAccuracy) Deprecated.Modifier and TypeMethodDescriptionstatic SmartRate
Utilities.findLowestSmartrate
(List<SmartRate> smartrates, int deliveryDay, SmartrateAccuracy deliveryAccuracy) Find the lowest Smartrate from a list of Smartrates.static SmartRate
Utilities.getLowestSmartRate
(List<SmartRate> smartrates, int deliveryDay, String deliveryAccuracy) Deprecated.
ShipmentService.findLowestSmartrate(List, int, SmartrateAccuracy)
instead.