Class FavoriteMovie

java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, FavoriteMovie>
com.amilesend.tmdb.client.model.acount.type.FavoriteMovie

public class FavoriteMovie extends Resource<Integer, FavoriteMovie>
Describes a favorite movie resource.
See Also:
  • Method Details

    • builder

      public static FavoriteMovie.FavoriteMovieBuilder<?,?> builder()
    • getAdult

      public Boolean getAdult()
      Flag indicator if this media resource is adult content.
    • getBackdropPath

      public String getBackdropPath()
      Relative path to the backdrop image for this media.
    • getGenreIds

      public List<Integer> getGenreIds()
      List of applicable genre identifiers.
    • getOriginalLanguage

      public String getOriginalLanguage()
      The original language of the media resource.
    • getOriginalTitle

      public String getOriginalTitle()
      The original title of the movie.
    • getOverview

      public String getOverview()
      A summary description of the media resource.
    • getPopularity

      public Double getPopularity()
      Popularity score of the media resource.
    • getPosterPath

      public String getPosterPath()
      Relative path to the media poster.
    • getReleaseDate

      public LocalDate getReleaseDate()
      The release date of the movie.
    • getTitle

      public String getTitle()
      The title of the movie.
    • getVideo

      public Boolean getVideo()
      Indicates if the movie is a non-movie type (e.g., DVD compilation, music concert, etc.).
    • getVoteAverage

      public Double getVoteAverage()
      The average user vote score of the media resource.
    • getVoteCount

      public Integer getVoteCount()
      The total number of votes for the media resource.
    • toString

      public String toString()
      Overrides:
      toString in class Resource<Integer, FavoriteMovie>