public class ListGroupsForUserResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListGroupsForUserResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsForUserResponse |
addUserGroupsItem(UserGroupForListGroupsForUserOutput userGroupsItem) |
boolean |
equals(Object o) |
Integer |
getLimit()
Get limit
|
Integer |
getOffset()
Get offset
|
Integer |
getTotal()
Get total
|
@Valid List<UserGroupForListGroupsForUserOutput> |
getUserGroups()
Get userGroups
|
int |
hashCode() |
ListGroupsForUserResponse |
limit(Integer limit) |
ListGroupsForUserResponse |
offset(Integer offset) |
void |
setLimit(Integer limit) |
void |
setOffset(Integer offset) |
void |
setTotal(Integer total) |
void |
setUserGroups(List<UserGroupForListGroupsForUserOutput> userGroups) |
String |
toString() |
ListGroupsForUserResponse |
total(Integer total) |
ListGroupsForUserResponse |
userGroups(List<UserGroupForListGroupsForUserOutput> userGroups) |
getResponseMetadata, setResponseMetadatapublic ListGroupsForUserResponse limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public ListGroupsForUserResponse offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public ListGroupsForUserResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public ListGroupsForUserResponse userGroups(List<UserGroupForListGroupsForUserOutput> userGroups)
public ListGroupsForUserResponse addUserGroupsItem(UserGroupForListGroupsForUserOutput userGroupsItem)
@Valid public @Valid List<UserGroupForListGroupsForUserOutput> getUserGroups()
public void setUserGroups(List<UserGroupForListGroupsForUserOutput> userGroups)
Copyright © 2024. All rights reserved.