| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<OsVersionCount> |
WindowsMalwareOverview.osVersionsSummary |
| Modifier and Type | Method and Description |
|---|---|
OsVersionCount |
OsVersionCount.Builder.build() |
OsVersionCount |
OsVersionCount.withDeviceCount(Integer deviceCount)
Returns an immutable copy of
this with just the deviceCount
field changed. |
OsVersionCount |
OsVersionCount.withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
Returns an immutable copy of
this with just the lastUpdateDateTime field changed. |
OsVersionCount |
OsVersionCount.withOsVersion(String osVersion)
Returns an immutable copy of
this with just the osVersion field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<OsVersionCount> |
WindowsMalwareOverview.getOsVersionsSummary()
“Count of devices with malware per windows OS version”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareOverview.Builder |
WindowsMalwareOverview.Builder.osVersionsSummary(List<OsVersionCount> osVersionsSummary)
“Count of devices with malware per windows OS version”
|
Copyright © 2018–2020. All rights reserved.