Uses of Class
odata.msgraph.client.beta.complex.WindowsEnrollmentStatusScreenSettings
-
Packages that use WindowsEnrollmentStatusScreenSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsEnrollmentStatusScreenSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsEnrollmentStatusScreenSettings Modifier and Type Method Description WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings.Builder. build()WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withAllowDeviceUseBeforeProfileAndAppInstallComplete(Boolean allowDeviceUseBeforeProfileAndAppInstallComplete)Returns an immutable copy ofthiswith just theallowDeviceUseBeforeProfileAndAppInstallCompletefield changed.WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withAllowDeviceUseOnInstallFailure(Boolean allowDeviceUseOnInstallFailure)Returns an immutable copy ofthiswith just theallowDeviceUseOnInstallFailurefield changed.WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withAllowLogCollectionOnInstallFailure(Boolean allowLogCollectionOnInstallFailure)Returns an immutable copy ofthiswith just theallowLogCollectionOnInstallFailurefield changed.WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withBlockDeviceSetupRetryByUser(Boolean blockDeviceSetupRetryByUser)Returns an immutable copy ofthiswith just theblockDeviceSetupRetryByUserfield changed.WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withCustomErrorMessage(String customErrorMessage)Returns an immutable copy ofthiswith just thecustomErrorMessagefield changed.WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withHideInstallationProgress(Boolean hideInstallationProgress)Returns an immutable copy ofthiswith just thehideInstallationProgressfield changed.WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withInstallProgressTimeoutInMinutes(Integer installProgressTimeoutInMinutes)Returns an immutable copy ofthiswith just theinstallProgressTimeoutInMinutesfield changed.WindowsEnrollmentStatusScreenSettingsWindowsEnrollmentStatusScreenSettings. withUnmappedField(String name, String value) -
Uses of WindowsEnrollmentStatusScreenSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsEnrollmentStatusScreenSettings Modifier and Type Field Description protected WindowsEnrollmentStatusScreenSettingsWindowsAutopilotDeploymentProfile. enrollmentStatusScreenSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsEnrollmentStatusScreenSettings Modifier and Type Method Description Optional<WindowsEnrollmentStatusScreenSettings>WindowsAutopilotDeploymentProfile. getEnrollmentStatusScreenSettings()“Enrollment status screen setting”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsEnrollmentStatusScreenSettings Modifier and Type Method Description ActiveDirectoryWindowsAutopilotDeploymentProfile.BuilderActiveDirectoryWindowsAutopilotDeploymentProfile.Builder. enrollmentStatusScreenSettings(WindowsEnrollmentStatusScreenSettings enrollmentStatusScreenSettings)AzureADWindowsAutopilotDeploymentProfile.BuilderAzureADWindowsAutopilotDeploymentProfile.Builder. enrollmentStatusScreenSettings(WindowsEnrollmentStatusScreenSettings enrollmentStatusScreenSettings)WindowsAutopilotDeploymentProfileWindowsAutopilotDeploymentProfile. withEnrollmentStatusScreenSettings(WindowsEnrollmentStatusScreenSettings enrollmentStatusScreenSettings)Returns an immutable copy ofthiswith just theenrollmentStatusScreenSettingsfield changed.
-