Package com.couchbase.client.core.api.kv
Class CoreSubdocMutateCommand
java.lang.Object
com.couchbase.client.core.api.kv.CoreSubdocMutateCommand
-
Constructor Summary
ConstructorDescriptionCoreSubdocMutateCommand
(SubdocCommandType type, String path, byte[] fragment, boolean createParent, boolean xattr, boolean expandMacro) -
Method Summary
-
Constructor Details
-
CoreSubdocMutateCommand
public CoreSubdocMutateCommand(SubdocCommandType type, String path, @Nullable byte[] fragment, boolean createParent, boolean xattr, boolean expandMacro)
-
-
Method Details