Class SharedInsight

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

public class SharedInsight extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Shared Insight.
  • Field Details

    • lastShared

      @SerializedName(value="lastShared", alternate="LastShared") @Expose @Nullable public SharingDetail lastShared
      The Last Shared. Details about the shared item. Read only.
    • resourceReference

      @SerializedName(value="resourceReference", alternate="ResourceReference") @Expose @Nullable public ResourceReference resourceReference
      The Resource Reference. Reference properties of the shared document, such as the url and type of the document. Read-only
    • resourceVisualization

      @SerializedName(value="resourceVisualization", alternate="ResourceVisualization") @Expose @Nullable public ResourceVisualization resourceVisualization
      The Resource Visualization. Properties that you can use to visualize the document in your experience. Read-only
    • sharingHistory

      @SerializedName(value="sharingHistory", alternate="SharingHistory") @Expose @Nullable public List<SharingDetail> sharingHistory
      The Sharing History.
    • lastSharedMethod

      @SerializedName(value="lastSharedMethod", alternate="LastSharedMethod") @Expose @Nullable public Entity lastSharedMethod
      The Last Shared Method.
    • resource

      @SerializedName(value="resource", alternate="Resource") @Expose @Nullable public Entity resource
      The Resource. Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.
  • Constructor Details

    • SharedInsight

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