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 MicrosoftGraphItemActivity
MicrosoftGraphItemActivity. withAccess(Map<String,Object> access)
Set the access property: accessAction.MicrosoftGraphItemActivity
MicrosoftGraphItemActivity. withActivityDateTime(OffsetDateTime activityDateTime)
Set the activityDateTime property: Details about when the activity took place.MicrosoftGraphItemActivity
MicrosoftGraphItemActivity. withActor(MicrosoftGraphIdentitySet actor)
Set the actor property: identitySet.MicrosoftGraphItemActivity
MicrosoftGraphItemActivity. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemActivity.MicrosoftGraphItemActivity
MicrosoftGraphItemActivity. withDriveItem(MicrosoftGraphDriveItem driveItem)
Set the driveItem property: driveItem.MicrosoftGraphItemActivity
MicrosoftGraphItemActivity. 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 MicrosoftGraphItemActivityStat
MicrosoftGraphItemActivityStat. withActivities(List<MicrosoftGraphItemActivity> activities)
Set the activities property: Exposes the itemActivities represented in this itemActivityStat resource.
-