public static enum RequestParameters.NativeAdAsset extends java.lang.Enum<RequestParameters.NativeAdAsset>
| Enum Constant and Description |
|---|
CALL_TO_ACTION_TEXT |
ICON_IMAGE |
MAIN_IMAGE |
STAR_RATING |
TEXT |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static RequestParameters.NativeAdAsset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestParameters.NativeAdAsset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestParameters.NativeAdAsset TITLE
public static final RequestParameters.NativeAdAsset TEXT
public static final RequestParameters.NativeAdAsset ICON_IMAGE
public static final RequestParameters.NativeAdAsset MAIN_IMAGE
public static final RequestParameters.NativeAdAsset CALL_TO_ACTION_TEXT
public static final RequestParameters.NativeAdAsset STAR_RATING
public static RequestParameters.NativeAdAsset[] values()
for (RequestParameters.NativeAdAsset c : RequestParameters.NativeAdAsset.values()) System.out.println(c);
public static RequestParameters.NativeAdAsset 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 toString()
toString in class java.lang.Enum<RequestParameters.NativeAdAsset>