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 class
APIResponseDTO<T>
DTO implementation of theAPIResponse
interfacestatic class
APIResponseDTO.ErrorsDTO
DTO implementation of theAPIResponse.Errors
interfacestatic class
APIResponseDTO.LinksDTO
DTO implementation of theAPIResponse.Links
interface -
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 class
ActorDTO
DTO implementation of theActor
interfaceclass
EpisodeDTO
DTO implementation of theEpisode
interfaceclass
ImageDTO
DTO implementation of theImage
interfaceclass
ImageQueryParameterDTO
DTO implementation of theImageQueryParameter
interfaceclass
ImageSummaryDTO
DTO implementation of theImageSummary
interfaceclass
LanguageDTO
DTO implementation of theLanguage
interfaceclass
MovieDTO
DTO implementation of theMovie
interfacestatic class
MovieDTO.ArtworkDTO
DTO implementation of theMovie.Artwork
interfacestatic class
MovieDTO.GenreDTO
DTO implementation of theMovie.Genre
interfacestatic class
MovieDTO.PeopleDTO
DTO implementation of theMovie.People
interfacestatic class
MovieDTO.ReleaseDateDTO
DTO implementation of theMovie.ReleaseDate
interfacestatic class
MovieDTO.RemoteIdDTO
DTO implementation of theMovie.RemoteId
interfacestatic class
MovieDTO.TrailerDTO
DTO implementation of theMovie.Trailer
interfacestatic class
MovieDTO.TranslationDTO
DTO implementation of theMovie.Translation
interfaceclass
RatingDTO
DTO implementation of theRating
interfaceclass
SeriesDTO
DTO implementation of theSeries
interfaceclass
SeriesSearchResultDTO
DTO implementation of theSeriesSearchResult
interfaceclass
SeriesSummaryDTO
DTO implementation of theSeriesSummary
interfaceclass
UserDTO
DTO implementation of theUser
interface -
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 class
RemoteAPI
Object representing the technical remote endpoint of the RESTful remote API.
-