Uses of Enum Class
org.apache.syncope.common.rest.api.Preference
Package
Description
-
Uses of Preference in org.apache.syncope.client.lib
Modifier and TypeMethodDescriptionstatic <T> T
SyncopeClient.prefer
(T service, Preference preference) Sets thePrefer
header on the give service instance. -
Uses of Preference in org.apache.syncope.common.rest.api
Modifier and TypeMethodDescriptionstatic Preference
Preference.fromString
(String literal) static Preference
Returns the enum constant of this class with the specified name.static Preference[]
Preference.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Preference in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionprotected Preference
AbstractService.getPreference()
ReadsPrefer
header from request and parses into aPreference
instance.