public static class MeetingParticipant.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
MeetingParticipant |
build() |
MeetingParticipant.Builder |
finalLeaveTime(String finalLeaveTime)
最终离会时间,秒级Unix时间戳
示例值:1624438144
|
MeetingParticipant.Builder |
firstJoinTime(String firstJoinTime)
首次入会时间,秒级Unix时间戳
示例值:1624438144
|
MeetingParticipant.Builder |
id(String id)
用户ID
示例值:ou_3ec3f6a28a0d08c45d895276e8e5e19b
|
MeetingParticipant.Builder |
inMeetingDuration(String inMeetingDuration)
累计在会中时间,时间单位:秒
示例值:123
|
MeetingParticipant.Builder |
isCohost(Boolean isCohost)
是否为联席主持人
示例值:false
|
MeetingParticipant.Builder |
isExternal(Boolean isExternal)
是否为外部参会人
示例值:false
|
MeetingParticipant.Builder |
isHost(Boolean isHost)
是否为主持人
示例值:true
|
MeetingParticipant.Builder |
status(Integer status)
参会人状态
示例值:2
|
MeetingParticipant.Builder |
status(MeetingParticipantParticipantStatusEnum status)
参会人状态
示例值:2
|
MeetingParticipant.Builder |
userType(Integer userType)
用户类型
示例值:1
|
MeetingParticipant.Builder |
userType(MeetingParticipantUserTypeEnum userType)
用户类型
示例值:1
|
public MeetingParticipant.Builder id(String id)
示例值:ou_3ec3f6a28a0d08c45d895276e8e5e19b
id - public MeetingParticipant.Builder firstJoinTime(String firstJoinTime)
示例值:1624438144
firstJoinTime - public MeetingParticipant.Builder finalLeaveTime(String finalLeaveTime)
示例值:1624438144
finalLeaveTime - public MeetingParticipant.Builder inMeetingDuration(String inMeetingDuration)
示例值:123
inMeetingDuration - public MeetingParticipant.Builder userType(Integer userType)
示例值:1
userType - public MeetingParticipant.Builder userType(MeetingParticipantUserTypeEnum userType)
示例值:1
userType - MeetingParticipantUserTypeEnumpublic MeetingParticipant.Builder isHost(Boolean isHost)
示例值:true
isHost - public MeetingParticipant.Builder isCohost(Boolean isCohost)
示例值:false
isCohost - public MeetingParticipant.Builder isExternal(Boolean isExternal)
示例值:false
isExternal - public MeetingParticipant.Builder status(Integer status)
示例值:2
status - public MeetingParticipant.Builder status(MeetingParticipantParticipantStatusEnum status)
示例值:2
status - MeetingParticipantParticipantStatusEnumpublic MeetingParticipant build()
Copyright © 2024. All rights reserved.