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 MicrosoftGraphTrending
MicrosoftGraphTrending. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: trending.MicrosoftGraphTrending
MicrosoftGraphTrending. withId(String id)
Set the id property: Read-only.MicrosoftGraphTrending
MicrosoftGraphTrending. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The lastModifiedDateTime property.MicrosoftGraphTrending
MicrosoftGraphTrending. withResource(MicrosoftGraphEntity resource)
Set the resource property: entity.MicrosoftGraphTrending
MicrosoftGraphTrending. withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.MicrosoftGraphTrending
MicrosoftGraphTrending. withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)
Set the resourceVisualization property: resourceVisualization.MicrosoftGraphTrending
MicrosoftGraphTrending. 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 MicrosoftGraphOfficeGraphInsights
MicrosoftGraphOfficeGraphInsights. withTrending(List<MicrosoftGraphTrending> trending)
Set the trending property: Calculated relationship identifying documents trending around a user.
-