public enum ActivityType extends java.lang.Enum<ActivityType>
| Enum Constant and Description |
|---|
BOUNCES |
CLICKS |
DELIVERIES |
INBOUND_EMAIL_ACTIVITY |
JOB_ERRORS |
OPENS |
RENDER_ERRORS |
REQUEST_ACTIVITY |
SMS_DELIVERED_ACTIVITY |
SMS_DELIVERY_FAILURE_ACTIVITY |
SMS_INBOUND_ACTIVITY |
SMS_RENDER_ERROR_ACTIVITY |
SPAM_COMPLAINTS |
UNSUBSCRIBES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXmlTag() |
static ActivityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityType BOUNCES
public static final ActivityType CLICKS
public static final ActivityType OPENS
public static final ActivityType DELIVERIES
public static final ActivityType RENDER_ERRORS
public static final ActivityType JOB_ERRORS
public static final ActivityType SPAM_COMPLAINTS
public static final ActivityType UNSUBSCRIBES
public static final ActivityType INBOUND_EMAIL_ACTIVITY
public static final ActivityType SMS_DELIVERED_ACTIVITY
public static final ActivityType SMS_DELIVERY_FAILURE_ACTIVITY
public static final ActivityType SMS_RENDER_ERROR_ACTIVITY
public static final ActivityType SMS_INBOUND_ACTIVITY
public static final ActivityType REQUEST_ACTIVITY
public static ActivityType[] values()
for (ActivityType c : ActivityType.values()) System.out.println(c);
public static ActivityType 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 getXmlTag()
Copyright © 2016. All Rights Reserved.