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 StringDocuSignClient. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList)Create and send a DocuSign Envelope.StringDocuSignClient. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList, String template)Create and send a DocuSign Envelope.StringDocuSignClientV2. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList)Create and send a DocuSign Envelope.StringDocuSignClientV2. createAndSendEnvelope(String emailBlurb, String emailSubject, String documentFileName, byte[] documentContent, List<DocuSignRecipient> recipientList, String template)Create and send a DocuSign Envelope.
-