public class DeviceManagementTroubleshootingErrorDetails extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementTroubleshootingErrorDetails.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
failure |
protected String |
failureDetails |
protected String |
odataType |
protected String |
remediation |
protected List<DeviceManagementTroubleshootingErrorResource> |
resources |
protected String |
resourcesNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementTroubleshootingErrorDetails() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementTroubleshootingErrorDetails.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getContext() |
Optional<String> |
getFailure() |
Optional<String> |
getFailureDetails()
“The detailed description of what went wrong.”
|
Optional<String> |
getRemediation()
“The detailed description of how to remediate this issue.”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementTroubleshootingErrorResource> |
getResources()
“Links to helpful documentation about this failure.”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementTroubleshootingErrorResource> |
getResources(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Links to helpful documentation about this failure.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeviceManagementTroubleshootingErrorDetails |
withContext(String context) |
DeviceManagementTroubleshootingErrorDetails |
withFailure(String failure) |
DeviceManagementTroubleshootingErrorDetails |
withFailureDetails(String failureDetails)
Returns an immutable copy of
this with just the failureDetails
field changed. |
DeviceManagementTroubleshootingErrorDetails |
withRemediation(String remediation)
Returns an immutable copy of
this with just the remediation
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String context
protected String failure
protected String failureDetails
protected String remediation
protected List<DeviceManagementTroubleshootingErrorResource> resources
protected String resourcesNextLink
protected DeviceManagementTroubleshootingErrorDetails()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DeviceManagementTroubleshootingErrorDetails withContext(String context)
public DeviceManagementTroubleshootingErrorDetails withFailure(String failure)
public Optional<String> getFailureDetails()
public DeviceManagementTroubleshootingErrorDetails withFailureDetails(String failureDetails)
this with just the failureDetails
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The detailed description of what went wrong.”
failureDetails - new value of failureDetails field (as defined in service metadata)this with just the failureDetails field changedpublic Optional<String> getRemediation()
public DeviceManagementTroubleshootingErrorDetails withRemediation(String remediation)
this with just the remediation
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The detailed description of how to remediate this issue.”
remediation - new value of remediation field (as defined in service metadata)this with just the remediation field changedpublic com.github.davidmoten.odata.client.CollectionPage<DeviceManagementTroubleshootingErrorResource> getResources()
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementTroubleshootingErrorResource> getResources(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static DeviceManagementTroubleshootingErrorDetails.Builder builder()
Copyright © 2018–2020. All rights reserved.