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