public class AadUserConversationMember extends ConversationMember implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
email
The Email.
|
java.lang.String |
tenantId
The Tenant Id.
|
User |
user
The User.
|
java.lang.String |
userId
The User Id.
|
displayName, roles, visibleHistoryStartDateTime| Constructor and Description |
|---|
AadUserConversationMember() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="email",
alternate="Email")
@Expose
@Nullable
public java.lang.String email
@SerializedName(value="tenantId",
alternate="TenantId")
@Expose
@Nullable
public java.lang.String tenantId
@SerializedName(value="userId",
alternate="UserId")
@Expose
@Nullable
public java.lang.String userId
@SerializedName(value="user",
alternate="User")
@Expose
@Nullable
public User user
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class ConversationMemberserializer - the serializerjson - the JSON object to set this object to