Package com.vonage.client.verify2
Class ListTemplatesResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.common.HalPageResponse
com.vonage.client.verify2.ListTemplatesResponse
- All Implemented Interfaces:
Jsonable
Represents a response page for listing templates.
- Since:
- 8.13.0
-
Field Summary
Fields inherited from class com.vonage.client.common.HalPageResponse
page, pageSize, totalItems, totalPages -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the embedded collection of templates.Methods inherited from class com.vonage.client.common.HalPageResponse
getLinks, getPage, getPageSize, getTotalItems, getTotalPagesMethods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
ListTemplatesResponse
public ListTemplatesResponse()
-
-
Method Details
-
getTemplates
Gets the embedded collection of templates.- Returns:
- The list of Template objects in this response, or
nullif absent.
-