JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
xyz.felh.openai.chat.tool.Type
Packages that use
Type
Package
Description
xyz.felh.openai.chat.tool
Uses of
Type
in
xyz.felh.openai.chat.tool
Methods in
xyz.felh.openai.chat.tool
that return
Type
Modifier and Type
Method
Description
static
Type
Type.
findByValue
(
String
value)
static
Type
Type.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Type
[]
Type.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.