| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AndroidManagedAppSafetyNetAppsVerificationType |
AndroidManagedAppProtection.requiredAndroidSafetyNetAppsVerificationType |
protected AndroidManagedAppSafetyNetAppsVerificationType |
DefaultManagedAppProtection.requiredAndroidSafetyNetAppsVerificationType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AndroidManagedAppSafetyNetAppsVerificationType> |
AndroidManagedAppProtection.getRequiredAndroidSafetyNetAppsVerificationType()
“Defines the Android SafetyNet Apps Verification requirement for a managed app to
work.”
|
Optional<AndroidManagedAppSafetyNetAppsVerificationType> |
DefaultManagedAppProtection.getRequiredAndroidSafetyNetAppsVerificationType()
“Defines the Android SafetyNet Apps Verification requirement for a managed app to
work.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.requiredAndroidSafetyNetAppsVerificationType(AndroidManagedAppSafetyNetAppsVerificationType requiredAndroidSafetyNetAppsVerificationType)
“Defines the Android SafetyNet Apps Verification requirement for a managed app to
work.”
|
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.requiredAndroidSafetyNetAppsVerificationType(AndroidManagedAppSafetyNetAppsVerificationType requiredAndroidSafetyNetAppsVerificationType)
“Defines the Android SafetyNet Apps Verification requirement for a managed app to
work.”
|
AndroidManagedAppProtection |
AndroidManagedAppProtection.withRequiredAndroidSafetyNetAppsVerificationType(AndroidManagedAppSafetyNetAppsVerificationType requiredAndroidSafetyNetAppsVerificationType)
Returns an immutable copy of
this with just the requiredAndroidSafetyNetAppsVerificationType field changed. |
DefaultManagedAppProtection |
DefaultManagedAppProtection.withRequiredAndroidSafetyNetAppsVerificationType(AndroidManagedAppSafetyNetAppsVerificationType requiredAndroidSafetyNetAppsVerificationType)
Returns an immutable copy of
this with just the requiredAndroidSafetyNetAppsVerificationType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AndroidManagedAppSafetyNetAppsVerificationType |
AndroidManagedAppSafetyNetAppsVerificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidManagedAppSafetyNetAppsVerificationType[] |
AndroidManagedAppSafetyNetAppsVerificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.