Class LongPatchItem.Builder
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch.Builder<P,B>
-
- org.apache.syncope.common.lib.request.AbstractPatchItem.Builder<Long,LongPatchItem,LongPatchItem.Builder>
-
- org.apache.syncope.common.lib.request.LongPatchItem.Builder
-
- Enclosing class:
- LongPatchItem
public static class LongPatchItem.Builder extends AbstractPatchItem.Builder<Long,LongPatchItem,LongPatchItem.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 LongPatchItem
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 LongPatchItem newInstance()
- Specified by:
newInstance
in classAbstractPatch.Builder<LongPatchItem,LongPatchItem.Builder>
-
-