Uses of Enum
oracle.nosql.driver.ops.PutRequest.Option
Packages that use PutRequest.Option
Package
Description
Contains the input and response classes used for Oracle NoSQL
 Database operations.
- 
Uses of PutRequest.Option in oracle.nosql.driver.opsMethods in oracle.nosql.driver.ops that return PutRequest.OptionModifier and TypeMethodDescriptionPutRequest.getOption()Returns the option specified for the put.static PutRequest.OptionReturns 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.Methods in oracle.nosql.driver.ops with parameters of type PutRequest.OptionModifier and TypeMethodDescriptionPutRequest.setOption(PutRequest.Option option) Sets the option for the put.