public static final class MobileAppTroubleshootingHistoryItem.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MobileAppTroubleshootingHistoryItem |
build() |
MobileAppTroubleshootingHistoryItem.Builder |
occurrenceDateTime(OffsetDateTime occurrenceDateTime)
“Time when the history item occurred.”
|
MobileAppTroubleshootingHistoryItem.Builder |
troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
“Object containing detailed information about the error and its remediation.”
|
public MobileAppTroubleshootingHistoryItem.Builder occurrenceDateTime(OffsetDateTime occurrenceDateTime)
occurrenceDateTime - value of occurrenceDateTime property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingHistoryItem.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
troubleshootingErrorDetails - value of troubleshootingErrorDetails property (as defined in service metadata)this (for method chaining)public MobileAppTroubleshootingHistoryItem build()
Copyright © 2018–2020. All rights reserved.