public class SignRequestBase extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SignRequestBase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
areRemindersEnabled
Reminds signers to sign a document on day 3, 8, 13 and 18.
|
protected Boolean |
areTextSignaturesEnabled
Disables the usage of signatures generated by typing (text).
|
protected Long |
daysValid
Set the number of days after which the created signature request will automatically expire if
not completed.
|
protected String |
declinedRedirectUrl
The uri that a signer will be redirected to after declining to sign a document.
|
protected String |
emailMessage
Message to include in sign request email.
|
protected String |
emailSubject
Subject of sign request email.
|
protected String |
externalId
This can be used to reference an ID in an external system that the sign request is related to.
|
protected String |
externalSystemName
Used as an optional system name to appear in the signature log next to the signers who have
been assigned the `embed_url_external_id`.
|
protected Boolean |
isDocumentPreparationNeeded
Indicates if the sender should receive a `prepare_url` in the response to complete document
preparation using the UI.
|
protected String |
name
Name of the signature request.
|
protected List<SignRequestPrefillTag> |
prefillTags
When a document contains sign-related tags in the content, you can prefill them using this
`prefill_tags` by referencing the 'id' of the tag as the `external_id` field of the prefill
tag.
|
protected String |
redirectUrl
When specified, the signature request will be redirected to this url when a document is signed.
|
protected String |
templateId
When a signature request is created from a template this field will indicate the id of that
template.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
SignRequestBase() |
protected |
SignRequestBase(SignRequestBase.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getAreRemindersEnabled() |
Boolean |
getAreTextSignaturesEnabled() |
Long |
getDaysValid() |
String |
getDeclinedRedirectUrl() |
String |
getEmailMessage() |
String |
getEmailSubject() |
String |
getExternalId() |
String |
getExternalSystemName() |
Boolean |
getIsDocumentPreparationNeeded() |
String |
getName() |
List<SignRequestPrefillTag> |
getPrefillTags() |
String |
getRedirectUrl() |
String |
getTemplateId() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean isDocumentPreparationNeeded
protected String redirectUrl
protected String declinedRedirectUrl
protected Boolean areTextSignaturesEnabled
protected String emailSubject
protected String emailMessage
protected Boolean areRemindersEnabled
protected List<SignRequestPrefillTag> prefillTags
protected Long daysValid
protected String externalId
protected String templateId
protected String externalSystemName
public SignRequestBase()
protected SignRequestBase(SignRequestBase.Builder builder)
public Boolean getIsDocumentPreparationNeeded()
public String getRedirectUrl()
public String getDeclinedRedirectUrl()
public Boolean getAreTextSignaturesEnabled()
public String getEmailSubject()
public String getEmailMessage()
public Boolean getAreRemindersEnabled()
public List<SignRequestPrefillTag> getPrefillTags()
public Long getDaysValid()
public String getExternalId()
public String getTemplateId()
public String getExternalSystemName()