public class WindowsEnrollmentStatusScreenSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsEnrollmentStatusScreenSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowDeviceUseBeforeProfileAndAppInstallComplete |
protected Boolean |
allowDeviceUseOnInstallFailure |
protected Boolean |
allowLogCollectionOnInstallFailure |
protected Boolean |
blockDeviceSetupRetryByUser |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
customErrorMessage |
protected Boolean |
hideInstallationProgress |
protected Integer |
installProgressTimeoutInMinutes |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
WindowsEnrollmentStatusScreenSettings() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsEnrollmentStatusScreenSettings.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAllowDeviceUseBeforeProfileAndAppInstallComplete()
“Allow or block user to use device before profile and app installation complete”
|
Optional<Boolean> |
getAllowDeviceUseOnInstallFailure()
“Allow the user to continue using the device on installation failure”
|
Optional<Boolean> |
getAllowLogCollectionOnInstallFailure()
“Allow or block log collection on installation failure”
|
Optional<Boolean> |
getBlockDeviceSetupRetryByUser()
“Allow the user to retry the setup on installation failure”
|
Optional<String> |
getCustomErrorMessage()
“Set custom error message to show upon installation failure”
|
Optional<Boolean> |
getHideInstallationProgress()
“Show or hide installation progress to user”
|
Optional<Integer> |
getInstallProgressTimeoutInMinutes()
“Set installation progress timeout in minutes”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsEnrollmentStatusScreenSettings |
withAllowDeviceUseBeforeProfileAndAppInstallComplete(Boolean allowDeviceUseBeforeProfileAndAppInstallComplete)
Returns an immutable copy of
this with just the allowDeviceUseBeforeProfileAndAppInstallComplete field changed. |
WindowsEnrollmentStatusScreenSettings |
withAllowDeviceUseOnInstallFailure(Boolean allowDeviceUseOnInstallFailure)
Returns an immutable copy of
this with just the allowDeviceUseOnInstallFailure field changed. |
WindowsEnrollmentStatusScreenSettings |
withAllowLogCollectionOnInstallFailure(Boolean allowLogCollectionOnInstallFailure)
Returns an immutable copy of
this with just the allowLogCollectionOnInstallFailure field changed. |
WindowsEnrollmentStatusScreenSettings |
withBlockDeviceSetupRetryByUser(Boolean blockDeviceSetupRetryByUser)
Returns an immutable copy of
this with just the blockDeviceSetupRetryByUser field changed. |
WindowsEnrollmentStatusScreenSettings |
withCustomErrorMessage(String customErrorMessage)
Returns an immutable copy of
this with just the customErrorMessage field changed. |
WindowsEnrollmentStatusScreenSettings |
withHideInstallationProgress(Boolean hideInstallationProgress)
Returns an immutable copy of
this with just the hideInstallationProgress field changed. |
WindowsEnrollmentStatusScreenSettings |
withInstallProgressTimeoutInMinutes(Integer installProgressTimeoutInMinutes)
Returns an immutable copy of
this with just the installProgressTimeoutInMinutes field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean hideInstallationProgress
protected Boolean allowDeviceUseBeforeProfileAndAppInstallComplete
protected Boolean blockDeviceSetupRetryByUser
protected Boolean allowLogCollectionOnInstallFailure
protected String customErrorMessage
protected Integer installProgressTimeoutInMinutes
protected Boolean allowDeviceUseOnInstallFailure
protected WindowsEnrollmentStatusScreenSettings()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Boolean> getHideInstallationProgress()
public WindowsEnrollmentStatusScreenSettings withHideInstallationProgress(Boolean hideInstallationProgress)
this with just the hideInstallationProgress field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Show or hide installation progress to user”
hideInstallationProgress - new value of hideInstallationProgress field (as defined in service metadata)this with just the hideInstallationProgress field changedpublic Optional<Boolean> getAllowDeviceUseBeforeProfileAndAppInstallComplete()
public WindowsEnrollmentStatusScreenSettings withAllowDeviceUseBeforeProfileAndAppInstallComplete(Boolean allowDeviceUseBeforeProfileAndAppInstallComplete)
this with just the allowDeviceUseBeforeProfileAndAppInstallComplete field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“Allow or block user to use device before profile and app installation complete”
allowDeviceUseBeforeProfileAndAppInstallComplete - new value of allowDeviceUseBeforeProfileAndAppInstallComplete field (as defined in service metadata)this with just the allowDeviceUseBeforeProfileAndAppInstallComplete field changedpublic Optional<Boolean> getBlockDeviceSetupRetryByUser()
public WindowsEnrollmentStatusScreenSettings withBlockDeviceSetupRetryByUser(Boolean blockDeviceSetupRetryByUser)
this with just the blockDeviceSetupRetryByUser field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Allow the user to retry the setup on installation failure”
blockDeviceSetupRetryByUser - new value of blockDeviceSetupRetryByUser field (as defined in service metadata)this with just the blockDeviceSetupRetryByUser field changedpublic Optional<Boolean> getAllowLogCollectionOnInstallFailure()
public WindowsEnrollmentStatusScreenSettings withAllowLogCollectionOnInstallFailure(Boolean allowLogCollectionOnInstallFailure)
this with just the allowLogCollectionOnInstallFailure field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Allow or block log collection on installation failure”
allowLogCollectionOnInstallFailure - new value of allowLogCollectionOnInstallFailure field (as defined in service metadata)this with just the allowLogCollectionOnInstallFailure field changedpublic Optional<String> getCustomErrorMessage()
public WindowsEnrollmentStatusScreenSettings withCustomErrorMessage(String customErrorMessage)
this with just the customErrorMessage field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Set custom error message to show upon installation failure”
customErrorMessage - new value of customErrorMessage field (as defined in service metadata)this with just the customErrorMessage field changedpublic Optional<Integer> getInstallProgressTimeoutInMinutes()
public WindowsEnrollmentStatusScreenSettings withInstallProgressTimeoutInMinutes(Integer installProgressTimeoutInMinutes)
this with just the installProgressTimeoutInMinutes field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Set installation progress timeout in minutes”
installProgressTimeoutInMinutes - new value of installProgressTimeoutInMinutes field (as defined in service metadata)this with just the installProgressTimeoutInMinutes field changedpublic Optional<Boolean> getAllowDeviceUseOnInstallFailure()
public WindowsEnrollmentStatusScreenSettings withAllowDeviceUseOnInstallFailure(Boolean allowDeviceUseOnInstallFailure)
this with just the allowDeviceUseOnInstallFailure field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Allow the user to continue using the device on installation failure”
allowDeviceUseOnInstallFailure - new value of allowDeviceUseOnInstallFailure field (as defined in service metadata)this with just the allowDeviceUseOnInstallFailure field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static WindowsEnrollmentStatusScreenSettings.Builder builder()
Copyright © 2018–2020. All rights reserved.