Interface TheTVDBApi.Extended

  • Enclosing interface:
    TheTVDBApi

    public static interface TheTVDBApi.Extended
    Interface representing the API's Extended layout.


    This layout may be used for slightly advance API integration. Like the common layout it'll take care of parsing the received JSON into Java DTO's but it will also provide access to any additional contextual information. Methods of this layout will always return a single APIResponse object which consists of the actual data, parsed as DTO, as well as all additional information which is available in the given context, like additional error or pagination information. This layout does not provide any shortcut-methods.

    See Also:
    TheTVDBApi.extended()