Package com.microsoft.graph.models
Class Trending
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Trending
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Trending.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Last Modified Date Time.The Resource.The Resource Reference.The Resource Visualization.The Weight. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. -
resourceReference
@SerializedName(value="resourceReference", alternate="ResourceReference") @Expose @Nullable public ResourceReference resourceReferenceThe Resource Reference. Reference properties of the trending document, such as the url and type of the document. -
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. -
weight
The Weight. Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value. -
resource
The Resource. Used for navigating to the trending document.
-
-
Constructor Details
-
Trending
public Trending()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-