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 MicrosoftGraphItemActionStat
MicrosoftGraphItemActivityStat. access()
Get the access property: itemActionStat.MicrosoftGraphItemActionStat
MicrosoftGraphItemActivityStat. create()
Get the create property: itemActionStat.MicrosoftGraphItemActionStat
MicrosoftGraphItemActivityStat. delete()
Get the delete property: itemActionStat.MicrosoftGraphItemActionStat
MicrosoftGraphItemActivityStat. edit()
Get the edit property: itemActionStat.MicrosoftGraphItemActionStat
MicrosoftGraphItemActivityStat. move()
Get the move property: itemActionStat.MicrosoftGraphItemActionStat
MicrosoftGraphItemActionStat. withActionCount(Integer actionCount)
Set the actionCount property: The number of times the action took place.MicrosoftGraphItemActionStat
MicrosoftGraphItemActionStat. withActorCount(Integer actorCount)
Set the actorCount property: The number of distinct actors that performed the action.MicrosoftGraphItemActionStat
MicrosoftGraphItemActionStat. 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 MicrosoftGraphItemActivityStat
MicrosoftGraphItemActivityStat. withAccess(MicrosoftGraphItemActionStat access)
Set the access property: itemActionStat.MicrosoftGraphItemActivityStat
MicrosoftGraphItemActivityStat. withCreate(MicrosoftGraphItemActionStat create)
Set the create property: itemActionStat.MicrosoftGraphItemActivityStat
MicrosoftGraphItemActivityStat. withDelete(MicrosoftGraphItemActionStat delete)
Set the delete property: itemActionStat.MicrosoftGraphItemActivityStat
MicrosoftGraphItemActivityStat. withEdit(MicrosoftGraphItemActionStat edit)
Set the edit property: itemActionStat.MicrosoftGraphItemActivityStat
MicrosoftGraphItemActivityStat. withMove(MicrosoftGraphItemActionStat move)
Set the move property: itemActionStat.
-