Package com.vonage.client.video
Class SignalRequest
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.SignalRequest
- All Implemented Interfaces:
Jsonable
-
Nested Class Summary
Nested Classes -
Method Summary
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 com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getType
- Returns:
- The signal type.
-
getData
- Returns:
- The signal data.
-
builder
Entry point for constructing an instance of SignalRequest.- Returns:
- A new Builder.
-