Uses of Class
com.avoka.fc.core.service.DeliveryResult.Status
-
Packages that use DeliveryResult.Status Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes. -
-
Uses of DeliveryResult.Status in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return DeliveryResult.Status Modifier and Type Method Description static DeliveryResult.Status
DeliveryResult. toDeliveryStatus(String status)
Return the corresponding Status enumeration for the text status.static DeliveryResult.Status
DeliveryResult.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeliveryResult.Status[]
DeliveryResult.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.avoka.fc.core.service with parameters of type DeliveryResult.Status Constructor Description DeliveryResult(DeliveryResult.Status status)
Create a delivery results object with the given delivery status.
-