Package com.mypurecloud.sdk.v2.model
Class QueueConversationVideoEventTopicScreenShare
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicScreenShare
- All Implemented Interfaces:
Serializable
QueueConversationVideoEventTopicScreenShare
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSystem defined string indicating what caused the communication to disconnect.static enumGets or Sets initialStatestatic enumGets or Sets state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) A communication's after-call work data.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.The room id context (xmpp jid) for the conference session.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.booleangetId()getSelf()getState()inthashCode()A globally unique identifier for this communication.The number of peer participants from the perspective of the participant in the conference.The id of the peer communication corresponding to a matching leg for this communication.The source provider of the screen share.queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The UUID of the script to use.Address and name data for a call endpoint.voidsetAfterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) voidsetAfterCallWorkRequired(Boolean afterCallWorkRequired) voidsetConnectedTime(Date connectedTime) voidsetContext(String context) voidsetDisconnectedTime(Date disconnectedTime) voidvoidvoidvoidsetPeerCount(Long peerCount) voidvoidsetProvider(String provider) voidsetQueueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) voidsetScriptId(String scriptId) voidvoidsetSharing(Boolean sharing) voidvoidIndicates whether this participant is sharing their screen to the session.toString()Call wrap up or disposition data.
-
Constructor Details
-
QueueConversationVideoEventTopicScreenShare
public QueueConversationVideoEventTopicScreenShare() -
QueueConversationVideoEventTopicScreenShare
-
-
Method Details
-
getState
-
getInitialState
-
self
public QueueConversationVideoEventTopicScreenShare self(QueueConversationVideoEventTopicAddress self) Address and name data for a call endpoint. -
getSelf
-
setSelf
-
id
A globally unique identifier for this communication. -
getId
-
setId
-
context
The room id context (xmpp jid) for the conference session. -
getContext
-
setContext
-
sharing
Indicates whether this participant is sharing their screen to the session. -
getSharing
-
setSharing
-
provider
The source provider of the screen share. -
getProvider
-
setProvider
-
scriptId
The UUID of the script to use. -
getScriptId
-
setScriptId
-
peerId
The id of the peer communication corresponding to a matching leg for this communication. -
getPeerId
-
setPeerId
-
peerCount
The number of peer participants from the perspective of the participant in the conference. -
getPeerCount
-
setPeerCount
-
getDisconnectType
-
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
-
wrapup
public QueueConversationVideoEventTopicScreenShare wrapup(QueueConversationVideoEventTopicWrapup wrapup) Call wrap up or disposition data. -
getWrapup
-
setWrapup
-
afterCallWork
public QueueConversationVideoEventTopicScreenShare afterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) A communication's after-call work data. -
getAfterCallWork
-
setAfterCallWork
-
afterCallWorkRequired
public QueueConversationVideoEventTopicScreenShare afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. -
getAfterCallWorkRequired
-
setAfterCallWorkRequired
-
queueMediaSettings
public QueueConversationVideoEventTopicScreenShare queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media. -
getQueueMediaSettings
-
setQueueMediaSettings
public void setQueueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) -
equals
-
hashCode
public int hashCode() -
toString