Class BooleanReplacePatchItem
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch
-
- org.apache.syncope.common.lib.request.AbstractPatchItem<T>
-
- org.apache.syncope.common.lib.request.AbstractReplacePatchItem<Boolean>
-
- org.apache.syncope.common.lib.request.BooleanReplacePatchItem
-
- All Implemented Interfaces:
Serializable
,BaseBean
public class BooleanReplacePatchItem extends AbstractReplacePatchItem<Boolean>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BooleanReplacePatchItem.Builder
-
Constructor Summary
Constructors Constructor Description BooleanReplacePatchItem()
-
Method Summary
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractReplacePatchItem
setOperation
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchItem
equals, getValue, hashCode, setValue
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch
getOperation
-
-