Uses of Class
odata.msgraph.client.complex.DeviceEnrollmentPlatformRestriction
-
Packages that use DeviceEnrollmentPlatformRestriction Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DeviceEnrollmentPlatformRestriction in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DeviceEnrollmentPlatformRestriction Modifier and Type Method Description DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestriction.Builder. build()DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestriction. withOsMaximumVersion(String osMaximumVersion)Returns an immutable copy ofthiswith just theosMaximumVersionfield changed.DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestriction. withOsMinimumVersion(String osMinimumVersion)Returns an immutable copy ofthiswith just theosMinimumVersionfield changed.DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestriction. withPersonalDeviceEnrollmentBlocked(Boolean personalDeviceEnrollmentBlocked)Returns an immutable copy ofthiswith just thepersonalDeviceEnrollmentBlockedfield changed.DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestriction. withPlatformBlocked(Boolean platformBlocked)Returns an immutable copy ofthiswith just theplatformBlockedfield changed.DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestriction. withUnmappedField(String name, Object value) -
Uses of DeviceEnrollmentPlatformRestriction in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceEnrollmentPlatformRestriction Modifier and Type Field Description protected DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestrictionsConfiguration. androidRestrictionprotected DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestrictionsConfiguration. iosRestrictionprotected DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestrictionsConfiguration. macOSRestrictionprotected DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestrictionsConfiguration. windowsMobileRestrictionprotected DeviceEnrollmentPlatformRestrictionDeviceEnrollmentPlatformRestrictionsConfiguration. windowsRestrictionMethods in odata.msgraph.client.entity that return types with arguments of type DeviceEnrollmentPlatformRestriction Modifier and Type Method Description Optional<DeviceEnrollmentPlatformRestriction>DeviceEnrollmentPlatformRestrictionsConfiguration. getAndroidRestriction()“Android restrictions based on platform, platform operating system version, and device ownership”Optional<DeviceEnrollmentPlatformRestriction>DeviceEnrollmentPlatformRestrictionsConfiguration. getIosRestriction()“Ios restrictions based on platform, platform operating system version, and device ownership”Optional<DeviceEnrollmentPlatformRestriction>DeviceEnrollmentPlatformRestrictionsConfiguration. getMacOSRestriction()“Mac restrictions based on platform, platform operating system version, and device ownership”Optional<DeviceEnrollmentPlatformRestriction>DeviceEnrollmentPlatformRestrictionsConfiguration. getWindowsMobileRestriction()“Windows mobile restrictions based on platform, platform operating system version , and device ownership”Optional<DeviceEnrollmentPlatformRestriction>DeviceEnrollmentPlatformRestrictionsConfiguration. getWindowsRestriction()“Windows restrictions based on platform, platform operating system version, and device ownership”Methods in odata.msgraph.client.entity with parameters of type DeviceEnrollmentPlatformRestriction Modifier and Type Method Description DeviceEnrollmentPlatformRestrictionsConfiguration.BuilderDeviceEnrollmentPlatformRestrictionsConfiguration.Builder. androidRestriction(DeviceEnrollmentPlatformRestriction androidRestriction)“Android restrictions based on platform, platform operating system version, and device ownership”DeviceEnrollmentPlatformRestrictionsConfiguration.BuilderDeviceEnrollmentPlatformRestrictionsConfiguration.Builder. iosRestriction(DeviceEnrollmentPlatformRestriction iosRestriction)“Ios restrictions based on platform, platform operating system version, and device ownership”DeviceEnrollmentPlatformRestrictionsConfiguration.BuilderDeviceEnrollmentPlatformRestrictionsConfiguration.Builder. macOSRestriction(DeviceEnrollmentPlatformRestriction macOSRestriction)“Mac restrictions based on platform, platform operating system version, and device ownership”DeviceEnrollmentPlatformRestrictionsConfiguration.BuilderDeviceEnrollmentPlatformRestrictionsConfiguration.Builder. windowsMobileRestriction(DeviceEnrollmentPlatformRestriction windowsMobileRestriction)“Windows mobile restrictions based on platform, platform operating system version , and device ownership”DeviceEnrollmentPlatformRestrictionsConfiguration.BuilderDeviceEnrollmentPlatformRestrictionsConfiguration.Builder. windowsRestriction(DeviceEnrollmentPlatformRestriction windowsRestriction)“Windows restrictions based on platform, platform operating system version, and device ownership”DeviceEnrollmentPlatformRestrictionsConfigurationDeviceEnrollmentPlatformRestrictionsConfiguration. withAndroidRestriction(DeviceEnrollmentPlatformRestriction androidRestriction)Returns an immutable copy ofthiswith just theandroidRestrictionfield changed.DeviceEnrollmentPlatformRestrictionsConfigurationDeviceEnrollmentPlatformRestrictionsConfiguration. withIosRestriction(DeviceEnrollmentPlatformRestriction iosRestriction)Returns an immutable copy ofthiswith just theiosRestrictionfield changed.DeviceEnrollmentPlatformRestrictionsConfigurationDeviceEnrollmentPlatformRestrictionsConfiguration. withMacOSRestriction(DeviceEnrollmentPlatformRestriction macOSRestriction)Returns an immutable copy ofthiswith just themacOSRestrictionfield changed.DeviceEnrollmentPlatformRestrictionsConfigurationDeviceEnrollmentPlatformRestrictionsConfiguration. withWindowsMobileRestriction(DeviceEnrollmentPlatformRestriction windowsMobileRestriction)Returns an immutable copy ofthiswith just thewindowsMobileRestrictionfield changed.DeviceEnrollmentPlatformRestrictionsConfigurationDeviceEnrollmentPlatformRestrictionsConfiguration. withWindowsRestriction(DeviceEnrollmentPlatformRestriction windowsRestriction)Returns an immutable copy ofthiswith just thewindowsRestrictionfield changed.
-