public static class MeetingParticipant.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
MeetingParticipant |
build() |
MeetingParticipant.Builder |
finalLeaveTime(String finalLeaveTime) |
MeetingParticipant.Builder |
firstJoinTime(String firstJoinTime) |
MeetingParticipant.Builder |
id(String id) |
MeetingParticipant.Builder |
inMeetingDuration(String 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(String firstJoinTime)
public MeetingParticipant.Builder finalLeaveTime(String finalLeaveTime)
public MeetingParticipant.Builder inMeetingDuration(String 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.