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(String clientUserId)clientUserId.CaptiveRecipientCaptiveRecipient. email(String email)email.CaptiveRecipientCaptiveRecipient. errorDetails(ErrorDetails errorDetails)errorDetails.CaptiveRecipientCaptiveRecipient. userName(String userName)userName.Methods in com.docusign.esign.model that return types with arguments of type CaptiveRecipient Modifier and Type Method Description 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(List<CaptiveRecipient> captiveRecipients)captiveRecipients.voidCaptiveRecipientInformation. setCaptiveRecipients(List<CaptiveRecipient> captiveRecipients)setCaptiveRecipients.
-