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