public enum RequestType extends java.lang.Enum<RequestType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
java.lang.String |
getDescription() |
void |
setAction(java.lang.String action) |
void |
setDescription(java.lang.String description) |
static RequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestType ACCOUNT_ACTIVITY
public static final RequestType ACCOUNT_SUMMARY
public static final RequestType BULK_JOB_SUBMIT
public static final RequestType BULK_CAMPAIGN_SUBMIT
public static final RequestType BULK_JOB_SUMMARY
public static final RequestType CREATE_ACCOUNT
public static final RequestType FORWARD_TO_A_FRIEND
public static final RequestType MESSAGE_PREVIEW
public static final RequestType TRANSACTIONAL_SUBMIT
public static final RequestType TRANSACTIONAL_CAMPAIGN_SUBMIT
public static final RequestType THUMBNAIL
public static final RequestType UPDATE_ACCOUNT
public static final RequestType TRANSACTIONAL_CONTENT_RETRIEVAL
public static final RequestType JOB_STATE
public static final RequestType JOB_STATE_RETRIEVAL
public static RequestType[] values()
for (RequestType c : RequestType.values()) System.out.println(c);
public static RequestType 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 getAction()
public void setAction(java.lang.String action)
action - the action to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setCopyright © 2016. All Rights Reserved.