Uses of Enum
oracle.nosql.driver.ops.PutRequest.Option
Package
Description
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of PutRequest.Option in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionPutRequest.getOption()
Returns the option specified for the put.static PutRequest.Option
Returns the enum constant of this type with the specified name.static PutRequest.Option[]
PutRequest.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPutRequest.setOption
(PutRequest.Option option) Sets the option for the put.