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