Uses of Class
com.docusign.esign.model.AccountIdentityVerificationStep
-
Packages that use AccountIdentityVerificationStep Package Description com.docusign.esign.model -
-
Uses of AccountIdentityVerificationStep in com.docusign.esign.model
Methods in com.docusign.esign.model that return AccountIdentityVerificationStep Modifier and Type Method Description AccountIdentityVerificationStepAccountIdentityVerificationStep. name(String name)name.AccountIdentityVerificationStepAccountIdentityVerificationStep. type(String type)type.Methods in com.docusign.esign.model that return types with arguments of type AccountIdentityVerificationStep Modifier and Type Method Description List<AccountIdentityVerificationStep>AccountIdentityVerificationWorkflow. getSteps().Methods in com.docusign.esign.model with parameters of type AccountIdentityVerificationStep Modifier and Type Method Description AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. addStepsItem(AccountIdentityVerificationStep stepsItem)addStepsItem.Method parameters in com.docusign.esign.model with type arguments of type AccountIdentityVerificationStep Modifier and Type Method Description voidAccountIdentityVerificationWorkflow. setSteps(List<AccountIdentityVerificationStep> steps)setSteps.AccountIdentityVerificationWorkflowAccountIdentityVerificationWorkflow. steps(List<AccountIdentityVerificationStep> steps)steps.
-