Uses of Enum Class
xyz.felh.openai.thread.message.MessageContent.Type
Packages that use MessageContent.Type
-
Uses of MessageContent.Type in xyz.felh.openai.thread.message
Methods in xyz.felh.openai.thread.message that return MessageContent.TypeModifier and TypeMethodDescriptionstatic MessageContent.TypeMessageContent.Type.findByValue(String value) static MessageContent.TypeReturns the enum constant of this class with the specified name.static MessageContent.Type[]MessageContent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.