Class MicrosoftGraphItemActivity
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActivity
itemActivity.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphItemActivity class. -
Method Summary
Modifier and TypeMethodDescriptionaccess()Get the access property: accessAction.Get the activityDateTime property: Details about when the activity took place.actor()Get the actor property: identitySet.Get the additionalProperties property: itemActivity.Get the driveItem property: driveItem.voidvalidate()Validates the instance.withAccess(Map<String, Object> access) Set the access property: accessAction.withActivityDateTime(OffsetDateTime activityDateTime) Set the activityDateTime property: Details about when the activity took place.Set the actor property: identitySet.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: itemActivity.withDriveItem(MicrosoftGraphDriveItem driveItem) Set the driveItem property: driveItem.Set the id property: Read-only.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphItemActivity
public MicrosoftGraphItemActivity()Creates an instance of MicrosoftGraphItemActivity class.
-
-
Method Details
-
access
Get the access property: accessAction.- Returns:
- the access value.
-
withAccess
Set the access property: accessAction.- Parameters:
access- the access value to set.- Returns:
- the MicrosoftGraphItemActivity object itself.
-
activityDateTime
Get the activityDateTime property: Details about when the activity took place. Read-only.- Returns:
- the activityDateTime value.
-
withActivityDateTime
Set the activityDateTime property: Details about when the activity took place. Read-only.- Parameters:
activityDateTime- the activityDateTime value to set.- Returns:
- the MicrosoftGraphItemActivity object itself.
-
actor
Get the actor property: identitySet.- Returns:
- the actor value.
-
withActor
Set the actor property: identitySet.- Parameters:
actor- the actor value to set.- Returns:
- the MicrosoftGraphItemActivity object itself.
-
driveItem
Get the driveItem property: driveItem.- Returns:
- the driveItem value.
-
withDriveItem
Set the driveItem property: driveItem.- Parameters:
driveItem- the driveItem value to set.- Returns:
- the MicrosoftGraphItemActivity object itself.
-
additionalProperties
Get the additionalProperties property: itemActivity.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: itemActivity.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphItemActivity object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-