Uses of Class
com.docusign.esign.model.RecipientAttachment
-
Packages that use RecipientAttachment Package Description com.docusign.esign.model -
-
Uses of RecipientAttachment in com.docusign.esign.model
Methods in com.docusign.esign.model that return RecipientAttachment Modifier and Type Method Description RecipientAttachmentRecipientAttachment. attachmentId(java.lang.String attachmentId)attachmentId.RecipientAttachmentRecipientAttachment. attachmentType(java.lang.String attachmentType)attachmentType.RecipientAttachmentRecipientAttachment. data(java.lang.String data)data.RecipientAttachmentRecipientAttachment. label(java.lang.String label)label.RecipientAttachmentRecipientAttachment. name(java.lang.String name)name.RecipientAttachmentRecipientAttachment. remoteUrl(java.lang.String remoteUrl)remoteUrl.Methods in com.docusign.esign.model that return types with arguments of type RecipientAttachment Modifier and Type Method Description java.util.List<RecipientAttachment>Agent. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>CarbonCopy. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>CertifiedDelivery. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>Editor. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>InPersonSigner. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>Intermediary. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>NotaryHost. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>NotaryRecipient. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>SealSign. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>Signer. getRecipientAttachments()Reserved:.java.util.List<RecipientAttachment>Witness. getRecipientAttachments()Reserved:.Methods in com.docusign.esign.model with parameters of type RecipientAttachment Modifier and Type Method Description AgentAgent. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.CarbonCopyCarbonCopy. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.CertifiedDeliveryCertifiedDelivery. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.EditorEditor. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.InPersonSignerInPersonSigner. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.IntermediaryIntermediary. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.NotaryHostNotaryHost. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.NotaryRecipientNotaryRecipient. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.SealSignSealSign. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.SignerSigner. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.WitnessWitness. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.Method parameters in com.docusign.esign.model with type arguments of type RecipientAttachment Modifier and Type Method Description AgentAgent. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.CarbonCopyCarbonCopy. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.CertifiedDeliveryCertifiedDelivery. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.EditorEditor. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.InPersonSignerInPersonSigner. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.IntermediaryIntermediary. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.NotaryHostNotaryHost. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.NotaryRecipientNotaryRecipient. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.SealSignSealSign. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.SignerSigner. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.WitnessWitness. recipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)recipientAttachments.voidAgent. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidCarbonCopy. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidCertifiedDelivery. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidEditor. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidInPersonSigner. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidIntermediary. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidNotaryHost. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidNotaryRecipient. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidSealSign. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidSigner. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.voidWitness. setRecipientAttachments(java.util.List<RecipientAttachment> recipientAttachments)setRecipientAttachments.
-