Uses of Class
odata.msgraph.client.beta.enums.AndroidDeviceOwnerPlayStoreMode
-
Packages that use AndroidDeviceOwnerPlayStoreMode Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidDeviceOwnerPlayStoreMode in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidDeviceOwnerPlayStoreMode Modifier and Type Field Description protected AndroidDeviceOwnerPlayStoreModeAndroidDeviceOwnerGeneralDeviceConfiguration. playStoreModeMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidDeviceOwnerPlayStoreMode Modifier and Type Method Description Optional<AndroidDeviceOwnerPlayStoreMode>AndroidDeviceOwnerGeneralDeviceConfiguration. getPlayStoreMode()“Indicates the Play Store mode of the device.”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidDeviceOwnerPlayStoreMode Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. playStoreMode(AndroidDeviceOwnerPlayStoreMode playStoreMode)“Indicates the Play Store mode of the device.”AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withPlayStoreMode(AndroidDeviceOwnerPlayStoreMode playStoreMode)Returns an immutable copy ofthiswith just theplayStoreModefield changed. -
Uses of AndroidDeviceOwnerPlayStoreMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidDeviceOwnerPlayStoreMode Modifier and Type Method Description static AndroidDeviceOwnerPlayStoreModeAndroidDeviceOwnerPlayStoreMode. 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.
-