Package com.vonage.client.conversations
Class MemberChannel
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.MemberChannel
- All Implemented Interfaces:
Jsonable
Contains the channel properties for
Member.getChannel().-
Constructor Summary
Constructors -
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
-
Constructor Details
-
MemberChannel
protected MemberChannel()
-
-
Method Details
-
getType
Main channel type.- Returns:
- The channel type as an enum, or
nullif unspecified.
-
getFrom
Sender channel.- Returns:
- The from channel, or
nullif unspecified.
-
getTo
Receiver channel.- Returns:
- The to channel, or
nullif unspecified.
-