Uses of Enum Class
com.avoka.fc.core.service.DeliveryResult.Status
Packages that use DeliveryResult.Status
-
Uses of DeliveryResult.Status in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return DeliveryResult.StatusModifier and TypeMethodDescriptionstatic DeliveryResult.Status
DeliveryResult.toDeliveryStatus
(String status) Return the corresponding Status enumeration for the text status.static DeliveryResult.Status
Returns the enum constant of this class with the specified name.static DeliveryResult.Status[]
DeliveryResult.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.avoka.fc.core.service with parameters of type DeliveryResult.StatusModifierConstructorDescriptionDeliveryResult
(DeliveryResult.Status status) Create a delivery results object with the given delivery status.