Package com.vonage.client.voice
Class CallInfoPage
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.CallInfoPage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallInfoPageCreates an instance of this class from a JSON payload.intgetCount()getLinks()intintiterator()Methods 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 java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
CallInfoPage
public CallInfoPage()
-
-
Method Details
-
getCount
-
getPageSize
-
getRecordIndex
-
getLinks
-
getEmbedded
-
iterator
-
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.
-