Class BaseConversation

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.BaseConversation
All Implemented Interfaces:
Jsonable
Direct Known Subclasses:
Conversation

Represents the main attributes of a conversation.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Unique identifier for this conversation.
      Returns:
      The conversation ID as a string.
    • getName

      public String getName()
      Internal conversation name. Must be unique.
      Returns:
      The conversation name, or null if unespecified.
    • getDisplayName

      The public facing name of the conversation.
      Returns:
      The display name, or null if unespecified.
    • getImageUrl

      public URI getImageUrl()
      An image URL that you associate with the conversation.
      Returns:
      The image URL, or null if unspecified.
    • getTimestamp

      Timestamps for this conversation.
      Returns:
      The timestamps object, or null if unknown.