public class Document extends Object
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
Document |
addDocumentFieldsItem(NameValue documentFieldsItem) |
Document |
addMatchBoxesItem(MatchBox matchBoxesItem) |
Document |
applyAnchorTabs(String applyAnchorTabs) |
Document |
display(String display) |
Document |
documentBase64(String documentBase64) |
Document |
documentFields(List<NameValue> documentFields) |
Document |
documentId(String documentId) |
Document |
encryptedWithKeyManager(String encryptedWithKeyManager) |
boolean |
equals(Object o) |
Document |
fileExtension(String fileExtension) |
Document |
fileFormatHint(String fileFormatHint) |
String |
getApplyAnchorTabs()
Reserved: TBD
|
String |
getDisplay() |
String |
getDocumentBase64()
The document's bytes.
|
List<NameValue> |
getDocumentFields() |
String |
getDocumentId()
Specifies the document ID number that the tab is placed on.
|
String |
getEncryptedWithKeyManager()
When set to **true**, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance.
|
String |
getFileExtension()
The file extension type of the document.
|
String |
getFileFormatHint() |
DocumentHtmlDefinition |
getHtmlDefinition()
Get htmlDefinition
|
String |
getIncludeInDownload() |
List<MatchBox> |
getMatchBoxes()
Matchboxes define areas in a document for document matching when you are creating envelopes.
|
String |
getName() |
String |
getOrder() |
String |
getPages() |
String |
getPassword() |
String |
getPdfFormFieldOption() |
String |
getRemoteUrl()
The file id from the cloud storage service where the document is located.
|
String |
getSignerMustAcknowledge() |
Tabs |
getTabs()
Get tabs
|
String |
getTemplateLocked()
When set to **true**, the sender cannot change any attributes of the recipient.
|
String |
getTemplateRequired()
When set to **true**, the sender may not remove the recipient.
|
String |
getTransformPdfFields()
When set to **true**, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel.
|
String |
getUri() |
int |
hashCode() |
Document |
htmlDefinition(DocumentHtmlDefinition htmlDefinition) |
Document |
includeInDownload(String includeInDownload) |
Boolean |
isSignerMustAcknowledgeUseAccountDefault() |
Document |
matchBoxes(List<MatchBox> matchBoxes) |
Document |
name(String name) |
Document |
order(String order) |
Document |
pages(String pages) |
Document |
password(String password) |
Document |
pdfFormFieldOption(String pdfFormFieldOption) |
Document |
remoteUrl(String remoteUrl) |
void |
setApplyAnchorTabs(String applyAnchorTabs) |
void |
setDisplay(String display) |
void |
setDocumentBase64(String documentBase64) |
void |
setDocumentFields(List<NameValue> documentFields) |
void |
setDocumentId(String documentId) |
void |
setEncryptedWithKeyManager(String encryptedWithKeyManager) |
void |
setFileExtension(String fileExtension) |
void |
setFileFormatHint(String fileFormatHint) |
void |
setHtmlDefinition(DocumentHtmlDefinition htmlDefinition) |
void |
setIncludeInDownload(String includeInDownload) |
void |
setMatchBoxes(List<MatchBox> matchBoxes) |
void |
setName(String name) |
void |
setOrder(String order) |
void |
setPages(String pages) |
void |
setPassword(String password) |
void |
setPdfFormFieldOption(String pdfFormFieldOption) |
void |
setRemoteUrl(String remoteUrl) |
void |
setSignerMustAcknowledge(String signerMustAcknowledge) |
void |
setSignerMustAcknowledgeUseAccountDefault(Boolean signerMustAcknowledgeUseAccountDefault) |
void |
setTabs(Tabs tabs) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setTransformPdfFields(String transformPdfFields) |
void |
setUri(String uri) |
Document |
signerMustAcknowledge(String signerMustAcknowledge) |
Document |
signerMustAcknowledgeUseAccountDefault(Boolean signerMustAcknowledgeUseAccountDefault) |
Document |
tabs(Tabs tabs) |
Document |
templateLocked(String templateLocked) |
Document |
templateRequired(String templateRequired) |
String |
toString() |
Document |
transformPdfFields(String transformPdfFields) |
Document |
uri(String uri) |
public String getApplyAnchorTabs()
public void setApplyAnchorTabs(String applyAnchorTabs)
public String getDisplay()
public void setDisplay(String display)
public String getDocumentBase64()
public void setDocumentBase64(String documentBase64)
public String getDocumentId()
public void setDocumentId(String documentId)
public String getEncryptedWithKeyManager()
public void setEncryptedWithKeyManager(String encryptedWithKeyManager)
public String getFileExtension()
public void setFileExtension(String fileExtension)
public String getFileFormatHint()
public void setFileFormatHint(String fileFormatHint)
public Document htmlDefinition(DocumentHtmlDefinition htmlDefinition)
public DocumentHtmlDefinition getHtmlDefinition()
public void setHtmlDefinition(DocumentHtmlDefinition htmlDefinition)
public String getIncludeInDownload()
public void setIncludeInDownload(String includeInDownload)
public List<MatchBox> getMatchBoxes()
public String getName()
public void setName(String name)
public String getOrder()
public void setOrder(String order)
public String getPages()
public void setPages(String pages)
public String getPassword()
public void setPassword(String password)
public String getPdfFormFieldOption()
public void setPdfFormFieldOption(String pdfFormFieldOption)
public String getRemoteUrl()
public void setRemoteUrl(String remoteUrl)
public String getSignerMustAcknowledge()
public void setSignerMustAcknowledge(String signerMustAcknowledge)
public Document signerMustAcknowledgeUseAccountDefault(Boolean signerMustAcknowledgeUseAccountDefault)
public Boolean isSignerMustAcknowledgeUseAccountDefault()
public void setSignerMustAcknowledgeUseAccountDefault(Boolean signerMustAcknowledgeUseAccountDefault)
public Tabs getTabs()
public void setTabs(Tabs tabs)
public String getTemplateLocked()
public void setTemplateLocked(String templateLocked)
public String getTemplateRequired()
public void setTemplateRequired(String templateRequired)
public String getTransformPdfFields()
public void setTransformPdfFields(String transformPdfFields)
public String getUri()
public void setUri(String uri)
Copyright © 2020. All rights reserved.