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