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

嵌套类摘要
static class StartEnvelopeRequest.Builder
          信封启动请求对象建筑器.
 
字段摘要
 
从类 cn.signit.sdk.pojo.request.AbstractSignitRequest 继承的字段
acceptDataType, customTag, returnUrl
 
构造方法摘要
StartEnvelopeRequest()
           
StartEnvelopeRequest(StartEnvelopeRequest.Builder builder)
           
 
方法摘要
static StartEnvelopeRequest.Builder builder()
           
 EnvelopeBasicInfo getBasicinfo()
           
 EnvelopeContentInfo getContentInfo()
           
 String getCustomTag()
           
 EnvelopeParticipantInfo getParticipantInfo()
           
 Class<StartEnvelopeResponse> getResponseClass()
          获取响应信息类
 StartEnvelopeRequest.Builder newBuilder()
           
 
从类 cn.signit.sdk.pojo.request.AbstractSignitRequest 继承的方法
getAcceptDataType, getReturnUrl, setAcceptDataType, setCustomTag, setReturnUrl
 
从类 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.