cn.signit.sdk.pojo
类 EnvelopeParticipantInfo

java.lang.Object
  继承者 cn.signit.sdk.pojo.EnvelopeParticipantInfo

public class EnvelopeParticipantInfo
extends Object

参与文件签署人员的信息. 包含发送者信息和接受者信息列表.

从以下版本开始:
2.0.0

嵌套类摘要
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)
           
 
从类 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.