public class BitLockerFixedDrivePolicy extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
BitLockerFixedDrivePolicy.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected BitLockerEncryptionMethod |
encryptionMethod |
protected String |
odataType |
protected BitLockerRecoveryOptions |
recoveryOptions |
protected Boolean |
requireEncryptionForWriteAccess |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
BitLockerFixedDrivePolicy() |
| Modifier and Type | Method and Description |
|---|---|
static BitLockerFixedDrivePolicy.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<BitLockerEncryptionMethod> |
getEncryptionMethod()
“Select the encryption method for fixed drives.”
|
Optional<BitLockerRecoveryOptions> |
getRecoveryOptions()
“This policy setting allows you to control how BitLocker-protected fixed data
drives are recovered in the absence of the required credentials.
|
Optional<Boolean> |
getRequireEncryptionForWriteAccess()
“This policy setting determines whether BitLocker protection is required for
fixed data drives to be writable on a computer.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
BitLockerFixedDrivePolicy |
withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)
Returns an immutable copy of
this with just the encryptionMethod
field changed. |
BitLockerFixedDrivePolicy |
withRecoveryOptions(BitLockerRecoveryOptions recoveryOptions)
Returns an immutable copy of
this with just the recoveryOptions
field changed. |
BitLockerFixedDrivePolicy |
withRequireEncryptionForWriteAccess(Boolean requireEncryptionForWriteAccess)
Returns an immutable copy of
this with just the requireEncryptionForWriteAccess field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected BitLockerEncryptionMethod encryptionMethod
protected Boolean requireEncryptionForWriteAccess
protected BitLockerRecoveryOptions recoveryOptions
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<BitLockerEncryptionMethod> getEncryptionMethod()
public BitLockerFixedDrivePolicy withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)
this with just the encryptionMethod
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Select the encryption method for fixed drives.”
encryptionMethod - new value of encryptionMethod field (as defined in service metadata)this with just the encryptionMethod field changedpublic Optional<Boolean> getRequireEncryptionForWriteAccess()
public BitLockerFixedDrivePolicy withRequireEncryptionForWriteAccess(Boolean requireEncryptionForWriteAccess)
this with just the requireEncryptionForWriteAccess field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“This policy setting determines whether BitLocker protection is required for fixed data drives to be writable on a computer.”
requireEncryptionForWriteAccess - new value of requireEncryptionForWriteAccess field (as defined in service metadata)this with just the requireEncryptionForWriteAccess field changedpublic Optional<BitLockerRecoveryOptions> getRecoveryOptions()
public BitLockerFixedDrivePolicy withRecoveryOptions(BitLockerRecoveryOptions recoveryOptions)
this with just the recoveryOptions
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“This policy setting allows you to control how BitLocker-protected fixed data drives are recovered in the absence of the required credentials. This policy setting is applied when you turn on BitLocker.”
recoveryOptions - new value of recoveryOptions field (as defined in service metadata)this with just the recoveryOptions field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static BitLockerFixedDrivePolicy.Builder builder()
Copyright © 2018–2020. All rights reserved.