Uses of Class
com.oracle.bmc.nosql.model.UpdateRowDetails.Option
-
Packages that use UpdateRowDetails.Option Package Description com.oracle.bmc.nosql.model -
-
Uses of UpdateRowDetails.Option in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return UpdateRowDetails.Option Modifier and Type Method 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.Methods in com.oracle.bmc.nosql.model with parameters of type UpdateRowDetails.Option Modifier and Type Method Description UpdateRowDetails.Builder
UpdateRowDetails.Builder. option(UpdateRowDetails.Option option)
Specifies a condition for the put operation.Constructors in com.oracle.bmc.nosql.model with parameters of type UpdateRowDetails.Option Constructor Description UpdateRowDetails(String compartmentId, Map<String,Object> value, UpdateRowDetails.Option option, Boolean isGetReturnRow, Integer timeoutInMs, Integer ttl, Boolean isTtlUseTableDefault, Integer identityCacheSize, Boolean isExactMatch)
Deprecated.
-