Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicAfterCallWork
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicAfterCallWork
- 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
-
QueueConversationEventTopicAfterCallWork
public QueueConversationEventTopicAfterCallWork() -
QueueConversationEventTopicAfterCallWork
-
-
Method Details
-
state
public QueueConversationEventTopicAfterCallWork state(QueueConversationEventTopicAfterCallWork.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
-