@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class EnvelopeEvent extends Object
| Constructor and Description |
|---|
EnvelopeEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnvelopeEventStatusCode()
he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided.
|
String |
getIncludeDocuments()
When set to true, the PDF documents are included in the message along with the updated XML.
|
int |
hashCode() |
void |
setEnvelopeEventStatusCode(String envelopeEventStatusCode) |
void |
setIncludeDocuments(String includeDocuments) |
String |
toString() |
public String getEnvelopeEventStatusCode()
he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided.
public void setEnvelopeEventStatusCode(String envelopeEventStatusCode)
public String getIncludeDocuments()
When set to true, the PDF documents are included in the message along with the updated XML.
public void setIncludeDocuments(String includeDocuments)
Copyright © 2017. All Rights Reserved.