| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Method and Description |
|---|---|
FieldSchema |
Field.getSchema() |
FieldSchema |
CimFieldInfo.getSchema()
Returns schema of this field that describes type of that field and contained items type.
|
| Constructor and Description |
|---|
CimFieldInfo(java.lang.String id,
boolean required,
java.lang.String name,
FieldSchema schema,
java.util.Set<StandardOperation> operations,
java.lang.Iterable<java.lang.Object> allowedValues,
java.net.URI autoCompleteUri) |
Field(java.lang.String id,
java.lang.String name,
FieldType fieldType,
boolean orderable,
boolean navigable,
boolean searchable,
FieldSchema schema) |
Copyright © 2013 Atlassian. All Rights Reserved.