Uses of Class
odata.msgraph.client.beta.complex.OutOfBoxExperienceSettings
-
Packages that use OutOfBoxExperienceSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of OutOfBoxExperienceSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return OutOfBoxExperienceSettings Modifier and Type Method Description OutOfBoxExperienceSettingsOutOfBoxExperienceSettings.Builder. build()OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withDeviceUsageType(WindowsDeviceUsageType deviceUsageType)Returns an immutable copy ofthiswith just thedeviceUsageTypefield changed.OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withHideEscapeLink(Boolean hideEscapeLink)Returns an immutable copy ofthiswith just thehideEscapeLinkfield changed.OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withHideEULA(Boolean hideEULA)Returns an immutable copy ofthiswith just thehideEULAfield changed.OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withHidePrivacySettings(Boolean hidePrivacySettings)Returns an immutable copy ofthiswith just thehidePrivacySettingsfield changed.OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withSkipKeyboardSelectionPage(Boolean skipKeyboardSelectionPage)Returns an immutable copy ofthiswith just theskipKeyboardSelectionPagefield changed.OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withUnmappedField(String name, String value)OutOfBoxExperienceSettingsOutOfBoxExperienceSettings. withUserType(WindowsUserType userType)Returns an immutable copy ofthiswith just theuserTypefield changed. -
Uses of OutOfBoxExperienceSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OutOfBoxExperienceSettings Modifier and Type Field Description protected OutOfBoxExperienceSettingsWindowsAutopilotDeploymentProfile. outOfBoxExperienceSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type OutOfBoxExperienceSettings Modifier and Type Method Description Optional<OutOfBoxExperienceSettings>WindowsAutopilotDeploymentProfile. getOutOfBoxExperienceSettings()“Out of box experience setting”Methods in odata.msgraph.client.beta.entity with parameters of type OutOfBoxExperienceSettings Modifier and Type Method Description ActiveDirectoryWindowsAutopilotDeploymentProfile.BuilderActiveDirectoryWindowsAutopilotDeploymentProfile.Builder. outOfBoxExperienceSettings(OutOfBoxExperienceSettings outOfBoxExperienceSettings)AzureADWindowsAutopilotDeploymentProfile.BuilderAzureADWindowsAutopilotDeploymentProfile.Builder. outOfBoxExperienceSettings(OutOfBoxExperienceSettings outOfBoxExperienceSettings)WindowsAutopilotDeploymentProfileWindowsAutopilotDeploymentProfile. withOutOfBoxExperienceSettings(OutOfBoxExperienceSettings outOfBoxExperienceSettings)Returns an immutable copy ofthiswith just theoutOfBoxExperienceSettingsfield changed.
-