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
Methods 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, String value)BitlockerRecoveryKeyBitlockerRecoveryKey. withVolumeType(VolumeType volumeType)
-