Package com.vonage.client.verify2
Class Template
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify2.Template
- All Implemented Interfaces:
Jsonable
Represents a custom template.
- Since:
- 8.13.0
-
Method Details
-
getName
Reference name for the template.- Returns:
- The template name.
-
getId
Unique template identifier.- Returns:
- The template ID, or
nullif this is a request object.
-
isDefault
Whether this is the default template.- Returns:
trueif this is the default template, ornullif this is a request object.
-
updateFromJson
Description copied from interface:JsonableUpdates this class's fields from the JSON payload.- Parameters:
json- The JSON string.
-