Package com.docusign.esign.model
Class RecipientIdentityVerification
- java.lang.Object
-
- com.docusign.esign.model.RecipientIdentityVerification
-
public class RecipientIdentityVerification extends Object
RecipientIdentityVerification.
-
-
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().inthashCode()Returns the HashCode.RecipientIdentityVerificationinputOptions(List<RecipientIdentityInputOption> inputOptions)inputOptions.voidsetInputOptions(List<RecipientIdentityInputOption> inputOptions)setInputOptions.voidsetWorkflowId(String workflowId)setWorkflowId.StringtoString()Converts the given object to string.RecipientIdentityVerificationworkflowId(String workflowId)workflowId.
-
-
-
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.
-
equals
public boolean equals(Object o)
Compares objects.
-
-