Uses of Class
odata.msgraph.client.beta.enums.WindowsMalwareExecutionState
-
Packages that use WindowsMalwareExecutionState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsMalwareExecutionState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsMalwareExecutionState Modifier and Type Field Description protected WindowsMalwareExecutionStateWindowsMalwareExecutionStateCount. executionStateMethods in odata.msgraph.client.beta.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.beta.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.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsMalwareExecutionState Modifier and Type Field Description protected WindowsMalwareExecutionStateMalwareStateForWindowsDevice. executionStateprotected WindowsMalwareExecutionStateWindowsDeviceMalwareState. executionStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsMalwareExecutionState Modifier and Type Method Description Optional<WindowsMalwareExecutionState>MalwareStateForWindowsDevice. getExecutionState()“Execution status of the malware like blocked/executing etc”Optional<WindowsMalwareExecutionState>WindowsDeviceMalwareState. getExecutionState()“Execution status of the malware like blocked/executing etc”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsMalwareExecutionState Modifier and Type Method Description MalwareStateForWindowsDevice.BuilderMalwareStateForWindowsDevice.Builder. executionState(WindowsMalwareExecutionState executionState)“Execution status of the malware like blocked/executing etc”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.beta.enums
Methods in odata.msgraph.client.beta.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.
-