Package com.vonage.client.verify2
Class ListTemplateFragmentsResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.common.HalPageResponse
com.vonage.client.verify2.ListTemplateFragmentsResponse
- All Implemented Interfaces:
Jsonable
Represents a response page for listing template fragments.
- 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 template fragments.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
-
ListTemplateFragmentsResponse
public ListTemplateFragmentsResponse()
-
-
Method Details
-
getTemplateFragments
Gets the embedded collection of template fragments.- Returns:
- The list of TemplateFragment objects in this response, or
nullif absent.
-