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