Package com.docusign.esign.model
Class AccountIdentityVerificationWorkflow
- java.lang.Object
-
- com.docusign.esign.model.AccountIdentityVerificationWorkflow
-
public class AccountIdentityVerificationWorkflow extends Object
AccountIdentityVerificationWorkflow.
-
-
Constructor Summary
Constructors Constructor Description AccountIdentityVerificationWorkflow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountIdentityVerificationWorkflowaddStepsItem(AccountIdentityVerificationStep stepsItem)addStepsItem.AccountIdentityVerificationWorkflowdefaultName(String defaultName)defaultName.booleanequals(Object o)Compares objects.StringgetDefaultName().List<AccountIdentityVerificationStep>getSteps().StringgetWorkflowId().inthashCode()Returns the HashCode.voidsetDefaultName(String defaultName)setDefaultName.voidsetSteps(List<AccountIdentityVerificationStep> steps)setSteps.voidsetWorkflowId(String workflowId)setWorkflowId.AccountIdentityVerificationWorkflowsteps(List<AccountIdentityVerificationStep> steps)steps.StringtoString()Converts the given object to string.AccountIdentityVerificationWorkflowworkflowId(String workflowId)workflowId.
-
-
-
Method Detail
-
defaultName
public AccountIdentityVerificationWorkflow defaultName(String defaultName)
defaultName.- Returns:
- AccountIdentityVerificationWorkflow
-
getDefaultName
public String getDefaultName()
.- Returns:
- defaultName
-
setDefaultName
public void setDefaultName(String defaultName)
setDefaultName.
-
steps
public AccountIdentityVerificationWorkflow steps(List<AccountIdentityVerificationStep> steps)
steps.- Returns:
- AccountIdentityVerificationWorkflow
-
addStepsItem
public AccountIdentityVerificationWorkflow addStepsItem(AccountIdentityVerificationStep stepsItem)
addStepsItem.- Returns:
- AccountIdentityVerificationWorkflow
-
getSteps
public List<AccountIdentityVerificationStep> getSteps()
.- Returns:
- steps
-
setSteps
public void setSteps(List<AccountIdentityVerificationStep> steps)
setSteps.
-
workflowId
public AccountIdentityVerificationWorkflow workflowId(String workflowId)
workflowId.- Returns:
- AccountIdentityVerificationWorkflow
-
getWorkflowId
public String getWorkflowId()
.- Returns:
- workflowId
-
setWorkflowId
public void setWorkflowId(String workflowId)
setWorkflowId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-