public class EnvelopeStarted extends AbstractWebhookResponseData
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EnvelopeStarted.BoContact
联系方式详细数据.
|
static class |
EnvelopeStarted.BoContactMetadata
联系方式元数据.
|
static class |
EnvelopeStarted.RawDataBasicInfo
信封基本信息.
|
static class |
EnvelopeStarted.Receiver
当前需要签署的接收方信息.
|
static class |
EnvelopeStarted.Sender
发送方信息.
|
static class |
EnvelopeStarted.SignData
已成功完成签署流程的文件数据.
|
code, message| 构造器和说明 |
|---|
EnvelopeStarted() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
List<String> |
getActions() |
String |
getActionUrl() |
EnvelopeStarted.RawDataBasicInfo |
getBasicEnvelope() |
String |
getCustomTag() |
String |
getInvokeNo() |
EnvelopeStarted.Receiver |
getReceiverParticipant() |
String |
getReturnUrl() |
EnvelopeStarted.Sender |
getSenderParticipant() |
EnvelopeStarted.SignData |
getSignData() |
void |
setAccount(String account) |
void |
setActions(List<String> actions) |
void |
setActionUrl(String actionUrl) |
void |
setBasicEnvelope(EnvelopeStarted.RawDataBasicInfo basicEnvelope) |
void |
setCustomTag(String customTag) |
void |
setInvokeNo(String invokeNo) |
void |
setReceiverParticipant(EnvelopeStarted.Receiver receiverParticipant) |
void |
setReturnUrl(String returnUrl) |
void |
setSenderParticipant(EnvelopeStarted.Sender senderParticipant) |
void |
setSignData(EnvelopeStarted.SignData signData) |
getCode, getMessage, isSuccess, setCode, setMessagepublic EnvelopeStarted.Sender getSenderParticipant()
public void setSenderParticipant(EnvelopeStarted.Sender senderParticipant)
public EnvelopeStarted.Receiver getReceiverParticipant()
public void setReceiverParticipant(EnvelopeStarted.Receiver receiverParticipant)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public EnvelopeStarted.SignData getSignData()
public void setSignData(EnvelopeStarted.SignData signData)
public String getActionUrl()
public void setActionUrl(String actionUrl)
public String getAccount()
public void setAccount(String account)
public String getCustomTag()
getCustomTag 在类中 AbstractSignitResponsepublic void setCustomTag(String customTag)
setCustomTag 在类中 AbstractSignitResponsepublic String getInvokeNo()
getInvokeNo 在类中 AbstractSignitResponsepublic void setInvokeNo(String invokeNo)
setInvokeNo 在类中 AbstractSignitResponsepublic EnvelopeStarted.RawDataBasicInfo getBasicEnvelope()
public void setBasicEnvelope(EnvelopeStarted.RawDataBasicInfo basicEnvelope)
Copyright © 2024. All rights reserved.