| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AndroidDeviceOwnerPlayStoreMode |
AndroidDeviceOwnerGeneralDeviceConfiguration.playStoreMode |
| Modifier and Type | Method and Description |
|---|---|
Optional<AndroidDeviceOwnerPlayStoreMode> |
AndroidDeviceOwnerGeneralDeviceConfiguration.getPlayStoreMode()
“Indicates the Play Store mode of the device.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidDeviceOwnerGeneralDeviceConfiguration.Builder |
AndroidDeviceOwnerGeneralDeviceConfiguration.Builder.playStoreMode(AndroidDeviceOwnerPlayStoreMode playStoreMode)
“Indicates the Play Store mode of the device.”
|
AndroidDeviceOwnerGeneralDeviceConfiguration |
AndroidDeviceOwnerGeneralDeviceConfiguration.withPlayStoreMode(AndroidDeviceOwnerPlayStoreMode playStoreMode)
Returns an immutable copy of
this with just the playStoreMode
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AndroidDeviceOwnerPlayStoreMode |
AndroidDeviceOwnerPlayStoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidDeviceOwnerPlayStoreMode[] |
AndroidDeviceOwnerPlayStoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.