TrendingVideos Class

public class TrendingVideos
extends Response

The TrendingVideos model.

Constructor Summary

Constructor Description
TrendingVideos()

Method Summary

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

Get the bannerTiles value.

java.util.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.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TrendingVideos

public TrendingVideos()

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