Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActionStat
-
Packages that use MicrosoftGraphItemActionStat Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphItemActionStat in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphItemActionStat Modifier and Type Method Description MicrosoftGraphItemActionStatMicrosoftGraphItemActivityStat. access()Get the access property: itemActionStat.MicrosoftGraphItemActionStatMicrosoftGraphItemActivityStat. create()Get the create property: itemActionStat.MicrosoftGraphItemActionStatMicrosoftGraphItemActivityStat. delete()Get the delete property: itemActionStat.MicrosoftGraphItemActionStatMicrosoftGraphItemActivityStat. edit()Get the edit property: itemActionStat.MicrosoftGraphItemActionStatMicrosoftGraphItemActivityStat. move()Get the move property: itemActionStat.MicrosoftGraphItemActionStatMicrosoftGraphItemActionStat. withActionCount(Integer actionCount)Set the actionCount property: The number of times the action took place.MicrosoftGraphItemActionStatMicrosoftGraphItemActionStat. withActorCount(Integer actorCount)Set the actorCount property: The number of distinct actors that performed the action.MicrosoftGraphItemActionStatMicrosoftGraphItemActionStat. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: itemActionStat.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphItemActionStat Modifier and Type Method Description MicrosoftGraphItemActivityStatMicrosoftGraphItemActivityStat. withAccess(MicrosoftGraphItemActionStat access)Set the access property: itemActionStat.MicrosoftGraphItemActivityStatMicrosoftGraphItemActivityStat. withCreate(MicrosoftGraphItemActionStat create)Set the create property: itemActionStat.MicrosoftGraphItemActivityStatMicrosoftGraphItemActivityStat. withDelete(MicrosoftGraphItemActionStat delete)Set the delete property: itemActionStat.MicrosoftGraphItemActivityStatMicrosoftGraphItemActivityStat. withEdit(MicrosoftGraphItemActionStat edit)Set the edit property: itemActionStat.MicrosoftGraphItemActivityStatMicrosoftGraphItemActivityStat. withMove(MicrosoftGraphItemActionStat move)Set the move property: itemActionStat.
-