| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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) |
Copyright © 2018 Atlassian. All rights reserved.