@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-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() |
String |
getPath()
Sets the object associated with the custom tab.
|
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 |
setWriteBack(String writeBack) |
String |
toString() |
public String getConfigurationType()
public void setConfigurationType(String configurationType)
public String getPath()
public void setPath(String path)
public String getWriteBack()
public void setWriteBack(String writeBack)
public String getAllowSenderToEdit()
public void setAllowSenderToEdit(String allowSenderToEdit)
Copyright © 2016. All rights reserved.