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