| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementExchangeAccessLevel |
DeviceManagementExchangeAccessRule.accessLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementExchangeAccessLevel> |
DeviceManagementExchangeAccessRule.getAccessLevel()
“Access Level for Exchange granted by this rule.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExchangeAccessRule.Builder |
DeviceManagementExchangeAccessRule.Builder.accessLevel(DeviceManagementExchangeAccessLevel accessLevel)
“Access Level for Exchange granted by this rule.”
|
DeviceManagementExchangeAccessRule |
DeviceManagementExchangeAccessRule.withAccessLevel(DeviceManagementExchangeAccessLevel accessLevel)
Returns an immutable copy of
this with just the accessLevel
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementExchangeAccessLevel |
DeviceManagementExchangeOnPremisesPolicy.defaultAccessLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementExchangeAccessLevel> |
DeviceManagementExchangeOnPremisesPolicy.getDefaultAccessLevel()
“Default access state in Exchange.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExchangeOnPremisesPolicy.Builder |
DeviceManagementExchangeOnPremisesPolicy.Builder.defaultAccessLevel(DeviceManagementExchangeAccessLevel defaultAccessLevel)
“Default access state in Exchange.
|
DeviceManagementExchangeOnPremisesPolicy |
DeviceManagementExchangeOnPremisesPolicy.withDefaultAccessLevel(DeviceManagementExchangeAccessLevel defaultAccessLevel)
Returns an immutable copy of
this with just the defaultAccessLevel field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExchangeAccessLevel |
DeviceManagementExchangeAccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExchangeAccessLevel[] |
DeviceManagementExchangeAccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.