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