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