Uses of Class
odata.msgraph.client.beta.complex.EdgeHomeButtonConfiguration
-
Packages that use EdgeHomeButtonConfiguration Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EdgeHomeButtonConfiguration in odata.msgraph.client.beta.complex
Subclasses of EdgeHomeButtonConfiguration in odata.msgraph.client.beta.complex Modifier and Type Class Description classEdgeHomeButtonHidden“Hide the home button.”classEdgeHomeButtonLoadsStartPage“Show the home button; clicking the home button loads the Start page - this is also the default value.”classEdgeHomeButtonOpensCustomURL“Show the home button; clicking the home button loads a specific URL.”classEdgeHomeButtonOpensNewTab“Show the home button; clicking the home button loads the New tab page.”Methods in odata.msgraph.client.beta.complex that return EdgeHomeButtonConfiguration Modifier and Type Method Description EdgeHomeButtonConfigurationEdgeHomeButtonConfiguration. withUnmappedField(String name, String value) -
Uses of EdgeHomeButtonConfiguration in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EdgeHomeButtonConfiguration Modifier and Type Field Description protected EdgeHomeButtonConfigurationWindows10GeneralConfiguration. edgeHomeButtonConfigurationMethods in odata.msgraph.client.beta.entity that return types with arguments of type EdgeHomeButtonConfiguration Modifier and Type Method Description Optional<EdgeHomeButtonConfiguration>Windows10GeneralConfiguration. getEdgeHomeButtonConfiguration()“Causes the Home button to either hide, load the default Start page, load a New tab page, or a custom URL”Methods in odata.msgraph.client.beta.entity with parameters of type EdgeHomeButtonConfiguration Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. edgeHomeButtonConfiguration(EdgeHomeButtonConfiguration edgeHomeButtonConfiguration)“Causes the Home button to either hide, load the default Start page, load a New tab page, or a custom URL”Windows10GeneralConfigurationWindows10GeneralConfiguration. withEdgeHomeButtonConfiguration(EdgeHomeButtonConfiguration edgeHomeButtonConfiguration)Returns an immutable copy ofthiswith just theedgeHomeButtonConfigurationfield changed.
-