Class MemberTimestamp

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.MemberTimestamp
All Implemented Interfaces:
Jsonable

public class MemberTimestamp extends JsonableBaseObject
Represents the timestamps in Member.getTimestamp().
  • Constructor Details

  • Method Details

    • getInvited

      public Instant getInvited()
      Time that the member was invited.
      Returns:
      The member invitation time as an Instant, or null if unknown.
    • getJoined

      public Instant getJoined()
      Time that the member joined.
      Returns:
      The member join time as an Instant, or null if unknown.
    • getLeft

      public Instant getLeft()
      Time that the member left.
      Returns:
      The member leave time as an Instant, or null if unknown.