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