Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Movie.Artwork
-
Packages that use Movie.Artwork Package Description com.github.m0nk3y2k4.thetvdb.api.model.data Defines the public DTO's for the various remote routescom.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data Defines the internal implementation of the public DTO's for the various remote routes -
-
Uses of Movie.Artwork in com.github.m0nk3y2k4.thetvdb.api.model.data
Methods in com.github.m0nk3y2k4.thetvdb.api.model.data that return types with arguments of type Movie.Artwork Modifier and Type Method Description List<Movie.Artwork>Movie. getArtworks()Get all objects of the {data.artworks} JSON property in a list -
Uses of Movie.Artwork in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Movie.Artwork Modifier and Type Class Description static classMovieDTO.ArtworkDTODTO implementation of theMovie.Artworkinterface
-