Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementSettingIntegerConstraint.Builder
-
Packages that use DeviceManagementSettingIntegerConstraint.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceManagementSettingIntegerConstraint.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DeviceManagementSettingIntegerConstraint.Builder Modifier and Type Method Description static DeviceManagementSettingIntegerConstraint.BuilderDeviceManagementSettingIntegerConstraint. builderDeviceManagementSettingIntegerConstraint()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DeviceManagementSettingIntegerConstraint.BuilderDeviceManagementSettingIntegerConstraint.Builder. maximumValue(Integer maximumValue)“The maximum permitted value”DeviceManagementSettingIntegerConstraint.BuilderDeviceManagementSettingIntegerConstraint.Builder. minimumValue(Integer minimumValue)“The minimum permitted value”
-