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