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 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..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 EnvelopeAttachmentsResult
EnvelopeAttachmentsResult. addAttachmentsItem(EnvelopeAttachment attachmentsItem)
addAttachmentsItem.EnvelopeAttachmentsResult
EnvelopeAttachmentsResult. attachments(List<EnvelopeAttachment> attachments)
attachments.
-