Class GetAllQueryIndexesOptions.Built
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions.BuiltCommonOptions
-
- com.couchbase.client.java.manager.query.GetAllQueryIndexesOptions.Built
-
- All Implemented Interfaces:
CoreGetAllQueryIndexesOptions
,CoreCommonOptions
- Enclosing class:
- GetAllQueryIndexesOptions
public class GetAllQueryIndexesOptions.Built extends CommonOptions.BuiltCommonOptions implements CoreGetAllQueryIndexesOptions
-
-
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 String
collectionName()
CoreCommonOptions
commonOptions()
String
scopeName()
-
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
-
scopeName
public String scopeName()
- Specified by:
scopeName
in interfaceCoreGetAllQueryIndexesOptions
-
collectionName
public String collectionName()
- Specified by:
collectionName
in interfaceCoreGetAllQueryIndexesOptions
-
commonOptions
public CoreCommonOptions commonOptions()
- Specified by:
commonOptions
in interfaceCoreGetAllQueryIndexesOptions
-
-