| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AndroidWorkProfileRequiredPasswordType |
AndroidWorkProfileGeneralDeviceConfiguration.passwordRequiredType |
protected AndroidWorkProfileRequiredPasswordType |
AndroidWorkProfileGeneralDeviceConfiguration.workProfilePasswordRequiredType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AndroidWorkProfileRequiredPasswordType> |
AndroidWorkProfileGeneralDeviceConfiguration.getPasswordRequiredType()
“Type of password that is required.”
|
Optional<AndroidWorkProfileRequiredPasswordType> |
AndroidWorkProfileGeneralDeviceConfiguration.getWorkProfilePasswordRequiredType()
“Type of work profile password that is required.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileGeneralDeviceConfiguration.Builder |
AndroidWorkProfileGeneralDeviceConfiguration.Builder.passwordRequiredType(AndroidWorkProfileRequiredPasswordType passwordRequiredType)
“Type of password that is required.”
|
AndroidWorkProfileGeneralDeviceConfiguration |
AndroidWorkProfileGeneralDeviceConfiguration.withPasswordRequiredType(AndroidWorkProfileRequiredPasswordType passwordRequiredType)
Returns an immutable copy of
this with just the passwordRequiredType field changed. |
AndroidWorkProfileGeneralDeviceConfiguration |
AndroidWorkProfileGeneralDeviceConfiguration.withWorkProfilePasswordRequiredType(AndroidWorkProfileRequiredPasswordType workProfilePasswordRequiredType)
Returns an immutable copy of
this with just the workProfilePasswordRequiredType field changed. |
AndroidWorkProfileGeneralDeviceConfiguration.Builder |
AndroidWorkProfileGeneralDeviceConfiguration.Builder.workProfilePasswordRequiredType(AndroidWorkProfileRequiredPasswordType workProfilePasswordRequiredType)
“Type of work profile password that is required.”
|
| Modifier and Type | Method and Description |
|---|---|
static AndroidWorkProfileRequiredPasswordType |
AndroidWorkProfileRequiredPasswordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidWorkProfileRequiredPasswordType[] |
AndroidWorkProfileRequiredPasswordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.