Class MobileAppTroubleshootingAppPolicyCreationHistory.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MobileAppTroubleshootingAppPolicyCreationHistory.Builder
-
- Enclosing class:
- MobileAppTroubleshootingAppPolicyCreationHistory
public static final class MobileAppTroubleshootingAppPolicyCreationHistory.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileAppTroubleshootingAppPolicyCreationHistorybuild()MobileAppTroubleshootingAppPolicyCreationHistory.BuildererrorCode(String errorCode)“Error code for the failure, empty if no failure.”MobileAppTroubleshootingAppPolicyCreationHistory.BuilderoccurrenceDateTime(OffsetDateTime occurrenceDateTime)MobileAppTroubleshootingAppPolicyCreationHistory.BuilderrunState(RunState runState)“Status of the item.”MobileAppTroubleshootingAppPolicyCreationHistory.BuildertroubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
-
-
-
Method Detail
-
occurrenceDateTime
public MobileAppTroubleshootingAppPolicyCreationHistory.Builder occurrenceDateTime(OffsetDateTime occurrenceDateTime)
-
troubleshootingErrorDetails
public MobileAppTroubleshootingAppPolicyCreationHistory.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
-
errorCode
public MobileAppTroubleshootingAppPolicyCreationHistory.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 MobileAppTroubleshootingAppPolicyCreationHistory.Builder runState(RunState runState)
“Status of the item.”- Parameters:
runState- value ofrunStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MobileAppTroubleshootingAppPolicyCreationHistory build()
-
-