Uses of Class
com.atlassian.jira.rest.client.api.domain.FieldSchema

Packages that use FieldSchema
com.atlassian.jira.rest.client.api.domain   
 

Uses of FieldSchema in com.atlassian.jira.rest.client.api.domain
 

Methods in com.atlassian.jira.rest.client.api.domain that return FieldSchema
 FieldSchema Field.getSchema()
           
 FieldSchema CimFieldInfo.getSchema()
          Returns schema of this field that describes type of that field and contained items type.
 

Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type FieldSchema
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.