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