Package com.docusign.esign.model
Class RecipientIdentityVerification
- java.lang.Object
-
- com.docusign.esign.model.RecipientIdentityVerification
-
- All Implemented Interfaces:
Serializable
public class RecipientIdentityVerification extends Object implements Serializable
Specifies ID Verification applied on an envelope by workflow ID. See the [list](/docs/esign-rest-api/reference/accounts/identityverifications/list/) method in the [IdentityVerifications](/docs/esign-rest-api/reference/accounts/identityverifications/) resource for more information on how to retrieve workflow IDs available for an account. This can be used in addition to other [recipient authentication](https://support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecipientIdentityVerification()
-
Method Summary
-
-
-
Method Detail
-
inputOptions
public RecipientIdentityVerification inputOptions(List<RecipientIdentityInputOption> inputOptions)
inputOptions.- Returns:
- RecipientIdentityVerification
-
addInputOptionsItem
public RecipientIdentityVerification addInputOptionsItem(RecipientIdentityInputOption inputOptionsItem)
addInputOptionsItem.- Returns:
- RecipientIdentityVerification
-
getInputOptions
public List<RecipientIdentityInputOption> getInputOptions()
.- Returns:
- inputOptions
-
setInputOptions
public void setInputOptions(List<RecipientIdentityInputOption> inputOptions)
setInputOptions.
-
workflowId
public RecipientIdentityVerification workflowId(String workflowId)
workflowId.- Returns:
- RecipientIdentityVerification
-
getWorkflowId
public String getWorkflowId()
.- Returns:
- workflowId
-
setWorkflowId
public void setWorkflowId(String workflowId)
setWorkflowId.
-
workflowIdMetadata
public RecipientIdentityVerification workflowIdMetadata(PropertyMetadata workflowIdMetadata)
workflowIdMetadata.- Returns:
- RecipientIdentityVerification
-
getWorkflowIdMetadata
public PropertyMetadata getWorkflowIdMetadata()
.- Returns:
- workflowIdMetadata
-
setWorkflowIdMetadata
public void setWorkflowIdMetadata(PropertyMetadata workflowIdMetadata)
setWorkflowIdMetadata.
-
workflowLabel
public RecipientIdentityVerification workflowLabel(String workflowLabel)
workflowLabel.- Returns:
- RecipientIdentityVerification
-
getWorkflowLabel
public String getWorkflowLabel()
.- Returns:
- workflowLabel
-
setWorkflowLabel
public void setWorkflowLabel(String workflowLabel)
setWorkflowLabel.
-
equals
public boolean equals(Object o)
Compares objects.
-
-