Uses of Class
com.atlassian.jira.rest.client.api.domain.FieldSchema
Packages that use FieldSchema
-
Uses of FieldSchema in com.atlassian.jira.rest.client.api.domain
Methods in com.atlassian.jira.rest.client.api.domain that return FieldSchemaModifier and TypeMethodDescriptionCimFieldInfo.getSchema()Returns schema of this field that describes type of that field and contained items type.Field.getSchema()Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type FieldSchemaModifierConstructorDescriptionCimFieldInfo(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)