public static enum Webhook.EventsEnum extends Enum<Webhook.EventsEnum>
| Enum Constant and Description |
|---|
COMMENT_CREATED |
COMMENT_DELETED |
COMMENT_UPDATED |
ISSUE_PROPERTY_DELETED |
ISSUE_PROPERTY_SET |
JIRA_ISSUE_CREATED |
JIRA_ISSUE_DELETED |
JIRA_ISSUE_UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static Webhook.EventsEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static Webhook.EventsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webhook.EventsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webhook.EventsEnum JIRA_ISSUE_CREATED
public static final Webhook.EventsEnum JIRA_ISSUE_UPDATED
public static final Webhook.EventsEnum JIRA_ISSUE_DELETED
public static final Webhook.EventsEnum COMMENT_CREATED
public static final Webhook.EventsEnum COMMENT_UPDATED
public static final Webhook.EventsEnum COMMENT_DELETED
public static final Webhook.EventsEnum ISSUE_PROPERTY_SET
public static final Webhook.EventsEnum ISSUE_PROPERTY_DELETED
public static Webhook.EventsEnum[] values()
for (Webhook.EventsEnum c : Webhook.EventsEnum.values()) System.out.println(c);
public static Webhook.EventsEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<Webhook.EventsEnum>public static Webhook.EventsEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.