Uses of Class
odata.msgraph.client.complex.OutOfBoxExperienceSetting
-
Packages that use OutOfBoxExperienceSetting Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of OutOfBoxExperienceSetting in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return OutOfBoxExperienceSetting Modifier and Type Method Description OutOfBoxExperienceSettingOutOfBoxExperienceSetting.Builder. build()OutOfBoxExperienceSettingOutOfBoxExperienceSetting. withDeviceUsageType(WindowsDeviceUsageType deviceUsageType)Returns an immutable copy ofthiswith just thedeviceUsageTypefield changed.OutOfBoxExperienceSettingOutOfBoxExperienceSetting. withEscapeLinkHidden(Boolean escapeLinkHidden)Returns an immutable copy ofthiswith just theescapeLinkHiddenfield changed.OutOfBoxExperienceSettingOutOfBoxExperienceSetting. withEulaHidden(Boolean eulaHidden)Returns an immutable copy ofthiswith just theeulaHiddenfield changed.OutOfBoxExperienceSettingOutOfBoxExperienceSetting. withKeyboardSelectionPageSkipped(Boolean keyboardSelectionPageSkipped)Returns an immutable copy ofthiswith just thekeyboardSelectionPageSkippedfield changed.OutOfBoxExperienceSettingOutOfBoxExperienceSetting. withPrivacySettingsHidden(Boolean privacySettingsHidden)Returns an immutable copy ofthiswith just theprivacySettingsHiddenfield changed.OutOfBoxExperienceSettingOutOfBoxExperienceSetting. withUnmappedField(String name, Object value)OutOfBoxExperienceSettingOutOfBoxExperienceSetting. withUserType(WindowsUserType userType)Returns an immutable copy ofthiswith just theuserTypefield changed. -
Uses of OutOfBoxExperienceSetting in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as OutOfBoxExperienceSetting Modifier and Type Field Description protected OutOfBoxExperienceSettingWindowsAutopilotDeploymentProfile. outOfBoxExperienceSettingMethods in odata.msgraph.client.entity that return types with arguments of type OutOfBoxExperienceSetting Modifier and Type Method Description Optional<OutOfBoxExperienceSetting>WindowsAutopilotDeploymentProfile. getOutOfBoxExperienceSetting()“The Windows Autopilot Deployment Profile settings used by the device for the out -of-box experience.Methods in odata.msgraph.client.entity with parameters of type OutOfBoxExperienceSetting Modifier and Type Method Description WindowsAutopilotDeploymentProfileWindowsAutopilotDeploymentProfile. withOutOfBoxExperienceSetting(OutOfBoxExperienceSetting outOfBoxExperienceSetting)Returns an immutable copy ofthiswith just theoutOfBoxExperienceSettingfield changed.
-