| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsMalwareExecutionState |
WindowsMalwareExecutionStateCount.executionState |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsMalwareExecutionState> |
WindowsMalwareExecutionStateCount.getExecutionState()
“Malware execution state”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareExecutionStateCount.Builder |
WindowsMalwareExecutionStateCount.Builder.executionState(WindowsMalwareExecutionState executionState)
“Malware execution state”
|
WindowsMalwareExecutionStateCount |
WindowsMalwareExecutionStateCount.withExecutionState(WindowsMalwareExecutionState executionState)
Returns an immutable copy of
this with just the executionState
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsMalwareExecutionState |
WindowsDeviceMalwareState.executionState |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsMalwareExecutionState> |
WindowsDeviceMalwareState.getExecutionState()
“Execution status of the malware like blocked/executing etc”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.executionState(WindowsMalwareExecutionState executionState)
“Execution status of the malware like blocked/executing etc”
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withExecutionState(WindowsMalwareExecutionState executionState)
Returns an immutable copy of
this with just the executionState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsMalwareExecutionState |
WindowsMalwareExecutionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsMalwareExecutionState[] |
WindowsMalwareExecutionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.