Uses of Class
org.gitlab4j.api.webhook.EventLabel.LabelType
| Package | Description |
|---|---|
| org.gitlab4j.api.webhook |
-
Uses of EventLabel.LabelType in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return EventLabel.LabelType Modifier and Type Method Description static EventLabel.LabelTypeEventLabel.LabelType. forValue(String value)EventLabel.LabelTypeEventLabel. getType()static EventLabel.LabelTypeEventLabel.LabelType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventLabel.LabelType[]EventLabel.LabelType. 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 EventLabel.LabelType Modifier and Type Method Description voidEventLabel. setType(EventLabel.LabelType type)