Class MicrosoftGraphItemAnalytics
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemAnalytics
itemAnalytics.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphItemAnalytics class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: itemAnalytics.allTime()Get the allTime property: itemActivityStat.Get the itemActivityStats property: The itemActivityStats property.Get the lastSevenDays property: itemActivityStat.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: itemAnalytics.Set the allTime property: itemActivityStat.Set the id property: Read-only.withItemActivityStats(List<MicrosoftGraphItemActivityStat> itemActivityStats) Set the itemActivityStats property: The itemActivityStats property.withLastSevenDays(MicrosoftGraphItemActivityStat lastSevenDays) Set the lastSevenDays property: itemActivityStat.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphItemAnalytics
public MicrosoftGraphItemAnalytics()Creates an instance of MicrosoftGraphItemAnalytics class.
-
-
Method Details
-
allTime
Get the allTime property: itemActivityStat.- Returns:
- the allTime value.
-
withAllTime
Set the allTime property: itemActivityStat.- Parameters:
allTime- the allTime value to set.- Returns:
- the MicrosoftGraphItemAnalytics object itself.
-
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
Get the lastSevenDays property: itemActivityStat.- Returns:
- the lastSevenDays value.
-
withLastSevenDays
Set the lastSevenDays property: itemActivityStat.- Parameters:
lastSevenDays- the lastSevenDays value to set.- Returns:
- the MicrosoftGraphItemAnalytics object itself.
-
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
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.
-