Uses of Class
com.couchbase.client.java.kv.ArrayPrepend
| Package | Description |
|---|---|
| com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
-
Uses of ArrayPrepend in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ArrayPrepend Modifier and Type Method Description static ArrayPrependMutateInSpec. arrayPrepend(String path, List<?> values)Creates a command with the intention of prepending a value to an existing JSON array.ArrayPrependArrayPrepend. createPath()Sets that this parent fields should be created automatically.ArrayPrependArrayPrepend. xattr()Sets that this is an extended attribute (xattr) field.