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