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