@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class MergeField extends Object
| 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()
public void setAllowSenderToEdit(String allowSenderToEdit)
public String getConfigurationType()
public void setConfigurationType(String configurationType)
public String getPath()
public void setPath(String _path)
public String getRow()
public void setRow(String row)
public String getWriteBack()
public void setWriteBack(String writeBack)
Copyright © 2017. All rights reserved.