public enum POBNativeImageAssetType extends java.lang.Enum<POBNativeImageAssetType>
| Modifier and Type | Method and Description |
|---|---|
static POBNativeImageAssetType |
getImageAssetType(int imageAssetType)
Method used to get the enum value for the appropriate integer value
|
int |
getImageAssetTypeValue()
Returns the integer representation of image asset type.
|
static POBNativeImageAssetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBNativeImageAssetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBNativeImageAssetType ICON
public static final POBNativeImageAssetType MAIN
public static POBNativeImageAssetType[] values()
for (POBNativeImageAssetType c : POBNativeImageAssetType.values()) System.out.println(c);
public static POBNativeImageAssetType 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 int getImageAssetTypeValue()
@Nullable public static POBNativeImageAssetType getImageAssetType(int imageAssetType)
imageAssetType - Integer - the type of the image passed in the response.POBNativeImageAssetType