Uses of Class
odata.msgraph.client.enums.DeviceManagementExchangeConnectorStatus
-
Packages that use DeviceManagementExchangeConnectorStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceManagementExchangeConnectorStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceManagementExchangeConnectorStatus Modifier and Type Field Description protected DeviceManagementExchangeConnectorStatusDeviceManagementExchangeConnector. statusMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementExchangeConnectorStatus Modifier and Type Method Description Optional<DeviceManagementExchangeConnectorStatus>DeviceManagementExchangeConnector. getStatus()“Exchange Connector Status”Methods in odata.msgraph.client.entity with parameters of type DeviceManagementExchangeConnectorStatus Modifier and Type Method Description DeviceManagementExchangeConnector.BuilderDeviceManagementExchangeConnector.Builder. status(DeviceManagementExchangeConnectorStatus status)“Exchange Connector Status”DeviceManagementExchangeConnectorDeviceManagementExchangeConnector. withStatus(DeviceManagementExchangeConnectorStatus status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of DeviceManagementExchangeConnectorStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceManagementExchangeConnectorStatus Modifier and Type Method Description static DeviceManagementExchangeConnectorStatusDeviceManagementExchangeConnectorStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementExchangeConnectorStatus[]DeviceManagementExchangeConnectorStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-