Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Movie.People
-
Packages that use Movie.People 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.People 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.People Modifier and Type Method Description List<Movie.People>Movie. getActors()Get all objects of the {data.people.actors} JSON property in a listList<Movie.People>Movie. getDirectors()Get all objects of the {data.people.directors} JSON property in a listList<Movie.People>Movie. getProducers()Get all objects of the {data.people.producers} JSON property in a listList<Movie.People>Movie. getWriters()Get all objects of the {data.people.writers} JSON property in a list -
Uses of Movie.People in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Movie.People Modifier and Type Class Description static classMovieDTO.PeopleDTODTO implementation of theMovie.PeopleinterfaceMethods in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that return types with arguments of type Movie.People Modifier and Type Method Description List<Movie.People>MovieDTO. getActors()List<Movie.People>MovieDTO. getDirectors()List<Movie.People>MovieDTO. getProducers()List<Movie.People>MovieDTO. getWriters()
-