Class BooleanReplacePatchItem.Builder
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch.Builder<P,B>
-
- org.apache.syncope.common.lib.request.AbstractPatchItem.Builder<Boolean,BooleanReplacePatchItem,BooleanReplacePatchItem.Builder>
-
- org.apache.syncope.common.lib.request.BooleanReplacePatchItem.Builder
-
- Enclosing class:
- BooleanReplacePatchItem
public static class BooleanReplacePatchItem.Builder extends AbstractPatchItem.Builder<Boolean,BooleanReplacePatchItem,BooleanReplacePatchItem.Builder>
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.common.lib.request.AbstractPatch.Builder
instance
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BooleanReplacePatchItem
newInstance()
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchItem.Builder
value
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch.Builder
build, getInstance, operation
-
-
-
-
Method Detail
-
newInstance
protected BooleanReplacePatchItem newInstance()
- Specified by:
newInstance
in classAbstractPatch.Builder<BooleanReplacePatchItem,BooleanReplacePatchItem.Builder>
-
-