Uses of Enum Class
org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
Packages that use NoteEvent.NoteableType
-
Uses of NoteEvent.NoteableType in org.miaixz.bus.gitlab.hooks.web
Methods in org.miaixz.bus.gitlab.hooks.web that return NoteEvent.NoteableTypeModifier and TypeMethodDescriptionstatic NoteEvent.NoteableTypeNoteEvent.ObjectAttributes.getNoteableType()static NoteEvent.NoteableTypeReturns the enum constant of this class with the specified name.static NoteEvent.NoteableType[]NoteEvent.NoteableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.hooks.web with parameters of type NoteEvent.NoteableTypeModifier and TypeMethodDescriptionvoidNoteEvent.ObjectAttributes.NoteableType(NoteEvent.NoteableType notableType)