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