public static class GetMeetingReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetMeetingReq |
build() |
GetMeetingReq.Builder |
meetingId(String meetingId)
会议ID(视频会议的唯一标识,视频会议开始后才会产生)可通过调用[获取与会议号关联的会议列表](https://open.larkoffice.com/document/server-docs/vc-v1/meeting/list_by_no)获取
示例值:6911188411932033028
|
GetMeetingReq.Builder |
queryMode(GetMeetingGetMeetingByIdQueryModeEnum queryMode)
此次查询的查询模式,不传,或传0,只查询会议信息;传1,只查询会议产物
示例值:
|
GetMeetingReq.Builder |
queryMode(Integer queryMode)
此次查询的查询模式,不传,或传0,只查询会议信息;传1,只查询会议产物
示例值:
|
GetMeetingReq.Builder |
userIdType(GetMeetingGetMeetingByIDUserIDTypeEnum userIdType)
此次调用中使用的用户ID的类型,默认使用open_id可不填
示例值:
|
GetMeetingReq.Builder |
userIdType(String userIdType)
此次调用中使用的用户ID的类型,默认使用open_id可不填
示例值:
|
GetMeetingReq.Builder |
withMeetingAbility(Boolean withMeetingAbility)
是否返回会中使用能力统计,默认值为 false,不返回能力统计;设为 true 时返回会中使用能力统计(仅限tenant_access_token)
示例值:false
|
GetMeetingReq.Builder |
withParticipants(Boolean withParticipants)
是否返回参会人列表,默认值为 false,不返回参会人列表;设为 true 时返回参会人列表。
|
public GetMeetingReq.Builder withParticipants(Boolean withParticipants)
示例值:false
withParticipants - public GetMeetingReq.Builder withMeetingAbility(Boolean withMeetingAbility)
示例值:false
withMeetingAbility - public GetMeetingReq.Builder userIdType(String userIdType)
示例值:
userIdType - public GetMeetingReq.Builder userIdType(GetMeetingGetMeetingByIDUserIDTypeEnum userIdType)
示例值:
userIdType - GetMeetingGetMeetingByIDUserIDTypeEnumpublic GetMeetingReq.Builder queryMode(Integer queryMode)
示例值:
queryMode - public GetMeetingReq.Builder queryMode(GetMeetingGetMeetingByIdQueryModeEnum queryMode)
示例值:
queryMode - GetMeetingGetMeetingByIdQueryModeEnumpublic GetMeetingReq.Builder meetingId(String meetingId)
示例值:6911188411932033028
meetingId - public GetMeetingReq build()
Copyright © 2026. All rights reserved.