cn.signit.sdk.pojo.request
类 AppendEnvelopeParticipantsRequest

java.lang.Object
  继承者 cn.signit.sdk.pojo.request.AbstractSignitRequest<AppendEnvelopeParticipantsResponse>
      继承者 cn.signit.sdk.pojo.request.AppendEnvelopeParticipantsRequest

public class AppendEnvelopeParticipantsRequest
extends AbstractSignitRequest<AppendEnvelopeParticipantsResponse>

签署流程中追加新的签署方请求数据

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

嵌套类摘要
static class AppendEnvelopeParticipantsRequest.Builder
           
 
字段摘要
 
从类 cn.signit.sdk.pojo.request.AbstractSignitRequest 继承的字段
acceptDataByUrlAliveMinutes, acceptDataType, customTag, enablePreview, previewAliveMinutes, returnUrl
 
构造方法摘要
AppendEnvelopeParticipantsRequest(AppendEnvelopeParticipantsRequest.Builder builder)
           
 
方法摘要
static AppendEnvelopeParticipantsRequest.Builder builder()
           
 ParticipantInfo getParticipantInfo()
           
 Class<AppendEnvelopeParticipantsResponse> getResponseClass()
           
 AppendEnvelopeParticipantsRequest.Builder newBuilder()
           
 void setParticipantInfo(ParticipantInfo 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
 

构造方法详细信息

AppendEnvelopeParticipantsRequest

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

getParticipantInfo

public ParticipantInfo getParticipantInfo()

setParticipantInfo

public void setParticipantInfo(ParticipantInfo participantInfo)

newBuilder

public AppendEnvelopeParticipantsRequest.Builder newBuilder()

builder

public static AppendEnvelopeParticipantsRequest.Builder builder()

getResponseClass

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


Copyright © 2020. All rights reserved.