public class ListUsersOptionsDto extends Object
| 构造器和说明 |
|---|
ListUsersOptionsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getFlatCustomData() |
List<String> |
getFuzzySearchOn() |
PaginationDto |
getPagination() |
List<SortingDto> |
getSort() |
Boolean |
getWithCustomData() |
Boolean |
getWithDepartmentIds() |
Boolean |
getWithIdentities() |
Boolean |
getWithPost() |
void |
setFlatCustomData(Boolean flatCustomData) |
void |
setFuzzySearchOn(List<String> fuzzySearchOn) |
void |
setPagination(PaginationDto pagination) |
void |
setSort(List<SortingDto> sort) |
void |
setWithCustomData(Boolean withCustomData) |
void |
setWithDepartmentIds(Boolean withDepartmentIds) |
void |
setWithIdentities(Boolean withIdentities) |
void |
setWithPost(Boolean withPost) |
public PaginationDto getPagination()
public void setPagination(PaginationDto pagination)
public List<SortingDto> getSort()
public void setSort(List<SortingDto> sort)
public Boolean getWithCustomData()
public void setWithCustomData(Boolean withCustomData)
public Boolean getWithPost()
public void setWithPost(Boolean withPost)
public Boolean getWithIdentities()
public void setWithIdentities(Boolean withIdentities)
public Boolean getWithDepartmentIds()
public void setWithDepartmentIds(Boolean withDepartmentIds)
public Boolean getFlatCustomData()
public void setFlatCustomData(Boolean flatCustomData)
Copyright © 2024. All rights reserved.