Uses of Class
com.easypost.model.StatelessRate
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 StatelessRate in com.easypost.model
Modifier and TypeMethodDescriptionStatelessRateDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Deserialize a StatelessRate from a JSON object. -
Uses of StatelessRate in com.easypost.service
Modifier and TypeMethodDescriptionBetaRateService.retrieveStatelessRates
(HashMap<String, Object> params) List all StatelessRate objects. -
Uses of StatelessRate in com.easypost.utils
Modifier and TypeMethodDescriptionstatic StatelessRate
Utilities.getLowestStatelessRate
(List<StatelessRate> rates, List<String> carriers, List<String> services) Get the lowest stateless rate from a list of stateless rates.Modifier and TypeMethodDescriptionstatic StatelessRate
Utilities.getLowestStatelessRate
(List<StatelessRate> rates, List<String> carriers, List<String> services) Get the lowest stateless rate from a list of stateless rates.