Uses of Class
org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.Status
-
Packages that use NotificationJob.Status Package Description org.apache.syncope.core.provisioning.java.job.notification -
-
Uses of NotificationJob.Status in org.apache.syncope.core.provisioning.java.job.notification
Methods in org.apache.syncope.core.provisioning.java.job.notification that return NotificationJob.Status Modifier and Type Method Description static NotificationJob.Status
NotificationJob.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationJob.Status[]
NotificationJob.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-