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