Class CategoryDetail


  • public class CategoryDetail
    extends Object
    An object describing additional category details.
    • Constructor Detail

      • CategoryDetail

        public CategoryDetail()
    • Method Detail

      • celebrities

        public List<CelebritiesModel> celebrities()
        Get the celebrities value.
        Returns:
        the celebrities value
      • withCelebrities

        public CategoryDetail withCelebrities​(List<CelebritiesModel> celebrities)
        Set the celebrities value.
        Parameters:
        celebrities - the celebrities value to set
        Returns:
        the CategoryDetail object itself.
      • landmarks

        public List<LandmarksModel> landmarks()
        Get the landmarks value.
        Returns:
        the landmarks value
      • withLandmarks

        public CategoryDetail withLandmarks​(List<LandmarksModel> landmarks)
        Set the landmarks value.
        Parameters:
        landmarks - the landmarks value to set
        Returns:
        the CategoryDetail object itself.