Class CallTranscriptEventMessageDetail

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

public class CallTranscriptEventMessageDetail extends EventMessageDetail implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Call Transcript Event Message Detail.
  • Field Details

    • callId

      @SerializedName(value="callId", alternate="CallId") @Expose @Nullable public String callId
      The Call Id. Unique identifier of the call.
    • callTranscriptICalUid

      @SerializedName(value="callTranscriptICalUid", alternate="CallTranscriptICalUid") @Expose @Nullable public String callTranscriptICalUid
      The Call Transcript ICal Uid. Unique identifier for a call transcript.
    • meetingOrganizer

      @SerializedName(value="meetingOrganizer", alternate="MeetingOrganizer") @Expose @Nullable public IdentitySet meetingOrganizer
      The Meeting Organizer. The organizer of the meeting.
  • Constructor Details

    • CallTranscriptEventMessageDetail

      public CallTranscriptEventMessageDetail()
  • 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