Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static UpdateRowDetails.Option |
UpdateRowDetails.Option.create(String key) |
UpdateRowDetails.Option |
UpdateRowDetails.getOption()
Specifies a condition for the put operation.
|
static UpdateRowDetails.Option |
UpdateRowDetails.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateRowDetails.Option[] |
UpdateRowDetails.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateRowDetails.Builder |
UpdateRowDetails.Builder.option(UpdateRowDetails.Option option)
Specifies a condition for the put operation.
|
Constructor and Description |
---|
UpdateRowDetails(String compartmentId,
Map<String,Object> value,
UpdateRowDetails.Option option,
Boolean isGetReturnRow,
Integer timeoutInMs,
Integer ttl,
Boolean isTtlUseTableDefault,
Integer identityCacheSize,
Boolean isExactMatch)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.