Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Language
-
Packages that use Language Package Description com.github.m0nk3y2k4.thetvdb.api Defines the public sources of this APIcom.github.m0nk3y2k4.thetvdb.internal.api.impl Defines the internal implementation of the public APIcom.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.util.json Defines general functionality for processing JSON data -
-
Uses of Language in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return Language Modifier and Type Method Description Language
TheTVDBApi. getLanguage(long languageId)
Returns further language information for a given language ID mapped as Java DTO.Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type Language Modifier and Type Method Description APIResponse<List<Language>>
TheTVDBApi.Extended. getAvailableLanguages()
Returns a response object containing a list of all supported languages mapped as Java DTO.List<Language>
TheTVDBApi. getAvailableLanguages()
Returns a list of all supported languages mapped as Java DTO.APIResponse<Language>
TheTVDBApi.Extended. getLanguage(long languageId)
Returns a response object containing further language information for a given language ID mapped as Java DTO. -
Uses of Language in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return Language Modifier and Type Method Description Language
TheTVDBApiImpl. getLanguage(long languageId)
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return types with arguments of type Language Modifier and Type Method Description List<Language>
TheTVDBApiImpl. getAvailableLanguages()
-
Uses of Language in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Language Modifier and Type Class Description class
LanguageDTO
DTO implementation of theLanguage
interface -
Uses of Language in com.github.m0nk3y2k4.thetvdb.internal.util.json
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.json that return types with arguments of type Language Modifier and Type Method Description static APIResponse<Language>
JsonDeserializer. mapLanguage(com.fasterxml.jackson.databind.JsonNode json)
Maps the actual language data returned by the API route responsible for obtaining advanced information about a specific language.static APIResponse<List<Language>>
JsonDeserializer. mapLanguages(com.fasterxml.jackson.databind.JsonNode json)
Maps the actual languages returned by the API route responsible for providing a list of available languages.
-