Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallAiInsightcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the actionItems property value.Gets the callId property value.Gets the contentCorrelationId property value.Gets the createdDateTime property value.Gets the endDateTime property value.The deserialization information for the current modelGets the meetingNotes property value.Gets the viewpoint property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetActionItems(List<ActionItem> value) Sets the actionItems property value.voidSets the callId property value.voidsetContentCorrelationId(String value) Sets the contentCorrelationId property value.voidsetCreatedDateTime(OffsetDateTime value) Sets the createdDateTime property value.voidsetEndDateTime(OffsetDateTime value) Sets the endDateTime property value.voidsetMeetingNotes(List<MeetingNote> value) Sets the meetingNotes property value.voidSets the viewpoint property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
CallAiInsight
public CallAiInsight()Instantiates a newCallAiInsightand 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
Gets the actionItems property value. The actionItems property- Returns:
- a
List<ActionItem>
-
getCallId
Gets the callId property value. The callId property- Returns:
- a
String
-
getContentCorrelationId
Gets the contentCorrelationId property value. The contentCorrelationId property- Returns:
- a
String
-
getCreatedDateTime
Gets the createdDateTime property value. The createdDateTime property- Returns:
- a
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:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getMeetingNotes
Gets the meetingNotes property value. The meetingNotes property- Returns:
- a
List<MeetingNote>
-
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 -
setActionItems
Sets the actionItems property value. The actionItems property- Parameters:
value- Value to set for the actionItems property.
-
setCallId
Sets the callId property value. The callId property- Parameters:
value- Value to set for the callId property.
-
setContentCorrelationId
Sets the contentCorrelationId property value. The contentCorrelationId property- Parameters:
value- Value to set for the contentCorrelationId property.
-
setCreatedDateTime
Sets the createdDateTime property value. The createdDateTime property- Parameters:
value- Value to set for the createdDateTime property.
-
setEndDateTime
Sets the endDateTime property value. The endDateTime property- Parameters:
value- Value to set for the endDateTime property.
-
setMeetingNotes
Sets the meetingNotes property value. The meetingNotes property- Parameters:
value- Value to set for the meetingNotes property.
-
setViewpoint
Sets the viewpoint property value. The viewpoint property- Parameters:
value- Value to set for the viewpoint property.
-