Uses of Class
org.gitlab4j.api.webhook.NoteEvent.NoteableType
| Package | Description |
|---|---|
| org.gitlab4j.api.webhook |
-
Uses of NoteEvent.NoteableType in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return NoteEvent.NoteableType Modifier and Type Method Description static NoteEvent.NoteableTypeNoteEvent.NoteableType. forValue(String value)NoteEvent.NoteableTypeNoteEvent.ObjectAttributes. getNoteableType()static NoteEvent.NoteableTypeNoteEvent.NoteableType. valueOf(String name)Returns 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.NoteableType Modifier and Type Method Description voidNoteEvent.ObjectAttributes. NoteableType(NoteEvent.NoteableType notableType)