Uses of Class
odata.msgraph.client.entity.BitlockerRecoveryKey.Builder
-
Packages that use BitlockerRecoveryKey.Builder Package Description odata.msgraph.client.entity -
-
Uses of BitlockerRecoveryKey.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return BitlockerRecoveryKey.Builder Modifier and Type Method Description static BitlockerRecoveryKey.BuilderBitlockerRecoveryKey. builderBitlockerRecoveryKey()Returns a builder which is used to create a new instance of this class (given that this class is immutable).BitlockerRecoveryKey.BuilderBitlockerRecoveryKey.Builder. createdDateTime(OffsetDateTime createdDateTime)BitlockerRecoveryKey.BuilderBitlockerRecoveryKey.Builder. deviceId(String deviceId)BitlockerRecoveryKey.BuilderBitlockerRecoveryKey.Builder. id(String id)BitlockerRecoveryKey.BuilderBitlockerRecoveryKey.Builder. key(String key)BitlockerRecoveryKey.BuilderBitlockerRecoveryKey.Builder. volumeType(VolumeType volumeType)
-