Package com.couchbase.client.java.kv
Class Insert
- java.lang.Object
-
- com.couchbase.client.java.kv.MutateInSpec
-
- com.couchbase.client.java.kv.Insert
-
public class Insert extends MutateInSpec
An intention to perform a SubDocument insert operation.- Since:
- 1.0.0
- Author:
- Graham Pople
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Insert
createPath()
Sets that this parent fields should be created automatically.SubdocMutateRequest.Command
encode(JsonSerializer serializer, int originalIndex)
Insert
xattr()
Sets that this is an extended attribute (xattr) field.-
Methods inherited from class com.couchbase.client.java.kv.MutateInSpec
arrayAddUnique, arrayAppend, arrayInsert, arrayPrepend, decrement, increment, insert, remove, replace, upsert
-
-
-
-
Method Detail
-
xattr
public Insert xattr()
Sets that this is an extended attribute (xattr) field.- Returns:
- this, for chaining
-
createPath
public Insert createPath()
Sets that this parent fields should be created automatically.- Returns:
- this, for chaining
-
encode
public SubdocMutateRequest.Command encode(JsonSerializer serializer, int originalIndex)
- Specified by:
encode
in classMutateInSpec
-
-