Uses of Class
com.docusign.esign.model.EnvelopeAttachmentsResult
-
Packages that use EnvelopeAttachmentsResult Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of EnvelopeAttachmentsResult in com.docusign.esign.api
Methods in com.docusign.esign.api that return EnvelopeAttachmentsResult Modifier and Type Method Description EnvelopeAttachmentsResultEnvelopesApi. deleteAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Delete one or more attachments from a DRAFT envelope..EnvelopeAttachmentsResultEnvelopesApi. getAttachments(String accountId, String envelopeId)Returns a list of attachments associated with the specified envelope.EnvelopeAttachmentsResultEnvelopesApi. putAttachment(String accountId, String envelopeId, String attachmentId, Attachment attachment)Add an attachment to a DRAFT or IN-PROCESS envelope..EnvelopeAttachmentsResultEnvelopesApi. putAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Add one or more attachments to a DRAFT or IN-PROCESS envelope..Methods in com.docusign.esign.api that return types with arguments of type EnvelopeAttachmentsResult Modifier and Type Method Description ApiResponse<EnvelopeAttachmentsResult>EnvelopesApi. deleteAttachmentsWithHttpInfo(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Delete one or more attachments from a DRAFT envelope.ApiResponse<EnvelopeAttachmentsResult>EnvelopesApi. getAttachmentsWithHttpInfo(String accountId, String envelopeId)Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelopeApiResponse<EnvelopeAttachmentsResult>EnvelopesApi. putAttachmentsWithHttpInfo(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest)Add one or more attachments to a DRAFT or IN-PROCESS envelope.ApiResponse<EnvelopeAttachmentsResult>EnvelopesApi. putAttachmentWithHttpInfo(String accountId, String envelopeId, String attachmentId, Attachment attachment)Add an attachment to a DRAFT or IN-PROCESS envelope. -
Uses of EnvelopeAttachmentsResult in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopeAttachmentsResult Modifier and Type Method Description EnvelopeAttachmentsResultEnvelopeAttachmentsResult. addAttachmentsItem(EnvelopeAttachment attachmentsItem)addAttachmentsItem.EnvelopeAttachmentsResultEnvelopeAttachmentsResult. attachments(List<EnvelopeAttachment> attachments)attachments.
-