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(String id,
boolean required,
String name,
FieldSchema schema,
Set<StandardOperation> operations,
Iterable<Object> allowedValues,
URI autoCompleteUri) |
Field(String id,
String name,
FieldType fieldType,
boolean orderable,
boolean navigable,
boolean searchable,
FieldSchema schema) |
Copyright © 2013 Atlassian. All Rights Reserved.