Uses of Class
com.docusign.esign.model.AccountIdentityVerificationWorkflow
-
Packages that use AccountIdentityVerificationWorkflow Package Description com.docusign.esign.model -
-
Uses of AccountIdentityVerificationWorkflow in com.docusign.esign.model
Methods in com.docusign.esign.model that return AccountIdentityVerificationWorkflow Modifier and Type Method Description AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. addInputOptionsItem(AccountIdentityInputOption inputOptionsItem)addInputOptionsItem.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. addStepsItem(AccountIdentityVerificationStep stepsItem)addStepsItem.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. defaultDescription(String defaultDescription)defaultDescription.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. defaultName(String defaultName)defaultName.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. inputOptions(List<AccountIdentityInputOption> inputOptions)inputOptions.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. signatureProvider(AccountSignatureProvider signatureProvider)signatureProvider.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. steps(List<AccountIdentityVerificationStep> steps)steps.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. workflowId(String workflowId)workflowId.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. workflowResourceKey(String workflowResourceKey)workflowResourceKey.Methods in com.docusign.esign.model that return types with arguments of type AccountIdentityVerificationWorkflow Modifier and Type Method Description List<AccountIdentityVerificationWorkflow>AccountIdentityVerificationResponse. getIdentityVerification().List<AccountIdentityVerificationWorkflow>AccountSettingsInformation. getIdentityVerification().Methods in com.docusign.esign.model with parameters of type AccountIdentityVerificationWorkflow Modifier and Type Method Description AccountIdentityVerificationResponseAccountIdentityVerificationResponse. addIdentityVerificationItem(AccountIdentityVerificationWorkflow identityVerificationItem)addIdentityVerificationItem.AccountSettingsInformationAccountSettingsInformation. addIdentityVerificationItem(AccountIdentityVerificationWorkflow identityVerificationItem)addIdentityVerificationItem.Method parameters in com.docusign.esign.model with type arguments of type AccountIdentityVerificationWorkflow Modifier and Type Method Description AccountIdentityVerificationResponseAccountIdentityVerificationResponse. identityVerification(List<AccountIdentityVerificationWorkflow> identityVerification)identityVerification.AccountSettingsInformationAccountSettingsInformation. identityVerification(List<AccountIdentityVerificationWorkflow> identityVerification)identityVerification.voidAccountIdentityVerificationResponse. setIdentityVerification(List<AccountIdentityVerificationWorkflow> identityVerification)setIdentityVerification.voidAccountSettingsInformation. setIdentityVerification(List<AccountIdentityVerificationWorkflow> identityVerification)setIdentityVerification.
-