public static enum AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms extends Enum<AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms>
| Enum Constant and Description |
|---|
VALUE_DESKTOP |
VALUE_MOBILE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="desktop") public static final AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms VALUE_DESKTOP
@SerializedName(value="mobile") public static final AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms VALUE_MOBILE
public static AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms[] values()
for (AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms c : AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms.values()) System.out.println(c);
public static AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms 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<AdAssetCustomizationRuleCustomizationSpec.EnumDevicePlatforms>Copyright © 2024. All rights reserved.