Uses of Class
org.apache.syncope.common.lib.types.BackOffStrategy
-
Packages that use BackOffStrategy Package Description org.apache.syncope.common.lib.types -
-
Uses of BackOffStrategy in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return BackOffStrategy Modifier and Type Method Description static BackOffStrategyBackOffStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static BackOffStrategy[]BackOffStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-