Class OfficeGraphInsights

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

public class OfficeGraphInsights extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Office Graph Insights.
  • Field Details

    • shared

      @SerializedName(value="shared", alternate="Shared") @Expose @Nullable public SharedInsightCollectionPage shared
      The Shared. Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
    • used

      @SerializedName(value="used", alternate="Used") @Expose @Nullable public UsedInsightCollectionPage used
      The Used. Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
  • Constructor Details

    • OfficeGraphInsights

      public OfficeGraphInsights()
  • 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