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