Uses of Enum Class
com.vonage.client.messages.MessageType
Packages that use MessageType
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage Messages API.
-
Uses of MessageType in com.vonage.client.messages
Fields in com.vonage.client.messages declared as MessageTypeMethods in com.vonage.client.messages that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.fromString(String value) Deprecated.InboundMessage.getMessageType()The media type of the message.MessageRequest.getMessageType()static MessageTypeDeprecated.Returns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.messages that return types with arguments of type MessageTypeModifier and TypeMethodDescriptionChannel.getSupportedMessageTypes()This method is useful for determining which message types are applicable to this messaging service.Channel.getSupportedOutboundMessageTypes()Similar toChannel.getSupportedMessageTypes()but excludes message types used only for inbound / webhooks.Constructors in com.vonage.client.messages with parameters of type MessageTypeModifierConstructorDescriptionprotectedMessageRequest(MessageRequest.Builder<?, ?> builder, Channel channel, MessageType messageType) Constructor where all of this class's fields should be set. -
Uses of MessageType in com.vonage.client.messages.messenger
Constructors in com.vonage.client.messages.messenger with parameters of type MessageTypeModifierConstructorDescriptionprotectedMessengerRequest(MessengerRequest.Builder<?, ?> builder, MessageType messageType) -
Uses of MessageType in com.vonage.client.messages.mms
Methods in com.vonage.client.messages.mms that return MessageTypeConstructors in com.vonage.client.messages.mms with parameters of type MessageTypeModifierConstructorDescriptionprotectedMmsRequest(MmsRequest.Builder<?, ?> builder, MessageType messageType) -
Uses of MessageType in com.vonage.client.messages.rcs
Constructors in com.vonage.client.messages.rcs with parameters of type MessageTypeModifierConstructorDescriptionprotectedRcsRequest(RcsRequest.Builder<?, ?> builder, MessageType messageType) -
Uses of MessageType in com.vonage.client.messages.viber
Constructors in com.vonage.client.messages.viber with parameters of type MessageTypeModifierConstructorDescriptionprotectedViberRequest(ViberRequest.Builder<?, ?> builder, MessageType messageType) -
Uses of MessageType in com.vonage.client.messages.whatsapp
Methods in com.vonage.client.messages.whatsapp that return MessageTypeModifier and TypeMethodDescriptionReferral.getMediaType()The type of media shown in the advertisement or post.Constructors in com.vonage.client.messages.whatsapp with parameters of type MessageTypeModifierConstructorDescriptionprotectedWhatsappRequest(WhatsappRequest.Builder<?, ?> builder, MessageType messageType)