public static final class DeviceManagementExchangeDeviceClass.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExchangeDeviceClass |
build() |
DeviceManagementExchangeDeviceClass.Builder |
name(String name)
“Name of the device class which will be impacted by this rule.”
|
DeviceManagementExchangeDeviceClass.Builder |
type(DeviceManagementExchangeAccessRuleType type)
“Type of device which is impacted by this rule e.g.
|
public DeviceManagementExchangeDeviceClass.Builder name(String name)
name - value of name property (as defined in service metadata)this (for method chaining)public DeviceManagementExchangeDeviceClass.Builder type(DeviceManagementExchangeAccessRuleType type)
type - value of type property (as defined in service metadata)this (for method chaining)public DeviceManagementExchangeDeviceClass build()
Copyright © 2018–2020. All rights reserved.