Uses of Class
odata.msgraph.client.beta.enums.InternetExplorerMessageSetting
-
Packages that use InternetExplorerMessageSetting Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of InternetExplorerMessageSetting in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as InternetExplorerMessageSetting Modifier and Type Field Description protected InternetExplorerMessageSettingWindows10GeneralConfiguration. edgeShowMessageWhenOpeningInternetExplorerSitesMethods in odata.msgraph.client.beta.entity that return types with arguments of type InternetExplorerMessageSetting Modifier and Type Method Description Optional<InternetExplorerMessageSetting>Windows10GeneralConfiguration. getEdgeShowMessageWhenOpeningInternetExplorerSites()“Controls the message displayed by Edge before switching to Internet Explorer.”Methods in odata.msgraph.client.beta.entity with parameters of type InternetExplorerMessageSetting Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. edgeShowMessageWhenOpeningInternetExplorerSites(InternetExplorerMessageSetting edgeShowMessageWhenOpeningInternetExplorerSites)“Controls the message displayed by Edge before switching to Internet Explorer.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withEdgeShowMessageWhenOpeningInternetExplorerSites(InternetExplorerMessageSetting edgeShowMessageWhenOpeningInternetExplorerSites)Returns an immutable copy ofthiswith just theedgeShowMessageWhenOpeningInternetExplorerSitesfield changed. -
Uses of InternetExplorerMessageSetting in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return InternetExplorerMessageSetting Modifier and Type Method Description static InternetExplorerMessageSettingInternetExplorerMessageSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static InternetExplorerMessageSetting[]InternetExplorerMessageSetting. values()Returns an array containing the constants of this enum type, in the order they are declared.
-