public class BitLockerRemovableDrivePolicy extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
BitLockerRemovableDrivePolicy.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
blockCrossOrganizationWriteAccess |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected BitLockerEncryptionMethod |
encryptionMethod |
protected String |
odataType |
protected Boolean |
requireEncryptionForWriteAccess |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
BitLockerRemovableDrivePolicy() |
| Modifier and Type | Method and Description |
|---|---|
static BitLockerRemovableDrivePolicy.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getBlockCrossOrganizationWriteAccess()
“This policy setting determines whether BitLocker protection is required for
removable data drives to be writable on a computer.”
|
Optional<BitLockerEncryptionMethod> |
getEncryptionMethod()
“Select the encryption method for removable drives.”
|
Optional<Boolean> |
getRequireEncryptionForWriteAccess()
“Indicates whether to block write access to devices configured in another
organization.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
BitLockerRemovableDrivePolicy |
withBlockCrossOrganizationWriteAccess(Boolean blockCrossOrganizationWriteAccess)
Returns an immutable copy of
this with just the blockCrossOrganizationWriteAccess field changed. |
BitLockerRemovableDrivePolicy |
withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)
Returns an immutable copy of
this with just the encryptionMethod
field changed. |
BitLockerRemovableDrivePolicy |
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 Boolean blockCrossOrganizationWriteAccess
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<BitLockerEncryptionMethod> getEncryptionMethod()
public BitLockerRemovableDrivePolicy 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 removable drives.”
encryptionMethod - new value of encryptionMethod field (as defined in service metadata)this with just the encryptionMethod field changedpublic Optional<Boolean> getRequireEncryptionForWriteAccess()
public BitLockerRemovableDrivePolicy 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.
“Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.”
requireEncryptionForWriteAccess - new value of requireEncryptionForWriteAccess field (as defined in service metadata)this with just the requireEncryptionForWriteAccess field changedpublic Optional<Boolean> getBlockCrossOrganizationWriteAccess()
public BitLockerRemovableDrivePolicy withBlockCrossOrganizationWriteAccess(Boolean blockCrossOrganizationWriteAccess)
this with just the blockCrossOrganizationWriteAccess 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 removable data drives to be writable on a computer.”
blockCrossOrganizationWriteAccess - new value of blockCrossOrganizationWriteAccess field (as defined in service metadata)this with just the blockCrossOrganizationWriteAccess 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 BitLockerRemovableDrivePolicy.Builder builder()
Copyright © 2018–2020. All rights reserved.