MicrosoftGraphOfficeGraphInsights Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOfficeGraphInsights
- com.
- com.
public final class MicrosoftGraphOfficeGraphInsights
extends MicrosoftGraphEntity
officeGraphInsights.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOfficeGraphInsights() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
List<Microsoft |
shared()
Get the shared property: Calculated relationship identifying documents shared with or by the user. |
Json |
toJson(JsonWriter jsonWriter) |
List<Microsoft |
trending()
Get the trending property: Calculated relationship identifying documents trending around a user. |
List<Microsoft |
used()
Get the used property: Calculated relationship identifying the latest documents viewed or modified by a user, including One |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withShared(List<MicrosoftGraphSharedInsight> shared)
Set the shared property: Calculated relationship identifying documents shared with or by the user. |
Microsoft |
withTrending(List<MicrosoftGraphTrending> trending)
Set the trending property: Calculated relationship identifying documents trending around a user. |
Microsoft |
withUsed(List<MicrosoftGraphUsedInsight> used)
Set the used property: Calculated relationship identifying the latest documents viewed or modified by a user, including One |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOfficeGraphInsights
public MicrosoftGraphOfficeGraphInsights()
Creates an instance of MicrosoftGraphOfficeGraphInsights class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: officeGraphInsights.
Overrides:
MicrosoftGraphOfficeGraphInsights.additionalProperties()Returns:
fromJson
public static MicrosoftGraphOfficeGraphInsights fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOfficeGraphInsights from the JsonReader.
Parameters:
Returns:
Throws:
shared
public List
Get the shared property: Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOfficeGraphInsights.toJson(JsonWriter jsonWriter)Parameters:
Throws:
trending
public List
Get the trending property: Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
Returns:
used
public List
Get the used property: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOfficeGraphInsights.validate()withAdditionalProperties
public MicrosoftGraphOfficeGraphInsights withAdditionalProperties(Map
Set the additionalProperties property: officeGraphInsights.
Overrides:
MicrosoftGraphOfficeGraphInsights.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphOfficeGraphInsights withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOfficeGraphInsights.withId(String id)Parameters:
withShared
public MicrosoftGraphOfficeGraphInsights withShared(List
Set the shared property: Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
Parameters:
Returns:
withTrending
public MicrosoftGraphOfficeGraphInsights withTrending(List
Set the trending property: Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
Parameters:
Returns:
withUsed
public MicrosoftGraphOfficeGraphInsights withUsed(List
Set the used property: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
Parameters:
Returns:
Applies to
Azure SDK for Java