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