类 ListUsersOptionsDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.ListUsersOptionsDto
-
public class ListUsersOptionsDto extends Object
-
-
构造器概要
构造器 构造器 说明 ListUsersOptionsDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getFuzzySearchOn()PaginationDtogetPagination()List<SortingDto>getSort()BooleangetWithCustomData()BooleangetWithDepartmentIds()BooleangetWithIdentities()voidsetFuzzySearchOn(List<String> fuzzySearchOn)voidsetPagination(PaginationDto pagination)voidsetSort(List<SortingDto> sort)voidsetWithCustomData(Boolean withCustomData)voidsetWithDepartmentIds(Boolean withDepartmentIds)voidsetWithIdentities(Boolean withIdentities)
-
-
-
方法详细资料
-
getPagination
public PaginationDto getPagination()
-
setPagination
public void setPagination(PaginationDto pagination)
-
getSort
public List<SortingDto> getSort()
-
setSort
public void setSort(List<SortingDto> sort)
-
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)
-
-