Uses of Enum Class
com.mypurecloud.sdk.v2.model.Recipient.MessengerTypeEnum
Packages that use Recipient.MessengerTypeEnum
-
Uses of Recipient.MessengerTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Recipient.MessengerTypeEnumModifier and TypeMethodDescriptionstatic Recipient.MessengerTypeEnumRecipient.MessengerTypeEnum.fromString(String key) Recipient.getMessengerType()static Recipient.MessengerTypeEnumReturns the enum constant of this class with the specified name.static Recipient.MessengerTypeEnum[]Recipient.MessengerTypeEnum.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 Recipient.MessengerTypeEnumModifier and TypeMethodDescriptionRecipient.messengerType(Recipient.MessengerTypeEnum messengerType) The messenger type for this recipientvoidRecipient.setMessengerType(Recipient.MessengerTypeEnum messengerType)