Package 

Class UserViewsApi

    • Method Summary

      Modifier and Type Method Description
      final Response<List<SpecialViewOptionDto>> getGroupingOptions(UUID userId) Get user view grouping options.
      final Response<BaseItemDtoQueryResult> getUserViews(UUID userId, Boolean includeExternalContent, List<String> presetViews, Boolean includeHidden) Get user views.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getUserViews

         final Response<BaseItemDtoQueryResult> getUserViews(UUID userId, Boolean includeExternalContent, List<String> presetViews, Boolean includeHidden)

        Get user views.

        Parameters:
        userId - User id.
        includeExternalContent - Whether or not to include external views such as channels or live tv.
        presetViews - Preset views.
        includeHidden - Whether or not to include hidden content.