cn.signit.sdk.pojo
类 EnvelopeParticipantInfo.Builder

java.lang.Object
  继承者 cn.signit.sdk.pojo.EnvelopeParticipantInfo.Builder
所有已实现的接口:
Builder<EnvelopeParticipantInfo>
包容类:
EnvelopeParticipantInfo

public static class EnvelopeParticipantInfo.Builder
extends Object
implements Builder<EnvelopeParticipantInfo>

参与文件签署人员的信息对象建造器

从以下版本开始:
2.0.0

构造方法摘要
EnvelopeParticipantInfo.Builder()
           
EnvelopeParticipantInfo.Builder(EnvelopeParticipantInfo participantInfo)
           
 
方法摘要
 EnvelopeParticipantInfo build()
           
 EnvelopeParticipantInfo.Builder receivers(List<Receiver> receivers)
           
 EnvelopeParticipantInfo.Builder receivers(Receiver.Builder... builders)
           
 EnvelopeParticipantInfo.Builder sender(Sender.Builder senderBuilder)
           
 EnvelopeParticipantInfo.Builder sender(Sender sender)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EnvelopeParticipantInfo.Builder

public EnvelopeParticipantInfo.Builder()

EnvelopeParticipantInfo.Builder

public EnvelopeParticipantInfo.Builder(EnvelopeParticipantInfo participantInfo)
方法详细信息

sender

public EnvelopeParticipantInfo.Builder sender(Sender sender)
参数:
sender - 发送方信息对象 Sender
返回:
参与文件签署人员的信息对象建造器EnvelopeParticipantInfo.Builder
从以下版本开始:
2.0.0

sender

public EnvelopeParticipantInfo.Builder sender(Sender.Builder senderBuilder)
参数:
senderBuilder - 发送发信息对象建造器 Sender.Builder
返回:
参与文件签署人员的信息对象建造器EnvelopeParticipantInfo.Builder
从以下版本开始:
2.0.0

receivers

public EnvelopeParticipantInfo.Builder receivers(List<Receiver> receivers)
参数:
receivers - 接收方信息对象列表 Receiver
返回:
参与文件签署人员的信息对象建造器EnvelopeParticipantInfo.Builder
从以下版本开始:
2.0.0

receivers

public EnvelopeParticipantInfo.Builder receivers(Receiver.Builder... builders)
参数:
builders - 接收方信息对象建造器列表 Receiver.Builder
返回:
参与文件签署人员的信息对象建造器EnvelopeParticipantInfo.Builder
从以下版本开始:
2.0.0

build

public EnvelopeParticipantInfo build()
指定者:
接口 Builder<EnvelopeParticipantInfo> 中的 build
返回:
参与文件签署人员的信息对象 EnvelopeParticipantInfo
从以下版本开始:
2.0.0


Copyright © 2019. All rights reserved.