Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementExchangeAccessRule
-
Packages that use DeviceManagementExchangeAccessRule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeviceManagementExchangeAccessRule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DeviceManagementExchangeAccessRule Modifier and Type Method Description DeviceManagementExchangeAccessRuleDeviceManagementExchangeAccessRule.Builder. build()DeviceManagementExchangeAccessRuleDeviceManagementExchangeAccessRule. withAccessLevel(DeviceManagementExchangeAccessLevel accessLevel)Returns an immutable copy ofthiswith just theaccessLevelfield changed.DeviceManagementExchangeAccessRuleDeviceManagementExchangeAccessRule. withDeviceClass(DeviceManagementExchangeDeviceClass deviceClass)Returns an immutable copy ofthiswith just thedeviceClassfield changed.DeviceManagementExchangeAccessRuleDeviceManagementExchangeAccessRule. withUnmappedField(String name, String value) -
Uses of DeviceManagementExchangeAccessRule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type DeviceManagementExchangeAccessRule Modifier and Type Field Description protected List<DeviceManagementExchangeAccessRule>DeviceManagementExchangeOnPremisesPolicy. accessRulesMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementExchangeAccessRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementExchangeAccessRule>DeviceManagementExchangeOnPremisesPolicy. getAccessRules()“The list of device access rules in Exchange.com.github.davidmoten.odata.client.CollectionPage<DeviceManagementExchangeAccessRule>DeviceManagementExchangeOnPremisesPolicy. getAccessRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“The list of device access rules in Exchange.Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementExchangeAccessRule Modifier and Type Method Description DeviceManagementExchangeOnPremisesPolicy.BuilderDeviceManagementExchangeOnPremisesPolicy.Builder. accessRules(DeviceManagementExchangeAccessRule... accessRules)“The list of device access rules in Exchange.Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceManagementExchangeAccessRule Modifier and Type Method Description DeviceManagementExchangeOnPremisesPolicy.BuilderDeviceManagementExchangeOnPremisesPolicy.Builder. accessRules(List<DeviceManagementExchangeAccessRule> accessRules)“The list of device access rules in Exchange.DeviceManagementExchangeOnPremisesPolicyDeviceManagementExchangeOnPremisesPolicy. withAccessRules(List<DeviceManagementExchangeAccessRule> accessRules)Returns an immutable copy ofthiswith just theaccessRulesfield changed.
-