| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedAppPhoneNumberRedirectLevel |
ManagedAppProtection.dialerRestrictionLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedAppPhoneNumberRedirectLevel> |
ManagedAppProtection.getDialerRestrictionLevel()
“The classes of dialer apps that are allowed to click-to-open a phone number.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.dialerRestrictionLevel(ManagedAppPhoneNumberRedirectLevel dialerRestrictionLevel) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.dialerRestrictionLevel(ManagedAppPhoneNumberRedirectLevel dialerRestrictionLevel) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.dialerRestrictionLevel(ManagedAppPhoneNumberRedirectLevel dialerRestrictionLevel) |
ManagedAppProtection |
ManagedAppProtection.withDialerRestrictionLevel(ManagedAppPhoneNumberRedirectLevel dialerRestrictionLevel)
Returns an immutable copy of
this with just the dialerRestrictionLevel field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppPhoneNumberRedirectLevel |
ManagedAppPhoneNumberRedirectLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedAppPhoneNumberRedirectLevel[] |
ManagedAppPhoneNumberRedirectLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.