Class DeviceManagementExchangeDeviceClass.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementExchangeDeviceClass.Builder
-
- Enclosing class:
- DeviceManagementExchangeDeviceClass
public static final class DeviceManagementExchangeDeviceClass.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementExchangeDeviceClassbuild()DeviceManagementExchangeDeviceClass.Buildername(String name)“Name of the device class which will be impacted by this rule.”DeviceManagementExchangeDeviceClass.Buildertype(DeviceManagementExchangeAccessRuleType type)“Type of device which is impacted by this rule e.g.
-
-
-
Method Detail
-
name
public DeviceManagementExchangeDeviceClass.Builder name(String name)
“Name of the device class which will be impacted by this rule.”- Parameters:
name- value ofnameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
type
public DeviceManagementExchangeDeviceClass.Builder type(DeviceManagementExchangeAccessRuleType type)
“Type of device which is impacted by this rule e.g. Model, Family”- Parameters:
type- value oftypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementExchangeDeviceClass build()
-
-