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