Uses of Class
com.atlassian.jira.rest.client.domain.ChangelogItem.FieldType

Packages that use ChangelogItem.FieldType
com.atlassian.jira.rest.client.domain   
 

Uses of ChangelogItem.FieldType in com.atlassian.jira.rest.client.domain
 

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

Constructors in com.atlassian.jira.rest.client.domain with parameters of type ChangelogItem.FieldType
ChangelogItem(ChangelogItem.FieldType fieldType, java.lang.String field, java.lang.String from, java.lang.String fromString, java.lang.String to, java.lang.String toString)
           
 



Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.