Uses of Class
com.avoka.component.docusign.DocuSignRecipient
-
Packages that use DocuSignRecipient Package Description com.avoka.component.docusign Provides DocuSign eSignature service classes. -
-
Uses of DocuSignRecipient in com.avoka.component.docusign
Methods in com.avoka.component.docusign that return types with arguments of type DocuSignRecipient Modifier and Type Method Description static List<DocuSignRecipient>
DocuSignUtils. getRecipientList(String submissionXml)
Return the list of DocuSignRecipients for the given form submission XML data.Method parameters in com.avoka.component.docusign with type arguments of type DocuSignRecipient Modifier and Type Method Description String
DocuSignClient. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList)
Create and send a DocuSign Envelope.String
DocuSignClient. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList, String template)
Create and send a DocuSign Envelope.String
DocuSignClientV2. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList)
Create and send a DocuSign Envelope.String
DocuSignClientV2. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList, String template)
Create and send a DocuSign Envelope.
-