Package com.mypurecloud.sdk.v2.model
Class QueueConversationVideoEventTopicAfterCallWork
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicAfterCallWork
- All Implemented Interfaces:
Serializable
A communication's after-call work data.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe communication's after-call work state. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when this communication ended after-call work in the cloud clock.booleangetState()inthashCode()voidsetEndTime(Date endTime) voidsetStartTime(Date startTime) voidThe timestamp when this communication started after-call work in the cloud clock.The communication's after-call work state.toString()
-
Constructor Details
-
QueueConversationVideoEventTopicAfterCallWork
public QueueConversationVideoEventTopicAfterCallWork() -
QueueConversationVideoEventTopicAfterCallWork
-
-
Method Details
-
state
public QueueConversationVideoEventTopicAfterCallWork state(QueueConversationVideoEventTopicAfterCallWork.StateEnum state) The communication's after-call work state. -
getState
-
setState
-
startTime
The timestamp when this communication started after-call work in the cloud clock. -
getStartTime
-
setStartTime
-
endTime
The timestamp when this communication ended after-call work in the cloud clock. -
getEndTime
-
setEndTime
-
equals
-
hashCode
public int hashCode() -
toString
-