Class CreateScopeOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<CreateScopeOptions>
com.couchbase.client.java.manager.collection.CreateScopeOptions
Allows to customize the behavior of the create scope operation.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CreateScopeOptions
Creates a new instance with default values.Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
createScopeOptions
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
build
-