Package com.docusign.esign.model
Class SignatureType
- java.lang.Object
-
- com.docusign.esign.model.SignatureType
-
- All Implemented Interfaces:
Serializable
public class SignatureType extends Object implements Serializable
This object contains information about the type of signature..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignatureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetIsDefault().StringgetType().inthashCode()Returns the HashCode.SignatureTypeisDefault(String isDefault)isDefault.voidsetIsDefault(String isDefault)setIsDefault.voidsetType(String type)setType.StringtoString()Converts the given object to string.SignatureTypetype(String type)type.
-
-
-
Method Detail
-
isDefault
public SignatureType isDefault(String isDefault)
isDefault.- Returns:
- SignatureType
-
getIsDefault
public String getIsDefault()
.- Returns:
- isDefault
-
setIsDefault
public void setIsDefault(String isDefault)
setIsDefault.
-
type
public SignatureType type(String type)
type.- Returns:
- SignatureType
-
getType
public String getType()
.- Returns:
- type
-
setType
public void setType(String type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-