Uses of Class
odata.msgraph.client.complex.BitLockerRemovableDrivePolicy
-
Packages that use BitLockerRemovableDrivePolicy Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of BitLockerRemovableDrivePolicy in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return BitLockerRemovableDrivePolicy Modifier and Type Method Description BitLockerRemovableDrivePolicyBitLockerRemovableDrivePolicy.Builder. build()BitLockerRemovableDrivePolicyBitLockerRemovableDrivePolicy. withBlockCrossOrganizationWriteAccess(Boolean blockCrossOrganizationWriteAccess)Returns an immutable copy ofthiswith just theblockCrossOrganizationWriteAccessfield changed.BitLockerRemovableDrivePolicyBitLockerRemovableDrivePolicy. withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)Returns an immutable copy ofthiswith just theencryptionMethodfield changed.BitLockerRemovableDrivePolicyBitLockerRemovableDrivePolicy. withRequireEncryptionForWriteAccess(Boolean requireEncryptionForWriteAccess)Returns an immutable copy ofthiswith just therequireEncryptionForWriteAccessfield changed.BitLockerRemovableDrivePolicyBitLockerRemovableDrivePolicy. withUnmappedField(String name, Object value) -
Uses of BitLockerRemovableDrivePolicy in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as BitLockerRemovableDrivePolicy Modifier and Type Field Description protected BitLockerRemovableDrivePolicyWindows10EndpointProtectionConfiguration. bitLockerRemovableDrivePolicyMethods in odata.msgraph.client.entity that return types with arguments of type BitLockerRemovableDrivePolicy Modifier and Type Method Description Optional<BitLockerRemovableDrivePolicy>Windows10EndpointProtectionConfiguration. getBitLockerRemovableDrivePolicy()“BitLocker Removable Drive Policy.”Methods in odata.msgraph.client.entity with parameters of type BitLockerRemovableDrivePolicy Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. bitLockerRemovableDrivePolicy(BitLockerRemovableDrivePolicy bitLockerRemovableDrivePolicy)“BitLocker Removable Drive Policy.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withBitLockerRemovableDrivePolicy(BitLockerRemovableDrivePolicy bitLockerRemovableDrivePolicy)Returns an immutable copy ofthiswith just thebitLockerRemovableDrivePolicyfield changed.
-