Class RecentlyUpdatedMacroRequestParams


  • public class RecentlyUpdatedMacroRequestParams
    extends Object
    Represents all the configuration options passed in via request parameters. e.g. currently selected tab
    • Constructor Detail

      • RecentlyUpdatedMacroRequestParams

        public RecentlyUpdatedMacroRequestParams​(Integer maxRecentUpdates,
                                                 String selectedCategory,
                                                 String selectedTab)
      • RecentlyUpdatedMacroRequestParams

        public RecentlyUpdatedMacroRequestParams​(HttpContext httpContext)
    • Method Detail

      • hasMaxRecentUpdates

        public boolean hasMaxRecentUpdates()
      • getMaxRecentUpdates

        public Integer getMaxRecentUpdates()
      • getSelectedCategory

        public String getSelectedCategory()
      • getSelectedTab

        public String getSelectedTab()