Package com.vonage.client.conversations
Class ConversationTimestamp
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.ConversationTimestamp
- All Implemented Interfaces:
Jsonable
Represents the timestamps in
BaseConversation.getTimestamp().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTime that the conversation was created.Time that the conversation was destroyed.Time that the conversation was update.Methods 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
-
Constructor Details
-
ConversationTimestamp
protected ConversationTimestamp()
-
-
Method Details
-
getCreated
Time that the conversation was created.- Returns:
- The conversation creation time as an Instant, or
nullif unknown.
-
getUpdated
Time that the conversation was update.- Returns:
- The conversation update time as an Instant, or
nullif unknown.
-
getDestroyed
Time that the conversation was destroyed.- Returns:
- The conversation deletion time as an Instant, or
nullif unknown.
-