Class Image


public class Image extends Resource<Image,ResourceLink>
Describes an image associated with a person, show, or episode.
  • Method Details

    • builder

      public static Image.ImageBuilder<?,?> builder()
    • getType

      public String getType()
      The image type (e.g., poster).
    • isMain

      public boolean isMain()
      Flag indicator to signify if the image is the primary/default one.
    • getResolutions

      public ImageResolutions getResolutions()
      The URLs and dimensions for the image content.
    • toString

      public String toString()
      Overrides:
      toString in class Resource<Image,ResourceLink>