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