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.ShipmentService.lowestSmartRate
(String id, int deliveryDay, SmartrateAccuracy deliveryAccuracy) Get the lowest SmartRate for this Shipment.Methods in com.easypost.service that return types with arguments of type SmartRateModifier and TypeMethodDescriptionShipmentService.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. -
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.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.