Uses of Class
com.docusign.esign.model.CaptiveRecipient
-
Packages that use CaptiveRecipient Package Description com.docusign.esign.model -
-
Uses of CaptiveRecipient in com.docusign.esign.model
Methods in com.docusign.esign.model that return CaptiveRecipient Modifier and Type Method Description CaptiveRecipientCaptiveRecipient. clientUserId(java.lang.String clientUserId)clientUserId.CaptiveRecipientCaptiveRecipient. email(java.lang.String email)email.CaptiveRecipientCaptiveRecipient. errorDetails(ErrorDetails errorDetails)errorDetails.CaptiveRecipientCaptiveRecipient. userName(java.lang.String userName)userName.Methods in com.docusign.esign.model that return types with arguments of type CaptiveRecipient Modifier and Type Method Description java.util.List<CaptiveRecipient>CaptiveRecipientInformation. getCaptiveRecipients()A complex type containing information about one or more captive recipients..Methods in com.docusign.esign.model with parameters of type CaptiveRecipient Modifier and Type Method Description CaptiveRecipientInformationCaptiveRecipientInformation. addCaptiveRecipientsItem(CaptiveRecipient captiveRecipientsItem)addCaptiveRecipientsItem.Method parameters in com.docusign.esign.model with type arguments of type CaptiveRecipient Modifier and Type Method Description CaptiveRecipientInformationCaptiveRecipientInformation. captiveRecipients(java.util.List<CaptiveRecipient> captiveRecipients)captiveRecipients.voidCaptiveRecipientInformation. setCaptiveRecipients(java.util.List<CaptiveRecipient> captiveRecipients)setCaptiveRecipients.
-