Package com.vonage.client.conversations
Class ConversationUpdatedEvent
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.Event
com.vonage.client.conversations.ConversationUpdatedEvent
- All Implemented Interfaces:
Jsonable
Represents a
EventType.CONVERSATION_UPDATED event.-
Nested Class Summary
Nested classes/interfaces inherited from class com.vonage.client.conversations.Event
Event.Builder<E extends Event,B extends Event.Builder<? extends E, ? extends B>> -
Method Summary
Modifier and TypeMethodDescriptionBasic details of the updated conversation.Methods inherited from class com.vonage.client.conversations.Event
getFrom, getFromMember, getFromUser, getId, getTimestamp, getTypeMethods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getConversation
Basic details of the updated conversation.- Returns:
- The main Conversation object properties.
-