Class ListNotificationsJson

    • Constructor Detail

      • ListNotificationsJson

        public ListNotificationsJson()
    • Method Detail

      • isOrderAscending

        public boolean isOrderAscending()
        Notification order ascending, if left empty set to true.
        Returns:
        Notification order ascending, if left empty set to true.
      • setOrderAscending

        public void setOrderAscending​(boolean orderAscending)
        Notification order ascending, if left empty set to true.
        Parameters:
        orderAscending - Notification order ascending, if left empty set to true.
      • setPaginationInfo

        public void setPaginationInfo​(PaginationJson paginationInfo)
      • isIncludeRead

        public boolean isIncludeRead()
        List folders with files, folders will always appear first.
        Returns:
        List folders with files, folders will always appear first.
      • setIncludeRead

        public void setIncludeRead​(boolean includeRead)
        List folders with files, folders will always appear first.
        Parameters:
        includeRead - List folders with files, folders will always appear first.
      • getOrder

        public UserNotificationOrder getOrder()
        Notification order, if left empty set to LAST_UPDATED.
        Returns:
        Notification order, if left empty set to LAST_UPDATED.
      • setOrder

        public void setOrder​(UserNotificationOrder order)
        Notification order, if left empty set to LAST_UPDATED.
        Parameters:
        order - Notification order, if left empty set to LAST_UPDATED.