Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemAnalytics
-
Packages that use MicrosoftGraphItemAnalytics Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphItemAnalytics in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphItemAnalytics Modifier and Type Method Description MicrosoftGraphItemAnalytics
MicrosoftGraphDriveItem. analytics()
Get the analytics property: itemAnalytics.MicrosoftGraphItemAnalytics
MicrosoftGraphListItem. analytics()
Get the analytics property: itemAnalytics.MicrosoftGraphItemAnalytics
MicrosoftGraphSite. analytics()
Get the analytics property: itemAnalytics.MicrosoftGraphItemAnalytics
MicrosoftGraphItemAnalytics. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemAnalytics.MicrosoftGraphItemAnalytics
MicrosoftGraphItemAnalytics. withAllTime(MicrosoftGraphItemActivityStat allTime)
Set the allTime property: itemActivityStat.MicrosoftGraphItemAnalytics
MicrosoftGraphItemAnalytics. withId(String id)
Set the id property: Read-only.MicrosoftGraphItemAnalytics
MicrosoftGraphItemAnalytics. withItemActivityStats(List<MicrosoftGraphItemActivityStat> itemActivityStats)
Set the itemActivityStats property: The itemActivityStats property.MicrosoftGraphItemAnalytics
MicrosoftGraphItemAnalytics. withLastSevenDays(MicrosoftGraphItemActivityStat lastSevenDays)
Set the lastSevenDays property: itemActivityStat.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphItemAnalytics Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withAnalytics(MicrosoftGraphItemAnalytics analytics)
Set the analytics property: itemAnalytics.MicrosoftGraphListItem
MicrosoftGraphListItem. withAnalytics(MicrosoftGraphItemAnalytics analytics)
Set the analytics property: itemAnalytics.MicrosoftGraphSite
MicrosoftGraphSite. withAnalytics(MicrosoftGraphItemAnalytics analytics)
Set the analytics property: itemAnalytics.
-