Package com.docusign.esign.model
Class AccountIdentityVerificationWorkflow
- java.lang.Object
-
- com.docusign.esign.model.AccountIdentityVerificationWorkflow
-
- All Implemented Interfaces:
Serializable
public class AccountIdentityVerificationWorkflow extends Object implements Serializable
Specifies an Identity Verification workflow..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountIdentityVerificationWorkflow()
-
Method Summary
-
-
-
Method Detail
-
defaultDescription
public AccountIdentityVerificationWorkflow defaultDescription(String defaultDescription)
defaultDescription.- Returns:
- AccountIdentityVerificationWorkflow
-
getDefaultDescription
public String getDefaultDescription()
.- Returns:
- defaultDescription
-
setDefaultDescription
public void setDefaultDescription(String defaultDescription)
setDefaultDescription.
-
defaultName
public AccountIdentityVerificationWorkflow defaultName(String defaultName)
defaultName.- Returns:
- AccountIdentityVerificationWorkflow
-
getDefaultName
public String getDefaultName()
.- Returns:
- defaultName
-
setDefaultName
public void setDefaultName(String defaultName)
setDefaultName.
-
inputOptions
public AccountIdentityVerificationWorkflow inputOptions(List<AccountIdentityInputOption> inputOptions)
inputOptions.- Returns:
- AccountIdentityVerificationWorkflow
-
addInputOptionsItem
public AccountIdentityVerificationWorkflow addInputOptionsItem(AccountIdentityInputOption inputOptionsItem)
addInputOptionsItem.- Returns:
- AccountIdentityVerificationWorkflow
-
getInputOptions
public List<AccountIdentityInputOption> getInputOptions()
.- Returns:
- inputOptions
-
setInputOptions
public void setInputOptions(List<AccountIdentityInputOption> inputOptions)
setInputOptions.
-
isDisabled
public AccountIdentityVerificationWorkflow isDisabled(String isDisabled)
isDisabled.- Returns:
- AccountIdentityVerificationWorkflow
-
getIsDisabled
public String getIsDisabled()
.- Returns:
- isDisabled
-
setIsDisabled
public void setIsDisabled(String isDisabled)
setIsDisabled.
-
ownerType
public AccountIdentityVerificationWorkflow ownerType(String ownerType)
ownerType.- Returns:
- AccountIdentityVerificationWorkflow
-
getOwnerType
public String getOwnerType()
.- Returns:
- ownerType
-
setOwnerType
public void setOwnerType(String ownerType)
setOwnerType.
-
signatureProvider
public AccountIdentityVerificationWorkflow signatureProvider(AccountSignatureProvider signatureProvider)
signatureProvider.- Returns:
- AccountIdentityVerificationWorkflow
-
getSignatureProvider
public AccountSignatureProvider getSignatureProvider()
The signature provider associated with the Identity Verification workflow..- Returns:
- signatureProvider
-
setSignatureProvider
public void setSignatureProvider(AccountSignatureProvider signatureProvider)
setSignatureProvider.
-
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.
-
workflowLabel
public AccountIdentityVerificationWorkflow workflowLabel(String workflowLabel)
workflowLabel.- Returns:
- AccountIdentityVerificationWorkflow
-
getWorkflowLabel
public String getWorkflowLabel()
.- Returns:
- workflowLabel
-
setWorkflowLabel
public void setWorkflowLabel(String workflowLabel)
setWorkflowLabel.
-
workflowResourceKey
public AccountIdentityVerificationWorkflow workflowResourceKey(String workflowResourceKey)
workflowResourceKey.- Returns:
- AccountIdentityVerificationWorkflow
-
getWorkflowResourceKey
public String getWorkflowResourceKey()
.- Returns:
- workflowResourceKey
-
setWorkflowResourceKey
public void setWorkflowResourceKey(String workflowResourceKey)
setWorkflowResourceKey.
-
equals
public boolean equals(Object o)
Compares objects.
-
-