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