public static class MeetingParticipantResult.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
MeetingParticipantResult |
build() |
MeetingParticipantResult.Builder |
id(String id)
用户ID
示例值:ou_3ec3f6a28a0d08c45d895276e8e5e19b
|
MeetingParticipantResult.Builder |
result(Integer result)
移除结果
示例值:1
|
MeetingParticipantResult.Builder |
result(MeetingParticipantResultResultEnum result)
移除结果
示例值:1
|
MeetingParticipantResult.Builder |
userType(Integer userType)
用户类型
示例值:1
|
MeetingParticipantResult.Builder |
userType(MeetingParticipantResultUserTypeEnum userType)
用户类型
示例值:1
|
public MeetingParticipantResult.Builder id(String id)
示例值:ou_3ec3f6a28a0d08c45d895276e8e5e19b
id - public MeetingParticipantResult.Builder userType(Integer userType)
示例值:1
userType - public MeetingParticipantResult.Builder userType(MeetingParticipantResultUserTypeEnum userType)
示例值:1
userType - MeetingParticipantResultUserTypeEnumpublic MeetingParticipantResult.Builder result(Integer result)
示例值:1
result - public MeetingParticipantResult.Builder result(MeetingParticipantResultResultEnum result)
示例值:1
result - MeetingParticipantResultResultEnumpublic MeetingParticipantResult build()
Copyright © 2025. All rights reserved.