Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.User
-
Packages that use User 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 User in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return User Modifier and Type Method Description User
TheTVDBApi. getUser()
Returns basic information about the currently authenticated user, mapped as Java DTO.Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type User Modifier and Type Method Description APIResponse<User>
TheTVDBApi.Extended. getUser()
Returns a response object containing basic information about the currently authenticated user, mapped as Java DTO. -
Uses of User in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return User Modifier and Type Method Description User
TheTVDBApiImpl. getUser()
-
Uses of User in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement User Modifier and Type Class Description class
UserDTO
DTO implementation of theUser
interface -
Uses of User in com.github.m0nk3y2k4.thetvdb.internal.util.json
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.json that return types with arguments of type User Modifier and Type Method Description static APIResponse<User>
JsonDeserializer. mapUser(com.fasterxml.jackson.databind.JsonNode json)
Maps the actual user data returned by the user route.
-