public class ParticipantInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ParticipantInfo.Builder
参与文件签署人员的信息对象建造器
|
| 构造器和说明 |
|---|
ParticipantInfo() |
ParticipantInfo(ParticipantInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ParticipantInfo.Builder |
builder() |
List<Receiver> |
getReceivers() |
Sender |
getSender() |
ParticipantInfo.Builder |
newBuilder() |
void |
setReceivers(List<Receiver> receivers) |
void |
setSender(Sender sender) |
public ParticipantInfo()
public ParticipantInfo(ParticipantInfo.Builder builder)
public Sender getSender()
public void setSender(Sender sender)
public ParticipantInfo.Builder newBuilder()
public static ParticipantInfo.Builder builder()
Copyright © 2023. All rights reserved.