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