| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementExchangeConnectorType |
DeviceManagementExchangeConnector.exchangeConnectorType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementExchangeConnectorType> |
DeviceManagementExchangeConnector.getExchangeConnectorType()
“The type of Exchange Connector Configured.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExchangeConnector.Builder |
DeviceManagementExchangeConnector.Builder.exchangeConnectorType(DeviceManagementExchangeConnectorType exchangeConnectorType)
“The type of Exchange Connector Configured.”
|
DeviceManagementExchangeConnector |
DeviceManagementExchangeConnector.withExchangeConnectorType(DeviceManagementExchangeConnectorType exchangeConnectorType)
Returns an immutable copy of
this with just the exchangeConnectorType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExchangeConnectorType |
DeviceManagementExchangeConnectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExchangeConnectorType[] |
DeviceManagementExchangeConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.