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