Class MicrosoftGraphItemActivityStat
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemActivityStat
-
public final class MicrosoftGraphItemActivityStat extends MicrosoftGraphEntity
itemActivityStat.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphItemActivityStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicrosoftGraphItemActionStataccess()Get the access property: itemActionStat.List<MicrosoftGraphItemActivity>activities()Get the activities property: Exposes the itemActivities represented in this itemActivityStat resource.Map<String,Object>additionalProperties()Get the additionalProperties property: itemActivityStat.MicrosoftGraphItemActionStatcreate()Get the create property: itemActionStat.MicrosoftGraphItemActionStatdelete()Get the delete property: itemActionStat.MicrosoftGraphItemActionStatedit()Get the edit property: itemActionStat.OffsetDateTimeendDateTime()Get the endDateTime property: When the interval ends.MicrosoftGraphIncompleteDataincompleteData()Get the incompleteData property: incompleteData.BooleanisTrending()Get the isTrending property: Indicates whether the item is 'trending.' Read-only.MicrosoftGraphItemActionStatmove()Get the move property: itemActionStat.OffsetDateTimestartDateTime()Get the startDateTime property: When the interval starts.voidvalidate()Validates the instance.MicrosoftGraphItemActivityStatwithAccess(MicrosoftGraphItemActionStat access)Set the access property: itemActionStat.MicrosoftGraphItemActivityStatwithActivities(List<MicrosoftGraphItemActivity> activities)Set the activities property: Exposes the itemActivities represented in this itemActivityStat resource.MicrosoftGraphItemActivityStatwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: itemActivityStat.MicrosoftGraphItemActivityStatwithCreate(MicrosoftGraphItemActionStat create)Set the create property: itemActionStat.MicrosoftGraphItemActivityStatwithDelete(MicrosoftGraphItemActionStat delete)Set the delete property: itemActionStat.MicrosoftGraphItemActivityStatwithEdit(MicrosoftGraphItemActionStat edit)Set the edit property: itemActionStat.MicrosoftGraphItemActivityStatwithEndDateTime(OffsetDateTime endDateTime)Set the endDateTime property: When the interval ends.MicrosoftGraphItemActivityStatwithId(String id)Set the id property: Read-only.MicrosoftGraphItemActivityStatwithIncompleteData(MicrosoftGraphIncompleteData incompleteData)Set the incompleteData property: incompleteData.MicrosoftGraphItemActivityStatwithIsTrending(Boolean isTrending)Set the isTrending property: Indicates whether the item is 'trending.' Read-only.MicrosoftGraphItemActivityStatwithMove(MicrosoftGraphItemActionStat move)Set the move property: itemActionStat.MicrosoftGraphItemActivityStatwithStartDateTime(OffsetDateTime startDateTime)Set the startDateTime property: When the interval starts.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
access
public MicrosoftGraphItemActionStat access()
Get the access property: itemActionStat.- Returns:
- the access value.
-
withAccess
public MicrosoftGraphItemActivityStat withAccess(MicrosoftGraphItemActionStat access)
Set the access property: itemActionStat.- Parameters:
access- the access value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
create
public MicrosoftGraphItemActionStat create()
Get the create property: itemActionStat.- Returns:
- the create value.
-
withCreate
public MicrosoftGraphItemActivityStat withCreate(MicrosoftGraphItemActionStat create)
Set the create property: itemActionStat.- Parameters:
create- the create value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
delete
public MicrosoftGraphItemActionStat delete()
Get the delete property: itemActionStat.- Returns:
- the delete value.
-
withDelete
public MicrosoftGraphItemActivityStat withDelete(MicrosoftGraphItemActionStat delete)
Set the delete property: itemActionStat.- Parameters:
delete- the delete value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
edit
public MicrosoftGraphItemActionStat edit()
Get the edit property: itemActionStat.- Returns:
- the edit value.
-
withEdit
public MicrosoftGraphItemActivityStat withEdit(MicrosoftGraphItemActionStat edit)
Set the edit property: itemActionStat.- Parameters:
edit- the edit value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
endDateTime
public OffsetDateTime endDateTime()
Get the endDateTime property: When the interval ends. Read-only.- Returns:
- the endDateTime value.
-
withEndDateTime
public MicrosoftGraphItemActivityStat withEndDateTime(OffsetDateTime endDateTime)
Set the endDateTime property: When the interval ends. Read-only.- Parameters:
endDateTime- the endDateTime value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
incompleteData
public MicrosoftGraphIncompleteData 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
public Boolean isTrending()
Get the isTrending property: Indicates whether the item is 'trending.' Read-only.- Returns:
- the isTrending value.
-
withIsTrending
public MicrosoftGraphItemActivityStat withIsTrending(Boolean isTrending)
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
public MicrosoftGraphItemActionStat move()
Get the move property: itemActionStat.- Returns:
- the move value.
-
withMove
public MicrosoftGraphItemActivityStat withMove(MicrosoftGraphItemActionStat move)
Set the move property: itemActionStat.- Parameters:
move- the move value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
startDateTime
public OffsetDateTime startDateTime()
Get the startDateTime property: When the interval starts. Read-only.- Returns:
- the startDateTime value.
-
withStartDateTime
public MicrosoftGraphItemActivityStat withStartDateTime(OffsetDateTime startDateTime)
Set the startDateTime property: When the interval starts. Read-only.- Parameters:
startDateTime- the startDateTime value to set.- Returns:
- the MicrosoftGraphItemActivityStat object itself.
-
activities
public List<MicrosoftGraphItemActivity> activities()
Get the activities property: Exposes the itemActivities represented in this itemActivityStat resource.- Returns:
- the activities value.
-
withActivities
public MicrosoftGraphItemActivityStat withActivities(List<MicrosoftGraphItemActivity> activities)
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
public Map<String,Object> 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
public MicrosoftGraphItemActivityStat withId(String id)
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.
-
-