Uses of Class
odata.msgraph.client.enums.DeviceManagementExchangeAccessState
-
Packages that use DeviceManagementExchangeAccessState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceManagementExchangeAccessState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceManagementExchangeAccessState Modifier and Type Field Description protected DeviceManagementExchangeAccessStateManagedDevice. exchangeAccessStateMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementExchangeAccessState Modifier and Type Method Description Optional<DeviceManagementExchangeAccessState>ManagedDevice. getExchangeAccessState()“The Access State of the device in Exchange.Methods in odata.msgraph.client.entity with parameters of type DeviceManagementExchangeAccessState Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. exchangeAccessState(DeviceManagementExchangeAccessState exchangeAccessState)“The Access State of the device in Exchange.ManagedDeviceManagedDevice. withExchangeAccessState(DeviceManagementExchangeAccessState exchangeAccessState)Returns an immutable copy ofthiswith just theexchangeAccessStatefield changed. -
Uses of DeviceManagementExchangeAccessState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceManagementExchangeAccessState Modifier and Type Method Description static DeviceManagementExchangeAccessStateDeviceManagementExchangeAccessState. 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.
-