public static enum UpdateWebhook.EventsEnum extends Enum<UpdateWebhook.EventsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateWebhook.EventsEnum.Adapter |
| Enum Constant and Description |
|---|
BLOCKED |
CLICK |
CONTACTDELETED |
CONTACTUPDATED |
DEFERRED |
DELIVERED |
HARDBOUNCE |
INVALID |
LISTADDITION |
OPENED |
REQUEST |
SOFTBOUNCE |
SPAM |
UNIQUEOPENED |
UNSUBSCRIBED |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWebhook.EventsEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static UpdateWebhook.EventsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateWebhook.EventsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateWebhook.EventsEnum HARDBOUNCE
public static final UpdateWebhook.EventsEnum SOFTBOUNCE
public static final UpdateWebhook.EventsEnum BLOCKED
public static final UpdateWebhook.EventsEnum SPAM
public static final UpdateWebhook.EventsEnum DELIVERED
public static final UpdateWebhook.EventsEnum REQUEST
public static final UpdateWebhook.EventsEnum CLICK
public static final UpdateWebhook.EventsEnum INVALID
public static final UpdateWebhook.EventsEnum DEFERRED
public static final UpdateWebhook.EventsEnum OPENED
public static final UpdateWebhook.EventsEnum UNIQUEOPENED
public static final UpdateWebhook.EventsEnum UNSUBSCRIBED
public static final UpdateWebhook.EventsEnum LISTADDITION
public static final UpdateWebhook.EventsEnum CONTACTUPDATED
public static final UpdateWebhook.EventsEnum CONTACTDELETED
public static UpdateWebhook.EventsEnum[] values()
for (UpdateWebhook.EventsEnum c : UpdateWebhook.EventsEnum.values()) System.out.println(c);
public static UpdateWebhook.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<UpdateWebhook.EventsEnum>public static UpdateWebhook.EventsEnum fromValue(String text)
Copyright © 2021. All rights reserved.