public class AccountIdentityVerificationWorkflow extends Object
| Constructor and Description |
|---|
AccountIdentityVerificationWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
AccountIdentityVerificationWorkflow |
addStepsItem(AccountIdentityVerificationStep stepsItem) |
AccountIdentityVerificationWorkflow |
defaultName(String defaultName) |
boolean |
equals(Object o) |
String |
getDefaultName() |
List<AccountIdentityVerificationStep> |
getSteps() |
String |
getWorkflowId() |
int |
hashCode() |
void |
setDefaultName(String defaultName) |
void |
setSteps(List<AccountIdentityVerificationStep> steps) |
void |
setWorkflowId(String workflowId) |
AccountIdentityVerificationWorkflow |
steps(List<AccountIdentityVerificationStep> steps) |
String |
toString() |
AccountIdentityVerificationWorkflow |
workflowId(String workflowId) |
public AccountIdentityVerificationWorkflow defaultName(String defaultName)
public String getDefaultName()
public void setDefaultName(String defaultName)
public AccountIdentityVerificationWorkflow steps(List<AccountIdentityVerificationStep> steps)
public AccountIdentityVerificationWorkflow addStepsItem(AccountIdentityVerificationStep stepsItem)
public List<AccountIdentityVerificationStep> getSteps()
public void setSteps(List<AccountIdentityVerificationStep> steps)
public AccountIdentityVerificationWorkflow workflowId(String workflowId)
public String getWorkflowId()
public void setWorkflowId(String workflowId)
Copyright © 2018. All rights reserved.