public static enum WebhookDetails.EventsEnum extends Enum<WebhookDetails.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 WebhookDetails.EventsEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WebhookDetails.EventsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookDetails.EventsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebhookDetails.EventsEnum JIRA_ISSUE_CREATED
public static final WebhookDetails.EventsEnum JIRA_ISSUE_UPDATED
public static final WebhookDetails.EventsEnum JIRA_ISSUE_DELETED
public static final WebhookDetails.EventsEnum COMMENT_CREATED
public static final WebhookDetails.EventsEnum COMMENT_UPDATED
public static final WebhookDetails.EventsEnum COMMENT_DELETED
public static final WebhookDetails.EventsEnum ISSUE_PROPERTY_SET
public static final WebhookDetails.EventsEnum ISSUE_PROPERTY_DELETED
public static WebhookDetails.EventsEnum[] values()
for (WebhookDetails.EventsEnum c : WebhookDetails.EventsEnum.values()) System.out.println(c);
public static WebhookDetails.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<WebhookDetails.EventsEnum>public static WebhookDetails.EventsEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.