Class UsersReportRequestJson

    • Constructor Detail

      • UsersReportRequestJson

        public UsersReportRequestJson()
    • Method Detail

      • getReportFilter

        public ReportFilterJson getReportFilter()
        we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)
        Returns:
        we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)
      • setReportFilter

        public void setReportFilter​(ReportFilterJson reportFilter)
        we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)
        Parameters:
        reportFilter - we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)
      • isOrderAscending

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

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

        public void setPaginationInfo​(PaginationJson paginationInfo)
      • isUseLocalLang

        public boolean isUseLocalLang()
      • setUseLocalLang

        public void setUseLocalLang​(boolean useLocalLang)