Uses of Class
com.vonage.client.users.channels.Channel
Packages that use Channel
-
Uses of Channel in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return ChannelModifier and TypeMethodDescriptionMemberChannel.getFrom()Sender channel.MemberChannel.getTo()Receiver channel.Methods in com.vonage.client.conversations that return types with arguments of type ChannelModifier and TypeMethodDescriptionCollection<? extends Channel> Conversation.getNumbers()Channels containing the contact numbers for this conversation.Methods in com.vonage.client.conversations with parameters of type ChannelModifier and TypeMethodDescriptionMember.Builder.fromChannel(Channel from) (OPTIONAL) Concrete channel to use when sending messages.(OPTIONAL) Concrete channel to use when receiving messages. -
Uses of Channel in com.vonage.client.users
Methods in com.vonage.client.users with parameters of type ChannelModifier and TypeMethodDescriptionSets the communication channels for this user.Method parameters in com.vonage.client.users with type arguments of type ChannelModifier and TypeMethodDescriptionUser.Builder.channels(Collection<? extends Channel> channels) Sets the communication channels for this user. -
Uses of Channel in com.vonage.client.users.channels
Subclasses of Channel in com.vonage.client.users.channelsModifier and TypeClassDescriptionclassRepresents a Facebook Messenger channel.classRepresents a Multimedia Messaging Service (MMS) channel.classRepresents a Public Switched Telephone Network (PSTN) channel.classRepresents a Session Initiation Protocol (SIP) channel.classRepresents a Short Messaging Service (SMS) channel.classRepresents a Vonage Business Cloud (VBC) channel.classRepresents a Viber channel.classRepresents a Websocket channel.classRepresents a WhatsApp channel.classRepresents a WhatsApp Voice channel.Methods in com.vonage.client.users.channels that return types with arguments of type ChannelModifier and TypeMethodDescriptionChannel.getConcreteClass(ChannelType type) Finds the corresponding subclass of Channel based on the enum's value.Constructor parameters in com.vonage.client.users.channels with type arguments of type ChannelModifierConstructorDescriptionChannels(Collection<? extends Channel> channels) Creates a new Channels object and assigns the specified channels to the appropriate fields based on their type.