public static enum AdVideo.EnumContentCategory extends Enum<AdVideo.EnumContentCategory>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdVideo.EnumContentCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdVideo.EnumContentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdVideo.EnumContentCategory VALUE_BEAUTY_FASHION
public static final AdVideo.EnumContentCategory VALUE_BUSINESS
public static final AdVideo.EnumContentCategory VALUE_CARS_TRUCKS
public static final AdVideo.EnumContentCategory VALUE_COMEDY
public static final AdVideo.EnumContentCategory VALUE_CUTE_ANIMALS
public static final AdVideo.EnumContentCategory VALUE_ENTERTAINMENT
public static final AdVideo.EnumContentCategory VALUE_FAMILY
public static final AdVideo.EnumContentCategory VALUE_FOOD_HEALTH
public static final AdVideo.EnumContentCategory VALUE_HOME
public static final AdVideo.EnumContentCategory VALUE_LIFESTYLE
public static final AdVideo.EnumContentCategory VALUE_MUSIC
public static final AdVideo.EnumContentCategory VALUE_NEWS
public static final AdVideo.EnumContentCategory VALUE_OTHER
public static final AdVideo.EnumContentCategory VALUE_POLITICS
public static final AdVideo.EnumContentCategory VALUE_SCIENCE
public static final AdVideo.EnumContentCategory VALUE_SPORTS
public static final AdVideo.EnumContentCategory VALUE_TECHNOLOGY
public static final AdVideo.EnumContentCategory VALUE_VIDEO_GAMING
public static AdVideo.EnumContentCategory[] values()
for (AdVideo.EnumContentCategory c : AdVideo.EnumContentCategory.values()) System.out.println(c);
public static AdVideo.EnumContentCategory 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<AdVideo.EnumContentCategory>Copyright © 2020. All rights reserved.