| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsMalwareExecutionStateCount> |
WindowsMalwareOverview.malwareExecutionStateSummary |
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareExecutionStateCount |
WindowsMalwareExecutionStateCount.Builder.build() |
WindowsMalwareExecutionStateCount |
WindowsMalwareExecutionStateCount.withDeviceCount(Integer deviceCount)
Returns an immutable copy of
this with just the deviceCount
field changed. |
WindowsMalwareExecutionStateCount |
WindowsMalwareExecutionStateCount.withExecutionState(WindowsMalwareExecutionState executionState)
Returns an immutable copy of
this with just the executionState
field changed. |
WindowsMalwareExecutionStateCount |
WindowsMalwareExecutionStateCount.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<WindowsMalwareExecutionStateCount> |
WindowsMalwareOverview.getMalwareExecutionStateSummary()
“Count of devices per malware execution state”
|
com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareExecutionStateCount> |
WindowsMalwareOverview.getMalwareExecutionStateSummary(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Count of devices per malware execution state”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareOverview.Builder |
WindowsMalwareOverview.Builder.malwareExecutionStateSummary(WindowsMalwareExecutionStateCount... malwareExecutionStateSummary)
“Count of devices per malware execution state”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareOverview.Builder |
WindowsMalwareOverview.Builder.malwareExecutionStateSummary(List<WindowsMalwareExecutionStateCount> malwareExecutionStateSummary)
“Count of devices per malware execution state”
|
Copyright © 2018–2020. All rights reserved.