@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Document extends Object
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplyAnchorTabs()
Reserved: TBD
|
String |
getDisplay() |
String |
getDocumentBase64()
The document’s bytes.
|
List<NameValue> |
getDocumentFields() |
String |
getDocumentGroup() |
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 |
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 |
getRemoteUrl()
The file id from the cloud storage service where the document is located.
|
String |
getSignerMustAcknowledge() |
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() |
void |
setApplyAnchorTabs(String applyAnchorTabs) |
void |
setDisplay(String display) |
void |
setDocumentBase64(String documentBase64) |
void |
setDocumentFields(List<NameValue> documentFields) |
void |
setDocumentGroup(String documentGroup) |
void |
setDocumentId(String documentId) |
void |
setEncryptedWithKeyManager(String encryptedWithKeyManager) |
void |
setFileExtension(String fileExtension) |
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 |
setRemoteUrl(String remoteUrl) |
void |
setSignerMustAcknowledge(String signerMustAcknowledge) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setTransformPdfFields(String transformPdfFields) |
void |
setUri(String uri) |
String |
toString() |
public String getApplyAnchorTabs()
Reserved: TBD
public void setApplyAnchorTabs(String applyAnchorTabs)
public String getDisplay()
public void setDisplay(String display)
public String getDocumentBase64()
The document’s bytes. This field can be used to include a base64 version of the document bytes within an envelope definition instead of sending the document using a multi-part HTTP request. The maximum document size is smaller if this field is used due to the overhead of the base64 encoding.
public void setDocumentBase64(String documentBase64)
public String getDocumentGroup()
public void setDocumentGroup(String documentGroup)
public String getDocumentId()
Specifies the document ID number that the tab is placed on. This must refer to an existing Document’s ID attribute.
public void setDocumentId(String documentId)
public String getEncryptedWithKeyManager()
When set to true, the document is been already encrypted by the sender for use with the DocuSign Key Manager Security Appliance.
public void setEncryptedWithKeyManager(String encryptedWithKeyManager)
public String getFileExtension()
The file extension type of the document. If the document is not a PDF it is converted to a PDF.
public void setFileExtension(String fileExtension)
public String getIncludeInDownload()
public void setIncludeInDownload(String includeInDownload)
public List<MatchBox> getMatchBoxes()
Matchboxes define areas in a document for document matching when you are creating envelopes. They are only used when you upload and edit a template. \n\nA matchbox consists of 5 elements:\n\n* pageNumber - The document page number on which the matchbox will appear. \n* xPosition - The x position of the matchbox on a page. \n* yPosition - The y position of the matchbox on a page.\n* width - The width of the matchbox. \n* height - The height of the matchbox.
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 getRemoteUrl()
The file id from the cloud storage service where the document is located. This information is returned using [ML:GET /folders] or [ML:/folders/{folderid}].
public void setRemoteUrl(String remoteUrl)
public String getSignerMustAcknowledge()
public void setSignerMustAcknowledge(String signerMustAcknowledge)
public String getTemplateLocked()
When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients.
public void setTemplateLocked(String templateLocked)
public String getTemplateRequired()
When set to true, the sender may not remove the recipient. Used only when working with template recipients.
public void setTemplateRequired(String templateRequired)
public 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. The resulting PDF form data is also returned in the PDF meta data when requesting the document PDF. See the [ML:Transform PDF Fields] section for more information about how fields are transformed into DocuSign tabs.
public void setTransformPdfFields(String transformPdfFields)
public String getUri()
public void setUri(String uri)
Copyright © 2017. All Rights Reserved.