public static class ParticipantInfo.Builder extends Object implements Builder<ParticipantInfo>
| 构造器和说明 |
|---|
Builder() |
Builder(ParticipantInfo participantInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
ParticipantInfo |
build() |
ParticipantInfo.Builder |
receivers(List<Receiver> receivers) |
ParticipantInfo.Builder |
receivers(Receiver.Builder... builders) |
ParticipantInfo.Builder |
sender(Sender.Builder senderBuilder) |
ParticipantInfo.Builder |
sender(Sender sender) |
public Builder()
public Builder(ParticipantInfo participantInfo)
public ParticipantInfo.Builder sender(Sender sender)
sender - 发送方信息对象 SenderEnvelopeParticipantInfo.Builderpublic ParticipantInfo.Builder sender(Sender.Builder senderBuilder)
senderBuilder - 发送发信息对象建造器 Sender.BuilderEnvelopeParticipantInfo.Builderpublic ParticipantInfo.Builder receivers(List<Receiver> receivers)
receivers - 接收方信息对象列表 ReceiverEnvelopeParticipantInfo.Builderpublic ParticipantInfo.Builder receivers(Receiver.Builder... builders)
builders - 接收方信息对象建造器列表 Receiver.BuilderEnvelopeParticipantInfo.Builderpublic ParticipantInfo build()
build 在接口中 Builder<ParticipantInfo>EnvelopeParticipantInfoCopyright © 2024. All rights reserved.