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