Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.APIResponse.Links
-
Packages that use APIResponse.Links Package Description com.github.m0nk3y2k4.thetvdb.api.model Defines the public data transfer objects wrapping the actual JSON contentcom.github.m0nk3y2k4.thetvdb.internal.api.impl.model Defines the internal implementation of the public data transfer objects wrapping the actual JSON content -
-
Uses of APIResponse.Links in com.github.m0nk3y2k4.thetvdb.api.model
Methods in com.github.m0nk3y2k4.thetvdb.api.model that return types with arguments of type APIResponse.Links Modifier and Type Method Description Optional<APIResponse.Links>
APIResponse. getLinks()
Returns an Optional representing the additional paging information returned by the remote service. -
Uses of APIResponse.Links in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model that implement APIResponse.Links Modifier and Type Class Description static class
APIResponseDTO.LinksDTO
DTO implementation of theAPIResponse.Links
interface
-