| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EdgeKioskModeRestrictionType |
Windows10GeneralConfiguration.edgeKioskModeRestriction |
| Modifier and Type | Method and Description |
|---|---|
Optional<EdgeKioskModeRestrictionType> |
Windows10GeneralConfiguration.getEdgeKioskModeRestriction()
“Controls how the Microsoft Edge settings are restricted based on the configure
kiosk mode.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.edgeKioskModeRestriction(EdgeKioskModeRestrictionType edgeKioskModeRestriction)
“Controls how the Microsoft Edge settings are restricted based on the configure
kiosk mode.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withEdgeKioskModeRestriction(EdgeKioskModeRestrictionType edgeKioskModeRestriction)
Returns an immutable copy of
this with just the edgeKioskModeRestriction field changed. |
| Modifier and Type | Method and Description |
|---|---|
static EdgeKioskModeRestrictionType |
EdgeKioskModeRestrictionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeKioskModeRestrictionType[] |
EdgeKioskModeRestrictionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.