public class AadUserConversationMember extends ConversationMember implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
email
The Email.
|
User |
user
The User.
|
java.lang.String |
userId
The User Id.
|
displayName, roles| Constructor and Description |
|---|
AadUserConversationMember() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="email",
alternate="Email")
@Expose
public java.lang.String email
@SerializedName(value="userId",
alternate="UserId")
@Expose
public java.lang.String userId
@SerializedName(value="user",
alternate="User")
@Expose
public User user
public com.google.gson.JsonObject getRawObject()
getRawObject in class ConversationMemberprotected ISerializer getSerializer()
getSerializer in class ConversationMemberpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ConversationMemberserializer - the serializerjson - the JSON object to set this object to