Uses of Class
com.docusign.esign.model.CaptiveRecipientInformation
-
Packages that use CaptiveRecipientInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of CaptiveRecipientInformation in com.docusign.esign.api
Methods in com.docusign.esign.api that return CaptiveRecipientInformation Modifier and Type Method Description CaptiveRecipientInformationAccountsApi. deleteCaptiveRecipient(String accountId, String recipientPart, CaptiveRecipientInformation captiveRecipientInformation)Deletes the signature for one or more captive recipient records..Methods in com.docusign.esign.api that return types with arguments of type CaptiveRecipientInformation Modifier and Type Method Description ApiResponse<CaptiveRecipientInformation>AccountsApi. deleteCaptiveRecipientWithHttpInfo(String accountId, String recipientPart, CaptiveRecipientInformation captiveRecipientInformation)Deletes the signature for one or more captive recipient records.Methods in com.docusign.esign.api with parameters of type CaptiveRecipientInformation Modifier and Type Method Description CaptiveRecipientInformationAccountsApi. deleteCaptiveRecipient(String accountId, String recipientPart, CaptiveRecipientInformation captiveRecipientInformation)Deletes the signature for one or more captive recipient records..ApiResponse<CaptiveRecipientInformation>AccountsApi. deleteCaptiveRecipientWithHttpInfo(String accountId, String recipientPart, CaptiveRecipientInformation captiveRecipientInformation)Deletes the signature for one or more captive recipient records. -
Uses of CaptiveRecipientInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return CaptiveRecipientInformation Modifier and Type Method Description CaptiveRecipientInformationCaptiveRecipientInformation. addCaptiveRecipientsItem(CaptiveRecipient captiveRecipientsItem)addCaptiveRecipientsItem.CaptiveRecipientInformationCaptiveRecipientInformation. captiveRecipients(List<CaptiveRecipient> captiveRecipients)captiveRecipients.
-