Package com.mypurecloud.sdk.v2.model
Class ConversationEventTopicScreenMonitoring
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicScreenMonitoring
- All Implemented Interfaces:
Serializable
ConversationEventTopicScreenMonitoring
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSystem defined string indicating what caused the communication to disconnect.static enumGets or Sets initialStatestatic enumThe screen monitoring type.static enumGets or Sets state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.Number of Screen Monitoring sessions the targetUserId is involved in.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.System defined string indicating what caused the communication to disconnect.booleangetCount()getId()getState()inthashCode()A globally unique identifier for this communication.The screen monitoring type.The source provider.screenMonitoringId(String screenMonitoringId) Screen Monitoring identifier unique to the sourceUserId-targetUserId pair.voidsetConnectedTime(Date connectedTime) voidvoidsetDisconnectedTime(Date disconnectedTime) voidvoidvoidvoidvoidsetProvider(String provider) voidsetScreenMonitoringId(String screenMonitoringId) voidvoidsetTargetUserId(String targetUserId) targetUserId(String targetUserId) The user ID for the participant who is being screen monitored.toString()
-
Constructor Details
-
ConversationEventTopicScreenMonitoring
public ConversationEventTopicScreenMonitoring() -
ConversationEventTopicScreenMonitoring
-
-
Method Details
-
id
A globally unique identifier for this communication. -
getId
-
setId
-
state
-
getState
-
setState
-
initialState
public ConversationEventTopicScreenMonitoring initialState(ConversationEventTopicScreenMonitoring.InitialStateEnum initialState) -
getInitialState
-
setInitialState
-
provider
The source provider. -
getProvider
-
setProvider
-
disconnectType
public ConversationEventTopicScreenMonitoring disconnectType(ConversationEventTopicScreenMonitoring.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects. -
getDisconnectType
-
setDisconnectType
public void setDisconnectType(ConversationEventTopicScreenMonitoring.DisconnectTypeEnum disconnectType) -
connectedTime
The timestamp when this communication was connected in the cloud clock. -
getConnectedTime
-
setConnectedTime
-
disconnectedTime
The timestamp when this communication disconnected from the conversation in the provider clock. -
getDisconnectedTime
-
setDisconnectedTime
-
targetUserId
The user ID for the participant who is being screen monitored. -
getTargetUserId
-
setTargetUserId
-
screenMonitoringId
Screen Monitoring identifier unique to the sourceUserId-targetUserId pair. -
getScreenMonitoringId
-
setScreenMonitoringId
-
monitoringType
public ConversationEventTopicScreenMonitoring monitoringType(ConversationEventTopicScreenMonitoring.MonitoringTypeEnum monitoringType) The screen monitoring type. -
getMonitoringType
-
setMonitoringType
public void setMonitoringType(ConversationEventTopicScreenMonitoring.MonitoringTypeEnum monitoringType) -
count
Number of Screen Monitoring sessions the targetUserId is involved in. -
getCount
-
setCount
-
equals
-
hashCode
public int hashCode() -
toString
-