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 classAbstractPatchItem.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 classAbstractReplacePatchItem<T>When a field of this type fromAnyUR,AnyObjectUR,GroupURorUserURisnull, no change will be performed; otherwise the result fromgetValue()will replace the current value of the related field.classBooleanReplacePatchItemclassLongPatchItemclassPasswordPatchclassResourceARResource Association Request.classStatusRclassStringPatchItemclassStringReplacePatchItem
-