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

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

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

Methods in com.atlassian.jira.rest.client that return IssueRestClient.Expandos
static IssueRestClient.Expandos IssueRestClient.Expandos.valueOf(java.lang.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 with type arguments of type IssueRestClient.Expandos
 com.atlassian.util.concurrent.Promise<Issue> IssueRestClient.getIssue(java.lang.String issueKey, java.lang.Iterable<IssueRestClient.Expandos> expand)
          Retrieves issue with selected issue key, with specified additional expandos.
 



Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.