public static enum SpacesListMacro.SpacesTab extends Enum<SpacesListMacro.SpacesTab>
Enum Constant and Description |
---|
ALL |
CATEGORY |
DEFAULT |
FAVOURITE |
NEW |
Modifier and Type | Method and Description |
---|---|
static SpacesListMacro.SpacesTab |
fromString(String tabName) |
String |
getQueryString() |
String |
getTabKey() |
static SpacesListMacro.SpacesTab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpacesListMacro.SpacesTab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpacesListMacro.SpacesTab ALL
public static final SpacesListMacro.SpacesTab FAVOURITE
public static final SpacesListMacro.SpacesTab CATEGORY
public static final SpacesListMacro.SpacesTab NEW
public static final SpacesListMacro.SpacesTab DEFAULT
public static SpacesListMacro.SpacesTab[] values()
for (SpacesListMacro.SpacesTab c : SpacesListMacro.SpacesTab.values()) System.out.println(c);
public static SpacesListMacro.SpacesTab valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SpacesListMacro.SpacesTab fromString(String tabName)
public String getTabKey()
public String getQueryString()
Copyright © 2003–2020 Atlassian. All rights reserved.