Class UpsertFunctionOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<UpsertFunctionOptions>
-
- com.couchbase.client.java.manager.eventing.UpsertFunctionOptions
-
public class UpsertFunctionOptions extends CommonOptions<UpsertFunctionOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
UpsertFunctionOptions.Built
-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpsertFunctionOptions.Built
build()
static UpsertFunctionOptions
upsertFunctionOptions()
-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
upsertFunctionOptions
public static UpsertFunctionOptions upsertFunctionOptions()
-
build
@Internal public UpsertFunctionOptions.Built build()
-
-