public class ListUserRequest extends AbstractModel
Constructor and Description |
---|
ListUserRequest() |
ListUserRequest(ListUserRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get Valid values of `Key`: `condition`, `userGroupId`.
|
Boolean |
getOriginal()
Get Whether the content is passed through
|
Pageable |
getPageable()
Get Pagination data
|
String |
getUserStoreId()
Get User directory ID
|
void |
setFilters(Filter[] Filters)
Set Valid values of `Key`: `condition`, `userGroupId`.
|
void |
setOriginal(Boolean Original)
Set Whether the content is passed through
|
void |
setPageable(Pageable Pageable)
Set Pagination data
|
void |
setUserStoreId(String UserStoreId)
Set User directory ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListUserRequest()
public ListUserRequest(ListUserRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- User directory IDpublic Pageable getPageable()
public void setPageable(Pageable Pageable)
Pageable
- Pagination datapublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Valid values of `Key`: `condition`, `userGroupId`.
public Boolean getOriginal()
public void setOriginal(Boolean Original)
Original
- Whether the content is passed throughCopyright © 2023. All rights reserved.