Uses of Class
odata.msgraph.client.beta.enums.PersonalProfilePersonalPlayStoreMode
-
Packages that use PersonalProfilePersonalPlayStoreMode Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of PersonalProfilePersonalPlayStoreMode in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PersonalProfilePersonalPlayStoreMode Modifier and Type Field Description protected PersonalProfilePersonalPlayStoreModeAndroidDeviceOwnerGeneralDeviceConfiguration. personalProfilePlayStoreModeMethods in odata.msgraph.client.beta.entity that return types with arguments of type PersonalProfilePersonalPlayStoreMode Modifier and Type Method Description Optional<PersonalProfilePersonalPlayStoreMode>AndroidDeviceOwnerGeneralDeviceConfiguration. getPersonalProfilePlayStoreMode()“Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked.”Methods in odata.msgraph.client.beta.entity with parameters of type PersonalProfilePersonalPlayStoreMode Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. personalProfilePlayStoreMode(PersonalProfilePersonalPlayStoreMode personalProfilePlayStoreMode)“Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked.”AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withPersonalProfilePlayStoreMode(PersonalProfilePersonalPlayStoreMode personalProfilePlayStoreMode)Returns an immutable copy ofthiswith just thepersonalProfilePlayStoreModefield changed. -
Uses of PersonalProfilePersonalPlayStoreMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PersonalProfilePersonalPlayStoreMode Modifier and Type Method Description static PersonalProfilePersonalPlayStoreModePersonalProfilePersonalPlayStoreMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PersonalProfilePersonalPlayStoreMode[]PersonalProfilePersonalPlayStoreMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-