Uses of Class
odata.msgraph.client.beta.entity.AppleDeviceFeaturesConfigurationBase
-
Packages that use AppleDeviceFeaturesConfigurationBase Package Description odata.msgraph.client.beta.entity -
-
Uses of AppleDeviceFeaturesConfigurationBase in odata.msgraph.client.beta.entity
Subclasses of AppleDeviceFeaturesConfigurationBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classIosDeviceFeaturesConfiguration“iOS Device Features Configuration Profile.”classMacOSDeviceFeaturesConfiguration“MacOS device features configuration profile.”Methods in odata.msgraph.client.beta.entity that return AppleDeviceFeaturesConfigurationBase Modifier and Type Method Description AppleDeviceFeaturesConfigurationBaseAppleDeviceFeaturesConfigurationBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppleDeviceFeaturesConfigurationBaseAppleDeviceFeaturesConfigurationBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppleDeviceFeaturesConfigurationBaseAppleDeviceFeaturesConfigurationBase. withAirPrintDestinations(List<AirPrintDestination> airPrintDestinations)Returns an immutable copy ofthiswith just theairPrintDestinationsfield changed.AppleDeviceFeaturesConfigurationBaseAppleDeviceFeaturesConfigurationBase. withUnmappedField(String name, String value)
-