Uses of Class
odata.msgraph.client.beta.enums.ChangeUefiSettingsPermission
-
Packages that use ChangeUefiSettingsPermission Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ChangeUefiSettingsPermission in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ChangeUefiSettingsPermission Modifier and Type Field Description protected ChangeUefiSettingsPermissionWindows10DeviceFirmwareConfigurationInterface. changeUefiSettingsPermissionMethods in odata.msgraph.client.beta.entity that return types with arguments of type ChangeUefiSettingsPermission Modifier and Type Method Description Optional<ChangeUefiSettingsPermission>Windows10DeviceFirmwareConfigurationInterface. getChangeUefiSettingsPermission()“Defines the permission level granted to users to change UEFI settings.”Methods in odata.msgraph.client.beta.entity with parameters of type ChangeUefiSettingsPermission Modifier and Type Method Description Windows10DeviceFirmwareConfigurationInterface.BuilderWindows10DeviceFirmwareConfigurationInterface.Builder. changeUefiSettingsPermission(ChangeUefiSettingsPermission changeUefiSettingsPermission)“Defines the permission level granted to users to change UEFI settings.”Windows10DeviceFirmwareConfigurationInterfaceWindows10DeviceFirmwareConfigurationInterface. withChangeUefiSettingsPermission(ChangeUefiSettingsPermission changeUefiSettingsPermission)Returns an immutable copy ofthiswith just thechangeUefiSettingsPermissionfield changed. -
Uses of ChangeUefiSettingsPermission in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ChangeUefiSettingsPermission Modifier and Type Method Description static ChangeUefiSettingsPermissionChangeUefiSettingsPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeUefiSettingsPermission[]ChangeUefiSettingsPermission. values()Returns an array containing the constants of this enum type, in the order they are declared.
-