Class MeetingPolicyUpdatedEventMessageDetail

java.lang.Object
com.microsoft.graph.models.EventMessageDetail
com.microsoft.graph.models.MeetingPolicyUpdatedEventMessageDetail
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MeetingPolicyUpdatedEventMessageDetail extends EventMessageDetail implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Meeting Policy Updated Event Message Detail.
  • Field Details

    • initiator

      @SerializedName(value="initiator", alternate="Initiator") @Expose @Nullable public IdentitySet initiator
      The Initiator. Initiator of the event.
    • meetingChatEnabled

      @SerializedName(value="meetingChatEnabled", alternate="MeetingChatEnabled") @Expose @Nullable public Boolean meetingChatEnabled
      The Meeting Chat Enabled. Represents whether the meeting chat is enabled or not.
    • meetingChatId

      @SerializedName(value="meetingChatId", alternate="MeetingChatId") @Expose @Nullable public String meetingChatId
      The Meeting Chat Id. Unique identifier of the meeting chat.
  • Constructor Details

    • MeetingPolicyUpdatedEventMessageDetail

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