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