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