Package com.docusign.esign.model
Class TemplateAutoMatch
- java.lang.Object
-
- com.docusign.esign.model.TemplateAutoMatch
-
- All Implemented Interfaces:
Serializable
public class TemplateAutoMatch extends Object implements Serializable
TemplateAutoMatch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateAutoMatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateAutoMatchautoMatch(String autoMatch)autoMatch.booleanequals(Object o)Compares objects.TemplateAutoMatcherrorDetails(ErrorDetails errorDetails)errorDetails.StringgetAutoMatch().ErrorDetailsgetErrorDetails()Array or errors..StringgetTemplateId()The unique identifier of the template.inthashCode()Returns the HashCode.voidsetAutoMatch(String autoMatch)setAutoMatch.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetTemplateId(String templateId)setTemplateId.TemplateAutoMatchtemplateId(String templateId)templateId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
autoMatch
public TemplateAutoMatch autoMatch(String autoMatch)
autoMatch.- Returns:
- TemplateAutoMatch
-
getAutoMatch
public String getAutoMatch()
.- Returns:
- autoMatch
-
setAutoMatch
public void setAutoMatch(String autoMatch)
setAutoMatch.
-
errorDetails
public TemplateAutoMatch errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- TemplateAutoMatch
-
getErrorDetails
public ErrorDetails getErrorDetails()
Array or errors..- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
templateId
public TemplateAutoMatch templateId(String templateId)
templateId.- Returns:
- TemplateAutoMatch
-
getTemplateId
public String getTemplateId()
The unique identifier of the template. If this is not provided, DocuSign will generate a value. .- Returns:
- templateId
-
setTemplateId
public void setTemplateId(String templateId)
setTemplateId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-