Uses of Class
com.maxmind.minfraud.request.Shipping.DeliverySpeed
-
Packages that use Shipping.DeliverySpeed Package Description com.maxmind.minfraud.request -
-
Uses of Shipping.DeliverySpeed in com.maxmind.minfraud.request
Methods in com.maxmind.minfraud.request that return Shipping.DeliverySpeed Modifier and Type Method Description Shipping.DeliverySpeed
Shipping. getDeliverySpeed()
static Shipping.DeliverySpeed
Shipping.DeliverySpeed. valueOf(String name)
Returns the enum constant of this type with the specified name.static Shipping.DeliverySpeed[]
Shipping.DeliverySpeed. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.maxmind.minfraud.request with parameters of type Shipping.DeliverySpeed Modifier and Type Method Description Shipping.Builder
Shipping.Builder. deliverySpeed(Shipping.DeliverySpeed speed)
-