public class Windows10EnrollmentCompletionPageConfiguration extends DeviceEnrollmentConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows10EnrollmentCompletionPageConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowDeviceResetOnInstallFailure |
protected Boolean |
allowDeviceUseOnInstallFailure |
protected Boolean |
allowLogCollectionOnInstallFailure |
protected Boolean |
blockDeviceSetupRetryByUser |
protected String |
customErrorMessage |
protected Boolean |
disableUserStatusTrackingAfterFirstUser |
protected Integer |
installProgressTimeoutInMinutes |
protected List<String> |
selectedMobileAppIds |
protected String |
selectedMobileAppIdsNextLink |
protected Boolean |
showInstallationProgress |
protected Boolean |
trackInstallProgressForAutopilotOnly |
createdDateTime, description, displayName, lastModifiedDateTime, priority, roleScopeTagIds, roleScopeTagIdsNextLink, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Windows10EnrollmentCompletionPageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static Windows10EnrollmentCompletionPageConfiguration.Builder |
builderWindows10EnrollmentCompletionPageConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAllowDeviceResetOnInstallFailure()
“Allow or block device reset on installation failure”
|
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”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getCustomErrorMessage()
“Set custom error message to show upon installation failure”
|
Optional<Boolean> |
getDisableUserStatusTrackingAfterFirstUser()
“Only show installation progress for first user post enrollment”
|
Optional<Integer> |
getInstallProgressTimeoutInMinutes()
“Set installation progress timeout in minutes”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getSelectedMobileAppIds()
“Selected applications to track the installation status”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getSelectedMobileAppIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Selected applications to track the installation status”
|
Optional<Boolean> |
getShowInstallationProgress()
“Show or hide installation progress to user”
|
Optional<Boolean> |
getTrackInstallProgressForAutopilotOnly()
“Only show installation progress for Autopilot enrollment scenarios”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Windows10EnrollmentCompletionPageConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Windows10EnrollmentCompletionPageConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Windows10EnrollmentCompletionPageConfiguration |
withAllowDeviceResetOnInstallFailure(Boolean allowDeviceResetOnInstallFailure)
Returns an immutable copy of
this with just the allowDeviceResetOnInstallFailure field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withAllowDeviceUseOnInstallFailure(Boolean allowDeviceUseOnInstallFailure)
Returns an immutable copy of
this with just the allowDeviceUseOnInstallFailure field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withAllowLogCollectionOnInstallFailure(Boolean allowLogCollectionOnInstallFailure)
Returns an immutable copy of
this with just the allowLogCollectionOnInstallFailure field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withBlockDeviceSetupRetryByUser(Boolean blockDeviceSetupRetryByUser)
Returns an immutable copy of
this with just the blockDeviceSetupRetryByUser field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withCustomErrorMessage(String customErrorMessage)
Returns an immutable copy of
this with just the customErrorMessage field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withDisableUserStatusTrackingAfterFirstUser(Boolean disableUserStatusTrackingAfterFirstUser)
Returns an immutable copy of
this with just the disableUserStatusTrackingAfterFirstUser field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withInstallProgressTimeoutInMinutes(Integer installProgressTimeoutInMinutes)
Returns an immutable copy of
this with just the installProgressTimeoutInMinutes field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withShowInstallationProgress(Boolean showInstallationProgress)
Returns an immutable copy of
this with just the showInstallationProgress field changed. |
Windows10EnrollmentCompletionPageConfiguration |
withTrackInstallProgressForAutopilotOnly(Boolean trackInstallProgressForAutopilotOnly)
Returns an immutable copy of
this with just the trackInstallProgressForAutopilotOnly field changed. |
assign, getAssignments, getCreatedDateTime, getDescription, getDisplayName, getLastModifiedDateTime, getPriority, getRoleScopeTagIds, getRoleScopeTagIds, getVersion, setPriority, withCreatedDateTime, withDescription, withDisplayName, withLastModifiedDateTime, withPriority, withVersionprotected Boolean showInstallationProgress
protected Boolean blockDeviceSetupRetryByUser
protected Boolean allowDeviceResetOnInstallFailure
protected Boolean allowLogCollectionOnInstallFailure
protected String customErrorMessage
protected Integer installProgressTimeoutInMinutes
protected Boolean allowDeviceUseOnInstallFailure
protected String selectedMobileAppIdsNextLink
protected Boolean trackInstallProgressForAutopilotOnly
protected Boolean disableUserStatusTrackingAfterFirstUser
protected Windows10EnrollmentCompletionPageConfiguration()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceEnrollmentConfigurationpublic static Windows10EnrollmentCompletionPageConfiguration.Builder builderWindows10EnrollmentCompletionPageConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceEnrollmentConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceEnrollmentConfigurationpublic Optional<Boolean> getShowInstallationProgress()
public Windows10EnrollmentCompletionPageConfiguration withShowInstallationProgress(Boolean showInstallationProgress)
this with just the showInstallationProgress 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”
showInstallationProgress - new value of showInstallationProgress field (as defined in service metadata)this with just the showInstallationProgress field changedpublic Optional<Boolean> getBlockDeviceSetupRetryByUser()
public Windows10EnrollmentCompletionPageConfiguration 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> getAllowDeviceResetOnInstallFailure()
public Windows10EnrollmentCompletionPageConfiguration withAllowDeviceResetOnInstallFailure(Boolean allowDeviceResetOnInstallFailure)
this with just the allowDeviceResetOnInstallFailure 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 device reset on installation failure”
allowDeviceResetOnInstallFailure - new value of allowDeviceResetOnInstallFailure field (as defined in service metadata)this with just the allowDeviceResetOnInstallFailure field changedpublic Optional<Boolean> getAllowLogCollectionOnInstallFailure()
public Windows10EnrollmentCompletionPageConfiguration 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 Windows10EnrollmentCompletionPageConfiguration 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 Windows10EnrollmentCompletionPageConfiguration 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 Windows10EnrollmentCompletionPageConfiguration 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.CollectionPage<String> getSelectedMobileAppIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getSelectedMobileAppIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<Boolean> getTrackInstallProgressForAutopilotOnly()
public Windows10EnrollmentCompletionPageConfiguration withTrackInstallProgressForAutopilotOnly(Boolean trackInstallProgressForAutopilotOnly)
this with just the trackInstallProgressForAutopilotOnly 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.
“Only show installation progress for Autopilot enrollment scenarios”
trackInstallProgressForAutopilotOnly - new value of trackInstallProgressForAutopilotOnly field (as defined in service metadata)this with just the trackInstallProgressForAutopilotOnly field changedpublic Optional<Boolean> getDisableUserStatusTrackingAfterFirstUser()
public Windows10EnrollmentCompletionPageConfiguration withDisableUserStatusTrackingAfterFirstUser(Boolean disableUserStatusTrackingAfterFirstUser)
this with just the disableUserStatusTrackingAfterFirstUser 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.
“Only show installation progress for first user post enrollment”
disableUserStatusTrackingAfterFirstUser - new value of disableUserStatusTrackingAfterFirstUser field (as defined in service metadata)this with just the disableUserStatusTrackingAfterFirstUser field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceEnrollmentConfigurationpublic Windows10EnrollmentCompletionPageConfiguration patch()
this with changed fields reset.patch in class DeviceEnrollmentConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Windows10EnrollmentCompletionPageConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class DeviceEnrollmentConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceEnrollmentConfigurationCopyright © 2018–2020. All rights reserved.