Class WatchProviderResult

java.lang.Object
com.amilesend.tmdb.client.model.type.WatchProviderResult

public class WatchProviderResult extends Object
Describes lists of streaming providers for content in a country.
See Also:
  • Method Details

    • builder

    • getLink

      public String getLink()
      The full URL to the content.
    • getFlatrate

      public List<Provider> getFlatrate()
      List of streaming providers that provide the content as part of a subscription.
    • getRent

      public List<Provider> getRent()
      List of streaming providers that provide the content for rental.
    • getBuy

      public List<Provider> getBuy()
      The streaming providers that provid ethe content for purchase.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object