cn.signit.sdk.pojo.request
类 StartEnvelopeRequest.Builder

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

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

信封启动请求对象建筑器.

从以下版本开始:
2.0.0

构造方法摘要
StartEnvelopeRequest.Builder()
           
StartEnvelopeRequest.Builder(StartEnvelopeRequest request)
           
 
方法摘要
 StartEnvelopeRequest.Builder acceptDataType(AcceptDataType acceptDataType)
           
 StartEnvelopeRequest.Builder basicinfo(EnvelopeBasicInfo.Builder basicinfoBuilder)
           
 StartEnvelopeRequest.Builder basicinfo(EnvelopeBasicInfo basicinfo)
           
 StartEnvelopeRequest build()
           
 StartEnvelopeRequest.Builder contentInfo(EnvelopeContentInfo.Builder contentInfoBuilder)
           
 StartEnvelopeRequest.Builder contentInfo(EnvelopeContentInfo contentInfo)
           
 StartEnvelopeRequest.Builder customTag(String customTag)
           
 StartEnvelopeRequest.Builder participantInfo(EnvelopeParticipantInfo.Builder participantInfoBuilder)
           
 StartEnvelopeRequest.Builder participantInfo(EnvelopeParticipantInfo participantInfo)
           
 StartEnvelopeRequest.Builder returnUrl(String returnUrl)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StartEnvelopeRequest.Builder

public StartEnvelopeRequest.Builder()

StartEnvelopeRequest.Builder

public StartEnvelopeRequest.Builder(StartEnvelopeRequest request)
方法详细信息

basicinfo

public StartEnvelopeRequest.Builder basicinfo(EnvelopeBasicInfo basicinfo)
参数:
basicinfo - 信封基本信息对象 EnvelopeBasicInfo
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

basicinfo

public StartEnvelopeRequest.Builder basicinfo(EnvelopeBasicInfo.Builder basicinfoBuilder)
参数:
basicinfoBuilder - 信封基本信息对象建筑器 EnvelopeBasicInfo.Builder
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

contentInfo

public StartEnvelopeRequest.Builder contentInfo(EnvelopeContentInfo contentInfo)
参数:
contentInfo - 签署文件内容对象 EnvelopeContentInfo
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

contentInfo

public StartEnvelopeRequest.Builder contentInfo(EnvelopeContentInfo.Builder contentInfoBuilder)
参数:
contentInfoBuilder - 签署文件内容对象建筑器 EnvelopeContentInfo.Builder
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

participantInfo

public StartEnvelopeRequest.Builder participantInfo(EnvelopeParticipantInfo participantInfo)
参数:
participantInfo - 参与文件签署人员的信息对象 EnvelopeParticipantInfo
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

participantInfo

public StartEnvelopeRequest.Builder participantInfo(EnvelopeParticipantInfo.Builder participantInfoBuilder)
参数:
participantInfoBuilder - 参与文件签署人员的信息对象建筑器 EnvelopeParticipantInfo.Builder
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

customTag

public StartEnvelopeRequest.Builder customTag(String customTag)
参数:
customTag - 调用方自定义标识,易企签会原封不动返回
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

returnUrl

public StartEnvelopeRequest.Builder returnUrl(String returnUrl)
参数:
returnUrl - 调用方自定义要求易企签的WEB平台在流程结束后需要跳转的指定URL地址
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

acceptDataType

public StartEnvelopeRequest.Builder acceptDataType(AcceptDataType acceptDataType)
参数:
acceptDataType - 调用方接受的数据类型,支持:BASE64/URL AcceptDataType;默认是BASE64
返回:
信封启动请求建筑器.StartEnvelopeRequest.Builder
从以下版本开始:
2.0.0

build

public StartEnvelopeRequest build()
指定者:
接口 Builder<StartEnvelopeRequest> 中的 build
返回:
信封启动请求 StartEnvelopeRequest
从以下版本开始:
2.0.0


Copyright © 2019. All rights reserved.