Package com.couchbase.client.java.kv
Class Remove
- java.lang.Object
-
- com.couchbase.client.java.kv.MutateInSpec
-
- com.couchbase.client.java.kv.Remove
-
public class Remove extends MutateInSpec
An intention to perform a SubDocument remove operation.- Since:
- 1.0.0
- Author:
- Graham Pople
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubdocMutateRequest.Command
encode(JsonSerializer defaultSerializer)
Remove
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, fullDocument, increment, insert, remove, replace, upsert
-
-
-
-
Method Detail
-
xattr
public Remove xattr()
Sets that this is an extended attribute (xattr) field.- Returns:
- this, for chaining
-
encode
public SubdocMutateRequest.Command encode(JsonSerializer defaultSerializer)
- Specified by:
encode
in classMutateInSpec
-
-