Class MicrosoftGraphOfficeGraphInsights
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOfficeGraphInsights
officeGraphInsights.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOfficeGraphInsights class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: officeGraphInsights.shared()Get the shared property: Calculated relationship identifying documents shared with or by the user.trending()Get the trending property: Calculated relationship identifying documents trending around a user.used()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.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: officeGraphInsights.Set the id property: Read-only.withShared(List<MicrosoftGraphSharedInsight> shared) Set the shared property: Calculated relationship identifying documents shared with or by the user.withTrending(List<MicrosoftGraphTrending> trending) Set the trending property: Calculated relationship identifying documents trending around a user.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.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphOfficeGraphInsights
public MicrosoftGraphOfficeGraphInsights()Creates an instance of MicrosoftGraphOfficeGraphInsights class.
-
-
Method Details
-
trending
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:
- the trending value.
-
withTrending
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:
trending- the trending value to set.- Returns:
- the MicrosoftGraphOfficeGraphInsights object itself.
-
used
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:
- the used value.
-
withUsed
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:
used- the used value to set.- Returns:
- the MicrosoftGraphOfficeGraphInsights object itself.
-
additionalProperties
Get the additionalProperties property: officeGraphInsights.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOfficeGraphInsights withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: officeGraphInsights.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOfficeGraphInsights object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.