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