Uses of Class
com.atlassian.jira.rest.client.api.IssueRestClient.Expandos

Packages that use IssueRestClient.Expandos
com.atlassian.jira.rest.client.api   
 

Uses of IssueRestClient.Expandos in com.atlassian.jira.rest.client.api
 

Methods in com.atlassian.jira.rest.client.api that return IssueRestClient.Expandos
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.
 

Method parameters in com.atlassian.jira.rest.client.api with type arguments of type IssueRestClient.Expandos
 com.atlassian.util.concurrent.Promise<Issue> IssueRestClient.getIssue(String issueKey, Iterable<IssueRestClient.Expandos> expand)
          Retrieves issue with selected issue key, with specified additional expandos.
 



Copyright © 2013 Atlassian. All Rights Reserved.