Package com.docusign.esign.model
Class AccountIdentityVerificationStep
- java.lang.Object
-
- com.docusign.esign.model.AccountIdentityVerificationStep
-
public class AccountIdentityVerificationStep extends Object
Information about a specific step in an Identity Verification workflow..
-
-
Constructor Summary
Constructors Constructor Description AccountIdentityVerificationStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetName().StringgetType().inthashCode()Returns the HashCode.AccountIdentityVerificationStepname(String name)name.voidsetName(String name)setName.voidsetType(String type)setType.StringtoString()Converts the given object to string.AccountIdentityVerificationSteptype(String type)type.
-
-
-
Method Detail
-
name
public AccountIdentityVerificationStep name(String name)
name.- Returns:
- AccountIdentityVerificationStep
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
type
public AccountIdentityVerificationStep type(String type)
type.- Returns:
- AccountIdentityVerificationStep
-
getType
public String getType()
.- Returns:
- type
-
setType
public void setType(String type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-