com.atlassian.jira.rest.client
Enum IssueRestClient.Expandos
java.lang.Object
java.lang.Enum<IssueRestClient.Expandos>
com.atlassian.jira.rest.client.IssueRestClient.Expandos
- All Implemented Interfaces:
- Serializable, Comparable<IssueRestClient.Expandos>
- Enclosing interface:
- IssueRestClient
public static enum IssueRestClient.Expandos
- extends Enum<IssueRestClient.Expandos>
Expandos supported by IssueRestClient.getIssue(String, Iterable, ProgressMonitor)
CHANGELOG
public static final IssueRestClient.Expandos CHANGELOG
SCHEMA
public static final IssueRestClient.Expandos SCHEMA
NAMES
public static final IssueRestClient.Expandos NAMES
TRANSITIONS
public static final IssueRestClient.Expandos TRANSITIONS
values
public static IssueRestClient.Expandos[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IssueRestClient.Expandos c : IssueRestClient.Expandos.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IssueRestClient.Expandos valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.