cn.signit.sdk.pojo
类 EnvelopeParticipantInfo
java.lang.Object
cn.signit.sdk.pojo.EnvelopeParticipantInfo
public class EnvelopeParticipantInfo
- extends Object
参与文件签署人员的信息. 包含发送者信息和接受者信息列表.
- 从以下版本开始:
- 2.0.0
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvelopeParticipantInfo
public EnvelopeParticipantInfo()
EnvelopeParticipantInfo
public EnvelopeParticipantInfo(EnvelopeParticipantInfo.Builder builder)
getSender
public Sender getSender()
getReceivers
public List<Receiver> getReceivers()
setSender
public void setSender(Sender sender)
setReceivers
public void setReceivers(List<Receiver> receivers)
newBuilder
public EnvelopeParticipantInfo.Builder newBuilder()
builder
public static EnvelopeParticipantInfo.Builder builder()
Copyright © 2019. All rights reserved.