Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Movie.ReleaseDate
-
Packages that use Movie.ReleaseDate 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.ReleaseDate 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.ReleaseDate Modifier and Type Method Description List<Movie.ReleaseDate>
Movie. getReleaseDates()
Get all objects of the {data.release_dates
} JSON property in a list -
Uses of Movie.ReleaseDate in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Movie.ReleaseDate Modifier and Type Class Description static class
MovieDTO.ReleaseDateDTO
DTO implementation of theMovie.ReleaseDate
interfaceMethods in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that return types with arguments of type Movie.ReleaseDate Modifier and Type Method Description abstract List<Movie.ReleaseDate>
MovieDTO. getReleaseDates()
-