Uses of Class
com.mypurecloud.sdk.v2.model.InternalMessage
Packages that use InternalMessage
-
Uses of InternalMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InternalMessageModifier and TypeMethodDescriptionInternalMessage.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.InternalMessage.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.InternalMessage.disconnectType(InternalMessage.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.InternalMessage.fromAddress(Address fromAddress) Address for the participant on the sending side of the internal message communication.A globally unique identifier for this communication.InternalMessage.initialState(InternalMessage.InitialStateEnum initialState) The initial connection state of this communication.InternalMessage.messages(List<InternalMessageDetails> messages) The messages sent on this communication channel.The id of the peer communication corresponding to a matching leg for this communication.The source provider for the message.The time line of the participant's internal message, divided into activity segments.InternalMessage.sourceUserId(String sourceUserId) The user ID for the participant on sending side of the internal message conversation.InternalMessage.startAlertingTime(Date startAlertingTime) The timestamp the communication has when it is first put into an alerting state.InternalMessage.state(InternalMessage.StateEnum state) The connection state of this communication.InternalMessage.targetUserId(String targetUserId) The user ID for the participant on receiving side of the internal message conversation.Address for the participant on receiving side of the internal message communication.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type InternalMessageModifier and TypeMethodDescriptionParticipant.getInternalMessages()ParticipantBasic.getInternalMessages()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type InternalMessageModifier and TypeMethodDescriptionParticipant.internalMessages(List<InternalMessage> internalMessages) ParticipantBasic.internalMessages(List<InternalMessage> internalMessages) voidParticipant.setInternalMessages(List<InternalMessage> internalMessages) voidParticipantBasic.setInternalMessages(List<InternalMessage> internalMessages)