| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeAttachmentsResult |
EnvelopesApi.deleteAttachments(String accountId,
String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest)
Delete one or more attachments from a DRAFT envelope.
|
EnvelopeAttachmentsResult |
EnvelopesApi.getAttachments(String accountId,
String envelopeId)
Returns a list of attachments associated with the specified envelope
|
EnvelopeAttachmentsResult |
EnvelopesApi.putAttachment(String accountId,
String envelopeId,
String attachmentId,
Attachment attachment)
Add an attachment to a DRAFT or IN-PROCESS envelope.
|
EnvelopeAttachmentsResult |
EnvelopesApi.putAttachments(String accountId,
String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest)
Add one or more attachments to a DRAFT or IN-PROCESS envelope.
|
| Modifier and Type | Method and Description |
|---|---|
EnvelopeAttachmentsResult |
EnvelopeAttachmentsResult.addAttachmentsItem(EnvelopeAttachment attachmentsItem) |
EnvelopeAttachmentsResult |
EnvelopeAttachmentsResult.attachments(List<EnvelopeAttachment> attachments) |
Copyright © 2020. All rights reserved.