Uses of Class
odata.msgraph.client.beta.enums.EdgeSearchEngineType
-
Packages that use EdgeSearchEngineType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of EdgeSearchEngineType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as EdgeSearchEngineType Modifier and Type Field Description protected EdgeSearchEngineTypeEdgeSearchEngine. edgeSearchEngineTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type EdgeSearchEngineType Modifier and Type Method Description Optional<EdgeSearchEngineType>EdgeSearchEngine. getEdgeSearchEngineType()“Allows IT admins to set a predefined default search engine for MDM-Controlled devices.”Methods in odata.msgraph.client.beta.complex with parameters of type EdgeSearchEngineType Modifier and Type Method Description EdgeSearchEngine.BuilderEdgeSearchEngine.Builder. edgeSearchEngineType(EdgeSearchEngineType edgeSearchEngineType)“Allows IT admins to set a predefined default search engine for MDM-Controlled devices.”EdgeSearchEngineEdgeSearchEngine. withEdgeSearchEngineType(EdgeSearchEngineType edgeSearchEngineType)Returns an immutable copy ofthiswith just theedgeSearchEngineTypefield changed. -
Uses of EdgeSearchEngineType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EdgeSearchEngineType Modifier and Type Method Description static EdgeSearchEngineTypeEdgeSearchEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeSearchEngineType[]EdgeSearchEngineType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-