Uses of Enum Class
com.oracle.database.selectai.model.Feedback.Operation
Packages that use Feedback.Operation
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of Feedback.Operation in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return Feedback.OperationModifier and TypeMethodDescriptionstatic Feedback.OperationParses user-supplied operation text.Feedback.getOperation()Returns the normalized action to perform on the feedback store.static Feedback.OperationReturns the enum constant of this class with the specified name.static Feedback.Operation[]Feedback.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.oracle.database.selectai.model with parameters of type Feedback.OperationModifier and TypeMethodDescriptionFeedback.Builder.operation(Feedback.Operation operation) Sets the action to perform on the feedback store.