类 ListUsersOptionsDto


  • public class ListUsersOptionsDto
    extends Object
    • 构造器详细资料

      • ListUsersOptionsDto

        public ListUsersOptionsDto()
    • 方法详细资料

      • setPagination

        public void setPagination​(PaginationDto pagination)
      • getFuzzySearchOn

        public List<String> getFuzzySearchOn()
      • setFuzzySearchOn

        public void setFuzzySearchOn​(List<String> fuzzySearchOn)
      • getWithCustomData

        public Boolean getWithCustomData()
      • setWithCustomData

        public void setWithCustomData​(Boolean withCustomData)
      • getWithIdentities

        public Boolean getWithIdentities()
      • setWithIdentities

        public void setWithIdentities​(Boolean withIdentities)
      • getWithDepartmentIds

        public Boolean getWithDepartmentIds()
      • setWithDepartmentIds

        public void setWithDepartmentIds​(Boolean withDepartmentIds)