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