Class UnsupportedDeviceConfigurationDetail.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.UnsupportedDeviceConfigurationDetail.Builder
-
- Enclosing class:
- UnsupportedDeviceConfigurationDetail
public static final class UnsupportedDeviceConfigurationDetail.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsupportedDeviceConfigurationDetailbuild()UnsupportedDeviceConfigurationDetail.Buildermessage(String message)“A message explaining why an entity is unsupported.”UnsupportedDeviceConfigurationDetail.BuilderpropertyName(String propertyName)“If message is related to a specific property in the original entity, then the name of that property.”
-
-
-
Method Detail
-
message
public UnsupportedDeviceConfigurationDetail.Builder message(String message)
“A message explaining why an entity is unsupported.”- Parameters:
message- value ofmessageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
propertyName
public UnsupportedDeviceConfigurationDetail.Builder propertyName(String propertyName)
“If message is related to a specific property in the original entity, then the name of that property.”- Parameters:
propertyName- value ofpropertyNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UnsupportedDeviceConfigurationDetail build()
-
-