Uses of Class
org.gitlab4j.api.models.Note.Type
| Package | Description |
|---|---|
| org.gitlab4j.api.models |
-
Uses of Note.Type in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Note.Type Modifier and Type Method Description static Note.TypeNote.Type. forValue(String value)Note.TypeNote. getType()static Note.TypeNote.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Note.Type[]Note.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type Note.Type Modifier and Type Method Description voidNote. setType(Note.Type type)