Class CallAiInsight

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CallAiInsight
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class CallAiInsight extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • CallAiInsight

      public CallAiInsight()
      Instantiates a new CallAiInsight and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static CallAiInsight createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a CallAiInsight
    • getActionItems

      @Nullable public List<ActionItem> getActionItems()
      Gets the actionItems property value. The actionItems property
      Returns:
      a List<ActionItem>
    • getCallId

      @Nullable public String getCallId()
      Gets the callId property value. The callId property
      Returns:
      a String
    • getContentCorrelationId

      @Nullable public String getContentCorrelationId()
      Gets the contentCorrelationId property value. The contentCorrelationId property
      Returns:
      a String
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. The createdDateTime property
      Returns:
      a OffsetDateTime
    • getEndDateTime

      @Nullable public OffsetDateTime getEndDateTime()
      Gets the endDateTime property value. The endDateTime property
      Returns:
      a OffsetDateTime
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMeetingNotes

      @Nullable public List<MeetingNote> getMeetingNotes()
      Gets the meetingNotes property value. The meetingNotes property
      Returns:
      a List<MeetingNote>
    • getViewpoint

      @Nullable public CallAiInsightViewPoint getViewpoint()
      Gets the viewpoint property value. The viewpoint property
      Returns:
      a CallAiInsightViewPoint
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setActionItems

      public void setActionItems(@Nullable List<ActionItem> value)
      Sets the actionItems property value. The actionItems property
      Parameters:
      value - Value to set for the actionItems property.
    • setCallId

      public void setCallId(@Nullable String value)
      Sets the callId property value. The callId property
      Parameters:
      value - Value to set for the callId property.
    • setContentCorrelationId

      public void setContentCorrelationId(@Nullable String value)
      Sets the contentCorrelationId property value. The contentCorrelationId property
      Parameters:
      value - Value to set for the contentCorrelationId property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. The createdDateTime property
      Parameters:
      value - Value to set for the createdDateTime property.
    • setEndDateTime

      public void setEndDateTime(@Nullable OffsetDateTime value)
      Sets the endDateTime property value. The endDateTime property
      Parameters:
      value - Value to set for the endDateTime property.
    • setMeetingNotes

      public void setMeetingNotes(@Nullable List<MeetingNote> value)
      Sets the meetingNotes property value. The meetingNotes property
      Parameters:
      value - Value to set for the meetingNotes property.
    • setViewpoint

      public void setViewpoint(@Nullable CallAiInsightViewPoint value)
      Sets the viewpoint property value. The viewpoint property
      Parameters:
      value - Value to set for the viewpoint property.