@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class MergeField extends Object
Contains information for transfering values between Salesforce data fields and DocuSign Tabs.
| Constructor and Description |
|---|
MergeField() |
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
setAllowSenderToEdit(String allowSenderToEdit) |
void |
setConfigurationType(String configurationType) |
void |
setPath(String _path) |
void |
setRow(String row) |
void |
setWriteBack(String writeBack) |
String |
toString() |
public String getAllowSenderToEdit()
When set to true, the sender can modify the value of the custom tab during the sending process.
public void setAllowSenderToEdit(String allowSenderToEdit)
public String getConfigurationType()
If merge field’s are being used, specifies the type of the merge field. The only supported value is salesforce.
public void setConfigurationType(String configurationType)
public String getPath()
Sets the object associated with the custom tab. Currently this is the Salesforce Object.
public void setPath(String _path)
public String getRow()
Specifies the row number in a Salesforce table that the merge field value corresponds to.
public void setRow(String row)
public String getWriteBack()
When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed.
public void setWriteBack(String writeBack)
Copyright © 2017. All Rights Reserved.