Uses of Class
odata.msgraph.client.beta.complex.BitLockerFixedDrivePolicy
-
Packages that use BitLockerFixedDrivePolicy Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of BitLockerFixedDrivePolicy in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BitLockerFixedDrivePolicy Modifier and Type Method Description BitLockerFixedDrivePolicyBitLockerFixedDrivePolicy.Builder. build()BitLockerFixedDrivePolicyBitLockerFixedDrivePolicy. withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)Returns an immutable copy ofthiswith just theencryptionMethodfield changed.BitLockerFixedDrivePolicyBitLockerFixedDrivePolicy. withRecoveryOptions(BitLockerRecoveryOptions recoveryOptions)Returns an immutable copy ofthiswith just therecoveryOptionsfield changed.BitLockerFixedDrivePolicyBitLockerFixedDrivePolicy. withRequireEncryptionForWriteAccess(Boolean requireEncryptionForWriteAccess)Returns an immutable copy ofthiswith just therequireEncryptionForWriteAccessfield changed.BitLockerFixedDrivePolicyBitLockerFixedDrivePolicy. withUnmappedField(String name, String value) -
Uses of BitLockerFixedDrivePolicy in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as BitLockerFixedDrivePolicy Modifier and Type Field Description protected BitLockerFixedDrivePolicyWindows10EndpointProtectionConfiguration. bitLockerFixedDrivePolicyMethods in odata.msgraph.client.beta.entity that return types with arguments of type BitLockerFixedDrivePolicy Modifier and Type Method Description Optional<BitLockerFixedDrivePolicy>Windows10EndpointProtectionConfiguration. getBitLockerFixedDrivePolicy()“BitLocker Fixed Drive Policy.”Methods in odata.msgraph.client.beta.entity with parameters of type BitLockerFixedDrivePolicy Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. bitLockerFixedDrivePolicy(BitLockerFixedDrivePolicy bitLockerFixedDrivePolicy)“BitLocker Fixed Drive Policy.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withBitLockerFixedDrivePolicy(BitLockerFixedDrivePolicy bitLockerFixedDrivePolicy)Returns an immutable copy ofthiswith just thebitLockerFixedDrivePolicyfield changed.
-