Class AadUserConversationMember

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AadUserConversationMember extends ConversationMember implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Aad User Conversation Member.
  • Field Details

    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email. The email address of the user.
    • tenantId

      @SerializedName(value="tenantId", alternate="TenantId") @Expose @Nullable public String tenantId
      The Tenant Id. TenantId which the Azure AD user belongs to.
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id. The guid of the user.
    • user

      @SerializedName(value="user", alternate="User") @Expose @Nullable public User user
      The User.
  • Constructor Details

    • AadUserConversationMember

      public AadUserConversationMember()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class ConversationMember
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to