Uses of Class
com.docusign.esign.model.EnvelopeAttachment
-
Packages that use EnvelopeAttachment Package Description com.docusign.esign.model -
-
Uses of EnvelopeAttachment in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopeAttachment Modifier and Type Method Description EnvelopeAttachmentEnvelopeAttachment. accessControl(String accessControl)accessControl.EnvelopeAttachmentEnvelopeAttachment. attachmentId(String attachmentId)attachmentId.EnvelopeAttachmentEnvelopeAttachment. attachmentType(String attachmentType)attachmentType.EnvelopeAttachmentEnvelopeAttachment. errorDetails(ErrorDetails errorDetails)errorDetails.EnvelopeAttachmentEnvelopeAttachment. label(String label)label.EnvelopeAttachmentEnvelopeAttachment. name(String name)name.Methods in com.docusign.esign.model that return types with arguments of type EnvelopeAttachment Modifier and Type Method Description List<EnvelopeAttachment>EnvelopeAttachmentsResult. getAttachments().Methods in com.docusign.esign.model with parameters of type EnvelopeAttachment Modifier and Type Method Description EnvelopeAttachmentsResultEnvelopeAttachmentsResult. addAttachmentsItem(EnvelopeAttachment attachmentsItem)addAttachmentsItem.Method parameters in com.docusign.esign.model with type arguments of type EnvelopeAttachment Modifier and Type Method Description EnvelopeAttachmentsResultEnvelopeAttachmentsResult. attachments(List<EnvelopeAttachment> attachments)attachments.voidEnvelopeAttachmentsResult. setAttachments(List<EnvelopeAttachment> attachments)setAttachments.
-