Package com.mypurecloud.sdk.v2.model
Class V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage
- All Implemented Interfaces:
Serializable
public class V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage
extends Object
implements Serializable
V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets directionstatic enumGets or Sets type -
Constructor Summary
ConstructorsConstructorDescriptionV2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptiondirection(V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage.DirectionEnum direction) booleangetType()inthashCode()voidvoidsetDirection(V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage.DirectionEnum direction) voidvoidsetType(V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage.TypeEnum type) toString()
-
Constructor Details
-
V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage
public V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage() -
V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage
public V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage(Boolean initWithEmptyList)
-
-
Method Details
-
channel
-
getChannel
-
setChannel
public void setChannel(V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannel channel) -
type
-
getType
-
setType
public void setType(V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage.TypeEnum type) -
events
-
getEvents
-
setEvents
public void setEvents(List<V2ConversationMessageTypingEventForWorkflowTopicConversationMessageEvent> events) -
direction
-
getDirection
-
setDirection
public void setDirection(V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage.DirectionEnum direction) -
equals
-
hashCode
public int hashCode() -
toString
-