| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedAppDataEncryptionType |
IosManagedAppProtection.appDataEncryptionType |
protected ManagedAppDataEncryptionType |
DefaultManagedAppProtection.appDataEncryptionType |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedAppDataEncryptionType> |
IosManagedAppProtection.getAppDataEncryptionType()
“Type of encryption which should be used for data in a managed app.”
|
Optional<ManagedAppDataEncryptionType> |
DefaultManagedAppProtection.getAppDataEncryptionType()
“Type of encryption which should be used for data in a managed app.
|
| Modifier and Type | Method and Description |
|---|---|
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.appDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)
“Type of encryption which should be used for data in a managed app.”
|
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.appDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)
“Type of encryption which should be used for data in a managed app.
|
IosManagedAppProtection |
IosManagedAppProtection.withAppDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)
Returns an immutable copy of
this with just the appDataEncryptionType field changed. |
DefaultManagedAppProtection |
DefaultManagedAppProtection.withAppDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)
Returns an immutable copy of
this with just the appDataEncryptionType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppDataEncryptionType |
ManagedAppDataEncryptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedAppDataEncryptionType[] |
ManagedAppDataEncryptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.