Uses of Class
com.docusign.esign.model.EnvelopeAttachmentsRequest
-
Packages that use EnvelopeAttachmentsRequest Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of EnvelopeAttachmentsRequest in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type EnvelopeAttachmentsRequest Modifier and Type Method Description EnvelopeAttachmentsResultEnvelopesApi. deleteAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Delete one or more attachments from a DRAFT envelope..ApiResponse<EnvelopeAttachmentsResult>EnvelopesApi. deleteAttachmentsWithHttpInfo(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Delete one or more attachments from a DRAFT envelope.EnvelopeAttachmentsResultEnvelopesApi. putAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Add one or more attachments to a DRAFT or IN-PROCESS envelope..ApiResponse<EnvelopeAttachmentsResult>EnvelopesApi. putAttachmentsWithHttpInfo(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Add one or more attachments to a DRAFT or IN-PROCESS envelope. -
Uses of EnvelopeAttachmentsRequest in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopeAttachmentsRequest Modifier and Type Method Description EnvelopeAttachmentsRequestEnvelopeAttachmentsRequest. addAttachmentsItem(Attachment attachmentsItem)addAttachmentsItem.EnvelopeAttachmentsRequestEnvelopeAttachmentsRequest. attachments(List<Attachment> attachments)attachments.
-