Uses of Class
com.github.m0nk3y2k4.thetvdb.internal.api.impl.annotation.WithHiddenImplementation
-
Packages that use WithHiddenImplementation Package Description com.github.m0nk3y2k4.thetvdb.internal.api.impl.model Defines the internal implementation of the public data transfer objects wrapping the actual JSON contentcom.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.connection Defines the connections between the connector and the remote API -
-
Uses of WithHiddenImplementation in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model with annotations of type WithHiddenImplementation Modifier and Type Class Description classAPIResponseDTO<T>DTO implementation of theAPIResponseinterfacestatic classAPIResponseDTO.ErrorsDTODTO implementation of theAPIResponse.Errorsinterfacestatic classAPIResponseDTO.LinksDTODTO implementation of theAPIResponse.Linksinterface -
Uses of WithHiddenImplementation in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data with annotations of type WithHiddenImplementation Modifier and Type Class Description classActorDTODTO implementation of theActorinterfaceclassEpisodeDTODTO implementation of theEpisodeinterfaceclassImageDTODTO implementation of theImageinterfaceclassImageQueryParameterDTODTO implementation of theImageQueryParameterinterfaceclassImageSummaryDTODTO implementation of theImageSummaryinterfaceclassLanguageDTODTO implementation of theLanguageinterfaceclassMovieDTODTO implementation of theMovieinterfacestatic classMovieDTO.ArtworkDTODTO implementation of theMovie.Artworkinterfacestatic classMovieDTO.GenreDTODTO implementation of theMovie.Genreinterfacestatic classMovieDTO.PeopleDTODTO implementation of theMovie.Peopleinterfacestatic classMovieDTO.ReleaseDateDTODTO implementation of theMovie.ReleaseDateinterfacestatic classMovieDTO.RemoteIdDTODTO implementation of theMovie.RemoteIdinterfacestatic classMovieDTO.TrailerDTODTO implementation of theMovie.Trailerinterfacestatic classMovieDTO.TranslationDTODTO implementation of theMovie.TranslationinterfaceclassRatingDTODTO implementation of theRatinginterfaceclassSeriesDTODTO implementation of theSeriesinterfaceclassSeriesSearchResultDTODTO implementation of theSeriesSearchResultinterfaceclassSeriesSummaryDTODTO implementation of theSeriesSummaryinterfaceclassUserDTODTO implementation of theUserinterface -
Uses of WithHiddenImplementation in com.github.m0nk3y2k4.thetvdb.internal.connection
Classes in com.github.m0nk3y2k4.thetvdb.internal.connection with annotations of type WithHiddenImplementation Modifier and Type Class Description classRemoteAPIObject representing the technical remote endpoint of the RESTful remote API.
-