Class MicrosoftGraphItemAnalytics
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemAnalytics
-
public final class MicrosoftGraphItemAnalytics extends MicrosoftGraphEntity
itemAnalytics.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphItemAnalytics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: itemAnalytics.MicrosoftGraphItemActivityStatallTime()Get the allTime property: itemActivityStat.List<MicrosoftGraphItemActivityStat>itemActivityStats()Get the itemActivityStats property: The itemActivityStats property.MicrosoftGraphItemActivityStatlastSevenDays()Get the lastSevenDays property: itemActivityStat.voidvalidate()Validates the instance.MicrosoftGraphItemAnalyticswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: itemAnalytics.MicrosoftGraphItemAnalyticswithAllTime(MicrosoftGraphItemActivityStat allTime)Set the allTime property: itemActivityStat.MicrosoftGraphItemAnalyticswithId(String id)Set the id property: Read-only.MicrosoftGraphItemAnalyticswithItemActivityStats(List<MicrosoftGraphItemActivityStat> itemActivityStats)Set the itemActivityStats property: The itemActivityStats property.MicrosoftGraphItemAnalyticswithLastSevenDays(MicrosoftGraphItemActivityStat lastSevenDays)Set the lastSevenDays property: itemActivityStat.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
allTime
public MicrosoftGraphItemActivityStat allTime()
Get the allTime property: itemActivityStat.- Returns:
- the allTime value.
-
withAllTime
public MicrosoftGraphItemAnalytics withAllTime(MicrosoftGraphItemActivityStat allTime)
Set the allTime property: itemActivityStat.- Parameters:
allTime- the allTime value to set.- Returns:
- the MicrosoftGraphItemAnalytics object itself.
-
itemActivityStats
public List<MicrosoftGraphItemActivityStat> itemActivityStats()
Get the itemActivityStats property: The itemActivityStats property.- Returns:
- the itemActivityStats value.
-
withItemActivityStats
public MicrosoftGraphItemAnalytics withItemActivityStats(List<MicrosoftGraphItemActivityStat> itemActivityStats)
Set the itemActivityStats property: The itemActivityStats property.- Parameters:
itemActivityStats- the itemActivityStats value to set.- Returns:
- the MicrosoftGraphItemAnalytics object itself.
-
lastSevenDays
public MicrosoftGraphItemActivityStat lastSevenDays()
Get the lastSevenDays property: itemActivityStat.- Returns:
- the lastSevenDays value.
-
withLastSevenDays
public MicrosoftGraphItemAnalytics withLastSevenDays(MicrosoftGraphItemActivityStat lastSevenDays)
Set the lastSevenDays property: itemActivityStat.- Parameters:
lastSevenDays- the lastSevenDays value to set.- Returns:
- the MicrosoftGraphItemAnalytics object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: itemAnalytics.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphItemAnalytics withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemAnalytics.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphItemAnalytics object itself.
-
withId
public MicrosoftGraphItemAnalytics 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.
-
-