| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementExchangeDeviceClass |
DeviceManagementExchangeAccessRule.deviceClass |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExchangeDeviceClass |
DeviceManagementExchangeDeviceClass.Builder.build() |
DeviceManagementExchangeDeviceClass |
DeviceManagementExchangeDeviceClass.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
DeviceManagementExchangeDeviceClass |
DeviceManagementExchangeDeviceClass.withType(DeviceManagementExchangeAccessRuleType type)
Returns an immutable copy of
this with just the type field
changed. |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementExchangeDeviceClass> |
DeviceManagementExchangeAccessRule.getDeviceClass()
“Device Class which will be impacted by this rule.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExchangeAccessRule.Builder |
DeviceManagementExchangeAccessRule.Builder.deviceClass(DeviceManagementExchangeDeviceClass deviceClass)
“Device Class which will be impacted by this rule.”
|
DeviceManagementExchangeAccessRule |
DeviceManagementExchangeAccessRule.withDeviceClass(DeviceManagementExchangeDeviceClass deviceClass)
Returns an immutable copy of
this with just the deviceClass
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceManagementExchangeDeviceClass> |
DeviceManagementExchangeOnPremisesPolicy.knownDeviceClasses |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementExchangeDeviceClass> |
DeviceManagementExchangeOnPremisesPolicy.getKnownDeviceClasses()
“The list of device classes known to Exchange”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExchangeOnPremisesPolicy.Builder |
DeviceManagementExchangeOnPremisesPolicy.Builder.knownDeviceClasses(List<DeviceManagementExchangeDeviceClass> knownDeviceClasses)
“The list of device classes known to Exchange”
|
Copyright © 2018–2020. All rights reserved.