Uses of Class
odata.msgraph.client.beta.enums.RatingAppsType
-
Packages that use RatingAppsType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RatingAppsType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RatingAppsType Modifier and Type Field Description protected RatingAppsTypeIosGeneralDeviceConfiguration. mediaContentRatingAppsMethods in odata.msgraph.client.beta.entity that return types with arguments of type RatingAppsType Modifier and Type Method Description Optional<RatingAppsType>IosGeneralDeviceConfiguration. getMediaContentRatingApps()“Media content rating settings for Apps”Methods in odata.msgraph.client.beta.entity with parameters of type RatingAppsType Modifier and Type Method Description IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. mediaContentRatingApps(RatingAppsType mediaContentRatingApps)“Media content rating settings for Apps”IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withMediaContentRatingApps(RatingAppsType mediaContentRatingApps)Returns an immutable copy ofthiswith just themediaContentRatingAppsfield changed. -
Uses of RatingAppsType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RatingAppsType Modifier and Type Method Description static RatingAppsTypeRatingAppsType. valueOf(String name)Returns the enum constant of this type with the specified name.static RatingAppsType[]RatingAppsType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-