你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphItemActivity Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphItemActivity
- com.
- com.
public final class MicrosoftGraphItemActivity
extends MicrosoftGraphEntity
itemActivity.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphItemActivity() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
access()
Get the access property: access |
Offset |
activityDateTime()
Get the activity |
Microsoft |
actor()
Get the actor property: identity |
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
driveItem()
Get the drive |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAccess(Map<String,Object> access)
Set the access property: access |
Microsoft |
withActivityDateTime(OffsetDateTime activityDateTime)
Set the activity |
Microsoft |
withActor(MicrosoftGraphIdentitySet actor)
Set the actor property: identity |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDriveItem(MicrosoftGraphDriveItem driveItem)
Set the drive |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphItemActivity
public MicrosoftGraphItemActivity()
Creates an instance of MicrosoftGraphItemActivity class.
Method Details
access
public Map
Get the access property: accessAction.
Returns:
activityDateTime
public OffsetDateTime activityDateTime()
Get the activityDateTime property: Details about when the activity took place. Read-only.
Returns:
actor
public MicrosoftGraphIdentitySet actor()
Get the actor property: identitySet.
Returns:
additionalProperties
public Map
Get the additionalProperties property: itemActivity.
Overrides:
MicrosoftGraphItemActivity.additionalProperties()Returns:
driveItem
public MicrosoftGraphDriveItem driveItem()
Get the driveItem property: driveItem.
Returns:
fromJson
public static MicrosoftGraphItemActivity fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphItemActivity from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphItemActivity.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphItemActivity.validate()withAccess
public MicrosoftGraphItemActivity withAccess(Map
Set the access property: accessAction.
Parameters:
Returns:
withActivityDateTime
public MicrosoftGraphItemActivity withActivityDateTime(OffsetDateTime activityDateTime)
Set the activityDateTime property: Details about when the activity took place. Read-only.
Parameters:
Returns:
withActor
public MicrosoftGraphItemActivity withActor(MicrosoftGraphIdentitySet actor)
Set the actor property: identitySet.
Parameters:
Returns:
withAdditionalProperties
public MicrosoftGraphItemActivity withAdditionalProperties(Map
Set the additionalProperties property: itemActivity.
Overrides:
MicrosoftGraphItemActivity.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withDriveItem
public MicrosoftGraphItemActivity withDriveItem(MicrosoftGraphDriveItem driveItem)
Set the driveItem property: driveItem.
Parameters:
Returns:
withId
public MicrosoftGraphItemActivity withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphItemActivity.withId(String id)Parameters: