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 Details

  • Method Details

    • getCreated

      public Instant getCreated()
      Time that the conversation was created.
      Returns:
      The conversation creation time as an Instant, or null if unknown.
    • getUpdated

      public Instant getUpdated()
      Time that the conversation was update.
      Returns:
      The conversation update time as an Instant, or null if unknown.
    • getDestroyed

      Time that the conversation was destroyed.
      Returns:
      The conversation deletion time as an Instant, or null if unknown.