Class PinnedChatMessageInfo

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

public class PinnedChatMessageInfo extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Pinned Chat Message Info.
  • Field Details

    • message

      @SerializedName(value="message", alternate="Message") @Expose @Nullable public ChatMessage message
      The Message. Represents details about the chat message that is pinned.
  • Constructor Details

    • PinnedChatMessageInfo

      public PinnedChatMessageInfo()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to