Uses of Class
com.docusign.esign.model.Attachment
-
Packages that use Attachment Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of Attachment in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type Attachment Modifier and Type Method Description EnvelopeAttachmentsResultEnvelopesApi. putAttachment(String accountId, String envelopeId, String attachmentId, Attachment attachment)Add an attachment to a DRAFT or IN-PROCESS envelope.. -
Uses of Attachment in com.docusign.esign.model
Methods in com.docusign.esign.model that return Attachment Modifier and Type Method Description AttachmentAttachment. accessControl(String accessControl)accessControl.AttachmentAttachment. attachmentId(String attachmentId)attachmentId.AttachmentAttachment. attachmentType(String attachmentType)attachmentType.AttachmentAttachment. data(String data)data.AttachmentAttachment. label(String label)label.AttachmentAttachment. name(String name)name.AttachmentAttachment. remoteUrl(String remoteUrl)remoteUrl.Methods in com.docusign.esign.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>EnvelopeAttachmentsRequest. getAttachments().List<Attachment>EnvelopeDefinition. getAttachments().Methods in com.docusign.esign.model with parameters of type Attachment Modifier and Type Method Description EnvelopeAttachmentsRequestEnvelopeAttachmentsRequest. addAttachmentsItem(Attachment attachmentsItem)addAttachmentsItem.EnvelopeDefinitionEnvelopeDefinition. addAttachmentsItem(Attachment attachmentsItem)addAttachmentsItem.Method parameters in com.docusign.esign.model with type arguments of type Attachment Modifier and Type Method Description EnvelopeAttachmentsRequestEnvelopeAttachmentsRequest. attachments(List<Attachment> attachments)attachments.EnvelopeDefinitionEnvelopeDefinition. attachments(List<Attachment> attachments)attachments.voidEnvelopeAttachmentsRequest. setAttachments(List<Attachment> attachments)setAttachments.voidEnvelopeDefinition. setAttachments(List<Attachment> attachments)setAttachments.
-