Uses of Class
odata.msgraph.client.complex.EdgeSearchEngineBase
-
Packages that use EdgeSearchEngineBase Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of EdgeSearchEngineBase in odata.msgraph.client.complex
Subclasses of EdgeSearchEngineBase in odata.msgraph.client.complex Modifier and Type Class Description classEdgeSearchEngine“Allows IT admins to set a predefined default search engine for MDM-Controlled devices.”classEdgeSearchEngineCustom“Allows IT admins to set a custom default search engine for MDM-Controlled devices.”Methods in odata.msgraph.client.complex that return EdgeSearchEngineBase Modifier and Type Method Description EdgeSearchEngineBaseEdgeSearchEngineBase. withUnmappedField(String name, String value) -
Uses of EdgeSearchEngineBase in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EdgeSearchEngineBase Modifier and Type Field Description protected EdgeSearchEngineBaseWindows10GeneralConfiguration. edgeSearchEngineMethods in odata.msgraph.client.entity that return types with arguments of type EdgeSearchEngineBase Modifier and Type Method Description Optional<EdgeSearchEngineBase>Windows10GeneralConfiguration. getEdgeSearchEngine()“Allows IT admins to set a default search engine for MDM-Controlled devices.Methods in odata.msgraph.client.entity with parameters of type EdgeSearchEngineBase Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. edgeSearchEngine(EdgeSearchEngineBase edgeSearchEngine)“Allows IT admins to set a default search engine for MDM-Controlled devices.Windows10GeneralConfigurationWindows10GeneralConfiguration. withEdgeSearchEngine(EdgeSearchEngineBase edgeSearchEngine)Returns an immutable copy ofthiswith just theedgeSearchEnginefield changed.
-