Class MovieDTO.PeopleDTO

    • Constructor Detail

      • PeopleDTO

        public PeopleDTO()
    • Method Detail

      • getImdbId

        @Nullable
        public abstract String getImdbId()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.imdb_id} JSON property
        Specified by:
        getImdbId in interface Movie.People
        Returns:
        The imdb_id property from the received JSON
      • isFeatured

        @Nullable
        public abstract Boolean isFeatured()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.is_featured} JSON property
        Specified by:
        isFeatured in interface Movie.People
        Returns:
        The is_featured property from the received JSON
      • getPeopleFacebook

        @Nullable
        public abstract String getPeopleFacebook()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.people_facebook} JSON property
        Specified by:
        getPeopleFacebook in interface Movie.People
        Returns:
        The people_facebook property from the received JSON
      • getPeopleId

        @Nullable
        public abstract String getPeopleId()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.people_id} JSON property
        Specified by:
        getPeopleId in interface Movie.People
        Returns:
        The people_id property from the received JSON
      • getPeopleImage

        @Nullable
        public abstract String getPeopleImage()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.people_image} JSON property
        Specified by:
        getPeopleImage in interface Movie.People
        Returns:
        The people_image property from the received JSON
      • getPeopleInstagram

        @Nullable
        public abstract String getPeopleInstagram()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.people_instagram} JSON property
        Specified by:
        getPeopleInstagram in interface Movie.People
        Returns:
        The people_instagram property from the received JSON
      • getPeopleTwitter

        @Nullable
        public abstract String getPeopleTwitter()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.people_twitter} JSON property
        Specified by:
        getPeopleTwitter in interface Movie.People
        Returns:
        The people_twitter property from the received JSON
      • getRoleImage

        @Nullable
        public abstract String getRoleImage()
        Description copied from interface: Movie.People
        Get the value of the {data.people.<actors|directors|producers|writers>.role_image} JSON property
        Specified by:
        getRoleImage in interface Movie.People
        Returns:
        The role_image property from the received JSON