| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
UnsupportedDeviceConfigurationDetail |
UnsupportedDeviceConfigurationDetail.Builder.build() |
UnsupportedDeviceConfigurationDetail |
UnsupportedDeviceConfigurationDetail.withMessage(String message)
Returns an immutable copy of
this with just the message field
changed. |
UnsupportedDeviceConfigurationDetail |
UnsupportedDeviceConfigurationDetail.withPropertyName(String propertyName)
Returns an immutable copy of
this with just the propertyName
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<UnsupportedDeviceConfigurationDetail> |
UnsupportedDeviceConfiguration.details |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<UnsupportedDeviceConfigurationDetail> |
UnsupportedDeviceConfiguration.getDetails()
“Details describing why the entity is unsupported.
|
com.github.davidmoten.odata.client.CollectionPage<UnsupportedDeviceConfigurationDetail> |
UnsupportedDeviceConfiguration.getDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Details describing why the entity is unsupported.
|
| Modifier and Type | Method and Description |
|---|---|
UnsupportedDeviceConfiguration.Builder |
UnsupportedDeviceConfiguration.Builder.details(UnsupportedDeviceConfigurationDetail... details)
“Details describing why the entity is unsupported.
|
| Modifier and Type | Method and Description |
|---|---|
UnsupportedDeviceConfiguration.Builder |
UnsupportedDeviceConfiguration.Builder.details(List<UnsupportedDeviceConfigurationDetail> details)
“Details describing why the entity is unsupported.
|
Copyright © 2018–2020. All rights reserved.