Uses of Class
odata.msgraph.client.beta.enums.EdgeOpenOptions
-
Packages that use EdgeOpenOptions Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EdgeOpenOptions in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EdgeOpenOptions Modifier and Type Field Description protected EdgeOpenOptionsWindows10GeneralConfiguration. edgeOpensWithMethods in odata.msgraph.client.beta.entity that return types with arguments of type EdgeOpenOptions Modifier and Type Method Description Optional<EdgeOpenOptions>Windows10GeneralConfiguration. getEdgeOpensWith()“Specify what kind of pages are open at start.”Methods in odata.msgraph.client.beta.entity with parameters of type EdgeOpenOptions Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. edgeOpensWith(EdgeOpenOptions edgeOpensWith)“Specify what kind of pages are open at start.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withEdgeOpensWith(EdgeOpenOptions edgeOpensWith)Returns an immutable copy ofthiswith just theedgeOpensWithfield changed. -
Uses of EdgeOpenOptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EdgeOpenOptions Modifier and Type Method Description static EdgeOpenOptionsEdgeOpenOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeOpenOptions[]EdgeOpenOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-