Class DeviceManagementTroubleshootingErrorDetails.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementTroubleshootingErrorDetails.Builder
-
- Enclosing class:
- DeviceManagementTroubleshootingErrorDetails
public static final class DeviceManagementTroubleshootingErrorDetails.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
context
public DeviceManagementTroubleshootingErrorDetails.Builder context(String context)
-
failure
public DeviceManagementTroubleshootingErrorDetails.Builder failure(String failure)
-
failureDetails
public DeviceManagementTroubleshootingErrorDetails.Builder failureDetails(String failureDetails)
“The detailed description of what went wrong.”- Parameters:
failureDetails- value offailureDetailsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
remediation
public DeviceManagementTroubleshootingErrorDetails.Builder remediation(String remediation)
“The detailed description of how to remediate this issue.”- Parameters:
remediation- value ofremediationproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
resources
public DeviceManagementTroubleshootingErrorDetails.Builder resources(List<DeviceManagementTroubleshootingErrorResource> resources)
“Links to helpful documentation about this failure.”- Parameters:
resources- value ofresourcesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
resources
public DeviceManagementTroubleshootingErrorDetails.Builder resources(DeviceManagementTroubleshootingErrorResource... resources)
“Links to helpful documentation about this failure.”- Parameters:
resources- value ofresourcesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
resourcesNextLink
public DeviceManagementTroubleshootingErrorDetails.Builder resourcesNextLink(String resourcesNextLink)
“Links to helpful documentation about this failure.”- Parameters:
resourcesNextLink- value ofresources@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementTroubleshootingErrorDetails build()
-
-