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