|
NIMSDK-AOS
10.9.80
|
群加入相关信息查询参数 更多...
Public 成员函数 | |
| V2NIMTeamJoinActionInfoQueryOption () | |
| List< V2NIMTeamJoinActionType > | getTypes () |
| 获取查询类型 更多... | |
| void | setTypes (List< V2NIMTeamJoinActionType > types) |
| 如果列表为空, 或者size为0, 表示查询所有群类型,否则按输入类型查询 更多... | |
| long | getOffset () |
| 获取查询偏移量,首次传0, 下一次传上一次返回的offset, 不包含offset 更多... | |
| void | setOffset (long offset) |
| 设置查询偏移量,首次传0, 下一次传上一次返回的offset, 不包含offset 更多... | |
| int | getLimit () |
| 获取分页拉取数量 更多... | |
| void | setLimit (int limit) |
| 设置分页拉取数量 更多... | |
| List< V2NIMTeamJoinActionStatus > | getStatus () |
| 获取查询状态 更多... | |
| void | setStatus (List< V2NIMTeamJoinActionStatus > status) |
| 设置查询状态,如果列表为空, 或者size为0, 表示查询所有状态,否则按输入状态查询 更多... | |
| boolean | isValid () |
群加入相关信息查询参数
在文件 V2NIMTeamJoinActionInfoQueryOption.java 第 10 行定义.
| com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.V2NIMTeamJoinActionInfoQueryOption | ( | ) |
在文件 V2NIMTeamJoinActionInfoQueryOption.java 第 31 行定义.
| int com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.getLimit | ( | ) |
| long com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.getOffset | ( | ) |
| List<V2NIMTeamJoinActionStatus> com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.getStatus | ( | ) |
| List<V2NIMTeamJoinActionType> com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.getTypes | ( | ) |
| boolean com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.isValid | ( | ) |
在文件 V2NIMTeamJoinActionInfoQueryOption.java 第 113 行定义.
| void com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.setLimit | ( | int | limit | ) |
| void com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.setOffset | ( | long | offset | ) |
设置查询偏移量,首次传0, 下一次传上一次返回的offset, 不包含offset
| offset |
在文件 V2NIMTeamJoinActionInfoQueryOption.java 第 69 行定义.
| void com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.setStatus | ( | List< V2NIMTeamJoinActionStatus > | status | ) |
设置查询状态,如果列表为空, 或者size为0, 表示查询所有状态,否则按输入状态查询
| status |
在文件 V2NIMTeamJoinActionInfoQueryOption.java 第 108 行定义.
| void com.netease.nimlib.sdk.v2.team.option.V2NIMTeamJoinActionInfoQueryOption.setTypes | ( | List< V2NIMTeamJoinActionType > | types | ) |
如果列表为空, 或者size为0, 表示查询所有群类型,否则按输入类型查询
| types |
在文件 V2NIMTeamJoinActionInfoQueryOption.java 第 48 行定义.
1.8.11