Package com.docusign.esign.model
Class RecipientIdentityVerification
- java.lang.Object
-
- com.docusign.esign.model.RecipientIdentityVerification
-
public class RecipientIdentityVerification extends java.lang.ObjectRecipientIdentityVerification.
-
-
Constructor Summary
Constructors Constructor Description RecipientIdentityVerification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientIdentityVerificationaddInputOptionsItem(RecipientIdentityInputOption inputOptionsItem)addInputOptionsItem.booleanequals(java.lang.Object o)Compares objects.java.util.List<RecipientIdentityInputOption>getInputOptions().java.lang.StringgetWorkflowId().PropertyMetadatagetWorkflowIdMetadata()Get workflowIdMetadata.inthashCode()Returns the HashCode.RecipientIdentityVerificationinputOptions(java.util.List<RecipientIdentityInputOption> inputOptions)inputOptions.voidsetInputOptions(java.util.List<RecipientIdentityInputOption> inputOptions)setInputOptions.voidsetWorkflowId(java.lang.String workflowId)setWorkflowId.voidsetWorkflowIdMetadata(PropertyMetadata workflowIdMetadata)setWorkflowIdMetadata.java.lang.StringtoString()Converts the given object to string.RecipientIdentityVerificationworkflowId(java.lang.String workflowId)workflowId.RecipientIdentityVerificationworkflowIdMetadata(PropertyMetadata workflowIdMetadata)workflowIdMetadata.
-
-
-
Method Detail
-
inputOptions
public RecipientIdentityVerification inputOptions(java.util.List<RecipientIdentityInputOption> inputOptions)
inputOptions.- Returns:
- RecipientIdentityVerification
-
addInputOptionsItem
public RecipientIdentityVerification addInputOptionsItem(RecipientIdentityInputOption inputOptionsItem)
addInputOptionsItem.- Returns:
- RecipientIdentityVerification
-
getInputOptions
public java.util.List<RecipientIdentityInputOption> getInputOptions()
.- Returns:
- inputOptions
-
setInputOptions
public void setInputOptions(java.util.List<RecipientIdentityInputOption> inputOptions)
setInputOptions.
-
workflowId
public RecipientIdentityVerification workflowId(java.lang.String workflowId)
workflowId.- Returns:
- RecipientIdentityVerification
-
getWorkflowId
public java.lang.String getWorkflowId()
.- Returns:
- workflowId
-
setWorkflowId
public void setWorkflowId(java.lang.String workflowId)
setWorkflowId.
-
workflowIdMetadata
public RecipientIdentityVerification workflowIdMetadata(PropertyMetadata workflowIdMetadata)
workflowIdMetadata.- Returns:
- RecipientIdentityVerification
-
getWorkflowIdMetadata
public PropertyMetadata getWorkflowIdMetadata()
Get workflowIdMetadata.- Returns:
- workflowIdMetadata
-
setWorkflowIdMetadata
public void setWorkflowIdMetadata(PropertyMetadata workflowIdMetadata)
setWorkflowIdMetadata.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-