@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class EnvelopeFormData extends Object
| Constructor and Description |
|---|
EnvelopeFormData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmailSubject()
Specifies the subject of the email that is sent to all recipients.\n\nSee [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.
|
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
List<NameValue> |
getFormData() |
List<RecipientFormData> |
getRecipientFormData() |
String |
getSentDateTime()
The date and time the envelope was sent.
|
String |
getStatus()
Indicates the envelope status.
|
int |
hashCode() |
void |
setEmailSubject(String emailSubject) |
void |
setEnvelopeId(String envelopeId) |
void |
setFormData(List<NameValue> formData) |
void |
setRecipientFormData(List<RecipientFormData> recipientFormData) |
void |
setSentDateTime(String sentDateTime) |
void |
setStatus(String status) |
String |
toString() |
public String getEmailSubject()
Specifies the subject of the email that is sent to all recipients.\n\nSee [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.
public void setEmailSubject(String emailSubject)
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post.
public void setEnvelopeId(String envelopeId)
public List<RecipientFormData> getRecipientFormData()
public void setRecipientFormData(List<RecipientFormData> recipientFormData)
public String getSentDateTime()
The date and time the envelope was sent.
public void setSentDateTime(String sentDateTime)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
Copyright © 2017. All Rights Reserved.