public class Trending extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
Entity |
resource
The Resource.
|
ResourceReference |
resourceReference
The Resource Reference.
|
ResourceVisualization |
resourceVisualization
The Resource Visualization.
|
java.lang.Double |
weight
The Weight.
|
| Constructor and Description |
|---|
Trending() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="resourceReference",
alternate="ResourceReference")
@Expose
@Nullable
public ResourceReference resourceReference
@SerializedName(value="resourceVisualization",
alternate="ResourceVisualization")
@Expose
@Nullable
public ResourceVisualization resourceVisualization
@SerializedName(value="weight",
alternate="Weight")
@Expose
@Nullable
public java.lang.Double weight
@SerializedName(value="resource",
alternate="Resource")
@Expose
@Nullable
public Entity resource
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to