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