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