public static final class MobileAppTroubleshootingAppStateHistory.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MobileAppTroubleshootingAppStateHistory.Builder |
actionType(MobileAppActionType actionType)
“Action type for Intune Application.”
|
MobileAppTroubleshootingAppStateHistory |
build() |
MobileAppTroubleshootingAppStateHistory.Builder |
errorCode(String errorCode)
“Error code for the failure, empty if no failure.”
|
MobileAppTroubleshootingAppStateHistory.Builder |
occurrenceDateTime(OffsetDateTime occurrenceDateTime) |
MobileAppTroubleshootingAppStateHistory.Builder |
runState(RunState runState)
“Status of the item.”
|
MobileAppTroubleshootingAppStateHistory.Builder |
troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails) |
public MobileAppTroubleshootingAppStateHistory.Builder occurrenceDateTime(OffsetDateTime occurrenceDateTime)
public MobileAppTroubleshootingAppStateHistory.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
public MobileAppTroubleshootingAppStateHistory.Builder actionType(MobileAppActionType actionType)
actionType - value of actionType property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingAppStateHistory.Builder runState(RunState runState)
runState - value of runState property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingAppStateHistory.Builder errorCode(String errorCode)
errorCode - value of errorCode property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingAppStateHistory build()
Copyright © 2018–2020. All rights reserved.