Uses of Class
odata.msgraph.client.enums.WindowsMalwareExecutionState
-
Packages that use WindowsMalwareExecutionState Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsMalwareExecutionState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as WindowsMalwareExecutionState Modifier and Type Field Description protected WindowsMalwareExecutionStateWindowsMalwareExecutionStateCount. executionStateMethods in odata.msgraph.client.complex that return types with arguments of type WindowsMalwareExecutionState Modifier and Type Method Description Optional<WindowsMalwareExecutionState>WindowsMalwareExecutionStateCount. getExecutionState()“Malware execution state.Methods in odata.msgraph.client.complex with parameters of type WindowsMalwareExecutionState Modifier and Type Method Description WindowsMalwareExecutionStateCount.BuilderWindowsMalwareExecutionStateCount.Builder. executionState(WindowsMalwareExecutionState executionState)“Malware execution state.WindowsMalwareExecutionStateCountWindowsMalwareExecutionStateCount. withExecutionState(WindowsMalwareExecutionState executionState)Returns an immutable copy ofthiswith just theexecutionStatefield changed. -
Uses of WindowsMalwareExecutionState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsMalwareExecutionState Modifier and Type Field Description protected WindowsMalwareExecutionStateMalwareStateForWindowsDevice. executionStateprotected WindowsMalwareExecutionStateWindowsDeviceMalwareState. executionStateMethods in odata.msgraph.client.entity that return types with arguments of type WindowsMalwareExecutionState Modifier and Type Method Description Optional<WindowsMalwareExecutionState>MalwareStateForWindowsDevice. getExecutionState()“Indicates execution status of the malware.Optional<WindowsMalwareExecutionState>WindowsDeviceMalwareState. getExecutionState()“Execution status of the malware like blocked/executing etc”Methods in odata.msgraph.client.entity with parameters of type WindowsMalwareExecutionState Modifier and Type Method Description MalwareStateForWindowsDevice.BuilderMalwareStateForWindowsDevice.Builder. executionState(WindowsMalwareExecutionState executionState)“Indicates execution status of the malware.WindowsDeviceMalwareState.BuilderWindowsDeviceMalwareState.Builder. executionState(WindowsMalwareExecutionState executionState)“Execution status of the malware like blocked/executing etc”MalwareStateForWindowsDeviceMalwareStateForWindowsDevice. withExecutionState(WindowsMalwareExecutionState executionState)Returns an immutable copy ofthiswith just theexecutionStatefield changed.WindowsDeviceMalwareStateWindowsDeviceMalwareState. withExecutionState(WindowsMalwareExecutionState executionState)Returns an immutable copy ofthiswith just theexecutionStatefield changed. -
Uses of WindowsMalwareExecutionState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsMalwareExecutionState Modifier and Type Method Description static WindowsMalwareExecutionStateWindowsMalwareExecutionState. 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.
-