Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Movie.Genre
-
Packages that use Movie.Genre 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.Genre 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.Genre Modifier and Type Method Description List<Movie.Genre>
Movie. getGenres()
Get all objects of the {data.genres
} JSON property in a list -
Uses of Movie.Genre in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Movie.Genre Modifier and Type Class Description static class
MovieDTO.GenreDTO
DTO implementation of theMovie.Genre
interface
-