| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestriction.Builder.build() |
DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestriction.withOsMaximumVersion(String osMaximumVersion)
Returns an immutable copy of
this with just the osMaximumVersion
field changed. |
DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestriction.withOsMinimumVersion(String osMinimumVersion)
Returns an immutable copy of
this with just the osMinimumVersion
field changed. |
DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestriction.withPersonalDeviceEnrollmentBlocked(Boolean personalDeviceEnrollmentBlocked)
Returns an immutable copy of
this with just the personalDeviceEnrollmentBlocked field changed. |
DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestriction.withPlatformBlocked(Boolean platformBlocked)
Returns an immutable copy of
this with just the platformBlocked
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestrictionsConfiguration.androidForWorkRestriction |
protected DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestrictionsConfiguration.androidRestriction |
protected DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestrictionsConfiguration.iosRestriction |
protected DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestrictionsConfiguration.macOSRestriction |
protected DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestrictionsConfiguration.macRestriction |
protected DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestrictionsConfiguration.windowsMobileRestriction |
protected DeviceEnrollmentPlatformRestriction |
DeviceEnrollmentPlatformRestrictionsConfiguration.windowsRestriction |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceEnrollmentPlatformRestriction> |
DeviceEnrollmentPlatformRestrictionsConfiguration.getAndroidForWorkRestriction()
“Android for work restrictions based on platform, platform operating system
version, and device ownership”
|
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.getMacRestriction()
“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”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder |
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder.androidForWorkRestriction(DeviceEnrollmentPlatformRestriction androidForWorkRestriction)
“Android for work restrictions based on platform, platform operating system
version, and device ownership”
|
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder |
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder.androidRestriction(DeviceEnrollmentPlatformRestriction androidRestriction)
“Android restrictions based on platform, platform operating system version, and
device ownership”
|
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder |
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder.iosRestriction(DeviceEnrollmentPlatformRestriction iosRestriction)
“Ios restrictions based on platform, platform operating system version, and
device ownership”
|
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder |
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder.macOSRestriction(DeviceEnrollmentPlatformRestriction macOSRestriction)
“Mac restrictions based on platform, platform operating system version, and
device ownership”
|
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder |
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder.macRestriction(DeviceEnrollmentPlatformRestriction macRestriction)
“Mac restrictions based on platform, platform operating system version, and
device ownership”
|
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder |
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder.windowsMobileRestriction(DeviceEnrollmentPlatformRestriction windowsMobileRestriction)
“Windows mobile restrictions based on platform, platform operating system version
, and device ownership”
|
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder |
DeviceEnrollmentPlatformRestrictionsConfiguration.Builder.windowsRestriction(DeviceEnrollmentPlatformRestriction windowsRestriction)
“Windows restrictions based on platform, platform operating system version, and
device ownership”
|
DeviceEnrollmentPlatformRestrictionsConfiguration |
DeviceEnrollmentPlatformRestrictionsConfiguration.withAndroidForWorkRestriction(DeviceEnrollmentPlatformRestriction androidForWorkRestriction)
Returns an immutable copy of
this with just the androidForWorkRestriction field changed. |
DeviceEnrollmentPlatformRestrictionsConfiguration |
DeviceEnrollmentPlatformRestrictionsConfiguration.withAndroidRestriction(DeviceEnrollmentPlatformRestriction androidRestriction)
Returns an immutable copy of
this with just the androidRestriction field changed. |
DeviceEnrollmentPlatformRestrictionsConfiguration |
DeviceEnrollmentPlatformRestrictionsConfiguration.withIosRestriction(DeviceEnrollmentPlatformRestriction iosRestriction)
Returns an immutable copy of
this with just the iosRestriction
field changed. |
DeviceEnrollmentPlatformRestrictionsConfiguration |
DeviceEnrollmentPlatformRestrictionsConfiguration.withMacOSRestriction(DeviceEnrollmentPlatformRestriction macOSRestriction)
Returns an immutable copy of
this with just the macOSRestriction
field changed. |
DeviceEnrollmentPlatformRestrictionsConfiguration |
DeviceEnrollmentPlatformRestrictionsConfiguration.withMacRestriction(DeviceEnrollmentPlatformRestriction macRestriction)
Returns an immutable copy of
this with just the macRestriction
field changed. |
DeviceEnrollmentPlatformRestrictionsConfiguration |
DeviceEnrollmentPlatformRestrictionsConfiguration.withWindowsMobileRestriction(DeviceEnrollmentPlatformRestriction windowsMobileRestriction)
Returns an immutable copy of
this with just the windowsMobileRestriction field changed. |
DeviceEnrollmentPlatformRestrictionsConfiguration |
DeviceEnrollmentPlatformRestrictionsConfiguration.withWindowsRestriction(DeviceEnrollmentPlatformRestriction windowsRestriction)
Returns an immutable copy of
this with just the windowsRestriction field changed. |
Copyright © 2018–2020. All rights reserved.