public static final class DeviceManagementTroubleshootingErrorDetails.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementTroubleshootingErrorDetails |
build() |
DeviceManagementTroubleshootingErrorDetails.Builder |
context(String context) |
DeviceManagementTroubleshootingErrorDetails.Builder |
failure(String failure) |
DeviceManagementTroubleshootingErrorDetails.Builder |
failureDetails(String failureDetails)
“The detailed description of what went wrong.”
|
DeviceManagementTroubleshootingErrorDetails.Builder |
remediation(String remediation)
“The detailed description of how to remediate this issue.”
|
DeviceManagementTroubleshootingErrorDetails.Builder |
resources(List<DeviceManagementTroubleshootingErrorResource> resources)
“Links to helpful documentation about this failure.”
|
DeviceManagementTroubleshootingErrorDetails.Builder |
resourcesNextLink(String resourcesNextLink)
“Links to helpful documentation about this failure.”
|
public DeviceManagementTroubleshootingErrorDetails.Builder context(String context)
public DeviceManagementTroubleshootingErrorDetails.Builder failure(String failure)
public DeviceManagementTroubleshootingErrorDetails.Builder failureDetails(String failureDetails)
failureDetails - value of failureDetails property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingErrorDetails.Builder remediation(String remediation)
remediation - value of remediation property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingErrorDetails.Builder resources(List<DeviceManagementTroubleshootingErrorResource> resources)
resources - value of resources property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingErrorDetails.Builder resourcesNextLink(String resourcesNextLink)
resourcesNextLink - value of resources@nextLink property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingErrorDetails build()
Copyright © 2018–2020. All rights reserved.