Uses of Class
com.docusign.esign.model.BulkSendingCopyRecipient
-
Packages that use BulkSendingCopyRecipient Package Description com.docusign.esign.model -
-
Uses of BulkSendingCopyRecipient in com.docusign.esign.model
Methods in com.docusign.esign.model that return BulkSendingCopyRecipient Modifier and Type Method Description BulkSendingCopyRecipientBulkSendingCopyRecipient. accessCode(String accessCode)accessCode.BulkSendingCopyRecipientBulkSendingCopyRecipient. addCustomFieldsItem(String customFieldsItem)addCustomFieldsItem.BulkSendingCopyRecipientBulkSendingCopyRecipient. addRecipientSignatureProvidersItem(RecipientSignatureProvider recipientSignatureProvidersItem)addRecipientSignatureProvidersItem.BulkSendingCopyRecipientBulkSendingCopyRecipient. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)addSocialAuthenticationsItem.BulkSendingCopyRecipientBulkSendingCopyRecipient. addTabsItem(BulkSendingCopyTab tabsItem)addTabsItem.BulkSendingCopyRecipientBulkSendingCopyRecipient. clientUserId(String clientUserId)clientUserId.BulkSendingCopyRecipientBulkSendingCopyRecipient. customFields(List<String> customFields)customFields.BulkSendingCopyRecipientBulkSendingCopyRecipient. deliveryMethod(String deliveryMethod)deliveryMethod.BulkSendingCopyRecipientBulkSendingCopyRecipient. email(String email)email.BulkSendingCopyRecipientBulkSendingCopyRecipient. emailNotification(RecipientEmailNotification emailNotification)emailNotification.BulkSendingCopyRecipientBulkSendingCopyRecipient. embeddedRecipientStartURL(String embeddedRecipientStartURL)embeddedRecipientStartURL.BulkSendingCopyRecipientBulkSendingCopyRecipient. faxNumber(String faxNumber)faxNumber.BulkSendingCopyRecipientBulkSendingCopyRecipient. hostEmail(String hostEmail)hostEmail.BulkSendingCopyRecipientBulkSendingCopyRecipient. hostName(String hostName)hostName.BulkSendingCopyRecipientBulkSendingCopyRecipient. idCheckConfigurationName(String idCheckConfigurationName)idCheckConfigurationName.BulkSendingCopyRecipientBulkSendingCopyRecipient. idCheckInformationInput(IdCheckInformationInput idCheckInformationInput)idCheckInformationInput.BulkSendingCopyRecipientBulkSendingCopyRecipient. identificationMethod(String identificationMethod)identificationMethod.BulkSendingCopyRecipientBulkSendingCopyRecipient. name(String name)name.BulkSendingCopyRecipientBulkSendingCopyRecipient. note(String note)note.BulkSendingCopyRecipientBulkSendingCopyRecipient. phoneAuthentication(RecipientPhoneAuthentication phoneAuthentication)phoneAuthentication.BulkSendingCopyRecipientBulkSendingCopyRecipient. recipientId(String recipientId)recipientId.BulkSendingCopyRecipientBulkSendingCopyRecipient. recipientSignatureProviders(List<RecipientSignatureProvider> recipientSignatureProviders)recipientSignatureProviders.BulkSendingCopyRecipientBulkSendingCopyRecipient. roleName(String roleName)roleName.BulkSendingCopyRecipientBulkSendingCopyRecipient. signerName(String signerName)signerName.BulkSendingCopyRecipientBulkSendingCopyRecipient. signingGroupId(String signingGroupId)signingGroupId.BulkSendingCopyRecipientBulkSendingCopyRecipient. smsAuthentication(RecipientSMSAuthentication smsAuthentication)smsAuthentication.BulkSendingCopyRecipientBulkSendingCopyRecipient. socialAuthentications(List<SocialAuthentication> socialAuthentications)socialAuthentications.BulkSendingCopyRecipientBulkSendingCopyRecipient. tabs(List<BulkSendingCopyTab> tabs)tabs.Methods in com.docusign.esign.model that return types with arguments of type BulkSendingCopyRecipient Modifier and Type Method Description List<BulkSendingCopyRecipient>BulkSendingCopy. getRecipients()An array of powerform recipients..Methods in com.docusign.esign.model with parameters of type BulkSendingCopyRecipient Modifier and Type Method Description BulkSendingCopyBulkSendingCopy. addRecipientsItem(BulkSendingCopyRecipient recipientsItem)addRecipientsItem.Method parameters in com.docusign.esign.model with type arguments of type BulkSendingCopyRecipient Modifier and Type Method Description BulkSendingCopyBulkSendingCopy. recipients(List<BulkSendingCopyRecipient> recipients)recipients.voidBulkSendingCopy. setRecipients(List<BulkSendingCopyRecipient> recipients)setRecipients.
-