Package com.mypurecloud.sdk.v2.model
Class ConsultTransferUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.ConsultTransferUpdate
- All Implemented Interfaces:
Serializable
ConsultTransferUpdate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDetermines to whom the initiating participant is speaking. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.booleaninthashCode()voidsetConsultingUserId(String consultingUserId) voidspeakTo(ConsultTransferUpdate.SpeakToEnum speakTo) Determines to whom the initiating participant is speaking.toString()
-
Constructor Details
-
ConsultTransferUpdate
public ConsultTransferUpdate() -
ConsultTransferUpdate
-
-
Method Details
-
speakTo
Determines to whom the initiating participant is speaking. -
getSpeakTo
-
setSpeakTo
-
consultingUserId
The user ID of the person who wants to talk before completing the transfer. Could be the same of the context user ID -
getConsultingUserId
-
setConsultingUserId
-
equals
-
hashCode
public int hashCode() -
toString
-