| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected InkAccessSetting |
Windows10GeneralConfiguration.inkWorkspaceAccess |
| Modifier and Type | Method and Description |
|---|---|
Optional<InkAccessSetting> |
Windows10GeneralConfiguration.getInkWorkspaceAccess()
“Controls the user access to the ink workspace, from the desktop and from above
the lock screen.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.inkWorkspaceAccess(InkAccessSetting inkWorkspaceAccess)
“Controls the user access to the ink workspace, from the desktop and from above
the lock screen.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withInkWorkspaceAccess(InkAccessSetting inkWorkspaceAccess)
Returns an immutable copy of
this with just the inkWorkspaceAccess field changed. |
| Modifier and Type | Method and Description |
|---|---|
static InkAccessSetting |
InkAccessSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InkAccessSetting[] |
InkAccessSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.