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