| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
static IssueRestClient.Expandos |
IssueRestClient.Expandos.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueRestClient.Expandos[] |
IssueRestClient.Expandos.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<Issue> |
IssueRestClient.getIssue(String issueKey,
Iterable<IssueRestClient.Expandos> expand)
Retrieves issue with selected issue key, with specified additional expandos.
|
Copyright © 2023 Atlassian. All rights reserved.