public enum MediaEnabledEntityFilter extends Enum<MediaEnabledEntityFilter>
| Enum Constant and Description |
|---|
IMAGE_AD_EXTENSION |
RESPONSIVE_AD |
| Modifier and Type | Method and Description |
|---|---|
static MediaEnabledEntityFilter |
fromValue(String v) |
String |
value() |
static MediaEnabledEntityFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaEnabledEntityFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaEnabledEntityFilter IMAGE_AD_EXTENSION
public static final MediaEnabledEntityFilter RESPONSIVE_AD
public static MediaEnabledEntityFilter[] values()
for (MediaEnabledEntityFilter c : MediaEnabledEntityFilter.values()) System.out.println(c);
public static MediaEnabledEntityFilter 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 value()
public static MediaEnabledEntityFilter fromValue(String v)
Copyright © 2024. All rights reserved.