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
Nested ClassesModifier and TypeClassDescriptionprotected static classAbstractPatchItem.Builder<T,P extends AbstractPatchItem<T>, B extends AbstractPatchItem.Builder<T, P, B>> -
Constructor Summary
Constructors -
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:
hashCodein classAbstractPatch
-
equals
- Overrides:
equalsin classAbstractPatch
-