| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedAppPinCharacterSet |
ManagedAppProtection.pinCharacterSet |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedAppPinCharacterSet> |
ManagedAppProtection.getPinCharacterSet()
“Character set which may be used for an app-level pin if PinRequired is set to
True.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.pinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.pinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.pinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet) |
ManagedAppProtection |
ManagedAppProtection.withPinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet)
Returns an immutable copy of
this with just the pinCharacterSet
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppPinCharacterSet |
ManagedAppPinCharacterSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedAppPinCharacterSet[] |
ManagedAppPinCharacterSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.