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 class
AbstractPatch.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 boolean
equals(Object obj)
PatchOperation
getOperation()
int
hashCode()
void
setOperation(PatchOperation operation)
-
-
-
Method Detail
-
getOperation
public PatchOperation getOperation()
-
setOperation
public void setOperation(PatchOperation operation)
-
-