Class MediaContentRatingIreland.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MediaContentRatingIreland.Builder
-
- Enclosing class:
- MediaContentRatingIreland
public static final class MediaContentRatingIreland.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaContentRatingIrelandbuild()MediaContentRatingIreland.BuildermovieRating(RatingIrelandMoviesType movieRating)“Movies rating selected for Ireland”MediaContentRatingIreland.BuildertvRating(RatingIrelandTelevisionType tvRating)“TV rating selected for Ireland”
-
-
-
Method Detail
-
movieRating
public MediaContentRatingIreland.Builder movieRating(RatingIrelandMoviesType movieRating)
“Movies rating selected for Ireland”- Parameters:
movieRating- value ofmovieRatingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
tvRating
public MediaContentRatingIreland.Builder tvRating(RatingIrelandTelevisionType tvRating)
“TV rating selected for Ireland”- Parameters:
tvRating- value oftvRatingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MediaContentRatingIreland build()
-
-