Package com.vonage.client.voice
Class CallInfoPage
java.lang.Object
com.vonage.client.voice.CallInfoPage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallInfoPage
Creates an instance of this class from a JSON payload.int
getCount()
getLinks()
int
int
iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
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.
-