Uses of Class
com.docusign.esign.model.TemplateAutoMatchList
-
Packages that use TemplateAutoMatchList Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of TemplateAutoMatchList in com.docusign.esign.api
Methods in com.docusign.esign.api that return TemplateAutoMatchList Modifier and Type Method Description TemplateAutoMatchListTemplatesApi. updateTemplates(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting..TemplateAutoMatchListTemplatesApi. updateTemplatesAutoMatch(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting..Methods in com.docusign.esign.api that return types with arguments of type TemplateAutoMatchList Modifier and Type Method Description ApiResponse<TemplateAutoMatchList>TemplatesApi. updateTemplatesAutoMatchWithHttpInfo(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting.ApiResponse<TemplateAutoMatchList>TemplatesApi. updateTemplatesWithHttpInfo(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting.Methods in com.docusign.esign.api with parameters of type TemplateAutoMatchList Modifier and Type Method Description TemplateAutoMatchListTemplatesApi. updateTemplates(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting..TemplateAutoMatchListTemplatesApi. updateTemplatesAutoMatch(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting..ApiResponse<TemplateAutoMatchList>TemplatesApi. updateTemplatesAutoMatchWithHttpInfo(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting.ApiResponse<TemplateAutoMatchList>TemplatesApi. updateTemplatesWithHttpInfo(String accountId, TemplateAutoMatchList templateAutoMatchList)Update template autoMatch setting. -
Uses of TemplateAutoMatchList in com.docusign.esign.model
Methods in com.docusign.esign.model that return TemplateAutoMatchList Modifier and Type Method Description TemplateAutoMatchListTemplateAutoMatchList. addTemplatesItem(TemplateAutoMatch templatesItem)addTemplatesItem.TemplateAutoMatchListTemplateAutoMatchList. templates(List<TemplateAutoMatch> templates)templates.
-