Class MergeField


  • public class MergeField
    extends Object
    Contains information for transfering values between Salesforce data fields and DocuSign Tabs..
    • Constructor Detail

      • MergeField

        public MergeField()
    • Method Detail

      • allowSenderToEdit

        public MergeField allowSenderToEdit​(String allowSenderToEdit)
        allowSenderToEdit.
        Returns:
        MergeField
      • getAllowSenderToEdit

        public String getAllowSenderToEdit()
        When set to **true**, the sender can modify the value of the custom tab during the sending process..
        Returns:
        allowSenderToEdit
      • setAllowSenderToEdit

        public void setAllowSenderToEdit​(String allowSenderToEdit)
        setAllowSenderToEdit.
      • configurationType

        public MergeField configurationType​(String configurationType)
        configurationType.
        Returns:
        MergeField
      • getConfigurationType

        public String getConfigurationType()
        If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**..
        Returns:
        configurationType
      • setConfigurationType

        public void setConfigurationType​(String configurationType)
        setConfigurationType.
      • getPath

        public String getPath()
        Sets the object associated with the custom tab. Currently this is the Salesforce Object..
        Returns:
        path
      • setPath

        public void setPath​(String path)
        setPath.
      • getRow

        public String getRow()
        Specifies the row number in a Salesforce table that the merge field value corresponds to..
        Returns:
        row
      • setRow

        public void setRow​(String row)
        setRow.
      • writeBack

        public MergeField writeBack​(String writeBack)
        writeBack.
        Returns:
        MergeField
      • getWriteBack

        public String getWriteBack()
        When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed..
        Returns:
        writeBack
      • setWriteBack

        public void setWriteBack​(String writeBack)
        setWriteBack.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object