Class AbstractPatchItem<T>
java.lang.Object
org.apache.syncope.common.lib.request.AbstractPatch
org.apache.syncope.common.lib.request.AbstractPatchItem<T>
- All Implemented Interfaces:
Serializable
,BaseBean
- Direct Known Subclasses:
AbstractReplacePatchItem
,LongPatchItem
,StringPatchItem
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
AbstractPatchItem.Builder<T,
P extends AbstractPatchItem<T>, B extends AbstractPatchItem.Builder<T, P, B>> -
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch
getOperation, setOperation
-
Constructor Details
-
AbstractPatchItem
public AbstractPatchItem()
-
-
Method Details
-
getValue
-
setValue
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPatch
-
equals
- Overrides:
equals
in classAbstractPatch
-