public class SignRequestSigner extends SignRequestCreateSigner
| Modifier and Type | Class and Description |
|---|---|
static class |
SignRequestSigner.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<SignRequestSignerAttachment> |
attachments
Attachments that the signer uploaded.
|
protected String |
embedUrl
URL to direct a signer to for signing.
|
protected Boolean |
hasViewedDocument
Set to `true` if the signer views the document.
|
protected String |
iframeableEmbedUrl
This URL is specifically designed for signing documents within an HTML `iframe` tag.
|
protected List<SignRequestSignerInput> |
inputs |
protected SignRequestSignerSignerDecisionField |
signerDecision
Final decision made by the signer.
|
declinedRedirectUrl, email, embedUrlExternalUserId, isInPerson, language, loginRequired, order, password, redirectUrl, role, signerGroupId, suppressNotifications, verificationPhoneNumberexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
SignRequestSigner() |
protected |
SignRequestSigner(SignRequestSigner.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<SignRequestSignerAttachment> |
getAttachments() |
String |
getEmbedUrl() |
Boolean |
getHasViewedDocument() |
String |
getIframeableEmbedUrl() |
List<SignRequestSignerInput> |
getInputs() |
SignRequestSignerSignerDecisionField |
getSignerDecision() |
int |
hashCode() |
String |
toString() |
getDeclinedRedirectUrl, getEmail, getEmbedUrlExternalUserId, getIsInPerson, getLanguage, getLoginRequired, getOrder, getPassword, getRedirectUrl, getRole, getSignerGroupId, getSuppressNotifications, getVerificationPhoneNumbergetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean hasViewedDocument
protected SignRequestSignerSignerDecisionField signerDecision
protected List<SignRequestSignerInput> inputs
protected String iframeableEmbedUrl
protected List<SignRequestSignerAttachment> attachments
public SignRequestSigner()
protected SignRequestSigner(SignRequestSigner.Builder builder)
public Boolean getHasViewedDocument()
public SignRequestSignerSignerDecisionField getSignerDecision()
public List<SignRequestSignerInput> getInputs()
public String getEmbedUrl()
public String getIframeableEmbedUrl()
public List<SignRequestSignerAttachment> getAttachments()
public boolean equals(Object o)
equals in class SignRequestCreateSignerpublic int hashCode()
hashCode in class SignRequestCreateSignerpublic String toString()
toString in class SignRequestCreateSigner