Uses of Class
odata.msgraph.client.beta.enums.RunState
-
Packages that use RunState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RunState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RunState Modifier and Type Field Description protected RunStateMobileAppTroubleshootingAppPolicyCreationHistory. runStateprotected RunStateMobileAppTroubleshootingAppStateHistory. runStateprotected RunStateMobileAppTroubleshootingAppTargetHistory. runStateprotected RunStateManagedDeviceSummarizedAppState. summarizedAppStateMethods in odata.msgraph.client.beta.complex that return types with arguments of type RunState Modifier and Type Method Description Optional<RunState>MobileAppTroubleshootingAppPolicyCreationHistory. getRunState()“Status of the item.”Optional<RunState>MobileAppTroubleshootingAppStateHistory. getRunState()“Status of the item.”Optional<RunState>MobileAppTroubleshootingAppTargetHistory. getRunState()“Status of the item.”Optional<RunState>ManagedDeviceSummarizedAppState. getSummarizedAppState()“runState for the object”Methods in odata.msgraph.client.beta.complex with parameters of type RunState Modifier and Type Method Description MobileAppTroubleshootingAppPolicyCreationHistory.BuilderMobileAppTroubleshootingAppPolicyCreationHistory.Builder. runState(RunState runState)“Status of the item.”MobileAppTroubleshootingAppStateHistory.BuilderMobileAppTroubleshootingAppStateHistory.Builder. runState(RunState runState)“Status of the item.”MobileAppTroubleshootingAppTargetHistory.BuilderMobileAppTroubleshootingAppTargetHistory.Builder. runState(RunState runState)“Status of the item.”ManagedDeviceSummarizedAppState.BuilderManagedDeviceSummarizedAppState.Builder. summarizedAppState(RunState summarizedAppState)“runState for the object”MobileAppTroubleshootingAppPolicyCreationHistoryMobileAppTroubleshootingAppPolicyCreationHistory. withRunState(RunState runState)Returns an immutable copy ofthiswith just therunStatefield changed.MobileAppTroubleshootingAppStateHistoryMobileAppTroubleshootingAppStateHistory. withRunState(RunState runState)Returns an immutable copy ofthiswith just therunStatefield changed.MobileAppTroubleshootingAppTargetHistoryMobileAppTroubleshootingAppTargetHistory. withRunState(RunState runState)Returns an immutable copy ofthiswith just therunStatefield changed.ManagedDeviceSummarizedAppStateManagedDeviceSummarizedAppState. withSummarizedAppState(RunState summarizedAppState)Returns an immutable copy ofthiswith just thesummarizedAppStatefield changed. -
Uses of RunState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RunState Modifier and Type Field Description protected RunStateDeviceComplianceScriptDeviceState. detectionStateprotected RunStateDeviceHealthScriptDeviceState. detectionStateprotected RunStateDeviceManagementScriptDeviceState. runStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type RunState Modifier and Type Method Description Optional<RunState>DeviceComplianceScriptDeviceState. getDetectionState()“Detection state from the lastest device compliance script execution”Optional<RunState>DeviceHealthScriptDeviceState. getDetectionState()“Detection state from the lastest device health script execution”Optional<RunState>DeviceManagementScriptDeviceState. getRunState()“State of latest run of the device management script.”Methods in odata.msgraph.client.beta.entity with parameters of type RunState Modifier and Type Method Description DeviceComplianceScriptDeviceState.BuilderDeviceComplianceScriptDeviceState.Builder. detectionState(RunState detectionState)“Detection state from the lastest device compliance script execution”DeviceHealthScriptDeviceState.BuilderDeviceHealthScriptDeviceState.Builder. detectionState(RunState detectionState)“Detection state from the lastest device health script execution”DeviceManagementScriptDeviceState.BuilderDeviceManagementScriptDeviceState.Builder. runState(RunState runState)“State of latest run of the device management script.”DeviceComplianceScriptDeviceStateDeviceComplianceScriptDeviceState. withDetectionState(RunState detectionState)Returns an immutable copy ofthiswith just thedetectionStatefield changed.DeviceHealthScriptDeviceStateDeviceHealthScriptDeviceState. withDetectionState(RunState detectionState)Returns an immutable copy ofthiswith just thedetectionStatefield changed.DeviceManagementScriptDeviceStateDeviceManagementScriptDeviceState. withRunState(RunState runState)Returns an immutable copy ofthiswith just therunStatefield changed. -
Uses of RunState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RunState Modifier and Type Method Description static RunStateRunState. valueOf(String name)Returns the enum constant of this type with the specified name.static RunState[]RunState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-