| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeAttachmentsResult |
EnvelopesApi.putAttachment(String accountId,
String envelopeId,
String attachmentId,
Attachment attachment)
Add an attachment to a DRAFT or IN-PROCESS envelope.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.accessControl(String accessControl) |
Attachment |
Attachment.attachmentId(String attachmentId) |
Attachment |
Attachment.attachmentType(String attachmentType) |
Attachment |
Attachment.data(String data) |
Attachment |
Attachment.label(String label) |
Attachment |
Attachment.name(String name) |
Attachment |
Attachment.remoteUrl(String remoteUrl) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
EnvelopeDefinition.getAttachments() |
List<Attachment> |
EnvelopeAttachmentsRequest.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeDefinition |
EnvelopeDefinition.addAttachmentsItem(Attachment attachmentsItem) |
EnvelopeAttachmentsRequest |
EnvelopeAttachmentsRequest.addAttachmentsItem(Attachment attachmentsItem) |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeDefinition |
EnvelopeDefinition.attachments(List<Attachment> attachments) |
EnvelopeAttachmentsRequest |
EnvelopeAttachmentsRequest.attachments(List<Attachment> attachments) |
void |
EnvelopeDefinition.setAttachments(List<Attachment> attachments) |
void |
EnvelopeAttachmentsRequest.setAttachments(List<Attachment> attachments) |
Copyright © 2018. All rights reserved.