Package com.docusign.esign.model
Class RecipientIdentityVerification
- java.lang.Object
-
- com.docusign.esign.model.RecipientIdentityVerification
-
public class RecipientIdentityVerification extends Object
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..
-
-
Constructor Summary
Constructors Constructor Description RecipientIdentityVerification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientIdentityVerificationaddInputOptionsItem(RecipientIdentityInputOption inputOptionsItem)addInputOptionsItem.booleanequals(Object o)Compares objects.List<RecipientIdentityInputOption>getInputOptions().StringgetWorkflowId().PropertyMetadatagetWorkflowIdMetadata().inthashCode()Returns the HashCode.RecipientIdentityVerificationinputOptions(List<RecipientIdentityInputOption> inputOptions)inputOptions.voidsetInputOptions(List<RecipientIdentityInputOption> inputOptions)setInputOptions.voidsetWorkflowId(String workflowId)setWorkflowId.voidsetWorkflowIdMetadata(PropertyMetadata workflowIdMetadata)setWorkflowIdMetadata.StringtoString()Converts the given object to string.RecipientIdentityVerificationworkflowId(String workflowId)workflowId.RecipientIdentityVerificationworkflowIdMetadata(PropertyMetadata workflowIdMetadata)workflowIdMetadata.
-
-
-
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.
-
equals
public boolean equals(Object o)
Compares objects.
-
-