public static final class WindowsEnrollmentStatusScreenSettings.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsEnrollmentStatusScreenSettings.Builder |
allowDeviceUseBeforeProfileAndAppInstallComplete(Boolean allowDeviceUseBeforeProfileAndAppInstallComplete)
“Allow or block user to use device before profile and app installation complete”
|
WindowsEnrollmentStatusScreenSettings.Builder |
allowDeviceUseOnInstallFailure(Boolean allowDeviceUseOnInstallFailure)
“Allow the user to continue using the device on installation failure”
|
WindowsEnrollmentStatusScreenSettings.Builder |
allowLogCollectionOnInstallFailure(Boolean allowLogCollectionOnInstallFailure)
“Allow or block log collection on installation failure”
|
WindowsEnrollmentStatusScreenSettings.Builder |
blockDeviceSetupRetryByUser(Boolean blockDeviceSetupRetryByUser)
“Allow the user to retry the setup on installation failure”
|
WindowsEnrollmentStatusScreenSettings |
build() |
WindowsEnrollmentStatusScreenSettings.Builder |
customErrorMessage(String customErrorMessage)
“Set custom error message to show upon installation failure”
|
WindowsEnrollmentStatusScreenSettings.Builder |
hideInstallationProgress(Boolean hideInstallationProgress)
“Show or hide installation progress to user”
|
WindowsEnrollmentStatusScreenSettings.Builder |
installProgressTimeoutInMinutes(Integer installProgressTimeoutInMinutes)
“Set installation progress timeout in minutes”
|
public WindowsEnrollmentStatusScreenSettings.Builder hideInstallationProgress(Boolean hideInstallationProgress)
hideInstallationProgress - value of hideInstallationProgress property (as defined in service metadata)this (for method chaining)public WindowsEnrollmentStatusScreenSettings.Builder allowDeviceUseBeforeProfileAndAppInstallComplete(Boolean allowDeviceUseBeforeProfileAndAppInstallComplete)
allowDeviceUseBeforeProfileAndAppInstallComplete - value of allowDeviceUseBeforeProfileAndAppInstallComplete property (as defined in service metadata)this (for method chaining)public WindowsEnrollmentStatusScreenSettings.Builder blockDeviceSetupRetryByUser(Boolean blockDeviceSetupRetryByUser)
blockDeviceSetupRetryByUser - value of blockDeviceSetupRetryByUser property (as defined in service metadata)this (for method chaining)public WindowsEnrollmentStatusScreenSettings.Builder allowLogCollectionOnInstallFailure(Boolean allowLogCollectionOnInstallFailure)
allowLogCollectionOnInstallFailure - value of allowLogCollectionOnInstallFailure property (as defined in service metadata)this (for method chaining)public WindowsEnrollmentStatusScreenSettings.Builder customErrorMessage(String customErrorMessage)
customErrorMessage - value of customErrorMessage property (as defined in service metadata)this (for method chaining)public WindowsEnrollmentStatusScreenSettings.Builder installProgressTimeoutInMinutes(Integer installProgressTimeoutInMinutes)
installProgressTimeoutInMinutes - value of installProgressTimeoutInMinutes property (as defined in service metadata)this (for method chaining)public WindowsEnrollmentStatusScreenSettings.Builder allowDeviceUseOnInstallFailure(Boolean allowDeviceUseOnInstallFailure)
allowDeviceUseOnInstallFailure - value of allowDeviceUseOnInstallFailure property (as defined in service metadata)this (for method chaining)public WindowsEnrollmentStatusScreenSettings build()
Copyright © 2018–2020. All rights reserved.