Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActivity
-
Packages that use MicrosoftGraphItemActivity Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphItemActivity in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphItemActivity Modifier and Type Method Description MicrosoftGraphItemActivityMicrosoftGraphItemActivity. withAccess(Map<String,Object> access)Set the access property: accessAction.MicrosoftGraphItemActivityMicrosoftGraphItemActivity. withActivityDateTime(OffsetDateTime activityDateTime)Set the activityDateTime property: Details about when the activity took place.MicrosoftGraphItemActivityMicrosoftGraphItemActivity. withActor(MicrosoftGraphIdentitySet actor)Set the actor property: identitySet.MicrosoftGraphItemActivityMicrosoftGraphItemActivity. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: itemActivity.MicrosoftGraphItemActivityMicrosoftGraphItemActivity. withDriveItem(MicrosoftGraphDriveItem driveItem)Set the driveItem property: driveItem.MicrosoftGraphItemActivityMicrosoftGraphItemActivity. withId(String id)Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphItemActivity Modifier and Type Method Description List<MicrosoftGraphItemActivity>MicrosoftGraphItemActivityStat. activities()Get the activities property: Exposes the itemActivities represented in this itemActivityStat resource.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphItemActivity Modifier and Type Method Description MicrosoftGraphItemActivityStatMicrosoftGraphItemActivityStat. withActivities(List<MicrosoftGraphItemActivity> activities)Set the activities property: Exposes the itemActivities represented in this itemActivityStat resource.
-