@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class InlineTemplate extends Object
| Constructor and Description |
|---|
InlineTemplate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CustomFields |
getCustomFields() |
List<Document> |
getDocuments()
Complex element contains the details on the documents in the envelope.
|
Envelope |
getEnvelope() |
Recipients |
getRecipients() |
String |
getSequence()
Specifies the order in which templates are overlaid.
|
int |
hashCode() |
void |
setCustomFields(CustomFields customFields) |
void |
setDocuments(List<Document> documents) |
void |
setEnvelope(Envelope envelope) |
void |
setRecipients(Recipients recipients) |
void |
setSequence(String sequence) |
String |
toString() |
public CustomFields getCustomFields()
public void setCustomFields(CustomFields customFields)
public List<Document> getDocuments()
Complex element contains the details on the documents in the envelope.
public Envelope getEnvelope()
public void setEnvelope(Envelope envelope)
public Recipients getRecipients()
public void setRecipients(Recipients recipients)
public String getSequence()
Specifies the order in which templates are overlaid.
public void setSequence(String sequence)
Copyright © 2017. All Rights Reserved.