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