public static enum IssueNavigatorNavigation.BulkChangeOption extends Enum<IssueNavigatorNavigation.BulkChangeOption>
Enum Constant and Description |
---|
ALL_PAGES |
CURRENT_PAGE |
Modifier and Type | Method and Description |
---|---|
String |
getLinkId() |
static IssueNavigatorNavigation.BulkChangeOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueNavigatorNavigation.BulkChangeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssueNavigatorNavigation.BulkChangeOption ALL_PAGES
public static final IssueNavigatorNavigation.BulkChangeOption CURRENT_PAGE
public static IssueNavigatorNavigation.BulkChangeOption[] values()
for (IssueNavigatorNavigation.BulkChangeOption c : IssueNavigatorNavigation.BulkChangeOption.values()) System.out.println(c);
public static IssueNavigatorNavigation.BulkChangeOption 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 String getLinkId()
Copyright © 2002-2021 Atlassian. All Rights Reserved.