public class MergeField extends Object
| Constructor and Description |
|---|
MergeField() |
| Modifier and Type | Method and Description |
|---|---|
MergeField |
allowSenderToEdit(String allowSenderToEdit) |
MergeField |
configurationType(String configurationType) |
boolean |
equals(Object o) |
String |
getAllowSenderToEdit()
When set to **true**, the sender can modify the value of the custom tab during the sending process.
|
String |
getConfigurationType()
If merge field's are being used, specifies the type of the merge field.
|
String |
getPath()
Sets the object associated with the custom tab.
|
String |
getRow()
Specifies the row number in a Salesforce table that the merge field value corresponds to.
|
String |
getWriteBack()
When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed.
|
int |
hashCode() |
MergeField |
path(String path) |
MergeField |
row(String row) |
void |
setAllowSenderToEdit(String allowSenderToEdit) |
void |
setConfigurationType(String configurationType) |
void |
setPath(String path) |
void |
setRow(String row) |
void |
setWriteBack(String writeBack) |
String |
toString() |
MergeField |
writeBack(String writeBack) |
public MergeField allowSenderToEdit(String allowSenderToEdit)
public String getAllowSenderToEdit()
public void setAllowSenderToEdit(String allowSenderToEdit)
public MergeField configurationType(String configurationType)
public String getConfigurationType()
public void setConfigurationType(String configurationType)
public MergeField path(String path)
public String getPath()
public void setPath(String path)
public MergeField row(String row)
public String getRow()
public void setRow(String row)
public MergeField writeBack(String writeBack)
public String getWriteBack()
public void setWriteBack(String writeBack)
Copyright © 2018. All rights reserved.