Uses of Class
odata.msgraph.client.beta.enums.LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType
-
Packages that use LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType Modifier and Type Field Description protected LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserTypeWindows10EndpointProtectionConfiguration. localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserMethods in odata.msgraph.client.beta.entity that return types with arguments of type LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType Modifier and Type Method Description Optional<LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType>Windows10EndpointProtectionConfiguration. getLocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser()“Define who is allowed to format and eject removable NTFS media.”Methods in odata.msgraph.client.beta.entity with parameters of type LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser(LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser)“Define who is allowed to format and eject removable NTFS media.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withLocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser(LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType localSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUser)Returns an immutable copy ofthiswith just thelocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserfield changed. -
Uses of LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType Modifier and Type Method Description static LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserTypeLocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType[]LocalSecurityOptionsFormatAndEjectOfRemovableMediaAllowedUserType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-