public class ListUserGroupsOfUserRequest extends AbstractModel
Constructor and Description |
---|
ListUserGroupsOfUserRequest() |
ListUserGroupsOfUserRequest(ListUserGroupsOfUserRequest 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 |
---|---|
Long |
getLimit()
Get Number of results read per page.
|
Long |
getOffset()
Get Pagination offset.
|
UserGroupInformationSearchCriteria |
getSearchCondition()
Get Fuzzy search criterion.
|
SortCondition |
getSort()
Get Set of sort criteria.
|
String |
getUserId()
Get User ID, which is globally unique.
|
void |
setLimit(Long Limit)
Set Number of results read per page.
|
void |
setOffset(Long Offset)
Set Pagination offset.
|
void |
setSearchCondition(UserGroupInformationSearchCriteria SearchCondition)
Set Fuzzy search criterion.
|
void |
setSort(SortCondition Sort)
Set Set of sort criteria.
|
void |
setUserId(String UserId)
Set User ID, which is globally unique.
|
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 ListUserGroupsOfUserRequest()
public ListUserGroupsOfUserRequest(ListUserGroupsOfUserRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- User ID, which is globally unique.public UserGroupInformationSearchCriteria getSearchCondition()
public void setSearchCondition(UserGroupInformationSearchCriteria SearchCondition)
SearchCondition
- Fuzzy search criterion. You can search by user group name (DisplayName). If this field is left empty, all of the user's user groups will be displayed by default.public SortCondition getSort()
public void setSort(SortCondition Sort)
Sort
- Set of sort criteria. Valid values: DisplayName: user group name; UserGroupId: user group ID; CreatedDate: creation time. If this field is left empty, the results will be sorted in alphabetical order by user group name.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset. Default value: 0. The `Offset` and `Limit` fields need to be used together; otherwise, the query results will not be paginated, and up to 50 user groups will be returned.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results read per page. Default value: 50. Maximum value: 100. The `Offset` and `Limit` fields need to be used together; otherwise, the query results will not be paginated, and up to 50 user groups will be returned.Copyright © 2023. All rights reserved.