Package dev.reuss.tmdb.domain.movie
Enum Class MovieAppend
- All Implemented Interfaces:
AppendableResponse,Serializable,Comparable<MovieAppend>,Constable
Movie responses that can be requested through TMDB's
append_to_response parameter.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Response model type for this appended response.value()TMDB append_to_response query value.static MovieAppendReturns the enum constant of this class with the specified name.static MovieAppend[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALTERNATIVE_TITLES
-
CHANGES
-
CREDITS
-
EXTERNAL_IDS
-
IMAGES
-
KEYWORDS
-
RECOMMENDATIONS
-
RELEASE_DATES
-
REVIEWS
-
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
-