Uses of Enum Class
org.springframework.ai.openai.api.ResponseFormat.Type
Packages that use ResponseFormat.Type
-
Uses of ResponseFormat.Type in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return ResponseFormat.TypeModifier and TypeMethodDescriptionResponseFormat.getType()static ResponseFormat.TypeReturns the enum constant of this class with the specified name.static ResponseFormat.Type[]ResponseFormat.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai.api with parameters of type ResponseFormat.TypeModifier and TypeMethodDescriptionvoidResponseFormat.setType(ResponseFormat.Type type) ResponseFormat.Builder.type(ResponseFormat.Type type) Constructors in org.springframework.ai.openai.api with parameters of type ResponseFormat.Type