你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphItemActivityStat Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphItemActivityStat
- com.
- com.
public final class MicrosoftGraphItemActivityStat
extends MicrosoftGraphEntity
itemActivityStat.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphItemActivityStat() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Microsoft |
access()
Get the access property: item |
List<Microsoft |
activities()
Get the activities property: Exposes the item |
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
create()
Get the create property: item |
Microsoft |
delete()
Get the delete property: item |
Microsoft |
edit()
Get the edit property: item |
Offset |
endDateTime()
Get the end |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
incompleteData()
Get the incomplete |
Boolean |
isTrending()
Get the is |
Microsoft |
move()
Get the move property: item |
Offset |
startDateTime()
Get the start |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAccess(MicrosoftGraphItemActionStat access)
Set the access property: item |
Microsoft |
withActivities(List<MicrosoftGraphItemActivity> activities)
Set the activities property: Exposes the item |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreate(MicrosoftGraphItemActionStat create)
Set the create property: item |
Microsoft |
withDelete(MicrosoftGraphItemActionStat delete)
Set the delete property: item |
Microsoft |
withEdit(MicrosoftGraphItemActionStat edit)
Set the edit property: item |
Microsoft |
withEndDateTime(OffsetDateTime endDateTime)
Set the end |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withIncompleteData(MicrosoftGraphIncompleteData incompleteData)
Set the incomplete |
Microsoft |
withIsTrending(Boolean isTrending)
Set the is |
Microsoft |
withMove(MicrosoftGraphItemActionStat move)
Set the move property: item |
Microsoft |
withStartDateTime(OffsetDateTime startDateTime)
Set the start |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphItemActivityStat
public MicrosoftGraphItemActivityStat()
Creates an instance of MicrosoftGraphItemActivityStat class.
Method Details
access
public MicrosoftGraphItemActionStat access()
Get the access property: itemActionStat.
Returns:
activities
public List
Get the activities property: Exposes the itemActivities represented in this itemActivityStat resource.
Returns:
additionalProperties
public Map
Get the additionalProperties property: itemActivityStat.
Overrides:
MicrosoftGraphItemActivityStat.additionalProperties()Returns:
create
public MicrosoftGraphItemActionStat create()
Get the create property: itemActionStat.
Returns:
delete
public MicrosoftGraphItemActionStat delete()
Get the delete property: itemActionStat.
Returns:
edit
public MicrosoftGraphItemActionStat edit()
Get the edit property: itemActionStat.
Returns:
endDateTime
public OffsetDateTime endDateTime()
Get the endDateTime property: When the interval ends. Read-only.
Returns:
fromJson
public static MicrosoftGraphItemActivityStat fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphItemActivityStat from the JsonReader.
Parameters:
Returns:
Throws:
incompleteData
public MicrosoftGraphIncompleteData incompleteData()
Get the incompleteData property: incompleteData.
Returns:
isTrending
public Boolean isTrending()
Get the isTrending property: Indicates whether the item is 'trending.' Read-only.
Returns:
move
public MicrosoftGraphItemActionStat move()
Get the move property: itemActionStat.
Returns:
startDateTime
public OffsetDateTime startDateTime()
Get the startDateTime property: When the interval starts. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphItemActivityStat.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphItemActivityStat.validate()withAccess
public MicrosoftGraphItemActivityStat withAccess(MicrosoftGraphItemActionStat access)
Set the access property: itemActionStat.
Parameters:
Returns:
withActivities
public MicrosoftGraphItemActivityStat withActivities(List
Set the activities property: Exposes the itemActivities represented in this itemActivityStat resource.
Parameters:
Returns:
withAdditionalProperties
public MicrosoftGraphItemActivityStat withAdditionalProperties(Map
Set the additionalProperties property: itemActivityStat.
Overrides:
MicrosoftGraphItemActivityStat.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCreate
public MicrosoftGraphItemActivityStat withCreate(MicrosoftGraphItemActionStat create)
Set the create property: itemActionStat.
Parameters:
Returns:
withDelete
public MicrosoftGraphItemActivityStat withDelete(MicrosoftGraphItemActionStat delete)
Set the delete property: itemActionStat.
Parameters:
Returns:
withEdit
public MicrosoftGraphItemActivityStat withEdit(MicrosoftGraphItemActionStat edit)
Set the edit property: itemActionStat.
Parameters:
Returns:
withEndDateTime
public MicrosoftGraphItemActivityStat withEndDateTime(OffsetDateTime endDateTime)
Set the endDateTime property: When the interval ends. Read-only.
Parameters:
Returns:
withId
public MicrosoftGraphItemActivityStat withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphItemActivityStat.withId(String id)Parameters:
withIncompleteData
public MicrosoftGraphItemActivityStat withIncompleteData(MicrosoftGraphIncompleteData incompleteData)
Set the incompleteData property: incompleteData.
Parameters:
Returns:
withIsTrending
public MicrosoftGraphItemActivityStat withIsTrending(Boolean isTrending)
Set the isTrending property: Indicates whether the item is 'trending.' Read-only.
Parameters:
Returns:
withMove
public MicrosoftGraphItemActivityStat withMove(MicrosoftGraphItemActionStat move)
Set the move property: itemActionStat.
Parameters:
Returns:
withStartDateTime
public MicrosoftGraphItemActivityStat withStartDateTime(OffsetDateTime startDateTime)
Set the startDateTime property: When the interval starts. Read-only.
Parameters:
Returns: