| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsMalwareThreatState |
WindowsMalwareStateCount.state |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsMalwareThreatState> |
WindowsMalwareStateCount.getState()
“Malware Threat State”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareStateCount.Builder |
WindowsMalwareStateCount.Builder.state(WindowsMalwareThreatState state)
“Malware Threat State”
|
WindowsMalwareStateCount |
WindowsMalwareStateCount.withState(WindowsMalwareThreatState state)
Returns an immutable copy of
this with just the state field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsMalwareThreatState |
WindowsDeviceMalwareState.threatState |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsMalwareThreatState> |
WindowsDeviceMalwareState.getThreatState()
“Current status of the malware like cleaned/quarantined/allowed etc”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.threatState(WindowsMalwareThreatState threatState)
“Current status of the malware like cleaned/quarantined/allowed etc”
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withThreatState(WindowsMalwareThreatState threatState)
Returns an immutable copy of
this with just the threatState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsMalwareThreatState |
WindowsMalwareThreatState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsMalwareThreatState[] |
WindowsMalwareThreatState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.