| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementExchangeAccessStateReason |
ManagedDevice.exchangeAccessStateReason |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementExchangeAccessStateReason> |
ManagedDevice.getExchangeAccessStateReason()
“The reason for the device's access state in Exchange.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.exchangeAccessStateReason(DeviceManagementExchangeAccessStateReason exchangeAccessStateReason) |
ManagedDevice.Builder |
ManagedDevice.Builder.exchangeAccessStateReason(DeviceManagementExchangeAccessStateReason exchangeAccessStateReason)
“The reason for the device's access state in Exchange.
|
ManagedDevice |
ManagedDevice.withExchangeAccessStateReason(DeviceManagementExchangeAccessStateReason exchangeAccessStateReason)
Returns an immutable copy of
this with just the exchangeAccessStateReason field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExchangeAccessStateReason |
DeviceManagementExchangeAccessStateReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExchangeAccessStateReason[] |
DeviceManagementExchangeAccessStateReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.