cn.signit.sdk.pojo.request
类 StartEnvelopeRequest
java.lang.Object
cn.signit.sdk.pojo.request.AbstractSignitRequest<StartEnvelopeResponse>
cn.signit.sdk.pojo.request.StartEnvelopeRequest
public class StartEnvelopeRequest
- extends AbstractSignitRequest<StartEnvelopeResponse>
信封启动服务请求体. 包含信封基本信息、信封流程中的签署文件内容、签署参与者信息、自定义跳转URL、自定义可接受数据类型、自定义标识.
- 从以下版本开始:
- 2.0.0
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartEnvelopeRequest
public StartEnvelopeRequest()
StartEnvelopeRequest
public StartEnvelopeRequest(StartEnvelopeRequest.Builder builder)
getResponseClass
public Class<StartEnvelopeResponse> getResponseClass()
- 获取响应信息类
- 指定者:
- 类
AbstractSignitRequest<StartEnvelopeResponse> 中的 getResponseClass
- 返回:
- StartEnvelopeResponse.class
- 从以下版本开始:
- 2.0.0
getBasicinfo
public EnvelopeBasicInfo getBasicinfo()
getContentInfo
public EnvelopeContentInfo getContentInfo()
getParticipantInfo
public EnvelopeParticipantInfo getParticipantInfo()
getCustomTag
public String getCustomTag()
- 覆盖:
- 类
AbstractSignitRequest<StartEnvelopeResponse> 中的 getCustomTag
newBuilder
public StartEnvelopeRequest.Builder newBuilder()
builder
public static StartEnvelopeRequest.Builder builder()
Copyright © 2019. All rights reserved.