Uses of Class
com.unfbx.chatgpt.entity.chat.Content.Type
-
Packages that use Content.Type Package Description com.unfbx.chatgpt.entity.chat -
-
Uses of Content.Type in com.unfbx.chatgpt.entity.chat
Methods in com.unfbx.chatgpt.entity.chat that return Content.Type Modifier and Type Method Description static Content.TypeContent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Content.Type[]Content.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-