public static enum GetSmsEventReportEvents.EventEnum extends Enum<GetSmsEventReportEvents.EventEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSmsEventReportEvents.EventEnum.Adapter |
| Enum Constant and Description |
|---|
ACCEPTED |
BLOCKED |
BOUNCES |
DELIVERED |
HARDBOUNCES |
REPLIES |
SENT |
SOFTBOUNCES |
UNSUBSCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
static GetSmsEventReportEvents.EventEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static GetSmsEventReportEvents.EventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetSmsEventReportEvents.EventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetSmsEventReportEvents.EventEnum BOUNCES
public static final GetSmsEventReportEvents.EventEnum HARDBOUNCES
public static final GetSmsEventReportEvents.EventEnum SOFTBOUNCES
public static final GetSmsEventReportEvents.EventEnum DELIVERED
public static final GetSmsEventReportEvents.EventEnum SENT
public static final GetSmsEventReportEvents.EventEnum ACCEPTED
public static final GetSmsEventReportEvents.EventEnum UNSUBSCRIPTION
public static final GetSmsEventReportEvents.EventEnum REPLIES
public static final GetSmsEventReportEvents.EventEnum BLOCKED
public static GetSmsEventReportEvents.EventEnum[] values()
for (GetSmsEventReportEvents.EventEnum c : GetSmsEventReportEvents.EventEnum.values()) System.out.println(c);
public static GetSmsEventReportEvents.EventEnum 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<GetSmsEventReportEvents.EventEnum>public static GetSmsEventReportEvents.EventEnum fromValue(String text)
Copyright © 2021. All rights reserved.