Class MicrosoftGraphItemActivityStat
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActivityStat
itemActivityStat.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphItemActivityStat class. -
Method Summary
Modifier and TypeMethodDescriptionaccess()Get the access property: itemActionStat.Get the activities property: Exposes the itemActivities represented in this itemActivityStat resource.Get the additionalProperties property: itemActivityStat.create()Get the create property: itemActionStat.delete()Get the delete property: itemActionStat.edit()Get the edit property: itemActionStat.Get the endDateTime property: When the interval ends.Get the incompleteData property: incompleteData.Get the isTrending property: Indicates whether the item is 'trending.' Read-only.move()Get the move property: itemActionStat.Get the startDateTime property: When the interval starts.voidvalidate()Validates the instance.Set the access property: itemActionStat.withActivities(List<MicrosoftGraphItemActivity> activities) Set the activities property: Exposes the itemActivities represented in this itemActivityStat resource.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: itemActivityStat.Set the create property: itemActionStat.Set the delete property: itemActionStat.Set the edit property: itemActionStat.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: When the interval ends.Set the id property: Read-only.withIncompleteData(MicrosoftGraphIncompleteData incompleteData) Set the incompleteData property: incompleteData.withIsTrending(Boolean isTrending) Set the isTrending property: Indicates whether the item is 'trending.' Read-only.Set the move property: itemActionStat.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: When the interval starts.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphItemActivityStat
public MicrosoftGraphItemActivityStat()Creates an instance of MicrosoftGraphItemActivityStat class.
-
-
Method Details
-
access
Get the access property: itemActionStat.- Returns:
- the access value.
-
withAccess
Set the access property: itemActionStat.- Parameters:
access- the access value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
create
Get the create property: itemActionStat.- Returns:
- the create value.
-
withCreate
Set the create property: itemActionStat.- Parameters:
create- the create value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
delete
Get the delete property: itemActionStat.- Returns:
- the delete value.
-
withDelete
Set the delete property: itemActionStat.- Parameters:
delete- the delete value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
edit
Get the edit property: itemActionStat.- Returns:
- the edit value.
-
withEdit
Set the edit property: itemActionStat.- Parameters:
edit- the edit value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
endDateTime
Get the endDateTime property: When the interval ends. Read-only.- Returns:
- the endDateTime value.
-
withEndDateTime
Set the endDateTime property: When the interval ends. Read-only.- Parameters:
endDateTime- the endDateTime value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
incompleteData
Get the incompleteData property: incompleteData.- Returns:
- the incompleteData value.
-
withIncompleteData
public MicrosoftGraphItemActivityStat withIncompleteData(MicrosoftGraphIncompleteData incompleteData) Set the incompleteData property: incompleteData.- Parameters:
incompleteData- the incompleteData value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
isTrending
Get the isTrending property: Indicates whether the item is 'trending.' Read-only.- Returns:
- the isTrending value.
-
withIsTrending
Set the isTrending property: Indicates whether the item is 'trending.' Read-only.- Parameters:
isTrending- the isTrending value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
move
Get the move property: itemActionStat.- Returns:
- the move value.
-
withMove
Set the move property: itemActionStat.- Parameters:
move- the move value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
startDateTime
Get the startDateTime property: When the interval starts. Read-only.- Returns:
- the startDateTime value.
-
withStartDateTime
Set the startDateTime property: When the interval starts. Read-only.- Parameters:
startDateTime- the startDateTime value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
activities
Get the activities property: Exposes the itemActivities represented in this itemActivityStat resource.- Returns:
- the activities value.
-
withActivities
Set the activities property: Exposes the itemActivities represented in this itemActivityStat resource.- Parameters:
activities- the activities value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
additionalProperties
Get the additionalProperties property: itemActivityStat.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphItemActivityStat withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: itemActivityStat.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphItemActivityStat 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.
-