Uses of Enum Class
com.mypurecloud.sdk.v2.model.MessageMediaParticipant.TypeEnum
Packages that use MessageMediaParticipant.TypeEnum
-
Uses of MessageMediaParticipant.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessageMediaParticipant.TypeEnumModifier and TypeMethodDescriptionMessageMediaParticipant.TypeEnum.fromString(String key) MessageMediaParticipant.getType()Returns the enum constant of this class with the specified name.static MessageMediaParticipant.TypeEnum[]MessageMediaParticipant.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type MessageMediaParticipant.TypeEnumModifier and TypeMethodDescriptionvoidMessageMediaParticipant.setType(MessageMediaParticipant.TypeEnum type) MessageMediaParticipant.type(MessageMediaParticipant.TypeEnum type) Indicates the type of message platform from which the message originated.