cn.signit.sdk.pojo
类 ParticipantInfo.Builder

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

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

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

从以下版本开始:
2.0.0

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

构造方法详细信息

ParticipantInfo.Builder

public ParticipantInfo.Builder()

ParticipantInfo.Builder

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

sender

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

sender

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

receivers

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

receivers

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

build

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


Copyright © 2020. All rights reserved.