Class TrendingVideosCategory


  • public class TrendingVideosCategory
    extends Object
    The TrendingVideosCategory model.
    • Constructor Detail

      • TrendingVideosCategory

        public TrendingVideosCategory()
    • Method Detail

      • title

        public String title()
        Get the title value.
        Returns:
        the title value
      • withTitle

        public TrendingVideosCategory withTitle​(String title)
        Set the title value.
        Parameters:
        title - the title value to set
        Returns:
        the TrendingVideosCategory object itself.
      • withSubcategories

        public TrendingVideosCategory withSubcategories​(List<TrendingVideosSubcategory> subcategories)
        Set the subcategories value.
        Parameters:
        subcategories - the subcategories value to set
        Returns:
        the TrendingVideosCategory object itself.