Package com.docusign.esign.model
Class MergeField
- java.lang.Object
-
- com.docusign.esign.model.MergeField
-
public class MergeField extends Object
Contains information for transfering values between Salesforce data fields and DocuSign Tabs..
-
-
Constructor Summary
Constructors Constructor Description MergeField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MergeFieldallowSenderToEdit(String allowSenderToEdit)allowSenderToEdit.MergeFieldconfigurationType(String configurationType)configurationType.booleanequals(Object o)Compares objects.StringgetAllowSenderToEdit()When set to **true**, the sender can modify the value of the custom tab during the sending process..StringgetConfigurationType()If merge field's are being used, specifies the type of the merge field.StringgetPath()Sets the object associated with the custom tab.StringgetRow()Specifies the row number in a Salesforce table that the merge field value corresponds to..StringgetWriteBack()When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed..inthashCode()Returns the HashCode.MergeFieldpath(String path)path.MergeFieldrow(String row)row.voidsetAllowSenderToEdit(String allowSenderToEdit)setAllowSenderToEdit.voidsetConfigurationType(String configurationType)setConfigurationType.voidsetPath(String path)setPath.voidsetRow(String row)setRow.voidsetWriteBack(String writeBack)setWriteBack.StringtoString()Converts the given object to string.MergeFieldwriteBack(String writeBack)writeBack.
-
-
-
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.
-
path
public MergeField path(String path)
path.- Returns:
- MergeField
-
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.
-
row
public MergeField row(String row)
row.- Returns:
- MergeField
-
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.
-
-