public class Notarize extends Object
Constructor and Description |
---|
Notarize() |
Modifier and Type | Method and Description |
---|---|
Notarize |
addTabGroupLabelsItem(String tabGroupLabelsItem) |
Notarize |
anchorCaseSensitive(String anchorCaseSensitive) |
Notarize |
anchorHorizontalAlignment(String anchorHorizontalAlignment) |
Notarize |
anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
Notarize |
anchorMatchWholeWord(String anchorMatchWholeWord) |
Notarize |
anchorString(String anchorString) |
Notarize |
anchorUnits(String anchorUnits) |
Notarize |
anchorXOffset(String anchorXOffset) |
Notarize |
anchorYOffset(String anchorYOffset) |
Notarize |
conditionalParentLabel(String conditionalParentLabel) |
Notarize |
conditionalParentValue(String conditionalParentValue) |
Notarize |
customTabId(String customTabId) |
Notarize |
documentId(String documentId) |
boolean |
equals(Object o) |
Notarize |
errorDetails(ErrorDetails errorDetails) |
String |
getAnchorCaseSensitive()
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
String |
getAnchorHorizontalAlignment()
Specifies the alignment of anchor tabs with anchor strings.
|
String |
getAnchorIgnoreIfNotPresent()
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
String |
getAnchorMatchWholeWord()
When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**.
|
String |
getAnchorString()
Anchor text information for a radio button.
|
String |
getAnchorUnits()
Specifies units of the X and Y offset.
|
String |
getAnchorXOffset()
Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.
|
String |
getAnchorYOffset()
Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.
|
String |
getConditionalParentLabel()
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
String |
getConditionalParentValue()
For conditional fields, this is the value of the parent tab that controls the tab's visibility.
|
String |
getCustomTabId()
The DocuSign generated custom tab ID for the custom tab to be applied.
|
String |
getDocumentId()
Specifies the document ID number that the tab is placed on.
|
ErrorDetails |
getErrorDetails()
Get errorDetails
|
String |
getLocked()
When set to **true**, the signer cannot change the data of the custom tab.
|
MergeField |
getMergeField()
Get mergeField
|
String |
getPageNumber()
Specifies the page number on which the tab is located.
|
String |
getRecipientId()
Unique for the recipient.
|
String |
getRequired()
When set to **true**, the signer is required to fill out this tab
|
String |
getStatus()
Indicates the envelope status.
|
List<String> |
getTabGroupLabels() |
String |
getTabId()
The unique identifier for the tab.
|
String |
getTabOrder() |
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 |
getTooltip() |
String |
getXPosition()
This indicates the horizontal offset of the object on the page.
|
String |
getYPosition()
This indicates the vertical offset of the object on the page.
|
int |
hashCode() |
Notarize |
locked(String locked) |
Notarize |
mergeField(MergeField mergeField) |
Notarize |
pageNumber(String pageNumber) |
Notarize |
recipientId(String recipientId) |
Notarize |
required(String required) |
void |
setAnchorCaseSensitive(String anchorCaseSensitive) |
void |
setAnchorHorizontalAlignment(String anchorHorizontalAlignment) |
void |
setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
void |
setAnchorMatchWholeWord(String anchorMatchWholeWord) |
void |
setAnchorString(String anchorString) |
void |
setAnchorUnits(String anchorUnits) |
void |
setAnchorXOffset(String anchorXOffset) |
void |
setAnchorYOffset(String anchorYOffset) |
void |
setConditionalParentLabel(String conditionalParentLabel) |
void |
setConditionalParentValue(String conditionalParentValue) |
void |
setCustomTabId(String customTabId) |
void |
setDocumentId(String documentId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLocked(String locked) |
void |
setMergeField(MergeField mergeField) |
void |
setPageNumber(String pageNumber) |
void |
setRecipientId(String recipientId) |
void |
setRequired(String required) |
void |
setStatus(String status) |
void |
setTabGroupLabels(List<String> tabGroupLabels) |
void |
setTabId(String tabId) |
void |
setTabOrder(String tabOrder) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setTooltip(String tooltip) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
Notarize |
status(String status) |
Notarize |
tabGroupLabels(List<String> tabGroupLabels) |
Notarize |
tabId(String tabId) |
Notarize |
tabOrder(String tabOrder) |
Notarize |
templateLocked(String templateLocked) |
Notarize |
templateRequired(String templateRequired) |
Notarize |
tooltip(String tooltip) |
String |
toString() |
Notarize |
xPosition(String xPosition) |
Notarize |
yPosition(String yPosition) |
public String getAnchorCaseSensitive()
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public Notarize anchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorHorizontalAlignment()
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorIgnoreIfNotPresent()
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorMatchWholeWord()
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorString()
public void setAnchorString(String anchorString)
public String getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public String getConditionalParentLabel()
public void setConditionalParentLabel(String conditionalParentLabel)
public String getConditionalParentValue()
public void setConditionalParentValue(String conditionalParentValue)
public String getCustomTabId()
public void setCustomTabId(String customTabId)
public String getDocumentId()
public void setDocumentId(String documentId)
public Notarize errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getLocked()
public void setLocked(String locked)
public Notarize mergeField(MergeField mergeField)
public MergeField getMergeField()
public void setMergeField(MergeField mergeField)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public String getRecipientId()
public void setRecipientId(String recipientId)
public String getRequired()
public void setRequired(String required)
public String getStatus()
public void setStatus(String status)
public String getTabId()
public void setTabId(String tabId)
public String getTabOrder()
public void setTabOrder(String tabOrder)
public String getTemplateLocked()
public void setTemplateLocked(String templateLocked)
public String getTemplateRequired()
public void setTemplateRequired(String templateRequired)
public String getTooltip()
public void setTooltip(String tooltip)
public String getXPosition()
public void setXPosition(String xPosition)
public String getYPosition()
public void setYPosition(String yPosition)
Copyright © 2021. All rights reserved.