public class GroupsGetResponse extends Object
| Constructor and Description |
|---|
GroupsGetResponse(int totalGroups,
List<Group> groups)
Constructor used to build a response object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
getGroups() |
int |
getTotalGroups() |
void |
setGroups(List<Group> filteredGroups) |
void |
setTotalGroups(int totalGroups) |
Copyright © 2022 WSO2. All rights reserved.