Uses of Class
com.vonage.client.verify2.Template
Packages that use Template
-
Uses of Template in com.vonage.client.verify2
Methods in com.vonage.client.verify2 that return TemplateModifier and TypeMethodDescriptionVerify2Client.createTemplate(String name) Create a new custom template.Verify2Client.getTemplate(UUID templateId) Retrieve a specific template.Verify2Client.updateTemplate(UUID templateId, String name, Boolean isDefault) Update an existing template.Methods in com.vonage.client.verify2 that return types with arguments of type TemplateModifier and TypeMethodDescriptionListTemplatesResponse.getTemplates()Gets the embedded collection of templates.Verify2Client.listTemplates()List all custom templates associated with the account.