@InterfaceStability.Uncommitted @InterfaceAudience.Private public class MutationSpec extends Object
Internally represents a single mutation in a batch of subdocument mutations.
Constructor and Description |
---|
MutationSpec(Mutation type,
String path,
Object fragment) |
MutationSpec(Mutation type,
String path,
Object fragment,
boolean createParents)
Deprecated.
|
MutationSpec(Mutation type,
String path,
Object fragment,
SubdocOptionsBuilder builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
attributeAccess() |
boolean |
createParents() |
Object |
fragment() |
String |
path() |
String |
toString() |
Mutation |
type() |
@Deprecated public MutationSpec(Mutation type, String path, Object fragment, boolean createParents)
public MutationSpec(Mutation type, String path, Object fragment, SubdocOptionsBuilder builder)
public String path()
public Object fragment()
public boolean createParents()
public boolean attributeAccess()
Copyright © 2015 Couchbase, Inc.