| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsMalwareCategoryCount> |
WindowsMalwareOverview.malwareCategorySummary |
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareCategoryCount |
WindowsMalwareCategoryCount.Builder.build() |
WindowsMalwareCategoryCount |
WindowsMalwareCategoryCount.withCategory(WindowsMalwareCategory category)
Returns an immutable copy of
this with just the category field
changed. |
WindowsMalwareCategoryCount |
WindowsMalwareCategoryCount.withDeviceCount(Integer deviceCount)
Returns an immutable copy of
this with just the deviceCount
field changed. |
WindowsMalwareCategoryCount |
WindowsMalwareCategoryCount.withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
Returns an immutable copy of
this with just the lastUpdateDateTime field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareCategoryCount> |
WindowsMalwareOverview.getMalwareCategorySummary()
“Count of devices per malware category”
|
com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareCategoryCount> |
WindowsMalwareOverview.getMalwareCategorySummary(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Count of devices per malware category”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareOverview.Builder |
WindowsMalwareOverview.Builder.malwareCategorySummary(WindowsMalwareCategoryCount... malwareCategorySummary)
“Count of devices per malware category”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareOverview.Builder |
WindowsMalwareOverview.Builder.malwareCategorySummary(List<WindowsMalwareCategoryCount> malwareCategorySummary)
“Count of devices per malware category”
|
Copyright © 2018–2020. All rights reserved.