Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTrending
-
Packages that use MicrosoftGraphTrending Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTrending in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTrending Modifier and Type Method Description MicrosoftGraphTrendingMicrosoftGraphTrending. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: trending.MicrosoftGraphTrendingMicrosoftGraphTrending. withId(String id)Set the id property: Read-only.MicrosoftGraphTrendingMicrosoftGraphTrending. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: The lastModifiedDateTime property.MicrosoftGraphTrendingMicrosoftGraphTrending. withResource(MicrosoftGraphEntity resource)Set the resource property: entity.MicrosoftGraphTrendingMicrosoftGraphTrending. withResourceReference(MicrosoftGraphResourceReference resourceReference)Set the resourceReference property: resourceReference.MicrosoftGraphTrendingMicrosoftGraphTrending. withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)Set the resourceVisualization property: resourceVisualization.MicrosoftGraphTrendingMicrosoftGraphTrending. withWeight(Double weight)Set the weight property: Value indicating how much the document is currently trending.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTrending Modifier and Type Method Description List<MicrosoftGraphTrending>MicrosoftGraphOfficeGraphInsights. trending()Get the trending property: Calculated relationship identifying documents trending around a user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTrending Modifier and Type Method Description MicrosoftGraphOfficeGraphInsightsMicrosoftGraphOfficeGraphInsights. withTrending(List<MicrosoftGraphTrending> trending)Set the trending property: Calculated relationship identifying documents trending around a user.
-