Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicAfterCallWork
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicAfterCallWork
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicAfterCallWork
extends Object
implements 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
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicAfterCallWork(Boolean initWithEmptyList) -
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
-
QueueConversationSocialExpressionEventTopicAfterCallWork
public QueueConversationSocialExpressionEventTopicAfterCallWork() -
QueueConversationSocialExpressionEventTopicAfterCallWork
-
-
Method Details
-
state
public QueueConversationSocialExpressionEventTopicAfterCallWork state(QueueConversationSocialExpressionEventTopicAfterCallWork.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
-