Uses of Class
odata.msgraph.client.beta.enums.InkAccessSetting
-
Packages that use InkAccessSetting Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of InkAccessSetting in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as InkAccessSetting Modifier and Type Field Description protected InkAccessSettingWindows10GeneralConfiguration. inkWorkspaceAccessMethods in odata.msgraph.client.beta.entity that return types with arguments of type InkAccessSetting Modifier and Type Method Description Optional<InkAccessSetting>Windows10GeneralConfiguration. getInkWorkspaceAccess()“Controls the user access to the ink workspace, from the desktop and from above the lock screen.”Methods in odata.msgraph.client.beta.entity with parameters of type InkAccessSetting Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. inkWorkspaceAccess(InkAccessSetting inkWorkspaceAccess)“Controls the user access to the ink workspace, from the desktop and from above the lock screen.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withInkWorkspaceAccess(InkAccessSetting inkWorkspaceAccess)Returns an immutable copy ofthiswith just theinkWorkspaceAccessfield changed. -
Uses of InkAccessSetting in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return InkAccessSetting Modifier and Type Method Description static InkAccessSettingInkAccessSetting. 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.
-