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..ApiResponse<EnvelopeAttachmentsResult>EnvelopesApi. putAttachmentWithHttpInfo(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().List<Attachment>Envelope. getEnvelopeAttachments().List<Attachment>EnvelopeDefinition. getEnvelopeAttachments().List<Attachment>EnvelopeTemplate. getEnvelopeAttachments().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.EnvelopeEnvelope. addEnvelopeAttachmentsItem(Attachment envelopeAttachmentsItem)addEnvelopeAttachmentsItem.EnvelopeDefinitionEnvelopeDefinition. addEnvelopeAttachmentsItem(Attachment envelopeAttachmentsItem)addEnvelopeAttachmentsItem.EnvelopeTemplateEnvelopeTemplate. addEnvelopeAttachmentsItem(Attachment envelopeAttachmentsItem)addEnvelopeAttachmentsItem.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.EnvelopeEnvelope. envelopeAttachments(List<Attachment> envelopeAttachments)envelopeAttachments.EnvelopeDefinitionEnvelopeDefinition. envelopeAttachments(List<Attachment> envelopeAttachments)envelopeAttachments.EnvelopeTemplateEnvelopeTemplate. envelopeAttachments(List<Attachment> envelopeAttachments)envelopeAttachments.voidEnvelopeAttachmentsRequest. setAttachments(List<Attachment> attachments)setAttachments.voidEnvelopeDefinition. setAttachments(List<Attachment> attachments)setAttachments.voidEnvelope. setEnvelopeAttachments(List<Attachment> envelopeAttachments)setEnvelopeAttachments.voidEnvelopeDefinition. setEnvelopeAttachments(List<Attachment> envelopeAttachments)setEnvelopeAttachments.voidEnvelopeTemplate. setEnvelopeAttachments(List<Attachment> envelopeAttachments)setEnvelopeAttachments.
-