| 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() |
List<Attachment> |
EnvelopeDefinition.getEnvelopeAttachments() |
List<Attachment> |
EnvelopeTemplate.getEnvelopeAttachments() |
List<Attachment> |
Envelope.getEnvelopeAttachments() |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeDefinition |
EnvelopeDefinition.addAttachmentsItem(Attachment attachmentsItem) |
EnvelopeAttachmentsRequest |
EnvelopeAttachmentsRequest.addAttachmentsItem(Attachment attachmentsItem) |
EnvelopeDefinition |
EnvelopeDefinition.addEnvelopeAttachmentsItem(Attachment envelopeAttachmentsItem) |
EnvelopeTemplate |
EnvelopeTemplate.addEnvelopeAttachmentsItem(Attachment envelopeAttachmentsItem) |
Envelope |
Envelope.addEnvelopeAttachmentsItem(Attachment envelopeAttachmentsItem) |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeDefinition |
EnvelopeDefinition.attachments(List<Attachment> attachments) |
EnvelopeAttachmentsRequest |
EnvelopeAttachmentsRequest.attachments(List<Attachment> attachments) |
EnvelopeDefinition |
EnvelopeDefinition.envelopeAttachments(List<Attachment> envelopeAttachments) |
EnvelopeTemplate |
EnvelopeTemplate.envelopeAttachments(List<Attachment> envelopeAttachments) |
Envelope |
Envelope.envelopeAttachments(List<Attachment> envelopeAttachments) |
void |
EnvelopeDefinition.setAttachments(List<Attachment> attachments) |
void |
EnvelopeAttachmentsRequest.setAttachments(List<Attachment> attachments) |
void |
EnvelopeDefinition.setEnvelopeAttachments(List<Attachment> envelopeAttachments) |
void |
EnvelopeTemplate.setEnvelopeAttachments(List<Attachment> envelopeAttachments) |
void |
Envelope.setEnvelopeAttachments(List<Attachment> envelopeAttachments) |
Copyright © 2020. All rights reserved.