Uses of Class
odata.msgraph.client.entity.BitlockerRecoveryKey
-
Packages that use BitlockerRecoveryKey Package Description odata.msgraph.client.entity -
-
Uses of BitlockerRecoveryKey in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type BitlockerRecoveryKey Modifier and Type Field Description protected List<BitlockerRecoveryKey>Bitlocker. recoveryKeysMethods in odata.msgraph.client.entity that return BitlockerRecoveryKey Modifier and Type Method Description BitlockerRecoveryKeyBitlockerRecoveryKey.Builder. build()BitlockerRecoveryKeyBitlockerRecoveryKey. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BitlockerRecoveryKeyBitlockerRecoveryKey. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BitlockerRecoveryKeyBitlockerRecoveryKey. withCreatedDateTime(OffsetDateTime createdDateTime)BitlockerRecoveryKeyBitlockerRecoveryKey. withDeviceId(String deviceId)BitlockerRecoveryKeyBitlockerRecoveryKey. withKey(String key)BitlockerRecoveryKeyBitlockerRecoveryKey. withUnmappedField(String name, Object value)BitlockerRecoveryKeyBitlockerRecoveryKey. withVolumeType(VolumeType volumeType)Methods in odata.msgraph.client.entity with parameters of type BitlockerRecoveryKey Modifier and Type Method Description Bitlocker.BuilderBitlocker.Builder. recoveryKeys(BitlockerRecoveryKey... recoveryKeys)Method parameters in odata.msgraph.client.entity with type arguments of type BitlockerRecoveryKey Modifier and Type Method Description Bitlocker.BuilderBitlocker.Builder. recoveryKeys(List<BitlockerRecoveryKey> recoveryKeys)BitlockerBitlocker. withRecoveryKeys(List<BitlockerRecoveryKey> recoveryKeys)
-