Uses of Class
org.apache.syncope.common.lib.request.AbstractPatch
-
Packages that use AbstractPatch Package Description org.apache.syncope.common.lib.request -
-
Uses of AbstractPatch in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AbstractPatch Modifier and Type Class Description protected static classAbstractPatch.Builder<P extends AbstractPatch,B extends AbstractPatch.Builder<P,B>>Subclasses of AbstractPatch in org.apache.syncope.common.lib.request Modifier and Type Class Description classAbstractPatchItem<T>classAbstractReplacePatchItem<T>When a field of this type fromAnyUR,AnyObjectUR,GroupURorUserURisnull, no change will be performed; otherwise the result fromAbstractPatchItem.getValue()will replace the current value of the related field.classAttrPatchclassBooleanReplacePatchItemclassLinkedAccountURclassLongPatchItemclassMembershipURclassPasswordPatchclassRelationshipURclassResourceARResource Association Request.classStatusRclassStringPatchItemclassStringReplacePatchItemFields in org.apache.syncope.common.lib.request declared as AbstractPatch Modifier and Type Field Description protected PAbstractPatch.Builder. instance
-