Class ListListsResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.common.HalPageResponse
com.vonage.client.proactiveconnect.ListListsResponse
- All Implemented Interfaces:
Jsonable
HAL response for
ProactiveConnectClient.listLists(int, int, SortOrder).-
Field Summary
Fields inherited from class com.vonage.client.common.HalPageResponse
page, pageSize, totalItems, totalPages -
Method Summary
Modifier and TypeMethodDescriptionstatic ListListsResponseCreates an instance of this class from a JSON payload.getLists()Gets the lists contained in the_embeddedresponse.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
-
Method Details
-
getLists
Gets the lists contained in the_embeddedresponse.- Returns:
- The lists for this page.
-
fromJson
Creates an instance of this class from a JSON payload.- Parameters:
json- The JSON string to parse.- Returns:
- An instance of this class with the fields populated, if present.
-