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. addStepsItem(AccountIdentityVerificationStep stepsItem)addStepsItem.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. defaultName(String defaultName)defaultName.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. steps(List<AccountIdentityVerificationStep> steps)steps.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. workflowId(String workflowId)workflowId.Methods in com.docusign.esign.model that return types with arguments of type AccountIdentityVerificationWorkflow Modifier and Type Method Description List<AccountIdentityVerificationWorkflow>AccountIdentityVerificationResponse. getIdentityVerification().Methods in com.docusign.esign.model with parameters of type AccountIdentityVerificationWorkflow Modifier and Type Method Description AccountIdentityVerificationResponseAccountIdentityVerificationResponse. 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.voidAccountIdentityVerificationResponse. setIdentityVerification(List<AccountIdentityVerificationWorkflow> identityVerification)setIdentityVerification.
-