Uses of Class
odata.msgraph.client.beta.enums.BrowserSyncSetting
-
Packages that use BrowserSyncSetting Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of BrowserSyncSetting in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as BrowserSyncSetting Modifier and Type Field Description protected BrowserSyncSettingWindows10GeneralConfiguration. experienceDoNotSyncBrowserSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type BrowserSyncSetting Modifier and Type Method Description Optional<BrowserSyncSetting>Windows10GeneralConfiguration. getExperienceDoNotSyncBrowserSettings()“Allow or prevent the syncing of Microsoft Edge Browser settings.Methods in odata.msgraph.client.beta.entity with parameters of type BrowserSyncSetting Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. experienceDoNotSyncBrowserSettings(BrowserSyncSetting experienceDoNotSyncBrowserSettings)“Allow or prevent the syncing of Microsoft Edge Browser settings.Windows10GeneralConfigurationWindows10GeneralConfiguration. withExperienceDoNotSyncBrowserSettings(BrowserSyncSetting experienceDoNotSyncBrowserSettings)Returns an immutable copy ofthiswith just theexperienceDoNotSyncBrowserSettingsfield changed. -
Uses of BrowserSyncSetting in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BrowserSyncSetting Modifier and Type Method Description static BrowserSyncSettingBrowserSyncSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static BrowserSyncSetting[]BrowserSyncSetting. values()Returns an array containing the constants of this enum type, in the order they are declared.
-