public static final class MobileAppTroubleshootingAppTargetHistory.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MobileAppTroubleshootingAppTargetHistory |
build() |
MobileAppTroubleshootingAppTargetHistory.Builder |
errorCode(String errorCode)
“Error code for the failure, empty if no failure.”
|
MobileAppTroubleshootingAppTargetHistory.Builder |
occurrenceDateTime(OffsetDateTime occurrenceDateTime) |
MobileAppTroubleshootingAppTargetHistory.Builder |
runState(RunState runState)
“Status of the item.”
|
MobileAppTroubleshootingAppTargetHistory.Builder |
securityGroupId(String securityGroupId)
“AAD security group id to which it was targeted.”
|
MobileAppTroubleshootingAppTargetHistory.Builder |
troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails) |
public MobileAppTroubleshootingAppTargetHistory.Builder occurrenceDateTime(OffsetDateTime occurrenceDateTime)
public MobileAppTroubleshootingAppTargetHistory.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
public MobileAppTroubleshootingAppTargetHistory.Builder securityGroupId(String securityGroupId)
securityGroupId - value of securityGroupId property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingAppTargetHistory.Builder runState(RunState runState)
runState - value of runState property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingAppTargetHistory.Builder errorCode(String errorCode)
errorCode - value of errorCode property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingAppTargetHistory build()
Copyright © 2018–2020. All rights reserved.