Uses of Enum Class
com.oracle.database.selectai.model.Provider
Packages that use Provider
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of Provider in com.oracle.database.selectai.model
Fields in com.oracle.database.selectai.model declared as ProviderModifier and TypeFieldDescriptionprotected ProviderProviderProfile.Builder.providerNameProvider identifier being assembled.Methods in com.oracle.database.selectai.model that return ProviderModifier and TypeMethodDescriptionstatic ProviderParses a provider name using case-insensitive matching.ProviderProfile.getProviderName()Returns the Select AI provider identifier.static ProviderReturns the enum constant of this class with the specified name.static Provider[]Provider.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 ProviderModifier and TypeMethodDescriptionProviderProfile.Builder.providerName(Provider providerName) Sets the provider identifier.