Uses of Class
org.apache.syncope.common.rest.api.Preference
-
Packages that use Preference Package Description org.apache.syncope.client.lib org.apache.syncope.common.rest.api org.apache.syncope.core.rest.cxf.service -
-
Uses of Preference in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib with parameters of type Preference Modifier and Type Method Description static <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
Methods in org.apache.syncope.common.rest.api that return Preference Modifier and Type Method Description static Preference
Preference. fromString(String literal)
static Preference
Preference. 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. -
Uses of Preference in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return Preference Modifier and Type Method Description protected Preference
AbstractService. getPreference()
ReadsPrefer
header from request and parses into aPreference
instance.
-