Uses of Class
com.atlassian.jira.rest.client.api.domain.IssueFieldId

Packages that use IssueFieldId
com.atlassian.jira.rest.client.api.domain   
com.atlassian.jira.rest.client.api.domain.input   
 

Uses of IssueFieldId in com.atlassian.jira.rest.client.api.domain
 

Fields in com.atlassian.jira.rest.client.api.domain with type parameters of type IssueFieldId
static com.google.common.base.Function<IssueFieldId,String> IssueFieldId.TRANSFORM_TO_ID_FUNCTION
           
 

Methods in com.atlassian.jira.rest.client.api.domain that return IssueFieldId
static IssueFieldId IssueFieldId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IssueFieldId[] IssueFieldId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.rest.client.api.domain with parameters of type IssueFieldId
 CimFieldInfo CimIssueType.getField(IssueFieldId fieldId)
           
 

Uses of IssueFieldId in com.atlassian.jira.rest.client.api.domain.input
 

Constructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type IssueFieldId
FieldInput(IssueFieldId field, Object value)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.