Package com.docusign.esign.model
Class DateSigned
- java.lang.Object
-
- com.docusign.esign.model.DateSigned
-
public class DateSigned extends Object
DateSigned.
-
-
Constructor Summary
Constructors Constructor Description DateSigned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateSignedaddTabGroupLabelsItem(String tabGroupLabelsItem)addTabGroupLabelsItem.DateSignedanchorCaseSensitive(String anchorCaseSensitive)anchorCaseSensitive.DateSignedanchorHorizontalAlignment(String anchorHorizontalAlignment)anchorHorizontalAlignment.DateSignedanchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)anchorIgnoreIfNotPresent.DateSignedanchorMatchWholeWord(String anchorMatchWholeWord)anchorMatchWholeWord.DateSignedanchorString(String anchorString)anchorString.DateSignedanchorUnits(String anchorUnits)anchorUnits.DateSignedanchorXOffset(String anchorXOffset)anchorXOffset.DateSignedanchorYOffset(String anchorYOffset)anchorYOffset.DateSignedbold(String bold)bold.DateSignedconditionalParentLabel(String conditionalParentLabel)conditionalParentLabel.DateSignedconditionalParentValue(String conditionalParentValue)conditionalParentValue.DateSignedcustomTabId(String customTabId)customTabId.DateSigneddocumentId(String documentId)documentId.booleanequals(Object o)Compares objects.DateSignederrorDetails(ErrorDetails errorDetails)errorDetails.DateSignedfont(String font)font.DateSignedfontColor(String fontColor)fontColor.DateSignedfontSize(String fontSize)fontSize.StringgetAnchorCaseSensitive()When set to **true**, the anchor string does not consider case when matching strings in the document.StringgetAnchorHorizontalAlignment()Specifies the alignment of anchor tabs with anchor strings.StringgetAnchorIgnoreIfNotPresent()When set to **true**, this tab is ignored if anchorString is not found in the document..StringgetAnchorMatchWholeWord()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**..StringgetAnchorString()Anchor text information for a radio button..StringgetAnchorUnits()Specifies units of the X and Y offset.StringgetAnchorXOffset()Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString..StringgetAnchorYOffset()Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString..StringgetBold()When set to **true**, the information in the tab is bold..StringgetConditionalParentLabel()For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility..StringgetConditionalParentValue()For conditional fields, this is the value of the parent tab that controls the tab's visibility.StringgetCustomTabId()The DocuSign generated custom tab ID for the custom tab to be applied.StringgetDocumentId()Specifies the document ID number that the tab is placed on.ErrorDetailsgetErrorDetails()Get errorDetails.StringgetFont()The font to be used for the tab value.StringgetFontColor()The font color used for the information in the tab.StringgetFontSize()The font size used for the information in the tab.StringgetItalic()When set to **true**, the information in the tab is italic..MergeFieldgetMergeField()Get mergeField.StringgetName().StringgetPageNumber()Specifies the page number on which the tab is located..StringgetRecipientId()Unique for the recipient.StringgetStatus()Indicates the envelope status.List<String>getTabGroupLabels().StringgetTabId()The unique identifier for the tab.StringgetTabLabel()The label string associated with the tab..StringgetTabOrder().StringgetTemplateLocked()When set to **true**, the sender cannot change any attributes of the recipient.StringgetTemplateRequired()When set to **true**, the sender may not remove the recipient.StringgetTooltip().StringgetUnderline()When set to **true**, the information in the tab is underlined..StringgetValue()Specifies the value of the tab.StringgetXPosition()This indicates the horizontal offset of the object on the page.StringgetYPosition()This indicates the vertical offset of the object on the page.inthashCode()Returns the HashCode.DateSigneditalic(String italic)italic.DateSignedmergeField(MergeField mergeField)mergeField.DateSignedname(String name)name.DateSignedpageNumber(String pageNumber)pageNumber.DateSignedrecipientId(String recipientId)recipientId.voidsetAnchorCaseSensitive(String anchorCaseSensitive)setAnchorCaseSensitive.voidsetAnchorHorizontalAlignment(String anchorHorizontalAlignment)setAnchorHorizontalAlignment.voidsetAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)setAnchorIgnoreIfNotPresent.voidsetAnchorMatchWholeWord(String anchorMatchWholeWord)setAnchorMatchWholeWord.voidsetAnchorString(String anchorString)setAnchorString.voidsetAnchorUnits(String anchorUnits)setAnchorUnits.voidsetAnchorXOffset(String anchorXOffset)setAnchorXOffset.voidsetAnchorYOffset(String anchorYOffset)setAnchorYOffset.voidsetBold(String bold)setBold.voidsetConditionalParentLabel(String conditionalParentLabel)setConditionalParentLabel.voidsetConditionalParentValue(String conditionalParentValue)setConditionalParentValue.voidsetCustomTabId(String customTabId)setCustomTabId.voidsetDocumentId(String documentId)setDocumentId.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetFont(String font)setFont.voidsetFontColor(String fontColor)setFontColor.voidsetFontSize(String fontSize)setFontSize.voidsetItalic(String italic)setItalic.voidsetMergeField(MergeField mergeField)setMergeField.voidsetName(String name)setName.voidsetPageNumber(String pageNumber)setPageNumber.voidsetRecipientId(String recipientId)setRecipientId.voidsetStatus(String status)setStatus.voidsetTabGroupLabels(List<String> tabGroupLabels)setTabGroupLabels.voidsetTabId(String tabId)setTabId.voidsetTabLabel(String tabLabel)setTabLabel.voidsetTabOrder(String tabOrder)setTabOrder.voidsetTemplateLocked(String templateLocked)setTemplateLocked.voidsetTemplateRequired(String templateRequired)setTemplateRequired.voidsetTooltip(String tooltip)setTooltip.voidsetUnderline(String underline)setUnderline.voidsetValue(String value)setValue.voidsetXPosition(String xPosition)setXPosition.voidsetYPosition(String yPosition)setYPosition.DateSignedstatus(String status)status.DateSignedtabGroupLabels(List<String> tabGroupLabels)tabGroupLabels.DateSignedtabId(String tabId)tabId.DateSignedtabLabel(String tabLabel)tabLabel.DateSignedtabOrder(String tabOrder)tabOrder.DateSignedtemplateLocked(String templateLocked)templateLocked.DateSignedtemplateRequired(String templateRequired)templateRequired.DateSignedtooltip(String tooltip)tooltip.StringtoString()Converts the given object to string.DateSignedunderline(String underline)underline.DateSignedvalue(String value)value.DateSignedxPosition(String xPosition)xPosition.DateSignedyPosition(String yPosition)yPosition.
-
-
-
Method Detail
-
anchorCaseSensitive
public DateSigned anchorCaseSensitive(String anchorCaseSensitive)
anchorCaseSensitive.- Returns:
- DateSigned
-
getAnchorCaseSensitive
public String getAnchorCaseSensitive()
When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**..- Returns:
- anchorCaseSensitive
-
setAnchorCaseSensitive
public void setAnchorCaseSensitive(String anchorCaseSensitive)
setAnchorCaseSensitive.
-
anchorHorizontalAlignment
public DateSigned anchorHorizontalAlignment(String anchorHorizontalAlignment)
anchorHorizontalAlignment.- Returns:
- DateSigned
-
getAnchorHorizontalAlignment
public String getAnchorHorizontalAlignment()
Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**..- Returns:
- anchorHorizontalAlignment
-
setAnchorHorizontalAlignment
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
setAnchorHorizontalAlignment.
-
anchorIgnoreIfNotPresent
public DateSigned anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
anchorIgnoreIfNotPresent.- Returns:
- DateSigned
-
getAnchorIgnoreIfNotPresent
public String getAnchorIgnoreIfNotPresent()
When set to **true**, this tab is ignored if anchorString is not found in the document..- Returns:
- anchorIgnoreIfNotPresent
-
setAnchorIgnoreIfNotPresent
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
setAnchorIgnoreIfNotPresent.
-
anchorMatchWholeWord
public DateSigned anchorMatchWholeWord(String anchorMatchWholeWord)
anchorMatchWholeWord.- Returns:
- DateSigned
-
getAnchorMatchWholeWord
public 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**..- Returns:
- anchorMatchWholeWord
-
setAnchorMatchWholeWord
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
setAnchorMatchWholeWord.
-
anchorString
public DateSigned anchorString(String anchorString)
anchorString.- Returns:
- DateSigned
-
getAnchorString
public String getAnchorString()
Anchor text information for a radio button..- Returns:
- anchorString
-
setAnchorString
public void setAnchorString(String anchorString)
setAnchorString.
-
anchorUnits
public DateSigned anchorUnits(String anchorUnits)
anchorUnits.- Returns:
- DateSigned
-
getAnchorUnits
public String getAnchorUnits()
Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches..- Returns:
- anchorUnits
-
setAnchorUnits
public void setAnchorUnits(String anchorUnits)
setAnchorUnits.
-
anchorXOffset
public DateSigned anchorXOffset(String anchorXOffset)
anchorXOffset.- Returns:
- DateSigned
-
getAnchorXOffset
public String getAnchorXOffset()
Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString..- Returns:
- anchorXOffset
-
setAnchorXOffset
public void setAnchorXOffset(String anchorXOffset)
setAnchorXOffset.
-
anchorYOffset
public DateSigned anchorYOffset(String anchorYOffset)
anchorYOffset.- Returns:
- DateSigned
-
getAnchorYOffset
public String getAnchorYOffset()
Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString..- Returns:
- anchorYOffset
-
setAnchorYOffset
public void setAnchorYOffset(String anchorYOffset)
setAnchorYOffset.
-
bold
public DateSigned bold(String bold)
bold.- Returns:
- DateSigned
-
getBold
public String getBold()
When set to **true**, the information in the tab is bold..- Returns:
- bold
-
setBold
public void setBold(String bold)
setBold.
-
conditionalParentLabel
public DateSigned conditionalParentLabel(String conditionalParentLabel)
conditionalParentLabel.- Returns:
- DateSigned
-
getConditionalParentLabel
public String getConditionalParentLabel()
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility..- Returns:
- conditionalParentLabel
-
setConditionalParentLabel
public void setConditionalParentLabel(String conditionalParentLabel)
setConditionalParentLabel.
-
conditionalParentValue
public DateSigned conditionalParentValue(String conditionalParentValue)
conditionalParentValue.- Returns:
- DateSigned
-
getConditionalParentValue
public String getConditionalParentValue()
For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. .- Returns:
- conditionalParentValue
-
setConditionalParentValue
public void setConditionalParentValue(String conditionalParentValue)
setConditionalParentValue.
-
customTabId
public DateSigned customTabId(String customTabId)
customTabId.- Returns:
- DateSigned
-
getCustomTabId
public String getCustomTabId()
The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties..- Returns:
- customTabId
-
setCustomTabId
public void setCustomTabId(String customTabId)
setCustomTabId.
-
documentId
public DateSigned documentId(String documentId)
documentId.- Returns:
- DateSigned
-
getDocumentId
public String getDocumentId()
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute..- Returns:
- documentId
-
setDocumentId
public void setDocumentId(String documentId)
setDocumentId.
-
errorDetails
public DateSigned errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- DateSigned
-
getErrorDetails
public ErrorDetails getErrorDetails()
Get errorDetails.- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
font
public DateSigned font(String font)
font.- Returns:
- DateSigned
-
getFont
public String getFont()
The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default..- Returns:
- font
-
setFont
public void setFont(String font)
setFont.
-
fontColor
public DateSigned fontColor(String fontColor)
fontColor.- Returns:
- DateSigned
-
getFontColor
public String getFontColor()
The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White..- Returns:
- fontColor
-
setFontColor
public void setFontColor(String fontColor)
setFontColor.
-
fontSize
public DateSigned fontSize(String fontSize)
fontSize.- Returns:
- DateSigned
-
getFontSize
public String getFontSize()
The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72..- Returns:
- fontSize
-
setFontSize
public void setFontSize(String fontSize)
setFontSize.
-
italic
public DateSigned italic(String italic)
italic.- Returns:
- DateSigned
-
getItalic
public String getItalic()
When set to **true**, the information in the tab is italic..- Returns:
- italic
-
setItalic
public void setItalic(String italic)
setItalic.
-
mergeField
public DateSigned mergeField(MergeField mergeField)
mergeField.- Returns:
- DateSigned
-
getMergeField
public MergeField getMergeField()
Get mergeField.- Returns:
- mergeField
-
setMergeField
public void setMergeField(MergeField mergeField)
setMergeField.
-
name
public DateSigned name(String name)
name.- Returns:
- DateSigned
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
pageNumber
public DateSigned pageNumber(String pageNumber)
pageNumber.- Returns:
- DateSigned
-
getPageNumber
public String getPageNumber()
Specifies the page number on which the tab is located..- Returns:
- pageNumber
-
setPageNumber
public void setPageNumber(String pageNumber)
setPageNumber.
-
recipientId
public DateSigned recipientId(String recipientId)
recipientId.- Returns:
- DateSigned
-
getRecipientId
public String getRecipientId()
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..- Returns:
- recipientId
-
setRecipientId
public void setRecipientId(String recipientId)
setRecipientId.
-
status
public DateSigned status(String status)
status.- Returns:
- DateSigned
-
getStatus
public String getStatus()
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..- Returns:
- status
-
setStatus
public void setStatus(String status)
setStatus.
-
tabGroupLabels
public DateSigned tabGroupLabels(List<String> tabGroupLabels)
tabGroupLabels.- Returns:
- DateSigned
-
addTabGroupLabelsItem
public DateSigned addTabGroupLabelsItem(String tabGroupLabelsItem)
addTabGroupLabelsItem.- Returns:
- DateSigned
-
tabId
public DateSigned tabId(String tabId)
tabId.- Returns:
- DateSigned
-
getTabId
public String getTabId()
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. .- Returns:
- tabId
-
setTabId
public void setTabId(String tabId)
setTabId.
-
tabLabel
public DateSigned tabLabel(String tabLabel)
tabLabel.- Returns:
- DateSigned
-
getTabLabel
public String getTabLabel()
The label string associated with the tab..- Returns:
- tabLabel
-
setTabLabel
public void setTabLabel(String tabLabel)
setTabLabel.
-
tabOrder
public DateSigned tabOrder(String tabOrder)
tabOrder.- Returns:
- DateSigned
-
getTabOrder
public String getTabOrder()
.- Returns:
- tabOrder
-
setTabOrder
public void setTabOrder(String tabOrder)
setTabOrder.
-
templateLocked
public DateSigned templateLocked(String templateLocked)
templateLocked.- Returns:
- DateSigned
-
getTemplateLocked
public String getTemplateLocked()
When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. .- Returns:
- templateLocked
-
setTemplateLocked
public void setTemplateLocked(String templateLocked)
setTemplateLocked.
-
templateRequired
public DateSigned templateRequired(String templateRequired)
templateRequired.- Returns:
- DateSigned
-
getTemplateRequired
public String getTemplateRequired()
When set to **true**, the sender may not remove the recipient. Used only when working with template recipients..- Returns:
- templateRequired
-
setTemplateRequired
public void setTemplateRequired(String templateRequired)
setTemplateRequired.
-
tooltip
public DateSigned tooltip(String tooltip)
tooltip.- Returns:
- DateSigned
-
getTooltip
public String getTooltip()
.- Returns:
- tooltip
-
setTooltip
public void setTooltip(String tooltip)
setTooltip.
-
underline
public DateSigned underline(String underline)
underline.- Returns:
- DateSigned
-
getUnderline
public String getUnderline()
When set to **true**, the information in the tab is underlined..- Returns:
- underline
-
setUnderline
public void setUnderline(String underline)
setUnderline.
-
value
public DateSigned value(String value)
value.- Returns:
- DateSigned
-
getValue
public String getValue()
Specifies the value of the tab. .- Returns:
- value
-
setValue
public void setValue(String value)
setValue.
-
xPosition
public DateSigned xPosition(String xPosition)
xPosition.- Returns:
- DateSigned
-
getXPosition
public String getXPosition()
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..- Returns:
- xPosition
-
setXPosition
public void setXPosition(String xPosition)
setXPosition.
-
yPosition
public DateSigned yPosition(String yPosition)
yPosition.- Returns:
- DateSigned
-
getYPosition
public String getYPosition()
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..- Returns:
- yPosition
-
setYPosition
public void setYPosition(String yPosition)
setYPosition.
-
equals
public boolean equals(Object o)
Compares objects.
-
-