Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Actions.The Modified Date Time.the OData type of the object as returned by the serviceThe Reaction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
actions
@SerializedName(value="actions", alternate="Actions") @Expose @Nullable public EnumSet<ChatMessageActions> actionsThe 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 modifiedDateTimeThe Modified Date Time. The date and time when the message was modified. -
reaction
@SerializedName(value="reaction", alternate="Reaction") @Expose @Nullable public ChatMessageReaction reactionThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-