|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.rest.client.domain.CimFieldInfo
public class CimFieldInfo
Contains information about field in IssueType.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions, ProgressMonitor)
Constructor Summary | |
---|---|
CimFieldInfo(String id,
boolean required,
String name,
com.atlassian.jira.rest.client.internal.json.FieldSchema schema,
Set<com.atlassian.jira.rest.client.internal.json.StandardOperation> operations,
Iterable<Object> allowedValues,
URI autoCompleteUri)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Iterable<Object> |
getAllowedValues()
Returns list of values that are allowed to be used as value to this field. |
URI |
getAutoCompleteUri()
Returns URI to Auto Complete feature for this field. |
String |
getId()
|
String |
getName()
|
Set<com.atlassian.jira.rest.client.internal.json.StandardOperation> |
getOperations()
Returns set of operations allowed for this field. |
com.atlassian.jira.rest.client.internal.json.FieldSchema |
getSchema()
Returns schema of this field that describes type of that field and contained items type. |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper()
Returns ToStringHelper with all fields inserted. |
int |
hashCode()
|
boolean |
isRequired()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CimFieldInfo(String id, boolean required, @Nullable String name, com.atlassian.jira.rest.client.internal.json.FieldSchema schema, Set<com.atlassian.jira.rest.client.internal.json.StandardOperation> operations, @Nullable Iterable<Object> allowedValues, @Nullable URI autoCompleteUri)
Method Detail |
---|
public String getId()
getId
in interface IdentifiableEntity<String>
public boolean isRequired()
@Nullable public String getName()
getName
in interface NamedEntity
public com.atlassian.jira.rest.client.internal.json.FieldSchema getSchema()
public Set<com.atlassian.jira.rest.client.internal.json.StandardOperation> getOperations()
@Nullable public Iterable<Object> getAllowedValues()
@Nullable public URI getAutoCompleteUri()
URI uriToGetResponseFrom = new URI(getAutoCompleteUri() + "typedLetters");
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |