public class SharedInsight extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
SharingDetail |
lastShared
The Last Shared.
|
Entity |
lastSharedMethod
The Last Shared Method.
|
Entity |
resource
The Resource.
|
ResourceReference |
resourceReference
The Resource Reference.
|
ResourceVisualization |
resourceVisualization
The Resource Visualization.
|
java.util.List<SharingDetail> |
sharingHistory
The Sharing History.
|
| Constructor and Description |
|---|
SharedInsight() |
| 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="lastShared",
alternate="LastShared")
@Expose
@Nullable
public SharingDetail lastShared
@SerializedName(value="resourceReference",
alternate="ResourceReference")
@Expose
@Nullable
public ResourceReference resourceReference
@SerializedName(value="resourceVisualization",
alternate="ResourceVisualization")
@Expose
@Nullable
public ResourceVisualization resourceVisualization
@SerializedName(value="sharingHistory",
alternate="SharingHistory")
@Expose
@Nullable
public java.util.List<SharingDetail> sharingHistory
@SerializedName(value="lastSharedMethod",
alternate="LastSharedMethod")
@Expose
@Nullable
public Entity lastSharedMethod
@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