Uses of Class
odata.msgraph.client.enums.DeviceManagementExchangeAccessStateReason
-
Packages that use DeviceManagementExchangeAccessStateReason Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceManagementExchangeAccessStateReason in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceManagementExchangeAccessStateReason Modifier and Type Field Description protected DeviceManagementExchangeAccessStateReasonManagedDevice. exchangeAccessStateReasonMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementExchangeAccessStateReason Modifier and Type Method Description Optional<DeviceManagementExchangeAccessStateReason>ManagedDevice. getExchangeAccessStateReason()“The reason for the device's access state in Exchange.Methods in odata.msgraph.client.entity with parameters of type DeviceManagementExchangeAccessStateReason Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. exchangeAccessStateReason(DeviceManagementExchangeAccessStateReason exchangeAccessStateReason)“The reason for the device's access state in Exchange.ManagedDeviceManagedDevice. withExchangeAccessStateReason(DeviceManagementExchangeAccessStateReason exchangeAccessStateReason)Returns an immutable copy ofthiswith just theexchangeAccessStateReasonfield changed. -
Uses of DeviceManagementExchangeAccessStateReason in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceManagementExchangeAccessStateReason Modifier and Type Method Description static DeviceManagementExchangeAccessStateReasonDeviceManagementExchangeAccessStateReason. 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.
-