Uses of Class
com.easypost.model.SmartRate
Packages that use 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
Methods in com.easypost.model that return types with arguments of type SmartRateModifier and TypeMethodDescriptionSmartrateCollection.getSmartrates()
Get this SmartrateCollection's Smartrate objects.Methods in com.easypost.model with parameters of type SmartRateModifier and TypeMethodDescriptionvoid
Add a SmartRate object to this SmartrateCollection.Method parameters in com.easypost.model with type arguments of type SmartRateModifier and TypeMethodDescriptionvoid
SmartrateCollection.setSmartrates
(List<SmartRate> smartrates) Set this SmartrateCollection's Smartrate objects.Constructor parameters in com.easypost.model with type arguments of type SmartRateModifierConstructorDescriptionSmartrateCollection
(List<SmartRate> smartrates) Create a SmartrateCollection from a list of rates. -
Uses of SmartRate in com.easypost.service
Methods in com.easypost.service that return SmartRateModifier 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.Methods in com.easypost.service that return types with arguments of type SmartRateModifier 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.Method parameters in com.easypost.service with type arguments of type SmartRateModifier 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
Methods in com.easypost.utils that return SmartRateModifier 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.Method parameters in com.easypost.utils with type arguments of type SmartRateModifier 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.