Class ChatMessageHistoryItem

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

public class ChatMessageHistoryItem extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Chat Message History Item.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • actions

      @SerializedName(value="actions", alternate="Actions") @Expose @Nullable public EnumSet<ChatMessageActions> actions
      The Actions. The modification actions of a message item.The possible values are: reactionAdded, reactionRemoved, actionUndefined, unknownFutureValue.
    • modifiedDateTime

      @SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTime
      The Modified Date Time. The date and time when the message was modified.
    • reaction

      @SerializedName(value="reaction", alternate="Reaction") @Expose @Nullable public ChatMessageReaction reaction
      The Reaction. The reaction in the modified message.
  • Constructor Details

    • ChatMessageHistoryItem

      public ChatMessageHistoryItem()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to