Class MovieDTO.ArtworkDTO

    • Constructor Detail

      • ArtworkDTO

        public ArtworkDTO()
    • Method Detail

      • getArtworkType

        @Nullable
        public abstract String getArtworkType()
        Description copied from interface: Movie.Artwork
        Get the value of the {data.artworks.artwork_type} JSON property
        Specified by:
        getArtworkType in interface Movie.Artwork
        Returns:
        The artwork_type property from the received JSON
      • isPrimary

        @Nullable
        public abstract Boolean isPrimary()
        Description copied from interface: Movie.Artwork
        Get the value of the {data.artworks.is_primary} JSON property
        Specified by:
        isPrimary in interface Movie.Artwork
        Returns:
        The is_primary property from the received JSON
      • getThumbUrl

        @Nullable
        public abstract String getThumbUrl()
        Description copied from interface: Movie.Artwork
        Get the value of the {data.artworks.thumb_url} JSON property
        Specified by:
        getThumbUrl in interface Movie.Artwork
        Returns:
        The thumb_url property from the received JSON