Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementExchangeDeviceClass
-
Packages that use DeviceManagementExchangeDeviceClass Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeviceManagementExchangeDeviceClass in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceManagementExchangeDeviceClass Modifier and Type Field Description protected DeviceManagementExchangeDeviceClassDeviceManagementExchangeAccessRule. deviceClassMethods in odata.msgraph.client.beta.complex that return DeviceManagementExchangeDeviceClass Modifier and Type Method Description DeviceManagementExchangeDeviceClassDeviceManagementExchangeDeviceClass.Builder. build()DeviceManagementExchangeDeviceClassDeviceManagementExchangeDeviceClass. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.DeviceManagementExchangeDeviceClassDeviceManagementExchangeDeviceClass. withType(DeviceManagementExchangeAccessRuleType type)Returns an immutable copy ofthiswith just thetypefield changed.DeviceManagementExchangeDeviceClassDeviceManagementExchangeDeviceClass. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementExchangeDeviceClass Modifier and Type Method Description Optional<DeviceManagementExchangeDeviceClass>DeviceManagementExchangeAccessRule. getDeviceClass()“Device Class which will be impacted by this rule.”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementExchangeDeviceClass Modifier and Type Method Description DeviceManagementExchangeAccessRule.BuilderDeviceManagementExchangeAccessRule.Builder. deviceClass(DeviceManagementExchangeDeviceClass deviceClass)“Device Class which will be impacted by this rule.”DeviceManagementExchangeAccessRuleDeviceManagementExchangeAccessRule. withDeviceClass(DeviceManagementExchangeDeviceClass deviceClass)Returns an immutable copy ofthiswith just thedeviceClassfield changed. -
Uses of DeviceManagementExchangeDeviceClass in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type DeviceManagementExchangeDeviceClass Modifier and Type Field Description protected List<DeviceManagementExchangeDeviceClass>DeviceManagementExchangeOnPremisesPolicy. knownDeviceClassesMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementExchangeDeviceClass Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementExchangeDeviceClass>DeviceManagementExchangeOnPremisesPolicy. getKnownDeviceClasses()“The list of device classes known to Exchange”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementExchangeDeviceClass>DeviceManagementExchangeOnPremisesPolicy. getKnownDeviceClasses(com.github.davidmoten.odata.client.HttpRequestOptions options)“The list of device classes known to Exchange”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementExchangeDeviceClass Modifier and Type Method Description DeviceManagementExchangeOnPremisesPolicy.BuilderDeviceManagementExchangeOnPremisesPolicy.Builder. knownDeviceClasses(DeviceManagementExchangeDeviceClass... knownDeviceClasses)“The list of device classes known to Exchange”Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceManagementExchangeDeviceClass Modifier and Type Method Description DeviceManagementExchangeOnPremisesPolicy.BuilderDeviceManagementExchangeOnPremisesPolicy.Builder. knownDeviceClasses(List<DeviceManagementExchangeDeviceClass> knownDeviceClasses)“The list of device classes known to Exchange”DeviceManagementExchangeOnPremisesPolicyDeviceManagementExchangeOnPremisesPolicy. withKnownDeviceClasses(List<DeviceManagementExchangeDeviceClass> knownDeviceClasses)Returns an immutable copy ofthiswith just theknownDeviceClassesfield changed.
-