Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConsultTransferToQueue.SpeakToEnum
Packages that use ConsultTransferToQueue.SpeakToEnum
-
Uses of ConsultTransferToQueue.SpeakToEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferToQueue.SpeakToEnumModifier and TypeMethodDescriptionConsultTransferToQueue.SpeakToEnum.fromString(String key) ConsultTransferToQueue.getSpeakTo()Returns the enum constant of this class with the specified name.static ConsultTransferToQueue.SpeakToEnum[]ConsultTransferToQueue.SpeakToEnum.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 ConsultTransferToQueue.SpeakToEnumModifier and TypeMethodDescriptionvoidConsultTransferToQueue.setSpeakTo(ConsultTransferToQueue.SpeakToEnum speakTo) ConsultTransferToQueue.speakTo(ConsultTransferToQueue.SpeakToEnum speakTo) Determines to whom the initiating participant is requesting to speak.