Package com.kaltura.client.enums
Enum TubeMogulSyndicationFeedCategories
- java.lang.Object
-
- java.lang.Enum<TubeMogulSyndicationFeedCategories>
-
- com.kaltura.client.enums.TubeMogulSyndicationFeedCategories
-
- All Implemented Interfaces:
EnumAsString,Serializable,Comparable<TubeMogulSyndicationFeedCategories>
public enum TubeMogulSyndicationFeedCategories extends Enum<TubeMogulSyndicationFeedCategories> implements EnumAsString
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANIMALS_AND_PETSARTS_AND_ANIMATIONAUTOSCOMEDYCOMMERCIALS_PROMOTIONALENTERTAINMENTFAMILY_AND_KIDSHOW_TO_INSTRUCTIONAL_DIYMUSICNEWS_AND_BLOGSSCIENCE_AND_TECHNOLOGYSPORTSTRAVEL_AND_PLACESVIDEO_GAMESVLOGS_PEOPLE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TubeMogulSyndicationFeedCategoriesget(String value)StringgetValue()voidsetValue(String value)static TubeMogulSyndicationFeedCategoriesvalueOf(String name)Returns the enum constant of this type with the specified name.static TubeMogulSyndicationFeedCategories[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ANIMALS_AND_PETS
public static final TubeMogulSyndicationFeedCategories ANIMALS_AND_PETS
-
ARTS_AND_ANIMATION
public static final TubeMogulSyndicationFeedCategories ARTS_AND_ANIMATION
-
AUTOS
public static final TubeMogulSyndicationFeedCategories AUTOS
-
COMEDY
public static final TubeMogulSyndicationFeedCategories COMEDY
-
COMMERCIALS_PROMOTIONAL
public static final TubeMogulSyndicationFeedCategories COMMERCIALS_PROMOTIONAL
-
ENTERTAINMENT
public static final TubeMogulSyndicationFeedCategories ENTERTAINMENT
-
FAMILY_AND_KIDS
public static final TubeMogulSyndicationFeedCategories FAMILY_AND_KIDS
-
HOW_TO_INSTRUCTIONAL_DIY
public static final TubeMogulSyndicationFeedCategories HOW_TO_INSTRUCTIONAL_DIY
-
MUSIC
public static final TubeMogulSyndicationFeedCategories MUSIC
-
NEWS_AND_BLOGS
public static final TubeMogulSyndicationFeedCategories NEWS_AND_BLOGS
-
SCIENCE_AND_TECHNOLOGY
public static final TubeMogulSyndicationFeedCategories SCIENCE_AND_TECHNOLOGY
-
SPORTS
public static final TubeMogulSyndicationFeedCategories SPORTS
-
TRAVEL_AND_PLACES
public static final TubeMogulSyndicationFeedCategories TRAVEL_AND_PLACES
-
VIDEO_GAMES
public static final TubeMogulSyndicationFeedCategories VIDEO_GAMES
-
VLOGS_PEOPLE
public static final TubeMogulSyndicationFeedCategories VLOGS_PEOPLE
-
-
Method Detail
-
values
public static TubeMogulSyndicationFeedCategories[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TubeMogulSyndicationFeedCategories c : TubeMogulSyndicationFeedCategories.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TubeMogulSyndicationFeedCategories valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
- Specified by:
getValuein interfaceEnumAsString
-
setValue
public void setValue(String value)
-
get
public static TubeMogulSyndicationFeedCategories get(String value)
-
-