public class EnvelopeId extends Object
Constructor and Description |
---|
EnvelopeId() |
Modifier and Type | Method and Description |
---|---|
EnvelopeId |
anchorCaseSensitive(String anchorCaseSensitive) |
EnvelopeId |
anchorHorizontalAlignment(String anchorHorizontalAlignment) |
EnvelopeId |
anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
EnvelopeId |
anchorMatchWholeWord(String anchorMatchWholeWord) |
EnvelopeId |
anchorString(String anchorString) |
EnvelopeId |
anchorUnits(String anchorUnits) |
EnvelopeId |
anchorXOffset(String anchorXOffset) |
EnvelopeId |
anchorYOffset(String anchorYOffset) |
EnvelopeId |
bold(String bold) |
EnvelopeId |
conditionalParentLabel(String conditionalParentLabel) |
EnvelopeId |
conditionalParentValue(String conditionalParentValue) |
EnvelopeId |
customTabId(String customTabId) |
EnvelopeId |
documentId(String documentId) |
boolean |
equals(Object o) |
EnvelopeId |
errorDetails(ErrorDetails errorDetails) |
EnvelopeId |
font(String font) |
EnvelopeId |
fontColor(String fontColor) |
EnvelopeId |
fontSize(String fontSize) |
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 achorUnits, relative to the anchorString.
|
String |
getAnchorYOffset()
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
String |
getBold()
When set to **true**, the information in the tab is bold.
|
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 |
getFont()
The font to be used for the tab value.
|
String |
getFontColor()
The font color used for the information in the tab.
|
String |
getFontSize()
The font size used for the information in the tab.
|
String |
getItalic()
When set to **true**, the information in the tab is italic.
|
MergeField |
getMergeField()
Get mergeField
|
String |
getName() |
String |
getPageNumber()
Specifies the page number on which the tab is located.
|
String |
getRecipientId()
Unique for the recipient.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getTabId()
The unique identifier for the tab.
|
String |
getTabLabel()
The label string associated with 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 |
getUnderline()
When set to **true**, the information in the tab is underlined.
|
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() |
EnvelopeId |
italic(String italic) |
EnvelopeId |
mergeField(MergeField mergeField) |
EnvelopeId |
name(String name) |
EnvelopeId |
pageNumber(String pageNumber) |
EnvelopeId |
recipientId(String recipientId) |
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 |
setBold(String bold) |
void |
setConditionalParentLabel(String conditionalParentLabel) |
void |
setConditionalParentValue(String conditionalParentValue) |
void |
setCustomTabId(String customTabId) |
void |
setDocumentId(String documentId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setFont(String font) |
void |
setFontColor(String fontColor) |
void |
setFontSize(String fontSize) |
void |
setItalic(String italic) |
void |
setMergeField(MergeField mergeField) |
void |
setName(String name) |
void |
setPageNumber(String pageNumber) |
void |
setRecipientId(String recipientId) |
void |
setStatus(String status) |
void |
setTabId(String tabId) |
void |
setTabLabel(String tabLabel) |
void |
setTabOrder(String tabOrder) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setUnderline(String underline) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
EnvelopeId |
status(String status) |
EnvelopeId |
tabId(String tabId) |
EnvelopeId |
tabLabel(String tabLabel) |
EnvelopeId |
tabOrder(String tabOrder) |
EnvelopeId |
templateLocked(String templateLocked) |
EnvelopeId |
templateRequired(String templateRequired) |
String |
toString() |
EnvelopeId |
underline(String underline) |
EnvelopeId |
xPosition(String xPosition) |
EnvelopeId |
yPosition(String yPosition) |
public EnvelopeId anchorCaseSensitive(String anchorCaseSensitive)
public String getAnchorCaseSensitive()
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public EnvelopeId anchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorHorizontalAlignment()
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public EnvelopeId anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorIgnoreIfNotPresent()
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public EnvelopeId anchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorMatchWholeWord()
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public EnvelopeId anchorString(String anchorString)
public String getAnchorString()
public void setAnchorString(String anchorString)
public EnvelopeId anchorUnits(String anchorUnits)
public String getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public EnvelopeId anchorXOffset(String anchorXOffset)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public EnvelopeId anchorYOffset(String anchorYOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public EnvelopeId bold(String bold)
public String getBold()
public void setBold(String bold)
public EnvelopeId conditionalParentLabel(String conditionalParentLabel)
public String getConditionalParentLabel()
public void setConditionalParentLabel(String conditionalParentLabel)
public EnvelopeId conditionalParentValue(String conditionalParentValue)
public String getConditionalParentValue()
public void setConditionalParentValue(String conditionalParentValue)
public EnvelopeId customTabId(String customTabId)
public String getCustomTabId()
public void setCustomTabId(String customTabId)
public EnvelopeId documentId(String documentId)
public String getDocumentId()
public void setDocumentId(String documentId)
public EnvelopeId errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public EnvelopeId font(String font)
public String getFont()
public void setFont(String font)
public EnvelopeId fontColor(String fontColor)
public String getFontColor()
public void setFontColor(String fontColor)
public EnvelopeId fontSize(String fontSize)
public String getFontSize()
public void setFontSize(String fontSize)
public EnvelopeId italic(String italic)
public String getItalic()
public void setItalic(String italic)
public EnvelopeId mergeField(MergeField mergeField)
public MergeField getMergeField()
public void setMergeField(MergeField mergeField)
public EnvelopeId name(String name)
public String getName()
public void setName(String name)
public EnvelopeId pageNumber(String pageNumber)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public EnvelopeId recipientId(String recipientId)
public String getRecipientId()
public void setRecipientId(String recipientId)
public EnvelopeId status(String status)
public String getStatus()
public void setStatus(String status)
public EnvelopeId tabId(String tabId)
public String getTabId()
public void setTabId(String tabId)
public EnvelopeId tabLabel(String tabLabel)
public String getTabLabel()
public void setTabLabel(String tabLabel)
public EnvelopeId tabOrder(String tabOrder)
public String getTabOrder()
public void setTabOrder(String tabOrder)
public EnvelopeId templateLocked(String templateLocked)
public String getTemplateLocked()
public void setTemplateLocked(String templateLocked)
public EnvelopeId templateRequired(String templateRequired)
public String getTemplateRequired()
public void setTemplateRequired(String templateRequired)
public EnvelopeId underline(String underline)
public String getUnderline()
public void setUnderline(String underline)
public EnvelopeId xPosition(String xPosition)
public String getXPosition()
public void setXPosition(String xPosition)
public EnvelopeId yPosition(String yPosition)
public String getYPosition()
public void setYPosition(String yPosition)
Copyright © 2017. All rights reserved.