Enum Class MovieAppend

java.lang.Object
java.lang.Enum<MovieAppend>
dev.reuss.tmdb.domain.movie.MovieAppend
All Implemented Interfaces:
AppendableResponse, Serializable, Comparable<MovieAppend>, Constable

public enum MovieAppend extends Enum<MovieAppend> implements AppendableResponse
Movie responses that can be requested through TMDB's append_to_response parameter.
  • Enum Constant Details

    • ALTERNATIVE_TITLES

      public static final MovieAppend ALTERNATIVE_TITLES
    • CHANGES

      public static final MovieAppend CHANGES
    • CREDITS

      public static final MovieAppend CREDITS
    • EXTERNAL_IDS

      public static final MovieAppend EXTERNAL_IDS
    • IMAGES

      public static final MovieAppend IMAGES
    • KEYWORDS

      public static final MovieAppend KEYWORDS
    • RECOMMENDATIONS

      public static final MovieAppend RECOMMENDATIONS
    • RELEASE_DATES

      public static final MovieAppend RELEASE_DATES
    • REVIEWS

      public static final MovieAppend REVIEWS
    • SIMILAR

      public static final MovieAppend SIMILAR
    • TRANSLATIONS

      public static final MovieAppend TRANSLATIONS
    • VIDEOS

      public static final MovieAppend VIDEOS
    • WATCH_PROVIDERS

      public static final MovieAppend WATCH_PROVIDERS
  • Method Details

    • values

      public static MovieAppend[] 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

      public static MovieAppend valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • value

      public String value()
      Description copied from interface: AppendableResponse
      TMDB append_to_response query value.
      Specified by:
      value in interface AppendableResponse
      Returns:
      append value
    • responseType

      public Class<?> responseType()
      Description copied from interface: AppendableResponse
      Response model type for this appended response.
      Specified by:
      responseType in interface AppendableResponse
      Returns:
      response type