public static final class DeviceManagementSettingIntegerConstraint.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementSettingIntegerConstraint |
build() |
DeviceManagementSettingIntegerConstraint.Builder |
maximumValue(Integer maximumValue)
“The maximum permitted value”
|
DeviceManagementSettingIntegerConstraint.Builder |
minimumValue(Integer minimumValue)
“The minimum permitted value”
|
public DeviceManagementSettingIntegerConstraint.Builder minimumValue(Integer minimumValue)
minimumValue - value of minimumValue property (as defined in service metadata)this (for method chaining)public DeviceManagementSettingIntegerConstraint.Builder maximumValue(Integer maximumValue)
maximumValue - value of maximumValue property (as defined in service metadata)this (for method chaining)public DeviceManagementSettingIntegerConstraint build()
Copyright © 2018–2020. All rights reserved.