你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphItemAnalytics Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphItemAnalytics
- com.
- com.
public final class MicrosoftGraphItemAnalytics
extends MicrosoftGraphEntity
itemAnalytics.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphItemAnalytics() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphItemAnalytics
public MicrosoftGraphItemAnalytics()
Creates an instance of MicrosoftGraphItemAnalytics class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: itemAnalytics.
Overrides:
MicrosoftGraphItemAnalytics.additionalProperties()Returns:
allTime
public MicrosoftGraphItemActivityStat allTime()
Get the allTime property: itemActivityStat.
Returns:
fromJson
public static MicrosoftGraphItemAnalytics fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphItemAnalytics from the JsonReader.
Parameters:
Returns:
Throws:
itemActivityStats
public List
Get the itemActivityStats property: The itemActivityStats property.
Returns:
lastSevenDays
public MicrosoftGraphItemActivityStat lastSevenDays()
Get the lastSevenDays property: itemActivityStat.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphItemAnalytics.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphItemAnalytics.validate()withAdditionalProperties
public MicrosoftGraphItemAnalytics withAdditionalProperties(Map
Set the additionalProperties property: itemAnalytics.
Overrides:
MicrosoftGraphItemAnalytics.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withAllTime
public MicrosoftGraphItemAnalytics withAllTime(MicrosoftGraphItemActivityStat allTime)
Set the allTime property: itemActivityStat.
Parameters:
Returns:
withId
public MicrosoftGraphItemAnalytics withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphItemAnalytics.withId(String id)Parameters:
withItemActivityStats
public MicrosoftGraphItemAnalytics withItemActivityStats(List
Set the itemActivityStats property: The itemActivityStats property.
Parameters:
Returns:
withLastSevenDays
public MicrosoftGraphItemAnalytics withLastSevenDays(MicrosoftGraphItemActivityStat lastSevenDays)
Set the lastSevenDays property: itemActivityStat.
Parameters:
Returns: