Class List


  • public class List
    extends Object
    List
    • Constructor Detail

      • List

        public List()
    • Method Detail

      • anchorCaseSensitive

        public List anchorCaseSensitive​(String anchorCaseSensitive)
      • 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)
      • anchorHorizontalAlignment

        public List anchorHorizontalAlignment​(String anchorHorizontalAlignment)
      • 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)
      • anchorIgnoreIfNotPresent

        public List anchorIgnoreIfNotPresent​(String anchorIgnoreIfNotPresent)
      • 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)
      • anchorMatchWholeWord

        public List anchorMatchWholeWord​(String anchorMatchWholeWord)
      • 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)
      • anchorString

        public List anchorString​(String anchorString)
      • getAnchorString

        public String getAnchorString()
        Anchor text information for a radio button.
        Returns:
        anchorString
      • setAnchorString

        public void setAnchorString​(String anchorString)
      • anchorUnits

        public List anchorUnits​(String anchorUnits)
      • 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)
      • anchorXOffset

        public List anchorXOffset​(String anchorXOffset)
      • 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)
      • anchorYOffset

        public List anchorYOffset​(String anchorYOffset)
      • 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)
      • getBold

        public String getBold()
        When set to **true**, the information in the tab is bold.
        Returns:
        bold
      • setBold

        public void setBold​(String bold)
      • conditionalParentLabel

        public List conditionalParentLabel​(String conditionalParentLabel)
      • 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)
      • conditionalParentValue

        public List conditionalParentValue​(String conditionalParentValue)
      • 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)
      • customTabId

        public List customTabId​(String customTabId)
      • 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)
      • documentId

        public List documentId​(String documentId)
      • 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)
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Get errorDetails
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
      • 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)
      • fontColor

        public List fontColor​(String fontColor)
      • 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)
      • fontSize

        public List fontSize​(String fontSize)
      • 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)
      • getItalic

        public String getItalic()
        When set to **true**, the information in the tab is italic.
        Returns:
        italic
      • setItalic

        public void setItalic​(String italic)
      • addListItemsItem

        public List addListItemsItem​(ListItem listItemsItem)
      • getListItems

        public List<ListItem> getListItems()
        The list of values that can be selected by senders. The list values are separated by semi-colons. Example: [one;two;three;four] Maximum Length of listItems: 2048 characters. Maximum Length of items in the list: 100 characters.
        Returns:
        listItems
      • setListItems

        public void setListItems​(List<ListItem> listItems)
      • getLocked

        public String getLocked()
        When set to **true**, the signer cannot change the data of the custom tab.
        Returns:
        locked
      • setLocked

        public void setLocked​(String locked)
      • getMergeField

        public MergeField getMergeField()
        Get mergeField
        Returns:
        mergeField
      • setMergeField

        public void setMergeField​(MergeField mergeField)
      • pageNumber

        public List pageNumber​(String pageNumber)
      • getPageNumber

        public String getPageNumber()
        Specifies the page number on which the tab is located.
        Returns:
        pageNumber
      • setPageNumber

        public void setPageNumber​(String pageNumber)
      • recipientId

        public List recipientId​(String recipientId)
      • 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)
      • requireAll

        public List requireAll​(String requireAll)
      • getRequireAll

        public String getRequireAll()
        When set to **true** and shared is true, information must be entered in this field to complete the envelope.
        Returns:
        requireAll
      • setRequireAll

        public void setRequireAll​(String requireAll)
      • required

        public List required​(String required)
      • getRequired

        public String getRequired()
        When set to **true**, the signer is required to fill out this tab
        Returns:
        required
      • setRequired

        public void setRequired​(String required)
      • requireInitialOnSharedChange

        public List requireInitialOnSharedChange​(String requireInitialOnSharedChange)
      • getRequireInitialOnSharedChange

        public String getRequireInitialOnSharedChange()
        Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.
        Returns:
        requireInitialOnSharedChange
      • setRequireInitialOnSharedChange

        public void setRequireInitialOnSharedChange​(String requireInitialOnSharedChange)
      • senderRequired

        public List senderRequired​(String senderRequired)
      • getSenderRequired

        public String getSenderRequired()
        When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope.
        Returns:
        senderRequired
      • setSenderRequired

        public void setSenderRequired​(String senderRequired)
      • getShared

        public String getShared()
        When set to **true**, this custom tab is shared.
        Returns:
        shared
      • setShared

        public void setShared​(String shared)
      • 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)
      • tabGroupLabels

        public List tabGroupLabels​(List<String> tabGroupLabels)
      • addTabGroupLabelsItem

        public List addTabGroupLabelsItem​(String tabGroupLabelsItem)
      • getTabGroupLabels

        public List<String> getTabGroupLabels()
        Returns:
        tabGroupLabels
      • setTabGroupLabels

        public void setTabGroupLabels​(List<String> tabGroupLabels)
      • 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)
      • tabLabel

        public List tabLabel​(String tabLabel)
      • getTabLabel

        public String getTabLabel()
        The label string associated with the tab.
        Returns:
        tabLabel
      • setTabLabel

        public void setTabLabel​(String tabLabel)
      • tabOrder

        public List tabOrder​(String tabOrder)
      • getTabOrder

        public String getTabOrder()
        Returns:
        tabOrder
      • setTabOrder

        public void setTabOrder​(String tabOrder)
      • templateLocked

        public List templateLocked​(String templateLocked)
      • 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)
      • templateRequired

        public List templateRequired​(String templateRequired)
      • 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)
      • tooltip

        public List tooltip​(String tooltip)
      • getTooltip

        public String getTooltip()
        Returns:
        tooltip
      • setTooltip

        public void setTooltip​(String tooltip)
      • underline

        public List underline​(String underline)
      • getUnderline

        public String getUnderline()
        When set to **true**, the information in the tab is underlined.
        Returns:
        underline
      • setUnderline

        public void setUnderline​(String underline)
      • getValue

        public String getValue()
        The value to use when the item is selected.
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • getWidth

        public Integer getWidth()
        Width of the tab in pixels.
        Returns:
        width
      • setWidth

        public void setWidth​(Integer width)
      • xPosition

        public List xPosition​(String xPosition)
      • 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)
      • yPosition

        public List yPosition​(String yPosition)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object