Uses of Class
com.couchbase.client.core.msg.kv.SubdocField
-
Packages that use SubdocField Package Description com.couchbase.client.core.msg.kv -
-
Uses of SubdocField in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return types with arguments of type SubdocField Modifier and Type Method Description List<SubdocField>
SubdocGetResponse. values()
List<SubdocField>
SubdocMutateResponse. values()
Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type SubdocField Constructor Description SubdocGetResponse(ResponseStatus status, Optional<SubDocumentException> error, List<SubdocField> values, long cas)
SubdocMutateResponse(ResponseStatus status, Optional<SubDocumentException> error, List<SubdocField> values, long cas, Optional<MutationToken> mutationToken)
-