Class DeviceManagementSettingBooleanConstraint.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementSettingBooleanConstraint.Builder
-
- Enclosing class:
- DeviceManagementSettingBooleanConstraint
public static final class DeviceManagementSettingBooleanConstraint.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementSettingBooleanConstraintbuild()DeviceManagementSettingBooleanConstraint.Buildervalue(Boolean value)“The boolean value to compare against”
-
-
-
Method Detail
-
value
public DeviceManagementSettingBooleanConstraint.Builder value(Boolean value)
“The boolean value to compare against”- Parameters:
value- value ofvalueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementSettingBooleanConstraint build()
-
-