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