| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected RunState |
MobileAppTroubleshootingAppTargetHistory.runState |
protected RunState |
MobileAppTroubleshootingAppStateHistory.runState |
protected RunState |
MobileAppTroubleshootingAppPolicyCreationHistory.runState |
protected RunState |
ManagedDeviceSummarizedAppState.summarizedAppState |
| Modifier and Type | Method and Description |
|---|---|
Optional<RunState> |
MobileAppTroubleshootingAppTargetHistory.getRunState()
“Status of the item.”
|
Optional<RunState> |
MobileAppTroubleshootingAppStateHistory.getRunState()
“Status of the item.”
|
Optional<RunState> |
MobileAppTroubleshootingAppPolicyCreationHistory.getRunState()
“Status of the item.”
|
Optional<RunState> |
ManagedDeviceSummarizedAppState.getSummarizedAppState()
“runState for the object”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppTroubleshootingAppTargetHistory.Builder |
MobileAppTroubleshootingAppTargetHistory.Builder.runState(RunState runState)
“Status of the item.”
|
MobileAppTroubleshootingAppStateHistory.Builder |
MobileAppTroubleshootingAppStateHistory.Builder.runState(RunState runState)
“Status of the item.”
|
MobileAppTroubleshootingAppPolicyCreationHistory.Builder |
MobileAppTroubleshootingAppPolicyCreationHistory.Builder.runState(RunState runState)
“Status of the item.”
|
ManagedDeviceSummarizedAppState.Builder |
ManagedDeviceSummarizedAppState.Builder.summarizedAppState(RunState summarizedAppState)
“runState for the object”
|
MobileAppTroubleshootingAppTargetHistory |
MobileAppTroubleshootingAppTargetHistory.withRunState(RunState runState)
Returns an immutable copy of
this with just the runState field
changed. |
MobileAppTroubleshootingAppStateHistory |
MobileAppTroubleshootingAppStateHistory.withRunState(RunState runState)
Returns an immutable copy of
this with just the runState field
changed. |
MobileAppTroubleshootingAppPolicyCreationHistory |
MobileAppTroubleshootingAppPolicyCreationHistory.withRunState(RunState runState)
Returns an immutable copy of
this with just the runState field
changed. |
ManagedDeviceSummarizedAppState |
ManagedDeviceSummarizedAppState.withSummarizedAppState(RunState summarizedAppState)
Returns an immutable copy of
this with just the summarizedAppState field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected RunState |
DeviceHealthScriptDeviceState.detectionState |
protected RunState |
DeviceComplianceScriptDeviceState.detectionState |
protected RunState |
DeviceManagementScriptDeviceState.runState |
| Modifier and Type | Method and Description |
|---|---|
Optional<RunState> |
DeviceHealthScriptDeviceState.getDetectionState()
“Detection state from the lastest device health script execution”
|
Optional<RunState> |
DeviceComplianceScriptDeviceState.getDetectionState()
“Detection state from the lastest device compliance script execution”
|
Optional<RunState> |
DeviceManagementScriptDeviceState.getRunState()
“State of latest run of the device management script.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScriptDeviceState.Builder |
DeviceHealthScriptDeviceState.Builder.detectionState(RunState detectionState)
“Detection state from the lastest device health script execution”
|
DeviceComplianceScriptDeviceState.Builder |
DeviceComplianceScriptDeviceState.Builder.detectionState(RunState detectionState)
“Detection state from the lastest device compliance script execution”
|
DeviceManagementScriptDeviceState.Builder |
DeviceManagementScriptDeviceState.Builder.runState(RunState runState)
“State of latest run of the device management script.”
|
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withDetectionState(RunState detectionState)
Returns an immutable copy of
this with just the detectionState
field changed. |
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withDetectionState(RunState detectionState)
Returns an immutable copy of
this with just the detectionState
field changed. |
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.withRunState(RunState runState)
Returns an immutable copy of
this with just the runState field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static RunState |
RunState.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.
|
Copyright © 2018–2020. All rights reserved.