Package com.vonage.client.conversations
Class MemberTimestamp
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.MemberTimestamp
- All Implemented Interfaces:
Jsonable
Represents the timestamps in
Member.getTimestamp().-
Constructor Summary
Constructors -
Method Summary
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
-
MemberTimestamp
protected MemberTimestamp()
-
-
Method Details
-
getInvited
Time that the member was invited.- Returns:
- The member invitation time as an Instant, or
nullif unknown.
-
getJoined
Time that the member joined.- Returns:
- The member join time as an Instant, or
nullif unknown.
-
getLeft
Time that the member left.- Returns:
- The member leave time as an Instant, or
nullif unknown.
-