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
| 从类 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.