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