public enum CommunicationDefinitionDynamicLinkType extends java.lang.Enum<CommunicationDefinitionDynamicLinkType> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntitytag() |
java.lang.String |
getLabel() |
static CommunicationDefinitionDynamicLinkType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationDefinitionDynamicLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationDefinitionDynamicLinkType OPT_IN_DIRECT_MARKETING
public static final CommunicationDefinitionDynamicLinkType OPT_OUT_DIRECT_MARKETING
public static final CommunicationDefinitionDynamicLinkType OPT_IN_AFFILIATE_MARKETING
public static final CommunicationDefinitionDynamicLinkType OPT_OUT_AFFILIATE_MARKETING
public static final CommunicationDefinitionDynamicLinkType SERVICE_REQUEST_RESPONSE_ACCEPTANCE
public static final CommunicationDefinitionDynamicLinkType SERVICE_REQUEST_TEMPORARY_RESOLUTION_ACCEPTANCE
public static final CommunicationDefinitionDynamicLinkType SERVICE_REQUEST_FINAL_RESOLUTION_ACCEPTANCE
public static final CommunicationDefinitionDynamicLinkType CONTACT_CONSENT_ACCEPTANCE
public static final CommunicationDefinitionDynamicLinkType CONTACT_CONSENT_REJECTION
public static CommunicationDefinitionDynamicLinkType[] values()
for (CommunicationDefinitionDynamicLinkType c : CommunicationDefinitionDynamicLinkType.values()) System.out.println(c);
public static CommunicationDefinitionDynamicLinkType 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 getLabel()
getLabel
in interface ICRMLookupEnum
public java.lang.String getEntitytag()