Package com.docusign.esign.model
Class TemplateAutoMatchList
- java.lang.Object
-
- com.docusign.esign.model.TemplateAutoMatchList
-
- All Implemented Interfaces:
Serializable
public class TemplateAutoMatchList extends Object implements Serializable
TemplateAutoMatchList.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateAutoMatchList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateAutoMatchListaddTemplatesItem(TemplateAutoMatch templatesItem)addTemplatesItem.booleanequals(Object o)Compares objects.List<TemplateAutoMatch>getTemplates().inthashCode()Returns the HashCode.voidsetTemplates(List<TemplateAutoMatch> templates)setTemplates.TemplateAutoMatchListtemplates(List<TemplateAutoMatch> templates)templates.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
templates
public TemplateAutoMatchList templates(List<TemplateAutoMatch> templates)
templates.- Returns:
- TemplateAutoMatchList
-
addTemplatesItem
public TemplateAutoMatchList addTemplatesItem(TemplateAutoMatch templatesItem)
addTemplatesItem.- Returns:
- TemplateAutoMatchList
-
getTemplates
public List<TemplateAutoMatch> getTemplates()
.- Returns:
- templates
-
setTemplates
public void setTemplates(List<TemplateAutoMatch> templates)
setTemplates.
-
equals
public boolean equals(Object o)
Compares objects.
-
-