| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsMalwareSeverity |
WindowsMalwareInformation.severity |
protected WindowsMalwareSeverity |
WindowsDeviceMalwareState.severity |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsMalwareSeverity> |
WindowsMalwareInformation.getSeverity()
“Severity of the malware”
|
Optional<WindowsMalwareSeverity> |
WindowsDeviceMalwareState.getSeverity()
“Severity of the malware”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareInformation.Builder |
WindowsMalwareInformation.Builder.severity(WindowsMalwareSeverity severity)
“Severity of the malware”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.severity(WindowsMalwareSeverity severity)
“Severity of the malware”
|
WindowsMalwareInformation |
WindowsMalwareInformation.withSeverity(WindowsMalwareSeverity severity)
Returns an immutable copy of
this with just the severity field
changed. |
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withSeverity(WindowsMalwareSeverity severity)
Returns an immutable copy of
this with just the severity field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsMalwareSeverity |
WindowsMalwareSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsMalwareSeverity[] |
WindowsMalwareSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.