public class EnvelopeSummary extends Object
| Constructor and Description |
|---|
EnvelopeSummary() |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeSummary |
envelopeId(String envelopeId) |
boolean |
equals(Object o) |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getStatusDateTime()
The DateTime that the envelope changed status (i.e.
|
String |
getUri() |
int |
hashCode() |
void |
setEnvelopeId(String envelopeId) |
void |
setStatus(String status) |
void |
setStatusDateTime(String statusDateTime) |
void |
setUri(String uri) |
EnvelopeSummary |
status(String status) |
EnvelopeSummary |
statusDateTime(String statusDateTime) |
String |
toString() |
EnvelopeSummary |
uri(String uri) |
public EnvelopeSummary envelopeId(String envelopeId)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public EnvelopeSummary status(String status)
public String getStatus()
public void setStatus(String status)
public EnvelopeSummary statusDateTime(String statusDateTime)
public String getStatusDateTime()
public void setStatusDateTime(String statusDateTime)
public EnvelopeSummary uri(String uri)
public String getUri()
public void setUri(String uri)
Copyright © 2018. All rights reserved.