@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class MergeField extends Object
| Constructor and Description |
|---|
MergeField() |
| Modifier and Type | Method and Description |
|---|---|
MergeField |
allowSenderToEdit(String allowSenderToEdit)
When set to **true**, the sender can modify the value of the custom tab during the sending process.
|
MergeField |
configurationType(String configurationType)
If merge field's are being used, specifies the type of the merge field.
|
boolean |
equals(Object o) |
String |
getAllowSenderToEdit() |
String |
getConfigurationType() |
String |
getPath() |
String |
getRow() |
String |
getWriteBack() |
int |
hashCode() |
MergeField |
path(String path)
Sets the object associated with the custom tab.
|
MergeField |
row(String row)
Specifies the row number in a Salesforce table that the merge field value corresponds to.
|
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)
When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed.
|
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 writeBack(String writeBack)
public String getWriteBack()
public void setWriteBack(String writeBack)
public MergeField allowSenderToEdit(String allowSenderToEdit)
public String getAllowSenderToEdit()
public void setAllowSenderToEdit(String allowSenderToEdit)
public MergeField row(String row)
public String getRow()
public void setRow(String row)
Copyright © 2016. All rights reserved.