Class AbstractPatch
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch
-
- All Implemented Interfaces:
Serializable,BaseBean
- Direct Known Subclasses:
AbstractPatchItem,AttrPatch,LinkedAccountUR,MembershipUR,RelationshipUR
public abstract class AbstractPatch extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAbstractPatch.Builder<P extends AbstractPatch,B extends AbstractPatch.Builder<P,B>>
-
Constructor Summary
Constructors Constructor Description AbstractPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)PatchOperationgetOperation()inthashCode()voidsetOperation(PatchOperation operation)
-
-
-
Method Detail
-
getOperation
public PatchOperation getOperation()
-
setOperation
public void setOperation(PatchOperation operation)
-
-