Package com.vonage.client.conversations
Class MessageSeenEvent
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.Event
com.vonage.client.conversations.MessageSeenEvent
- All Implemented Interfaces:
Jsonable
Represents a
EventType.MESSAGE_SEEN event.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for configuring parameters of the event request. -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageSeenEvent.Builderbuilder()Entry point for constructing an instance of this class.ID of the event.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
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-
getEventId
ID of the event. Note that this is the body for the event status update, so may be different fromEvent.getId().- Returns:
- The event ID pointer as an Integer.
-