cn.signit.sdk.pojo.request
类 CreateSignProcessRequest

java.lang.Object
  继承者 cn.signit.sdk.pojo.request.AbstractSignitRequest<CreateSignProcessResponse>
      继承者 cn.signit.sdk.pojo.request.CreateSignProcessRequest

public class CreateSignProcessRequest
extends AbstractSignitRequest<CreateSignProcessResponse>

创建签署流程请求数据

从以下版本开始:
2.6.0
作者:
dengwen

嵌套类摘要
static class CreateSignProcessRequest.Builder
          创建签署流程请求对象建造器
 
字段摘要
 
从类 cn.signit.sdk.pojo.request.AbstractSignitRequest 继承的字段
acceptDataByUrlAliveMinutes, acceptDataType, customTag, enablePreview, previewAliveMinutes, returnUrl
 
构造方法摘要
CreateSignProcessRequest()
           
CreateSignProcessRequest(CreateSignProcessRequest.Builder builder)
           
 
方法摘要
static CreateSignProcessRequest.Builder builder()
           
 EnvelopeBasicInfo getBasicinfo()
           
 EnvelopeContentInfo getContentInfo()
           
 EnvelopeParticipantInfo getParticipantInfo()
           
 Class<CreateSignProcessResponse> getResponseClass()
           
 CreateSignProcessRequest.Builder newBuilder()
           
 void setBasicinfo(EnvelopeBasicInfo basicInfo)
           
 void setContentInfo(EnvelopeContentInfo contentInfo)
           
 void setParticipantInfo(EnvelopeParticipantInfo participantInfo)
           
 
从类 cn.signit.sdk.pojo.request.AbstractSignitRequest 继承的方法
getAcceptDataByUrlAliveMinutes, getAcceptDataType, getCustomTag, getEnablePreview, getPreviewAliveMinutes, getReturnUrl, setAcceptDataByUrlAliveMinutes, setAcceptDataType, setCustomTag, setEnablePreview, setPreviewAliveMinutes, setReturnUrl
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CreateSignProcessRequest

public CreateSignProcessRequest()

CreateSignProcessRequest

public CreateSignProcessRequest(CreateSignProcessRequest.Builder builder)
方法详细信息

getBasicinfo

public EnvelopeBasicInfo getBasicinfo()

setBasicinfo

public void setBasicinfo(EnvelopeBasicInfo basicInfo)

getContentInfo

public EnvelopeContentInfo getContentInfo()

setContentInfo

public void setContentInfo(EnvelopeContentInfo contentInfo)

getParticipantInfo

public EnvelopeParticipantInfo getParticipantInfo()

setParticipantInfo

public void setParticipantInfo(EnvelopeParticipantInfo participantInfo)

getResponseClass

public Class<CreateSignProcessResponse> getResponseClass()
指定者:
AbstractSignitRequest<CreateSignProcessResponse> 中的 getResponseClass

newBuilder

public CreateSignProcessRequest.Builder newBuilder()

builder

public static CreateSignProcessRequest.Builder builder()


Copyright © 2020. All rights reserved.