TrendingVideos Class

public class TrendingVideos extends Response

The TrendingVideos model.

Method Summary

Modifier and Type Method and Description
List<TrendingVideosTile> bannerTiles()

Get the bannerTiles value.

List<TrendingVideosCategory> categories()

Get the categories value.

TrendingVideos withBannerTiles(List<TrendingVideosTile> bannerTiles)

Set the bannerTiles value.

TrendingVideos withCategories(List<TrendingVideosCategory> categories)

Set the categories value.

Inherited Members

Method Details

bannerTiles

public List bannerTiles()

Get the bannerTiles value.

Returns:

the bannerTiles value

categories

public List categories()

Get the categories value.

Returns:

the categories value

withBannerTiles

public TrendingVideos withBannerTiles(List bannerTiles)

Set the bannerTiles value.

Parameters:

bannerTiles - the bannerTiles value to set

Returns:

the TrendingVideos object itself.

withCategories

public TrendingVideos withCategories(List categories)

Set the categories value.

Parameters:

categories - the categories value to set

Returns:

the TrendingVideos object itself.

Applies to