Uses of Class
com.microsoft.graph.models.DeviceEnrollmentPlatformRestriction
Packages that use DeviceEnrollmentPlatformRestriction
-
Uses of DeviceEnrollmentPlatformRestriction in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceEnrollmentPlatformRestrictionModifier and TypeMethodDescriptionDeviceEnrollmentPlatformRestriction.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueDeviceEnrollmentPlatformRestrictionsConfiguration.getAndroidRestriction()Gets the androidRestriction property value.DeviceEnrollmentPlatformRestrictionsConfiguration.getIosRestriction()Gets the iosRestriction property value.DeviceEnrollmentPlatformRestrictionsConfiguration.getMacOSRestriction()Gets the macOSRestriction property value.DeviceEnrollmentPlatformRestrictionsConfiguration.getWindowsMobileRestriction()Gets the windowsMobileRestriction property value.DeviceEnrollmentPlatformRestrictionsConfiguration.getWindowsRestriction()Gets the windowsRestriction property value.Methods in com.microsoft.graph.models with parameters of type DeviceEnrollmentPlatformRestrictionModifier and TypeMethodDescriptionvoidDeviceEnrollmentPlatformRestrictionsConfiguration.setAndroidRestriction(DeviceEnrollmentPlatformRestriction value) Sets the androidRestriction property value.voidDeviceEnrollmentPlatformRestrictionsConfiguration.setIosRestriction(DeviceEnrollmentPlatformRestriction value) Sets the iosRestriction property value.voidDeviceEnrollmentPlatformRestrictionsConfiguration.setMacOSRestriction(DeviceEnrollmentPlatformRestriction value) Sets the macOSRestriction property value.voidDeviceEnrollmentPlatformRestrictionsConfiguration.setWindowsMobileRestriction(DeviceEnrollmentPlatformRestriction value) Sets the windowsMobileRestriction property value.voidDeviceEnrollmentPlatformRestrictionsConfiguration.setWindowsRestriction(DeviceEnrollmentPlatformRestriction value) Sets the windowsRestriction property value.