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. Access this property from the derived type itemInsights.
    • used

      @SerializedName(value="used", alternate="Used") @Expose @Nullable public UsedInsightCollectionPage used
      The Used. Access this property from the derived type itemInsights.
  • 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