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.MicrosoftGraphItemActivityStat
allTime()
Get the allTime property: itemActivityStat.List<MicrosoftGraphItemActivityStat>
itemActivityStats()
Get the itemActivityStats property: The itemActivityStats property.MicrosoftGraphItemActivityStat
lastSevenDays()
Get the lastSevenDays property: itemActivityStat.void
validate()
Validates the instance.MicrosoftGraphItemAnalytics
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemAnalytics.MicrosoftGraphItemAnalytics
withAllTime(MicrosoftGraphItemActivityStat allTime)
Set the allTime property: itemActivityStat.MicrosoftGraphItemAnalytics
withId(String id)
Set the id property: Read-only.MicrosoftGraphItemAnalytics
withItemActivityStats(List<MicrosoftGraphItemActivityStat> itemActivityStats)
Set the itemActivityStats property: The itemActivityStats property.MicrosoftGraphItemAnalytics
withLastSevenDays(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:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphItemAnalytics withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemAnalytics.- Overrides:
withAdditionalProperties
in 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:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-