Class MemberChannel

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.MemberChannel
All Implemented Interfaces:
Jsonable

public class MemberChannel extends JsonableBaseObject
Contains the channel properties for Member.getChannel().
  • Constructor Details

  • Method Details

    • getType

      public ChannelType getType()
      Main channel type.
      Returns:
      The channel type as an enum, or null if unspecified.
    • getFrom

      public Channel getFrom()
      Sender channel.
      Returns:
      The from channel, or null if unspecified.
    • getTo

      public Channel getTo()
      Receiver channel.
      Returns:
      The to channel, or null if unspecified.