Package com.couchbase.client.java.kv
Class LookupInSpec
- java.lang.Object
-
- com.couchbase.client.java.kv.LookupInSpec
-
public class LookupInSpec extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LookupInSpec
count(String path)
static LookupInSpec
exists(String path)
SubdocGetRequest.Command
export()
static LookupInSpec
get(String path)
static LookupInSpec
getFullDocument()
LookupInSpec
xattr()
-
-
-
Method Detail
-
get
public static LookupInSpec get(String path)
-
getFullDocument
public static LookupInSpec getFullDocument()
-
exists
public static LookupInSpec exists(String path)
-
count
public static LookupInSpec count(String path)
-
xattr
public LookupInSpec xattr()
-
export
@Internal public SubdocGetRequest.Command export()
-
-