Uses of Class
org.apache.syncope.common.lib.request.AbstractPatchItem
-
Packages that use AbstractPatchItem Package Description org.apache.syncope.common.lib.request -
-
Uses of AbstractPatchItem in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AbstractPatchItem Modifier and Type Class Description protected static class
AbstractPatchItem.Builder<T,P extends AbstractPatchItem<T>,B extends AbstractPatchItem.Builder<T,P,B>>
Subclasses of AbstractPatchItem in org.apache.syncope.common.lib.request Modifier and Type Class Description class
AbstractReplacePatchItem<T>
When a field of this type fromAnyUR
,AnyObjectUR
,GroupUR
orUserUR
isnull
, no change will be performed; otherwise the result fromgetValue()
will replace the current value of the related field.class
BooleanReplacePatchItem
class
LongPatchItem
class
PasswordPatch
class
ResourceAR
Resource Association Request.class
StatusR
class
StringPatchItem
class
StringReplacePatchItem
-