public class EnvelopeAttachmentsResult extends Object
| Constructor and Description |
|---|
EnvelopeAttachmentsResult() |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeAttachmentsResult |
addAttachmentsItem(EnvelopeAttachment attachmentsItem) |
EnvelopeAttachmentsResult |
attachments(List<EnvelopeAttachment> attachments) |
boolean |
equals(Object o) |
List<EnvelopeAttachment> |
getAttachments() |
int |
hashCode() |
void |
setAttachments(List<EnvelopeAttachment> attachments) |
String |
toString() |
public EnvelopeAttachmentsResult attachments(List<EnvelopeAttachment> attachments)
public EnvelopeAttachmentsResult addAttachmentsItem(EnvelopeAttachment attachmentsItem)
public List<EnvelopeAttachment> getAttachments()
public void setAttachments(List<EnvelopeAttachment> attachments)
Copyright © 2018. All rights reserved.