public static class MeetingParticipant.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
MeetingParticipant |
build() |
MeetingParticipant.Builder |
finalLeaveTime(Long finalLeaveTime) |
MeetingParticipant.Builder |
firstJoinTime(Long firstJoinTime) |
MeetingParticipant.Builder |
id(String id) |
MeetingParticipant.Builder |
inMeetingDuration(Long inMeetingDuration) |
MeetingParticipant.Builder |
isCohost(Boolean isCohost) |
MeetingParticipant.Builder |
isExternal(Boolean isExternal) |
MeetingParticipant.Builder |
isHost(Boolean isHost) |
MeetingParticipant.Builder |
status(Integer status) |
MeetingParticipant.Builder |
status(ParticipantStatusEnum status) |
MeetingParticipant.Builder |
userType(Integer userType) |
MeetingParticipant.Builder |
userType(UserTypeEnum userType) |
public MeetingParticipant.Builder id(String id)
public MeetingParticipant.Builder firstJoinTime(Long firstJoinTime)
public MeetingParticipant.Builder finalLeaveTime(Long finalLeaveTime)
public MeetingParticipant.Builder inMeetingDuration(Long inMeetingDuration)
public MeetingParticipant.Builder userType(Integer userType)
public MeetingParticipant.Builder userType(UserTypeEnum userType)
public MeetingParticipant.Builder isHost(Boolean isHost)
public MeetingParticipant.Builder isCohost(Boolean isCohost)
public MeetingParticipant.Builder isExternal(Boolean isExternal)
public MeetingParticipant.Builder status(Integer status)
public MeetingParticipant.Builder status(ParticipantStatusEnum status)
public MeetingParticipant build()
Copyright © 2022. All rights reserved.