Package com.vonage.client.conversations
Class UserConversation
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.BaseConversation
com.vonage.client.conversations.Conversation
com.vonage.client.conversations.UserConversation
- All Implemented Interfaces:
Jsonable
Response object when querying a user's conversations.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vonage.client.conversations.Conversation
Conversation.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBasic metadata about the conversation membership.Methods inherited from class com.vonage.client.conversations.Conversation
builder, getCallback, getNumbers, getProperties, getSequenceNumber, getStateMethods inherited from class com.vonage.client.conversations.BaseConversation
getDisplayName, getId, getImageUrl, getName, getTimestampMethods 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
-
UserConversation
protected UserConversation()
-
-
Method Details
-
getMember
Basic metadata about the conversation membership.- Returns:
- The embedded member response, or
nullif absent.
-