Package com.vonage.client.application
Class ApplicationList
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.common.HalPageResponse
com.vonage.client.application.ApplicationList
- All Implemented Interfaces:
Jsonable
HAL response returned from
ApplicationClient.listApplications(ListApplicationRequest).-
Field Summary
Fields inherited from class com.vonage.client.common.HalPageResponse
page, pageSize, totalItems, totalPages -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationListDeprecated.Retrieves the embedded resource contents.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
-
ApplicationList
public ApplicationList()
-
-
Method Details
-
getApplications
Retrieves the embedded resource contents.- Returns:
- The list of applications.
-
fromJson
Deprecated.
-