Class MobileAppTroubleshootingAppStateHistory.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MobileAppTroubleshootingAppStateHistory.Builder
-
- Enclosing class:
- MobileAppTroubleshootingAppStateHistory
public static final class MobileAppTroubleshootingAppStateHistory.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileAppTroubleshootingAppStateHistory.BuilderactionType(MobileAppActionType actionType)“Action type for Intune Application.”MobileAppTroubleshootingAppStateHistorybuild()MobileAppTroubleshootingAppStateHistory.BuildererrorCode(String errorCode)“Error code for the failure, empty if no failure.”MobileAppTroubleshootingAppStateHistory.BuilderoccurrenceDateTime(OffsetDateTime occurrenceDateTime)MobileAppTroubleshootingAppStateHistory.BuilderrunState(RunState runState)“Status of the item.”MobileAppTroubleshootingAppStateHistory.BuildertroubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
-
-
-
Method Detail
-
occurrenceDateTime
public MobileAppTroubleshootingAppStateHistory.Builder occurrenceDateTime(OffsetDateTime occurrenceDateTime)
-
troubleshootingErrorDetails
public MobileAppTroubleshootingAppStateHistory.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
-
actionType
public MobileAppTroubleshootingAppStateHistory.Builder actionType(MobileAppActionType actionType)
“Action type for Intune Application.”- Parameters:
actionType- value ofactionTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
errorCode
public MobileAppTroubleshootingAppStateHistory.Builder errorCode(String errorCode)
“Error code for the failure, empty if no failure.”- Parameters:
errorCode- value oferrorCodeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
runState
public MobileAppTroubleshootingAppStateHistory.Builder runState(RunState runState)
“Status of the item.”- Parameters:
runState- value ofrunStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MobileAppTroubleshootingAppStateHistory build()
-
-