Class AadUserConversationMemberResult

java.lang.Object
com.microsoft.graph.models.ActionResultPart
com.microsoft.graph.models.AadUserConversationMemberResult
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id.
  • Constructor Details

    • AadUserConversationMemberResult

      public AadUserConversationMemberResult()
  • 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 ActionResultPart
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to