public class GroupListResponse extends Object
| 构造器和说明 |
|---|
GroupListResponse(List<GroupResource> groups,
String cursor) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCursor() |
List<String> |
getGroupIds() |
List<GroupResource> |
getGroups() |
EMPage<String> |
toEMPage() |
EMPage<GroupResource> |
toEMPageWithInfo() |
String |
toString() |
public GroupListResponse(List<GroupResource> groups, String cursor)
public List<GroupResource> getGroups()
public EMPage<GroupResource> toEMPageWithInfo()
public String getCursor()
Copyright © 2024. All rights reserved.