Class CallEndedEventMessageDetail

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

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

    • callDuration

      @SerializedName(value="callDuration", alternate="CallDuration") @Expose @Nullable public Duration callDuration
      The Call Duration. Duration of the call.
    • callEventType

      @SerializedName(value="callEventType", alternate="CallEventType") @Expose @Nullable public TeamworkCallEventType callEventType
      The Call Event Type. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
    • callId

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

      @SerializedName(value="callParticipants", alternate="CallParticipants") @Expose @Nullable public List<CallParticipantInfo> callParticipants
      The Call Participants. List of call participants.
    • initiator

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

    • CallEndedEventMessageDetail

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