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 boolean
equals(Object o)
Compares objects.String
getName()
.String
getType()
.int
hashCode()
Returns the HashCode.AccountIdentityVerificationStep
name(String name)
name.void
setName(String name)
setName.void
setType(String type)
setType.String
toString()
Converts the given object to string.AccountIdentityVerificationStep
type(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.
-
-