public class ListUsersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListUsersRequest() |
ListUsersRequest(ListUsersRequest 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 |
---|---|
String |
getFilter()
Get Filter criterion, which currently only supports username, email address, userId, and description.
|
String[] |
getFilterGroups()
Get Filtered user group.
|
Long |
getMaxResults()
Get Maximum number of data entries per page.
|
String |
getNextToken()
Get Token for querying the next page of returned results.
|
String |
getSortField()
Get Sorting field, which currently only supports CreateTime.
|
String |
getSortType()
Get Sorting type.
|
String |
getUserStatus()
Get User status: Enabled, Disabled.
|
String |
getUserType()
Get User type.
|
String |
getZoneId()
Get Space ID.
|
void |
setFilter(String Filter)
Set Filter criterion, which currently only supports username, email address, userId, and description.
|
void |
setFilterGroups(String[] FilterGroups)
Set Filtered user group.
|
void |
setMaxResults(Long MaxResults)
Set Maximum number of data entries per page.
|
void |
setNextToken(String NextToken)
Set Token for querying the next page of returned results.
|
void |
setSortField(String SortField)
Set Sorting field, which currently only supports CreateTime.
|
void |
setSortType(String SortType)
Set Sorting type.
|
void |
setUserStatus(String UserStatus)
Set User status: Enabled, Disabled.
|
void |
setUserType(String UserType)
Set User type.
|
void |
setZoneId(String ZoneId)
Set Space ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListUsersRequest()
public ListUsersRequest(ListUsersRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Space ID.public String getUserStatus()
public void setUserStatus(String UserStatus)
UserStatus
- User status: Enabled, Disabled.public String getUserType()
public void setUserType(String UserType)
UserType
- User type. Manual: manually created; Synchronized: externally imported.public String getFilter()
public void setFilter(String Filter)
Filter
- Filter criterion, which currently only supports username, email address, userId, and description.public Long getMaxResults()
public void setMaxResults(Long MaxResults)
MaxResults
- Maximum number of data entries per page. Value range: 1-100. Default value: 10.public String getNextToken()
public void setNextToken(String NextToken)
NextToken
- Token for querying the next page of returned results. During use of the API for the first time, NextToken is not needed. When you call the API for the first time, if the total number of returned data entries exceeds the MaxResults limit, the data is truncated and only MaxResults data entries are returned. Meanwhile, the return parameter IsTruncated is true and a NextToken is returned. You can use the NextToken returned last time to continue calling the API with other request parameters unchanged, to query the truncated data. You can use this method for multiple queries until IsTruncated is false, indicating that all data has been queried.public String[] getFilterGroups()
public void setFilterGroups(String[] FilterGroups)
FilterGroups
- Filtered user group. IsSelected=1 will be returned for the sub-user associated with this user group.public String getSortField()
public void setSortField(String SortField)
SortField
- Sorting field, which currently only supports CreateTime. The default is the CreateTime field.public String getSortType()
public void setSortType(String SortType)
SortType
- Sorting type. Desc: descending order; Asc: ascending order. It should be set along with SortField.Copyright © 2024. All rights reserved.