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(java.lang.String accessControl)accessControl.EnvelopeAttachmentEnvelopeAttachment. attachmentId(java.lang.String attachmentId)attachmentId.EnvelopeAttachmentEnvelopeAttachment. attachmentType(java.lang.String attachmentType)attachmentType.EnvelopeAttachmentEnvelopeAttachment. errorDetails(ErrorDetails errorDetails)errorDetails.EnvelopeAttachmentEnvelopeAttachment. label(java.lang.String label)label.EnvelopeAttachmentEnvelopeAttachment. name(java.lang.String name)name.Methods in com.docusign.esign.model that return types with arguments of type EnvelopeAttachment Modifier and Type Method Description java.util.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(java.util.List<EnvelopeAttachment> attachments)attachments.voidEnvelopeAttachmentsResult. setAttachments(java.util.List<EnvelopeAttachment> attachments)setAttachments.
-