public enum InAppMessageFailureType extends java.lang.Enum<InAppMessageFailureType> implements IPutIntoJson<java.lang.String>
Enum Constant and Description |
---|
DISPLAY_VIEW_GENERATION |
IMAGE_DOWNLOAD |
INTERNAL_TIMEOUT_EXCEEDED |
TEMPLATE_REQUEST |
UNKNOWN_MESSAGE_TYPE |
ZIP_ASSET_DOWNLOAD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
forJsonPut() |
static InAppMessageFailureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InAppMessageFailureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InAppMessageFailureType IMAGE_DOWNLOAD
public static final InAppMessageFailureType TEMPLATE_REQUEST
public static final InAppMessageFailureType ZIP_ASSET_DOWNLOAD
public static final InAppMessageFailureType DISPLAY_VIEW_GENERATION
public static final InAppMessageFailureType INTERNAL_TIMEOUT_EXCEEDED
public static final InAppMessageFailureType UNKNOWN_MESSAGE_TYPE
public static InAppMessageFailureType[] values()
for (InAppMessageFailureType c : InAppMessageFailureType.values()) System.out.println(c);
public static InAppMessageFailureType 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 forJsonPut()
forJsonPut
in interface IPutIntoJson<java.lang.String>