public static enum AdAccount.EnumClaimObjective extends Enum<AdAccount.EnumClaimObjective>
Enum Constant and Description |
---|
VALUE_AUTOMOTIVE_MODEL |
VALUE_COLLABORATIVE_ADS |
VALUE_HOME_LISTING |
VALUE_MEDIA_TITLE |
VALUE_PRODUCT |
VALUE_TRAVEL |
VALUE_VEHICLE |
VALUE_VEHICLE_OFFER |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdAccount.EnumClaimObjective |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccount.EnumClaimObjective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AUTOMOTIVE_MODEL") public static final AdAccount.EnumClaimObjective VALUE_AUTOMOTIVE_MODEL
@SerializedName(value="COLLABORATIVE_ADS") public static final AdAccount.EnumClaimObjective VALUE_COLLABORATIVE_ADS
@SerializedName(value="HOME_LISTING") public static final AdAccount.EnumClaimObjective VALUE_HOME_LISTING
@SerializedName(value="MEDIA_TITLE") public static final AdAccount.EnumClaimObjective VALUE_MEDIA_TITLE
@SerializedName(value="PRODUCT") public static final AdAccount.EnumClaimObjective VALUE_PRODUCT
@SerializedName(value="TRAVEL") public static final AdAccount.EnumClaimObjective VALUE_TRAVEL
@SerializedName(value="VEHICLE") public static final AdAccount.EnumClaimObjective VALUE_VEHICLE
@SerializedName(value="VEHICLE_OFFER") public static final AdAccount.EnumClaimObjective VALUE_VEHICLE_OFFER
public static AdAccount.EnumClaimObjective[] values()
for (AdAccount.EnumClaimObjective c : AdAccount.EnumClaimObjective.values()) System.out.println(c);
public static AdAccount.EnumClaimObjective 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<AdAccount.EnumClaimObjective>
Copyright © 2023. All rights reserved.