Uses of Enum Class
com.avoka.fc.core.service.DeliveryResult.Status
-
Uses of DeliveryResult.Status in com.avoka.fc.core.service
Modifier 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.ModifierConstructorDescriptionDeliveryResult
(DeliveryResult.Status status) Create a delivery results object with the given delivery status.