Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementExchangeAccessRuleType
-
Packages that use DeviceManagementExchangeAccessRuleType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementExchangeAccessRuleType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceManagementExchangeAccessRuleType Modifier and Type Field Description protected DeviceManagementExchangeAccessRuleTypeDeviceManagementExchangeDeviceClass. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementExchangeAccessRuleType Modifier and Type Method Description Optional<DeviceManagementExchangeAccessRuleType>DeviceManagementExchangeDeviceClass. getType()“Type of device which is impacted by this rule e.g.Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementExchangeAccessRuleType Modifier and Type Method Description DeviceManagementExchangeDeviceClass.BuilderDeviceManagementExchangeDeviceClass.Builder. type(DeviceManagementExchangeAccessRuleType type)“Type of device which is impacted by this rule e.g.DeviceManagementExchangeDeviceClassDeviceManagementExchangeDeviceClass. withType(DeviceManagementExchangeAccessRuleType type)Returns an immutable copy ofthiswith just thetypefield changed. -
Uses of DeviceManagementExchangeAccessRuleType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementExchangeAccessRuleType Modifier and Type Method Description static DeviceManagementExchangeAccessRuleTypeDeviceManagementExchangeAccessRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementExchangeAccessRuleType[]DeviceManagementExchangeAccessRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-