Class DropPrimaryQueryIndexOptions.Built
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions.BuiltCommonOptions
-
- com.couchbase.client.java.manager.query.DropPrimaryQueryIndexOptions.Built
-
- All Implemented Interfaces:
CoreDropPrimaryQueryIndexOptions
,CoreCommonOptions
- Enclosing class:
- DropPrimaryQueryIndexOptions
public class DropPrimaryQueryIndexOptions.Built extends CommonOptions.BuiltCommonOptions implements CoreDropPrimaryQueryIndexOptions
-
-
Field Summary
-
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreCommonOptions
commonOptions()
boolean
ignoreIfNotExists()
CoreScopeAndCollection
scopeAndCollection()
-
Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeout
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
withParentSpan
-
-
-
-
Method Detail
-
ignoreIfNotExists
public boolean ignoreIfNotExists()
- Specified by:
ignoreIfNotExists
in interfaceCoreDropPrimaryQueryIndexOptions
-
scopeAndCollection
public CoreScopeAndCollection scopeAndCollection()
- Specified by:
scopeAndCollection
in interfaceCoreDropPrimaryQueryIndexOptions
-
commonOptions
public CoreCommonOptions commonOptions()
- Specified by:
commonOptions
in interfaceCoreDropPrimaryQueryIndexOptions
-
-