Class EngagementConversation

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

@Generated("com.microsoft.kiota") public class EngagementConversation extends Entity implements com.microsoft.kiota.serialization.Parsable
Represents a conversation in Viva Engage.
  • Constructor Details

    • EngagementConversation

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

    • createFromDiscriminatorValue

      @Nonnull public static EngagementConversation 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 EngagementConversation
    • getCreationMode

      @Nullable public EngagementCreationMode getCreationMode()
      Gets the creationMode property value. Indicates that the resource is in migration state and is currently being used for migration purposes.
      Returns:
      a EngagementCreationMode
    • 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>>
    • getMessages

      @Nullable public List<EngagementConversationMessage> getMessages()
      Gets the messages property value. The messages in a Viva Engage conversation.
      Returns:
      a List<EngagementConversationMessage>
    • getStarter

      @Nullable public EngagementConversationMessage getStarter()
      Gets the starter property value. The starter property
      Returns:
      a EngagementConversationMessage
    • getStarterId

      @Nullable public String getStarterId()
      Gets the starterId property value. The unique ID of the first message in a Viva Engage conversation.
      Returns:
      a String
    • 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
    • setCreationMode

      public void setCreationMode(@Nullable EngagementCreationMode value)
      Sets the creationMode property value. Indicates that the resource is in migration state and is currently being used for migration purposes.
      Parameters:
      value - Value to set for the creationMode property.
    • setMessages

      public void setMessages(@Nullable List<EngagementConversationMessage> value)
      Sets the messages property value. The messages in a Viva Engage conversation.
      Parameters:
      value - Value to set for the messages property.
    • setStarter

      public void setStarter(@Nullable EngagementConversationMessage value)
      Sets the starter property value. The starter property
      Parameters:
      value - Value to set for the starter property.
    • setStarterId

      public void setStarterId(@Nullable String value)
      Sets the starterId property value. The unique ID of the first message in a Viva Engage conversation.
      Parameters:
      value - Value to set for the starterId property.