Uses of Enum Class
com.oracle.database.selectai.model.SummaryParams.Style
Packages that use SummaryParams.Style
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of SummaryParams.Style in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return SummaryParams.StyleModifier and TypeMethodDescriptionSummaryParams.getSummaryStyleEnum()Returns the requested summary style enum.static SummaryParams.StyleReturns the enum constant of this class with the specified name.static SummaryParams.Style[]SummaryParams.Style.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 SummaryParams.StyleModifier and TypeMethodDescriptionSummaryParams.Builder.summaryStyle(SummaryParams.Style summaryStyle) Sets the output summary style.