Package com.microsoft.graph.models
Class UsedInsight
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UsedInsight
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Used Insight.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Last Used.The Resource.The Resource Reference.The Resource Visualization. -
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
-
lastUsed
@SerializedName(value="lastUsed", alternate="LastUsed") @Expose @Nullable public UsageDetails lastUsedThe Last Used. Information about when the item was last viewed or modified by the user. Read only. -
resourceReference
@SerializedName(value="resourceReference", alternate="ResourceReference") @Expose @Nullable public ResourceReference resourceReferenceThe Resource Reference. Reference properties of the used 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 -
resource
The Resource. Used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.
-
-
Constructor Details
-
UsedInsight
public UsedInsight()
-
-
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
-