public class RecentlyUpdatedMacroRequestParams extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MAX_RESULTS_PARAM |
static String |
SELECTED_CATEGORY_PARAM |
static String |
SELECTED_TAB_PARAM |
Constructor and Description |
---|
RecentlyUpdatedMacroRequestParams(HttpContext httpContext) |
RecentlyUpdatedMacroRequestParams(Integer maxRecentUpdates,
String selectedCategory,
String selectedTab) |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxRecentUpdates() |
String |
getSelectedCategory() |
String |
getSelectedTab() |
boolean |
hasMaxRecentUpdates() |
public static final String SELECTED_TAB_PARAM
public static final String SELECTED_CATEGORY_PARAM
public static final String MAX_RESULTS_PARAM
public RecentlyUpdatedMacroRequestParams(Integer maxRecentUpdates, String selectedCategory, String selectedTab)
public RecentlyUpdatedMacroRequestParams(HttpContext httpContext)
Copyright © 2003–2018 Atlassian. All rights reserved.