Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementExchangeAccessLevel
-
Packages that use DeviceManagementExchangeAccessLevel Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementExchangeAccessLevel in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceManagementExchangeAccessLevel Modifier and Type Field Description protected DeviceManagementExchangeAccessLevelDeviceManagementExchangeAccessRule. accessLevelMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementExchangeAccessLevel Modifier and Type Method Description Optional<DeviceManagementExchangeAccessLevel>DeviceManagementExchangeAccessRule. getAccessLevel()“Access Level for Exchange granted by this rule.”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementExchangeAccessLevel Modifier and Type Method Description DeviceManagementExchangeAccessRule.BuilderDeviceManagementExchangeAccessRule.Builder. accessLevel(DeviceManagementExchangeAccessLevel accessLevel)“Access Level for Exchange granted by this rule.”DeviceManagementExchangeAccessRuleDeviceManagementExchangeAccessRule. withAccessLevel(DeviceManagementExchangeAccessLevel accessLevel)Returns an immutable copy ofthiswith just theaccessLevelfield changed. -
Uses of DeviceManagementExchangeAccessLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementExchangeAccessLevel Modifier and Type Field Description protected DeviceManagementExchangeAccessLevelDeviceManagementExchangeOnPremisesPolicy. defaultAccessLevelMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementExchangeAccessLevel Modifier and Type Method Description Optional<DeviceManagementExchangeAccessLevel>DeviceManagementExchangeOnPremisesPolicy. getDefaultAccessLevel()“Default access state in Exchange.Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementExchangeAccessLevel Modifier and Type Method Description DeviceManagementExchangeOnPremisesPolicy.BuilderDeviceManagementExchangeOnPremisesPolicy.Builder. defaultAccessLevel(DeviceManagementExchangeAccessLevel defaultAccessLevel)“Default access state in Exchange.DeviceManagementExchangeOnPremisesPolicyDeviceManagementExchangeOnPremisesPolicy. withDefaultAccessLevel(DeviceManagementExchangeAccessLevel defaultAccessLevel)Returns an immutable copy ofthiswith just thedefaultAccessLevelfield changed. -
Uses of DeviceManagementExchangeAccessLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementExchangeAccessLevel Modifier and Type Method Description static DeviceManagementExchangeAccessLevelDeviceManagementExchangeAccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementExchangeAccessLevel[]DeviceManagementExchangeAccessLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-