Package dev.reuss.tmdb.domain.tv.series
Enum Class TvSeriesAppend
- All Implemented Interfaces:
AppendableResponse,Serializable,Comparable<TvSeriesAppend>,Constable
Supported TV series append_to_response values.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Response model type for this appended response.value()TMDB append_to_response query value.static TvSeriesAppendReturns the enum constant of this class with the specified name.static TvSeriesAppend[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGGREGATE_CREDITS
-
ALTERNATIVE_TITLES
-
CHANGES
-
CONTENT_RATINGS
-
CREDITS
-
EPISODE_GROUPS
-
EXTERNAL_IDS
-
IMAGES
-
KEYWORDS
-
RECOMMENDATIONS
-
REVIEWS
-
SCREENED_THEATRICALLY
-
SIMILAR
-
TRANSLATIONS
-
VIDEOS
-
WATCH_PROVIDERS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
value
Description copied from interface:AppendableResponseTMDB append_to_response query value.- Specified by:
valuein interfaceAppendableResponse- Returns:
- append value
-
responseType
Description copied from interface:AppendableResponseResponse model type for this appended response.- Specified by:
responseTypein interfaceAppendableResponse- Returns:
- response type
-