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