Class OnlineMeetingEngagementConversation

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

@Generated("com.microsoft.kiota") public class OnlineMeetingEngagementConversation extends EngagementConversation implements com.microsoft.kiota.serialization.Parsable
A conversation for Teams QA online meeting.
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static OnlineMeetingEngagementConversation 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 OnlineMeetingEngagementConversation
    • 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 EngagementConversation
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getModerationState

      @Nullable public EngagementConversationModerationState getModerationState()
      Gets the moderationState property value. Represents the moderation state of an Engage conversation message.
      Returns:
      a EngagementConversationModerationState
    • getOnlineMeeting

      @Nullable public OnlineMeeting getOnlineMeeting()
      Gets the onlineMeeting property value. The onlineMeeting property
      Returns:
      a OnlineMeeting
    • getOnlineMeetingId

      @Nullable public String getOnlineMeetingId()
      Gets the onlineMeetingId property value. The unique identifier of the online meeting associated with this conversation. The online meeting ID links the conversation to a specific meeting instance.
      Returns:
      a String
    • getOrganizer

      @Nullable public EngagementIdentitySet getOrganizer()
      Gets the organizer property value. The organizer property
      Returns:
      a EngagementIdentitySet
    • getUpvoteCount

      @Nullable public Integer getUpvoteCount()
      Gets the upvoteCount property value. The number of upvotes the conversation received.
      Returns:
      a Integer
    • 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 EngagementConversation
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setModerationState

      public void setModerationState(@Nullable EngagementConversationModerationState value)
      Sets the moderationState property value. Represents the moderation state of an Engage conversation message.
      Parameters:
      value - Value to set for the moderationState property.
    • setOnlineMeeting

      public void setOnlineMeeting(@Nullable OnlineMeeting value)
      Sets the onlineMeeting property value. The onlineMeeting property
      Parameters:
      value - Value to set for the onlineMeeting property.
    • setOnlineMeetingId

      public void setOnlineMeetingId(@Nullable String value)
      Sets the onlineMeetingId property value. The unique identifier of the online meeting associated with this conversation. The online meeting ID links the conversation to a specific meeting instance.
      Parameters:
      value - Value to set for the onlineMeetingId property.
    • setOrganizer

      public void setOrganizer(@Nullable EngagementIdentitySet value)
      Sets the organizer property value. The organizer property
      Parameters:
      value - Value to set for the organizer property.
    • setUpvoteCount

      public void setUpvoteCount(@Nullable Integer value)
      Sets the upvoteCount property value. The number of upvotes the conversation received.
      Parameters:
      value - Value to set for the upvoteCount property.