cn.signit.sdk.pojo.response
类 ObtainPackEnvelopesContentResponse.Builder
java.lang.Object
cn.signit.sdk.pojo.response.ObtainPackEnvelopesContentResponse.Builder
- 所有已实现的接口:
- Builder<ObtainPackEnvelopesContentResponse>
- 包容类:
- ObtainPackEnvelopesContentResponse
public static class ObtainPackEnvelopesContentResponse.Builder
- extends Object
- implements Builder<ObtainPackEnvelopesContentResponse>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObtainPackEnvelopesContentResponse.Builder
public ObtainPackEnvelopesContentResponse.Builder()
ObtainPackEnvelopesContentResponse.Builder
public ObtainPackEnvelopesContentResponse.Builder(ObtainPackEnvelopesContentResponse obtainPackEnvelopesContentResponse)
- 构造方法.
- 参数:
obtainPackEnvelopesContentResponse - 获取完成签署的流程的文件响应
actionUrl
public ObtainPackEnvelopesContentResponse.Builder actionUrl(String actionUrl)
- 参数:
actionUrl - 流程允许在易企签WEB执行的动作对应的URL地址
- 返回:
- 获取签署完成文件响应对象建造器
- 从以下版本开始:
- 2.7.0
tokenWsid
public ObtainPackEnvelopesContentResponse.Builder tokenWsid(String tokenWsid)
- 参数:
tokenWsid - 创建成功后生用时携带请求头X-Requested-Token
- 返回:
- 获取签署完成文件响应对象建造器
- 从以下版本开始:
- 2.7.0
fileData
public ObtainPackEnvelopesContentResponse.Builder fileData(FileData fileData)
- 参数:
fileData - 文件数据
- 返回:
- 获取签署完成文件响应对象建造器
- 从以下版本开始:
- 2.7.0
build
public ObtainPackEnvelopesContentResponse build()
- 指定者:
- 接口
Builder<ObtainPackEnvelopesContentResponse> 中的 build
Copyright © 2020. All rights reserved.