public static enum Ad.EnumExecutionOptions extends Enum<Ad.EnumExecutionOptions>
Enum Constant and Description |
---|
VALUE_INCLUDE_RECOMMENDATIONS |
VALUE_SYNCHRONOUS_AD_REVIEW |
VALUE_VALIDATE_ONLY |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Ad.EnumExecutionOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ad.EnumExecutionOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="include_recommendations") public static final Ad.EnumExecutionOptions VALUE_INCLUDE_RECOMMENDATIONS
@SerializedName(value="synchronous_ad_review") public static final Ad.EnumExecutionOptions VALUE_SYNCHRONOUS_AD_REVIEW
@SerializedName(value="validate_only") public static final Ad.EnumExecutionOptions VALUE_VALIDATE_ONLY
public static Ad.EnumExecutionOptions[] values()
for (Ad.EnumExecutionOptions c : Ad.EnumExecutionOptions.values()) System.out.println(c);
public static Ad.EnumExecutionOptions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Ad.EnumExecutionOptions>
Copyright © 2023. All rights reserved.