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