Class DefaultMutateLimitPath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultReturningPath
com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
- All Implemented Interfaces:
MutateLimitPath
,Path
,ReturningPath
,Statement
- Direct Known Subclasses:
DefaultMergeInsertPath
,DefaultMergeInsertWherePath
,DefaultMutateWherePath
public class DefaultMutateLimitPath extends DefaultReturningPath implements MutateLimitPath
-
Constructor Summary
Constructors Constructor Description DefaultMutateLimitPath(AbstractPath parent)
-
Method Summary
Modifier and Type Method Description ReturningPath
limit(int limit)
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
Constructor Details
-
DefaultMutateLimitPath
-
-
Method Details
-
limit
- Specified by:
limit
in interfaceMutateLimitPath
-