public static enum CampaignMessage.CampaignTypeEnum extends java.lang.Enum<CampaignMessage.CampaignTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CampaignMessage.CampaignTypeEnum.Adapter |
| Enum Constant and Description |
|---|
AUDIENCESELLING |
LOWERFUNNEL |
MIDFUNNEL |
| Modifier and Type | Method and Description |
|---|---|
static CampaignMessage.CampaignTypeEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static CampaignMessage.CampaignTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CampaignMessage.CampaignTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CampaignMessage.CampaignTypeEnum MIDFUNNEL
public static final CampaignMessage.CampaignTypeEnum LOWERFUNNEL
public static final CampaignMessage.CampaignTypeEnum AUDIENCESELLING
public static CampaignMessage.CampaignTypeEnum[] values()
for (CampaignMessage.CampaignTypeEnum c : CampaignMessage.CampaignTypeEnum.values()) System.out.println(c);
public static CampaignMessage.CampaignTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<CampaignMessage.CampaignTypeEnum>public static CampaignMessage.CampaignTypeEnum fromValue(java.lang.String value)
Copyright © 2021. All rights reserved.