Package com.github.m0nk3y2k4.thetvdb.internal.api.impl.model
Defines the internal implementation of the public data transfer objects wrapping the actual JSON content
-
Class Summary Class Description APIResponseDTO<T> DTO implementation of theAPIResponse
interfaceAPIResponseDTO.Builder<T> Builder used to create a new immutableAPIResponseDTO
implementationAPIResponseDTO.ErrorsDTO DTO implementation of theAPIResponse.Errors
interfaceAPIResponseDTO.ErrorsDTO.Builder Builder used to create a new immutableAPIResponseDTO.ErrorsDTO
implementationAPIResponseDTO.LinksDTO DTO implementation of theAPIResponse.Links
interfaceAPIResponseDTO.LinksDTO.Builder Builder used to create a new immutableAPIResponseDTO.LinksDTO
implementation