Uses of Class
odata.msgraph.client.entity.Bitlocker
-
Packages that use Bitlocker Package Description odata.msgraph.client.entity -
-
Uses of Bitlocker in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Bitlocker Modifier and Type Field Description protected BitlockerInformationProtection. bitlockerMethods in odata.msgraph.client.entity that return Bitlocker Modifier and Type Method Description BitlockerBitlocker.Builder. build()BitlockerBitlocker. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BitlockerBitlocker. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BitlockerBitlocker. withRecoveryKeys(List<BitlockerRecoveryKey> recoveryKeys)BitlockerBitlocker. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type Bitlocker Modifier and Type Method Description InformationProtection.BuilderInformationProtection.Builder. bitlocker(Bitlocker bitlocker)InformationProtectionInformationProtection. withBitlocker(Bitlocker bitlocker)
-