Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Actor
-
Packages that use Actor Package Description com.github.m0nk3y2k4.thetvdb.api Defines the public sources of this APIcom.github.m0nk3y2k4.thetvdb.internal.api.impl Defines the internal implementation of the public APIcom.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data Defines the internal implementation of the public DTO's for the various remote routescom.github.m0nk3y2k4.thetvdb.internal.util.json Defines general functionality for processing JSON data -
-
Uses of Actor in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type Actor Modifier and Type Method Description APIResponse<List<Actor>>
TheTVDBApi.Extended. getActors(long seriesId)
Returns a response object containing a list of actors for a specific series mapped as Java DTO.List<Actor>
TheTVDBApi. getActors(long seriesId)
Returns a list of actors for a specific series mapped as Java DTO. -
Uses of Actor in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return types with arguments of type Actor Modifier and Type Method Description List<Actor>
TheTVDBApiImpl. getActors(long seriesId)
-
Uses of Actor in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Actor Modifier and Type Class Description class
ActorDTO
DTO implementation of theActor
interface -
Uses of Actor in com.github.m0nk3y2k4.thetvdb.internal.util.json
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.json that return types with arguments of type Actor Modifier and Type Method Description static APIResponse<List<Actor>>
JsonDeserializer. mapActors(com.fasterxml.jackson.databind.JsonNode json)
Maps the actual actor data returned by the series actors route.
-