|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldType | |
|---|---|
| com.atlassian.jira.rest.client.api.domain | |
| Uses of FieldType in com.atlassian.jira.rest.client.api.domain |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain that return FieldType | |
|---|---|
FieldType |
Field.getFieldType()
|
FieldType |
ChangelogItem.getFieldType()
|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldType[] |
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.api.domain with parameters of type FieldType | |
|---|---|
ChangelogItem(FieldType fieldType,
String field,
String from,
String fromString,
String to,
String toString)
|
|
Field(String id,
String name,
FieldType fieldType,
boolean orderable,
boolean navigable,
boolean searchable,
FieldSchema schema)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||