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