Class ConfigurationImages

java.lang.Object
com.amilesend.tmdb.client.model.configuration.type.ConfigurationImages

public class ConfigurationImages extends Object
Defines the configuration details for an image.
  • Method Details

    • builder

    • getBaseUrl

      public String getBaseUrl()
      The base URL for the image.
    • getSecureBaseUrl

      public String getSecureBaseUrl()
      The secure base URL for the image.
    • getBackdropSizes

      public List<String> getBackdropSizes()
      The list of supported backdrop sizes.
    • getLogoSizes

      public List<String> getLogoSizes()
      The list of supported logo sizes.
    • getPosterSizes

      public List<String> getPosterSizes()
      The list of supported poster sizes.
    • getProfileSizes

      public List<String> getProfileSizes()
      The list of supported profile sizes.
    • getStillSizes

      public List<String> getStillSizes()
      The list of still sizes.
    • 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