Uses of Class
odata.msgraph.client.beta.enums.RatingFranceTelevisionType
-
Packages that use RatingFranceTelevisionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RatingFranceTelevisionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RatingFranceTelevisionType Modifier and Type Field Description protected RatingFranceTelevisionTypeMediaContentRatingFrance. tvRatingMethods in odata.msgraph.client.beta.complex that return types with arguments of type RatingFranceTelevisionType Modifier and Type Method Description Optional<RatingFranceTelevisionType>MediaContentRatingFrance. getTvRating()“TV rating selected for France”Methods in odata.msgraph.client.beta.complex with parameters of type RatingFranceTelevisionType Modifier and Type Method Description MediaContentRatingFrance.BuilderMediaContentRatingFrance.Builder. tvRating(RatingFranceTelevisionType tvRating)“TV rating selected for France”MediaContentRatingFranceMediaContentRatingFrance. withTvRating(RatingFranceTelevisionType tvRating)Returns an immutable copy ofthiswith just thetvRatingfield changed. -
Uses of RatingFranceTelevisionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RatingFranceTelevisionType Modifier and Type Method Description static RatingFranceTelevisionTypeRatingFranceTelevisionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RatingFranceTelevisionType[]RatingFranceTelevisionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-