Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActivityStat
Packages that use MicrosoftGraphItemActivityStat
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphItemActivityStat in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphItemActivityStatModifier and TypeMethodDescriptionMicrosoftGraphItemAnalytics.allTime()Get the allTime property: itemActivityStat.MicrosoftGraphItemAnalytics.lastSevenDays()Get the lastSevenDays property: itemActivityStat.MicrosoftGraphItemActivityStat.withAccess(MicrosoftGraphItemActionStat access) Set the access property: itemActionStat.MicrosoftGraphItemActivityStat.withActivities(List<MicrosoftGraphItemActivity> activities) Set the activities property: Exposes the itemActivities represented in this itemActivityStat resource.MicrosoftGraphItemActivityStat.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: itemActivityStat.MicrosoftGraphItemActivityStat.withCreate(MicrosoftGraphItemActionStat create) Set the create property: itemActionStat.MicrosoftGraphItemActivityStat.withDelete(MicrosoftGraphItemActionStat delete) Set the delete property: itemActionStat.MicrosoftGraphItemActivityStat.withEdit(MicrosoftGraphItemActionStat edit) Set the edit property: itemActionStat.MicrosoftGraphItemActivityStat.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: When the interval ends.Set the id property: Read-only.MicrosoftGraphItemActivityStat.withIncompleteData(MicrosoftGraphIncompleteData incompleteData) Set the incompleteData property: incompleteData.MicrosoftGraphItemActivityStat.withIsTrending(Boolean isTrending) Set the isTrending property: Indicates whether the item is 'trending.' Read-only.MicrosoftGraphItemActivityStat.withMove(MicrosoftGraphItemActionStat move) Set the move property: itemActionStat.MicrosoftGraphItemActivityStat.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: When the interval starts.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphItemActivityStatModifier and TypeMethodDescriptionMicrosoftGraphItemAnalytics.itemActivityStats()Get the itemActivityStats property: The itemActivityStats property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphItemActivityStatModifier and TypeMethodDescriptionMicrosoftGraphItemAnalytics.withAllTime(MicrosoftGraphItemActivityStat allTime) Set the allTime property: itemActivityStat.MicrosoftGraphItemAnalytics.withLastSevenDays(MicrosoftGraphItemActivityStat lastSevenDays) Set the lastSevenDays property: itemActivityStat.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphItemActivityStatModifier and TypeMethodDescriptionMicrosoftGraphItemAnalytics.withItemActivityStats(List<MicrosoftGraphItemActivityStat> itemActivityStats) Set the itemActivityStats property: The itemActivityStats property.