Package com.docusign.esign.model
Class IdCheckSecurityStep
- java.lang.Object
-
- com.docusign.esign.model.IdCheckSecurityStep
-
- All Implemented Interfaces:
Serializable
public class IdCheckSecurityStep extends Object implements Serializable
IdCheckSecurityStep.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdCheckSecurityStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdCheckSecurityStepauthType(String authType)authType.booleanequals(Object o)Compares objects.StringgetAuthType().inthashCode()Returns the HashCode.voidsetAuthType(String authType)setAuthType.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
authType
public IdCheckSecurityStep authType(String authType)
authType.- Returns:
- IdCheckSecurityStep
-
getAuthType
public String getAuthType()
.- Returns:
- authType
-
setAuthType
public void setAuthType(String authType)
setAuthType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-