public static final class UnsupportedDeviceConfigurationDetail.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
UnsupportedDeviceConfigurationDetail |
build() |
UnsupportedDeviceConfigurationDetail.Builder |
message(String message)
“A message explaining why an entity is unsupported.”
|
UnsupportedDeviceConfigurationDetail.Builder |
propertyName(String propertyName)
“If message is related to a specific property in the original entity, then the
name of that property.”
|
public UnsupportedDeviceConfigurationDetail.Builder message(String message)
message - value of message property (as defined in service metadata)this (for method chaining)public UnsupportedDeviceConfigurationDetail.Builder propertyName(String propertyName)
propertyName - value of propertyName property (as defined in service metadata)this (for method chaining)public UnsupportedDeviceConfigurationDetail build()
Copyright © 2018–2020. All rights reserved.