Uses of Class
odata.msgraph.client.beta.enums.RatingFranceMoviesType
-
Packages that use RatingFranceMoviesType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RatingFranceMoviesType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RatingFranceMoviesType Modifier and Type Field Description protected RatingFranceMoviesTypeMediaContentRatingFrance. movieRatingMethods in odata.msgraph.client.beta.complex that return types with arguments of type RatingFranceMoviesType Modifier and Type Method Description Optional<RatingFranceMoviesType>MediaContentRatingFrance. getMovieRating()“Movies rating selected for France”Methods in odata.msgraph.client.beta.complex with parameters of type RatingFranceMoviesType Modifier and Type Method Description MediaContentRatingFrance.BuilderMediaContentRatingFrance.Builder. movieRating(RatingFranceMoviesType movieRating)“Movies rating selected for France”MediaContentRatingFranceMediaContentRatingFrance. withMovieRating(RatingFranceMoviesType movieRating)Returns an immutable copy ofthiswith just themovieRatingfield changed. -
Uses of RatingFranceMoviesType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RatingFranceMoviesType Modifier and Type Method Description static RatingFranceMoviesTypeRatingFranceMoviesType. valueOf(String name)Returns the enum constant of this type with the specified name.static RatingFranceMoviesType[]RatingFranceMoviesType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-