Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Last Shared.The Last Shared Method.The Resource.The Resource Reference.The Resource Visualization.The Sharing History. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
resourceReference
@SerializedName(value="resourceReference", alternate="ResourceReference") @Expose @Nullable public ResourceReference resourceReferenceThe 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 resourceVisualizationThe 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> sharingHistoryThe Sharing History. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-